@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* 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;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 896px) {
  #l-header {
    background: transparent;
    backdrop-filter: none;
  }
}
#l-header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  #l-header .inner {
    min-width: initial;
  }
}
#l-header .inner #logo {
  text-align: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 350px;
}
#l-header .inner #logo a {
  display: block;
}
#l-header .inner #logo img {
  display: block;
  width: 100%;
  height: auto;
}
#l-header .head-right {
  margin-left: auto;
}
@media all and (max-width: 896px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header .head-right_contact {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  gap: 10px;
}
#l-header .head-right_contact > p {
  margin: 0;
}
#l-header .head-right_txt {
  margin-left: 10px;
}
#l-header .head-right_txt table {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
#l-header .head-right_txt table th {
  padding-right: 8px;
  text-align: left;
}
#l-header .head-right_txt table td.ls0 {
  letter-spacing: 0;
}
#l-header .head-btn.type1 a {
  position: relative;
  padding: 8px 20px;
  display: block;
  font-size: 1.15rem;
  font-weight: 600;
  background: #A1B43B;
  border: 1px solid #A1B43B;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#l-header .head-btn.type1 a:hover {
  color: #A1B43B;
  background: #fff;
}
#l-header .head-btn2 a {
  position: relative;
  padding: 6px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254.2, 253.8363636364, 251.8)), color-stop(#56984A), to(#A1B43B));
  background: linear-gradient(to right, rgb(254.2, 253.8363636364, 251.8), #56984A, #A1B43B);
  background-size: 140% auto;
  background-position: right center;
  border-radius: 10px;
}
#l-header .head-btn2 a:hover {
  background-position: left center;
}
#l-header .head-right_tel a,
#l-header .head-right_mail a,
#l-header .head-right_insta a {
  display: block;
  padding: 2px 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before,
#l-header .head-right_insta a:before {
  margin-right: 5px;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover,
#l-header .head-right_insta a:hover {
  background: #fff;
}
#l-header .head-right_tel a {
  letter-spacing: 0.1em;
  line-height: 1;
  background: transparent;
  padding: 0;
  color: #3A4E3F;
  font-weight: 600;
  border-radius: 40px;
  font-size: 2rem;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
  font-weight: 900;
  margin-right: 4px;
  font-size: 0.9em;
}
#l-header .head-right_tel a:hover {
  color: #A1B43B;
}
#l-header .head-right_tel span {
  display: block;
  color: #A1B43B;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
#l-header .head-right_mail a {
  background: #56984A;
  border: 1px solid #56984A;
}
#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 {
  color: #56984A;
}
#l-header .head-right_insta a {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  border: 1px solid #fff;
}
#l-header .head-right_insta a:hover {
  color: #56984A;
  background-color: #fff;
  border: 1px solid #56984A;
}
#l-header .head-right_lower {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

#header_nav {
  position: relative;
}
#header_nav.is-fixed {
  position: fixed;
  background: #fefefe;
  -webkit-box-shadow: 0 2px 8px rgba(101, 69, 39, 0.1);
          box-shadow: 0 2px 8px rgba(101, 69, 39, 0.1);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  top: 0;
}
#header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
  max-width: 1500px;
  margin: 0 auto;
}
#header_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_nav ul li:before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) skewX(0deg);
          transform: translate(-50%, -50%) skewX(0deg);
  top: 50%;
  display: inline-block;
  width: 4px;
  height: 60%;
  right: 0;
  border-right: 1px dashed #A1B43B;
}
#header_nav ul li:last-child:before {
  display: none;
}
#header_nav ul li a {
  display: block;
  letter-spacing: 0.12em;
  position: relative;
  font-size: 1.2rem;
  color: #3A4E3F;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
#header_nav ul li a span {
  font-size: 1rem;
  font-family: "Cedarville Cursive", cursive;
  position: relative;
  line-height: 1;
  display: block;
  color: #A1B43B;
  margin-bottom: 2px;
  font-weight: 500;
}
#header_nav ul li a:hover {
  color: #654527;
}
#header_nav ul > li:hover > .dropdown {
  display: block;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 35px;
  z-index: 999;
  padding-top: 22px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0;
  border-bottom: 1px solid #A1B43B;
  border-left: 0px solid #f4efd3;
}
#header_nav .dropdown .dropdown-li:last-child {
  border-bottom: 0px solid #f4efd3;
  border-right: 0px solid #f4efd3;
}
#header_nav .dropdown .dropdown-li:before {
  display: none;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 250px;
  padding: 10px 5px;
  font-size: 1rem;
  text-shadow: none;
  background: #A1B43B;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
#header_nav .dropdown .dropdown-li a:hover {
  background: #56984A;
  color: #fff;
}

#slideshow {
  position: relative;
  height: 77vh;
}
.hero-movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media all and (max-width: 1100px) {
  #slideshow {
    height: 75vw;
  }
}
@media all and (max-width: 896px) {
  #slideshow::after {
    top: 100px;
    height: calc(100% - 50px);
  }
}
@media all and (max-width: 639px) {
  #slideshow {
    height: auto;
  }
}

#catch {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 55%;
  z-index: 2;
}
#catch img {
  width: 800px;
  height: auto;
  display: block;
}
@media all and (max-width: 639px) {
  #catch {
    left: 50%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
  #catch img {
    width: 100%;
  }
}

#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-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 both;
          animation: scroll-point 2.3s ease-out infinite both;
}
@media all and (max-width: 896px) {
  #scrolldown {
    display: none;
  }
}

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

.news-title {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.news-title span {
  display: block;
  line-height: 1.4;
}
.news-title .eng {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  color: rgb(143.8221757322, 160.7949790795, 52.7050209205);
  font-size: 3rem;
}
.news-title .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  color: #654527;
}
@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .news-title .eng {
    font-size: 2rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-right.type1 {
  padding: 0;
  background: transparent;
}
@media all and (max-width: 639px) {
  .news-right {
    margin: 0 auto;
  }
  .news-right.type1 {
    padding: 0;
  }
}

.topic-dl .topic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  position: relative;
  padding: 10px 0;
}
.topic-dl .topic-inner dt {
  width: 8em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.topic-dl .topic-inner dt span {
  background-color: #56984A;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 1rem;
}
@media all and (max-width: 639px) {
  .topic-dl .topic-inner dt {
    font-size: 12px;
  }
  .topic-dl .topic-inner dt span {
    font-size: 1.3rem;
  }
}
.topic-dl .topic-inner dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
}
.topic-dl .topic-inner dd a {
  font-weight: 600;
}
.topic-dl .topic-inner dd a:hover {
  color: #A1B43B;
}
@media all and (max-width: 639px) {
  .topic-dl {
    padding-bottom: 40px;
  }
}

.news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 18px 6px;
  border-top: 1px solid #ccc;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 639px) {
  .news .news-inner {
    padding: 12px 4px;
  }
}
.news dt {
  width: 8em;
  float: left;
  font-weight: 600;
  color: #654527;
}
@media all and (max-width: 639px) {
  .news dt {
    width: 100%;
    float: none;
  }
}
.news dd a {
  color: #654527;
}
.news dd a:hover {
  opacity: 0.5;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #A1B43B;
  text-align: center;
  border: 1px solid #A1B43B;
  border-radius: 30px;
  background: #fefefe;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 12px;
  }
}
.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: #654527;
  background-image: -webkit-gradient(linear, left top, right top, from(#A1B43B), to(#A1B43B));
  background-image: linear-gradient(to right, #A1B43B, #A1B43B);
  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: 700;
}
.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;
    width: 180px;
  }
  .news-bl dd {
    padding: 8px 5px;
    text-align: left;
  }
}

.news-bl2 {
  overflow: hidden;
  padding: 10px 0;
}
.news-bl2 dt {
  float: left;
  width: 7em;
  color: #654527;
}
.news-bl2 dd {
  padding: 0 0 10px 7.5em;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
.news-bl2 dd a {
  color: #654527;
}
.news-bl2 dd a:hover {
  color: #A1B43B;
}
.news-bl2 dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl2 dt {
    float: none;
    width: 180px;
  }
  .news-bl2 dd {
    padding: 8px 5px;
    text-align: left;
  }
}

/* blog
----------------------------------*/
#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 700px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@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;
  width: 21%;
  padding: 5px 5px;
  background: #fefefe;
  position: sticky;
  top: 30px;
}
@media all and (max-width: 896px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

#top-blog .pages {
  display: none;
}

#main .blog-wrap > li,
.news-right .blog-wrap > li {
  width: 32%;
}
@media all and (max-width: 1100px) {
  #main .blog-wrap > li,
  .news-right .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li,
  .news-right .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.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: 24%;
  margin: 0 0.5% 20px 0.5%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  padding: 15px 10px;
}
@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 49%;
  }
}
.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: 90%;
    margin: 0 auto 10px;
  }
}

.blog-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media all and (max-width: 639px) {
  .blog-img {
    height: 150px;
  }
}
.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-top: 10px;
}

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

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  background: #111;
}

.blog-date {
  background: #A1B43B;
  width: 100px;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.blog-date2 {
  color: rgb(109.4665271967, 122.3849372385, 40.1150627615);
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}

.blog-txt {
  line-height: 1.5;
  color: #A1B43B;
  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: #A1B43B;
  padding: 4px 5px;
  font-size: 1.2rem;
}

.blog_new {
  margin-bottom: 30px;
}
.blog_new a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.blog_new a .image {
  width: 35%;
  height: 74px;
  overflow: hidden;
}
.blog_new a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.blog_new a .detail {
  width: 60%;
}
.blog_new a .detail .entry_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #654527;
  font-size: 1.3rem;
}
.blog_new a .date_new {
  font-size: 1.2rem;
  color: #A1B43B;
}
.blog_new a .date_new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .blog_new a .detail {
    font-size: 1.2rem;
  }
  .blog_new a .date_new {
    font-size: 1.1rem;
  }
}

.category_nav li:not(:last-child) {
  margin-bottom: 5px;
}
.category_nav li a {
  display: block;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  background: #f4f4f4;
  color: #654527;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
  color: rgb(126.6443514644, 141.589958159, 46.410041841);
}
.category_nav li a:hover {
  opacity: 0.5;
}
.category_nav li:last-child a {
  border-bottom: none;
}

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

.sec-greeting .single {
  z-index: 1;
  max-width: 1400px;
}

.deco-leaf-left {
  left: -10px;
  top: 10%;
  background: repeating-linear-gradient(-170deg, transparent, transparent 20px, rgba(161, 180, 59, 0.08) 20px, rgba(161, 180, 59, 0.08) 22px);
}

