@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #fff;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.1em;
  background-color: #161b17;
}

a {
  color: rgb(17.45, 157.05, 50.605);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}

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

.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.br0 {
  border-radius: 0 !important;
}

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 500;
}

.mincho {
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.smaller {
  font-size: 0.7em;
}

.bigger {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 777;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid #14B43A;
  border-radius: 50%;
  border-right: 1px solid rgba(20, 180, 58, 0.2);
  border-top: 1px solid rgba(20, 180, 58, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* top-animation
----------------------------------*/
#top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
#top-logo .top-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 639px) {
  #top-logo {
    width: 100%;
  }
}
#top-logo.is-hide {
  display: none;
}

.logo-img {
  display: block;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 260px;
}
@media all and (max-width: 1240px) {
  .logo-img {
    width: 200px;
  }
}
@media all and (max-width: 1100px) {
  .logo-img {
    width: 180px;
  }
}
@media all and (max-width: 896px) {
  .logo-img {
    width: 160px;
  }
}
@media all and (max-width: 896px) {
  .logo-img {
    width: 130px;
  }
}
@media all and (max-width: 740px) {
  .logo-img {
    width: 110px;
  }
}
@media all and (max-width: 639px) {
  .logo-img {
    max-width: 100px;
    width: 60%;
  }
}
.logo-img.is-hide {
  display: none;
}

.ttl-img {
  margin: 0 auto 40px;
}

/* header
----------------------------------*/
@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#l-header {
  z-index: 200;
  width: 100%;
  height: 170px;
  position: relative;
  margin-bottom: 85px;
}
@media all and (max-width: 1367px) {
  #l-header {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 639px) {
  #l-header {
    margin-bottom: 30px;
  }
}
#l-header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#l-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#l-header.is-fixed {
  position: fixed;
  height: auto;
  background: rgba(22, 27, 23, 0.7);
}
#l-header.is-fixed::before, #l-header.is-fixed::after {
  display: none;
}
#l-header.is-fixed .inner {
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#l-header.is-fixed .inner #logo {
  width: 140px;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  background: rgba(250, 250, 255, 0.8);
  border-radius: 0 0 20px 20px;
  padding: 20px 0;
}
#l-header.is-fixed .inner #logo .logo1 {
  display: block;
}
#l-header.is-fixed .inner #logo .logo2 {
  display: none;
}
#l-header.is-fixed .inner #header_nav ul li a {
  color: #fff;
}
#l-header.is-fixed::after {
  bottom: -40px;
}
#l-header.is-fixed .head-right .head-right_sns {
  margin-bottom: 0;
}
#l-header.is-fixed .head-right .head-right_sns a {
  font-size: 1.2rem;
}
#l-header.is-fixed .head-right-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#l-header.is-fixed .head-right-nav .head-deco01,
#l-header.is-fixed .head-right-nav .head-deco02 {
  display: none;
}
#l-header .inner {
  max-width: 97%;
  margin: 0 auto;
  min-width: 1000px;
  position: relative;
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}
#l-header .inner #logo {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 19%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#l-header .inner #logo .logo1 {
  display: none;
}
#l-header .inner #logo a {
  position: relative;
  display: block;
}
#l-header .inner #logo a .logo-mark {
  position: absolute;
  top: 0;
  left: 0;
}
#l-header .inner #logo a:hover .logo-mark {
  -webkit-animation: bound-anim 0.8s;
          animation: bound-anim 0.8s;
}
@-webkit-keyframes bound-anim {
  0%, 100% {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: -15%;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    top: 0;
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
}
@keyframes bound-anim {
  0%, 100% {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: -15%;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    top: 0;
    -webkit-transform: scale(1.1, 0.8);
            transform: scale(1.1, 0.8);
  }
}
#l-header .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 1100px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header .head-right_contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1100px) {
  #l-header .head-right_contact {
    display: none;
  }
}
#l-header .head-right_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
#l-header .head-right_sns a {
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  white-space: nowrap;
}
#l-header .head-right_sns a:hover {
  opacity: 0.6;
}
#l-header .head-right_sns .ig_btn a {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
}
#l-header .head-right_sns .line_btn a {
  background: #00b900;
}
#l-header .head-right_txt {
  font-size: 12px;
  color: #777;
  max-width: 600px;
  padding-right: 20px;
  display: block;
  letter-spacing: 0;
  margin-bottom: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#l-header .head-right_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#l-header .head-right_tel a,
#l-header .head-right_mail a {
  display: block;
  padding: 4px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: #111;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
}
#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
  margin-right: 5px;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
  color: #5c4332;
}
#l-header .head-right_tel a {
  background: transparent;
  padding: 0 15px;
  color: #5eaf24;
  background: #fefefe;
  font-size: 1.8rem;
  position: relative;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
}
#l-header .head-right_tel a:hover {
  color: #5eaf24;
}
#l-header .head-right_mail {
  margin-left: 10px;
}
#l-header .head-right_mail a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fefefe;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
#l-header .head-right_mail a:hover {
  background: #5eaf24;
}
#l-header .head-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#l-header .head-right-nav .head-deco01 {
  width: 120px;
  margin-right: 120px;
  margin-top: -20px;
}
#l-header .head-right-nav .head-deco02 {
  margin-top: -20px;
  margin-left: 180px;
}
#l-header .head-right-nav .head-deco02 img {
  width: 450px;
}
#l-header .head-right-nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1367px) {
  #l-header .head-right-nav .head-deco01 {
    display: none;
  }
  #l-header .head-right-nav .head-deco02 {
    margin-left: 40px;
  }
  #l-header .head-right-nav .head-deco02 img {
    width: 350px;
  }
}
@media all and (max-width: 1100px) {
  #l-header .head-right-nav .head-deco02 {
    display: none;
  }
}

#header_nav {
  position: relative;
  white-space: nowrap;
}
#header_nav.is-fixed ul li:last-child a {
  border: none;
}
#header_nav.is-fixed ul li a {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  border: none;
}
#header_nav.is-fixed ul li a br {
  display: none;
}
#header_nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header_nav ul li {
  position: relative;
  text-align: right;
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  border-left: 1px solid #fff;
}
#header_nav ul li a span {
  display: block;
  color: #5c4332;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  display: none;
}
#header_nav ul li a:hover {
  opacity: 0.6;
}
#header_nav ul li a:hover span {
  color: #14B43A;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 55px;
  z-index: 310;
  background: #f2f5f3;
}
#header_nav .dropdown .dropdown-li {
  padding: 7px 10px;
  margin: 0;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 0;
  border-right: 0;
  color: #555;
  background: #fff;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #14B43A;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}

#l-header.is-fixed .inner #header_nav ul li a {
  font-size: 1.3rem;
}

.contents-page #l-header {
  position: fixed;
  height: auto;
  background: rgba(22, 27, 23, 0.7);
}
.contents-page #l-header.is-fixed .inner #header_nav ul li a {
  color: #fff;
}
.contents-page #l-header::before, .contents-page #l-header::after {
  display: none;
}
.contents-page #l-header .inner {
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents-page #l-header .inner #logo {
  position: absolute;
  width: 140px;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  background: #fefefe;
  border-radius: 0 0 20px 20px;
  padding: 20px 0;
}
.contents-page #l-header .inner #logo .logo1 {
  display: block;
}
.contents-page #l-header .inner #logo .logo2 {
  display: none;
}
.contents-page #l-header .head-right_sns {
  margin-bottom: 0;
}
.contents-page #l-header .head-right-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contents-page #l-header .head-right-nav .head-deco01,
.contents-page #l-header .head-right-nav .head-deco02 {
  display: none;
}
@media all and (max-width: 896px) {
  .contents-page #l-header .inner {
    padding: 0;
  }
  .contents-page #l-header .inner #logo {
    width: 120px;
  }
  .contents-page #l-header.is-fixed .inner {
    height: 0;
  }
}
@media all and (max-width: 639px) {
  .contents-page #l-header .inner #logo {
    width: 70px;
    border-radius: 0 0 5px 4px;
    padding: 10px 0;
  }
}
.contents-page #header_nav ul li:last-child a {
  border: none;
}
.contents-page #header_nav ul li a {
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  border: none;
}
.contents-page #header_nav ul li a br {
  display: none;
}
.contents-page #nav-toggle {
  top: 10px;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 70px;
  right: 11px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #555;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bototm: 20px;
  }
}

/* swiper
----------------------------------*/
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 78vh;
  position: relative;
  background: #fff;
}
.slide-img.bt img {
  -o-object-position: bottom;
     object-position: bottom;
}
.slide-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  opacity: 0.6;
  z-index: 0;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 45vw;
  }
}
#slideshow {
  position: relative;
}
#slideshow::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#catch {
  z-index: 50;
  position: absolute;
  left: 50%;
  bottom: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  opacity: 0;
}
#catch img {
  width: 100%;
}
#catch.on {
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s;
}
@media all and (max-width: 1100px) {
  #catch {
    bottom: 0%;
    width: 100%;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}
#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #f0f0f0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  -webkit-animation: scroll-point 2.3s ease-out infinite;
          animation: scroll-point 2.3s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

@-webkit-keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* contact_bnr
----------------------------------*/
.contact_bnr {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_bnr > li {
  width: 50%;
  text-align: center;
}
.contact_bnr > li:nth-child(1) {
  border-right: 2px dashed #5eaf24;
}
.contact_bnr > li .bnr_tel {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-family: "cursive";
  font-weight: 600;
  font-size: 3.3rem;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 10px;
  font-size: 0.85em;
}
@media all and (max-width: 1270px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #5eaf24;
}
.contact_bnr > li .bnr_mobile::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #14B43A;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li .small {
  font-size: 1.4rem;
  color: #121212;
}
.contact_bnr > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contact_bnr > li a,
.contact_bnr > li span {
  color: #14B43A;
  font-size: 4rem;
  font-weight: 600;
}
.contact_bnr > li a:hover,
.contact_bnr > li span:hover {
  color: #5eaf24;
}
@media all and (max-width: 896px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 896px) {
  .contact_bnr {
    max-width: 90%;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr {
    max-width: 100%;
  }
  .contact_bnr > li {
    width: 100%;
  }
  .contact_bnr > li:nth-child(1) {
    border-right: none;
    border-bottom: 2px dashed #5eaf24;
    padding-bottom: 10px;
  }
  .contact_bnr > li:nth-child(2) {
    padding-top: 10px;
  }
}

.bnr_tel2 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.bnr_tel2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 10px;
  font-size: 0.85em;
}

/* footer
----------------------------------*/
/* footer
----------------------------------*/
.footer_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 120px;
  color: #fff;
  max-width: 90%;
  margin: auto;
}
.footer_contact .inner .left {
  width: 70%;
}
.footer_contact .inner .right {
  width: 30%;
}
.footer_contact .inner .contact_ttl {
  margin-bottom: 40px;
}
.footer_contact .inner .contact_ttl .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5em;
  display: block;
}
@media all and (max-width: 1100px) {
  .footer_contact .inner {
    max-width: 100%;
    padding: 60px 40px;
  }
}
@media all and (max-width: 896px) {
  .footer_contact .inner .left,
  .footer_contact .inner .right {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .footer_contact .inner {
    padding: 60px 20px;
  }
  .footer_contact .inner .contact_ttl .eng {
    font-size: 3em;
  }
  .footer_contact .inner .left,
  .footer_contact .inner .right {
    width: 100%;
  }
}

.telbnr {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.telbnr li {
  text-align: center;
  line-height: 1.4;
  width: 100%;
}
.telbnr li a {
  display: block;
  font-size: 2.5em;
  border-radius: 90px;
  background: #fff;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  white-space: nowrap;
}
.telbnr li a.fax {
  pointer-events: none;
  cursor: default;
}
.telbnr li a.mail {
  font-size: 1.5em;
}
.telbnr li a.mail i {
  padding-left: 0.5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.telbnr li a .telbnr_top {
  font-weight: 600;
  color: #fff;
  background: rgb(12.35, 111.15, 35.815);
  padding: 10px 20px;
  border-radius: 30px;
  display: block;
  font-size: 1.5rem;
  max-width: 40%;
  margin: -35px auto 20px;
}
.telbnr li a:hover {
  opacity: 0.6;
}
.telbnr li a:hover.mail i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media all and (max-width: 1100px) {
  .telbnr li a {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 896px) {
  .telbnr li {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 100%;
  }
  .telbnr li {
    width: 100%;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
    margin-top: 8px;
  }
  .telbnr li a .telbnr_top {
    font-size: 1.2rem;
    max-width: 80%;
  }
}

footer {
  position: relative;
}

#l-footer {
  position: relative;
  background: #121212;
}
#l-footer::before {
  position: absolute;
  content: "";
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26818/bg_f.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
#l-footer .inner {
  padding: 180px 10px 60px;
  position: relative;
  z-index: 3;
  max-width: 1300px;
  margin: 0 auto;
}
#l-footer .footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#l-footer .footer-column .footer-left {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
#l-footer .footer-column .footer-right {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 24%;
  height: 0;
  overflow: hidden;
}
#l-footer .footer-column .footer-right iframe {
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
  width: 100%;
  height: 290px;
}
@media all and (max-width: 896px) {
  #l-footer .inner {
    padding: 120px 10px 20px;
  }
  #l-footer .footer-column .footer-left {
    width: 100%;
  }
  #l-footer .footer-column .footer_center {
    width: 100%;
  }
  #l-footer .footer-column .footer-right {
    width: 100%;
    padding-bottom: 32%;
  }
}
@media all and (max-width: 896px) {
  #l-footer .footer-column .footer-right {
    padding-bottom: 40%;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .footer-column .footer-left {
    margin-bottom: 20px;
  }
  #l-footer .footer-column .footer-right {
    padding-bottom: 56%;
  }
  #l-footer .footer-column .footer-right iframe {
    height: 200px;
  }
}

