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

a {
  color: #76ad7b;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 1101px) {
  #wrapper {
    overflow: hidden;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
em {
  font-style: normal;
}

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

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
  font-feature-settings: "palt";
}

.kerning {
  font-feature-settings: "palt";
}

.mincho {
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-weight: 500 !important;
}

.eng {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.bigger {
  font-size: 1.15em;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

.smaller {
  font-size: 13px;
  letter-spacing: 0;
}

.en-big {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 639px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.scroll-bar {
  max-height: 450px;
  overflow-y: scroll;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes view-blurin {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
@keyframes view-borderin {
  0% {
    transform-origin: center;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

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

.blur-in.on {
  opacity: 1;
  animation: view-blurin 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.border-in.on {
  opacity: 1;
  animation: view-borderin 1s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  animation: loader 0.5s linear infinite;
  border: 1px solid #86b78a;
  border-radius: 50%;
  border-right: 1px solid rgba(134, 183, 138, 0.2);
  border-top: 1px solid rgba(134, 183, 138, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.gradient {
  background: linear-gradient(45deg, #ccc, #4F799F, #eee);
  background-size: 600% 600%;
  animation: anim-gradient 10s ease infinite;
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#l-header {
  position: relative;
  transition: all 0.4s ease-in;
  z-index: 100;
  width: 100%;
}
#l-header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
}
#l-header.is-fixed .inner #logo {
  padding-top: 5px;
  width: 180px;
}
#l-header .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  min-width: 1000px;
  margin: 0 auto;
}
#l-header .inner #logo {
  position: relative;
  width: 200px;
}
#l-header .inner #logo img {
  width: 100%;
}
#l-header .inner #logo .logo2 {
  display: none;
}
#l-header .inner .head-right {
  margin-left: auto;
}

.head-right_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 200;
}
@media screen and (max-width: 1101px) {
  .head-right_contact {
    display: none;
  }
}
.head-right_contact.type_hamburger {
  position: relative;
  right: auto;
  top: auto;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 1101px) {
  .head-right_contact.type_hamburger {
    display: block;
  }
  .head-right_contact.type_hamburger .head-right_mail a {
    flex-direction: row;
  }
}

.head-right_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70px;
  padding: 0 14px;
  background: #86b78a;
  font-size: 1.4rem;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (max-width: 1101px) {
  .head-right_btn {
    width: 100%;
  }
  .head-right_btn a {
    height: auto;
    text-align: center;
    font-size: 14px;
    padding: 15px !important;
    color: #fff !important;
  }
}
.head-right_mail a {
  background: #729775;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  display: block;
  font-size: 2rem;
  color: #fefefe;
}
@media screen and (max-width: 1101px) {
  .head-right_mail a:before {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
  }
}
.head-right_mail a:hover {
  background: #000;
}
@media screen and (max-width: 1025px) {
  .head-right_mail {
    margin-left: 0;
  }
  .head-right_mail a:after {
    display: none;
  }
}
.head-right_tel {
  margin-right: 16px;
}
.head-right_tel a {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #1d1d1d;
}
.head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 16px;
  margin-right: 5px;
}

#header_nav {
  width: 750px;
  padding-right: 40px;
}
#header_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header_nav ul li.drop-parent .drop-parent-inner .ja:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 5px;
  color: #4F799F;
  font-size: 13px;
}
#header_nav ul li a,
#header_nav ul li .drop-parent-inner {
  display: block;
  position: relative;
  padding: 20px 0;
  font-weight: 600;
  color: #1d1d1d;
  cursor: pointer;
}
#header_nav ul li a .eng,
#header_nav ul li .drop-parent-inner .eng {
  display: none;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#header_nav ul li a:after,
#header_nav ul li .drop-parent-inner:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  width: 0;
  height: 3px;
  background: #86b78a;
  transition: 0.2s width ease-in;
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after,
#header_nav ul li .drop-parent-inner:hover:after,
#header_nav ul li .drop-parent-inner.active:after {
  width: 20px;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  width: 820px;
  height: 0;
  right: -10px;
  top: 65px;
  z-index: -10;
  padding-top: 15px;
}
#header_nav .dropdown .drop-inner {
  position: relative;
  display: flex;
  transform: scale(1.1);
  opacity: 0;
  visibility: invisible;
  padding: 10px 24px 30px;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
#header_nav .dropdown .drop-inner:before, #header_nav .dropdown .drop-inner:after {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  height: calc(100% + 10px);
}
#header_nav .dropdown .drop-inner:before {
  width: 100%;
  background: #fdfdfd;
  box-shadow: 0 4px 10px rgba(79, 121, 159, 0.1) inset;
}
#header_nav .dropdown .drop-inner:after {
  width: 40%;
  background-image: linear-gradient(to right bottom, rgba(160, 219, 241, 0.6), rgba(160, 219, 241, 0.2));
  -webkit-clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
}
#header_nav .dropdown .drop-inner .drop-title {
  position: relative;
  padding-top: 15px;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.4;
  color: #86b78a;
  z-index: 2;
}
#header_nav .dropdown .drop-inner .drop-title:before {
  content: attr(data-title);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: block;
  color: #729775;
  font-size: 1.3rem;
}
#header_nav .dropdown.is-open {
  display: block;
  z-index: 199;
  height: auto;
}
#header_nav .dropdown.is-open .drop-inner {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
#header_nav .dropdown .dropdown-ul {
  position: relative;
  justify-content: inherit;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px 40px;
  z-index: 2;
  width: 600px;
  margin: 0;
  margin-left: auto;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
}
#header_nav .dropdown .dropdown-li:first-of-type {
  grid-area: 1/1/3/2;
}
#header_nav .dropdown .dropdown-li:first-of-type a {
  padding: 8px;
}
#header_nav .dropdown .dropdown-li:nth-of-type(2) {
  grid-area: 1/2/2/3;
  align-self: end;
}
#header_nav .dropdown .dropdown-li:last-of-type {
  grid-area: 2/2/3/3;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(79, 121, 159, 0.4);
  color: #86b78a;
  font-size: 1.4rem;
  letter-spacing: 0;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
#header_nav .dropdown .dropdown-li a figure {
  height: 150px;
  overflow: hidden;
  margin-bottom: 8px;
}
#header_nav .dropdown .dropdown-li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header_nav .dropdown .dropdown-li a .drop-lead {
  position: relative;
  padding-left: 20px;
}
#header_nav .dropdown .dropdown-li a .drop-lead:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #729775;
  border-radius: 50%;
  margin-top: -5px;
}
#header_nav .dropdown .dropdown-li a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  width: 80%;
  height: 70%;
  background: #729775;
  border-radius: 50%;
  filter: blur(30px);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
#header_nav .dropdown .dropdown-li a:hover {
  border-radius: 0 0 20px 0;
  background: #fefefe;
}
#header_nav .dropdown .dropdown-li a:hover:before {
  opacity: 0.4;
}
#header_nav .dropdown .dropdown-li a:after {
  display: none;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 250;
}
#page-top a {
  display: block;
  background: #86b78a;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1101px) {
  #page-top {
    bottom: 55px;
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
#slideshow {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}
#slideshow .slide-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 50%;
  height: auto;
}
#slideshow .slide-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#slide-wrap {
  position: relative;
  width: 95%;
  max-width: 1980px;
  margin: auto;
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#catch {
  position: absolute;
  right: 5%;
  top: 16%;
  width: 30%;
  z-index: 50;
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  opacity: 0;
}
#catch img {
  width: 100%;
}
#catch.on {
  opacity: 1;
}
@media screen and (max-width: 1101px) {
  #catch {
    width: 40%;
  }
}
@media screen and (max-width: 639px) {
  #catch {
    right: 3%;
    top: auto;
    bottom: -60px;
    width: 66%;
  }
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  40% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  70% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes slideIn {
  0%, 60% {
    transform-origin: left;
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#scrolldown {
  position: absolute;
  right: 15px;
  bottom: 60px;
  color: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  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;
  transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  animation: scroll-point 2.3s ease-out infinite;
  animation-fill-mode: both;
}
@media screen and (max-width: 1025px) {
  #scrolldown {
    display: none;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* contact_bnr
----------------------------------*/
.contact-txt {
  text-align: center;
  margin-top: 10px;
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 110px 110px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .contact_bnr {
    flex-direction: column;
    border-radius: 40px 40px 0 0;
  }
}
.contact_bnr > li {
  background: #fefefe;
  width: calc(50% - 10px);
  height: 160px;
}
.contact_bnr > li.contact_bnr_tel-wrap {
  display: flex;
  flex-direction: column;
}
.contact_bnr > li.contact_bnr_tel-wrap a:first-of-type {
  border-bottom: 2px solid #343434;
}
.contact_bnr > li:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    height: 80px;
  }
  .contact_bnr > li:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact_bnr > li.contact_bnr_tel-wrap {
    height: 200px;
  }
}
.contact_bnr > li .bnr_txt p {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact_bnr > li .bnr_tel {
  position: relative;
  background: transparent;
  font-size: 3rem;
}
.contact_bnr > li .bnr_tel .txt:before {
  content: "TEL";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-right: 10px;
  font-size: 20px;
}
.contact_bnr > li .bnr_tel:hover {
  color: #917835;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 1.8rem;
  }
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  position: relative;
  background: transparent;
  font-size: 3rem;
  pointer-events: none;
  cursor: default;
}
.contact_bnr > li .bnr_fax .txt:before {
  content: "FAX";
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_fax .txt {
    font-size: 1.8rem;
  }
}
.contact_bnr > li .bnr_mail {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
.contact_bnr > li .bnr_mail .txt:before {
  display: none;
}
.contact_bnr > li .bnr_mail.type1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.3rem;
    padding: 10px;
    width: 100%;
  }
}
.contact_bnr > li .bnr_mail:hover {
  background: #66a46b;
}
.contact_bnr > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-weight: 600;
  text-align: center;
}
.contact_bnr > li a .txt {
  white-space: nowrap;
  color: #1d1d1d;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.contact_bnr > li a .txt .sub {
  display: block;
  font-size: 15px;
  color: #1d1d1d;
  text-align: right;
  font-weight: 600;
  margin-bottom: -1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.contact_bnr > li a:hover {
  background: #e3ede4;
}
.contact_bnr > li a:hover .txt {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
  }
  .contact_bnr > li a .txt .sub {
    margin-top: 4px;
    font-size: 13px;
  }
}

/* footer
----------------------------------*/
#l-footer {
  position: relative;
  width: 100%;
  z-index: 100;
}
#l-footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #fefefe;
  z-index: -1;
  border-radius: 20px 20px 0 0;
}
#l-footer .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 80px 80px 20px;
  z-index: 2;
}
#l-footer .footer-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
  z-index: 2;
}
#l-footer .footer-column.type1 {
  margin: 0 auto;
}
#l-footer .footer-column .footer-left {
  width: 440px;
}
#l-footer .footer-column .footer-right {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1101px) {
  #l-footer .footer-column .footer-left {
    width: 240px;
  }
  #l-footer .footer-column .footer-right {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 1025px) {
  #l-footer .inner {
    padding: 30px 15px;
  }
  #l-footer .footer-column .footer-left {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #l-footer .footer-column .footer-right {
    width: 100%;
  }
}

.footer_img {
  display: flex;
}
.footer_img img {
  width: 33.3333333333%;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  margin: 0 auto 0;
}
@media screen and (max-width: 1025px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer_navi ul li {
  width: 50%;
  margin: 5px 0;
}
.footer_navi ul li a {
  position: relative;
  display: block;
  color: #373737;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 1101px) {
  .footer_navi ul li a {
    font-size: 1.3rem;
  }
}
.footer_navi ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  font-weight: 900;
  margin-right: 5px;
  color: #729775;
}
.footer_navi ul li a .eng {
  display: none;
}
.footer_navi ul li a:hover {
  opacity: 0.6;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown li {
  width: 100%;
  margin: 0;
}
.footer_navi ul li .dropdown a {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 4px 0 4px 1.3em;
  line-height: 1.3;
}
.footer_navi ul li .dropdown a:before {
  position: absolute;
  content: "・";
  margin-right: 5px;
  color: #86b78a;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.flogo {
  max-width: 220px;
  text-align: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 1025px) {
  .flogo {
    width: 50%;
    margin: 0 auto 10px;
  }
}

.address {
  color: #373737;
}
@media screen and (max-width: 639px) {
  .address {
    font-size: 9px;
  }
}

.copyright {
  padding: 20px 0;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  color: #373737;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .copyright {
    font-size: 12px;
  }
}

/*----------------------------------
 top-contents
----------------------------------*/
/* --news--
----------------------------------*/
.news-deco-eng {
  position: absolute;
  right: 5%;
  bottom: 30px;
  color: #AD9A7E;
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  .news-deco-eng {
    bottom: 0;
  }
}

.news-box {
  position: relative;
  z-index: 10;
  display: flex;
  padding-bottom: 30px;
  min-height: 180px;
}
@media screen and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .news-box:before {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 639px) {
  .news-left {
    top: 0;
    position: relative;
  }
}