.greet_sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  position: relative;
}
@media all and (max-width: 896px) {
  .greet_sec2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.greet_img_col {
  width: 48%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 380px 230px;
  gap: 24px;
}
.greet_img_col .img-main {
  grid-column: 1/3;
  grid-row: 1/2;
}
.greet_img_col .img-sub:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.greet_img_col .img-sub:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.greet_img_col .greet_img {
  overflow: hidden;
  border-radius: 10px;
}
.greet_img_col .greet_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}
@media all and (max-width: 896px) {
  .greet_img_col {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 320px 200px;
    gap: 20px;
  }
}
@media all and (max-width: 639px) {
  .greet_img_col {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 180px 180px;
    gap: 16px;
  }
  .greet_img_col .img-main {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .greet_img_col .img-sub:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .greet_img_col .img-sub:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.sec2-txt-box {
  width: 48%;
  letter-spacing: 0.08em;
  position: relative;
  text-align: left;
  padding-top: 20px;
}
.sec2-txt-box .section-title-wrap {
  margin-bottom: 30px;
}
.sec2-txt-box .title-big4 .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.sec2-txt-box .title-big4 .eng {
  display: block;
}
.sec2-txt-box .title-big4 .ja {
  display: block;
}
.sec2-txt-box p {
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  margin-bottom: 1em;
  text-align: left;
}
.sec2-txt-box p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .sec2-txt-box {
    width: 100%;
    padding-top: 0;
  }
}
@media all and (max-width: 639px) {
  .sec2-txt-box p {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.sec-policy {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(50%, #f4f7ee), to(#fefefe));
  background: linear-gradient(180deg, #fefefe 0%, #f4f7ee 50%, #fefefe 100%);
  overflow: hidden;
}
.sec-policy .single {
  z-index: 1;
}

.policy-visual {
  max-width: 700px;
  margin: 0 auto 50px;
  position: relative;
  min-height: 300px;
  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;
}

.policy-circle-wrap {
  position: relative;
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.policy-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 3px solid #e5e0d8;
}
.policy-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .policy-circle {
    width: 140px;
    height: 140px;
  }
}

.policy-circle-main {
  width: 240px;
  height: 240px;
  border-color: #A1B43B;
}
@media all and (max-width: 639px) {
  .policy-circle-main {
    width: 170px;
    height: 170px;
  }
}

.policy-label {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(161, 180, 59, 0.85);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 3px;
  white-space: nowrap;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .policy-label {
    font-size: 1.1rem;
    padding: 3px 10px;
  }
}

.policy-label-bottom {
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #A1B43B;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.policy-heart {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.policy-list {
  max-width: 700px;
  margin: 0 auto;
}

.policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e0d8;
}

.policy-num {
  font-family: "Quicksand", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #A1B43B;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .policy-num {
    font-size: 2.6rem;
  }
}

.policy-item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.policy-item-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3A4E3F;
  margin-bottom: 6px;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .policy-item-title {
    font-size: 1.5rem;
  }
}

.policy-item p {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.7;
}
@media all and (max-width: 639px) {
  .policy-item p {
    font-size: 1.2rem;
  }
}

.sec-contents {
  position: relative;
  overflow: hidden;
}
.sec-contents .section-title-wrap {
  margin-bottom: 56px;
}
.sec-contents .title-big4 .txt {
  font-size: 2.4rem;
}
.sec-contents .title-big4 .txt .eng.cursive {
  font-size: 4.2rem;
}
.sec-contents::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -50px;
  right: -50px;
  background: radial-gradient(circle, rgba(255, 182, 185, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
@media all and (max-width: 639px) {
  .sec-contents .section-title-wrap {
    margin-bottom: 40px;
  }
  .sec-contents .title-big4 .txt {
    font-size: 1.4rem;
  }
  .sec-contents .title-big4 .txt .eng.cursive {
    font-size: 2.8rem;
  }
}

.contents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1680px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .contents-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.contents-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.contents-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.contents-card:hover .contents-card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contents-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #d4ddc8;
}
.contents-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  display: block;
}

.contents-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(161, 180, 59, 0.88);
  color: #fff;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 639px) {
  .contents-card-label {
    padding: 8px 16px;
  }
}

.contents-card-cat {
  font-family: "Quicksand", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.contents-card-name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .contents-card-name {
    font-size: 1.2rem;
  }
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media all and (max-width: 896px) {
  .reason-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.reason-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 28px 28px;
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 896px) {
  .reason-item {
    padding: 28px 20px 22px;
  }
}

.reason-point {
  margin-bottom: 10px;
  text-align: center;
}

.reason-icon {
  text-align: center;
  font-size: 5rem;
  color: #ffb6b9;
}

.reason-point-label {
  font-family: "Cedarville Cursive", cursive;
  font-size: 1.5rem;
  color: #A1B43B;
  display: block;
  line-height: 1;
}

.reason-point-num {
  font-family: "Quicksand", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #A1B43B;
  line-height: 1;
}

.reason-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #A1B43B;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

.reason-desc {
  font-size: 1.3rem;
}

.reason-card-inner {
  display: block;
}

.reason-item .greet_sec2 {
  display: block;
  gap: 0;
}
.reason-item .greet_img_col {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.reason-item .greet_img {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #f7f7f7;
  aspect-ratio: 4/3;
}
.reason-item .greet_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.reason-item .sec2-txt-box {
  width: 100%;
  padding-top: 0;
  text-align: left;
  letter-spacing: 0.05em;
}
.reason-item .sentence {
  margin-bottom: 18px;
}
.reason-item .sentence p {
  font-size: 1.4rem;
  color: #444;
  line-height: 2;
  margin-bottom: 0.8em;
}
.reason-item .sentence p:last-child {
  margin-bottom: 0;
}
.reason-item .list_check {
  margin-bottom: 0;
}
.reason-item .list_check li {
  font-size: 1.1rem;
  line-height: 1.8;
  background: transparent;
  padding: 0;
  margin-bottom: 6px;
  font-weight: 500;
  border: 0;
}

.greet-area {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 90px;
  width: 100%;
}
.greet-area.type1:before {
  left: 0;
  right: auto;
}
.greet-area.type1 .greet-area-box {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}
.greet-area.type1 .greet-area-box::before {
  left: 0;
  right: auto;
  border-left: 1px solid #e5e0d8;
  border-right: 0px solid #e5e0d8;
}
.greet-area.type1 .greet-area-box::after {
  right: 0;
  left: auto;
  border-right: 1px solid #e5e0d8;
  border-left: 0px solid #e5e0d8;
}
.greet-area:before {
  position: absolute;
  content: "";
  width: 52%;
  height: 100%;
  top: 90px;
  right: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/top_recruit_260526.jpg) no-repeat center/cover;
  z-index: -1;
  border-radius: 10px;
}
.greet-area.type2:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/top_recruit_260526.jpg) no-repeat center/cover;
}
.greet-area .greet-area-box {
  position: relative;
  top: 0;
  left: 0;
  width: 52%;
  padding: 50px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fefefe;
  background: #A1B43B;
  color: #654527;
  color: #fff;
  z-index: 10;
  border-radius: 10px;
}
.greet-area .greet-area-box::before, .greet-area .greet-area-box::after {
  position: absolute;
  width: 45px;
  height: 45px;
  content: "";
}
.greet-area .greet-area-box .inner {
  position: relative;
  max-width: 700px;
  margin: auto;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .greet-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .greet-area:before {
    width: 100%;
    height: auto;
    top: 0;
    padding-bottom: 56.25%;
  }
  .greet-area .greet-area-box {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px 5px 0;
    margin: 56.25% auto 0;
  }
  .greet-area .greet-area-box::before, .greet-area .greet-area-box::after {
    display: none;
  }
}