.inner2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  background: #fefefe;
  padding: 30px 20px 20px;
  border-radius: 20px 20px 0 0;
}
@media all and (max-width: 896px) {
  .inner2 {
    width: 95%;
  }
}

.footer-dl {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-dl dt,
.footer-dl dd {
  margin-bottom: 5px;
}
.footer-dl dt {
  width: 7em;
  font-weight: 600;
  color: #5eaf24;
  padding-bottom: 5px;
  border-bottom: 1px solid #5eaf24;
}
.footer-dl dd {
  width: calc(100% - 8.5em);
}
@media all and (max-width: 639px) {
  .footer-dl {
    font-size: 12px;
    text-align: left;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  margin: 40px auto 0;
}
.footer_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.footer_navi ul li a {
  font-size: 1.4rem;
  position: relative;
  font-weight: 500;
  color: #fff;
}
.footer_navi ul li a br {
  display: none;
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:hover {
  color: #f6f4eb;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.flogo {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media all and (max-width: 896px) {
  .flogo {
    width: 240px;
  }
}
@media all and (max-width: 639px) {
  .flogo {
    max-width: 200px;
    margin-bottom: 10px;
  }
}

.address {
  font-weight: 600;
  text-align: center;
  margin: 15px auto;
  color: #fff;
}
@media all and (max-width: 639px) {
  .address {
    margin: 5px auto;
  }
}

.copyright {
  background: #14B43A;
  padding: 30px 0;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0 70px;
  }
}

/*----------------------------------
 top-contents
----------------------------------*/
.box-line {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .box-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 90%;
  }
  .box-line:before {
    height: 100px;
    top: -60px;
  }
  .box-line .left,
  .box-line .right {
    width: 100%;
  }
}

.sec1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .sec1.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec1.type2 .sec1-txt {
  width: 55%;
  padding: 1em 1em 1em 6em;
}
.sec1.type2 .sec1-txt-reverse {
  width: 55%;
  padding: 1em 6em 1em 1em;
}
.sec1.type2 .sec1-img .top img {
  border-radius: 20px;
}
.sec1.type2 .sec1-img .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec1.type2 .sec1-img .bottom img {
  width: 49%;
}
.sec1.type2 .sec1-img .bottom .img2 {
  border-radius: 0 0 0 20px;
  height: 200px;
}
.sec1.type2 .sec1-img .bottom .img3 {
  border-radius: 0 0 20px 0;
  height: 200px;
}
.sec1 .sec1-img {
  position: relative;
  width: 45%;
}
.sec1 .sec1-img .img1 {
  width: 100%;
  height: 350px;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 10px;
}
.sec1 .sec1-img .img2 {
  height: 200px;
  width: 80%;
  border-radius: 0 0 20px 20px;
}
.sec1 .sec1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec1 .sec1-txt {
  width: 55%;
  padding: 1em 6em 1em 1em;
}
@media all and (max-width: 896px) {
  .sec1 .sec1-img,
  .sec1 .sec1-txt-reverse,
  .sec1 .sec1-txt {
    width: 95%;
  }
  .sec1 .sec1-txt,
  .sec1 .sec1-txt-reverse {
    padding: 1em 0;
  }
  .sec1.type2 .sec1-txt,
  .sec1.type2 .sec1-txt-reverse {
    width: 95%;
    margin: 0 auto;
    padding: 1em 0;
  }
}
@media all and (max-width: 639px) {
  .sec1 .sec1-img .img1 {
    height: 200px;
    border-radius: 10px 10px 10px 0;
  }
  .sec1 .sec1-img .img2 {
    height: 130px;
    border-radius: 0 0 10px 10px;
  }
  .sec1.type2 .sec1-img .bottom .img2,
  .sec1.type2 .sec1-img .bottom .img3 {
    height: 100px;
  }
}

.bnr_box {
  position: relative;
  margin: 0 auto 160px;
}
.bnr_box::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 70%;
  background: #14B43A;
  z-index: -1;
}
.bnr_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  gap: 40px;
}
.bnr_box a {
  display: block;
}
.bnr_box a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (max-width: 639px) {
  .bnr_box {
    margin: 0 auto 80px;
  }
  .bnr_box::after {
    height: 85%;
    bottom: -20px;
  }
  .bnr_box .inner {
    gap: 10px;
  }
  .bnr_box a {
    width: 100%;
  }
}

.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
  gap: 50px;
}
.sec2 .txt {
  width: 67%;
  color: #fff;
  font-weight: 600;
  line-height: 2.2;
}
.sec2 .txt h3 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #14B43A;
}
.sec2 .txt h3:after {
  content: "― 仕入先選びからオープン後まで、私たちが全力でサポートします ―";
  display: block;
  font-size: 1.6rem;
  margin-top: 8px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  .sec2 .txt h3 {
    font-size: 1.5rem;
  }
  .sec2 .txt h3:after {
    font-size: 1.2rem;
  }
}
.sec2 .txt P {
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  .sec2 .txt P {
    font-size: 1rem;
  }
}
.sec2 .img {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
.sec2 .img .r-img {
  border-radius: 30px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 15%;
     object-position: center 15%;
}
.sec2 .img .s-img {
  position: absolute;
  right: 40px;
  bottom: -200px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .sec2 .img .s-img {
    right: -40px;
    bottom: -155px;
  }
}
@media screen and (max-width: 896px) {
  .sec2 .img .s-img {
    right: 33px;
    bottom: -33px;
    width: 180px;
    height: 180px;
  }
}
.sec2 .img .icon {
  width: 400px;
}
.sec2 p + p {
  margin-top: 25px;
}
@media all and (max-width: 896px) {
  .sec2 .txt,
  .sec2 .img {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 639px) {
  .sec2 {
    margin-bottom: 80px;
  }
  .sec2 .txt {
    font-size: 1.3rem;
  }
  .sec2 p + p {
    margin-top: 15px;
  }
  .sec2 .img .r-img {
    height: 200px;
  }
  .sec2 .img .s-img {
    right: 12px;
    bottom: -35px;
    width: 110px;
    height: 110px;
  }
}

.com-img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-img .img1 {
  border-radius: 30px 30px 0 0;
  margin-bottom: 10px;
}
.com-img .img2 {
  border-radius: 0 0 30px 30px;
}
@media all and (max-width: 896px) {
  .com-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .com-img img {
    width: 49%;
  }
  .com-img .img1 {
    border-radius: 10px 0 0 10px;
    margin-bottom: 0;
  }
  .com-img .img2 {
    border-radius: 0 10px 10px 0;
  }
}
@media all and (max-width: 639px) {
  .com-img img {
    height: 150px;
  }
}

.product_box {
  row-gap: 40px;
}
.product_box > li .mtext1 {
  margin-top: 5px;
}
.product_box > li .txt {
  margin-top: 10px;
}
.product_box > li .link a {
  display: block;
  background: #14B43A;
  padding: 7px 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  max-width: 250px;
  margin: 10px auto 0;
  font-size: 0.85em;
}
@media all and (max-width: 639px) {
  .product_box {
    row-gap: 20px;
  }
}

.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 90%;
  margin: auto;
}
.link_list > li {
  width: calc((100% - 20px) / 2);
}
.link_list > li a {
  text-align: center;
  background: #f2f5f3;
  display: block;
  padding: 20px;
  font-size: 2rem;
  border-radius: 10px;
  color: #121212;
}
.link_list > li a:hover {
  color: #14B43A;
  background: rgba(20, 180, 58, 0.05);
}
@media all and (max-width: 639px) {
  .link_list {
    gap: 10px;
  }
  .link_list > li {
    width: 100%;
  }
  .link_list > li a {
    font-size: 1.5rem;
  }
}

/* --news--
----------------------------------*/
.news {
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 1.7;
}
.news dt {
  padding: 3px 5px;
  color: #aaa;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
.news dd {
  padding: 5px;
  margin-left: 8px;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #5eaf24;
  text-align: center;
  border: 1px solid #5eaf24;
  border-radius: 30px;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(#5eaf24), to(#5eaf24));
  background-image: linear-gradient(to right, #5eaf24, #5eaf24);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

.news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
.news-inner dt {
  padding: 3px 5px;
  color: #aaa;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
.news-inner dd {
  padding: 5px;
  margin-left: 8px;
}
.news-inner dd a:hover {
  opacity: 0.4;
}

.news-box {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .news-box {
    margin-top: 0;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-left {
  border-right: 1px solid #ccc;
  padding-right: 30px;
  width: 20%;
}
@media all and (max-width: 896px) {
  .news-left {
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .news-left .btn_wk a {
    width: 300px;
  }
}

.news-title {
  position: relative;
  text-align: center;
}
.news-title span {
  display: block;
  line-height: 1.5;
}
.news-title .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #14B43A;
}
.news-title .ja {
  font-size: 1.8rem;
  position: relative;
  color: #121212;
}
@media all and (max-width: 639px) {
  .news-title {
    padding: 0;
    margin-bottom: 20px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    border-right: none;
    text-align: left;
  }
  .news-title .eng {
    font-size: 2.4rem;
    margin-right: 10px;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 10px 30px;
}
@media all and (max-width: 896px) {
  .news-right {
    width: 100%;
    padding: 0;
  }
}
/* --top-bnr-list--
----------------------------------*/
.top-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
.top-bnr-list > li {
  width: 31.5%;
  position: relative;
}
.top-bnr-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top-bnr-list > li a:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.top-bnr-list > li a:hover .btn-arrow {
  background: #222;
}
.top-bnr-list > li a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}
.top-bnr-list > li a:hover .btn-arrow i:before {
  border-right-color: #fefefe;
}
.top-bnr-list > li a:hover .top-bnr-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (max-width: 1100px) {
  .top-bnr-list {
    width: 85%;
    margin: 0 auto;
  }
  .top-bnr-list > li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list {
    width: 95%;
  }
  .top-bnr-list > li {
    width: 100%;
  }
}
.top-bnr-list .top-bnr-img {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.top-bnr-list .top-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-img {
    height: 200px;
  }
}
.top-bnr-list .btn-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 210px;
  text-align: center;
  line-height: 60px;
  background: #fefefe;
  border: 2px solid #222;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .btn-arrow {
    top: 170px;
  }
}
.top-bnr-list .btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #222;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5px;
}
.top-bnr-list .btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 8px;
  content: "";
  right: 3px;
  bottom: -2px;
  border-right: 3px solid #222;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.top-bnr-list .top-bnr-title {
  font-weight: 500;
  padding: 15px;
  line-height: 1.4;
}
.top-bnr-list .top-bnr-title .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #5eaf24;
  display: block;
}
.top-bnr-list .top-bnr-title .ja {
  font-size: 1.8rem;
  display: block;
  color: #222;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-title .eng {
    font-size: 2.4rem;
  }
  .top-bnr-list .top-bnr-title .ja {
    font-size: 1.4rem;
  }
}
.top-bnr-list .top-bnr-txt {
  color: #222;
  padding: 10px;
}

/* top_greet
----------------------------------*/
.top_greet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_greet .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-top: 60px;
}
.top_greet .img img {
  width: 32%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  -webkit-box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 60px -12px, rgba(0, 0, 0, 0.2) 0px 18px 36px -18px;
          box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 60px -12px, rgba(0, 0, 0, 0.2) 0px 18px 36px -18px;
}
.top_greet .img img:nth-child(1), .top_greet .img img:nth-child(3) {
  margin-top: 80px;
}
.top_greet .txt {
  line-height: 2.5;
  width: 100%;
}
.top_greet .txt .sub_ttl {
  margin-bottom: 40px;
}
.top_greet .txt p + p {
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .top_greet .txt {
    line-height: 2;
  }
  .top_greet .img img {
    height: 200px;
  }
}
@media all and (max-width: 639px) {
  .top_greet .txt {
    margin-bottom: 20px;
  }
  .top_greet .txt .sub_ttl {
    margin-bottom: 20px;
  }
  .top_greet .txt .chosei,
  .top_greet .txt .sub_ttl {
    margin-left: 0;
  }
  .top_greet .txt p + p {
    margin-top: 20px;
    margin-right: 0;
  }
  .top_greet .img {
    margin-top: 0;
  }
  .top_greet .img img {
    height: 150px;
  }
  .top_greet .img img:nth-child(1), .top_greet .img img:nth-child(3) {
    margin-top: 20px;
  }
}

/* menu-btn-list
----------------------------------*/
.menu-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 auto 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-btn-list .child {
  width: 31%;
}
.menu-btn-list .child a {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
  background-image: linear-gradient(45deg, #14B43A, #5c4332);
}
.menu-btn-list .child a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.5;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.menu-btn-list .child a:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media all and (max-width: 639px) {
  .menu-btn-list .child {
    width: 100%;
  }
  .menu-btn-list .child a {
    height: 60vmin;
  }
}
.menu-btn-list .menu-btn-title {
  position: absolute;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  left: 30px;
  top: 20px;
  color: #fefefe;
  font-weight: 400;
  z-index: 2;
  font-size: 2.3rem;
}
.menu-btn-list .menu-btn-title span {
  font-size: 4rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  margin-bottom: 20px;
  position: relative;
}
.menu-btn-list .menu-btn-title span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  bottom: 3px;
  right: -20px;
  background: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media all and (max-width: 896px) {
  .menu-btn-list .menu-btn-title {
    left: 10px;
    padding-right: 15px;
  }
}
@media all and (max-width: 639px) {
  .menu-btn-list .menu-btn-title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 1.6rem;
    left: 15px;
  }
  .menu-btn-list .menu-btn-title span {
    font-size: 2.5rem;
    margin-right: 20px;
  }
}

.arrow {
  position: absolute;
  stroke-miterlimit: 5;
  stroke-width: 1;
  stroke: #fefefe;
  right: 20px;
  bottom: 30px;
  z-index: 4;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
}
.arrow:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fefefe;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .arrow {
    width: 35px;
    height: 35px;
    padding-top: 5px;
  }
  .arrow .arrow-svg {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

/* contents
----------------------------------*/
.single0 {
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}

.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}

.single02 {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 0;
}

.single_new {
  width: 90%;
  width: calc(100% - 100px);
  margin: auto;
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}

.single04 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}