.news-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .news-title {
    flex-direction: column;
  }
}

.news-right {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

.map-link {
  font-weight: 600;
  color: #86b78a;
  border-bottom: 1px solid #86b78a;
}
.map-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
}

/* contents
----------------------------------*/
.single {
  max-width: 1150px;
  padding: 120px 0;
}
@media screen and (max-width: 1101px) {
  .single {
    padding: 120px 15px;
  }
}

.single02 {
  padding: 120px 0;
}

.single03 {
  max-width: 1500px;
  padding: 120px 0;
}
@media screen and (max-width: 1101px) {
  .single03 {
    padding: 120px 15px;
  }
}

.single04 {
  padding: 120px 0;
  max-width: calc(100% - 240px);
}
@media screen and (max-width: 1101px) {
  .single04 {
    max-width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1025px) {
  .single04 {
    max-width: calc(100% - 20px);
    padding: 60px 0;
  }
}

.single,
.single03 {
  position: relative;
  margin: 0 auto;
}
.single.inner,
.single03.inner {
  z-index: 2;
}
.single.phalf,
.single03.phalf {
  padding: 60px 0;
}
@media screen and (max-width: 1101px) {
  .single.phalf,
  .single03.phalf {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 1025px) {
  .single.phalf,
  .single03.phalf {
    padding: 30px 0;
  }
}
.single.type1,
.single03.type1 {
  padding: 120px 0 0;
}
@media screen and (max-width: 1101px) {
  .single.type1,
  .single03.type1 {
    padding: 120px 15px 0;
  }
}
.single.type2,
.single03.type2 {
  padding: 0 0 120px;
}
@media screen and (max-width: 1101px) {
  .single.type2,
  .single03.type2 {
    padding: 0 15px 120px;
  }
}

.single02,
.single04 {
  position: relative;
  margin: 0 auto;
}
.single02.inner,
.single04.inner {
  z-index: 2;
}
.single02.phalf,
.single04.phalf {
  padding: 60px 0;
}
@media screen and (max-width: 1101px) {
  .single02.phalf,
  .single04.phalf {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1025px) {
  .single02.phalf,
  .single04.phalf {
    padding: 30px 0;
  }
}
.single02.type1,
.single04.type1 {
  padding: 120px 0 0;
}
@media screen and (max-width: 1101px) {
  .single02.type1,
  .single04.type1 {
    padding: 60px 0 0;
  }
}
.single02.type2,
.single04.type2 {
  padding: 0 0 120px;
}
@media screen and (max-width: 1101px) {
  .single02.type2,
  .single04.type2 {
    padding: 0 0 120px;
  }
}

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

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mbox.type1 {
  border: 3px solid #86b78a;
}
.mbox.shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
}
.mbox.transparent {
  background: transparent;
}
@media screen and (max-width: 639px) {
  .mbox {
    padding: 15px 10px;
  }
}

.mbox2 {
  border: 5px solid rgba(114, 151, 117, 0.4);
  padding: 35px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 639px) {
  .mbox2 {
    padding: 15px;
  }
}
.mbox2.type1 {
  background: #fffaf4;
}

.mbox3 {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
}
.mbox3.type1 {
  border: 3px solid #86b78a;
}
.mbox3.shadow {
  box-shadow: rgba(55, 55, 55, 0.1) 0px 18px 50px -10px;
}
.mbox3.transparent {
  background: transparent;
}
@media screen and (max-width: 639px) {
  .mbox3 {
    padding: 15px 10px;
  }
}

.small-box {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}
.small-box.mini {
  max-width: 640px;
}

.sentence p + p {
  margin-top: 20px;
}
.sentence.type_mb {
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .sentence.type_mb {
    font-size: 1.1rem;
  }
}
.sentence.type_mb p {
  margin-bottom: 30px;
}

.inner-content {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.bg-grid, .spec-box {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
   border-bottom: 1px solid #555;*/
  background-image: linear-gradient(90deg, transparent 95%, rgba(114, 151, 117, 0.2) 50%, rgba(114, 151, 117, 0.2)), linear-gradient(0deg, transparent 95%, rgba(114, 151, 117, 0.2) 50%, rgba(114, 151, 117, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg-map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.bg-map:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 140%;
  right: 0;
  top: -20%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//map.png) no-repeat right 50%/contain;
}
@media screen and (max-width: 639px) {
  .bg-map:before {
    width: 90%;
  }
}

.bg-wall {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//bg-wall.jpg);
}

.bg-wave {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//bg-wave.jpg);
}

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

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

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 40px;
  position: relative;
}
.mtitle.type1 {
  margin: unset;
}
@media screen and (max-width: 639px) {
  .mtitle.type1 {
    margin-bottom: 30px;
  }
}
.mtitle .eng {
  font-size: 2.3rem;
  color: #373737;
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 3.2;
  padding-left: 45px;
}
.mtitle .eng::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379/logo-img.png) no-repeat center/contain;
}
.mtitle .ja {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 2;
  font-size: 2.2rem;
  color: #373737;
}
.mtitle.sbc span.eng {
  color: #729775;
}
.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.eng {
  color: #fff;
}
.mtitle.white span.ja {
  border-bottom-color: #fefefe;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .mtitle .ja {
    font-size: 2.5rem;
  }
  .mtitle .eng {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .mtitle .eng {
    font-size: 1.2rem;
  }
  .mtitle .ja {
    font-size: 1.8rem;
  }
}

.mtitle2 {
  position: relative;
  margin-bottom: 30px;
}
.mtitle2:before {
  content: attr(data-title);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #86b78a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.mtitle2 .ja {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  background: #1d1d1d;
  color: #fff;
  font-weight: 600;
  font-size: 1.6em;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .mtitle2:before {
    font-size: 1.3rem;
  }
  .mtitle2 .ja {
    font-size: 1.5em;
  }
}
.mtitle2.center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}

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

.mtitle_line {
  font-size: 2.2rem;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  margin-bottom: 25px;
  color: #86b78a;
  letter-spacing: 0.2rem;
}
.mtitle_line span {
  display: block;
  font-size: 1.4rem;
  color: #86b78a;
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  opacity: 0.6;
  background-image: repeating-linear-gradient(-45deg, #4F799F, #aaa 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
}
@media screen and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
  .mtitle_line span {
    font-size: 1.2rem;
  }
}

.mtitle_balloon {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding: 0 10px 16px;
  overflow: hidden;
  line-height: 1.3em;
}
.mtitle_balloon span:before, .mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #FCD003;
  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 #FCD003;
  border-right: 3px solid #FCD003;
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.mtitle_balloon .eng {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 5rem;
}
.mtitle_balloon.center {
  text-align: center;
}
.mtitle_balloon.white span:before {
  border-bottom-color: #fefefe;
}
.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 .eng {
    font-size: 2.4rem;
  }
}

.mtitle4 {
  text-align: center;
  color: #86b78a;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  min-width: 10%;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: #86b78a;
}
.mtitle4 span:before {
  left: -11px;
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #ffd803;
}
@media screen and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle5 {
  position: relative;
}
.mtitle5 span {
  position: relative;
  z-index: 2;
  padding: 0 15px 8px;
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 1.35em;
  line-height: 1.4;
  color: #86b78a;
  display: inline-block;
}
.mtitle5 span.eng {
  font-size: 2em;
}
.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 85%;
  height: 60%;
  background: #a0dbf1;
  opacity: 0.3;
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 3px solid #86b78a;
  margin: 8px 0 15px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub:before {
  position: absolute;
  left: -3px;
  bottom: 0;
  content: "";
  width: 3px;
  height: 50%;
  background-color: #afb0af;
}

.mtitle_box {
  background-image: linear-gradient(to right, #F9EAC9, #E7CA9A);
  font-size: 1.7rem;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #373737;
}
.mtitle_box a {
  color: #fff;
}
.mtitle_box .num {
  display: inline-block;
  margin-right: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #86b78a;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
  }
}
.mtitle_box.type1 {
  background: #729775;
}
.mtitle_box.type2 {
  background: #86b78a;
}

.mtitle_box2 {
  background: #86b78a;
  font-size: 2rem;
  color: #fff;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  padding: 10px 10px 10px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #fefefe;
  content: "";
  display: block;
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media screen and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 1.3rem;
    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;
  }
}

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

.mtext2 {
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    padding: 4px 8px;
  }
}

.mtext3 {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
}
@media screen and (max-width: 639px) {
  .mtext3 {
    font-size: 1.5rem;
  }
}

.type_title01 {
  padding-left: 25px;
  position: relative;
}
.type_title01:before {
  position: absolute;
  content: "";
  left: 0;
  top: -60px;
  width: 2px;
  height: calc(100% + 60px);
  background: #86b78a;
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #86b78a;
}

/* btn
----------------------------------*/
.btn-more {
  position: relative;
  z-index: 4;
}
.btn-more a {
  display: block;
  width: 16em;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: #86b78a;
  padding: 8px 10px;
  border: 1px solid #86b78a;
  border-radius: 40px;
  margin-left: auto;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-more a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-more a:hover {
  background: #729775;
  color: #fff;
  border: 1px solid #fff;
}
.btn-more a:hover:after {
  transform: translateX(4px);
}
.btn-more.center a {
  margin: auto;
}
.btn-more.left a {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  .btn-more a {
    font-size: 13px;
  }
}

.btn01 a {
  width: 260px;
  margin: 40px auto 20px;
  color: #373737;
  display: block;
  padding: 20px 30px;
  border: 1px solid #373737;
  border-radius: 35px;
  font-weight: bold;
  position: relative;
  font-size: 1.2rem;
}
.btn01 a::after {
  content: "●";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: all 0.5s ease;
}
.btn01 a:hover {
  background: #729775;
  border: 1px solid #729775;
  color: #fff;
}
.btn01 a:hover::after {
  right: 20px;
}
.btn01.type1 {
  background: #729775;
  border: 2px solid #729775;
}
.btn01.type1:hover {
  background: #fff;
  color: #729775;
}
.btn01.type2 a {
  color: #373737;
  border: none;
  background: #fff;
}
.btn01.type2 a:hover {
  opacity: 0.6;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #ffd803;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
.btn01.left a {
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  .btn01 a {
    width: 95%;
    font-size: 1rem;
    padding: 15px 30px;
  }
  .btn01.left a {
    margin-left: auto;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 30px 15px 5px;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #394578, #232c53, #333);
  font-weight: 600;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 40px;
  height: 1px;
  background-color: #ddd;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
.btn02.type1 a {
  background: #fff;
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .btn02 {
    width: 260px;
  }
  .btn02 a {
    font-size: 1.3rem;
  }
}

.btn03 a {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  color: #86b78a;
  border: 2px solid #86b78a;
}
.btn03 a:hover {
  background: #86b78a;
  color: #fff;
}
.btn03 a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-left: 8px;
}

/* news
----------------------------------*/
.news .news-inner {
  padding: 15px 0;
  border-top: 1px solid rgba(55, 55, 55, 0.2);
  font-size: 1.4rem;
  font-weight: 600;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #afb0af;
}
@media screen and (max-width: 639px) {
  .news .news-inner {
    font-size: 13px;
    padding: 10px 4px;
  }
}
.news dt {
  color: #86b78a;
}
.news dt .category {
  font-size: 13px;
  background: #729775;
  color: #fff;
  padding: 2px 4px;
  margin-left: 8px;
  font-weight: 400;
}
@media screen and (max-width: 639px) {
  .news dt {
    width: 100%;
  }
  .news dt .category {
    font-size: 12px;
  }
}
.news dd {
  margin-left: 8px;
}
.news dd a {
  color: #222;
  background-image: linear-gradient(to right, #86b78a, #ffd803);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 639px) {
  .news dd {
    width: 100%;
    margin: 5px 0 0;
  }
}

.news-bl {
  overflow: hidden;
  border-top: 1px solid rgba(173, 154, 126, 0.4);
}
.news-bl .news-bl-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 8px 20px;
  border-bottom: 1px solid rgba(173, 154, 126, 0.4);
}
.news-bl .news-bl-inner:not(:last-of-type) {
  margin-bottom: 5px;
}
.news-bl dt {
  position: relative;
  display: flex;
  border-radius: 40px;
  font-size: 1.4rem;
  color: #86b78a;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.news-bl dt .year {
  align-self: flex-end;
  margin-right: 5px;
  color: #729775;
}
.news-bl dt .md {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #66a46b;
}
@media screen and (max-width: 639px) {
  .news-bl dt {
    width: 4.5em;
    font-size: 12px;
  }
  .news-bl dt .md {
    font-size: 1.3rem;
  }
}
.news-bl dd {
  flex: 1;
  margin-left: 30px;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 600;
}
.news-bl dd a {
  color: #111;
  background-image: linear-gradient(to right, #86b78a, #4F799F);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 639px) {
  .news-bl dd {
    margin-left: 20px;
    font-size: 13px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-inline: auto;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379/1.jpg) no-repeat 50% 40%/cover;
  overflow: hidden;
  border-bottom: 2px solid #1d1d1d;
}
.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #86b78a;
  opacity: 0.5;
}
.page-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.page-title .inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 420px;
  max-width: 1600px;
  padding: 0 20px;
  z-index: 3;
}
@media screen and (max-width: 639px) {
  .page-title .inner {
    height: 65vw;
  }
}
.page-title .inner .page-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 30px;
  position: relative;
  border-bottom: 0;
  border: 2px solid #1d1d1d;
  border-bottom: none;
}
.page-title .inner .page-lead.on .eng {
  transform: translateX(-50%);
  opacity: 1;
}
.page-title .inner .page-lead.on .ja {
  opacity: 1;
  transform: translateY(0);
}
.page-title .inner .page-lead .eng {
  display: block;
  position: absolute;
  left: 50%;
  top: -44px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #1d1d1d;
  line-height: 1;
  text-align: center;
  width: 130%;
  opacity: 0;
  transform: translateX(-20%);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.page-title .inner .page-lead .ja {
  position: relative;
  display: block;
  text-align: center;
  opacity: 0;
  z-index: 4;
  color: #1d1d1d;
  font-size: 2.5rem;
  font-weight: 600;
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translateY(20px);
  transition-delay: 0.6s;
}
@media screen and (max-width: 639px) {
  .page-title .inner .page-lead {
    width: 60%;
    padding: 14px 10px;
  }
  .page-title .inner .page-lead .ja {
    font-size: 1.5rem;
  }
  .page-title .inner .page-lead .eng {
    top: -32px;
    font-size: 1.6rem;
  }
}

.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(226, 226, 226, 0.94) 0%, rgba(241, 241, 241, 0) 100%);
}