/* page-title
----------------------------------*/
.page-title {
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-fc.jpg) no-repeat center 80%/cover;
  overflow: hidden;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #A1B43B;
  opacity: 0.4;
}
.page-title .inner {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1200px;
}
.page-title .page-lead {
  text-align: center;
  color: #654527;
  text-shadow: 0 0 4px rgba(101, 69, 39, 0.1);
  line-height: 1.8;
}
.page-title .page-lead span {
  display: block;
  color: #fff;
}
.page-title .page-lead .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2rem;
}
.page-title .page-lead .eng {
  font-size: 3rem;
  font-family: "Cedarville Cursive", cursive;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .page-title .inner {
    width: 100%;
    padding: 40px 0;
  }
  .page-title .page-lead .ja {
    font-size: 1.4rem;
  }
  .page-title .page-lead .eng {
    font-size: 1.8rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1rem;
}
.breadcrumb li {
  display: inline;
  color: #aaa;
}
.breadcrumb li a {
  color: #A1B43B;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  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;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.contact_bnr > li {
  position: relative;
  width: 50%;
  text-align: center;
}
.contact_bnr > li:first-child:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: #fff;
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    margin: 0 auto;
  }
  .contact_bnr > li:first-child {
    margin-bottom: 15px;
  }
  .contact_bnr > li:first-child:after {
    display: none;
  }
}
.contact_bnr > li .bnr_tel {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .contact_bnr > li .bnr_tel {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.contact_bnr > li .bnr_tel {
  font-family: "Sacramento", cursive;
  font-weight: 900;
  color: #fff;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .contact_bnr > li .bnr_tel:before {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel:before {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.contact_bnr > li .bnr_tel:before {
  content: "TEL.";
  margin-right: 2px;
}
.contact_bnr > li .bnr_mail {
  position: relative;
  padding: 18px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.contact_bnr > li .bnr_mail {
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    padding: 15px;
  }
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr > li .bnr_mail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_bnr > li .bnr_mail:hover {
  background: #fff;
  color: #A1B43B;
}
.contact_bnr > li .bnr_mail:hover:after {
  border-left: 6px solid #A1B43B;
}
.contact_bnr > li a {
  display: block;
  width: 90%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 896px) {
  .contact_bnr > li a {
    max-width: 300px;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a {
    max-width: 240px;
  }
}

.bg-fc {
  position: relative;
  padding-bottom: 160px;
}
.bg-fc:before {
  position: absolute;
  content: "";
  left: 0;
  top: 160px;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-fc.jpg) no-repeat center/cover;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .bg-fc {
    padding-bottom: 80px;
  }
  .bg-fc:before {
    top: 80px;
  }
}

.footer-contact {
  position: relative;
  margin: auto;
  max-width: calc(100% - 60px);
  overflow: hidden;
}
.footer-contact:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #A1B43B;
  z-index: -1;
}
.footer-contact .inner-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
.footer-contact .inner-box .fc-txt {
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media all and (max-width: 1100px) {
  .footer-contact {
    max-width: calc(100% - 40px);
  }
  .footer-contact .inner-box {
    padding: 80px 20px;
  }
}
@media all and (max-width: 896px) {
  .footer-contact {
    max-width: calc(100% - 30px);
  }
  .footer-contact .inner-box {
    padding: 60px 10px;
  }
  .footer-contact .inner-box .fc-txt {
    margin-bottom: 30px;
    letter-spacing: 0.15em;
  }
}
@media all and (max-width: 639px) {
  .footer-contact {
    max-width: calc(100% - 20px);
  }
  .footer-contact .inner-box {
    padding: 40px 10px;
  }
}

/* footer
----------------------------------*/
#l-footer {
  position: relative;
  width: 100%;
}
#l-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: -1;
}
#l-footer .inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 20px;
  z-index: 2;
  text-align: center;
}
#l-footer .footer-column {
  position: relative;
  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;
  margin: 0 auto;
  z-index: 2;
}
#l-footer .footer-column.type1 {
  margin: 0 auto;
}
#l-footer .footer-column .footer-left {
  width: 100px;
}
#l-footer .footer-column .footer-right {
  width: calc(100% - 140px);
}
#l-footer .footer-column .footer-right table {
  border-top: 1px solid #e5e0d8;
}
#l-footer .footer-column .footer-right table th,
#l-footer .footer-column .footer-right table td {
  padding: 10px;
  border-bottom: 1px solid #e5e0d8;
  vertical-align: middle;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  #l-footer .inner {
    padding: 60px 20px;
  }
}
@media all and (max-width: 639px) {
  #l-footer .footer-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #l-footer .footer-column .footer-left {
    margin-bottom: 20px;
  }
  #l-footer .footer-column .footer-left,
  #l-footer .footer-column .footer-right {
    width: 100%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 30px auto 0;
  text-align: center;
}
@media all and (max-width: 896px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.footer_navi ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_navi ul li a {
  display: block;
  color: #654527;
  font-size: 1rem;
  position: relative;
  padding: 2px 8px;
  font-weight: 500;
  line-height: 1.6;
}
@media all and (max-width: 1100px) {
  .footer_navi ul li a {
    font-size: 1.1rem;
  }
}
.footer_navi ul li a:hover {
  color: rgb(156.1892857143, 106.7035714286, 60.3107142857);
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:before {
  content: "";
  background: #e5e0d8;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_navi ul li:first-child a:before {
  display: none;
}
.footer_navi ul li .dropdown {
  display: none;
}

.flogo {
  position: relative;
  z-index: 5;
  margin: 0 auto 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}
.flogo a {
  display: block;
}
.flogo img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .flogo {
    margin: 0 auto 20px;
  }
  .flogo img {
    max-width: 300px;
  }
}

.address {
  font-size: 0.8rem;
  line-height: 1.8;
  text-align: center;
}
@media all and (max-width: 896px) {
  .address {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.copyright {
  padding: 22px 0;
  font-size: 0.8rem;
  position: relative;
  z-index: 2;
  color: #fff;
  background: #A1B43B;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 1rem;
    padding: 18px 0 78px;
  }
}

/* sns-list
----------------------------------*/
.sns-list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.sns-list.type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-list.type2 {
  margin-left: 15px;
}
.sns-list.type2 li a:hover {
  background: #654527;
}
@media all and (max-width: 896px) {
  .sns-list.type2 {
    display: none;
  }
}
.sns-list.type3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-list.type3 li a {
  background: #A1B43B !important;
  color: #fff !important;
  border: 2px solid #fff;
}
.sns-list.type3 li a i {
  color: #fff !important;
}
.sns-list.type3 li a::before {
  display: none;
}
.sns-list.type3 li a:hover {
  background: #fff !important;
  color: #A1B43B !important;
}
.sns-list.type3 li a:hover i {
  opacity: 1;
  color: #A1B43B !important;
}
.sns-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
.sns-list li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.sns-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  z-index: 3;
}
.sns-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fefefe;
  padding-left: 2px;
}
.sns-list li a:hover img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.sns-list li a:hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.sns-list li a.btn-other {
  background: #A1B43B;
}
.sns-list li a.btn-other2 {
  background: #56984A;
}
.sns-list li a.btn-brown {
  background: #654527;
}
.sns-list li a.btn-map {
  background: #A1B43B;
}
.sns-list li a.btn-lit {
  background: #918ff1;
}
.sns-list li a.btn-tiktok {
  background: #000;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-line {
  background: #00B900;
}
.sns-list li a.btn-rakuten {
  background: #bf0000;
}
.sns-list li a.btn-youtube {
  background: #d62a29;
}
.sns-list li a.btn-yahoo {
  background: #df0f16;
}
.sns-list li a.btn-ameba {
  background: #2c883a;
}
.sns-list li a.btn-online {
  background: #A1B43B;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.sns-list li a.btn-gray {
  background: #383636;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: #fff;
  color: #654527;
  border: 1px solid #654527;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 896px) {
  #page-top {
    bottom: 68px;
  }
  #page-top a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

#fixed-btn {
  position: fixed;
  z-index: 200;
  bottom: 7%;
  right: 0;
}
#fixed-btn a {
  display: block;
  color: #fff;
  -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-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  letter-spacing: 0.3em;
  font-size: 1rem;
  text-transform: inherit;
  padding: 16px 16px;
  background: #A1B43B;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#fixed-btn a.type1 {
  background: #A1B43B;
  margin-top: 10px;
}
#fixed-btn a.type1 i {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.5rem;
  z-index: 1;
  color: #A1B43B;
}
#fixed-btn a.type1 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  z-index: -1;
}
#fixed-btn a.type2 {
  background: #56984A;
  margin-top: 10px;
}
#fixed-btn a.type2 i {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.5rem;
  z-index: 1;
  color: #56984A;
}
#fixed-btn a.type2 i::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  z-index: -1;
}
#fixed-btn a.type3 {
  background: #fa6218;
  margin-top: 10px;
}
#fixed-btn a.type3 i {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.9rem;
  z-index: 1;
  color: #fa6218;
}
#fixed-btn a.type3 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  z-index: -1;
}
#fixed-btn a i {
  margin-bottom: 3px;
  font-size: 1.6rem;
}
#fixed-btn a:hover {
  background: #A1B43B;
}
#fixed-btn a:hover i {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media all and (max-width: 896px) {
  #fixed-btn {
    display: none !important;
  }
}

/* フォームCMS
-------------------------------------------------- */
.form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
  background: #A1B43B !important;
}

.form-pattern-2 .submit-btn {
  color: #fff;
  background: #A1B43B !important;
  border: 1px solid #A1B43B !important;
}

.form-pattern-2 :not(.pattern-exclusion) button:hover {
  color: #A1B43B !important;
  background: #fff !important;
}

.form-pattern-2 dd:not(.pattern-exclusion) .upload-msg button::before {
  background-color: #A1B43B !important;
}

.form-pattern-2 .submit-btn:hover::before {
  background-color: #A1B43B !important;
}

/* ============================================================
   about.php — 施設について 固有スタイル
   ============================================================ */
.medical-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.medical-tag {
  display: inline-block;
  background: #A1B43B;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.medical-tag.type2 {
  background: #56984A;
}
@media all and (max-width: 639px) {
  .medical-tag {
    font-size: 1.15rem;
    padding: 6px 14px;
  }
}

.about-tbl {
  width: 100%;
  border-collapse: collapse;
}
.about-tbl tr {
  border-bottom: 1px solid #e5e0d8;
}
.about-tbl tr:first-child {
  border-top: 1px solid #e5e0d8;
}
.about-tbl th,
.about-tbl td {
  padding: 18px 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  vertical-align: top;
  text-align: left;
}
.about-tbl th {
  width: 180px;
  background: rgba(161, 180, 59, 0.08);
  color: #654527;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.about-tbl td {
  color: #333;
}
.about-tbl td a {
  color: #A1B43B;
  font-weight: 600;
}
.about-tbl td a:hover {
  color: #56984A;
}
@media all and (max-width: 639px) {
  .about-tbl th,
  .about-tbl td {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 1.2rem;
  }
  .about-tbl th {
    padding-bottom: 4px;
    border-bottom: none;
  }
  .about-tbl td {
    padding-top: 0;
  }
}

.about-link-list {
  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: 15px;
}
.about-link-list .btn00 a {
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .about-link-list {
    -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;
  }
  .about-link-list .btn00 a {
    max-width: 280px;
  }
}

.bg-base .greet_sec2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-base .greet_sec2 .greet_img_col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bg-base .greet_sec2 .sec2-txt-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ========================================
   flow.php — 利用の流れ
======================================== */
.flow-lead {
  text-align: center;
  line-height: 2;
}
.flow-lead p + p {
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .flow-lead {
    text-align: left;
    line-height: 1.9;
  }
}

.flow-step-list {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  margin: 0 auto;
}

.flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fefefe;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
.flow-step + .flow-step {
  margin-top: 40px;
}
.flow-step + .flow-step::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #A1B43B;
}
@media all and (max-width: 896px) {
  .flow-step + .flow-step {
    margin-top: 36px;
  }
}
@media all and (max-width: 639px) {
  .flow-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-step + .flow-step {
    margin-top: 32px;
  }
  .flow-step + .flow-step::before {
    top: -22px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #A1B43B;
  }
}