@media all and (max-width: 1367px) {
  .single0,
  .single,
  .single02,
  .single_new,
  .single03,
  .single04,
  .single05,
  .single06,
  .single07 {
    max-width: 95%;
  }
}

.content-box {
  padding: 80px 0;
  position: relative;
  background: #fff;
  border-radius: 15px;
}
.content-box.type2 {
  background: none;
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -30px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
}
.mbox.transparent {
  background: transparent;
}
.mbox.type_entry {
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 20px 10px;
  }
}

.mbox2 {
  padding: 35px 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 25px 15px;
  }
}

.mbox3 {
  background: rgba(255, 255, 255, 0.65);
  padding: 60px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.mbox3::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px dashed #14B43A;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 25px 15px;
  }
  .mbox3::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .mbox3.type-about {
    padding: 40px;
  }
}

.small-box {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.br_20 {
  border-radius: 20px;
}

.small-box2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.small-box3 {
  max-width: 660px;
}
.small-box3.type_center {
  margin: 0 auto 80px;
}
.small-box3.type_center .img {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
.small-box3.type_center .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 20px;
}
@media all and (max-width: 1100px) {
  .small-box3.type_center {
    margin: 0 auto 40px;
  }
  .small-box3.type_center .img {
    height: 250px;
  }
}
@media all and (max-width: 896px) {
  .small-box3.type_center {
    margin: 0 auto 40px;
  }
  .small-box3.type_center .img {
    height: 200px;
  }
}

.small-box4 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.box1 {
  padding-top: 120px;
}

.sentence p + p {
  margin-top: 15px;
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2))), -webkit-gradient(linear, left bottom, left top, color-stop(95%, transparent), color-stop(50%, rgba(204, 204, 204, 0.2)), to(rgba(204, 204, 204, 0.2)));
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

#main {
  float: left;
  width: 78%;
}
#main .mbox {
  min-height: 300px;
}
@media all and (max-width: 896px) {
  #main .mbox {
    min-height: initial;
  }
}
@media all and (max-width: 896px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 20%;
  padding-right: 10px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

/* mtitle
----------------------------------*/
.mtitle {
  font-weight: 600;
  margin: 0 auto 55px;
  text-align: center;
}
.mtitle span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.mtitle .eng {
  font-size: 4rem;
  color: #14B43A;
  position: relative;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.mtitle .ja {
  font-size: 1.8rem;
  color: #5eaf24;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  letter-spacing: 0.15em;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}
.mtitle.black {
  color: #333;
}
.mtitle.black span {
  color: #555;
}
.mtitle.black span:after {
  background-color: #555;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left span:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.mtitle.type_Caution {
  margin-bottom: 0;
}
.mtitle.type_Caution .eng {
  font-size: 3rem;
}
.mtitle.type_Caution .ja {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin-bottom: 30px;
  }
  .mtitle .eng {
    font-size: 2.4rem;
  }
  .mtitle .ja {
    font-size: 1.3rem;
  }
  .mtitle.type_Caution {
    margin-bottom: 15px;
  }
  .mtitle.type_Caution .eng {
    font-size: 2rem;
  }
  .mtitle.type_Caution .ja {
    font-size: 1.3rem;
  }
}

.mtitle2 {
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  position: relative;
  color: #5eaf24;
  margin-bottom: 30px;
}
.mtitle2 .eng {
  display: inline-block;
  margin-right: 10px;
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #14B43A;
}
.mtitle2 .ja {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.2rem;
  }
  .mtitle2 .eng {
    font-size: 2rem;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 40px;
  left: 30px;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.6rem;
  border-right: 2px solid #5eaf24;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 400;
}
.mtitle3 .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #14B43A;
  padding-left: 3px;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    left: 10px;
    top: 15px;
  }
  .mtitle3 .ja {
    font-size: 1.6rem;
  }
  .mtitle3 .eng {
    font-size: 1.3rem;
  }
}

.mtitle_line {
  font-size: 1.8rem;
  padding-bottom: 15px;
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  color: #14B43A;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
}

.mtitle4 {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #14B43A;
  margin-bottom: 40px;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: #14B43A;
}
.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #5eaf24;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle5 {
  display: block;
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  color: #121212;
  margin-bottom: 30px;
  text-align: center;
}
.mtitle5.left_txt {
  text-align: left;
}
.mtitle5 span {
  position: relative;
  padding-left: 65px;
  display: inline-block;
}
.mtitle5 span::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 60px;
  height: 24px;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mtitle5.type2 span {
  color: #5eaf24;
}
@media all and (max-width: 896px) {
  .mtitle5 {
    font-size: 1.9rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle5 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.mtitles {
  font-size: 1.3em;
}
.mtitles span {
  background: #14B43A;
  color: #fff;
  border-radius: 5px;
  padding: 2px 15px;
  display: inline-block;
  margin-right: 10px;
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #14B43A;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub .hissu {
  color: #fff;
  background: rgb(25.1, 225.9, 72.79);
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background: #14B43A;
}

.mtitle_box {
  background: #5eaf24;
  color: #fff;
  font-size: 2rem;
  position: relative;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: 500;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}

.mtitle_box2 {
  background: #14B43A;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 0.1rem;
  -webkit-box-shadow: 0 8px 8px rgba(20, 180, 58, 0.2);
          box-shadow: 0 8px 8px rgba(20, 180, 58, 0.2);
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #A3D19C;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtitle_box3 {
  color: #5eaf24;
  font-size: 2.3rem;
  position: relative;
  padding: 25px;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
.mtitle_box3 span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: 100%;
  border-left: 2px solid #5eaf24;
  border-right: 2px solid #5eaf24;
}
.mtitle_box3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(100% - 20px);
  width: 100%;
  border-top: 2px solid #5eaf24;
  border-bottom: 2px solid #5eaf24;
}
@media all and (max-width: 639px) {
  .mtitle_box3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.2rem;
  }
}

.mtext2 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.6rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #14B43A;
}

.particular-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.particular-title span {
  display: block;
}
.particular-title span.ja {
  color: #5eaf24;
  font-size: 1.8rem;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 600;
  z-index: 2;
}
.particular-title span.num {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  color: #5eaf24;
  line-height: 0.8;
}
.particular-title .txt {
  padding: 0 4px;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .particular-title span.num {
    top: -50px;
  }
  .particular-title span.ja {
    padding: 4px 4px 4px 6px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .particular-title {
    margin-bottom: 10px;
  }
  .particular-title span.ja {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 4px;
  }
  .particular-title span.num {
    font-size: 2.5rem;
  }
}

/* btn
----------------------------------*/
.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #121212;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #14B43A;
  border-radius: 35px;
}
.btn01 a:hover {
  background: #14B43A;
  color: #fefefe;
}
.btn01.mail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.btn01.mail a {
  background: #5eaf24;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.type2 a {
  width: auto;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #14B43A;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
@media all and (max-width: 639px) {
  .btn02 {
    width: 90%;
  }
  .btn02 a {
    font-size: 1.2rem;
  }
}

.btn03 a {
  text-align: center;
  max-width: 300px;
  margin: 40px auto 15px;
  color: #14B43A;
  padding: 15px 5px;
  font-weight: 500;
  border: 2px solid #14B43A;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn03 a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #14B43A;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms, -webkit-transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: -1;
}
.btn03 a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fefefe;
  z-index: -2;
}
.btn03 a:hover {
  color: #fff;
}
.btn03 a:hover::before {
  background-color: #14B43A;
  border-radius: 50% 50% 0 0/0 0 0 0;
  -webkit-transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms, -webkit-transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn03.left a {
  margin: 40px 0 15px;
}
.btn03.list-center a {
  margin: 40px auto 15px;
}

.btn04 a {
  background: #fefefe;
  text-align: center;
  max-width: 300px;
  margin: 10px auto;
  display: block;
  padding: 15px 5px;
  font-weight: 600;
  border: 2px solid #c3ac69;
  border-radius: 20px;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 5px 0 #d5cfb8;
          box-shadow: 0 5px 0 #d5cfb8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn04 a:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fffcf3;
}
.btn04 a.tabechoku {
  color: #cd3d38;
}
.btn04 a.pokemaru {
  color: #5690c3;
}
.btn04 a.insta {
  color: #81b18d;
}
.btn04 a.insta span {
  position: relative;
  z-index: 2;
}
.btn04 a.insta span i {
  padding-right: 7px;
}
.btn04.mail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.btn04.mail a {
  background: #5eaf24;
  margin: 15px auto 25px;
}
.btn04.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .btn04 a {
    width: 95%;
    margin: 8px auto;
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}

/* news
----------------------------------*/
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 0;
  line-height: 1.7;
}
.news dt {
  width: 7em;
  padding: 3px 5px;
  background: #f0f0f0;
  text-align: center;
  color: #5c4332;
}
.news dd {
  padding: 5px;
  background: #fff;
  width: calc(100% - 8.5em);
  margin-left: 8px;
}
.news dt:not(:last-child),
.news dd:not(:last-child) {
  margin-bottom: 7px;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 3px;
  line-height: 1.3;
  color: #fefefe;
  text-align: center;
  border: 1px solid #5eaf24;
  border-radius: 20px;
  font-weight: 600;
  font-size: 1.5rem;
  background: #5eaf24;
}
.news-bl dt span.en {
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 1.2rem;
  }
}
.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #121212;
  background-image: -webkit-gradient(linear, left top, right top, from(#14B43A), to(#5eaf24));
  background-image: linear-gradient(to right, #14B43A, #5eaf24);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26818/page_service.jpg) no-repeat center 100%/cover;
  margin-top: 350px;
}
.page-title.p02 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26818/page_starting.jpg) no-repeat center 70%/cover;
}
.page-title.p03 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26818/page_product.jpg) no-repeat center 90%/cover;
}
.page-title.p04 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26818/page_entry.jpg) no-repeat center 37%/cover;
}
.page-title.p05 {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26818/page_info.jpg) no-repeat center 59%/cover;
}
@media all and (max-width: 1367px) {
  .page-title.p05 {
    background-size: contain;
  }
  .page-title.p05 .inner {
    height: 350px;
  }
}
@media all and (max-width: 1100px) {
  .page-title.p05 .inner {
    height: 270px;
  }
}
@media all and (max-width: 896px) {
  .page-title.p05 .inner {
    height: 200px;
  }
}
@media all and (max-width: 639px) {
  .page-title.p05 .inner {
    height: 100px;
  }
}
.page-title .inner {
  position: relative;
  height: 500px;
}
.page-title .inner .page-lead {
  text-align: center;
  font-size: 1.8rem;
  position: absolute;
  top: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  position: relative;
  color: #14B43A;
  line-height: 1;
}
.page-title .inner .page-lead .ja {
  position: relative;
  color: #fff;
  padding: 15px 0 5px;
}
.page-title .inner .page-lead .ja:after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
@media all and (max-width: 896px) {
  .page-title {
    margin-top: 300px;
  }
  .page-title .inner {
    height: 400px;
  }
}
@media all and (max-width: 896px) {
  .page-title {
    margin-top: 200px;
  }
  .page-title .inner {
    height: 300px;
  }
  .page-title .inner .page-lead {
    top: -120px;
  }
  .page-title .inner .page-lead .eng {
    font-size: 2rem;
  }
  .page-title .inner .page-lead .ja {
    font-size: 1.3rem;
    padding: 5px 0 5px;
  }
  .page-title .inner .page-lead .ja::after {
    width: 40px;
    height: 40px;
    bottom: -45px;
  }
}
@media all and (max-width: 639px) {
  .page-title {
    margin-top: 130px;
  }
  .page-title .inner {
    height: 150px;
  }
  .page-title .inner .page-lead {
    top: -90px;
  }
  .page-title .inner .page-lead .eng {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .page-title .inner .page-lead .ja {
    font-size: 1rem;
    padding: 0;
  }
  .page-title .inner .page-lead .ja::after {
    width: 30px;
    height: 30px;
    bottom: -35px;
  }
}

.bg-w {
  position: relative;
  color: #121212;
}
.bg-w:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(250, 250, 255, 0.8);
  z-index: -1;
}
.bg-w.round:before {
  border-radius: 60px;
}
@media all and (max-width: 896px) {
  .bg-w.round::before {
    border-radius: 30px;
  }
}
@media all and (max-width: 639px) {
  .bg-w.round::before {
    border-radius: 15px;
    width: calc(100% - 20px);
  }
}