.bg-01 {
  position: relative;
}
.bg-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3ede4;
  border-radius: 80px;
  z-index: -3;
}
@media screen and (max-width: 1025px) {
  .bg-01::before {
    border-radius: 50px 50px 0 0;
  }
}

.bg-palebox {
  position: relative;
  margin-bottom: 30px;
}
.bg-palebox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 90%;
  background: #fff;
  border-radius: 50px;
}

.bg-circle {
  position: relative;
}
.bg-circle.type1:before {
  background: #729775;
  z-index: -2;
  opacity: 0.15;
  filter: blur(70px);
}
.bg-circle:before {
  position: absolute;
  content: "";
  width: 40%;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  right: -5%;
  top: -22%;
  filter: blur(30px);
}
@media screen and (max-width: 1101px) {
  .bg-circle:before {
    top: -5%;
    width: 55%;
  }
}
@media screen and (max-width: 639px) {
  .bg-circle:before {
    top: -2%;
    width: 70%;
  }
}

.bg-02 {
  position: relative;
}
.bg-02.m-t80 {
  margin-top: -80px;
}
.bg-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eceff3;
  border-radius: 80px 80px 0 0;
  z-index: -3;
}
@media screen and (max-width: 1025px) {
  .bg-02::before {
    border-radius: 50px 50px 0 0;
  }
}

.bg-03 {
  position: relative;
}
.bg-03:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 200px);
  background: #aaa;
  z-index: -2;
}
@media screen and (max-width: 639px) {
  .bg-03:before {
    height: calc(100% - 130px);
  }
}

.bg-04 {
  position: relative;
}
.bg-04:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 300px);
  background: #729775;
  opacity: 0.3;
}
.bg-04.type2:before {
  background: #dcdebf;
}
@media screen and (max-width: 639px) {
  .bg-04:before {
    height: calc(100% - 120px);
  }
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//bg-pattern.jpg);
  background-size: 1000px;
  opacity: 0.7;
}

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(160, 219, 241, 0.3) 0%, rgba(160, 219, 241, 0.51) 50%, rgba(160, 219, 241, 0.555) 65%, rgba(160, 219, 241, 0.5775) 75.5%, rgba(160, 219, 241, 0.5889) 82.85%, rgba(160, 219, 241, 0.5943) 88%, rgba(160, 219, 241, 0.6) 100%);
}
.bg-base.type1 {
  position: relative;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
  transform: translate(-50%, -50%);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//zara.png) #F9EAC9;
  background-size: 100px;
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  .bg-base.type1:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type2:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  transform: translate(-50%, -50%);
  background: #fdfdfd;
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  .bg-base.type2:before {
    width: calc(100% - 20px);
  }
}
.bg-base.type3 {
  position: relative;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transform: translate(-50%, -50%);
  background: #729775;
  opacity: 0.2;
}
@media screen and (max-width: 1101px) {
  .bg-base.type3:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-green {
  position: relative;
  background: transparent;
}
.bg-green:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c4de77;
  z-index: -2;
}

.bg-pale {
  position: relative;
}
.bg-pale:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e5efea;
  z-index: -2;
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 239, 243, 0.5);
  z-index: -2;
}
.bg-gray.type1:before {
  background: #afb0af;
  -webkit-mask-image: linear-gradient(to right top, #000 0%, #000 64%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
          mask-image: linear-gradient(to right top, #000 0%, #000 64%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.2) 100%);
}
.bg-gray.bg-half-bottom {
  background: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #eceff3 50.1%, #eceff3 100%);
}
.bg-gray.bg-half-upper {
  background: transparent;
  background-image: linear-gradient(to bottom, #eceff3 0%, #eceff3 50%, transparent 50.1%, transparent 100%);
}

.bg-gray2 {
  background-image: linear-gradient(to bottom, transparent, #eceff3);
}

.bg-999 {
  background: #888;
}

.bg-blue {
  position: relative;
  background: transparent;
}
.bg-blue:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #86b78a, #86b78a);
  opacity: 0.7;
}
.bg-blue.type1:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #86b78a;
  opacity: 0.9;
}
.bg-blue.type2:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #86b78a;
  opacity: 0.3;
}

.bg-beige {
  background: #F9EAC9;
}
.bg-beige.type1 {
  background: transparent;
  position: relative;
}
.bg-beige.type1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #F9EAC9;
  z-index: -1;
}

.bg-beige2 {
  background: rgba(231, 202, 154, 0.4);
}

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

/* tbl
----------------------------------*/
.tbl-company {
  width: 100%;
}
.tbl-company th,
.tbl-company td {
  padding: 28px 0;
  vertical-align: top;
  border-bottom: 1px rgba(29, 29, 29, 0.7) solid;
}
.tbl-company th {
  width: 20%;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .tbl-company th,
  .tbl-company td {
    padding: 20px 0;
    font-size: 0.9em;
  }
  .tbl-company th {
    width: 30%;
  }
}

.tbl_normal {
  width: 100%;
}
.tbl_normal.type1 th {
  width: 30%;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .tbl_normal.type1 th {
    font-size: 1.6rem;
    width: 35%;
  }
}
.tbl_normal.type1 td {
  text-align: left;
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 0.9em;
}
.tbl_normal th,
.tbl_normal td {
  padding: 4px 5px;
  vertical-align: middle;
  border-bottom: 0.9px solid #ccc;
}
.tbl_normal th {
  width: 70%;
  text-align: left;
}
.tbl_normal td {
  text-align: right;
}

.tbl {
  width: 100%;
}
.tbl thead th {
  text-align: center;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #fefefe;
}
.tbl th {
  text-align: left;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl th.item1 {
  width: 260px;
}
@media screen and (max-width: 639px) {
  .tbl th.item1 {
    width: 220px;
  }
}
.tbl .fs_xs {
  font-size: 0.8em;
}
.tbl .cell01 {
  width: 45%;
}
.tbl .cell02 {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .tbl th {
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px 8px;
    letter-spacing: 0;
  }
}

.tbl-p .w200 {
  width: 200px;
}
.tbl-p .yellow-box th, .tbl-p .yellow-box td {
  background: #f3cf03;
}
.tbl-p .yellow-box td {
  color: red;
  font-weight: bold;
  font-size: 2rem;
}
.tbl-p .gray-box th, .tbl-p .gray-box td {
  background: #ededed;
}

.tbl_new {
  width: 100%;
}
.tbl_new.type-mini {
  font-size: 1.5rem;
}
.tbl_new.type-mini tr th,
.tbl_new.type-mini tr td {
  padding: 10px;
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: rgba(173, 154, 126, 0.2);
}
.tbl_new th,
.tbl_new td {
  vertical-align: middle;
  padding: 20px;
}
.tbl_new th {
  width: 18%;
  padding-left: 25px;
  text-align: left;
  letter-spacing: 0;
  font-weight: inherit;
}
@media screen and (max-width: 639px) {
  .tbl_new th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl_new th.th-long {
  width: 100%;
  text-align: center;
  background: #a0dbf1;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1em;
}

.tbl-border {
  width: 100%;
}
.tbl-border.tbl-mini th,
.tbl-border.tbl-mini td {
  padding: 6px 10px;
  border-width: 1px;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 2px solid #eceff3;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border .small {
  font-size: 0.9em;
  background: #fff;
  color: #729775;
  margin-right: 5px;
  padding: 0px 4px;
}
.tbl-border th {
  width: 22%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #afb0af;
}
.tbl-border th.th-1 {
  width: 45%;
}
@media screen and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}

.price {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #e71430;
}
@media screen and (max-width: 639px) {
  .price {
    font-size: 1.4rem;
  }
}

.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 5px;
  border: 0;
  color: #333;
  border-bottom: 0.9px solid #ddd;
}
.tbl0 th {
  padding-left: 0;
  text-align: left;
  background: none;
  width: 5em;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
.tbl0.type1 th {
  width: 10em;
}
@media screen and (max-width: 639px) {
  .tbl0 {
    font-size: 1.1rem;
  }
  .tbl0 th,
  .tbl0 td {
    display: block;
    width: 100%;
  }
  .tbl0 th {
    border-bottom: 0;
  }
  .tbl0.type1 th,
  .tbl0.type1 td {
    display: table-cell;
    width: auto;
  }
  .tbl0.type1 th {
    width: 130px;
    border-bottom: 0.9px solid #ddd;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  height: 0;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  z-index: 3;
  width: 100%;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}
.ggmap.type1 {
  padding-bottom: 68%;
}
@media screen and (max-width: 639px) {
  .ggmap.type1 {
    padding-bottom: 60%;
  }
}

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

.list-policy {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px;
  margin-bottom: 40px;
}
.list-policy li {
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2rem;
  padding-bottom: 5px;
  margin-bottom: 6px;
  font-weight: 600;
}
.list-policy li:before {
  content: "一、";
  margin-right: 7px;
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .list-policy {
    padding: 15px;
  }
  .list-policy li {
    font-size: 1.4rem;
  }
}

.list_check.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 4%;
}
.list_check.type1 li {
  background: #86b78a;
  padding: 12px 8px 12px 24px;
  color: #fff;
}
.list_check li {
  padding: 4px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
  margin-bottom: 5px;
}
.list_check li a {
  color: #86b78a;
  border-bottom: 1px dotted #86b78a;
}
.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #729775;
}
@media screen and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 li {
  padding: 5px 8px;
  font-weight: 600;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #e3ede4;
}
.list_check2 li a {
  color: #111;
}
.list_check2 li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 4px;
  font-size: 0.8em;
  color: #373737;
}
.list_check2.type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media screen and (max-width: 639px) {
  .list_check2.type1 {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}
.list_check2.type_blue li:before {
  color: #729775;
}

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

.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #86b78a;
  font-weight: normal;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list li {
  margin-bottom: 10px;
  font-weight: 600;
}
.ol-list li:before {
  position: relative;
  counter-increment: number;
  content: counter(number);
  background: #729775;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  line-height: 22px;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 12px;
  }
}

.list_disc li {
  padding: 5px 0;
}
.list_disc li a {
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #86b78a;
  font-size: 1rem;
  display: inline-block;
  transform: translateY(-3px);
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
}
.list-btn.type1 {
  justify-content: center;
}
.list-btn li {
  width: 32%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  background: #86b78a;
  font-weight: 600;
  padding: 20px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #fff;
}
.list-btn li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  font-weight: 900;
  margin-left: 5px;
}
@media screen and (max-width: 1025px) {
  .list-btn li a {
    font-size: 1.5rem;
  }
}
.list-btn li:nth-child(even) a {
  background: #729775;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .list-btn li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .list-btn li a {
    font-size: 1.2rem;
  }
  .list-btn li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 1025px) {
  .top-list1 {
    padding-bottom: 45px;
  }
}
.top-list1 > .child {
  background: #cae3f1;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 110px !important;
}
@media screen and (max-width: 639px) {
  .top-list1 > .child {
    padding-bottom: 60px;
  }
}
.top-list1 .pages {
  display: none;
}

.btn-block {
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 3;
  transform: translateX(-50%);
}