.flow-step-num {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
  padding: 24px 0;
  background: #A1B43B;
  color: #fff;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .flow-step-num {
    min-width: 90px;
    padding: 20px 0;
  }
}
@media all and (max-width: 639px) {
  .flow-step-num {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-width: auto;
    width: 100%;
    padding: 12px 20px;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flow-step-label {
  display: block;
  font-family: "Cedarville Cursive", cursive;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
}
@media all and (max-width: 639px) {
  .flow-step-label {
    font-size: 1.1rem;
  }
}

.flow-step-number {
  display: block;
  font-family: "Cedarville Cursive", cursive;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .flow-step-number {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .flow-step-number {
    font-size: 2.4rem;
    margin-top: 0;
  }
}

.flow-step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .flow-step-body {
    padding: 24px 20px;
    gap: 20px;
  }
}
@media all and (max-width: 639px) {
  .flow-step-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    gap: 16px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.flow-step-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
}
.flow-step-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  background: #f8f5f0;
}
@media all and (max-width: 896px) {
  .flow-step-img {
    width: 130px;
  }
}
@media all and (max-width: 639px) {
  .flow-step-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

.flow-step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow-step-title {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  color: #A1B43B;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 2px dotted rgba(161, 180, 59, 0.3);
}
@media all and (max-width: 896px) {
  .flow-step-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}
@media all and (max-width: 639px) {
  .flow-step-title {
    font-size: 1.2rem;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
}

.flow-step-text {
  line-height: 1.9;
  color: #333;
}
.flow-step-text p + p {
  margin-top: 12px;
}
@media all and (max-width: 639px) {
  .flow-step-text {
    font-size: 0.95rem;
    line-height: 1.85;
  }
  .flow-step-text p + p {
    margin-top: 10px;
  }
}

.flow-message {
  text-align: center;
  line-height: 2;
  color: #333;
}
.flow-message p + p {
  margin-top: 16px;
}
@media all and (max-width: 639px) {
  .flow-message {
    text-align: left;
    line-height: 1.9;
  }
}

/* ========================================
   fee.php — 利用料金
======================================== */
.price-lead {
  text-align: center;
  line-height: 2;
}
.price-lead p + p {
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .price-lead {
    text-align: left;
    line-height: 1.9;
  }
}

.price-zero {
  text-align: center;
  padding: 28px 20px;
  margin-bottom: 30px;
  background: #ebf7ef;
  border-radius: 10px;
  border: 2px dashed rgba(161, 180, 59, 0.4);
}
@media all and (max-width: 639px) {
  .price-zero {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}

.price-zero-label {
  display: block;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 8px;
}
@media all and (max-width: 639px) {
  .price-zero-label {
    font-size: 1.3rem;
  }
}

.price-zero-amount {
  font-family: "Quicksand", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #A1B43B;
  line-height: 1.1;
}
@media all and (max-width: 896px) {
  .price-zero-amount {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .price-zero-amount {
    font-size: 3.4rem;
  }
}

.price-zero-yen {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  color: #A1B43B;
  margin-left: 2px;
}
@media all and (max-width: 639px) {
  .price-zero-yen {
    font-size: 1.8rem;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
}
.price-table th,
.price-table td {
  padding: 14px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.2rem;
}
@media all and (max-width: 639px) {
  .price-table th,
  .price-table td {
    padding: 12px 10px;
    font-size: 1.3rem;
  }
}
.price-table thead th {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  color: #fff;
  background: #A1B43B;
  border-bottom: none;
  text-align: left;
}
.price-table thead th:last-child {
  text-align: right;
}
@media all and (max-width: 639px) {
  .price-table thead th {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.price-table tbody td {
  background: #fefefe;
}
.price-table tbody td:first-child {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.price-table tbody td:first-child::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  margin: 0 1.2em;
  background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
}
@media all and (max-width: 639px) {
  .price-table tbody td:first-child::after {
    margin: 0 0.8em;
    background: radial-gradient(#aaa 20%, transparent 0) center center/7px 7px;
  }
}
.price-table tbody tr:nth-child(even) td {
  background: #fafaf7;
}
.price-table tfoot td {
  border-bottom: none;
}

.price-table-amount {
  text-align: right;
  font-family: "Quicksand", sans-serif, "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  width: 180px;
}
@media all and (max-width: 639px) {
  .price-table-amount {
    width: 120px;
  }
}

.price-table-total td {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  color: #fff;
  background: #56984A;
  padding: 16px;
}
@media all and (max-width: 639px) {
  .price-table-total td {
    font-size: 1.2rem;
    padding: 14px 10px;
  }
}
.price-table-total td:first-child {
  display: table-cell;
}
.price-table-total td:first-child::after {
  display: none;
}
.price-table-total .price-table-amount {
  font-size: 1.8rem;
  color: #fff;
}
@media all and (max-width: 639px) {
  .price-table-total .price-table-amount {
    font-size: 1.6rem;
  }
}

.price-note {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-top: 16px;
}
@media all and (max-width: 639px) {
  .price-note {
    font-size: 1.15rem;
  }
}

.price-other-note {
  margin-top: 24px;
  padding: 20px;
  background: #f8f5f0;
  border-radius: 8px;
  line-height: 1.9;
}
.price-other-note p + p {
  margin-top: 10px;
}
@media all and (max-width: 639px) {
  .price-other-note {
    padding: 15px;
  }
}

.price-set-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (max-width: 896px) {
  .price-set-cards {
    gap: 16px;
  }
}
@media all and (max-width: 639px) {
  .price-set-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.price-set-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fefefe;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.price-set-card-header {
  padding: 18px 10px;
  color: #fff;
  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;
  gap: 4px;
}
.price-set-card-header.type-a {
  background: #A1B43B;
}
.price-set-card-header.type-b {
  background: #7FAF43;
}
.price-set-card-header.type-c {
  background: #56984A;
}
@media all and (max-width: 639px) {
  .price-set-card-header {
    padding: 14px 10px;
  }
}

.price-set-card-badge {
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 639px) {
  .price-set-card-badge {
    font-size: 2.2rem;
  }
}

.price-set-card-name {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 4px;
}
@media all and (max-width: 639px) {
  .price-set-card-name {
    font-size: 1.4rem;
  }
}

.price-set-card-body {
  padding: 24px 16px 28px;
}
@media all and (max-width: 639px) {
  .price-set-card-body {
    padding: 20px 14px 24px;
  }
}

.price-set-card-plan {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .price-set-card-plan {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }
}

.price-set-card-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.price-set-card-daily {
  font-size: 1.3rem;
  color: #555;
}
@media all and (max-width: 639px) {
  .price-set-card-daily {
    font-size: 1.15rem;
  }
}

.price-set-card-monthly {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
}
@media all and (max-width: 639px) {
  .price-set-card-monthly {
    font-size: 1.35rem;
  }
}

.price-set-card-num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.price-set-card-daily .price-set-card-num {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .price-set-card-num {
    font-size: 2rem;
  }
  .price-set-card-daily .price-set-card-num {
    font-size: 1.5rem;
  }
}

.price-set-card-unit {
  font-size: 1.2rem;
  color: #555;
  margin-left: 2px;
}
@media all and (max-width: 639px) {
  .price-set-card-unit {
    font-size: 1.05rem;
  }
}

.price-set-detail {
  background: #fefefe;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.price-set-detail + .price-set-detail {
  margin-top: 30px;
}
@media all and (max-width: 639px) {
  .price-set-detail + .price-set-detail {
    margin-top: 20px;
  }
}

.price-set-detail-title {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  color: #111;
  padding: 20px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-bottom: 2px dotted rgba(161, 180, 59, 0.3);
}
@media all and (max-width: 639px) {
  .price-set-detail-title {
    font-size: 1.45rem;
    padding: 16px 15px;
    gap: 8px;
  }
}

.price-set-detail-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.price-set-detail-badge.type-a {
  background: #A1B43B;
}
.price-set-detail-badge.type-b {
  background: #56984A;
}
.price-set-detail-badge.type-c {
  background: #ffb6b9;
  color: #111;
}
@media all and (max-width: 639px) {
  .price-set-detail-badge {
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
  }
}

.price-set-detail-body {
  padding: 24px 28px 28px;
  line-height: 1.9;
}
.price-set-detail-body p + p {
  margin-top: 14px;
}
@media all and (max-width: 639px) {
  .price-set-detail-body {
    padding: 18px 15px 22px;
  }
  .price-set-detail-body p + p {
    margin-top: 10px;
  }
}

.price-free-box {
  margin-top: 20px;
  padding: 24px;
  background: #ebf7ef;
  border-radius: 10px;
  border: 1px solid rgba(161, 180, 59, 0.2);
}
@media all and (max-width: 639px) {
  .price-free-box {
    padding: 16px 14px;
    margin-top: 16px;
  }
}

.price-free-box-heading {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  margin-bottom: 16px;
  line-height: 1.7;
}
@media all and (max-width: 639px) {
  .price-free-box-heading {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
}

.price-free-box-highlight {
  color: #A1B43B;
  font-weight: 700;
  font-size: 1.2em;
}

.price-free-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-free-box-list li {
  width: 50%;
  padding-left: 22px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
.price-free-box-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #A1B43B;
  font-size: 1.2rem;
}
@media all and (max-width: 639px) {
  .price-free-box-list li {
    width: 100%;
    font-size: 1.25rem;
  }
}

/* ========================================
   recruit.php — 求人
======================================== */
.contents-img {
  position: relative;
  margin-bottom: 40px;
}
.contents-img img {
  border-radius: 5px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
.contents-img h3 {
  position: absolute;
  color: #fff;
  background: #A1B43B;
  padding: 15px;
  line-height: 1.5;
  bottom: -10px;
  left: 5px;
  border-radius: 5px;
}
@media all and (max-width: 1100px) {
  .contents-img {
    margin-bottom: 30px;
  }
  .contents-img img {
    height: 350px;
  }
  .contents-img h3 {
    padding: 10px;
  }
}
@media all and (max-width: 896px) {
  .contents-img {
    margin-bottom: 20px;
  }
  .contents-img img {
    height: 280px;
  }
  .contents-img h3 {
    letter-spacing: 0.15em;
  }
}
@media all and (max-width: 639px) {
  .contents-img img {
    height: 150px;
  }
  .contents-img h3 {
    padding: 5px;
  }
}

.recruit-message {
  position: relative;
  z-index: 3;
}

.recruit-message-visual {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0;
}
.recruit-message-visual img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  .recruit-message-visual img {
    min-height: 220px;
  }
}

.recruit-message-catch {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 30px;
  background: rgba(86, 152, 74, 0.8);
  color: #fff;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .recruit-message-catch {
    font-size: 1.7rem;
    padding: 20px 24px;
  }
}
@media all and (max-width: 639px) {
  .recruit-message-catch {
    font-size: 1.35rem;
    padding: 16px 15px;
    line-height: 1.65;
  }
}

.recruit-message-text {
  line-height: 2;
}
.recruit-message-text p + p {
  margin-top: 20px;
}
@media all and (max-width: 639px) {
  .recruit-message-text {
    line-height: 1.9;
  }
  .recruit-message-text p + p {
    margin-top: 16px;
  }
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
}
.recruit-table th,
.recruit-table td {
  padding: 18px 20px;
  vertical-align: top;
  border-bottom: 1px solid #e5e0d8;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media all and (max-width: 639px) {
  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 90%;
    padding: 0;
    font-size: 1.3rem;
  }
}
.recruit-table th {
  width: 160px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #56984A;
  background: #ebf7ef;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .recruit-table th {
    width: 140px;
  }
}
@media all and (max-width: 639px) {
  .recruit-table th {
    width: 90%;
    padding: 12px 15px;
    text-align: left;
    border-bottom: none;
  }
}
@media all and (max-width: 639px) {
  .recruit-table td {
    padding: 12px 15px 16px;
  }
}
.recruit-table tr:nth-child(even) th {
  background: rgba(161, 180, 59, 0.08);
}
@media all and (max-width: 639px) {
  .recruit-table tr {
    display: block;
    border-bottom: 1px solid #e5e0d8;
  }
  .recruit-table tr:last-child {
    border-bottom: none;
  }
}

.recruit-table-note {
  font-size: 1rem;
  color: #555;
  margin-top: 8px;
  line-height: 1.7;
}
@media all and (max-width: 639px) {
  .recruit-table-note {
    font-size: 1.15rem;
  }
}

.recruit-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.recruit-list li {
  padding-left: 20px;
  position: relative;
  line-height: 1.8;
}
.recruit-list li + li {
  margin-top: 4px;
}
.recruit-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A1B43B;
}
.recruit-list.type-plain li::before {
  display: none;
}
.recruit-list.type-plain li {
  padding-left: 0;
}

.recruit-salary-main {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.7rem;
  color: #111;
}
@media all and (max-width: 639px) {
  .recruit-salary-main {
    font-size: 1.45rem;
  }
}

.recruit-salary-sub {
  font-size: 1.3rem;
  font-weight: 400;
  color: #555;
  margin-left: 4px;
}
@media all and (max-width: 639px) {
  .recruit-salary-sub {
    font-size: 1.15rem;
    display: block;
    margin-left: 0;
    margin-top: 2px;
  }
}

.recruit-salary-annual {
  font-size: 1.4rem;
  color: #333;
  margin-top: 4px;
}
@media all and (max-width: 639px) {
  .recruit-salary-annual {
    font-size: 1.25rem;
  }
}

.recruit-salary-detail {
  margin-top: 16px;
  padding: 20px;
  background: #f8f5f0;
  border-radius: 8px;
}
@media all and (max-width: 639px) {
  .recruit-salary-detail {
    padding: 14px 12px;
    margin-top: 12px;
  }
}

.recruit-salary-detail-heading {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #56984A;
  margin-bottom: 6px;
}
.recruit-salary-detail-heading + .recruit-salary-breakdown {
  margin-top: 0;
}

.recruit-salary-breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px 0 14px;
}
.recruit-salary-breakdown dt,
.recruit-salary-breakdown dd {
  padding: 4px 0;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .recruit-salary-breakdown dt,
  .recruit-salary-breakdown dd {
    font-size: 1.25rem;
  }
}
.recruit-salary-breakdown dt {
  width: 120px;
  font-weight: 600;
  color: #333;
}
@media all and (max-width: 639px) {
  .recruit-salary-breakdown dt {
    width: 110px;
  }
}
.recruit-salary-breakdown dd {
  width: calc(100% - 120px);
  margin: 0;
}
@media all and (max-width: 639px) {
  .recruit-salary-breakdown dd {
    width: calc(100% - 110px);
  }
}
.recruit-salary-breakdown:last-child {
  margin-bottom: 0;
}

.recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 56px;
}
.recruit-box .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
}
.recruit-box .imgArea .img-inner {
  position: relative;
  height: 480px;
  padding: 0 0 22px 22px;
}
.recruit-box .imgArea .img-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  content: "";
  background: rgba(255, 182, 185, 0.18);
  z-index: -1;
}
.recruit-box .imgArea .img-inner .u-ofcover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.recruit-box .txtArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58% - 56px);
          flex: 0 0 calc(58% - 56px);
  max-width: calc(58% - 56px);
}
.recruit-box .r-flow {
  display: grid;
  grid-template-columns: 78px 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin: 0;
  line-height: 1.5;
}
.recruit-box .r-flow dt {
  margin: 0;
  padding: 2px 0 0;
  text-align: right;
}
.recruit-box .r-flow dt > b {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  letter-spacing: 0.02em;
}
.recruit-box .r-flow dd {
  position: relative;
  margin: 0;
  padding: 0 0 30px 22px;
  border-left: 2px solid #A1B43B;
}
.recruit-box .r-flow dd:last-of-type {
  padding-bottom: 0;
}
.recruit-box .r-flow dd > .inner {
  position: relative;
  margin: 0;
}
.recruit-box .r-flow dd > .inner:before {
  position: absolute;
  top: 6px;
  left: -31px;
  width: 16px;
  height: 16px;
  content: "";
  background: #A1B43B;
  border-radius: 50%;
}
.recruit-box .r-flow dd > .inner > .container {
  width: 100%;
}
.recruit-box .r-flow .title {
  margin: 0 0 12px;
  padding: 0 0 8px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  border-bottom: 1px solid #9e9e9e;
  letter-spacing: 0.03em;
}
.recruit-box .r-flow p {
  margin: 0;
  line-height: 1.85;
  color: #333;
  letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
  .recruit-box {
    gap: 36px;
  }
  .recruit-box .imgArea {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
  .recruit-box .imgArea .img-inner {
    height: 380px;
  }
  .recruit-box .txtArea {
    -ms-flex-preferred-size: calc(60% - 36px);
        flex-basis: calc(60% - 36px);
    max-width: calc(60% - 36px);
  }
  .recruit-box .r-flow {
    grid-template-columns: 70px 1fr;
    row-gap: 28px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .recruit-box .r-flow dt > b {
    font-size: 0.95rem;
  }
  .recruit-box .r-flow dd {
    padding: 0 0 24px 18px;
  }
  .recruit-box .r-flow dd > .inner:before {
    left: -26px;
    width: 14px;
    height: 14px;
  }
  .recruit-box .r-flow .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .recruit-box .r-flow p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media all and (max-width: 639px) {
  .recruit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .recruit-box .imgArea,
  .recruit-box .txtArea {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 100%;
  }
  .recruit-box .imgArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit-box .imgArea .img-inner {
    height: auto;
    aspect-ratio: 4/3;
    padding: 0 0 12px 12px;
  }
  .recruit-box .imgArea .img-inner:after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .recruit-box .txtArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit-box .r-flow {
    grid-template-columns: 56px 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 18px;
  }
  .recruit-box .r-flow dt {
    padding-top: 2px;
  }
  .recruit-box .r-flow dt > b {
    font-size: 0.85rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .recruit-box .r-flow dd {
    padding: 0 0 18px 14px;
  }
  .recruit-box .r-flow dd > .inner:before {
    left: -21px;
    top: 4px;
    width: 11px;
    height: 11px;
  }
  .recruit-box .r-flow .title {
    font-size: 1.1rem;
    line-height: 1.5;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .recruit-box .r-flow p {
    font-size: 0.95rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}

.recruit-form-lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
@media all and (max-width: 639px) {
  .recruit-form-lead {
    text-align: left;
    line-height: 1.9;
    margin-bottom: 20px;
  }
}

/* single
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.single.inner {
  z-index: 2;
}
.single.type1 {
  padding: 80px 0 0;
}
@media all and (max-width: 1100px) {
  .single {
    padding: 80px 10px;
  }
  .single.type1 {
    padding: 80px 10px 0;
  }
}

.single02 {
  margin: 0 auto;
  padding: 80px 0;
}
.single02.inner {
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .single02 {
    width: 100%;
    padding: 80px 10px;
  }
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.single03.inner {
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .single03 {
    padding: 80px 10px;
  }
}

.single04 {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: calc(100% - 80px);
}
@media all and (max-width: 896px) {
  .single04 {
    max-width: calc(100% - 20px);
    padding: 40px 0;
  }
}

.single.phalf,
.single02.phalf,
.single03.phalf,
.single04.phalf {
  padding: 40px 0;
}
@media all and (max-width: 1100px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf,
  .single04.phalf {
    padding: 40px 10px;
  }
}
@media all and (max-width: 896px) {
  .single.phalf,
  .single02.phalf,
  .single03.phalf,
  .single04.phalf {
    padding: 20px 0;
  }
}
.single.type2,
.single02.type2,
.single03.type2,
.single04.type2 {
  padding: 0 0 80px;
}
@media all and (max-width: 1100px) {
  .single.type2,
  .single02.type2,
  .single03.type2,
  .single04.type2 {
    padding: 0 10px 80px;
  }
}

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

.margin-top2 {
  margin-top: -40px;
}
@media all and (max-width: 896px) {
  .margin-top2 {
    margin-top: -20px;
  }
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

/* mbox
----------------------------------*/
.mbox {
  background: #fefefe;
  padding: 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mbox.wk {
  border: 1px solid #A1B43B;
}
.mbox.sd {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox2 {
  background: #fefefe;
  padding: 30px;
  border: 1px solid #ccc;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}

.mbox3 {
  position: relative;
  background: #fefefe;
  border-top: 5px solid #A1B43B;
  padding: 35px 30px;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 8px rgba(101, 69, 39, 0.1);
          box-shadow: 0 0 8px rgba(101, 69, 39, 0.1);
}
@media all and (max-width: 639px) {
  .mbox3 {
    padding: 20px 15px;
  }
}

.small-box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.type1 {
  max-width: 800px;
}

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

.sentence2 p + p {
  margin-top: 12px;
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 50px auto 30px;
  position: relative;
  text-align: center;
  font-size: 1.1rem;
}
.mtitle .eng {
  font-size: 3.2rem;
  color: #A1B43B;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Cedarville Cursive", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.mtitle .eng:before {
  position: absolute;
  content: "";
  width: 78px;
  height: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  background: url(../img/mtitle.png) no-repeat 50%/contain;
}
.mtitle .eng:first-letter {
  color: #3A4E3F;
}
.mtitle .ja {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #654527;
  display: block;
}
.mtitle.sbc span.eng, .mtitle.sbc span.eng {
  color: #56984A;
}
.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.eng, .mtitle.white span.eng {
  color: #fff;
}
.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left:before {
  left: 2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mtitle.mtitle_left span:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin: 50px auto 25px;
  }
  .mtitle .eng {
    font-size: 2.8rem;
  }
  .mtitle .eng:before {
    width: 57px;
    height: 50px;
  }
  .mtitle .ja {
    font-size: 1.5rem;
  }
}

.mtitle0 {
  margin-bottom: 35px;
  margin-left: 0;
  position: relative;
}
.mtitle0:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#56984A), color-stop(#f4efd3), to(#EBF7EF));
  background-image: linear-gradient(to right, #56984A, #f4efd3, #EBF7EF);
  opacity: 0.8;
}
.mtitle0 .eng {
  position: absolute;
  font-size: 4.8rem;
  color: #56984A;
  opacity: 0.2;
  display: block;
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  top: -40px;
  left: 0.5em;
  right: 0;
  margin: 0 auto;
}
.mtitle0 .ja {
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  color: #654527;
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtitle0 {
    margin-top: 35px;
  }
  .mtitle0 .eng {
    top: -25px;
    font-size: 3.4rem;
  }
  .mtitle0 .ja {
    font-size: 1.8rem;
  }
}

.mtitles {
  margin: 0 auto 25px;
  position: relative;
  text-align: center;
}
.mtitles .eng,
.mtitles .eng {
  font-size: 1.8rem;
  color: #56984A;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}
.mtitles .eng {
  font-size: 3.2rem;
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}
.mtitles .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  color: rgb(119.3964285714, 81.5678571429, 46.1035714286);
}
.mtitles.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitles.mtitle_left span .eng {
  color: #A1B43B;
}
@media all and (max-width: 639px) {
  .mtitles {
    margin: 0 auto 20px;
  }
  .mtitles .eng {
    font-size: 1.3rem;
  }
  .mtitles .eng {
    font-size: 2rem;
    font-family: "Sacramento", cursive;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03em;
  }
  .mtitles .ja {
    font-size: 1.6rem;
  }
}

.mtitle2 {
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 25px;
}
.mtitle2.type1:before {
  background: rgb(126.6443514644, 141.589958159, 46.410041841);
}
.mtitle2.type2:before {
  display: none;
}
.mtitle2.type2 .eng {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 4rem;
  color: #56984A;
}
@media all and (max-width: 639px) {
  .mtitle2.type2 .eng {
    font-size: 3rem;
  }
}
.mtitle2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 30px;
  height: 2px;
  background: rgb(199.8451882845, 213.280334728, 127.719665272);
}
.mtitle2 .eng {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  color: rgb(174.5857142857, 119.2714285714, 67.4142857143);
}
.mtitle2 .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-right: 10px;
  font-size: 2rem;
  color: #654527;
}
@media all and (max-width: 639px) {
  .mtitle2 .eng {
    font-size: 1.3rem;
  }
  .mtitle2 .ja {
    font-size: 1.6rem;
  }
}

.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: 0;
  left: 0;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.4rem;
  color: #222;
  letter-spacing: 0.2em;
  padding-right: 5px;
  line-height: 2;
}
.mtitle3 .eng {
  display: block;
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 2rem;
  color: #A1B43B;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    position: static;
    margin-bottom: 20px;
    min-height: initial;
    min-height: auto;
  }
  .mtitle3 .ja {
    font-size: 1.8rem;
  }
  .mtitle3 .eng {
    font-size: 1.4rem;
  }
}

.mtitle_line {
  position: relative;
  margin-bottom: 20px;
  color: #654527;
  border-top: 2px solid #A1B43B;
  font-size: 1.3rem;
  padding: 6px 10px 16px;
}
.mtitle_line span {
  font-size: 1.4rem;
  color: #654527;
  margin-right: 10px;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.5;
  background-image: repeating-linear-gradient(-45deg, rgb(126.6443514644, 141.589958159, 46.410041841), rgb(126.6443514644, 141.589958159, 46.410041841) 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;
  }
  .mtitle_line span {
    font-size: 12px;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
  line-height: 1.3em;
  overflow: hidden;
}
.mtitle_balloon span.eng {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  font-size: 5rem;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.mtitle_balloon.center {
  text-align: center;
}
.mtitle_balloon.white span:before, .mtitle_balloon.white span:after {
  border-bottom-color: #fefefe;
}
.mtitle_balloon.white span i {
  border-color: #fefefe;
}
@media all and (max-width: 639px) {
  .mtitle_balloon {
    font-size: 1.7rem;
  }
  .mtitle_balloon span.eng {
    font-size: 2.4rem;
  }
}

.mtitle-bll {
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-bottom: 8px;
}
.mtitle-bll:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #A1B43B;
}
@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.6rem;
  }
}

.mtitle4 {
  font-weight: normal;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.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: 2px;
  height: 1.6rem;
  background-color: #56984A;
}
.mtitle4 span:before {
  left: -15px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.mtitle4 span:after {
  right: -15px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #DBB957;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -5px;
  }
  .mtitle4 span:after {
    right: -5px;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #A1B43B;
  margin: 8px 0 15px;
  color: #654527;
  line-height: 1.6;
  text-align: left;
  font-size: 1.3rem;
}
.mtitle_sub.white {
  color: #fff;
  border-left: 6px solid #f4efd3;
}
.mtitle_sub.white:before {
  background-color: #e7f6d8;
}
.mtitle_sub span {
  color: #A1B43B;
  padding-left: 5px;
  font-size: 1.3rem;
}
.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: rgb(90.625, 121.875, 98.4375);
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.3rem;
  }
}

.mtitle_point {
  position: relative;
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #654527;
}
.mtitle_point:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #56984A;
  display: block;
  margin: 10px auto 0;
}
@media all and (max-width: 639px) {
  .mtitle_point {
    font-size: 1.5rem;
  }
}

.mtitle_box {
  background: #e7f6d8;
  color: #654527;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding: 15px 30px 15px 15px;
  margin-bottom: 20px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}
.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.3rem;
    display: block;
  }
  .mtitle_box .profile {
    display: block;
    padding: 4px 0 0;
  }
}