.bg-base {
  position: relative;
}
.bg-base:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}
@media all and (max-width: 896px) {
  .bg-base:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.bg-base .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type1 {
  background: transparent;
  position: relative;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*   top: 20%;   */
  z-index: -1;
  opacity: 0.3;
}
.bg-base.type-gray {
  background: transparent;
  position: relative;
}
.bg-base.type-gray:after {
  background: #f2f5f3;
}
.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type2:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bg-base.type2:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

.bg-base_color {
  background: rgba(20, 180, 58, 0.3);
}

.bg-gray {
  position: relative;
  background: #f2f5f3;
}
.bg-gray.bg-half {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #f2f5f3), to(#f2f5f3));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f2f5f3 50.1%, #f2f5f3 100%);
}

.bg-gray2 {
  position: relative;
  margin-bottom: 60px;
}
.bg-gray2:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 75%;
  height: 100%;
  z-index: -1;
  background: #f2f5f3;
}

.bg-999 {
  background: #888;
}

.bg-blue {
  background: rgba(94, 175, 36, 0.2);
}
.bg-blue.bg-half {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, rgb(117.4834123223, 212.6872037915, 49.3127962085)), to(rgb(117.4834123223, 212.6872037915, 49.3127962085)));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgb(117.4834123223, 212.6872037915, 49.3127962085) 50.1%, rgb(117.4834123223, 212.6872037915, 49.3127962085) 100%);
}

.bg-beige {
  background: rgba(246, 244, 235, 0.7);
}

.bg-base2 {
  background: repeating-linear-gradient(45deg, rgba(20, 180, 58, 0.1) 0, rgba(20, 180, 58, 0.1) 20px, #fefefe 20px, #fefefe 40px);
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #5c4332;
}
.tbl th {
  background: #f6f4eb;
  width: 25%;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl td {
  color: #111;
  background: #fefefe;
}
.tbl .cell01 {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}

.tbl_new {
  margin: 0 auto;
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 600;
  width: 35%;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: rgba(242, 245, 243, 0.5);
}

.tbl-border {
  width: 100%;
  border-top: 1px solid #5c4332;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #5c4332;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
  }
}
.tbl-border th {
  color: #121212;
  text-align: left;
  font-weight: 500;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}

.price {
  font-size: 1.65em;
  /*font-size: 1.1em;*/
  /*color: $base_color;*/
  /*color: $sub_color;*/
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 1.4rem;
  }
}
.price span a {
  color: #14B43A;
  text-decoration: underline;
}

.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
}
.tbl0 th {
  padding-left: 0;
  font-weight: normal;
  background: none;
  width: 25%;
  color: #111;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
@media all and (max-width: 639px) {
  .tbl0 th {
    width: 40%;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}
@media all and (max-width: 639px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_policy li {
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2.5rem;
  padding: 15px 5px 15px 40px;
  font-weight: 500;
  position: relative;
}
.list_policy li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.list_policy li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #14B43A;
}
@media all and (max-width: 896px) {
  .list_policy li {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .list_policy {
    padding: 15px;
  }
  .list_policy li {
    font-size: 1.4rem;
  }
}

.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check.type1 li {
  padding: 8px 8px 8px 30px;
  width: 48%;
}
.list_check.type1 li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 8px 8px 8px 30px;
  font-weight: 600;
  position: relative;
  color: #14B43A;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  color: #5c4332;
  margin-top: 10px;
}
.list_check li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  left: 0;
  background: #f6f4eb;
  border-radius: 50%;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 li {
  padding: 8px;
  font-weight: 500;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #5eaf24;
}
.list_check2 li:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px dashed #5eaf24;
}

.list-inline2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.list-inline2 li {
  width: calc((100% - 30px) / 4);
  padding: 12px 6px;
  color: #fefefe;
  font-weight: 500;
  border-radius: 5px;
  background: #14B43A;
  text-align: center;
  font-size: 1.15em;
}
.list-inline2 li:nth-child(2n) {
  background: #5eaf24;
}
@media all and (max-width: 639px) {
  .list-inline2 li {
    width: 100%;
  }
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.list-flex li {
  display: inline-block;
  padding: 4px 15px;
  color: #fefefe;
  font-weight: 500;
  border-radius: 5px;
  background: #14B43A;
}
.list-flex li.nomal {
  background: transparent;
  color: #121212;
}
.list-flex li:nth-child(2n) {
  background: #5eaf24;
}

.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #14B43A;
  font-weight: normal;
}
@media all and (max-width: 639px) {
  .list-inline li {
    display: block;
    padding: 0;
  }
  .list-inline li:before {
    content: "-";
    color: #14B43A;
  }
  .list-inline li:not(:last-of-type):after {
    display: none;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list li {
  line-height: 2;
  color: #121212;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 1.5rem;
}
.ol-list li span {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: rgba(20, 180, 58, 0.6);
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  color: #222;
  margin-right: 10px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 1.5rem;
    width: 1.8em;
    height: 1.8em;
  }
}
.list_disc li {
  padding: 3px 0 3px 20px;
  position: relative;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list_disc li:before {
  position: absolute;
  content: "●";
  top: 16px;
  left: 0;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #14B43A;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-btn li {
  width: 32%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  border: 1px solid #14B43A;
  background: #14B43A;
  color: #fff;
  font-weight: 500;
  padding: 10px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.list-btn li a:hover {
  background: #fff;
  color: #14B43A;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .list-btn li a {
    font-size: 1.2rem;
  }
  .list-btn li:nth-child(3n) {
    margin-right: auto;
  }
}
.list-btn.type1 {
  max-width: 1000px;
  margin: 0 auto 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-btn.type1 li a {
  background: #14B43A;
  border: 1px solid rgb(14.9, 134.1, 43.21);
}
.list-btn.type1 li a:hover {
  background: rgb(25.1, 225.9, 72.79);
}
.list-btn.type1 li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
  margin-right: 5px;
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 8px;
  border-bottom: 1px dotted #cccccc;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list_common li .check_num {
  width: 30px;
  height: 30px;
  background: #14B43A;
  color: #fff;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}

.list_check li {
  padding-bottom: 8px;
  font-weight: 500;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  background: rgba(246, 244, 235, 0.2);
  margin-top: 10px;
}
.list_check li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px dashed #5eaf24;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 8px;
  color: rgb(214.3448275862, 205.3103448276, 164.6551724138);
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check2 li {
  width: 48%;
  margin-bottom: 5px;
  margin-right: 4%;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.list_check2 li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list_check2 li:nth-child(2n) {
    margin-right: auto;
  }
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06c";
  font-weight: 900;
  margin-right: 10px;
  color: #5eaf24;
}
@media all and (max-width: 639px) {
  .list_check2 li {
    width: 100%;
    margin: 0 auto 5px;
    font-size: 12px;
  }
}

.ol-list {
  counter-reset: number;
  list-style: none;
  margin-top: 10px;
}
.ol-list > li {
  line-height: 2;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding-left: 50px;
  font-weight: 500;
  position: relative;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.5rem;
}
.ol-list > li .small {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: initial;
}
.ol-list > li:before {
  counter-increment: number;
  content: counter(number);
  background: #14B43A;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  line-height: 1.8em;
  color: #fefefe;
  left: 0;
  top: 0px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list > li {
    font-size: 1.3rem;
  }
  .ol-list > li span {
    font-size: 0.9em;
  }
  .ol-list > li:before {
    font-size: 1.8rem;
  }
}

.list-type1 li {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}
.list-type1 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 5px;
  color: #5eaf24;
}

.list_disc {
  padding: 4px;
}
.list_disc li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f6f4eb;
  border-radius: 20px;
  border: 3px solid #5eaf24;
  margin-right: 5px;
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}
#top-blog .blog-img {
  height: 170px;
}
@media all and (max-width: 639px) {
  #top-blog .blog-img {
    height: 90px;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-wrap * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-wrap > li {
  width: 31%;
  margin: 10px 0.5%;
  position: relative;
  background: #fff;
  border: 1px solid #f2f5f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  padding: 1em;
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 48%;
    margin: 10px 1%;
    padding: 6px;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 1100px) {
  .blog-img {
    height: 120px;
  }
}
@media all and (max-width: 896px) {
  .blog-img {
    height: 100px;
  }
}
@media all and (max-width: 639px) {
  .blog-img {
    height: 90px;
  }
}
.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  padding: 10px;
  text-align: center;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category {
  display: inline-block;
  padding: 0 10px;
  border-radius: 20px;
  text-align: center;
  background: rgba(20, 180, 58, 0.8);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  margin-left: 10px;
}
@media all and (max-width: 896px) {
  .blog-category {
    font-size: 9px;
  }
}

.blog-new-upper {
  position: relative;
  z-index: 2;
}
.blog-new-upper .blog-new {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#14B43A), to(#5eaf24));
  background: linear-gradient(to right, #14B43A, #5eaf24);
  border: 2px solid #fff;
  font-size: 11px;
  line-height: 1;
}

.blog-date {
  color: #fff;
  background: #14B43A;
  text-align: center;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 10px;
  display: none;
}
.blog-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .blog-date {
    font-size: 1rem;
  }
}

.blog-date2 {
  color: #7D7461;
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .blog-date2 {
    font-size: 1rem;
  }
}

.blog-title {
  line-height: 1.3;
  margin: 5px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .blog-title {
    font-size: 1.15rem;
  }
}

.blog-txt {
  line-height: 1.5;
  color: #14B43A;
  padding: 10px;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #fff;
  padding: 4px 5px;
  background: #14B43A;
  font-size: 12px;
}

.blog_topics {
  width: 100%;
}
.blog_topics li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  margin: 1%;
}
.blog_topics li a {
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: rgba(20, 180, 58, 0.03);
}
.blog_topics li a .topics_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 25%;
  height: 120px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 70%;
  padding-left: 20px;
  line-height: 1.5;
  color: #121212;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.3rem;
  color: #7D7461;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #14B43A;
}
@media all and (max-width: 639px) {
  .blog_topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_topics li {
    width: 100%;
    margin: 0;
  }
  .blog_topics li:not(:first-child) {
    border-top: 0px solid #ccc;
  }
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 33%;
    height: 100px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 67%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1rem;
  }
  .blog_topics li a .time_date {
    font-size: 0.9rem;
  }
}