.morebtn2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 15px 0;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  border-radius: 40px;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px;
  width: 300px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .morebtn2 {
    font-size: 1.2rem;
  }
}
.morebtn2 .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 44px;
  height: 44px;
  background: #86b78a;
  margin-left: -1px;
  border-radius: 22px;
}
.morebtn2 .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.morebtn2 .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 4px;
  width: 2rem;
  height: 0.125rem;
  background: none;
}
.morebtn2 .circle .icon.arrow:before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.morebtn2 .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 0;
  margin: 0 0 0 1.85rem;
  color: #86b78a;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.morebtn2:hover .circle {
  width: 101%;
  background: #86b78a;
}
.morebtn2:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.morebtn2:hover .button-text {
  color: #fff;
}
.morebtn2.type1 {
  background: #86b78a;
  width: 280px;
}
.morebtn2.type1 .circle {
  background: #fff;
}
.morebtn2.type1 .icon {
  background: #86b78a;
}
.morebtn2.type1 .icon.arrow:before {
  border-color: #86b78a;
}
.morebtn2.type1 .button-text {
  color: #fff;
  font-size: 1.1em;
}
.morebtn2.type1:hover .button-text {
  color: #86b78a;
}

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

.blog-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 4%;
}
@media screen and (max-width: 639px) {
  .blog-wrap {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 25px 0;
  }
}
.blog-wrap li {
  position: relative;
}
.blog-wrap li a {
  display: flex;
  padding: 10px;
  background: #fefefe;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  height: 100%;
  box-shadow: rgba(67, 43, 43, 0.1) 0px 20px 25px -5px, rgba(67, 43, 43, 0.04) 0px 10px 10px -5px;
}
.blog-wrap li a .blog-img {
  width: 30%;
  height: 90px;
  align-self: center;
}
.blog-wrap li a .blog-detail {
  flex: 1;
  margin-left: 10px;
  position: relative;
  color: #222;
}
.blog-wrap li a:hover .blog-img img {
  transform: scale(1.1);
}
.blog-wrap li a:hover .morebtn {
  border-bottom-color: #729775;
}

.morebtn {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #86b78a;
  border-bottom: 2px solid #86b78a;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  transition: 0.2s ease-in all;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .morebtn {
    font-size: 11px;
  }
}

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

.blog-detail {
  padding: 15px;
}
@media screen and (max-width: 639px) {
  .blog-detail {
    padding: 10px;
  }
}

.blog-date2 {
  color: #373737;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.blog-date2 span {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .blog-date2 {
    font-size: 1.2rem;
  }
}

.blog-date {
  color: #373737;
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.blog-date.type1 {
  text-align: right;
}
.blog-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .blog-date {
    font-size: 1.1rem;
  }
}

.blog-title {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  margin-top: 5px;
}

.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: #fefefe;
  padding: 4px 5px;
  background: #86b78a;
  font-size: 12px;
}

.blog_topics {
  width: 100%;
}
.blog_topics li {
  border-top: 1px solid #e4e1de;
  border-bottom: 1px solid #e4e1de;
  width: 100%;
}
.blog_topics li a {
  display: block;
  color: #373737;
  padding: 15px;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: #f2f4f7;
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 30%;
  height: 150px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 70%;
  padding-left: 20px;
  line-height: 1.5;
}
.blog_topics li a .topics_detail .textbox h3 {
  margin: 5px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #373737;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .blog_topics {
    flex-direction: column;
  }
  .blog_topics li {
    width: 100%;
    margin: 0;
  }
  .blog_topics li:not(:first-child) {
    border-top: 0px solid #e4e1de;
  }
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 33%;
    height: 90px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 67%;
    padding-left: 10px;
    line-height: 1.5;
  }
  .blog_topics li a .topics_detail .textbox p {
    font-size: 1rem;
  }
  .blog_topics li a .time_date {
    font-size: 0.9rem;
  }
}

.category_nav {
  box-sizing: border-box;
  border: 1px solid #e4e1de;
}
.category_nav li {
  box-sizing: border-box;
}
.category_nav li:not(:last-child) {
  border-bottom: 1px solid #e4e1de;
}
.category_nav li a {
  text-align: center;
  display: block;
  padding: 8px;
  background: transparent;
  color: #373737;
  transition: all 0.6s ease;
}
.category_nav li a:hover {
  background: #eceff3;
}
@media screen and (max-width: 1025px) {
  .category_nav {
    max-width: 200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.color1 {
  color: #86b78a;
}

.color2 {
  color: #917835;
}

.color3 {
  color: #4F799F;
}

.color4 {
  color: #f66009;
}

.brown {
  color: #373737;
}

.relative {
  position: relative;
}

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

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

.txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}
.txt-link.map:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 4px;
}