.mtitle_box2 {
  background: rgb(143.8221757322, 160.7949790795, 52.7050209205);
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #A1B43B;
  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_small {
  font-weight: 600;
  color: #654527;
  padding: 0 0 4px;
  font-size: 1.6rem;
  border-bottom: 1px solid #EBF7EF;
  position: relative;
}
.mtitle_small:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  margin-right: 5px;
  color: #A1B43B;
}
.mtitle_small.type1 {
  border-bottom: 1px solid rgb(218.25, 241.21875, 195.28125);
}
.mtitle_small.type1:before {
  color: #56984A;
}
.mtitle_small span {
  font-size: 1.45rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  letter-spacing: 0.05em;
}
.mtitle_small {
  margin-bottom: 15px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    padding: 4px;
    font-size: 1.3rem;
  }
  .mtitle_small span {
    font-size: 1.1rem;
  }
  .mtitle_small:before {
    font-size: 1.1rem;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #A1B43B;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.mtitle_small2.white {
  color: #fff;
}
.mtitle_small2.white:before {
  background-color: #DBB957;
}

.mtitle_small3 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #654527;
  padding: 10px 0;
  font-size: 1.6rem;
  border-top: 1px solid #56984A;
  border-bottom: 1px solid #56984A;
}
.mtitle_small3:before {
  content: "―";
  margin-right: 8px;
  color: #56984A;
}
.mtitle_small3 {
  margin-bottom: 15px;
}
@media all and (max-width: 639px) {
  .mtitle_small3 {
    padding: 6px 0;
    font-size: 1.3rem;
  }
}