.category_nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_nav li a {
  text-align: center;
  display: block;
  padding: 8px;
  background: #14B43A;
  color: #fff;
  border: 1px solid #14B43A;
}
.category_nav li a:hover {
  background: transparent;
  color: #14B43A;
}

/* etc
----------------------------------*/
.img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-flex img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-flex .img01 {
  border-radius: 20px;
}
.img-flex .img02 {
  border-radius: 0 20px 20px 0;
}

.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 999;
}
.fixed-btn a:hover {
  opacity: 0.8;
}
@media all and (max-width: 1100px) {
  .fixed-btn img {
    width: 80px;
  }
}
@media all and (max-width: 639px) {
  .fixed-btn img {
    width: 60px;
  }
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

.color1 {
  color: #14B43A;
}

.color2 {
  color: #5eaf24;
}

.color3 {
  color: #121212;
}

.relative {
  position: relative;
}

.num {
  font-weight: 500;
}
.num a {
  color: #14B43A;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #5eaf24;
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 30px;
}
.telbnr li {
  border: 3px solid #5eaf24;
  text-align: center;
  border-radius: 50px;
  background: #fefefe;
}
.telbnr li a {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #14B43A;
}
.telbnr li:last-of-type {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  color: #5c4332;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #f6f4eb;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.5rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 95%;
  margin: 20px auto 20px;
  font-size: 1.2rem;
  text-align: right;
}
.breadcrumb li {
  display: inline;
  color: #aaa;
}
.breadcrumb li a {
  color: #14B43A;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: "/";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.form-contents {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 15px 15px 0 0 !important;
  background: transparent !important;
  color: #121212;
}
.form-contents .form-thanks-msg {
  background: #f3f5f7 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 30px;
}
.form-contents .form-thanks-msg p {
  color: #121212 !important;
}
.form-contents .form-thanks-msg .back-home-btn a {
  color: #5eaf24 !important;
  border: 2px solid #5eaf24 !important;
}
.form-contents .form-thanks-msg .back-home-btn a:hover {
  background: #5eaf24 !important;
  color: #fff !important;
}
.form-contents .required::before {
  background: transparent !important;
  padding: 5px 10px !important;
  content: "*" !important;
  color: #5eaf24 !important;
  font-size: 1.8rem !important;
}
.form-contents .textarea {
  background-color: #fefefe !important;
  border: none !important;
  padding: 25px 15px !important;
  border-radius: 5px !important;
}
.form-contents input[type=text],
.form-contents textarea {
  font-size: 16px;
}
.form-contents input[type=select],
.form-contents .textarea-serect,
.form-contents .textarea-datetime {
  border-radius: 5px !important;
}
.form-contents .submit-btn {
  background-color: #fff !important;
  border: none !important;
  color: #14B43A !important;
  border-radius: 30px !important;
  position: relative !important;
  border: 1px solid #14B43A !important;
}
.form-contents .submit-btn::before {
  display: none !important;
}
.form-contents .submit-btn:hover {
  opacity: 0.6;
}
.form-contents .custom-area p {
  padding: 10px 0;
}
.form-contents dl dd:not(.pattern-exclusion) {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 0 10px !important;
  }
  .form-contents dl {
    margin: 10px 0 !important;
  }
  .form-contents dl dt {
    float: none !important;
    padding-top: 15px !important;
  }
  .form-contents dl dd {
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
    line-height: 20px !important;
  }
  .form-contents .submit-btn {
    width: 250px !important;
  }
}
.policy {
  padding: 30px;
  background: rgba(94, 175, 36, 0.1);
}

/* accordion
----------------------------------*/
.accordion {
  border: 1px solid #14B43A;
  background: rgba(255, 255, 255, 0.6);
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  cursor: pointer;
  font-size: 1.7rem;
  color: #121212;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.7rem;
  color: #14B43A;
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #121212;
}
@media all and (max-width: 639px) {
  .accordion dt {
    font-size: 1.3rem;
  }
  .accordion dd {
    padding: 15px;
  }
}

.mtitle_small {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 4px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #5eaf24;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 2.3rem;
}
.mtitle_small2.type2 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.mtitle_small2:before {
  content: "";
  background-color: #14B43A;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
}
@media all and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
}
.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 240px;
  text-align: center;
  overflow: hidden;
  background: rgba(94, 175, 36, 0.1);
  margin-bottom: 10px;
}
.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media all and (max-width: 896px) {
  .gallery_ul > li {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
  color: #5c4332;
}
@media all and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

/*photoギャラリー*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 495px;
  padding: 0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .gallery {
    height: 698px;
  }
}
.gallery li {
  width: 31%;
  margin: 0 3.495% 30px 0;
}
.gallery li:nth-child(3n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(246, 244, 235, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 230px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 2% 20px 0;
  }
  .gallery li:nth-child(3n) {
    margin-right: 2%;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li p {
    font-size: 12px;
  }
}
/*photoギャラリー2*/
.slider_top {
  position: relative;
  padding: 0 0 80px;
}
@media all and (max-width: 1100px) {
  .slider_top:before {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 639px) {
  .slider_top {
    padding: 0;
  }
  .slider_top:before {
    width: 80px;
    height: 80px;
    top: 0;
  }
}

.top-gallery {
  position: relative;
}
.top-gallery .inner {
  position: relative;
}
.top-gallery .slide_list {
  position: relative;
  display: none;
  margin: 0px auto 30px;
}
.top-gallery .slide_list li {
  margin-right: 1%;
}
.top-gallery .slide_list li a {
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.top-gallery .slide_list li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00366f;
  opacity: 0.2;
  z-index: 0;
}
.top-gallery .slide_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.top-gallery .slide_list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.top-gallery .slide_list li:hover::before {
  opacity: 0;
}
@media all and (max-width: 896px) {
  .top-gallery .slide_list li a {
    width: 200px;
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .top-gallery .slide_list {
    margin: 0px auto 5px;
  }
  .top-gallery .slide_list li img {
    width: auto;
    height: 100%;
  }
}
.top-gallery .slide_list2 {
  position: relative;
  display: none;
  margin: 0px auto;
}
.top-gallery .slide_list2 li {
  margin-right: 1%;
}
.top-gallery .slide_list2 li a {
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.top-gallery .slide_list2 li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00366f;
  opacity: 0.2;
  z-index: 0;
}
.top-gallery .slide_list2 li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.top-gallery .slide_list2 li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.top-gallery .slide_list2 li:hover::before {
  opacity: 0;
}
@media all and (max-width: 896px) {
  .top-gallery .slide_list2 li a {
    width: 200px;
    height: 180px;
  }
}
@media all and (max-width: 639px) {
  .top-gallery .slide_list2 li img {
    width: auto;
    height: 100%;
  }
}
.top-gallery > li > a {
  position: relative;
}
.top-gallery > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00366f;
  opacity: 0.25;
  z-index: 0;
}

.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list2.al_cen {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -25px;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 25px;
}
@media all and (max-width: 639px) {
  .list2.type1 > li,
  .list2.type1 .child {
    padding: 15px;
  }
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .list3.type1 {
    padding: 0 10px;
  }
}
.list3.type2 li:nth-child(2) {
  margin-top: 50px;
}
@media all and (max-width: 639px) {
  .list3.type2 li:nth-child(2) {
    margin-top: 0;
  }
}
.list3.type2 li:nth-child(3) {
  margin-top: 100px;
}
@media all and (max-width: 639px) {
  .list3.type2 li:nth-child(3) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .list3.type2 li {
    width: 80%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .list3.type2 li:nth-child(3) {
    margin-top: 50px;
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .list3.type2 li {
    width: 100%;
    padding: 0 15px;
  }
}
.list3 li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 20px 0;
}
.list3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list3 li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 li:nth-child(3n) {
    margin-right: auto;
  }
}

.list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list4 li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 li:nth-child(4n) {
  margin-right: 0;
}

.prv dt {
  color: #14B43A;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

#works:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden;
}

.note {
  padding: 15px;
  margin-top: 10px;
  background: #f6f4eb;
}

.flow-dl.type1 dt {
  color: #5eaf24;
}
.flow-dl.type1 dt span {
  color: #5eaf24;
}
.flow-dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #fefefe;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px rgba(85, 85, 85, 0.1);
          box-shadow: 0 0 15px rgba(85, 85, 85, 0.1);
}
.flow-dl .inner:not(:last-of-type) {
  margin-bottom: 30px;
}
.flow-dl dt {
  width: 35%;
  color: rgb(12.35, 111.15, 35.815);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.flow-dl dt span {
  letter-spacing: 0.2rem;
  color: #14B43A;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.flow-dl dd {
  width: 60%;
}
@media all and (max-width: 639px) {
  .flow-dl dt {
    font-size: 1.4rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
    width: 100%;
  }
  .flow-dl dt span {
    font-size: 1.4rem;
    display: block;
  }
  .flow-dl dt p {
    text-align: center;
    margin-top: 10px;
  }
  .flow-dl dd {
    width: 100%;
  }
}

.txt1 {
  padding-left: 10px;
}

.fee-box {
  margin: 10px 0 20px;
  font-weight: 500;
  background: lemonchiffon;
  padding: 5px;
}
.fee-box span {
  display: block;
  font-weight: normal;
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #14B43A;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08 {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.list-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-center li {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

/*F&Q*/
.faq-dl .faq-inner {
  padding: 10px;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 15px 10px 15px 55px;
  background: #fefefe;
  border: 2px solid #aaa;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:before,
  .faq-dl .faq-inner dd:before {
    font-size: 1.6rem;
  }
}
.faq-dl .faq-inner dt {
  padding-right: 35px;
  font-size: 1.6rem;
  cursor: pointer;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.faq-dl .faq-inner dt:hover {
  background: #f6f4eb;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #14B43A;
  top: 50%;
  font-family: "Lato", sans-serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-dl .faq-inner dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5eaf24;
  font-size: 1.7rem;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt:after {
    font-size: 1.3rem;
    right: 15px;
  }
}
.faq-dl .faq-inner dt.on:after {
  content: "\f068";
}
.faq-dl .faq-inner dt.on {
  background: #d7dae6;
}
@media all and (max-width: 639px) {
  .faq-dl .faq-inner dt {
    font-size: 1.3rem;
  }
}
.faq-dl .faq-inner dd {
  background: #fefefe;
  display: none;
  border-top: 0;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #5eaf24;
}

/*step*/
.step-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.step-dl .step-inner {
  padding: 10px;
  width: 50%;
  margin: 0 auto;
}
.step-dl .step-inner:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .step-dl .step-inner {
    width: 100%;
  }
  .step-dl .step-inner:nth-child(2n) {
    margin-left: 0;
  }
}
.step-dl .step-inner dt,
.step-dl .step-inner dd {
  text-align: center;
  position: relative;
  padding: 15px 10px 15px 10px;
  background: #fefefe;
  border: 2px solid #aaa;
}
.step-dl .step-inner dt:before,
.step-dl .step-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .step-dl .step-inner dt:before,
  .step-dl .step-inner dd:before {
    font-size: 1.6rem;
  }
}
.step-dl .step-inner dt {
  font-weight: 700;
  padding-right: 35px;
  color: #111;
  font-size: 1.7rem;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.step-dl .step-inner dt:hover {
  background: #ccc;
}
.step-dl .step-inner dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  content: "click \f0d7";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5eaf24;
  font-size: 1.7rem;
}
@media all and (max-width: 639px) {
  .step-dl .step-inner dt:after {
    font-size: 1.3rem;
    right: 15px;
  }
}
.step-dl .step-inner dt.on:after {
  content: "\f068";
}
@media all and (max-width: 639px) {
  .step-dl .step-inner dt {
    font-size: 1.3rem;
  }
}
.step-dl .step-inner dd {
  display: none;
  border-top: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px !important;
  right: auto;
  background: rgba(20, 180, 58, 0.7);
}
@media all and (max-width: 639px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px !important;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px !important;
  left: auto;
  background: rgba(20, 180, 58, 0.7);
}
@media all and (max-width: 639px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px !important;
  }
}

@media all and (max-width: 639px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 17px !important;
    height: 28px !important;
    background-size: 17px 28px !important;
  }
}