.telbnr li {
  width: 100%;
}
.telbnr li.telbnr-mail a {
  font-size: 2rem;
  padding-top: 5px;
}
.telbnr li.telbnr-mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .telbnr li.telbnr-mail a {
    font-size: 1.4rem;
    padding: 0;
  }
}
.telbnr li a {
  display: block;
  font-size: 2.8rem;
  color: #86b78a;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.telbnr li a .txt {
  display: block;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #1d1d1d;
  font-size: 15px;
  line-height: 1.2;
  margin-top: -8px;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 15px;
}
.telbnr li a:hover {
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li a {
    font-size: 1.8rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  color: #333;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #eee;
  padding: 0 20px;
  font-size: 1.2em;
  border-left: 2px solid #1d1d1d;
  border-right: 2px solid #1d1d1d;
}
@media screen and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1150px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  color: #777;
}
.breadcrumb li a {
  color: #86b78a;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 200px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #729775;
  border-bottom: 1px solid #729775;
  padding: 5px;
  margin-right: 5px;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: #ffd803;
  color: #373737;
}
.form dl dd {
  padding-left: 220px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 26%;
  margin-right: 1%;
}
.form .textarea04 {
  width: 20%;
  margin-right: 1%;
}
.form .textarea04 {
  width: 20%;
  margin-right: 1%;
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #86b78a;
  font-weight: 600;
  padding: 18px 5px;
  margin: 0 auto;
  width: 250px;
  background: #86b78a;
  border-radius: 40px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.form button:hover {
  background: #fff;
  color: #86b78a;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form .select-group p {
  margin: 0 5px;
}
@media screen and (max-width: 639px) {
  .form .select-group .select-wrap {
    margin-top: 8px;
  }
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .select-down:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #86b78a;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #86b78a;
  z-index: 1;
}
.form label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #86b78a;
  border-bottom: 3px solid #86b78a;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}
.form input[type=text],
.form textarea {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .form input[type=text],
  .form textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}

.select-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.select-list .txt {
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}

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

.thanks {
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.shadow {
  box-shadow: rgba(55, 55, 55, 0.1) 0px 18px 50px -10px;
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0;
}
.policy .inner {
  padding-right: 40px;
}
@media screen and (max-width: 639px) {
  .policy {
    font-size: 1.15rem;
  }
  .policy .inner {
    padding-right: 15px;
  }
}

.mtitle_small {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  color: #86b78a;
  font-weight: 600;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #86b78a;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

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

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -4%;
}
@media screen and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
  font-weight: 600;
}
.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 220px;
  text-align: center;
  overflow: hidden;
  background: #aaa;
  margin-bottom: 10px;
}
.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 1025px) {
  .gallery_ul > li {
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

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

/*photoギャラリー*/
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
@media screen and (max-width: 639px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery li a {
  background: rgba(249, 234, 201, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 240px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media screen and (max-width: 1025px) {
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 4%;
}
@media screen and (max-width: 639px) {
  .list2 {
    grid-template-columns: 1fr;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
.list2.ai-center {
  align-items: center;
}
.list2.jc-center {
  justify-content: center;
}
.list2 > li,
.list2 .child {
  position: relative;
}
.list2 > li.child-100,
.list2 .child.child-100 {
  grid-column: 2fr;
}

.business-img img {
  box-shadow: 3px 3px rgba(134, 183, 138, 0.2) !important;
}

.list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 4%;
}
.list3.type1 li,
.list3.type1 .child {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
  line-height: 1.6;
  font-size: 1.1em;
}
@media screen and (max-width: 639px) {
  .list3.type1 li,
  .list3.type1 .child {
    padding: 20px 10px 10px;
  }
}
.list3 li {
  position: relative;
}
@media screen and (max-width: 639px) {
  .list3 {
    width: 95%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    gap: 25px 0;
  }
  .list3.sp-list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 3%;
  }
}

.list4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 2%;
}
@media screen and (max-width: 1025px) {
  .list4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .list4 {
    grid-template-columns: 1fr;
  }
}

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

.note {
  padding: 15px;
  margin-top: 10px;
  background: #F9EAC9;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  .note {
    font-size: 1.2rem;
  }
}

.flow-dl .flow-inner {
  padding: 8px;
}
.flow-dl .flow-inner:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: solid 1px #aaa;
}
.flow-dl .flow-inner dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #86b78a;
}
.flow-dl .flow-inner dt .eng {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #86b78a;
  margin-right: 8px;
}
.flow-dl .flow-inner dd {
  margin-top: 5px;
  padding-left: 40px;
}
@media screen and (max-width: 639px) {
  .flow-dl .flow-inner {
    padding: 6px;
  }
  .flow-dl .flow-inner dt {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dt .eng {
    font-size: 1.7rem;
  }
  .flow-dl .flow-inner dd {
    padding-left: 30px;
  }
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  display: inline-block;
  color: #86b78a;
  font-weight: 600;
  border-bottom: 1px solid #afb0af;
  font-size: 12px;
  text-align: center;
}
.blog-month ul li a:hover {
  color: #ffd803;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12,
#contact,
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 639px) {
  #a01,
  #a02,
  #a03,
  #a04,
  #a05,
  #a06,
  #a07,
  #a08,
  #a09,
  #a10,
  #a11,
  #a12,
  #contact,
  .anchor {
    padding-top: 0;
    margin-top: 0;
  }
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .list-center {
    flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 64px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 0 0 10px 0;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.1em;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  background: #86b78a;
}
.faq-dl .faq-inner dd {
  font-weight: 600;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #f66009;
  background: rgba(114, 151, 117, 0.4);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px !important;
  right: auto;
  border-radius: 50%;
  box-shadow: rgba(134, 183, 138, 0.1) 0px 7px 12px 0px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
  box-shadow: rgba(134, 183, 138, 0.1) 0px 7px 12px 0px;
  border-radius: 50%;
}

.point-num {
  position: relative;
  z-index: 2;
  line-height: 1;
  color: #86b78a;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 639px) {
  .point-num {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2.2rem;
    margin: -30px auto 10px;
  }
}

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

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

.title01 {
  position: relative;
  line-height: 3.5rem;
  margin-bottom: 50px;
}
.title01.type1 .ja {
  font-size: 2.7rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
.title01.white .eng::before {
  background: #fff;
}
.title01 .eng {
  position: relative;
  display: block;
  font-size: 2rem;
  padding-left: 25px;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.title01 .eng::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #86b78a;
}
.title01 .ja {
  font-size: 3rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .title01 {
    line-height: 2.5rem;
  }
  .title01 .eng {
    font-size: 1.3rem;
  }
  .title01 .ja {
    font-size: 1.8rem;
  }
  .title01.type1 .ja {
    font-size: 1.7rem;
  }
}

.title02 {
  text-align: center;
  margin-bottom: 20px;
}
.title02.type-left {
  text-align: left;
}
.title02 span {
  display: inline-block;
  border-bottom: 1px solid #1d1d1d;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .title02 span {
    font-size: 1.5rem;
  }
}

.title03 span {
  background: #86b78a;
  padding: 2px 5px;
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
}
.title03.type1 span {
  background: #f66009;
}
.title03.type2 span {
  background: #4F799F;
}

.title04 {
  position: relative;
  line-height: 5rem;
}
.title04 .eng,
.title04 .ja {
  display: block;
}
.title04 .jamin {
  font-size: 2.5rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
.title04 .ja {
  font-size: 4rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
.title04 .mini {
  font-size: 2rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 1025px) {
  .title04 .ja {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 639px) {
  .title04 .ja {
    font-size: 1.6rem;
  }
  .title04 .mini {
    font-size: 1.2rem;
  }
}

.fb-wrap {
  min-height: 400px;
  text-align: center;
  margin: 0 auto;
}

.box1 {
  position: relative;
  z-index: 4;
  margin-inline: auto;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 639px) {
  .box1 {
    padding: 15px;
  }
}
.box1.type1 {
  margin-top: -40px;
  max-width: 700px;
}
@media screen and (max-width: 639px) {
  .box1.type1 {
    max-width: 90%;
  }
}

.box2 {
  font-weight: 600;
  margin-top: 30px;
  background: rgba(79, 121, 159, 0.6);
  padding: 20px;
  color: #fff;
}

.content-head {
  height: 400px;
}
@media screen and (max-width: 639px) {
  .content-head {
    height: 250px;
  }
}

.content-txt {
  position: relative;
  max-width: 800px;
  background: #fff;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 20px 30px;
  margin: -80px auto 40px;
  border-radius: 20px;
}
@media screen and (max-width: 639px) {
  .content-txt {
    padding: 20px;
    max-width: 90%;
  }
}

.slide_list {
  position: relative;
  display: none;
}
.slide_list li {
  margin-right: 20px;
}
.slide_list li img {
  width: auto;
  height: 280px;
  transition: filter 0.2s ease-in;
}
.slide_list li:hover img {
  filter: grayscale(0);
}
@media screen and (max-width: 639px) {
  .slide_list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slide_list li {
    margin-right: 4%;
  }
  .slide_list li img {
    height: 180px;
  }
}

.kiritori {
  height: 1px;
  border-top: 1px solid rgba(114, 151, 117, 0.2);
  margin: 5em auto;
  width: 20%;
  display: block;
}
@media screen and (max-width: 639px) {
  .kiritori {
    margin: 3em auto;
  }
}
.kiritori.kiritori_mini {
  width: 80%;
  margin: 1.5em auto;
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.tp {
  align-items: flex-start;
}
.column2 .child {
  width: 48%;
}
@media screen and (max-width: 639px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child {
    width: 100%;
  }
  .column2 .child.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
  .column2 .child.bm20 {
    margin-bottom: 20px;
  }
  .column2.type1 {
    display: flex;
    flex-direction: unset;
  }
  .column2.type1 .child {
    width: 48%;
  }
}

.article-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.article-box .left {
  width: 25%;
  position: sticky;
  left: 0;
  top: 100px;
}
.article-box .right {
  width: 72%;
}
@media screen and (max-width: 1101px) {
  .article-box {
    justify-content: center;
  }
  .article-box .left {
    width: 90%;
    margin: 0 auto 30px;
  }
  .article-box .right {
    width: 90%;
  }
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 45px;
}
.btn-box a {
  display: block;
  width: 48%;
  text-align: center;
  font-weight: 600;
  background: #86b78a;
  padding: 15px 4px;
  color: #111;
  transition: all 0.2s ease-in;
}
.btn-box a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 5px;
}
.btn-box a:hover {
  background: #afb0af;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .btn-box {
    justify-content: center;
  }
  .btn-box a {
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px 0;
  }
}

.page {
  text-align: center;
}

.top-icon-list > li {
  position: relative;
  padding: 20px 15px;
  background-image: linear-gradient(to right bottom, #fff, #fff, rgba(16, 34, 78, 0.2));
  border: 4px solid #86b78a;
  box-shadow: 5px 5px #eceff3;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1025px) {
  .top-icon-list > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .top-icon-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .top-icon-list {
    margin-bottom: -20px;
  }
  .top-icon-list > li {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 1.3rem;
  }
  .top-icon-list > li:nth-child(2n) {
    margin-right: auto;
  }
}

#sp-nav .sp-info-wrap {
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sp-nav .sp-info-wrap a {
  display: block;
  color: #729775;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #729775;
  padding: 4px 0;
}
#sp-nav .sp-info-wrap a:not(:last-of-type) {
  margin-right: 10px;
}

.taishou-block {
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.taishou-block.type1 {
  display: block;
}
.taishou-block .lead {
  font-size: 1.3rem;
  padding: 3px 5px;
  font-weight: 600;
  background: #729775;
  color: #fff;
  margin-right: 10px;
}
.taishou-block .list-inline {
  flex: 1;
}

.policy-txt {
  max-width: 650px;
  margin: 40px auto;
}
.policy-txt .txt-inner {
  line-height: 2;
  font-size: 1.7rem;
}
@media screen and (max-width: 639px) {
  .policy-txt {
    padding: 0 15px;
  }
  .policy-txt .txt-inner {
    font-size: 1.3rem;
  }
}

.policy-lead {
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .policy-lead {
    font-size: 1.5rem;
  }
}

.title-big {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
  z-index: 3;
}
.title-big:before {
  position: relative;
  content: attr(data-title);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #86b78a;
  line-height: 1.2;
  white-space: nowrap;
}
.title-big.type-left {
  text-align: left;
}
.title-big.type-left:before {
  margin-left: 0;
}
.title-big.type-left .ja {
  justify-content: flex-start;
}
.title-big.type1:before {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  text-transform: none;
  font-size: 6rem;
}
.title-big.type-white:before {
  color: #F9EAC9;
}
.title-big.type-white .ja {
  color: #fff;
}
.title-big .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
.title-big .big {
  font-size: 3rem;
}
.title-big .big em {
  font-size: 4.5rem;
  font-weight: 800;
  color: #86b78a;
}
.title-big .small {
  font-size: 0.7em;
}
@media screen and (max-width: 1101px) {
  .title-big .ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .title-big {
    margin-bottom: 32px;
  }
  .title-big:before {
    font-size: 1.8rem;
  }
  .title-big .ja {
    font-size: 1.5rem;
  }
  .title-big.type1:before {
    font-size: 3.2rem;
  }
}

.bg-stripe {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 25%, rgba(51, 51, 51, 0.1) 25%, rgba(51, 51, 51, 0.1) calc(25% + 1px));
}

.img-round {
  border-radius: 50px 0px 50px 0;
}

.img-cover {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  border-radius: 10px;
}

.ceo-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .ceo-wrap {
    flex-direction: column;
  }
}
.ceo-wrap .ceo-img {
  width: 45%;
  order: 3;
  padding-right: 40px;
  position: relative;
}
.ceo-wrap .ceo-img figure {
  position: relative;
  display: block;
}
.ceo-wrap .ceo-img figure img {
  box-shadow: rgba(55, 55, 55, 0.2) 4px 48px 60px 0px;
}
.ceo-wrap .ceo-img figure:before {
  position: absolute;
  content: "";
  right: -30px;
  bottom: -30px;
  width: 80%;
  height: 70%;
  z-index: -1;
  background-image: linear-gradient(to right bottom, #86b78a, #86b78a);
  opacity: 0.7;
}
@media screen and (max-width: 639px) {
  .ceo-wrap .ceo-img {
    width: 70%;
    order: 0;
    padding-right: 30px;
  }
  .ceo-wrap .ceo-img figure:before {
    right: -25px;
    bottom: -25px;
  }
}
.ceo-wrap .ceo-txt {
  width: 50%;
  align-self: center;
}
.ceo-wrap .ceo-txt .inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .ceo-wrap .ceo-txt {
    width: 100%;
  }
  .ceo-wrap .ceo-txt .inner {
    padding: 25px;
    margin-top: 25px;
  }
}

.tel-list {
  max-width: 700px;
  margin-inline: auto;
}
.tel-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.tel-list li:not(:last-of-type) {
  border-bottom: 2px solid #eceff3;
  margin-bottom: 8px;
}
.tel-list li .title03 {
  margin-right: 20px;
  width: 6em;
}
.tel-list li .title03 span {
  padding: 8px 10px;
}

.contact-box {
  justify-content: center;
  display: flex;
  align-items: center;
}
.contact-box .lead {
  font-weight: 600;
  width: 10em;
  line-height: 1.4;
  text-align: center;
}
.contact-box .content {
  border-left: 2px solid #86b78a;
  padding-left: 20px;
}
.contact-box .content .contact-box-tel {
  color: #86b78a;
  font-weight: 600;
  font-size: 2.6rem;
  width: 200px;
  display: block;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.contact-box .content .contact-box-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.6em;
}
.contact-box .content .contact-box-tel:hover {
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  .contact-box .content .contact-box-tel {
    font-size: 2rem;
  }
}

.pdf-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 3%;
}
@media screen and (max-width: 639px) {
  .pdf-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pdf-list a {
  display: block;
  text-align: center;
  background: #a0dbf1;
  color: #111;
  font-weight: 600;
  padding: 15px 4px;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pdf-list a:hover {
  background: #86b78a;
  color: #fff;
}
.pdf-list a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  margin-left: 6px;
}

@media screen and (max-width: 1300px) {
  .title-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1025px) {
  .title-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.js-span-text {
  opacity: 0;
}
.js-span-text.on {
  opacity: 1;
}
.js-span-text.on span {
  display: inline-block;
  opacity: 0;
}
.js-span-text.on span:nth-child(1) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.js-span-text.on span:nth-child(2) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.js-span-text.on span:nth-child(3) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.js-span-text.on span:nth-child(4) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.js-span-text.on span:nth-child(5) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.js-span-text.on span:nth-child(6) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.js-span-text.on span:nth-child(7) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.js-span-text.on span:nth-child(8) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.js-span-text.on span:nth-child(9) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.js-span-text.on span:nth-child(10) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.js-span-text.on span:nth-child(11) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.js-span-text.on span:nth-child(12) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.js-span-text.on span:nth-child(13) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.js-span-text.on span:nth-child(14) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.js-span-text.on span:nth-child(15) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.js-span-text.on span:nth-child(16) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.js-span-text.on span:nth-child(17) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.js-span-text.on span:nth-child(18) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.js-span-text.on span:nth-child(19) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.js-span-text.on span:nth-child(20) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.js-span-text.on span:nth-child(21) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.js-span-text.on span:nth-child(22) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.js-span-text.on span:nth-child(23) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.js-span-text.on span:nth-child(24) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.js-span-text.on span:nth-child(25) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.js-span-text.on span:nth-child(26) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.js-span-text.on span:nth-child(27) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.js-span-text.on span:nth-child(28) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.js-span-text.on span:nth-child(29) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.js-span-text.on span:nth-child(30) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}
.js-span-text.on span:nth-child(31) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.1s forwards;
}
.js-span-text.on span:nth-child(32) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
}
.js-span-text.on span:nth-child(33) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.3s forwards;
}
.js-span-text.on span:nth-child(34) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
}
.js-span-text.on span:nth-child(35) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.5s forwards;
}
.js-span-text.on span:nth-child(36) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards;
}
.js-span-text.on span:nth-child(37) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.7s forwards;
}
.js-span-text.on span:nth-child(38) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards;
}
.js-span-text.on span:nth-child(39) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.9s forwards;
}
.js-span-text.on span:nth-child(40) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards;
}
.js-span-text.on span:nth-child(41) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.1s forwards;
}
.js-span-text.on span:nth-child(42) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards;
}
.js-span-text.on span:nth-child(43) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.3s forwards;
}
.js-span-text.on span:nth-child(44) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards;
}
.js-span-text.on span:nth-child(45) {
  animation: text 1s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.5s forwards;
}

@keyframes text {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.shikaku-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shikaku-dl dt:not(:last-of-type),
.shikaku-dl dd:not(:last-of-type) {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 0.9px solid #ddd;
}
.shikaku-dl dt {
  width: calc(100% - 4.5em);
  position: relative;
  padding-left: 1em;
}
.shikaku-dl dt:before {
  content: "●";
  font-size: 0.6em;
  color: #86b78a;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.shikaku-dl dt .list-inline li {
  padding: 0;
}
.shikaku-dl dd {
  width: 4.5em;
  text-align: right;
  font-weight: 600;
}

.fukidashi {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 20px;
}
.fukidashi.type1 {
  margin-top: 0;
}
.fukidashi span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 12px 20px;
  border-radius: 40px;
  background: #eceff3;
  font-size: 2.6rem;
  color: #AD9A7E;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .fukidashi span {
    font-size: 1.8rem;
  }
}
.fukidashi span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #eceff3 transparent transparent transparent;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1101px) {
  .contents-list {
    padding: 0 10px;
  }
}
.contents-list a {
  display: block;
  position: relative;
}
.contents-list a .num {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  position: absolute;
  left: 0.2em;
  top: -30px;
  color: #fff;
  z-index: 2;
  line-height: 1;
  padding-left: 0.05em;
  text-shadow: 5px 5px 30px rgba(17, 17, 17, 0.3);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.contents-list a:before {
  position: absolute;
  content: "0";
  color: #373737;
  left: -11px;
  top: -44px;
  font-size: 4.5rem;
  z-index: -1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.contents-list a:after {
  position: absolute;
  content: "";
  right: 9%;
  bottom: -50%;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(55, 55, 55, 0.2) 0%, rgba(55, 55, 55, 0.1) 20%, transparent 35%);
  transform: skew(-25deg);
  z-index: -1;
  opacity: 0.5;
}
.contents-list a figure {
  overflow: hidden;
  position: relative;
}
.contents-list a figure:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(134, 183, 138, 0.9) 100%);
  z-index: 2;
}
.contents-list a figure img {
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.contents-list a .content-list_title {
  position: absolute;
  left: 0;
  bottom: 8px;
  padding-left: 1em;
  color: #fff;
  text-shadow: 0 0 8px rgba(17, 17, 17, 0.1);
  z-index: 3;
}
.contents-list a .content-list_title:before {
  position: relative;
  content: attr(data-title);
  margin-top: -40px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  z-index: 2;
}
.contents-list a .content-list_title .ja {
  font-size: 1.2em;
}
.contents-list a:hover .num {
  color: #ffd803;
}
.contents-list a:hover figure img {
  transform: scale(1.1);
}
.contents-list a:hover .content-list_title:before {
  color: #ffd803;
}

@media screen and (max-width: 639px) {
  .flow-area {
    padding: 0 20px;
  }
}
.flow-area li .num {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -10px;
  padding: 4px 10px;
  background: #fff;
  border-radius: 20px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.flow-area li .num em {
  color: #86b78a;
  font-size: 1.4em;
}
.flow-area li .num:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  width: 20px;
  height: 10px;
  margin-left: -12px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow-area li figure {
  max-width: 140px;
  margin: 0 auto 10px;
  padding: 25px 0;
  background: rgba(160, 219, 241, 0.6);
  border-radius: 41% 59% 48% 52%/58% 51% 49% 42%;
  box-shadow: 3px 2px #ffffff;
}
.flow-area li figure img {
  width: 80px;
}
.flow-area li .title01 {
  text-align: center;
}

.top-maintenance-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-maintenance-box .img {
  width: 50%;
}
.top-maintenance-box .img figure {
  position: relative;
  height: auto;
  aspect-ratio: 245/111;
}
.top-maintenance-box .img figure:first-of-type {
  transform: translateX(40px);
}
.top-maintenance-box .img figure:last-of-type {
  margin-top: 45px;
  transform: translateX(-60px);
}
.top-maintenance-box .img figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -20px;
  right: -20px;
  background: #86b78a;
  z-index: -4;
  border-radius: 10px;
}
.top-maintenance-box .top-maintenance-txt {
  width: 38%;
}
@media screen and (max-width: 639px) {
  .top-maintenance-box {
    flex-direction: column;
    padding: 0 20px;
  }
  .top-maintenance-box .img {
    width: 100%;
  }
  .top-maintenance-box .img figure:first-of-type {
    transform: none;
  }
  .top-maintenance-box .img figure:last-of-type {
    margin-top: 20px;
    transform: none;
  }
  .top-maintenance-box .top-maintenance-txt {
    width: 100%;
    margin-top: 30px;
  }
}

.photo-title {
  position: relative;
  width: 260px;
  margin: 0 auto -60px;
  transform: translateY(-80px);
}
.photo-title img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .photo-title {
    width: 200px;
  }
}