.mtitle_small4 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.5rem;
  padding: 15px 15px 15px 30px;
  margin-bottom: 20px;
}
.mtitle_small4.type1:before {
  background: rgba(86, 152, 74, 0.8);
}
.mtitle_small4:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: "";
  background: rgba(161, 180, 59, 0.8);
}
@media all and (max-width: 639px) {
  .mtitle_small4 {
    font-size: 1.6rem;
    padding: 12px 12px 12px 24px;
  }
}

.mtitle_small5 {
  position: relative;
  text-align: center;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  color: #A1B43B;
  margin-bottom: 35px;
}
.mtitle_small5:after {
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 150px;
  background: #A1B43B;
}
@media all and (max-width: 639px) {
  .mtitle_small5 {
    font-size: 1.4rem;
  }
}
.mtitle_small5.sbc {
  color: #56984A;
}
.mtitle_small5.sbc:after {
  background: #56984A;
}

.mtext0 {
  font-size: 1.8rem;
}
.mtext0.type1 {
  font-size: 1.6rem;
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.3rem;
  }
  .mtext0.type1 {
    font-size: 1.2rem;
  }
}

.mtext1 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
.mtext1.type1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.5rem;
  }
  .mtext1.type1 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

.mtext2 {
  font-size: 2.4rem;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
  }
}
.mtext2.type1 {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.mtext-top {
  position: relative;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .mtext-top {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .mtext-top {
    font-size: 1.8rem;
  }
}
.mtext-top {
  text-align: center;
  padding-top: 58px;
  margin-bottom: 20px;
  color: #654527;
  line-height: 1.2;
  color: #654527;
}
.mtext-top.white {
  color: #ffffff;
}
.mtext-top.white:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/point2.png) no-repeat center/contain;
}
.mtext-top:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 48px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/point.png) no-repeat center/contain;
}
@media all and (max-width: 896px) {
  .mtext-top {
    padding-top: 38px;
    margin-bottom: 5px;
  }
  .mtext-top:before {
    width: 80px;
    height: 32px;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #A1B43B;
}
.mtitle_category.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .mtitle_category {
    font-size: 1.4rem;
  }
}

.title01 {
  margin-bottom: 45px;
}
.title01 .ja {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #654527;
}
.title01 .eng {
  display: block;
  font-size: 4.8rem;
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #A1B43B;
}
.title01.type1 .eng {
  color: #56984A;
}
.title01.white .ja,
.title01.white .eng {
  color: #fefefe;
}
@media all and (max-width: 896px) {
  .title01 {
    margin-bottom: 40px;
  }
  .title01 .eng {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 639px) {
  .title01 .eng {
    font-size: 2.6rem;
  }
}

.title02 {
  position: relative;
  margin-bottom: 50px;
}
.title02:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -25px;
  width: 80px;
  height: 17px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27359/title-line.png) no-repeat left center/contain;
}
.title02 .eng {
  font-size: 1.4rem;
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #aaa;
  margin-left: 10px;
  display: block;
}
.title02 .ja {
  font-size: 2.2rem;
  color: #654527;
}
@media all and (max-width: 639px) {
  .title02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .title02 .eng {
    font-size: 1rem;
  }
  .title02 .ja {
    font-size: 1.5rem;
    margin-left: 0;
  }
}

.title03 {
  position: relative;
  line-height: 3.5rem;
  margin-bottom: 25px;
}
.title03.type1 {
  padding-left: 180px;
}
.title03 .eng {
  position: relative;
  display: block;
  font-size: 2.1rem;
  padding-left: 30px;
  font-weight: 600;
}
.title03 .eng::before {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(167.8711297071, 187.6820083682, 61.5179916318)), to(#ffb6b9));
  background: linear-gradient(to right, rgb(167.8711297071, 187.6820083682, 61.5179916318), #ffb6b9);
}
.title03 .ja {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .title03 {
    line-height: 2.5rem;
  }
  .title03 .eng {
    font-size: 1.5rem;
  }
  .title03 .ja {
    font-size: 2.5rem;
  }
  .title03.type1 {
    padding-left: 10px;
  }
}

.title04 {
  position: relative;
  margin-bottom: 40px;
}
.title04 .eng {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  text-transform: inherit;
  line-height: 1.1;
  color: #A1B43B;
  display: block;
  font-size: 4rem;
}
.title04 .ja {
  color: #654527;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .title04 .ja {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title04 .ja {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.title04.type1 .eng {
  color: #56984A;
}
.title04.type2 .eng {
  color: rgb(194.55, 144.95, 98.45);
}
.title04.white .ja,
.title04.white .eng {
  color: #fff;
}
@media all and (max-width: 896px) {
  .title04 {
    margin-bottom: 30px;
  }
  .title04.type2 {
    text-align: center;
  }
}

.title50.heading,
.title40.heading,
.title32.heading,
.title28.heading,
.title24.heading,
.title22.heading,
.title20.heading,
.title18.heading,
.title16.heading {
  margin-bottom: 35px;
}
@media all and (max-width: 896px) {
  .title50.heading,
  .title40.heading,
  .title32.heading,
  .title28.heading,
  .title24.heading,
  .title22.heading,
  .title20.heading,
  .title18.heading,
  .title16.heading {
    margin-bottom: 25px;
  }
}

.title50 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 5rem;
}
@media all and (max-width: 896px) {
  .title50 {
    font-size: 4rem;
  }
}
@media all and (max-width: 639px) {
  .title50 {
    font-size: 3.2rem;
  }
}

.title40 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 4rem;
}
@media all and (max-width: 896px) {
  .title40 {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 639px) {
  .title40 {
    font-size: 2.4rem;
  }
}

.title32 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .title32 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 639px) {
  .title32 {
    font-size: 2rem;
  }
}