.point-num {
  position: relative;
  z-index: 2;
  margin: -30px auto 5px;
  line-height: 1;
  color: #222;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 8rem;
  border-radius: 100%;
  text-align: center;
}
@media all and (max-width: 639px) {
  .point-num {
    font-size: 5rem;
  }
}

.bnr-list {
  text-align: center;
}
@media all and (max-width: 896px) {
  .bnr-list li {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr-list a {
  display: block;
  text-align: center;
  background: #fefefe;
  padding: 8px 5px;
  font-size: 1.3rem;
  height: 100%;
}
.bnr-list a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 45px;
}
@media all and (max-width: 639px) {
  .bnr-list a {
    font-size: 12px;
    line-height: 1.5;
  }
  .bnr-list a img {
    height: 30px;
  }
}
.bnr-list li.bnr-txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 60px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bnr-list li.bnr-txt {
    font-size: 1.5rem;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
.sns-list li a {
  font-size: 15px;
  color: #14B43A;
  display: block;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  /*絶対配置*/
  top: 18px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 50px;
  /*グラデーションカバーの幅*/
  height: 50px;
  /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .sns-list li:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.title01 {
  margin-bottom: 40px;
  position: relative;
}
.title01.center {
  text-align: center;
}
.title01.center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title01::before {
  position: absolute;
  content: "";
  top: -90px;
  left: 0;
  width: 100px;
  height: 75px;
  z-index: 0;
}
.title01 span {
  display: block;
}
.title01 .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #14B43A;
  line-height: 1.2;
}
.title01 .ja {
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2.8rem;
}
.title01.white .eng {
  color: #5eaf24;
}
.title01.white .ja {
  color: #fefefe;
}
@media all and (max-width: 896px) {
  .title01 .eng {
    font-size: 5rem;
  }
}
@media all and (max-width: 639px) {
  .title01 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .title01::before {
    top: -70px;
    width: 60px;
  }
  .title01 .eng {
    font-size: 3rem;
  }
  .title01 .ja {
    font-size: 1.4rem;
  }
}

.title02 {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.title02 .eng {
  font-weight: 700;
  font-size: 2.5rem;
  color: #14B43A;
  padding-right: 0.5em;
}
.title02 .ja {
  font-size: 2.8rem;
}
@media all and (max-width: 639px) {
  .title02 {
    margin-bottom: 20px;
  }
  .title02 .eng {
    font-size: 1.5rem;
  }
  .title02 .ja {
    font-size: 1.8rem;
  }
}

.title03 {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  border-top: 0.9px solid rgba(246, 244, 235, 0.8);
  border-bottom: 0.9px solid rgba(246, 244, 235, 0.8);
  color: #14B43A;
  padding: 15px 15px;
  font-weight: 600;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .title03 {
    font-size: 1.3rem;
  }
}

.slick-prev,
.slick-next {
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  z-index: 22 !important;
  border-radius: 50%;
  border: 1px solid #14B43A;
  top: 40%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:before,
.slick-next:before {
  color: #14B43A;
}
.slick-prev:hover,
.slick-next:hover {
  background: #f2f5f3;
}

@media all and (max-width: 639px) {
  .slick-prev {
    left: 0;
  }
}

@media all and (max-width: 639px) {
  .slick-next {
    right: 0;
  }
}

.about-lead {
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 4;
  width: 300px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 639px) {
  .about-lead {
    width: 200px;
  }
}

.about-box {
  position: relative;
  z-index: 2;
  max-width: 750px;
  padding: 40px;
  background: #fefefe;
  font-weight: 600;
  margin: -80px auto 100px;
}
@media all and (max-width: 639px) {
  .about-box {
    width: 94%;
    padding: 25px 10px;
    margin-bottom: 60px;
  }
}

.txt02 {
  padding: 25px;
  background: #fefefe;
  border-radius: 20px;
  color: #5c4332;
  font-weight: 600;
}

.flow-txt {
  font-size: 2.2rem;
  text-align: center;
  color: #14B43A;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  margin: 30px auto;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.flow-txt span {
  font-size: 1.4rem;
  color: #5c4332;
}

.menu-list {
  margin-bottom: 30px;
}
.menu-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 4px;
}
.menu-list > li:not(:last-of-type) {
  margin-bottom: 15px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}
.menu-list > li:before {
  background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.menu-list > li .left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 65%;
  letter-spacing: 0.1rem;
}
.menu-list > li .left .small {
  color: rgb(179.2957746479, 141.4436619718, 115.7042253521);
  padding-top: 5px;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.menu-list > li .left .small:before {
  content: "[";
}
.menu-list > li .left .small:after {
  content: "]";
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
  .menu-list > li .left .small {
    font-size: 12px;
  }
}
.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  color: #5eaf24;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-list2 {
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1.7rem;
  font-weight: 600;
}
.menu-list2 li {
  padding: 6px 0;
}
.menu-list2 li:not(:last-of-type) {
  margin-bottom: 15px;
}
.menu-list2 li span {
  display: block;
  font-weight: noraml;
}
.menu-list2 li .eng {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5eaf24;
}
.menu-list2 li .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media all and (max-width: 639px) {
  .menu-list2 {
    font-size: 1.3rem;
  }
  .menu-list2 li .ja {
    font-size: 12px;
    margin-top: 5px;
  }
}

.flow-list {
  margin: 80px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-list > li {
  margin: 0;
}
@media all and (max-width: 896px) {
  .flow-list > li {
    width: 31%;
  }
}
@media all and (max-width: 639px) {
  .flow-list > li {
    width: 46%;
  }
}

.concept {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
}

.greeting {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  padding: 70px 0 80px;
}
.greeting.himitu {
  background: none;
}

.oyatsu-box {
  position: relative;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.oyatsu-box .oyatsu-img {
  width: 50%;
}
.oyatsu-box .oyatsu-txt {
  width: 48%;
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  .oyatsu-box .oyatsu-img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .oyatsu-box .oyatsu-txt {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .oyatsu-box {
    padding-top: 70px;
    padding-left: 0;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column2.tp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
.column2 .child.service h4 {
  background-color: #f5f5f5; /* 薄い背景色 */
  padding: 0.5em 1em;
  border-left: 5px solid #4CAF50; /* 左にアクセントカラー */
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.column2 .child2 {
  width: 40%;
}
.column2 .child3 {
  width: 56%;
}
.column2 .child4 {
  width: 30%;
}
.column2 .child5 {
  width: 68%;
}
.column2.type1 {
  width: 95%;
  margin: auto;
}
@media all and (max-width: 896px) {
  .column2.type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2.type1 .child {
    width: 100%;
  }
  .column2.type1 .child.bm20 {
    margin-bottom: 20px;
  }
  .column2.type1 .child.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .column2.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column2 .child,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5 {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}

.vertical-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5c4332;
}
.vertical-box .vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  z-index: 2;
}
.vertical-box .vertical span {
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  letter-spacing: 0;
}
.vertical-box .vertical > * {
  margin: 0 1.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2;
  text-orientation: upright;
}
.vertical-box .vertical p {
  font-size: 1.8rem;
}
@media all and (max-width: 1100px) {
  .vertical-box .vertical {
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  .vertical-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 0;
  }
  .vertical-box .vertical {
    white-space: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
  }
  .vertical-box .vertical:last-of-type {
    margin-top: 30px;
  }
  .vertical-box .vertical p {
    font-size: 1.5rem;
  }
  .vertical-box .vertical > * {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin: 0;
  }
}
@media all and (max-width: 639px) {
  .vertical-box .vertical {
    width: 100%;
    padding: 0 10px;
  }
  .vertical-box .vertical:last-of-type {
    margin-top: 0;
  }
  .vertical-box .vertical * {
    line-height: 1.8;
  }
  .vertical-box .vertical p {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .vertical-box .vertical p span {
    font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.vertical-box .sec1-lead {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
.vertical-box .sec1-lead span {
  position: relative;
  display: inline-block;
}
.vertical-box .sec1-lead span:before, .vertical-box .sec1-lead span:after {
  content: "";
  background: #fff;
  display: inline-block;
  width: 1px;
  height: 40px;
}
.vertical-box .sec1-lead span:before {
  margin-bottom: 20px;
}
.vertical-box .sec1-lead span:after {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .vertical-box .sec1-lead span:before, .vertical-box .sec1-lead span:after {
    width: 25px;
    height: 1px;
    vertical-align: middle;
  }
  .vertical-box .sec1-lead span:before {
    margin: 0 20px 0 0;
  }
  .vertical-box .sec1-lead span:after {
    margin: 0 0 0 20px;
  }
}
@media all and (max-width: 639px) {
  .vertical-box .sec1-lead {
    font-size: 1.8rem;
  }
}

.listArea {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.display_n {
  display: none;
}

@media all and (max-width: 639px) {
  .sp_whi {
    background: rgba(255, 255, 255, 0.8);
    padding: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp_no {
    display: none;
    display: inherit;
    position: absolute;
    z-index: -1;
  }
  .sp_no img {
    width: 80%;
    margin: auto;
  }
  .display_n {
    display: inherit;
    position: absolute;
    z-index: -1;
  }
  .display_n img {
    width: 90%;
    margin: auto;
  }
  .display_b {
    display: none;
  }
}
.shake {
  -webkit-animation: shake 3s linear infinite;
          animation: shake 3s linear infinite;
}

/*@keyframes shake {
   0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg); }
  10% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg); }
  20% {
    -webkit-transform: translate(0, 0) rotate(3deg);
            transform: translate(0, 0) rotate(3deg); }
  30% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
            transform: translate(0, 0) rotate(-3deg); }
  40% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
            transform: translate(0, -1px) rotate(0deg); }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
}*/
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  3% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  9% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  20% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  3% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  9% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  15% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  20% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 130px;
  right: 2px;
  z-index: 200;
}
.sns-list.type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-list li.g-map a {
  width: 180px;
  height: 100%;
  line-height: 1.3;
  border: 1px solid #14B43A;
  background: rgba(94, 175, 36, 0.3);
  color: #14B43A;
  display: block;
  padding: 6px 0;
}
.sns-list li.g-map a i {
  color: #14B43A;
  height: auto;
  width: auto;
  line-height: initial;
  display: inline;
  font-size: 1.4rem;
  background: transparent;
  border-radius: none;
}
.sns-list li:not(:last-child) {
  margin-right: 20px;
}
.sns-list li a {
  text-align: center;
  line-height: 1.4;
}
.sns-list li a i {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 2rem;
  background: #14B43A;
  border-radius: 50%;
  margin: 0 auto;
}
.sns-list li a span {
  display: block;
  font-size: 11px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #5c4332;
  margin-top: 4px;
}

.waku {
  padding: 10px;
  margin: 20px 0;
  border: 1px solid #bbd0b8;
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
.waku dt {
  color: #ff0000;
}
.waku dd {
  font-size: 0.7em;
}

.ingredient-box dt,
.ingredient-box dd {
  position: relative;
}
.ingredient-box dt:before,
.ingredient-box dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 2.5rem;
}
@media all and (max-width: 639px) {
  .ingredient-box dt:before,
  .ingredient-box dd:before {
    font-size: 1.6rem;
  }
}
.ingredient-box dt {
  font-weight: 700;
  padding-right: 35px;
  color: #111;
  font-size: 1.7rem;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.ingredient-box dt:before {
  content: "";
  color: #14B43A;
  top: 50%;
  font-family: "Lato", sans-serif;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ingredient-box dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "click \f0d7";
  font-weight: 900;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5eaf24;
  font-size: 1.7rem;
}
@media all and (max-width: 639px) {
  .ingredient-box dt:after {
    font-size: 1.3rem;
    right: 15px;
  }
}
.ingredient-box dt.on:after {
  content: "\f068";
}
@media all and (max-width: 639px) {
  .ingredient-box dt {
    font-size: 1.3rem;
  }
}
.ingredient-box dd {
  display: none;
  border-top: 0;
}
.ingredient-box dd:before {
  content: "";
  color: #5eaf24;
}

/*ぼたん*/
.cbtn {
  cursor: pointer;
  display: block;
  color: #111;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #ffe53b;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #ffe53b;
  border-radius: 25px;
  float: left;
}
@media all and (max-width: 639px) {
  .cbtn {
    width: 120px;
  }
}

.cbtn:hover {
  background: #fff;
  color: #64a37e;
}

.cbtn_e {
  margin-left: auto;
  margin-right: auto;
  width: 32em;
  height: 3em;
}
@media all and (max-width: 639px) {
  .cbtn_e {
    width: 18em;
  }
}

.particular_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.particular_list li {
  width: 31%;
  margin-bottom: 20px;
}
.particular_list li:nth-child(1), .particular_list li:nth-child(3), .particular_list li:nth-child(4), .particular_list li:nth-child(6) {
  margin-top: 50px;
}
.particular_list li .txt {
  color: #fefefe;
}
.particular_list li img {
  width: 100%;
  margin: 0 auto 20px;
}
@media all and (max-width: 896px) {
  .particular_list li {
    width: 42%;
  }
  .particular_list li img {
    display: block;
  }
  .particular_list li:nth-child(1), .particular_list li:nth-child(2), .particular_list li:nth-child(3), .particular_list li:nth-child(4) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .particular_list li {
    width: 85%;
    margin-bottom: 30px;
    margin: 0 auto 30px;
  }
  .particular_list li img {
    width: 70%;
  }
  .particular_list li:nth-child(1), .particular_list li:nth-child(3), .particular_list li:nth-child(4), .particular_list li:nth-child(6) {
    margin-top: 0;
  }
}

.point_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.point_list > li .txt {
  color: #121212;
}
.point_list > li .img {
  width: 40%;
}
.point_list > li .bottom {
  width: 56%;
}
.point_list > li img {
  width: 400px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .point_list li img {
    display: block;
  }
  .point_list li:nth-child(1), .point_list li:nth-child(2), .point_list li:nth-child(3), .point_list li:nth-child(4) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .point_list li {
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .point_list li .img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .point_list li .bottom {
    width: 100%;
  }
  .point_list li:nth-child(1) {
    margin-right: auto;
  }
  .point_list li:nth-child(2) {
    margin-right: auto;
  }
  .point_list li:nth-child(3) {
    margin-left: auto;
  }
  .point_list li:nth-child(4) {
    margin-left: auto;
  }
}

.requirements_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
}
.requirements_list.col3 .inner {
  width: 33.3333333333%;
  padding: 0 2em;
}
.requirements_list.col3 .inner .img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.requirements_list.col3 .inner .txt {
  padding: 20px 20px 40px;
  position: relative;
}
.requirements_list.col3 .inner .txt .num {
  position: absolute;
  top: -40px;
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.requirements_list.col3 .inner .txt::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 20px);
}
.requirements_list .inner {
  width: 50%;
  padding: 0 4em;
}
.requirements_list .img {
  text-align: center;
}
.requirements_list .img img {
  width: 90%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.requirements_list .img .img-c {
  -o-object-fit: contain;
     object-fit: contain;
}
.requirements_list .txt {
  position: relative;
  padding: 40px 60px 40px;
  color: #fff;
}
.requirements_list .txt .ttl {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .requirements_list .txt .ttl {
    margin: 20px 0;
  }
}
.requirements_list .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background: #14B43A;
  z-index: -1;
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .requirements_list {
    row-gap: 30px;
  }
  .requirements_list .inner {
    width: 100%;
    padding: 0 2em;
  }
  .requirements_list .img img {
    width: 90%;
    height: 250px;
    border-radius: 10px;
  }
  .requirements_list.col3 .inner {
    width: 100%;
  }
  .requirements_list.col3 .inner .img img {
    border-radius: 10px;
  }
}
@media all and (max-width: 639px) {
  .requirements_list .img img {
    height: 150px;
  }
  .requirements_list .txt {
    padding: 10px 20px 20px;
  }
  .requirements_list .txt::after {
    height: calc(100% + 50px);
  }
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 100px auto 0 auto;
}
@media all and (max-width: 896px) {
  .menu_list {
    width: 95%;
  }
}
.menu_list > li {
  width: calc((100% - 60px) / 4);
  background: #14b43a;
  border-radius: 10px;
  text-align: center;
  padding: 2em;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_list > li .icon {
  margin: 0 auto 20px;
}
.menu_list > li .icon img {
  width: 300px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_list > li .ttl {
  margin-bottom: 20px;
  font-size: 1.4em;
}
.menu_list > li .ttl .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.menu_list > li .ttl .ja {
  font-weight: bold;
  font-size: 2.5rem;
}
.menu_list > li .btn01 a {
  max-width: 100%;
}
@media all and (max-width: 1100px) {
  .menu_list > li {
    padding: 1rem 1em;
  }
}
@media all and (max-width: 896px) {
  .menu_list {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_list > li {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .menu_list {
    gap: 20px;
    margin-top: 0;
  }
  .menu_list > li .btn01 a {
    margin: 20px auto 20px;
  }
  .menu_list > li .ttl .ja {
    font-size: 1.8rem;
  }
  .menu_list > li .icon {
    margin: 20px auto;
  }
  .menu_list > li .icon img {
    width: 250px;
  }
}

.caution_area {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  border: 2px dashed #a3c9c6;
  border-radius: 20px;
  background: #fbfbfb;
  position: relative;
}
.caution_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px dashed #00366f;
  opacity: 0.5;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .caution_area {
    padding: 0px;
    margin: 0 auto 50px;
  }
}

.conditions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conditions_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(98, 59, 28, 0.05);
          box-shadow: 0 0 15px rgba(98, 59, 28, 0.05);
}
.conditions_list.type1 .inner {
  width: 48%;
}
.conditions_list.type1 dt {
  width: 15%;
  border-bottom: none;
}
.conditions_list.type2 .inner {
  width: 100%;
}
.conditions_list.type2 dt {
  width: 15%;
  border-bottom: none;
}
.conditions_list dt {
  width: 100%;
  color: #acdbe8;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ACDBE8;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.conditions_list dt span {
  color: #acdbe8;
  font-size: 4rem;
  display: block;
  font-weight: 600;
  margin-top: -10px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.conditions_list dd {
  width: 83%;
  border-left: 1px solid #acdbe8;
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  .conditions_list dt span {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .conditions_list.type1 .inner, .conditions_list.type2 .inner {
    width: 100%;
    padding: 20px 10px;
  }
  .conditions_list.type1 dt, .conditions_list.type2 dt {
    width: 100%;
    border-bottom: 1px solid #8caeb7;
    border-right: none;
    font-size: 1.2rem;
  }
  .conditions_list.type1 dt span, .conditions_list.type2 dt span {
    font-size: 2.5rem;
  }
  .conditions_list.type1 dd, .conditions_list.type2 dd {
    width: 100%;
    border-left: none;
    padding: 0 5px;
  }
}

.flyer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flyer_list li {
  margin: 0 4%;
}
.flyer_list li a {
  margin: 0 auto;
  display: block;
}
.flyer_list li a img {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flyer_list li a:hover img {
  opacity: 0.8;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media all and (max-width: 639px) {
  .flyer_list li {
    margin-bottom: 20px;
  }
}

.point_figure {
  position: relative;
  margin-bottom: 30px;
}
.point_figure figure {
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .point_figure {
    padding-bottom: 40px;
    padding-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .point_figure figure {
    margin-bottom: 0;
  }
  .point_figure figure img {
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  .point_figure {
    margin-bottom: 5px;
  }
}

.point_txt {
  padding: 0 30px;
}

.point_title {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
}
.point_title span {
  display: block;
  color: #5eaf24;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}
@media all and (max-width: 1210px) {
  .point_title {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 1100px) {
  .point_title {
    font-size: 2rem;
  }
  .point_title span {
    font-size: 3rem;
  }
}
@media all and (max-width: 896px) {
  .point_title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point_title.type01 {
    top: auto;
  }
  .point_title.type01, .point_title.type02, .point_title.type03 {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 639px) {
  .point_title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .point_title span {
    font-size: 1.2rem;
  }
}

.bg-logo {
  position: relative;
}
.bg-logo .nakata-logo {
  width: 420px;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 0;
  opacity: 0.4;
}
.bg-logo .nakata-logo img {
  max-width: 400px;
  width: 100%;
}
@media all and (max-width: 896px) {
  .bg-logo .nakata-logo {
    display: none;
  }
}

.top-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-menu-box .left {
  width: 25%;
}
.top-menu-box .left .menu-box_title {
  display: block;
  margin: auto;
  text-align: right;
}
.top-menu-box .left .menu-box_title .eng {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  color: #14B43A;
  line-height: 0.8;
  font-weight: 400;
}
.top-menu-box .left .menu-box_title .eng.tab {
  display: none;
}
.top-menu-box .left .menu-box_title .ja {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.5rem;
  color: #5eaf24;
  font-family: "Zen Kaku Gothic Antique", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.top-menu-box .right {
  max-width: 75%;
  padding-right: 10px;
  margin-left: auto;
}
.top-menu-box .right .menu-head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-menu-box .right .menu-head-list li {
  width: 41%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.top-menu-box .right .menu-head-list li:nth-child(odd) {
  margin-right: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
.top-menu-box .right .menu-head-list li a {
  display: block;
  position: relative;
}
.top-menu-box .right .menu-head-list li a figure {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-menu-box .right .menu-head-list li a figure img {
  max-width: 390px;
  width: 100%;
}
.top-menu-box .right .menu-head-list li a figcaption {
  position: relative;
  margin-top: -30px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-menu-box .right .menu-head-list li a figcaption .big {
  font-weight: 600;
  background: #5eaf24;
  color: #fff;
  font-size: 1.15em;
  display: inline-block;
  padding: 8px 25px;
  line-height: 1.2;
  border-radius: 40px;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.top-menu-box .right .menu-head-list li a figcaption .big span {
  display: block;
  font-size: 1.5rem;
}
.top-menu-box .right .menu-head-list li a:hover figure {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-menu-box .right .menu-head-list li a:hover figcaption .big {
  background: #5eaf24;
}
@media all and (max-width: 896px) {
  .top-menu-box .left {
    width: 100%;
  }
  .top-menu-box .left .menu-box_title {
    text-align: center;
  }
  .top-menu-box .left .menu-box_title .ja,
  .top-menu-box .left .menu-box_title .eng {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .top-menu-box .left .menu-box_title .eng {
    display: none;
  }
  .top-menu-box .left .menu-box_title .eng.tab {
    display: block;
  }
  .top-menu-box .right {
    max-width: 100%;
    min-width: auto;
  }
  .top-menu-box .right .menu-head-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-menu-box .right .menu-head-list li {
    width: 45%;
  }
}
@media all and (max-width: 639px) {
  .top-menu-box .left {
    width: 100%;
  }
  .top-menu-box .left .menu-box_title {
    text-align: left;
  }
  .top-menu-box .left .menu-box_title .ja {
    font-size: 2rem;
  }
  .top-menu-box .left .menu-box_title .eng {
    font-size: 3.6rem;
  }
  .top-menu-box .right {
    padding-right: 0;
    margin-right: auto;
  }
  .top-menu-box .right .menu-head-list {
    gap: 40px 3%;
  }
  .top-menu-box .right .menu-head-list li {
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .top-menu-box .right .menu-head-list li:nth-child(odd) {
    margin-right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .top-menu-box .right .menu-head-list li a figure img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
}

.comment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.comment_flex .comment_img {
  width: 20%;
}
.comment_flex .comment_img img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.comment_flex .comment_txt {
  width: 75%;
}
.comment_flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 639px) {
  .comment_flex:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.comment_flex .comment_frame {
  position: relative;
  padding: 30px 20px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px dashed #cddc39;
  border-radius: 20px;
}
.comment_flex .comment_frame::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.comment_flex .comment_frame .name {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  border: 2px dashed #cddc39;
  padding: 5px 10px;
  font-size: 1.8rem;
  top: -25px;
  max-width: 150px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
}
.comment_flex:nth-child(even) .comment_frame::before {
  left: -15px;
  border-bottom: 2px dashed #cddc39;
  border-left: 2px dashed #cddc39;
}
.comment_flex:nth-child(odd) .comment_frame::before {
  right: -15px;
  border-top: 2px dashed #cddc39;
  border-right: 2px dashed #cddc39;
}
@media all and (max-width: 639px) {
  .comment_flex .comment_img,
  .comment_flex .comment_txt {
    width: 100%;
  }
  .comment_flex .comment_img img {
    max-width: 140px;
    margin: 0 auto 30px;
  }
  .comment_flex .comment_frame {
    padding: 25px 12px 20px;
  }
  .comment_flex .comment_frame .name {
    font-size: 1.2rem;
    max-width: 160px;
    right: 5%;
    top: -20px;
  }
  .comment_flex:nth-child(even) .comment_frame::before {
    top: 0;
    left: 15%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .comment_flex:nth-child(odd) .comment_frame::before {
    top: 0;
    left: 15%;
    -webkit-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
  }
}

.about-leftbox {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-right: auto;
  margin-left: 40px;
}
.about-leftbox p {
  margin-bottom: 12px;
  line-height: 1.65;
}
@media screen and (max-width: 1550px) {
  .about-leftbox {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 1217px) {
  .about-leftbox {
    margin: 0 auto;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .about-leftbox {
    padding: 10px;
    background: rgba(255, 255, 255, 0.78);
  }
}

.products_erea {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .products_erea {
    margin-top: 40px;
  }
}
.products_erea ul li a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products_erea ul li a:hover img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.leaf_line {
  text-align: center;
  margin: 50px auto 0;
}
.leaf_line img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.product-box {
  max-width: 680px;
}

.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.comment-box .child1 {
  width: 30%;
}
.comment-box .child1 img {
  display: block;
  margin: 0 auto;
}
.comment-box .child1 img.requirements01 {
  max-width: 380px;
  width: 100%;
}
@media all and (max-width: 639px) {
  .comment-box .child1 img.requirements01 {
    max-width: 250px;
  }
}
.comment-box .child1 img.requirements02 {
  max-width: 420px;
  width: 100%;
}
.comment-box .child1 img.requirements03 {
  max-width: 450px;
  width: 100%;
}
.comment-box .child1 img.requirements04 {
  max-width: 400px;
  width: 100%;
}
.comment-box .child2 {
  width: 60%;
  max-width: 600px;
  padding: 15px;
}
@media all and (max-width: 896px) {
  .comment-box {
    margin-bottom: 60px;
  }
  .comment-box.type2 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .comment-box .child1 {
    width: 80%;
    margin: 0 auto;
  }
  .comment-box .child2 {
    width: 100%;
    padding: 10px;
  }
}
.caution_area {
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #a3c9c6;
  border-radius: 20px;
  background: #fbfbfb;
  width: 90%;
}
@media all and (max-width: 639px) {
  .caution_area {
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
  }
  .caution_area .box-line {
    max-width: 100%;
  }
}

.conditions_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.conditions_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px rgba(98, 59, 28, 0.05);
          box-shadow: 0 0 15px rgba(98, 59, 28, 0.05);
}
.conditions_list.type1 .inner {
  width: 48%;
}
.conditions_list.type1 dt {
  width: 15%;
  border-bottom: none;
}
.conditions_list.type2 .inner {
  width: 100%;
}
.conditions_list.type2 dt {
  width: 15%;
  border-bottom: none;
}
.conditions_list dt {
  width: 100%;
  color: #acdbe8;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ACDBE8;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-family: "Josefin Sans", sans-serif;
}
.conditions_list dt span {
  color: #acdbe8;
  font-size: 4rem;
  display: block;
  font-weight: 600;
  margin-top: -10px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.conditions_list dd {
  width: 83%;
  border-left: 1px solid #acdbe8;
  padding: 0 15px;
}
@media all and (max-width: 896px) {
  .conditions_list dt span {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .conditions_list.type1 .inner, .conditions_list.type2 .inner {
    width: 100%;
    padding: 20px 10px;
  }
  .conditions_list.type1 dt, .conditions_list.type2 dt {
    width: 100%;
    border-bottom: 1px solid #8caeb7;
    border-right: none;
    font-size: 1.2rem;
  }
  .conditions_list.type1 dt span, .conditions_list.type2 dt span {
    font-size: 2.5rem;
  }
  .conditions_list.type1 dd, .conditions_list.type2 dd {
    width: 100%;
    border-left: none;
    padding: 0 5px;
  }
}

.wakame_step {
  position: relative;
  padding: 20px;
}
.wakame_step .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
  position: relative;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wakame_step .inner::before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 30px;
  background: #f5f4f4;
}
.wakame_step .inner:last-child::before {
  display: none;
}
.wakame_step .inner dt {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ab986d;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  z-index: 4;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: none;
}
.wakame_step .inner dt.dt-2line {
  line-height: 1.6;
  padding-top: 14px;
}
.wakame_step .inner dt span.num {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
}
.wakame_step .inner dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  left: -10px;
  margin-top: 10px;
  padding: 15px 10px 15px 15px;
  z-index: 2;
  background: #f5f4f4;
  -webkit-box-shadow: 0 0 0 3px #f5f4f4;
          box-shadow: 0 0 0 3px #f5f4f4;
  border-radius: 10px 0 10px 0;
  border-left: none;
}
.wakame_step .inner dd b {
  color: #765508;
  padding-bottom: 1px;
  border-bottom: 2px dashed #ddc003;
}
@media all and (max-width: 639px) {
  .wakame_step {
    padding: 0;
  }
  .wakame_step .inner {
    padding: 0 !important;
  }
  .wakame_step .inner dt {
    width: 52px;
    height: 52px;
    font-size: 0.8rem;
  }
  .wakame_step .inner dt span.num {
    font-size: 1.7rem;
    padding-top: 0.2rem;
  }
  .wakame_step .inner dt.dt-2line {
    padding-top: 9px;
  }
  .wakame_step .inner::before {
    width: 5px;
    left: 24px;
  }
}

.img-100 {
  margin-bottom: 80px;
}
.img-100 img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media all and (max-width: 896px) {
  .img-100 {
    margin-bottom: 30px;
  }
  .img-100 img {
    height: 300px;
    border-radius: 10px;
  }
}
@media all and (max-width: 639px) {
  .img-100 {
    margin-bottom: 15px;
  }
  .img-100 img {
    height: 200px;
  }
}

.img-r {
  border-radius: 30px;
}
@media all and (max-width: 896px) {
  .img-r {
    border-radius: 10px;
  }
}

.img-h300 {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .img-h300 {
    height: 150px;
  }
}

.img-wk {
  position: relative;
  overflow: hidden;
}
.img-wk::before {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px dashed #fefefe;
  border-radius: 20px;
  z-index: 2;
}

.product_img {
  border-radius: 20px;
}
.product_img.type_single {
  margin-bottom: 20px;
}

.philosophy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
  gap: 40px;
}
.philosophy_box.last-box {
  margin-bottom: 0;
}
.philosophy_box.first-box {
  margin-top: 80px;
}
.philosophy_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.philosophy_box .philosophy_img_box {
  width: 54%;
  height: 400px;
}
.philosophy_box .philosophy_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .philosophy_box .philosophy_img_box {
    height: 250px;
  }
}
.philosophy_box .philosophy_txt {
  padding: 60px 0;
  width: 40%;
}
@media all and (max-width: 896px) {
  .philosophy_box .philosophy_img_box,
  .philosophy_box .philosophy_txt {
    width: 100%;
  }
  .philosophy_box .philosophy_txt {
    margin-top: 30px;
    padding: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 639px) {
  .philosophy_box .philosophy_txt {
    margin-top: 0;
  }
}

.recipe_num {
  max-width: 90px;
  display: block;
  width: 100%;
  margin: 30px auto;
}
@media all and (max-width: 639px) {
  .recipe_num {
    max-width: 60px;
    margin: 0 auto 10px;
  }
}

.philosophy_area {
  max-width: 95%;
  margin: 0 auto;
}
.philosophy_area:first-child {
  padding: 0 0 80px;
}
@media all and (max-width: 639px) {
  .philosophy_area {
    padding: 20px 0;
  }
  .philosophy_area:first-child {
    padding: 0 0 20px;
  }
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_box li {
  width: 48%;
}
.flex_box li:nth-child(2n) {
  margin-left: 2%;
}
.flex_box li.long {
  width: 100%;
  margin-left: 0;
}
@media all and (max-width: 639px) {
  .flex_box li {
    width: 100%;
  }
  .flex_box li:nth-child(2n) {
    margin-left: 0;
  }
}

.coming_soon {
  display: block;
  margin: 0 auto;
}
.coming_soon.type2 {
  margin-bottom: 70px;
}

.ariake_box {
  background: rgba(255, 255, 255, 0.6);
  margin-top: -100px;
  max-width: 960px;
  padding: 60px 40px;
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .ariake_box {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 20px;
  }
}
@media all and (max-width: 639px) {
  .ariake_box {
    padding: 20px;
  }
  .ariake_box.type_family .title01 .eng {
    color: #6094b3;
    text-shadow: 0 0 3px #fff;
  }
}

.ariake_top {
  margin-left: 10px;
}
.ariake_top .sp_shimabara_img {
  display: none;
}
@media all and (max-width: 1100px) {
  .ariake_top .sp_shimabara_img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    margin-top: 30px;
  }
  .ariake_top .sp_shimabara_img img {
    max-width: 660px;
    width: 100%;
    margin-left: auto;
  }
  .ariake_top .small-box3 {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  .ariake_top .sp_shimabara_img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    margin-top: 30px;
  }
  .ariake_top .sp_shimabara_img img {
    max-width: 540px;
    width: 100%;
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .ariake_top {
    margin-left: 0;
    margin-bottom: 80px;
  }
}

.order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  margin-bottom: 30px;
  gap: 40px 20px;
}
.order-list > li {
  width: 31%;
}
.order-list > li .main_contens .txtarea {
  background: #f6f4eb;
  padding: 15px;
}
.order-list > li .main_contens p {
  padding: 0;
  color: #121212;
}
.order-list > li .main_contens .img {
  height: 300px;
}
.order-list > li .main_contens .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-list > li .main_contens .name {
  font-size: 1.5rem;
  font-weight: bold;
}
.order-list > li .main_contens .sub_a {
  color: #14B43A;
}
.order-list > li .main_contens .sub_a span {
  padding-left: 5px;
}
.order-list > li .main_contens .ciment span {
  position: relative;
  display: inline-block;
}
.order-list > li .main_contens .ciment span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 2rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #000;
}
.order-list > li .main_contens .ciment select {
  z-index: 2;
  padding: 7px 35px 7px 7px;
  outline: none;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  min-width: 150px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 7px;
}
@media all and (max-width: 896px) {
  .order-list > li {
    width: 46%;
  }
  .order-list > li .main_contens .img {
    height: 250px;
  }
}
@media all and (max-width: 639px) {
  .order-list {
    gap: 20px;
  }
  .order-list > li {
    width: 100%;
  }
  .order-list > li .main_contens .img {
    height: 250px;
  }
  .order-list > li .main_contens .name {
    font-size: 1.4rem;
  }
  .order-list > li .main_contens .txtarea {
    padding: 7px;
  }
}

.goukei {
  background: #14B43A;
  color: #fefefe;
  text-align: center;
  margin-bottom: 60px;
  padding: 10px;
  white-space: nowrap;
}
.goukei input {
  background: #f0f0f0;
  padding: 15px;
  border-radius: 0;
  border: 0;
  margin: 0 10px;
}

.order-form-txt.type2 {
  margin-top: 60px;
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.thanks {
  padding: 40px;
  border: 3px solid #fefefe;
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

/*フォトギャラリー*/
.photo {
  width: 100%;
  margin: 10px auto 0;
}

.photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.photo li {
  width: 31%;
  margin: 1%;
}

.photo li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 200px;
}

.photo li img {
  vertical-align: middle;
  width: 100%;
  height: 200px;
  border-radius: 30px;
  height: 250px;
  border-radius: 30px;
}

.photo li p {
  height: 30px;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 3px 0 10px;
  text-align: center;
  text-overflow: ellipsis;
}

@media all and (max-width: 480px) {
  .photo li {
    width: 48%;
    margin: 1%;
  }
  .photo li a {
    width: 100%;
    height: 150px;
  }
  .photo li img {
    max-width: 100%;
    max-height: 150px;
  }
  .photo li p {
    width: 100%;
  }
}
.form-contents form dl dt:not(.pattern-exclusion) span {
  color: #fff !important;
}

#cms-blog-entry-detail-1-area,
#cms-blog-entry-detail-2-area {
  color: #121212;
}