.top-photo-wrap {
  display: flex;
  justify-content: space-between;
}
.top-photo-wrap .img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58%;
  padding: 32px;
}
.top-photo-wrap .img .img1 figure,
.top-photo-wrap .img .img2 figure {
  height: auto;
}
.top-photo-wrap .img .img1 {
  width: 54%;
}
.top-photo-wrap .img .img1 figure {
  aspect-ratio: 1/1.6;
}
.top-photo-wrap .img .img2 {
  width: 41%;
}
.top-photo-wrap .img .img2 figure {
  aspect-ratio: 1/1;
}
.top-photo-wrap .img .img2 figure:first-of-type {
  margin-bottom: 40px;
}
.top-photo-wrap .img:before, .top-photo-wrap .img:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
}
.top-photo-wrap .img:before {
  left: 0;
  top: 0;
  border-top: 1px solid #917835;
  border-left: 1px solid #917835;
}
.top-photo-wrap .img:after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #917835;
  border-right: 1px solid #917835;
}
.top-photo-wrap .txt {
  align-self: center;
  width: 46%;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 1101px) {
  .top-photo-wrap {
    flex-direction: column;
    align-items: center;
  }
  .top-photo-wrap .img {
    width: 70%;
  }
  .top-photo-wrap .txt {
    width: 80%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .top-photo-wrap .img {
    width: 95%;
    padding: 20px;
  }
  .top-photo-wrap .img .img2 figure:first-of-type {
    margin-bottom: 16px;
  }
  .top-photo-wrap .txt {
    width: 95%;
  }
}

.top-photo-lead {
  position: relative;
}
.top-photo-lead span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 6px 4px;
  border-bottom: 1px solid #1d1d1d;
  font-size: 2.8rem;
}
.top-photo-lead span:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .top-photo-lead span {
    font-size: 1.6rem;
  }
}
.top-photo-lead.type2 {
  margin-bottom: -30px;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .top-photo-lead.type2 {
    margin-bottom: -10px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  30% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  65% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
.icon-triangle {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 3rem;
  animation: pulse 1.6s linear infinite;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .icon-triangle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 2rem;
  }
}

.js-tilt-glare {
  border-radius: 25px !important;
}

.company-dl {
  border-top: 3px solid #fff;
  padding-top: 10px;
}
.company-dl .inner {
  display: flex;
  padding: 12px 10px;
}
.company-dl .inner:not(:last-of-type) {
  margin-bottom: 8px;
  border-bottom: 1px solid #e3ede4;
}
.company-dl .inner dt {
  width: 9em;
  font-weight: 600;
  color: #333;
}
.company-dl .inner dd {
  flex: 1;
  margin-left: 24px;
}
@media screen and (max-width: 639px) {
  .company-dl .inner dd {
    margin-left: 12px;
  }
}
@media screen and (max-width: 639px) {
  .company-dl .inner dt {
    width: 7em;
  }
  .company-dl .inner dd {
    margin-left: 10px;
  }
}

.top-news-btn {
  position: absolute;
  left: -10px;
  top: 160px;
}
.top-news-btn a {
  width: 200px;
}
@media screen and (max-width: 639px) {
  .top-news-btn {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(40px);
  }
  .top-news-btn a {
    width: 180px;
    margin-left: 0;
  }
}

.img-insert {
  position: relative;
  height: auto;
  aspect-ratio: 4/1;
  margin-top: -80px;
}
.img-insert img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media screen and (max-width: 1101px) {
  .img-insert {
    margin-top: -10px;
  }
}
@media screen and (max-width: 639px) {
  .img-insert {
    aspect-ratio: 3.5/1;
  }
}

.history {
  position: relative;
}
.history:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(to top, #86b78a, #a0dbf1);
  opacity: 0.7;
  border-radius: 20px;
}
.history .history-inner {
  position: relative;
  padding-left: 70px;
}
.history .history-inner:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 15px;
  width: 40px;
  height: 1px;
  background: #86b78a;
}
.history .history-inner:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #4F799F;
  border-radius: 50%;
}
@media screen and (max-width: 639px) {
  .history .history-inner {
    padding-left: 45px;
  }
  .history .history-inner:before {
    width: 25px;
  }
}
.history .history-inner:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
}
.history .history-inner dt {
  font-weight: 600;
  color: #86b78a;
  font-size: 1.15em;
}
.history .history-inner dt span {
  font-size: 1.5rem;
  padding: 0 3px;
}
.history .history-inner dt span:before {
  content: "(";
}
.history .history-inner dt span:after {
  content: ")";
}
@media screen and (max-width: 639px) {
  .history .history-inner dt {
    font-size: 1.2em;
  }
  .history .history-inner dt span {
    font-size: 1.1rem;
  }
}
.history .history-inner dd {
  padding: 14px 18px;
}
@media screen and (max-width: 639px) {
  .history .history-inner dd {
    padding: 12px;
  }
}

.link-bnr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  justify-content: center;
  max-width: 600px;
  margin-inline: auto;
  padding: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(85, 85, 85, 0.1) 0px 10px 50px;
  border-radius: 12px;
}
.link-bnr-list li {
  position: relative;
  padding: 3px 6px;
  background: #fff;
  text-align: center;
}

/* 新フォーム
---------------------------------*/
.form-box .form-pattern-2,
#form-box .form-pattern-2 {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
}
.form-box .form-pattern-2 .textarea,
.form-box .form-pattern-2 textarea,
#form-box .form-pattern-2 .textarea,
#form-box .form-pattern-2 textarea {
  border: 0;
  height: auto !important;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ebebeb;
}
.form-box .form-pattern-2 .textarea.textarea03,
.form-box .form-pattern-2 textarea.textarea03,
#form-box .form-pattern-2 .textarea.textarea03,
#form-box .form-pattern-2 textarea.textarea03 {
  width: 180px;
  margin-right: 1%;
}
.form-box .form-pattern-2 form dl dt,
#form-box .form-pattern-2 form dl dt {
  font-weight: 600 !important;
  width: 240px !important;
}
@media screen and (max-width: 1025px) {
  .form-box .form-pattern-2 form dl dt,
  #form-box .form-pattern-2 form dl dt {
    float: none !important;
    width: auto !important;
  }
}
.form-box .form-pattern-2 form dl dt span.required:before,
#form-box .form-pattern-2 form dl dt span.required:before {
  background: #4F799F;
}
.form-box .form-pattern-2 form dl dd,
#form-box .form-pattern-2 form dl dd {
  padding-left: 250px !important;
}
@media screen and (max-width: 1025px) {
  .form-box .form-pattern-2 form dl dd,
  #form-box .form-pattern-2 form dl dd {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .form-box .form-pattern-2 form dl dd,
  #form-box .form-pattern-2 form dl dd {
    padding-top: 5px;
  }
}
.form-box .form-pattern-2 .oubo-first,
#form-box .form-pattern-2 .oubo-first {
  padding: 15px 8px;
  background: rgba(160, 219, 241, 0.4);
  max-width: 500px;
  margin: 0 auto 10px;
}
.form-box .form-pattern-2 .select-group,
#form-box .form-pattern-2 .select-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.form-box .form-pattern-2 .select-group p,
#form-box .form-pattern-2 .select-group p {
  margin: 0 5px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .form-box .form-pattern-2 .select-group .select-wrap,
  #form-box .form-pattern-2 .select-group .select-wrap {
    margin-top: 8px;
  }
}
.form-box .form-pattern-2 input[type=text],
.form-box .form-pattern-2 textarea,
#form-box .form-pattern-2 input[type=text],
#form-box .form-pattern-2 textarea {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .form-box .form-pattern-2 input[type=text],
  .form-box .form-pattern-2 textarea,
  #form-box .form-pattern-2 input[type=text],
  #form-box .form-pattern-2 textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}
.form-box .form-pattern-2 .select-wrap,
#form-box .form-pattern-2 .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 13em;
  background-color: #ffffff;
  font-size: 1.7rem;
  color: #333;
}
.form-box .form-pattern-2 .select-wrap select,
#form-box .form-pattern-2 .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  font-weight: 600;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form-box .form-pattern-2 .submit-btn,
#form-box .form-pattern-2 .submit-btn {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #86b78a;
  font-weight: 600;
  padding: 18px 5px;
  margin: 0 auto;
  width: 250px;
  background: #86b78a;
  border-radius: 40px;
  font-size: 15px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.form-box .form-pattern-2 .submit-btn:hover,
#form-box .form-pattern-2 .submit-btn:hover {
  background: #fff;
  color: #86b78a;
}
.form-box .form-pattern-2 .submit-btn:before,
#form-box .form-pattern-2 .submit-btn:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form-box .form-pattern-2 .select-down:before,
#form-box .form-pattern-2 .select-down:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #86b78a;
}

@media screen and (max-width: 639px) {
  .profile-img {
    width: 80%;
    margin-inline: auto;
  }
}

.profile-name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.profile-name:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -40px;
  width: 1px;
  height: 35px;
  background: #729775;
}
.profile-name .role {
  margin-right: 15px;
}
.profile-name .main {
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 639px) {
  .profile-name .main {
    font-size: 1.6rem;
  }
}

#form-box {
  min-height: 300px;
}
#form-box .form-pattern-2 {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
}
#form-box .form-pattern-2 form dl dt {
  font-weight: 600;
  width: 210px;
}
@media screen and (max-width: 1025px) {
  #form-box .form-pattern-2 form dl dt {
    float: none !important;
    width: auto !important;
  }
}
#form-box .form-pattern-2 form dl dt span.required:before {
  background: #86b78a;
  margin-right: 8px;
}
#form-box .form-pattern-2 form dl dd:not(.pattern-exclusion) {
  padding-left: 220px;
}
@media screen and (max-width: 1025px) {
  #form-box .form-pattern-2 form dl dd:not(.pattern-exclusion) {
    padding-left: 0 !important;
  }
}
#form-box .form-pattern-2 form dl dd .textarea,
#form-box .form-pattern-2 form dl dd textarea {
  border: 0;
  height: auto !important;
  padding: 15px;
  width: 100%;
  -webkit-appearance: none;
  background: #fefefe;
  border-radius: 30px;
}
#form-box .form-pattern-2 .select-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#form-box .form-pattern-2 .select-group p {
  margin: 0 5px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  #form-box .form-pattern-2 .select-group .select-wrap {
    margin-top: 8px;
  }
}
#form-box .form-pattern-2 input[type=text],
#form-box .form-pattern-2 textarea {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  #form-box .form-pattern-2 input[type=text],
  #form-box .form-pattern-2 textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}
#form-box .form-pattern-2 .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 13em;
  background-color: #ffffff;
  font-size: 1.7rem;
  color: #333;
}
#form-box .form-pattern-2 .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  font-weight: 600;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
#form-box .form-pattern-2 .submit-btn {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #86b78a;
  font-weight: 600;
  padding: 18px 5px;
  margin: 0 auto;
  width: 250px;
  background: #86b78a;
  border-radius: 40px;
  font-size: 15px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#form-box .form-pattern-2 .submit-btn:hover {
  background: #fff;
  color: #86b78a;
}
#form-box .form-pattern-2 .submit-btn:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
#form-box .form-pattern-2 .select-down:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #86b78a;
}