.title28 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
}
@media all and (max-width: 896px) {
  .title28 {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 639px) {
  .title28 {
    font-size: 1.8rem;
  }
}

.title24 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .title24 {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .title24 {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}

.title22 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
}
@media all and (max-width: 896px) {
  .title22 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .title22 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}

.title20 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .title20 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .title20 {
    font-size: 1.45rem;
  }
}

.title18 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .title18 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 639px) {
  .title18 {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}

.title16 {
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .title16 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 639px) {
  .title16 {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}

/* btn
----------------------------------*/
.btn-wrap {
  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;
}
.btn-wrap p:first-of-type {
  margin-right: 25px;
}
@media all and (max-width: 639px) {
  .btn-wrap p:first-of-type {
    margin: 0 auto;
  }
}
@media all and (max-width: 639px) {
  .btn-wrap {
    display: block;
  }
}

.btn00 {
  margin-top: 35px;
}
.btn00 a {
  position: relative;
  max-width: 250px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: "Zen Maru Gothic", "YakuHanJP", "Lato", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: 2px solid #A1B43B;
  color: #A1B43B;
  background: transparent;
}
.btn00 a::after {
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #A1B43B;
}
.btn00 a:hover {
  background: #A1B43B;
  color: #fefefe;
}
.btn00 a:hover::after {
  right: 20px;
  color: #fefefe;
}
.btn00.left a {
  margin-left: 0;
}
.btn00.right a {
  margin-right: 0;
}
.btn00.sbc a {
  border: 2px solid #56984A;
  color: #56984A;
}
.btn00.sbc a::after {
  color: #56984A;
}
.btn00.sbc a:hover {
  background: #56984A;
  color: #fefefe;
}
.btn00.sbc a:hover::after {
  color: #fefefe;
}
.btn00.white a {
  border: 2px solid #fefefe;
  color: #fefefe;
}
.btn00.white a::after {
  color: #fefefe;
}
.btn00.white a:hover {
  background: #fefefe;
  color: #A1B43B;
}
.btn00.white a:hover::after {
  color: #A1B43B;
}
.btn00.brown a {
  border: 2px solid #654527;
  color: #654527;
}
.btn00.brown a::after {
  color: #654527;
}
.btn00.brown a:hover {
  background: #654527;
  color: #ffffff;
}
.btn00.brown a:hover::after {
  color: #ffffff;
}
@media all and (max-width: 896px) {
  .btn00 {
    margin-top: 25px;
  }
  .btn00 a {
    max-width: 200px;
  }
  .btn00.left a {
    margin-left: auto;
  }
  .btn00.right a {
    margin-right: auto;
  }
}

.btn01 a {
  border: 2px solid #A1B43B;
  text-align: center;
  max-width: 350px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #A1B43B;
  color: #fff;
  display: block;
  padding: 10px 5px;
  font-weight: 700;
  border-radius: 35px;
}
.btn01 a:hover {
  background: #fff;
  color: #A1B43B;
}
.btn01.mail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.btn01.mail a {
  background: #DBB957;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.type1 a {
  max-width: 90%;
}
.btn01.left a {
  margin: 15px 0;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  max-width: 280px;
  width: 90%;
  margin: 20px auto 0;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: rgb(254.2, 253.8363636364, 251.8);
  border: 1px solid #654527;
  line-height: 24px;
  text-align: center;
  color: #654527;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 45px;
  height: 1px;
  background-color: #654527;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 30px;
}

.btn_wk a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #555;
  background: #fff;
  border: 1px solid #555;
  padding: 6px 10px;
  max-width: 220px;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 90%;
}
.btn_wk a span {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  letter-spacing: 0.4em;
}
.btn_wk a:before, .btn_wk a:after {
  content: "";
  position: absolute;
  border: solid #555;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_wk a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk a:hover {
  color: #fff;
  background: #A1B43B;
  border-color: transparent;
}
.btn_wk a:hover:before, .btn_wk a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #A1B43B;
}
.btn_wk.sbc a:hover {
  color: #fff;
  background: #56984A;
}
.btn_wk.sbc a:hover:before, .btn_wk.sbc a:hover:after {
  border-color: #56984A;
}
.btn_wk.btn-r a {
  margin-right: 0;
}

.btn_wk2 a {
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 6px 10px;
  max-width: 220px;
  width: 90%;
  margin-top: 25px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 90%;
}
.btn_wk2 a span {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  letter-spacing: 0.4em;
}
.btn_wk2 a:before, .btn_wk2 a:after {
  content: "";
  position: absolute;
  border: solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_wk2 a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.btn_wk2 a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.btn_wk2 a:hover {
  background: #A1B43B;
  border-color: transparent;
}
.btn_wk2 a:hover:before, .btn_wk2 a:hover:after {
  width: calc(100% + 11px);
  height: calc(100% + 11px);
  border-color: #A1B43B;
}
.btn_wk2.btn-r a {
  margin-right: 0;
}

/* bg-
----------------------------------*/
.bg-base {
  position: relative;
  background: #ebf7ef;
}
.bg-base.type1 {
  width: calc(100% - 80px);
  margin: 0 auto 30px;
}
@media all and (max-width: 639px) {
  .bg-base.type1 {
    width: calc(100% - 20px);
  }
}
.bg-base.type2 {
  background-color: #aacbbd;
  width: calc(100% - 80px);
  margin: 0 auto 20px;
}
@media all and (max-width: 639px) {
  .bg-base.type2 {
    width: calc(100% - 20px);
  }
}

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

.bg-w {
  position: relative;
  margin-bottom: 50px;
}
.bg-w:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fefefe;
  z-index: -1;
}
@media all and (max-width: 639px) {
  .bg-w:before {
    width: calc(100% - 10px);
  }
}

.bg-triangle {
  position: relative;
  overflow: hidden;
}
.bg-triangle .inner {
  position: relative;
  z-index: 2;
}
.bg-triangle:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  top: 0;
  left: -300px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#56984a), color-stop(50%, rgb(187.5, 217.8, 173.4)), color-stop(65%, rgb(209.25, 231.9, 194.7)), color-stop(75.5%, rgb(220.125, 238.95, 205.35)), color-stop(82.85%, rgb(225.635, 242.522, 210.746)), color-stop(88%, rgb(228.245, 244.214, 213.302)), to(#e7f6d8));
  background-image: linear-gradient(to right bottom, #56984a 0%, rgb(187.5, 217.8, 173.4) 50%, rgb(209.25, 231.9, 194.7) 65%, rgb(220.125, 238.95, 205.35) 75.5%, rgb(225.635, 242.522, 210.746) 82.85%, rgb(228.245, 244.214, 213.302) 88%, #e7f6d8 100%);
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  z-index: 1;
  opacity: 0.2;
}
.bg-triangle:after {
  position: absolute;
  content: "";
  width: 5%;
  height: 50%;
  bottom: 0;
  right: 2%;
  background: #56984A;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  opacity: 0.2;
}
@media all and (max-width: 896px) {
  .bg-triangle:before {
    left: -180px;
  }
}
@media all and (max-width: 639px) {
  .bg-triangle:before {
    left: -80px;
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
    width: 40%;
  }
  .bg-triangle:after {
    display: none;
  }
}
.bg-triangle.type1:before {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#a1b43b), color-stop(50%, rgb(212.8, 226.9, 185)), color-stop(65%, rgb(223.9, 236.95, 212)), color-stop(75.5%, rgb(229.45, 241.975, 225.5)), color-stop(82.85%, rgb(232.262, 244.521, 232.34)), color-stop(88%, rgb(233.594, 245.727, 235.58)), to(#ebf7ef));
  background-image: linear-gradient(to right bottom, #a1b43b 0%, rgb(212.8, 226.9, 185) 50%, rgb(223.9, 236.95, 212) 65%, rgb(229.45, 241.975, 225.5) 75.5%, rgb(232.262, 244.521, 232.34) 82.85%, rgb(233.594, 245.727, 235.58) 88%, #ebf7ef 100%);
}
.bg-triangle.type1:after {
  background: #A1B43B;
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f4f4;
}
.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%, #f4f4f4), to(#f4f4f4));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #f4f4f4 50.1%, #f4f4f4 100%);
}

.bg-beige {
  position: relative;
  background: #f8f3f2;
}
.bg-beige.type1 {
  background: transparent;
}
.bg-beige.type1:before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #f8f3f2;
  z-index: -1;
  opacity: 0.8;
}
@media all and (max-width: 639px) {
  .bg-beige.type1:before {
    width: calc(100% - 10px);
  }
}

.bg-circle {
  position: relative;
}
.bg-circle:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-circle.png) repeat-y;
  opacity: 0.6;
}

.bg-top01 {
  position: relative;
}
.bg-top01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-frame.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 110%;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .bg-top01:before {
    background-attachment: scroll;
    background-size: cover;
  }
}

.bg-nami {
  position: relative;
}
.bg-nami:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -1px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-nami.png) repeat-x 50% bottom/100%;
}
.bg-nami.nami-white:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-nami_white.png) repeat-x 50% bottom/100%;
}
@media all and (max-width: 639px) {
  .bg-nami.nami-white:before {
    background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-nami_white.png) repeat-x right bottom/500px;
  }
}
.bg-nami.foot:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-nami_footer.png) repeat-x 50% bottom/100%;
}
@media all and (max-width: 639px) {
  .bg-nami.foot:before {
    background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-nami_footer.png) repeat-x right bottom/500px;
  }
}

.bg-fuwa {
  position: relative;
}
.bg-fuwa:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 91%;
  top: -20%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/fuwa.png) no-repeat 50%/contain;
  left: -10%;
  opacity: 0.4;
  z-index: -1;
}
.bg-fuwa::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 50%;
  bottom: 0;
  right: -10%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/fuwa2.png) no-repeat center top/100% auto;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .bg-fuwa:before {
    width: 300px;
    height: 300px;
    top: 5%;
  }
  .bg-fuwa:after {
    width: 550px;
    height: 400px;
  }
}
@media all and (max-width: 639px) {
  .bg-fuwa:before {
    width: 200px;
    height: 200px;
    top: 5%;
  }
  .bg-fuwa:after {
    width: 250px;
    height: 200px;
    bottom: 5%;
  }
}