.pass_submit {
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0.5em var(--padding-x);
  border-width: 2px;
  border-style: solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-color: transparent;
  background: #86b78a;
  color: #fff;
  font-weight: 600;
  --padding-x: 1.2em;
}

.textarea,
textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #eee;
  border-bottom: 1px solid rgba(175, 176, 175, 0.4);
}

.pass-box {
  max-width: 600px;
  margin: 20px auto;
}
.pass-box form {
  display: flex;
}
.pass-box form .textarea {
  flex: 1;
  margin-right: 10px;
}

.service-anchor-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.service-anchor-list a {
  position: relative;
  display: block;
  padding: 12px 35px 12px 20px;
  background: rgba(145, 120, 53, 0.8);
  border-radius: 50px;
  color: #86b78a;
  font-weight: 600;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.service-anchor-list a:not(:last-of-type) {
  margin-right: 20px;
}
.service-anchor-list a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
  color: #fff;
  font-size: 0.8em;
}
.service-anchor-list a:hover {
  background: #86b78a;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .service-anchor-list {
    max-width: 90%;
    margin-inline: auto;
  }
  .service-anchor-list a {
    width: 100%;
  }
  .service-anchor-list a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.business-content-wrap li {
  display: flex;
  flex-wrap: wrap;
}
.business-content-wrap li figure {
  width: 40%;
}
.business-content-wrap li .content {
  flex: 1;
  margin-left: 50px;
  padding-top: 20px;
}
.business-content-wrap li .business-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding-top: 6px;
  border-top: 2px solid #86b78a;
  font-size: 2.2rem;
}
.business-content-wrap li .business-title:before {
  position: absolute;
  content: attr(data-title);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  left: 0;
  top: -15px;
  color: #86b78a;
  white-space: nowrap;
}
.business-content-wrap li:not(:last-of-type) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #F9EAC9;
}
@media screen and (max-width: 639px) {
  .business-content-wrap > li figure {
    width: 100%;
  }
  .business-content-wrap > li .content {
    flex: 0 1 auto;
    margin: 32px 0 0;
    padding: 0 20px;
  }
  .business-content-wrap > li .content .business-title .ja {
    font-size: 1.6rem;
  }
}

.area-box {
  max-width: 800px;
  margin: -60px auto 0;
  position: relative;
}
.area-box .area-txt {
  position: relative;
  padding: 120px 0;
  z-index: 2;
  text-align: center;
  font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 2.8rem;
}
.area-box .area-txt em {
  display: inline-block;
  margin-right: 16px;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #f66009;
  font-weight: 600;
}
.area-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//shikoku.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 639px) {
  .area-box .area-txt {
    padding: 90px 0;
    font-size: 1.8rem;
  }
}

/* animation
----------------------------------*/
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100.5%;
    width: 0;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-content.move .animation-bar:before {
  animation: animation-bar 1s ease 0s 1 normal forwards;
}
.animation-content.move .animation-txt {
  animation: animation-txt 0s ease 0.8s 1 normal forwards;
}
.animation-content .animation-box {
  display: block;
  text-align: center;
}
.animation-content .animation-bar {
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
}
.animation-content .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(134, 183, 138, 0.9);
}
.animation-content .animation-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}
.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.custom-head {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 54px;
}
.custom-head .custom-head-img {
  position: relative;
  background: #729775;
}
.custom-head .custom-head-img figure {
  height: auto;
  aspect-ratio: 1.8/1;
}
.custom-head .custom-head-img.type_photo {
  background: #F9EAC9;
  border-color: #fff;
}
.custom-head .type_head {
  z-index: 2;
  margin-top: -60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 1.2em;
}
.custom-head .type_head:before {
  font-size: 2.6rem;
  color: #fff;
}
.custom-head .head-txt {
  display: flex;
}
.custom-head .head-txt .lead {
  width: 35%;
}
.custom-head .head-txt .txt {
  flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 639px) {
  .custom-head .type_head {
    font-size: 1.1em;
  }
  .custom-head .type_head:before {
    font-size: 1.8rem;
  }
  .custom-head .head-txt {
    flex-direction: column;
  }
  .custom-head .head-txt .lead {
    width: 100%;
  }
  .custom-head .head-txt .txt {
    flex: 0 1 auto;
    margin: 20px 0 0;
    padding: 0 20px;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-list li {
  width: calc((100% - 36px) / 4);
  margin-right: 12px;
  margin-bottom: 20px;
}
.service-list li:nth-child(4n) {
  margin-right: 0;
}
.service-list li .img {
  margin-bottom: 10px;
}
.service-list li .lead {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .service-list li {
    width: 48%;
    margin-right: 4%;
  }
  .service-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.photo_link {
  max-width: 940px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.photo_link a {
  position: relative;
  display: block;
  border: 2px solid #1d1d1d;
  padding: 10px;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.photo_link a:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  transform: translate(-50%, -50%);
  border: 1px dashed #373737;
}
.photo_link a:hover {
  background: #fefefe;
}

#btn-fixed {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  z-index: 100;
}
#btn-fixed a {
  display: flex;
  align-items: center;
  padding: 14px 86px 10px 16px;
  background: #fefefe;
  border-radius: 30px 0 0 0;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
#btn-fixed a .icon {
  display: block;
  width: 60px;
}
#btn-fixed a .txt {
  margin-left: 10px;
  color: #1d1d1d;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
#btn-fixed a .txt em {
  display: block;
  font-size: 1.3em;
}
#btn-fixed a:hover {
  background: #ffffff;
}
#btn-fixed a:hover .txt {
  color: #86b78a;
}
@media screen and (max-width: 639px) {
  #btn-fixed a {
    padding: 14px 12px 8px 12px;
    border-radius: 24px 0 0 0;
  }
  #btn-fixed a .icon {
    width: 30px;
  }
  #btn-fixed a .txt em {
    font-size: 1.35em;
  }
}

.strength-list > li .num {
  display: block;
  position: relative;
  width: 70px;
  height: 35px;
  margin: 0 auto -16px;
  z-index: 2;
}
.strength-list > li .num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.strength-list > li figure {
  position: relative;
  max-width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  padding: 10px 30px;
}
.strength-list > li figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fefefe;
  border-radius: 50%;
}
.strength-list > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.strength-main-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 30px;
  font-weight: 600;
}
.strength-main-list li:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #afb0af;
}
.strength-main-list li .left {
  position: relative;
}
.strength-main-list li .left:before {
  content: "Reason";
  position: absolute;
  left: -30px;
  top: -40px;
  font-size: 5.5rem;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  color: #afb0af;
}
.strength-main-list li .num {
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
  margin-bottom: -30px;
  z-index: 2;
}
.strength-main-list li .num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.strength-main-list li figure {
  position: relative;
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 20px;
}
.strength-main-list li figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F9EAC9;
  border-radius: 50%;
}
.strength-main-list li .right {
  flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 639px) {
  .strength-main-list > li {
    flex-direction: column;
    align-items: center;
  }
  .strength-main-list > li .left:before {
    font-size: 3rem;
    top: -30px;
  }
  .strength-main-list > li .left figure {
    width: 180px;
    height: 180px;
  }
  .strength-main-list > li .left .num {
    width: 60px;
    height: 30px;
  }
  .strength-main-list > li .right {
    margin: 20px auto 0;
  }
}

.flow-list > li {
  position: relative;
  display: flex;
}
.flow-list > li:not(:last-of-type) {
  margin-bottom: 40px;
}
.flow-list > li:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50px;
  width: 1px;
  height: 90%;
  background: #86b78a;
  opacity: 0.5;
}
.flow-list > li .flow-num {
  position: relative;
}
.flow-list > li .flow-num .small {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  text-transform: none;
  font-size: 20px;
}
.flow-list > li .flow-num em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//zara.png) #e3ede4;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
}
.flow-list > li .flow-txt {
  flex: 1;
  margin-left: 60px;
  padding: 24px;
  background: #fefefe;
  border-radius: 10px;
}
.flow-list > li .flow-txt .mtext1 {
  font-weight: 600;
  color: #86b78a;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639px) {
  .flow-list > li {
    flex-direction: column;
  }
  .flow-list > li .flow-num {
    width: -moz-fit-content;
    width: fit-content;
  }
  .flow-list > li .flow-txt {
    width: 82%;
    margin: -60px 15px 0 auto;
    padding: 25px 20px 20px;
  }
}

.company-title {
  position: relative;
  margin-bottom: -50px;
}
.company-title span {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background: #1d1d1d;
  color: #fff;
  line-height: 1.2;
  font-size: 1.7em;
  font-weight: 600;
}
.company-title span:last-of-type {
  margin: 15px 0 0 30px;
}
@media screen and (max-width: 639px) {
  .company-title {
    margin-bottom: -30px;
  }
  .company-title span {
    font-size: 1.3em;
  }
}

.txt-fit {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.spec-box {
  position: relative;
  padding: 40px;
}
.spec-box .spec-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -40px;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-right: 2px solid #729775;
  border-bottom: 2px solid #729775;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
.spec-box.type1 {
  border-top: 2px solid #729775;
  background-color: #f4d9a9;
}
@media screen and (max-width: 639px) {
  .spec-box {
    padding: 24px;
  }
  .spec-box .spec-title {
    margin-left: -24px;
    margin-top: -24px;
    font-size: 1.3em;
  }
}

.works-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.works-img figure {
  height: 200px;
}
.works-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-img figure:first-of-type, .works-img figure:last-of-type {
  width: 65%;
}
.works-img figure:nth-child(2), .works-img figure:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .works-img figure {
    height: 160px;
  }
}

.event-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.event-wrap .img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 58%;
}
.event-wrap .img figure:first-of-type {
  flex-basis: 100%;
  aspect-ratio: 2/1;
  margin-bottom: 40px;
  transform: translateX(70px);
}
.event-wrap .img figure:nth-child(2) {
  width: 60%;
}
.event-wrap .img figure:nth-child(3) {
  width: 32%;
  aspect-ratio: 1/1.2;
}
.event-wrap .txt {
  width: 38%;
}
.event-wrap .txt .event-title:before {
  display: block;
  content: attr(data-title);
  color: #fff;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  text-transform: none;
  font-size: 8rem;
  line-height: 1;
}
.event-wrap .txt .event-title .ja {
  font-size: 1.5em;
}
.event-wrap .event-title-sub {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
.event-wrap .event-title-sub span {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #1d1d1d;
  font-weight: 600;
}
.event-wrap .event-title-sub span:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 1101px) {
  .event-wrap {
    flex-direction: column;
  }
  .event-wrap .img {
    width: 80%;
  }
  .event-wrap .txt {
    align-self: center;
    width: 80%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .event-wrap .img {
    width: 90%;
  }
  .event-wrap .img figure:first-of-type {
    transform: translateX(5%);
    margin-bottom: 24px;
  }
  .event-wrap .txt {
    width: 94%;
  }
  .event-wrap .txt .event-title:before {
    font-size: 3.5rem;
  }
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu_list > li {
  width: 22%;
  margin: 0 30px 30px 0;
}
.menu_list > li:nth-child(4) {
  margin-right: 0;
}
.menu_list > li .menu_inner .menu_txt a {
  position: relative;
  display: block;
  padding: 2rem 2rem 4.5rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  overflow: hidden;
}
.menu_list > li .menu_inner .menu_txt a .img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #e5efea;
}
.menu_list > li .menu_inner .menu_txt a .img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.menu_list > li .menu_inner .menu_txt a .ttl {
  color: #304031;
}
.menu_list > li .menu_inner .menu_txt a .txt {
  margin-bottom: 20px;
}
.menu_list > li .menu_inner .menu_txt a .btn {
  position: absolute;
  bottom: -4.5rem;
  right: -4.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: #86b78a;
}
.menu_list > li .menu_inner .menu_txt a .btn i {
  color: #fff;
  position: absolute;
  top: 2rem;
  left: 2rem;
  fill: #fff;
  width: 1rem;
  aspect-ratio: 1/1;
}
.menu_list > li .menu_inner .menu_txt a:hover {
  box-shadow: 1em 0rem 2rem rgba(0, 0, 0, 0.05);
}
.menu_list > li .menu_inner .menu_txt a:hover .btn i {
  animation: card-fade 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
.menu_list > li .menu_inner .menu_txt a:hover .img img {
  transform: scale(1.1);
}
.menu_list > li .menu_deco {
  width: 40%;
  text-align: left;
}
.menu_list > li:nth-child(even) .menu_inner .menu_txt a .ttl {
  color: #304031;
}
.menu_list > li:nth-child(even) .menu_inner .menu_txt a .btn {
  background: #729775;
}
.menu_list > li:nth-child(even) .menu_deco {
  text-align: right;
}
@media screen and (max-width: 1025px) {
  .menu_list > li {
    width: 45%;
  }
}
@media screen and (max-width: 639px) {
  .menu_list {
    row-gap: 20px;
  }
  .menu_list > li {
    width: 100%;
    margin: 10px;
  }
  .menu_list > li .menu_inner .menu_txt a {
    padding: 1rem 1rem 2.5rem;
  }
  .menu_list > li .menu_inner .menu_txt a .img {
    border-radius: 10px;
  }
  .menu_list > li .menu_inner .menu_txt a .img img {
    height: 260px;
    border-radius: 10px;
  }
}

.blue_box {
  position: relative;
  padding: 60px;
}
.blue_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
  border-radius: 50px;
}
@media screen and (max-width: 1025px) {
  .blue_box {
    padding: 25px;
  }
}

.min-box {
  position: relative;
  max-width: 600px;
}

.golf_ball_line {
  position: relative;
}
.golf_ball_line::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 100%;
  height: 285px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//golf_ball_line.svg) no-repeat center 50%/contain;
  opacity: 0.7;
  z-index: -2;
}
@media screen and (max-width: 639px) {
  .golf_ball_line::after {
    height: 180px;
  }
}