.bg-kusa {
  position: relative;
  overflow: hidden;
}
.bg-kusa.type1 {
  margin: 0 auto 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 246, 216, 0.6)), to(rgba(235, 247, 239, 0.4)));
  background: linear-gradient(to bottom, rgba(231, 246, 216, 0.6), rgba(235, 247, 239, 0.4));
}
@media all and (max-width: 639px) {
  .bg-kusa.type1 {
    margin: 0 auto 10px;
    width: 100%;
    border-radius: 0;
  }
}
.bg-kusa:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 275px;
  top: 0;
  left: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-kusa.png) no-repeat 50%/cover;
  z-index: -1;
}
.bg-kusa:after {
  position: absolute;
  content: "";
  width: 400px;
  height: 275px;
  top: 0;
  right: 0px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-kusa2.png) no-repeat 50%/cover;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .bg-kusa:before, .bg-kusa:after {
    width: 300px;
    height: 175px;
  }
}
@media all and (max-width: 639px) {
  .bg-kusa:before {
    opacity: 0.3;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .bg-kusa:after {
    display: none;
  }
}

.bg-grid {
  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;
}

.bg-dot {
  background-image: radial-gradient(rgba(86, 152, 74, 0.4) 7%, transparent 10%), radial-gradient(rgba(86, 152, 74, 0.4) 7%, transparent 10%);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
  margin: 0 auto 20px;
  width: calc(100% - 40px);
}

.bg-machi {
  position: relative;
}
.bg-machi:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  left: 0;
  bottom: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-machi.png) repeat-x bottom/contain;
  opacity: 0.8;
}
.bg-machi:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 85px;
  left: 0;
  top: -40px;
  opacity: 0.8;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27814/bg-machi.png) repeat-x bottom/contain;
}

.bg-pale {
  position: relative;
}
.bg-pale:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #EBF7EF;
  z-index: -1;
}
.bg-pale.type1:before {
  height: calc(100% - 550px);
  top: auto;
  bottom: 0;
}
@media all and (max-width: 1100px) {
  .bg-pale.type1:before {
    height: calc(100% - 450px);
  }
}
@media all and (max-width: 896px) {
  .bg-pale.type1:before {
    height: calc(100% - 350px);
  }
}
@media all and (max-width: 639px) {
  .bg-pale.type1:before {
    height: calc(100% - 250px);
  }
}

/* etc
----------------------------------*/
.note-side {
  position: relative;
}
@media all and (max-width: 639px) {
  .note-side {
    padding: 0 5px;
  }
  .note-side.type1 {
    padding: 0 10px;
  }
}

.note {
  padding: 15px;
  background: #EBF7EF;
}
@media all and (max-width: 639px) {
  .note {
    padding: 10px;
  }
}

/* tbl
----------------------------------*/
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  position: relative;
  background: #A1B43B;
  color: #fff;
  font-weight: 600;
  width: 25%;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #A1B43B;
  margin-top: -10px;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.tbl-profile {
  width: 100%;
}
.tbl-profile th,
.tbl-profile td {
  padding: 10px 5px;
  font-size: 1.4rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 639px) {
  .tbl-profile th,
  .tbl-profile td {
    font-size: 12px;
  }
}
.tbl-profile th {
  width: 26%;
  text-align: left;
  color: #654527;
}
.tbl-profile.type1 th {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl-profile.type1 th {
    width: 30%;
  }
}

.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.tbl th {
  background: #f6f6f6;
  font-weight: 600;
}
.tbl thead th {
  background: #e6e6e6;
}
@media all and (max-width: 639px) {
  .tbl th,
  .tbl td {
    padding: 5px;
  }
}

.tbl2 {
  width: 100%;
}
.tbl2 th,
.tbl2 td {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #decaac;
}
.tbl2 th {
  background: #EBF7EF;
  color: #654527;
  font-weight: 600;
  width: 30%;
}
@media all and (max-width: 639px) {
  .tbl2 th {
    width: auto;
  }
  .tbl2 th,
  .tbl2 td {
    padding: 6px;
  }
}

.tbl_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
}
.tbl_new tr th {
  font-weight: 700;
  width: 25%;
  border-right: 1px solid #e4e4e4;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #f7f7f7;
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 10px;
  border-bottom: 2px solid;
  vertical-align: middle;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 25%;
  border-color: #E8A87C;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}
.tbl-border td {
  border-color: rgb(231.25, 231.25, 231.25);
}

.tbl-border2 {
  width: 100%;
  border-top: 1px solid #ccc;
}
.tbl-border2 th,
.tbl-border2 td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
}
.tbl-border2 tr.type1 th {
  width: 15%;
}
.tbl-border2 tr.type1 td {
  position: relative;
  padding-left: 15px;
}
.tbl-border2 tr.type1 td::before {
  content: "：";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 50%;
}
@media all and (max-width: 639px) {
  .tbl-border2 th,
  .tbl-border2 td {
    padding: 3px;
  }
  .tbl-border2 tr.type1 th {
    letter-spacing: 0.1em;
    width: 26%;
  }
  .tbl-border2 tr.type1 td {
    padding-left: 10px;
  }
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(86, 152, 74, 0.5);
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_common2 li {
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.list_common2 li h3 {
  font-family: "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.list_common2 li p {
  margin-top: 5px;
}
.list_common2 li span {
  font-size: 90%;
  background: #56984A;
  color: #fff;
  padding: 3px 8px;
  letter-spacing: 0.2em;
}
.list_common2 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_check {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check.type1 li {
  width: 48%;
  padding: 0;
}
.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.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check.col3 li {
  width: 31.333%;
  padding: 0;
}
.list_check.col3 li:not(:nth-child(3n+1)) {
  margin-left: 3%;
}
@media all and (max-width: 639px) {
  .list_check.col3 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.col3 li:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 8px;
  font-weight: 700;
  background: #fefefe;
  margin-bottom: 5px;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  padding: 10px;
  background: rgba(248, 243, 242, 0.2);
  margin-top: 10px;
}
.list_check li a {
  color: #A1B43B;
  border-bottom: 1px dotted #A1B43B;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  margin-right: 10px;
  color: #A1B43B;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.2rem;
  }
}

.list_check2.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check2.type1 li {
  width: 48%;
}
.list_check2.type1 li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list_check2.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check2.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check2 li {
  padding: 2px 8px 2px 30px;
  position: relative;
}
.list_check2 li .num {
  color: #A1B43B;
  margin: 0 4px;
  font-family: "Sacramento", cursive;
  font-weight: 900;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  color: #A1B43B;
}
.list_check2 li:not(:last-child) {
  margin-bottom: 4px;
}

.list-inline3 li {
  display: inline-block;
}
.list-inline3 li:not(:last-of-type) {
  margin-right: 5px;
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #EED3A3;
  font-weight: 700;
  border-radius: 30px;
}
.list-inline2 li:not(:last-child) {
  margin-right: 8px;
}

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

.list_num li {
  position: relative;
  padding: 6px 4px 6px 65px;
  font-size: 2rem;
  border-bottom: 1px dashed #aaa;
  margin-bottom: 5px;
  color: #654527;
}
.list_num li:last-child {
  border-bottom: none;
}
.list_num li span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.5rem;
  color: #EED3A3;
}
@media all and (max-width: 639px) {
  .list_num li {
    font-size: 1.3rem;
  }
  .list_num li span {
    font-size: 2.8rem;
  }
}

.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;
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 40px;
  padding-bottom: 10px;
}
.ol-list li .ol-lead {
  color: rgb(92.2887029289, 103.179916318, 33.820083682);
  font-size: 2rem;
}
.ol-list li .inner {
  font-weight: normal;
  display: block;
  padding: 10px;
  line-height: 1.6;
  font-size: 1.4rem;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-family: "Sacramento", cursive;
  font-weight: 900;
  left: 0;
  top: 15px;
  position: absolute;
  font-size: 3.5rem;
  color: #A1B43B;
  margin-right: 10px;
  line-height: 1;
}
@media all and (max-width: 639px) {
  .ol-list li {
    font-size: 1.2rem;
  }
  .ol-list li .ol-lead {
    font-size: 1.4rem;
  }
  .ol-list li .inner {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 3rem;
  }
}

.list_disc {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list_disc.type1 li:before {
  color: #56984A;
}
.list_disc.type2 li:before {
  content: "・";
}
.list_disc.type2 li:before {
  content: "・";
  color: #fff;
}
.list_disc li {
  position: relative;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.list_disc li:before {
  content: "●";
  color: #A1B43B;
  font-size: 9px;
  margin-right: 5px;
}

/* slide_list
----------------------------------*/
.slide_list {
  position: relative;
  padding: 30px 0;
}
.slide_list li:nth-child(2n) {
  -webkit-transform: translateY(-50px) scale(0.75);
          transform: translateY(-50px) scale(0.75);
}
.slide_list li:nth-child(4n) {
  -webkit-transform: translateY(50px) scale(0.75);
          transform: translateY(50px) scale(0.75);
}
.slide_list li img {
  width: auto;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.slide_list li a {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slide_list li a:hover {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
@media all and (max-width: 1100px) {
  .slide_list li img {
    height: 140px;
    border-radius: 10px;
  }
}

.slide_list2 {
  position: relative;
  padding: 30px 0;
  margin-top: 30px;
}
.slide_list2 li:nth-child(2n) {
  -webkit-transform: translateY(-50px) scale(0.75);
          transform: translateY(-50px) scale(0.75);
}
.slide_list2 li:nth-child(4n) {
  -webkit-transform: translateY(50px) scale(0.75);
          transform: translateY(50px) scale(0.75);
}
.slide_list2 li img {
  width: auto;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.slide_list2 li a {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slide_list2 li a:hover {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
@media all and (max-width: 1100px) {
  .slide_list2 li img {
    height: 140px;
    border-radius: 10px;
  }
}

/* gallery
----------------------------------*/
.gallery {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
  padding-bottom: 5px;
}
.gallery.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.col3 li {
  list-style: none;
}
.gallery.col3 li a {
  height: 220px;
}
.gallery.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery.col4 li a {
  height: 180px;
}
.gallery li {
  text-align: center;
  list-style: none;
}
.gallery li p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.gallery li a {
  display: block;
  height: 300px;
  line-height: 0;
  overflow: hidden;
}
.gallery li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .gallery {
    padding-bottom: 10px;
    gap: 14px 10px;
  }
  .gallery.col3, .gallery.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery.col3 li a, .gallery.col4 li a {
    height: 110px;
  }
  .gallery li a {
    height: 110px;
  }
  .gallery li p {
    font-size: 11px;
    margin-top: 6px;
  }
}
@media all and (max-width: 639px) {
  .gallery {
    gap: 12px 8px;
  }
  .gallery.col3, .gallery.col4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery li a {
    height: 96px;
  }
  .gallery li p {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

/*　column
----------------------------------*/
.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%;
  margin-bottom: 20px;
}
.column2 .child img {
  width: 100%;
}
.column2 .child2 {
  width: 40%;
}
.column2 .child2 img {
  width: 100%;
}
.column2 .child3 {
  width: 54%;
}
.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;
  }
}
.column2.type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .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;
  }
}

.column3 {
  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;
}
.column3 .child1 {
  width: 180px;
}
.column3 .child2 {
  width: 300px;
}
.column3 .child3 {
  width: calc(100% - 520px);
}
@media all and (max-width: 896px) {
  .column3 .child1,
  .column3 .child2 {
    width: 48%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .column3 .child3 {
    margin-top: 15px;
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  .column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column3 .child1,
  .column3 .child2,
  .column3 .child3 {
    width: 100%;
  }
  .column3 .child2 {
    margin-top: 15px;
  }
}