.img-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.img-wrapper .img01 {
  z-index: 0;
  width: 90%;
}
.img-wrapper .img02 {
  width: 45%;
  z-index: 1;
  margin-top: -60px;
  margin-left: auto;
}
@media screen and (max-width: 1025px) {
  .img-wrapper .img02 {
    margin-top: -80px;
    max-width: 350px;
  }
}
@media screen and (max-width: 639px) {
  .img-wrapper .img02 {
    margin-top: -40px;
    max-width: 300px;
  }
}

.flex-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
  max-width: 600px;
  width: 100%;
  padding: 10px;
  margin: 25px auto;
  border-radius: 15px;
}
.flex-box2 h3 {
  background: #ffe392;
  padding: 5px 20px;
  border-radius: 30px;
  margin-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 639px) {
  .flex-box2 {
    align-items: baseline;
  }
}

.pin_icon {
  position: relative;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  padding-left: 80px;
  color: #373737;
  font-size: 2rem;
}
.pin_icon span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.6rem;
  display: block;
  color: #6a6a6a;
}
.pin_icon:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379//pin_01.png);
  background-size: contain;
}
@media screen and (max-width: 639px) {
  .pin_icon {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-left: 50px;
    letter-spacing: 0.1em;
  }
  .pin_icon span {
    font-size: 1.2rem;
  }
  .pin_icon:before {
    width: 40px;
    height: 40px;
  }
}

/* slick
----------------------------------*/
.thumb-item .items a {
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: block;
  padding: 0 5px;
}
.thumb-item .items a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.5s ease-in;
}
.thumb-item .items a img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 639px) {
  .thumb-item .items a {
    height: 220px;
  }
}

.thumb-item-nav .items {
  overflow: hidden;
  height: 60px;
  margin: 10px 5px 0;
  width: auto;
}
.thumb-item-nav .items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 639px) {
  .thumb-item-nav .items {
    height: 40px;
  }
}

.slick-prev,
.slick-next {
  z-index: 20 !important;
  top: 40%;
  transition: all 0.2s ease-in;
}
.slick-prev:before,
.slick-next:before {
  transition: all 0.3s ease;
  color: #333 !important;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #bbb !important;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 200;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .slide-arrow {
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
}
.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -370px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #86b78a;
}
@media screen and (max-width: 1101px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .slide-arrow.prev-arrow {
    border-color: #729775;
  }
}
.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -370px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #86b78a;
}
@media screen and (max-width: 1101px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .slide-arrow.next-arrow {
    border-color: #729775;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(45deg);
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .slide-arrow {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.slide-arrow.prev-arrow {
  left: 50%;
  margin-left: -380px;
  border-bottom: solid 2px;
  border-left: solid 2px;
  border-color: #86b78a;
}
@media screen and (max-width: 1101px) {
  .slide-arrow.prev-arrow {
    left: 10px;
    margin-left: 0;
  }
}
.slide-arrow.next-arrow {
  right: 50%;
  margin-right: -380px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #86b78a;
}
@media screen and (max-width: 1101px) {
  .slide-arrow.next-arrow {
    right: 10px;
    margin-right: 0;
  }
}

.sticky-area02 {
  float: left;
  position: sticky;
  left: 0;
  top: 80px;
  width: 34%;
}
.sticky-area02.type1 {
  float: right;
}
@media screen and (max-width: 639px) {
  .sticky-area02 {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    top: 0;
  }
}

.main-area02 {
  position: relative;
  float: right;
  width: 62%;
}
.main-area02.type1 {
  float: left;
}
@media screen and (max-width: 639px) {
  .main-area02 {
    float: none;
    width: 100%;
  }
}

.c-profile {
  margin-bottom: 80px;
}
.c-profile img {
  border-radius: 20px;
}

.img-title {
  margin-bottom: 30px;
  max-width: 500px;
  width: 80%;
}

.top-bnr {
  width: 95%;
  max-width: 800px;
  margin: auto;
  display: block;
}
.top-bnr img {
  width: 100%;
}

.top-cont02 {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}
.top-cont02 .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.top-cont02 .inner .top-cont02-img {
  width: 46%;
}
.top-cont02 .inner .top-cont02-img img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
.top-cont02 .inner .top-cont02-img .img01 {
  z-index: 0;
  width: 100%;
}
.top-cont02 .inner .top-cont02-img .img02 {
  width: 45%;
  z-index: 1;
  margin-top: -60px;
  margin-left: auto;
}
.top-cont02 .inner .top-cont02-txt {
  width: 50%;
}
.top-cont02 .inner .top-cont02-txt p + p {
  margin-top: 10px;
}
.top-cont02.type1 {
  max-width: 1500px;
  width: 95%;
}
.top-cont02.type1 .inner .top-cont02-img {
  width: 45%;
}
.top-cont02.type1 .inner .top-cont02-img .img01,
.top-cont02.type1 .inner .top-cont02-img .img02 {
  filter: drop-shadow(16px 16px 0px #ffffe0);
}
.top-cont02.type1 .inner .top-cont02-img .img01 img,
.top-cont02.type1 .inner .top-cont02-img .img02 img {
  width: calc(100% - 16px);
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .top-cont02.type1 .inner .top-cont02-img .img01,
  .top-cont02.type1 .inner .top-cont02-img .img02 {
    filter: drop-shadow(8px 8px 0px #f4d89b);
  }
  .top-cont02.type1 .inner .top-cont02-img .img01 img,
  .top-cont02.type1 .inner .top-cont02-img .img02 img {
    width: calc(100% - 8px);
  }
}
.top-cont02.type1 .inner .top-cont02-img .img02 {
  margin-top: 40px;
}
.top-cont02.type1 .inner .top-cont02-txt {
  width: 50%;
}
@media screen and (max-width: 1101px) {
  .top-cont02 .inner .top-cont02-img .img01 {
    height: 400px;
  }
  .top-cont02 .inner .top-cont02-img .img01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1025px) {
  .top-cont02 .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-cont02 .inner .top-cont02-img {
    width: 100%;
    margin-bottom: 20px;
    order: -1;
  }
  .top-cont02 .inner .top-cont02-img .img01 {
    height: 250px;
  }
  .top-cont02 .inner .top-cont02-img .img02 {
    margin-top: -80px;
    max-width: 350px;
  }
  .top-cont02 .inner .top-cont02-txt {
    width: 100%;
    margin: auto;
  }
  .top-cont02.type1 {
    width: 100%;
  }
  .top-cont02.type1 .inner .top-cont02-img {
    width: 100%;
  }
  .top-cont02.type1 .inner .top-cont02-txt {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .top-cont02 .inner {
    max-width: calc(100% - 10px);
  }
  .top-cont02 .inner .top-cont02-img .img02 {
    margin-top: -40px;
    max-width: 300px;
  }
  .top-cont02.type1 .inner .top-cont02-img .img02 {
    margin-top: 20px;
  }
}

.merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  padding-top: 20px;
}
.merit_list.type1 > li {
  width: calc((100% - 45px) / 3);
}
.merit_list > li {
  width: calc((100% - 45px) / 4);
  position: relative;
  background: #fff;
  padding: 25px 20px;
  border-radius: 5px;
  transition: all 1s ease;
  box-shadow: 0px 12px 18px 2px rgba(48, 179, 87, 0.1);
}
.merit_list > li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.merit_list > li .img img {
  height: auto;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 5px;
}
.merit_list > li .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #373737;
  margin-bottom: 10px;
}
.merit_list > li:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1025px) {
  .merit_list.type1 > li {
    width: 100%;
  }
  .merit_list > li {
    width: 100%;
  }
  .merit_list > li .img {
    text-align: center;
  }
  .merit_list > li .img img {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .merit_list {
    padding-top: 0;
  }
  .merit_list > li .img img {
    aspect-ratio: initial;
    width: 100%;
    border-radius: 20px;
    height: 150px;
  }
  .merit_list > li .num {
    font-size: 2rem;
  }
}

.contact_deko {
  position: relative;
}
.contact_deko::before {
  content: "";
  position: absolute;
  bottom: -85px;
  right: -50px;
  width: 170px;
  height: 270px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379/contact_deko.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .contact_deko::before {
    bottom: -74px;
    right: -19px;
    height: 38%;
  }
}

.blue_box {
  position: relative;
  padding: 60px;
}
.blue_box .txt {
  font-size: 1.8rem;
}
.blue_box.type1::before, .blue_box.type1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue_box.type1::before {
  background: #86b78a;
  z-index: -1;
  opacity: 0.8;
  border-radius: 50px;
  border: 5px solid #2a512d;
}
.blue_box.type1::after {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379/blue_box.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
  opacity: 0.5;
  border-radius: 50px;
}
.blue_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #86b78a;
  z-index: -1;
  opacity: 0.5;
  border-radius: 50px;
}
@media screen and (max-width: 1025px) {
  .blue_box {
    padding: 25px;
  }
}

.fig-title {
  width: 90%;
  max-width: 500px;
  margin: auto;
}

.mtitle_point {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 0.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  text-align: left;
  font-size: 1.6rem;
  border-bottom: 2px dashed #86b78a;
}
.mtitle_point:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  font-weight: 900;
  color: #729775;
  margin-right: 0.3em;
}
@media screen and (max-width: 639px) {
  .mtitle_point {
    font-size: 1.25rem;
  }
}

.point-title {
  position: relative;
  margin-bottom: 30px;
}
.point-title .eng {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  background: #86b78a;
  color: #fff;
  width: 200px;
  padding: 5px 10px;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.point-title .ja {
  display: block;
  font-size: 2.5rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .point-title .eng {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .point-title .ja {
    font-size: 2rem;
  }
}

.fea_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding-top: 40px;
}
.fea_box > li {
  width: 23%;
}
.fea_box > li:nth-child(2n) {
  margin-top: 40px;
}
.fea_box .img {
  margin-bottom: 20px;
}
.fea_box .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fea_box .txt .ttl {
  text-align: center;
  margin-bottom: 10px;
}
.fea_box .txt .ttl span {
  background: #729775;
  color: #fff;
  border-radius: 5px;
  padding: 2px 20px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  font-size: 1.2em;
}
.fea_box .txt .sub {
  padding: 0 10px;
}
@media screen and (max-width: 1101px) {
  .fea_box > li {
    width: 47%;
  }
}
@media screen and (max-width: 639px) {
  .fea_box {
    padding-top: 0;
  }
  .fea_box > li {
    width: 100%;
  }
  .fea_box > li:nth-child(2n) {
    margin-top: 0;
  }
}

.flow-list2 {
  display: flex;
  flex-wrap: wrap;
}
.flow-list2 > li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 2em;
}
.flow-list2 > li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.flow-list2 > li .flow-img {
  position: relative;
}
.flow-list2 > li .flow-img img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-list2 > li .flow-img .num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #86b78a;
  line-height: 1;
}
.flow-list2 > li .flow-ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.flow-list2 > li .flow-txt {
  font-size: 0.9em;
}
@media screen and (max-width: 1025px) {
  .flow-list2 > li {
    width: 50%;
  }
  .flow-list2 > li:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 639px) {
  .flow-list2 > li {
    width: 100%;
    padding: 2em 1em;
  }
  .flow-list2 > li .flow-img {
    width: 80%;
  }
}

.flowbox {
  max-width: 900px;
  margin: 20px auto;
  display: flex;
}
.flowbox .boxarea {
  position: relative;
  width: 48%;
}
.flowbox .boxarea .ttl {
  position: absolute;
  top: -5px;
  left: -4px;
}
.flowbox .boxarea .ttl span {
  background-color: #666;
  color: #fff;
  padding: 4px 20px;
}
.flowbox .boxarea.type2 {
  margin-left: 4%;
}
.flowbox .boxarea.type2 .ttl span {
  background-color: #e71430;
  color: #fff;
  padding: 4px 28px;
}
.flowbox:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/25379/arrow.png) no-repeat;
  z-index: 2;
}

.mtitle-bll {
  font-size: 1.8rem;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  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: #86b78a;
}
@media screen and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}