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

a {
  color: rgb(114.4512195122, 210.0243902439, 69.4756097561);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

i {
  font-family: "Font Awesome 5 Free";
}

.bg-blue2 {
  background: #d7f0f3;
}

.bg_common {
  padding-top: 80px;
}
.bg_common.type1 {
  padding-bottom: 80px;
}

.bg-top {
  position: relative;
  overflow: hidden;
}
.bg-top::before, .bg-top::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 100%;
  background-size: 400px auto;
  top: 0;
  z-index: -1;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27906/bg-top.png) repeat-Y;
  opacity: 0.5;
}
.bg-top.type1::before, .bg-top.type1::after {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bg-top:before {
  left: 0;
}
.bg-top::after {
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (max-width: 1101px) {
  .bg-top::before, .bg-top::after {
    width: 250px;
    background-size: 250px auto;
  }
}
@media screen and (max-width: 1025px) {
  .bg-top::before, .bg-top::after {
    width: 150px;
    opacity: 0.4;
    background-size: 150px auto;
  }
}
@media screen and (max-width: 639px) {
  .bg-top::before, .bg-top::after {
    width: 80px;
    background-size: 80px auto;
  }
}

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.bold {
  font-weight: 600;
}

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

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

.eng-txt {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

.eng-upper {
  text-transform: uppercase;
}

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

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

.eng {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn-inline {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #82D75A), color-stop(49.9%, #a8e88a), color-stop(94.82%, #c8f0b0));
  background: linear-gradient(to left, #82D75A 9.43%, #a8e88a 49.9%, #c8f0b0 94.82%);
  background-size: 300%;
  background-position: left top;
  color: #fff;
  border-radius: 40px;
}
.btn-inline i {
  display: inline-block;
  padding-right: 3px;
}
.btn-inline:hover {
  background-position: 80% 0;
}

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

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

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

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fdfdfd;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 1px solid #82D75A;
  border-radius: 50%;
  border-right: 1px solid rgba(130, 215, 90, 0.2);
  border-top: 1px solid rgba(130, 215, 90, 0.2);
  content: "";
  height: 70px;
  width: 70px;
}
.loader.off {
  display: none;
}

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

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#l-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fefefe;
}

#l-header {
  position: fixed;
  width: calc(100% - 40px);
  background: #fefefe;
  z-index: 200;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-filter: drop-shadow(2px 0px 6px rgba(51, 51, 51, 0.1));
          filter: drop-shadow(2px 0px 6px rgba(51, 51, 51, 0.1));
}
@media screen and (max-width: 1101px) {
  #l-header {
    width: calc(100% - 20px);
    top: 10px;
  }
}
#l-header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
}
#l-header .inner #logo {
  width: 280px;
}
@media screen and (max-width: 1101px) {
  #l-header .inner {
    padding-left: 10px;
  }
  #l-header .inner #logo {
    width: 220px;
  }
}
@media screen and (max-width: 1025px) {
  #l-header .inner {
    min-width: initial;
  }
}
@media screen and (max-width: 1025px) {
  #l-header {
    background: transparent;
    backdrop-filter: none;
    min-width: initial;
  }
}
#l-header .head-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1025px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header .head-right_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
#l-header .head-right_tel a,
#l-header .head-right_mail a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1000;
}
#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before {
  margin-right: 6px;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover {
  background: #333 !important;
}
@media screen and (max-width: 1101px) {
  #l-header .head-right_tel a,
  #l-header .head-right_mail a {
    padding: 10px;
  }
}
#l-header .head-right_tel a {
  background: #82D75A;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1025px) {
  #l-header .head-right_tel a {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 639px) {
  #l-header .head-right_tel a {
    font-size: 1rem;
  }
}
#l-header .head-right_tel a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
}
#l-header .head-right_mail a {
  background: rgb(10.8571428571, 57.1428571429, 33.7142857143);
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1025px) {
  #l-header .head-right_mail a {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 639px) {
  #l-header .head-right_mail a {
    font-size: 1rem;
  }
}
#l-header .head-right_mail a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}

#header_nav {
  position: relative;
  width: 540px;
}
@media screen and (max-width: 1101px) {
  #header_nav {
    width: 500px;
  }
}
#header_nav ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#header_nav ul li a {
  position: relative;
  display: block;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  letter-spacing: 0.15em;
  text-align: center;
}
#header_nav ul li a span {
  display: block;
  font-size: 0.9rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #82D75A;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #82D75A;
}
#header_nav ul li:hover > .dropdown {
  display: block;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 15px;
  z-index: 999;
  width: 220px;
  overflow: visible;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#header_nav .dropdown li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1025px) {
  #header_nav .dropdown .dropdown-li a {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 639px) {
  #header_nav .dropdown .dropdown-li a {
    font-size: 1rem;
  }
}
#header_nav .dropdown .dropdown-li a {
  letter-spacing: 0.05em;
  background: #fefefe;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-filter: none;
          filter: none;
  line-height: 1.5;
}
#header_nav .dropdown .dropdown-li a:before {
  display: none;
}
#header_nav .dropdown .dropdown-li a:hover {
  color: #333;
  background: #F5F6EC;
}

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

/* mv
----------------------------------*/
#slideshow {
  position: relative;
  width: 100%;
  height: 98vh;
}
@media screen and (max-width: 639px) {
  #slideshow {
    height: 55vw;
  }
}

/* 
----------------------------------*/
.txt-type {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  color: #fff;
  z-index: 4;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 4vmin;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 600;
  opacity: 0;
}
.txt-type span {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.txt-type span:last-of-type:after {
  content: "|";
  -webkit-animation: typinganime 0.8s ease infinite;
          animation: typinganime 0.8s ease infinite;
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  .txt-type {
    font-size: 2.2rem;
    -webkit-transform: none;
            transform: none;
    top: 22%;
    letter-spacing: 0.15em;
  }
}

@-webkit-keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes typinganime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes catch-txt-anim {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes catch-txt-anim {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  30% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 40;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
}
.slide-txt.slide-txt01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 0 0;
}
.slide-txt.slide-txt01 img {
  width: 35%;
}
@media screen and (max-width: 1025px) {
  .slide-txt.slide-txt01 img {
    width: 65%;
  }
}
.slide-txt.slide-txt02 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 20px 20px;
}
.slide-txt.slide-txt02 img {
  width: 45%;
}
@media screen and (max-width: 1025px) {
  .slide-txt.slide-txt02 img {
    width: 70%;
  }
}
@media screen and (max-width: 639px) {
  .slide-txt.slide-txt02 img {
    width: 85%;
  }
}
@media screen and (max-width: 639px) {
  .slide-txt.slide-txt02 {
    padding: 0 0 10px 10px;
  }
}
.slide-txt.slide-txt03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 0 0;
}
.slide-txt.slide-txt03 img {
  width: 38%;
}
@media screen and (max-width: 1025px) {
  .slide-txt.slide-txt03 img {
    width: 55%;
  }
}

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

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

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* p-footer_btn-wrap
----------------------------------*/
.p-footer_btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer_btn-wrap li {
  width: 47%;
}

/* footer
----------------------------------*/
.footer-contact {
  position: relative;
  color: #fff;
}
.footer-contact:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: -1;
  opacity: 0.5;
}
.footer-contact:after {
  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/27906/footer-contact.jpg) no-repeat center 40%/cover;
  z-index: -2;
  opacity: 0.8;
}
.footer-contact .inner-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
  min-height: 300px;
}
.footer-contact .inner-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.footer-contact .inner-box .top .inner-box-txt {
  line-height: 3rem;
  padding-left: 25px;
}
.footer-contact .inner-box .top .contact-title {
  position: relative;
  line-height: 5rem;
  padding-right: 25px;
}
.footer-contact .inner-box .top .contact-title .eng {
  display: block;
  font-size: 5rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.footer-contact .inner-box .top .contact-title .ja {
  font-size: 2rem;
}
.footer-contact .inner-box .top .contact-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #ffffff;
}
@media screen and (max-width: 639px) {
  .footer-contact .inner-box {
    padding: 60px 20px;
  }
  .footer-contact .inner-box .top {
    display: block;
  }
  .footer-contact .inner-box .top .contact-title .eng {
    font-size: 3rem;
  }
  .footer-contact .inner-box .top .inner-box-txt {
    width: 96%;
    margin-top: 15px;
    padding-left: 0;
    font-size: 1.3rem;
  }
}

#l-footer {
  position: relative;
  width: 100%;
}
#l-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
#l-footer .inner {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
  padding: 60px 20px;
  z-index: 2;
}
#l-footer .footer-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
  z-index: 2;
}
#l-footer .footer-column.type1 {
  margin: 0 auto;
}
#l-footer .footer-column .footer-left {
  width: 45%;
}
#l-footer .footer-column .footer-left .inbox {
  padding: 10px;
}
#l-footer .footer-column .footer-right {
  width: 52%;
}
#l-footer .footer-column .footer-right iframe {
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  #l-footer .inner {
    padding: 40px 15px;
  }
  #l-footer .footer-column .footer-left {
    width: 100%;
    margin-bottom: 30px;
  }
  #l-footer .footer-column .footer-right {
    width: 100%;
  }
  #l-footer .footer-column .footer-right iframe {
    height: 250px;
  }
}

/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact_bnr > li {
  width: calc((100% - 20px) / 2);
}
.contact_bnr > li.w100 {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .contact_bnr > li {
    width: 90%;
    margin: 0 auto 15px;
  }
  .contact_bnr > li:last-child {
    margin: 0 auto;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.05em !important;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f098";
  font-weight: 900;
}
.contact_bnr > li .bnr_mobile {
  letter-spacing: 0.05em !important;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  letter-spacing: 0.05em !important;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_bnr > li a {
  display: block;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 12px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_bnr > li a:before {
  margin-right: 8px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  .contact_bnr > li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .contact_bnr > li a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .contact_bnr > li a:before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.contact_bnr > li .small {
  display: block;
  font-size: 1.6rem;
}
.contact_bnr > li a:hover {
  backdrop-filter: blur(3px);
  background: rgba(51, 51, 51, 0.2);
}

/* footer_navi
----------------------------------*/
.footer_navi {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 25px auto 0;
}
.footer_navi ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_navi ul li {
  margin-bottom: 8px;
}
.footer_navi ul li a {
  color: #333;
  font-size: 1.3rem;
  position: relative;
  padding: 2px 10px;
  font-weight: 600;
}
.footer_navi ul li a:hover {
  color: rgb(127.5, 127.5, 127.5);
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_navi ul li:first-child a:before {
  display: none;
}
.footer_navi ul li .dropdown {
  display: none;
}

.flogo {
  position: relative;
  text-align: center;
  z-index: 5;
  margin: 0 auto 15px;
  width: 300px;
}
@media screen and (max-width: 1025px) {
  .flogo {
    width: 180px;
  }
}

.address {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .address {
    font-size: 1.1rem;
  }
}

.copyright {
  background: #82D75A;
  padding: 20px 0;
  font-size: 1.3rem;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .copyright {
    font-size: 1.1rem;
    padding: 15px 0 75px;
  }
}

/* --news--
----------------------------------*/
#news-wrapper {
  height: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1025px) {
  #news-wrapper {
    padding-bottom: 20px;
  }
  #news-wrapper canvas {
    width: 100%;
    height: 40px;
  }
}

.news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 1025px) {
  .news .news-inner {
    padding: 10px 5px;
  }
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #333;
}
.news dt {
  width: 100%;
  text-align: left;
}
.news dd {
  line-height: 1.5;
}
.news dd a {
  color: #222;
}
.news dd a:hover {
  opacity: 0.5;
}

.pick-dl {
  line-height: 2;
}
.pick-dl dt {
  float: left;
  width: 7em;
  text-align: center;
  border-radius: 5px;
  background: #13643b;
  color: #fff;
}
.pick-dl dd {
  padding-left: 8em;
  color: #333;
}
.pick-dl dd:not(:last-child) {
  margin-bottom: 10px;
}
.pick-dl.type1 dt {
  width: 21%;
}
.pick-dl.type1 dd {
  padding-left: 24%;
}
@media screen and (max-width: 1025px) {
  .pick-dl {
    line-height: 1.5;
  }
  .pick-dl dt {
    float: none;
    margin-bottom: 5px;
  }
  .pick-dl dd {
    padding: 0;
  }
  .pick-dl.type1 dt {
    float: none;
    margin-bottom: 5px;
  }
  .pick-dl.type1 dd {
    padding: 0;
  }
}

.news-bl dt {
  float: left;
  width: 8.5em;
  padding: 5px 5px;
  line-height: 1.3;
  text-align: center;
  font-size: 0.9em;
  border: 1px solid #999;
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.news-bl dd {
  padding: 3px 0 10px 9.5em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #333;
}
.news-bl dd a:hover {
  opacity: 0.6;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media screen and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 5px;
  }
}

.news-box {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-box2 {
  margin: 0 auto;
  max-width: 800px;
}

.news-title {
  position: relative;
  padding-right: 30px;
  text-align: center;
  color: #333;
  border-right: 1px solid #999;
}
.news-title span {
  display: block;
  line-height: 1.6;
}
.news-title .eng {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 3.8rem;
  color: #82D75A;
  line-height: 1.1 !important;
}
.news-title .ja {
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
  position: relative;
  margin: 5px auto 20px;
}
.news-title a {
  padding: 3px 10px;
  max-width: 90%;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1025px) {
  .news-title a {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 639px) {
  .news-title a {
    font-size: 1rem;
  }
}
.news-title a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid #82D75A;
  background: #82D75A;
  color: #fefefe;
  margin-left: auto;
  margin-right: auto;
}
.news-title a:hover {
  background: transparent;
  color: #82D75A;
}
@media screen and (max-width: 1025px) {
  .news-title {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .news-title a {
    max-width: 300px;
    padding: 8px;
  }
}
@media screen and (max-width: 639px) {
  .news-title {
    padding: 0 0 15px;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-align: left;
    border-right: none;
  }
  .news-title span {
    display: inline-block;
  }
  .news-title .eng {
    font-size: 2rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
    margin-right: 10px;
  }
  .news-title a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    margin: 0;
  }
}

.news-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 639px) {
  .news-right {
    width: 100%;
    padding: 0;
  }
}

.news02 {
  border-top: 1px solid #dddddd;
}
.news02 a {
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 30px 20px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.news02 a:hover {
  background: rgb(246.8214285714, 247.6392857143, 239.4607142857);
}
.news02 a dt {
  float: left;
  width: 7em;
  text-align: center;
  border: 1px solid #82D75A;
  color: #82D75A;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.news02 a dd {
  padding: 0 0 0 20px;
  color: #333;
  overflow: hidden;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 639px) {
  .news02 a {
    padding: 15px 20px 15px 10px;
  }
  .news02 a:after {
    right: 5px;
  }
  .news02 a:hover:after {
    right: 3px;
  }
  .news02 a dt {
    float: none;
    font-size: 80%;
    padding: 3px;
  }
  .news02 a dd {
    width: 100%;
    padding: 5px 0 0 0;
    -webkit-line-clamp: 2;
    line-height: 1.2;
  }
}

/* contents
----------------------------------*/
.single0 {
  margin: 0 auto;
  padding: 80px 0;
}
.single0 .hidden {
  overflow: hidden;
}

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

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

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

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

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

.single05 {
  margin: 0 auto;
  max-width: calc(100% - 100px);
}

.margin-top {
  margin-top: -80px;
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  position: relative;
  background: #ffffff;
  padding: 40px 30px;
  z-index: 3;
}
.mbox.type1 {
  min-height: 200px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mbox.wk {
  border: 1px solid #dddddd;
}
.mbox.transparent {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mbox2 {
  max-width: 1200px;
  background: rgba(245, 246, 236, 0.9);
  padding: 35px 30px;
  border-radius: 20px;
}
.mbox2.type_negative {
  padding-top: 60px;
}

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

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

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

.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #54d0ff, #9f92ff 20%, #ff7689 90%);
}

.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(../img/map.png) no-repeat right 50%/contain;
}
@media screen and (max-width: 639px) {
  .bg-map:before {
    width: 90%;
  }
}

.bg-wall {
  background: url(../img/bg-wall.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 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.mtitle.type1 {
  margin-bottom: -30px;
}
.mtitle:before {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: attr(data-title);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.8rem;
  margin-inline: auto;
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #82D75A), color-stop(49.9%, #a8e88a), color-stop(94.82%, #c8f0b0));
  background-image: linear-gradient(to left, #82D75A 9.43%, #a8e88a 49.9%, #c8f0b0 94.82%);
  -webkit-background-clip: text;
  letter-spacing: 0;
  white-space: nowrap;
}
.mtitle .ja {
  font-size: 2rem;
  color: #121212;
  display: block;
}
.mtitle .img {
  display: block;
  width: 140px;
  margin: 8px 0;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white:before {
  color: #fff;
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left:before {
  margin-left: 0;
}
.mtitle.mtitle_right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle:before {
    font-size: 2.6rem;
    white-space: nowrap;
  }
  .mtitle .ja {
    font-size: 1.4rem;
  }
}

.mtitle2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.mtitle2:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  margin: 0 1em;
}
.mtitle2 span {
  position: relative;
  z-index: 2;
}
.mtitle2 .eng {
  font-size: 2.2rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #13643b;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  letter-spacing: 0;
}
.mtitle2 .ja {
  font-size: 2rem;
  color: #333;
}
@media screen and (max-width: 639px) {
  .mtitle2:before {
    width: 15px;
  }
  .mtitle2 .eng {
    font-size: 1.2rem;
  }
  .mtitle2 .ja {
    font-size: 1.5rem;
  }
}
.mtitle2 {
  position: relative;
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 40px;
  left: 30px;
}
.mtitle3 .ja {
  display: block;
  font-size: 2.6rem;
  border-right: 2px solid #82D75A;
  letter-spacing: 0.2em;
  padding-right: 5px;
  font-weight: 400;
}
.mtitle3 .eng {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #82D75A;
  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;
  }
}

.mtitle4 {
  font-weight: 600;
  text-align: center;
  color: #82D75A;
  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: #82D75A;
}
.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #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: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 1.35em;
  line-height: 1.4;
  color: #82D75A;
  display: inline-block;
}
.mtitle5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #82D75A;
  opacity: 0.3;
}

.mtitle6 {
  color: #252322;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.mtitle6:before {
  font-size: 6rem;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: attr(data-title);
  margin-inline: auto;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: transparent;
  background-image: radial-gradient(circle, rgb(167.3170731707, 226.9414634146, 139.2585365854) 0, #82D75A 45%, rgb(80.05, 163.25, 76.05) 75%, #13643b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.mtitle6 .ja {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.mtitle6.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle6.mtitle_left:before {
  margin-left: 0;
}
.mtitle6.mtitle_right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .mtitle6 {
    text-align: center;
    margin-bottom: 20px;
  }
  .mtitle6:before {
    font-size: 2.6rem;
    white-space: nowrap;
  }
  .mtitle6 .ja {
    font-size: 1.4rem;
  }
}

.mtitle7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.mtitle7:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translatex(-50%) skewX(-50deg);
          transform: translatex(-50%) skewX(-50deg);
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #24487a), color-stop(50%, #4eacd8));
  background-image: linear-gradient(to right, #24487a 50%, #4eacd8 50%);
}
.mtitle7 .eng {
  display: inline-block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #82D75A;
  text-transform: initial;
  letter-spacing: 0;
  padding: 0 0.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 639px) {
  .mtitle7 .eng {
    font-size: 2.4rem;
  }
}
.mtitle7 .ja {
  display: inline-block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 0.8rem;
}
@media screen and (max-width: 639px) {
  .mtitle7 .ja {
    font-size: 1.2rem;
  }
}

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

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 3px solid #13643b;
  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: #82D75A;
}

.mtitle_box {
  background: #82D75A;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 25px;
  font-weight: 600;
}
.mtitle_box a {
  color: #fff;
}
.mtitle_box span {
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/deco02.png) no-repeat center/contain;
  display: block;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.3rem;
  }
}
.mtitle_box.type1 {
  background: #13643b;
}
.mtitle_box.type2 {
  background: #82D75A;
}

.mtitle_box2 {
  background: #82D75A;
  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: #fff;
  content: "";
  display: block;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media screen and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.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-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 639px) {
  .mtext3 {
    font-size: 1.4rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #82D75A;
}

.title50.heading,
.title40.heading,
.title32.heading,
.title28.heading,
.title24.heading,
.title22.heading,
.title20.heading,
.title18.heading,
.title16.heading {
  margin-bottom: 35px;
}
@media screen and (max-width: 1025px) {
  .title50.heading,
  .title40.heading,
  .title32.heading,
  .title28.heading,
  .title24.heading,
  .title22.heading,
  .title20.heading,
  .title18.heading,
  .title16.heading {
    margin-bottom: 25px;
  }
}
.title50.mincho,
.title40.mincho,
.title32.mincho,
.title28.mincho,
.title24.mincho,
.title22.mincho,
.title20.mincho,
.title18.mincho,
.title16.mincho {
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

/* btn
----------------------------------*/
.btn01 a {
  background: #82D75A;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #fff;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border-radius: 35px;
  max-width: 90%;
}
.btn01 a:hover {
  background: #4a9e2a;
  color: #fefefe;
}
.btn01.type_left a {
  margin-left: 0;
}
.btn01.mail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.btn01.mail a {
  background: #13643b;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.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: -webkit-gradient(linear, left top, right top, from(rgb(148.6585365854, 220.9707317073, 114.6292682927)), color-stop(rgb(68.95, 151.75, 72.95)), to(#13643b));
  background-image: linear-gradient(to right, rgb(148.6585365854, 220.9707317073, 114.6292682927), rgb(68.95, 151.75, 72.95), #13643b);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn02 a:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.btn02 a:hover i {
  width: 34px;
}
.btn02.type1 a {
  background: #fff;
  color: #13643b;
  border: 1px solid rgba(19, 100, 59, 0.2);
}
.btn02.type1 a i {
  background-color: #13643b;
}
@media screen and (max-width: 639px) {
  .btn02 {
    width: 260px;
  }
  .btn02 a {
    font-size: 1.3rem;
  }
}

.btn03 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 20px 15px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btn03.type_contact:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 7px;
}
.btn03.type_entry:before {
  font-family: "Font Awesome 5 Free";
  content: "\f15b";
  font-weight: 900;
  margin-right: 7px;
}
.btn03 .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  stroke: #ffd803;
  stroke-width: 2px;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn03:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.btn03:hover {
  color: #ffd803;
}
.btn03:hover .arrow {
  right: 0;
}
.btn03:hover:after {
  -webkit-animation: border-anim 1.2s ease-out forwards;
          animation: border-anim 1.2s ease-out forwards;
}
@media screen and (max-width: 639px) {
  .btn03 {
    padding-left: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}

.slick-prev {
  background: #82D75A !important;
  width: 30px !important;
  height: 30px !important;
  top: auto !important;
  bottom: -5px !important;
  z-index: 50 !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  left: auto !important;
  right: 40px !important;
}
.slick-prev:before {
  color: #fff !important;
}
.slick-prev:hover {
  background: #ffd8d8;
}
@media screen and (max-width: 639px) {
  .slick-prev {
    bottom: -14px !important;
  }
}

.slick-next {
  background: #82D75A !important;
  width: 30px !important;
  height: 30px !important;
  top: auto !important;
  bottom: -5px !important;
  z-index: 50 !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: 5px !important;
}
.slick-next:before {
  color: #fff !important;
}
.slick-next:hover {
  background: #ffd8d8;
}
@media screen and (max-width: 639px) {
  .slick-next {
    bottom: -14px !important;
  }
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27906/page-title.jpg) no-repeat center top/cover;
  overflow: hidden;
}
.page-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #4a9e2a), color-stop(68.82%, #82D75A));
  background-image: linear-gradient(to right, #4a9e2a -22.57%, #82D75A 68.82%);
  mix-blend-mode: screen;
  opacity: 0.6;
}
.page-title:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  clip-path: polygon(0% 0%, 0% 100%, 30px 100%, 30px 8%, 100% 8%, 100% 92%, 40% 92%, 40% 100%, 100% 100%, 100% 0%);
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .page-title:after {
    clip-path: polygon(0% 0%, 0% 100%, 15px 100%, 15px 8%, 100% 8%, 100% 92%, 40% 92%, 40% 100%, 100% 100%, 100% 0%);
  }
}
.page-title .inner {
  margin: 0 auto;
  padding-bottom: 30px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1500px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1101px) {
  .page-title .inner {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 820px) {
  .page-title .inner {
    height: 350px;
  }
}
@media screen and (max-width: 639px) {
  .page-title .inner {
    height: 55vw;
  }
}
.page-title .inner .page-lead {
  font-size: 2.4rem;
  position: relative;
  padding-left: 10px;
  text-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
}
.page-title .inner .page-lead.on .eng {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.page-title .inner .page-lead.on .ja {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #fefefe;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 8px rgba(51, 51, 51, 0.1);
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 1300px) {
  .page-title .inner .page-lead .eng {
    font-size: 6rem;
  }
}
@media screen and (max-width: 820px) {
  .page-title .inner .page-lead .eng {
    font-size: 5rem;
  }
}
.page-title .inner .page-lead .ja {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
  z-index: 4;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  display: inline-block;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1300px) {
  .page-title .inner .page-lead {
    padding-left: 15px;
  }
}
@media screen and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.6rem;
  }
  .page-title .inner .page-lead .eng {
    font-size: 3rem;
  }
}

.bg-mizu {
  position: relative;
}
.bg-mizu:before {
  position: absolute;
  content: "";
  right: 5rem;
  bottom: -40px;
  width: 200px;
  height: 200px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27906/mizu01.png) no-repeat center bottom/contain;
}
.bg-mizu:after {
  content: "";
  position: absolute;
  top: -40px;
  left: 5rem;
  height: 200px;
  width: 200px;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27906/mizu02.png) no-repeat center bottom/contain;
  z-index: 0;
}
.bg-mizu.type1:before {
  right: auto;
  left: 5rem;
}
.bg-mizu.type1:after {
  left: auto;
  right: 5rem;
}
@media screen and (max-width: 639px) {
  .bg-mizu:before {
    width: 100px;
    height: 80px;
    bottom: -25px;
  }
  .bg-mizu:after {
    width: 70px;
    height: 70px;
    top: -25px;
  }
}

.bg-01 {
  position: relative;
}
.bg-01:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #4a9e2a), color-stop(68.82%, #82D75A));
  background-image: linear-gradient(to right, #4a9e2a -22.57%, #82D75A 68.82%);
  z-index: -1;
  opacity: 0.7;
}
.bg-01 .bg-01-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/1.jpg) no-repeat center/cover;
  mix-blend-mode: overlay;
  opacity: 0.7;
}

.bg-02 {
  position: relative;
}
.bg-02:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern2.jpg) repeat left center/cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.bg-03 {
  position: relative;
}
.bg-03:before {
  position: absolute;
  content: "";
  left: 0;
  top: -15%;
  width: 40%;
  height: 80%;
  background: url(../img/bg-03.png) no-repeat left top/contain;
  opacity: 0.4;
}
@media screen and (max-width: 639px) {
  .bg-03:before {
    width: 80%;
    opacity: 0.3;
    z-index: -2;
  }
}

.bg-04 {
  position: relative;
}
.bg-04:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#444), to(#232323));
  background-image: linear-gradient(to right bottom, #444, #232323);
  z-index: -1;
}

.bg-05 {
  position: relative;
}
.bg-05:after {
  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/27906/bg_-texture.jpg) repeat left center/contain;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern.jpg);
  background-size: 900px;
  opacity: 0.5;
}

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4a9e2a), color-stop(50%, rgb(35.5, 117.4, 53.9)), color-stop(65%, rgb(27.25, 108.7, 56.45)), color-stop(75.5%, rgb(23.125, 104.35, 57.725)), color-stop(82.85%, rgb(21.035, 102.146, 58.371)), color-stop(88%, rgb(20.045, 101.102, 58.677)), to(#13643b));
  background-image: linear-gradient(to bottom, #4a9e2a 0%, rgb(35.5, 117.4, 53.9) 50%, rgb(27.25, 108.7, 56.45) 65%, rgb(23.125, 104.35, 57.725) 75.5%, rgb(21.035, 102.146, 58.371) 82.85%, rgb(20.045, 101.102, 58.677) 88%, #13643b 100%);
  opacity: 0.3;
}
.bg-base.type1 {
  position: relative;
}
.bg-base.type1:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F5F6EC;
  opacity: 1;
  z-index: -2;
}
@media screen and (max-width: 1101px) {
  .bg-base.type1:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.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% - 80px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fefefe;
}
@media screen and (max-width: 639px) {
  .bg-base.type2:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.bg-base.type3 {
  position: relative;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #82D75A;
  opacity: 0.2;
}
@media screen and (max-width: 1101px) {
  .bg-base.type3:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.bg-base2 {
  position: relative;
}
.bg-base2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #82D75A;
  z-index: -1;
}
.bg-base2.type1:before {
  width: 95%;
  max-width: calc(100% - 120px);
  height: 40%;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #13643b;
}
@media screen and (max-width: 1101px) {
  .bg-base2.type1:before {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1025px) {
  .bg-base2.type1:before {
    width: 100%;
    max-width: 100%;
    max-width: calc(100% - 20px);
  }
}

.bg-green {
  background: rgba(130, 215, 90, 0.4);
}

.bg-gray {
  position: relative;
}
.bg-gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 246, 236, 0.8);
  z-index: -2;
}
.bg-gray.type1 {
  background: #f8f8f8;
}
.bg-gray.bg-half-bottom {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50.1%, #F5F6EC), to(#F5F6EC));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #F5F6EC 50.1%, #F5F6EC 100%);
}
.bg-gray.bg-half-upper {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F6EC), color-stop(50%, #F5F6EC), color-stop(50.1%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #F5F6EC 0%, #F5F6EC 50%, transparent 50.1%, transparent 100%);
}

.bg-gray2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#F5F6EC));
  background-image: linear-gradient(to bottom, transparent, #F5F6EC);
}

.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: #F5F6EC;
}
.bg-blue.type1:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #4a9e2a;
  opacity: 0.9;
}
.bg-blue.type2:before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #82D75A;
  opacity: 0.3;
}

.bg-blue3 {
  position: relative;
}
.bg-blue3:before {
  position: absolute;
  content: "";
  width: 54%;
  height: 70%;
  top: 30px;
  right: 0;
  background-color: #F5F6EC;
  z-index: -3;
}
.bg-blue3.maxw:before {
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-blue3.left:before {
  right: auto;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#99d0e7), to(#1d6796));
  background-image: linear-gradient(to left, #99d0e7, #1d6796);
}

.bg-blue4 {
  position: relative;
}
.bg-blue4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(45%, transparent), color-stop(55%, rgba(130, 215, 90, 0.2)), to(rgba(130, 215, 90, 0.45)));
  background-image: linear-gradient(180deg, transparent 0, transparent 45%, rgba(130, 215, 90, 0.2) 55%, rgba(130, 215, 90, 0.45));
  opacity: 0.6;
}

.bg-pale {
  position: relative;
}
.bg-pale:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  right: 0;
  background-color: #F5F6EC;
  z-index: -3;
}
.bg-pale.maxw:before {
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-pale.left:before {
  right: auto;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#99d0e7), to(#1d6796));
  background-image: linear-gradient(to left, #99d0e7, #1d6796);
}
@media screen and (max-width: 1025px) {
  .bg-pale:before {
    height: 100%;
    opacity: 0.1;
  }
}

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

.bg-beige2 {
  background: rgba(232, 235, 213, 0.4);
}

/* tbl
----------------------------------*/
.tbl-company {
  width: 100%;
}
.tbl-company th,
.tbl-company td {
  padding: 18px 15px;
  vertical-align: top;
  border-bottom: 1px rgba(19, 100, 59, 0.7) solid;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.tbl-company th {
  width: 22%;
  font-weight: 600;
  text-align: left;
}
.tbl-company th.th-2 {
  background: #ddcdef;
  position: relative;
}
.tbl-company th.th-2:before {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 25px;
  height: 100%;
  background: #ddcdef;
  border-radius: 0 0 40px 0;
}
.tbl-company td.td-2 {
  background: #f3f0f5;
  font-weight: 600;
  color: #4a9e2a;
}
@media screen and (max-width: 639px) {
  .tbl-company th,
  .tbl-company td {
    padding: 20px 4px;
    font-size: 0.95em;
  }
  .tbl-company th {
    width: 25%;
  }
}

.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: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  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 th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.tbl th {
  background: #F5F6EC;
  text-align: left;
}
.tbl th span {
  font-size: 1.4rem;
}
.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_new {
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .tbl_new tr th,
  .tbl_new tr td {
    font-size: 13px;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #F5F6EC;
}
.tbl_new tr th {
  font-weight: 600;
  width: 22%;
  color: #555;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .tbl_new tr th {
    width: 30%;
    padding-left: 10px;
  }
}
.tbl_new tr th.th-long {
  width: 100%;
  text-align: center;
  background: #82D75A;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.1em;
}

.tbl-border, .voice-entry-wrap table {
  width: 100%;
}
.tbl-border.tbl-mini th, .voice-entry-wrap table.tbl-mini th,
.tbl-border.tbl-mini td,
.voice-entry-wrap table.tbl-mini td {
  padding: 6px 10px;
  border-width: 1px;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
.tbl-border th, .voice-entry-wrap table th,
.tbl-border td,
.voice-entry-wrap table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  line-height: 1.6;
}
.tbl-border .small, .voice-entry-wrap table .small {
  font-size: 0.9em;
  line-height: 1.4;
}
.tbl-border th, .voice-entry-wrap table th {
  width: 22%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #82D75A;
  color: #333;
}
.tbl-border th.th-1, .voice-entry-wrap table th.th-1 {
  width: 45%;
}

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

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

/* 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: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 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: #82D75A;
}
@media screen and (max-width: 639px) {
  .list-policy {
    padding: 15px;
  }
  .list-policy li {
    font-size: 1.4rem;
  }
}

.list_check {
  max-width: 1000px;
  margin-inline: auto;
}
.list_check.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_check.type1 li {
  background: #4a9e2a;
  padding: 12px 8px;
  width: 31%;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 4px;
  padding-left: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}
.list_check li a {
  color: #82D75A;
  border-bottom: 1px dotted #82D75A;
}
.list_check li:before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background: #13643b;
}
@media screen and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}
.list_check.type2 li {
  padding: 5px 5px 5px 40px;
  border-bottom: 2px solid #F5F6EC;
  font-size: inherit;
}
.list_check.type2 li .num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 2px;
  color: #13643b;
}
.list_check.type2 li:before {
  display: none;
}

.list_check2 li {
  padding: 8px;
  font-weight: 600;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #82D75A;
}
.list_check2 li {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.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-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #555;
  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: #82D75A;
  font-weight: normal;
}

.num-txt {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #13643b;
  border-radius: 100%;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: #13643b;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 1.6rem;
  color: #F5F6EC;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@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: 1.4rem;
  }
}

.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: #82D75A;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-btn.type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-btn li {
  width: 32%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  background: #4a9e2a;
  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: #13643b;
}
.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;
  -webkit-transform: translateX(-50%);
          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;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px;
  width: 240px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  .morebtn2 {
    font-size: 1.2rem;
  }
}
.morebtn2 .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 44px;
  height: 44px;
  background: #4a9e2a;
  margin-left: -1px;
  border-radius: 22px;
}
.morebtn2 .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  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 {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.morebtn2 .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  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: #4a9e2a;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.morebtn2:hover .circle {
  width: 101%;
  background: #4a9e2a;
}
.morebtn2:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.morebtn2:hover .button-text {
  color: #fff;
}
.morebtn2.type1 {
  background: #4a9e2a;
  width: 280px;
}
.morebtn2.type1 .circle {
  background: #fff;
}
.morebtn2.type1 .icon {
  background: #4a9e2a;
}
.morebtn2.type1 .icon.arrow:before {
  border-color: #4a9e2a;
}
.morebtn2.type1 .button-text {
  color: #fff;
  font-size: 1.1em;
}
.morebtn2.type1:hover .button-text {
  color: #4a9e2a;
}

/* blog
----------------------------------*/
#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 400px;
}
@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;
  }
}

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

#main .blog-wrap > li {
  width: 32%;
}
@media screen and (max-width: 1101px) {
  #main .blog-wrap > li {
    width: 49%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media screen and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 100%;
    margin: 0 auto 10px;
  }
  #main .blog-wrap > li:last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

.blog-new-upper {
  position: relative;
  z-index: 2;
}
.blog-new-upper .blog-new {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#82D75A), to(#13643b));
  background: linear-gradient(to right, #82D75A, #13643b);
  border: 2px solid #fff;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 11px;
  line-height: 1;
}

.blog-date {
  color: #333;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .blog-date {
    font-size: 12px;
  }
}

.blog-date2 {
  color: #333;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.blog-date2:before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #82D75A;
}

.blog-title {
  line-height: 1.3;
  margin: 5px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
}

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

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #fff;
  padding: 7px 5px;
  background: #82D75A;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .pages .page_next {
    margin-bottom: 12px;
  }
}

.blog_topics {
  width: 100%;
  border-top: 1px solid #ddd;
}
.blog_topics li {
  border-bottom: 1px solid #ddd;
}
.blog_topics li a {
  display: block;
  color: #333;
  padding: 15px;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a:hover {
  background-color: rgb(250.4642857143, 250.9178571429, 246.3821428571);
}
.blog_topics li a .topics_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog_topics li a .topics_detail .imgbox {
  overflow: hidden;
  width: 25%;
  height: 120px;
}
.blog_topics li a .topics_detail .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}
.blog_topics li a .topics_detail .textbox {
  width: 75%;
  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;
}
.blog_topics li a .topics_detail .textbox p {
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.blog_topics li a .time_date {
  display: inline-block;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #555;
  border-radius: 20px;
}
.blog_topics li a .time_date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #4a9e2a;
}
@media screen and (max-width: 639px) {
  .blog_topics li a {
    padding: 10px 5px;
  }
  .blog_topics li a .topics_detail .imgbox {
    width: 30%;
    height: 90px;
  }
  .blog_topics li a .topics_detail .textbox {
    width: 70%;
    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: 1rem;
  }
}

.category_nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_nav li {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category_nav li a {
  text-align: center;
  display: block;
  padding: 8px;
  background: #fefefe;
  color: #333;
}
.category_nav li a:hover {
  background: #F5F6EC;
}

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

/* job
----------------------------------*/
.job-list-wrap > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.job-list-wrap > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  z-index: 3;
}
.job-list-wrap > li a:hover .morebtn {
  border-bottom-color: #82D75A;
  color: #82D75A;
}
.job-list-wrap > li a:hover .job-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 639px) {
  .job-list-wrap > li a {
    padding: 12px 15px;
  }
}
.job-list-wrap > li .job-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.job-list-wrap > li .job-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
}
@media screen and (max-width: 639px) {
  .job-list-wrap > li .job-img {
    width: 70px;
    height: 70px;
  }
}
.job-list-wrap > li .job-detail {
  width: 100%;
}
.job-list-wrap > li .job-title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  color: #82D75A;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 639px) {
  .job-list-wrap > li .job-title {
    font-size: 1.2rem;
  }
}
.job-list-wrap > li .job-txt {
  font-size: 1.4rem;
  margin-top: 8px;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*IE対策*/
  line-height: 1.8em;
  max-height: 3.6em;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .job-list-wrap > li .job-txt {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.job-list-wrap > li .naiyou {
  background: #82D75A;
  font-size: 12px;
  padding: 0px 4px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}
.job-list-wrap > li .morebtn {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #82D75A;
  border-bottom: 3px solid #82D75A;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
  -webkit-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all;
  letter-spacing: 0;
}

.job-upper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px;
}
.job-upper .job-date {
  display: inline-block;
  color: #13643b;
  border-bottom: 2px solid #4a9e2a;
  font-weight: 600;
  font-size: 1.3rem;
}
.job-upper .job-date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}
@media screen and (max-width: 639px) {
  .job-upper .job-date {
    font-size: 12px;
  }
}
.job-upper .job-category {
  font-size: 12px;
  color: #111;
  display: inline-block;
  margin-left: 3px;
  background: #F5F6EC;
  font-weight: 600;
}

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

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

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

.color1 {
  color: #82D75A;
}

.color2 {
  color: #4a9e2a;
}

.color3 {
  color: #CF5EA2;
}

.relative {
  position: relative;
}

.num {
  font-weight: 600;
}
.num a {
  color: #82D75A;
  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: #CF5EA2;
}

.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;
  font-weight: 600;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 30px;
}
.telbnr li {
  width: 47%;
  border: 3px solid #82D75A;
  padding: 10px 10px;
  text-align: center;
  border-radius: 50px;
}
.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.4rem;
  font-weight: 600;
  color: #82D75A;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #82D75A;
}
@media screen and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.6rem;
  color: #333;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.3rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 13px;
  padding: 15px 10px;
}
.breadcrumb li {
  display: inline;
  color: #333;
}
.breadcrumb li a {
  color: #4a9e2a;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: "/";
}
@media screen and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* コンテンツを水平方向に中央揃え */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* コンテンツを垂直方向に中央揃え */
  --padding-x: 1.2em;
  border-color: transparent;
  /* button要素のborderを隠す */
  background: #4a9e2a;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .pass_submit {
    margin-top: 20px;
  }
}

.textarea,
textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #fefefe;
}

.textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.textarea02:last-child {
  margin-right: 0;
}

.textarea03 {
  width: 20%;
  margin-right: 1%;
}

.textarea04 {
  width: 300px;
  margin-right: 1%;
}

.form {
  margin: 0 auto;
  width: 100%;
}
.form dl dt {
  float: left;
  width: 260px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #82D75A;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: #ffd803;
  color: #333;
}
.form dl dd {
  padding-left: 260px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #ddd;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #82D75A;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #82D75A;
  border-radius: 25px;
}
.form button:hover {
  background: #fff;
  color: #82D75A;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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 .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  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: #82D75A;
}
.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: #82D75A;
  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;
  -webkit-box-shadow: 20px -1px #fff;
          box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type=radio]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
          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 #82D75A;
  border-bottom: 3px solid #82D75A;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-box-shadow: 41px 0px #fff;
          box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  -webkit-box-shadow: 41px 0px #eee;
          box-shadow: 41px 0px #eee;
}

input[type=text],
textarea,
.textarea {
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  input[type=text],
  textarea,
  .textarea {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -5px;
  }
}

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

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

.shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.shadow2 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 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;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #82D75A;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #82D75A;
  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: #82D75A;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.contact-caution-box {
  margin: 40px -30px -35px;
  padding: 25px;
  background: #e5eec5;
  border: 4px solid rgba(74, 158, 42, 0.5);
  border-radius: 0 0 20px 20px;
  position: relative;
}
.contact-caution-box:before {
  position: absolute;
  left: -4px;
  top: -5px;
  content: "Notice";
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(74, 158, 42, 0.2);
  font-size: 3em;
  line-height: 1;
}
.contact-caution-box .inner {
  max-width: 600px;
  margin-inline: auto;
  z-index: 2;
}
@media screen and (max-width: 1101px) {
  .contact-caution-box {
    margin-inline: -2em;
  }
}
@media screen and (max-width: 639px) {
  .contact-caution-box {
    margin: 40px -15px -20px;
  }
}

.thanks-box.mbox {
  padding: 60px 0;
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  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(245, 246, 236, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.list2.type1 li {
  text-align: center;
  padding: 40px 30px;
  background: rgba(130, 215, 90, 0.1);
}
.list2.type1 li:nth-child(even) {
  background: rgba(19, 100, 59, 0.1);
}
.list2.type1 li:nth-child(even) .num {
  color: #13643b;
}
.list2.type1 li:nth-child(even) .num a {
  color: #13643b;
}
.list2.type1 li h3 {
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1025px) {
  .list2.type1 li h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .list2.type1 li h3 {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.list2.type1 li h3 {
  color: #333;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}
.list2.type1 li .num {
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 3.2rem;
}
@media screen and (max-width: 1025px) {
  .list2.type1 li .num {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 639px) {
  .list2.type1 li .num {
    font-size: 2rem;
  }
}
.list2.type1 li .num {
  line-height: 1;
  color: #82D75A;
  margin: 10px auto 5px;
}
.list2.type1 li .num span {
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2.4rem;
}
@media screen and (max-width: 1025px) {
  .list2.type1 li .num span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .list2.type1 li .num span {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
.list2.type1 li .num span {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.list2.type1 li .num a {
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  color: #82D75A;
}
.list2.type1 li .num a:hover {
  opacity: 0.7;
}
.list2.type1 li p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1025px) {
  .list2.type1 li p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639px) {
  .list2.type1 li p {
    font-size: 1.05rem;
  }
}
.list2.type1 li p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1101px) {
  .list2 {
    gap: 15px 30px;
  }
}
@media screen and (max-width: 1025px) {
  .list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .list2.type1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .list2.type1 {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .list2.type1 li {
    padding: 25px 15px;
  }
}

.business-img img {
  -webkit-box-shadow: 3px 3px rgba(130, 215, 90, 0.2) !important;
          box-shadow: 3px 3px rgba(130, 215, 90, 0.2) !important;
}

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

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

.type-flow {
  position: relative;
}
.type-flow li {
  position: relative;
  padding: 20px;
  font-size: 1.5rem;
}
.type-flow li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: rgba(74, 158, 42, 0.1);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}

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

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

.note {
  padding: 15px;
  margin-top: 10px;
  background: #F5F6EC;
  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 .eng {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  color: #82D75A;
  margin-right: 8px;
}
.flow-dl .flow-inner dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4a9e2a;
}
.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 .eng {
    font-size: 1.7rem;
  }
  .flow-dl .flow-inner dt {
    font-size: 1.25rem;
  }
  .flow-dl .flow-inner dd {
    padding-left: 30px;
  }
}

.txt1 {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 639px) {
  .txt1 {
    font-size: 1.2rem;
  }
}

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

#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-center.type-3 li {
  width: 30%;
  margin: 1%;
}
@media screen and (max-width: 639px) {
  .list-center.type-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-center.type-3 li {
    width: 100%;
  }
}
.list-center li {
  width: 50%;
}
@media screen and (max-width: 639px) {
  .list-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
}

.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 65px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.faq-dl .faq-inner dt {
  font-weight: 600;
  color: #4a9e2a;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  background: #13643b;
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #920202;
  font-size: 3rem;
  background: rgba(255, 216, 3, 0.2);
}

.point-title {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .point-title {
    font-size: 1.4rem;
  }
}

.works-list > li {
  padding: 15px 20px;
  border-top: 2px solid #333;
  font-weight: 600;
}
.works-list > li:before {
  content: "●";
  margin-right: 5px;
  color: #4a9e2a;
}
.works-list > li:last-child {
  border-bottom: 2px solid #222;
}

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

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

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

.point-num {
  position: relative;
  z-index: 2;
  line-height: 1;
  color: #82D75A;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 639px) {
  .point-num {
    font-size: 2.6rem;
    margin: -30px auto 10px;
  }
}
.point-num.type1 {
  margin-top: 0;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 15px 0;
}
.point-num.type1:first-letter {
  color: #4a9e2a;
}
.point-num.type1 .ja {
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 639px) {
  .point-num.type1 .ja {
    font-size: 1.5rem;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sns-list.type1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-list.type1 li:not(:last-child) {
  margin-right: 5px;
}
.sns-list.type1 li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.sns-list.type1 li a img {
  width: 18px;
}
.sns-list.type2 {
  margin-left: 15px;
}
.sns-list.type2 li a {
  background: transparent !important;
  border: 2px solid #fff;
  -webkit-filter: drop-shadow(2px 0px 6px rgba(51, 51, 51, 0.1));
          filter: drop-shadow(2px 0px 6px rgba(51, 51, 51, 0.1));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns-list.type2 li a::before {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sns-list.type2 {
    display: none;
  }
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
.sns-list li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
.sns-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  z-index: 3;
}
.sns-list li a:hover img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.sns-list li a.btn-other {
  background: #82D75A;
}
.sns-list li a.btn-other2 {
  background: #13643b;
}
.sns-list li a.btn-brown {
  background: #333;
}
.sns-list li a.btn-map {
  background: #920202;
}
.sns-list li a.btn-lit {
  background: #918ff1;
}
.sns-list li a.btn-tiktok {
  background: #000;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-line {
  background: #00b900;
}
.sns-list li a.btn-rakuten {
  background: #bf0000;
}
.sns-list li a.btn-youtube {
  background: #d62a29;
}
.sns-list li a.btn-yahoo {
  background: #df0f16;
}
.sns-list li a.btn-ameba {
  background: #2c883a;
}
.sns-list li a.btn-online {
  background: #82D75A;
}
.sns-list li a.btn-x {
  background: #000000;
}
.sns-list li a.btn-bio {
  background: #000000;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
@media screen and (max-width: 1101px) {
  .sns-list li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .sns-list li a img {
    width: 20px;
  }
}
@media screen and (max-width: 1025px) {
  .sns-list li:not(:last-child) {
    margin-right: 5px;
  }
  .sns-list li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .sns-list li a img {
    width: 16px;
  }
}

.txt-size_big {
  font-size: 4rem;
}
@media screen and (max-width: 639px) {
  .txt-size_big {
    font-size: 2.2rem;
  }
}

.title00 {
  margin-bottom: 35px;
}
.title00 .ja {
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #333;
  font-size: 2.4rem;
  display: block;
}
.title00 .eng {
  display: block;
  font-size: 4.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  color: #82D75A;
}
.title00.type1 .eng {
  color: #13643b;
}
.title00.grad .eng {
  background: -webkit-gradient(linear, left top, right top, from(#82D75A), to(rgb(31.2142857143, 164.2857142857, 96.9285714286)));
  background: linear-gradient(to right, #82D75A, rgb(31.2142857143, 164.2857142857, 96.9285714286));
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.title00.brown .eng {
  color: rgb(76.5, 76.5, 76.5);
}
.title00.white span {
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .title00 {
    margin-bottom: 30px;
  }
  .title00 .eng {
    font-size: 3rem;
  }
  .title00 .ja {
    font-size: 1.6rem;
  }
}

.title01 {
  margin-bottom: 50px;
}
.title01.bm0 {
  margin-bottom: 0;
}
.title01 .ja {
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  .title01 .ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .title01 .ja {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
}
.title01 .ja {
  color: #333;
  --x-gradient: linear-gradient(90deg, #555 0 10px, transparent 0 calc(100% - 10px), #555 calc(100% - 10px));
  --y-gradient: linear-gradient(#555 0 10px, transparent 0 calc(100% - 10px), #555 calc(100% - 10px));
  position: relative;
  padding: 0.5rem 2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top, right, bottom, left;
}
.title01 .eng {
  font-size: 4rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.4;
  color: #82D75A;
  margin-right: 2rem;
}
.title01.type1 .eng {
  color: #13643b;
}
.title01.white .ja {
  color: #fff;
  --x-gradient: linear-gradient(90deg, #fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));
  --y-gradient: linear-gradient(#fff 0 10px, transparent 0 calc(100% - 10px), #fff calc(100% - 10px));
}
.title01.white .eng {
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .title01 {
    margin-bottom: 35px;
    text-align: center;
  }
  .title01 .ja {
    --x-gradient: linear-gradient(90deg, #555 0 6px, transparent 0 calc(100% - 6px), #555 calc(100% - 6px));
    --y-gradient: linear-gradient(#555 0 6px, transparent 0 calc(100% - 6px), #555 calc(100% - 6px));
    padding: 0.4rem 1.2rem;
  }
  .title01 .eng {
    display: block;
    font-size: 3.2rem;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
  .title01.white .ja {
    --x-gradient: linear-gradient(90deg, #fff 0 6px, transparent 0 calc(100% - 6px), #fff calc(100% - 6px));
    --y-gradient: linear-gradient(#fff 0 6px, transparent 0 calc(100% - 6px), #fff calc(100% - 6px));
    padding: 0.4rem 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  .title01 .eng {
    font-size: 2.6rem;
  }
}

.title02 {
  text-align: center;
  margin-bottom: 20px;
}
.title02 span {
  display: inline-block;
  font-size: 2.2rem;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 639px) {
  .title02 span {
    font-size: 1.5rem;
  }
}

.title03 span {
  background: #4a9e2a;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .title03 span {
    font-size: 1.1rem;
  }
}
.title03.type1 span {
  background: #CF5EA2;
}
.title03.type2 span {
  background: #4a9e2a;
}

.title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}
.title04.type-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title04 {
  font-size: 1.7rem;
}
.title04 .sub {
  color: #82D75A;
  padding-right: 10px;
  border-right: 1px solid #82D75A;
  margin-right: 10px;
}
.title04 .main {
  font-size: 1.1em;
}
@media screen and (max-width: 639px) {
  .title04 {
    font-size: 1.3rem;
  }
}

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

.box1 {
  position: relative;
  z-index: 4;
  margin-inline: auto;
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.box1:hover {
  -webkit-box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 639px) {
  .box1 {
    padding: 20px 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(74, 158, 42, 0.6);
  padding: 20px;
  color: #fff;
}

.content-head {
  padding: 120px 20px;
  background: url(../img/content-head01.jpg) no-repeat right center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  .content-head {
    padding: 50px 15px;
  }
}

.content-txt {
  position: relative;
  max-width: 500px;
  background: rgba(252, 252, 252, 0.7);
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgab(#000, 0.1);
          box-shadow: 0 0 15px rgab(#000, 0.1);
}
@media screen and (max-width: 639px) {
  .content-txt {
    padding: 20px;
  }
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.flow-list.type1 {
  display: block;
}
.flow-list.type1 > li {
  width: 90%;
}
.flow-list.type1 > li:nth-child(2) {
  margin-left: 2%;
}
.flow-list.type1 > li:nth-child(3) {
  margin-left: 4%;
}
.flow-list.type1 > li:nth-child(4) {
  margin-left: 6%;
}
.flow-list.type1 > li:nth-child(5) {
  margin-left: 8%;
}
.flow-list.type1 > li .flow-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .flow-list.type1 > li {
    width: 100%;
  }
  .flow-list.type1 > li:nth-child(2), .flow-list.type1 > li:nth-child(3), .flow-list.type1 > li:nth-child(4), .flow-list.type1 > li:nth-child(5) {
    margin-left: 0;
  }
}
.flow-list > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fefefe;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.05);
          box-shadow: 0 0 15px rgba(51, 51, 51, 0.05);
  font-weight: 600;
}
.flow-list > li.type100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
}
.flow-list > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .flow-list > li {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-list > li:nth-child(2n) {
    margin-right: auto;
  }
}
.flow-list > li .flow-num {
  color: #CF5EA2;
  font-size: 3.5rem;
  border-right: 1px solid #82D75A;
  padding-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.flow-list > li .flow-num span {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
.flow-list > li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 35px;
}
.flow-list > li .flow-title {
  color: #82D75A;
  border-bottom: 1px solid #82D75A;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 639px) {
  .flow-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-list > li .flow-num {
    font-size: 2.2rem;
    text-align: center;
    border-right: 0;
    padding: 0 0 4px;
    border-bottom: 1px solid #13643b;
  }
  .flow-list > li .flow-title {
    font-size: 1.3rem;
  }
  .flow-list > li .txt {
    margin: 20px auto 0;
  }
}

.kiritori {
  height: 1px;
  border-top: 1px solid rgba(74, 158, 42, 0.2);
  margin: 3em auto;
  max-width: 20%;
  display: block;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column2 .child {
  width: 48%;
}
@media screen and (max-width: 639px) {
  .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column2 .child {
    width: 100%;
  }
  .column2 .child.column2-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
}

.article-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-box .left {
  width: 27%;
  position: sticky;
  left: 0;
  top: 90px;
}
.article-box .right {
  width: 72%;
}
@media screen and (max-width: 639px) {
  .article-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-box .left {
    position: relative;
    top: auto;
    width: 90%;
    margin: 0 auto 30px;
  }
  .article-box .left .mtitle {
    margin-bottom: 0;
  }
  .article-box .right {
    width: 90%;
  }
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 45px;
}
.btn-box a {
  display: block;
  width: 48%;
  text-align: center;
  font-weight: 600;
  background: #82D75A;
  padding: 15px 4px;
  color: #111;
  -webkit-transition: all 0.2s ease-in;
  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: #555;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-gradient(linear, left top, right bottom, from(#fff), color-stop(#fff), to(rgba(130, 215, 90, 0.2)));
  background-image: linear-gradient(to right bottom, #fff, #fff, rgba(130, 215, 90, 0.2));
  border: 4px solid #82D75A;
  -webkit-box-shadow: 5px 5px #F5F6EC;
          box-shadow: 5px 5px #F5F6EC;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sp-nav .sp-info-wrap a {
  display: block;
  color: #13643b;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #13643b;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.taishou-block.type1 {
  display: block;
}
.taishou-block .lead {
  font-size: 1.3rem;
  padding: 3px 5px;
  font-weight: 600;
  background: #13643b;
  color: #fff;
  margin-right: 10px;
}
.taishou-block .list-inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
  }
}

.business-list a {
  display: block;
  position: relative;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.business-list a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.business-list figure {
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
}
.business-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s ease-in transform;
  transition: 0.2s ease-in transform;
}
@media screen and (max-width: 639px) {
  .business-list figure {
    height: 250px;
  }
}

.business-list-title {
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #82D75A;
  color: #fff;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  padding: 10px 30px 10px 20px;
  border-radius: 15px 0 10px 0;
}
.business-list-title .eng {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}
.business-list-title:after {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #82D75A;
}
.business-list-title:before {
  position: absolute;
  content: "";
  right: 0;
  top: -30px;
  width: 30px;
  height: 30px;
  background: url(../img/hem.svg) no-repeat right bottom/contain;
}
@media screen and (max-width: 639px) {
  .business-list-title {
    font-size: 1.4rem;
    text-shadow: none;
    padding-right: 80px;
  }
}

.area-block {
  position: relative;
  max-width: 700px;
  margin: 0 auto 80px;
}
.area-block .area-txt {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 200px;
}
.area-block .area-txt:before, .area-block .area-txt:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.area-block .area-txt:before {
  left: -60px;
  width: 40px;
  height: 40px;
  background: rgba(130, 215, 90, 0.3);
  border-radius: 50%;
}
.area-block .area-txt:after {
  left: -100px;
  width: 40px;
  height: 1px;
  background: #82D75A;
}
@media screen and (max-width: 639px) {
  .area-block .area-txt {
    font-size: 1.4rem;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding-left: 20px;
  }
  .area-block .area-txt:before, .area-block .area-txt:after {
    -webkit-transform: none;
            transform: none;
  }
  .area-block .area-txt:before {
    left: 4px;
    top: -20px;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .area-block .area-txt:before {
    top: -130px;
  }
}
@media screen and (max-width: 639px) {
  .area-block .area-txt:after {
    left: 24px;
    top: 0;
    width: 1px;
    height: 30px;
  }
}
@media screen and (max-width: 639px) and (max-width: 639px) {
  .area-block .area-txt:after {
    top: -110px;
  }
}

@-webkit-keyframes border-anim {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  20% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  40% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  58% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

@keyframes border-anim {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  20% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  40% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  58% {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
.title-big {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .title-big {
    margin-bottom: 20px;
  }
}
.title-big:before {
  display: block;
  position: relative;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  margin-inline: auto;
  content: attr(data-title);
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #4a9e2a), color-stop(68.82%, #82D75A));
  background-image: linear-gradient(to right, #4a9e2a -22.57%, #82D75A 68.82%);
  -webkit-background-clip: text;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.title-big.type-left {
  text-align: left;
}
.title-big.type-left:before {
  margin-left: 0;
}
.title-big.type1 {
  color: #fff;
}
.title-big.type1:before {
  color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.title-big.type2:before {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #82D75A), color-stop(49.9%, #a8e88a), color-stop(94.82%, #c8f0b0));
  background-image: linear-gradient(to left, #82D75A 9.43%, #a8e88a 49.9%, #c8f0b0 94.82%);
  -webkit-background-clip: text;
}
.title-big.type3:before {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(60%, #F5F6EC), to(#82D75A));
  background-image: linear-gradient(to right, #fff 40%, #F5F6EC 60%, #82D75A);
  -webkit-background-clip: text;
}
.title-big.type4 {
  padding-top: 80px;
  color: #ccc;
}
.title-big.type4:before {
  top: -14px;
}
.title-big.type4 .ja {
  color: #999;
}
@media screen and (max-width: 639px) {
  .title-big.type4 {
    margin-bottom: 30px;
  }
  .title-big.type4:before {
    top: -8px;
  }
}
.title-big .ja {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  z-index: 2;
}
.title-big .ja.big {
  font-size: 3rem;
}
.title-big .small {
  font-size: 0.7em;
}
@media screen and (max-width: 639px) {
  .title-big .ja {
    font-size: 1.4rem;
  }
  .title-big:before {
    font-size: 3.2rem;
  }
}

.mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mark-list li {
  height: 85px;
  margin-right: 10px;
}
.mark-list li img {
  max-width: initial;
  max-height: 100%;
}

.business-head-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 5%;
}
@media screen and (max-width: 639px) {
  .business-head-list {
    grid-template-columns: 1fr;
    padding: 0 30px;
  }
}
.business-head-list a {
  display: block;
  position: relative;
}
.business-head-list a .eng {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left: 6px;
  bottom: 60px;
  z-index: 5;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .business-head-list a .eng {
    font-size: 2rem;
    bottom: 40px;
  }
}
.business-head-list a figure {
  height: 280px;
  overflow: hidden;
  border-radius: 0 0 40px 0;
  background: #111;
}
.business-head-list a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
@media screen and (max-width: 1101px) {
  .business-head-list a figure {
    height: 230px;
  }
}
@media screen and (max-width: 639px) {
  .business-head-list a figure {
    height: 180px;
  }
}
.business-head-list a figcaption {
  position: relative;
  margin-top: -30px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-head-list a figcaption .big {
  font-weight: 600;
  background: #111;
  color: #fff;
  font-size: 1.25em;
  display: inline-block;
  padding: 8px 10px 8px 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-radius: 0 40px 40px 0;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.business-head-list a figcaption .big:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-left: 12px;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .business-head-list a figcaption {
    margin-top: -18px;
  }
  .business-head-list a figcaption .big {
    font-size: 1.1rem;
    padding: 8px 8px 8px 10px;
    white-space: nowrap;
  }
  .business-head-list a figcaption .big:after {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 5px;
  }
}
.business-head-list a:hover figcaption .big {
  background: #82D75A;
}

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

.contact-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #4a9e2a;
  padding-left: 20px;
}
.contact-box .content .contact-box-tel {
  color: #4a9e2a;
  font-weight: 600;
  font-size: 2.6rem;
  width: 200px;
  display: block;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.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: #82D75A;
}
@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: #82D75A;
  color: #111;
  font-weight: 600;
  padding: 15px 4px;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.pdf-list a:hover {
  background: #4a9e2a;
  color: #fff;
}
.pdf-list a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  margin-left: 6px;
}

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

.logo-wrap {
  margin: 100px auto;
}
@media screen and (max-width: 639px) {
  .logo-wrap {
    margin: 0px auto;
  }
}
.logo-wrap .logo-thoughts {
  width: 60%;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 639px) {
  .logo-wrap .logo-thoughts {
    width: 85%;
    margin: 0 auto 30px auto;
  }
}

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

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* greet_block
----------------------------------*/
.greet_block {
  position: relative;
  margin: 60px 0 160px;
}
.greet_block:last-child {
  margin-bottom: 3%;
}
@media screen and (max-width: 1025px) {
  .greet_block {
    margin: 40px 0 80px;
  }
}
@media screen and (max-width: 639px) {
  .greet_block {
    margin: 30px 0 60px;
  }
}

.greet_img {
  overflow: hidden;
  position: absolute;
  top: -10%;
  width: 55%;
  height: 120%;
}
.greet_img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
@media screen and (max-width: 1025px) {
  .greet_img {
    position: static;
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 639px) {
  .greet_img {
    height: 220px;
  }
}

.greet_txt {
  position: relative;
  z-index: 3;
  width: 50%;
  max-width: 770px;
  margin-right: 3em;
  padding: 56px;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
          box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}
@media screen and (max-width: 1025px) {
  .greet_txt {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: -40px auto 0;
    padding: 40px 32px;
  }
}
@media screen and (max-width: 639px) {
  .greet_txt {
    width: calc(100% - 20px);
    margin: -25px auto 0;
    padding: 28px 20px;
  }
}

.greet_title {
  margin-bottom: 24px;
  color: #82D75A;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .greet_title {
    font-size: 2rem;
  }
}

.type_b .greet_img {
  right: 0;
}
.type_b .greet_txt {
  margin-right: 0;
  margin-left: 0;
}

.dl-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-small dt,
.dl-small dd {
  padding: 6px 4px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .dl-small dt,
  .dl-small dd {
    font-size: 12px;
  }
}
.dl-small dt:not(:last-of-type),
.dl-small dd:not(:last-of-type) {
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
}
.dl-small dt {
  width: 5em;
}
.dl-small dd {
  width: calc(100% - 5em);
}

.shikaku-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}
.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: 6em;
  position: relative;
  padding-left: 1em;
}
.shikaku-dl dt:before {
  content: "●";
  font-size: 0.6em;
  color: #82D75A;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.shikaku-dl dt .list-inline li {
  padding: 0;
}
.shikaku-dl dd {
  width: calc(100% - 6em);
  font-weight: 600;
}

.recruit-lead {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto -30px;
}

.fukidashi {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -60px auto 30px;
}
.fukidashi.type1 {
  margin-top: 0;
}
.fukidashi span {
  display: inline-block;
  font-size: 2.2rem;
  background: #4a9e2a;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 639px) {
  .fukidashi span {
    font-size: 1.4rem;
  }
}
.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: #4a9e2a transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fukidashi-sub {
  max-width: 800px;
  margin: -40px auto 40px;
  text-align: center;
  padding: 35px 20px 15px;
  background: #fff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1em;
}

.title-area {
  padding-top: 100px;
  margin-top: 60px;
}

.title-wrapper {
  position: relative;
}
@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;
  }
}

.p-sec1__wrap {
  position: relative;
  z-index: 2;
  padding-top: 150px;
}
@media screen and (max-width: 639px) {
  .p-sec1__wrap {
    padding-top: 80px;
  }
}

.p-sec1__title {
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 0 0 15px #fff;
  text-align: center;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 3.8rem;
  z-index: 4;
}
.p-sec1__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 4px 6px;
  border-bottom: 2px solid #13643b;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1101px) {
  .p-sec1__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 639px) {
  .p-sec1__title {
    position: relative;
    top: auto;
    font-size: 2rem;
  }
}

.p-sec1__concern-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.p-sec1__concern-box .concern_child {
  width: 50%;
  position: relative;
}
.p-sec1__concern-box .concern_child .inner {
  max-width: 600px;
}
@media screen and (max-width: 639px) {
  .p-sec1__concern-box .concern_child {
    width: 100%;
  }
}
.p-sec1__concern-box .concern_child:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -80px;
  width: 100%;
  height: calc(100% + 310px);
  z-index: -1;
  opacity: 0.6;
}
@media screen and (max-width: 1101px) {
  .p-sec1__concern-box .concern_child:before {
    height: calc(100% + 230px);
    bottom: -40px;
  }
}
@media screen and (max-width: 1101px) and (max-width: 639px) {
  .p-sec1__concern-box .concern_child:before {
    top: -20%;
    bottom: auto;
    width: 110%;
    height: 110%;
  }
}
.p-sec1__concern-box .concern_child.concern_left {
  padding-right: 90px;
}
.p-sec1__concern-box .concern_child.concern_left .inner {
  margin-left: auto;
}
.p-sec1__concern-box .concern_child.concern_left .concern_img-box .concern_img-txt {
  right: 45px;
  text-align: right;
}
.p-sec1__concern-box .concern_child.concern_left:before {
  background: #cff2f2;
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1101px) {
  .p-sec1__concern-box .concern_child.concern_left {
    padding-left: 15px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 639px) {
  .p-sec1__concern-box .concern_child.concern_left {
    padding-right: 30px;
  }
  .p-sec1__concern-box .concern_child.concern_left .concern_img-box .concern_img-txt {
    right: 0px;
  }
  .p-sec1__concern-box .concern_child.concern_left:before {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
}
.p-sec1__concern-box .concern_child.concern_right {
  padding-left: 90px;
}
.p-sec1__concern-box .concern_child.concern_right:before {
  background: #e7f9da;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
.p-sec1__concern-box .concern_child.concern_right .concern_img-box figure {
  margin-left: auto;
}
.p-sec1__concern-box .concern_child.concern_right .concern_img-box .concern_img-txt {
  left: 45px;
}
@media screen and (max-width: 1101px) {
  .p-sec1__concern-box .concern_child.concern_right {
    padding-right: 15px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 639px) {
  .p-sec1__concern-box .concern_child.concern_right {
    margin-top: 80px;
    padding-left: 30px;
  }
  .p-sec1__concern-box .concern_child.concern_right .concern_img-box .concern_img-txt {
    left: 0;
  }
  .p-sec1__concern-box .concern_child.concern_right:before {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    top: -5%;
  }
}
.p-sec1__concern-box .concern_child .concern_img-box {
  position: relative;
}
.p-sec1__concern-box .concern_child .concern_img-box figure {
  mix-blend-mode: multiply;
  width: 82%;
}
.p-sec1__concern-box .concern_child .concern_img-box .concern_img-txt {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 50%;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  white-space: nowrap;
  font-size: 3.3rem;
}
@media screen and (max-width: 1101px) {
  .p-sec1__concern-box .concern_child .concern_img-box .concern_img-txt {
    bottom: 20px;
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 639px) {
  .p-sec1__concern-box .concern_child .concern_img-box .concern_img-txt {
    bottom: 30px;
    font-size: 2rem;
    white-space: nowrap;
    line-height: 1.4;
  }
}

.p-sec1_concern-list.concern_list1 li {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 20px 100%);
}
.p-sec1_concern-list.concern_list1 li:nth-child(2) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.p-sec1_concern-list.concern_list1 li:nth-child(3) {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (max-width: 639px) {
  .p-sec1_concern-list.concern_list1 li {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
  }
}
.p-sec1_concern-list.concern_list1 li:nth-child(2) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.p-sec1_concern-list.concern_list1 li:nth-child(3) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.p-sec1_concern-list.concern_list2 li {
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
}
.p-sec1_concern-list.concern_list2 li:nth-child(2) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.p-sec1_concern-list.concern_list2 li:nth-child(3) {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media screen and (max-width: 639px) {
  .p-sec1_concern-list.concern_list2 li {
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  }
}
.p-sec1_concern-list.concern_list2 li:nth-child(2) {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.p-sec1_concern-list.concern_list2 li:nth-child(3) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.p-sec1_concern-list li {
  padding: 15px 25px;
  background: #fff;
}
.p-sec1_concern-list li:not(:first-of-type) {
  margin-top: 8px;
}
.p-sec1_concern-list li span {
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 1.1em;
}
@media screen and (max-width: 639px) {
  .p-sec1_concern-list li {
    padding: 10px 22px;
  }
}

/* p-sec2
----------------------------------*/
.p-sec2__lead-box {
  padding: 55px 0;
}

.p-sec2__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin-inline: auto;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 2.8rem;
}
.p-sec2__lead em {
  font-size: 1.2em;
  color: #920202;
}
.p-sec2__lead .img {
  width: 150px;
  margin: 0 5px;
}
@media screen and (max-width: 1101px) {
  .p-sec2__lead {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 639px) {
  .p-sec2__lead {
    max-width: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    padding: 0 20px;
  }
  .p-sec2__lead .img {
    width: 30%;
  }
}

.p-strength__list {
  max-width: 1300px;
  margin-inline: auto;
  padding-top: 50px;
}
.p-strength__list > li {
  position: relative;
  padding: 55px 20px 35px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
}
@media screen and (max-width: 1101px) {
  .p-strength__list > li {
    padding: 35px 25px 50px;
  }
}
@media screen and (max-width: 1025px) {
  .p-strength__list > li:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .p-strength__list > li {
    padding: 45px 25px 50px;
  }
  .p-strength__list > li:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-strength__list > li {
    padding: 45px 25px 30px;
  }
}
@media screen and (max-width: 1025px) {
  .p-strength__list {
    padding-top: 40px;
  }
}

.p-strength__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.p-strength__lead:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -115px;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .p-strength__lead:before {
    top: -95px;
  }
}
.p-strength__lead.num01:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27768/number01.png) no-repeat center/contain;
}
.p-strength__lead.num02:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27768/number02.png) no-repeat center/contain;
}
.p-strength__lead.num03:before {
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27768/number03.png) no-repeat center/contain;
}
.p-strength__lead.type1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.p-strength__lead .num {
  width: 100px;
  margin-right: 30px;
}
.p-strength__lead .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  color: #13643b;
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
}
.p-strength__lead .main em {
  display: inline-block;
  border-bottom: 1px solid #c40303;
  color: #c40303;
  font-size: 1.05em;
}
.p-strength__lead .main em.type_en {
  border-bottom-color: #82D75A;
  color: #82D75A;
}
@media screen and (max-width: 1101px) {
  .p-strength__lead .num {
    width: 50px;
    margin-right: 20px;
    margin-left: -10px;
  }
  .p-strength__lead .main {
    padding-top: 15px;
  }
}
@media screen and (max-width: 639px) {
  .p-strength__lead .main {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .p-strength__lead .main {
    font-size: 1.5rem;
  }
}

.p-strength__txt {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.p-strength__txt p {
  text-align: center;
  margin-bottom: 15px;
}
.p-strength__txt .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  color: #13643b;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.p-strength__txt .main em {
  display: inline-block;
  border-bottom: 1px solid #c40303;
  color: #c40303;
  font-size: 1.05em;
}
.p-strength__txt .main em.type_en {
  border-bottom-color: #82D75A;
  color: #82D75A;
}
.p-strength__txt figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1025px) {
  .p-strength__txt figure {
    height: 250px;
  }
}
@media screen and (max-width: 639px) {
  .p-strength__txt figure {
    height: 200px;
  }
}

.p-sec2__btn-wrap {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  max-width: 900px;
  margin-inline: auto;
  gap: 20px 4%;
}
@media screen and (max-width: 1101px) {
  .p-sec2__btn-wrap {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

.btn-wrap {
  position: relative;
}
.btn-wrap.type_center .btn-cbt {
  margin-inline: auto;
}

.btn-cbt {
  margin: 0 auto;
}
.btn-cbt * {
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-cbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 75px;
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  z-index: 3;
}
.btn-cbt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
  opacity: 0.1;
  -webkit-transform: translate(15px, 12px);
          transform: translate(15px, 12px);
  z-index: -2;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-cbt .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
  z-index: -2;
}
.btn-cbt .icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 35px;
  top: 0;
  width: 80px;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.btn-cbt .icon span {
  display: block;
  position: relative;
  z-index: 2;
  width: 55px;
}
.btn-cbt .txt {
  display: block;
  position: relative;
  z-index: 4;
  padding: 0 15px 0 60px;
  line-height: 1.4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 639px) {
  .btn-cbt {
    height: 72px;
    max-width: 260px;
    width: 100%;
    margin-inline: auto;
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  .btn-cbt:before {
    -webkit-transform: translate(8px, 6px);
            transform: translate(8px, 6px);
  }
  .btn-cbt .icon {
    left: 18px;
    width: 46px;
  }
  .btn-cbt .icon span {
    width: 24px;
  }
  .btn-cbt .txt {
    padding: 0 18px 0 44px;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.btn-cbt.btn-service .bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(89.096, 190.232, 50.568)), to(#4a9e2a));
  background-image: linear-gradient(to right, rgb(89.096, 190.232, 50.568), #4a9e2a);
}
.btn-cbt.btn-search .bg, .btn-cbt.btn-arrow .bg {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #4a9e2a), color-stop(68.82%, #82D75A));
  background-image: linear-gradient(to right, #4a9e2a -22.57%, #82D75A 68.82%);
}
.btn-cbt:hover {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.btn-cbt:hover:before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* top-service
----------------------------------*/
@media screen and (max-width: 1101px) {
  .sec__service-top {
    padding-top: 50px;
  }
}

.p-top-service_wrap {
  position: relative;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .p-top-service_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 85%;
  }
}
.p-top-service_wrap .p-top-service_box {
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-top-service_wrap .p-top-service_box a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.p-top-service_wrap .p-top-service_box a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #d8dcda;
  border-radius: 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
  transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
}
.p-top-service_wrap .p-top-service_box a figure {
  mix-blend-mode: multiply;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-top-service_wrap .p-top-service_box a figure img {
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-top-service_wrap .p-top-service_box a .p-top-service_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 5;
}
.p-top-service_wrap .p-top-service_box a .p-top-service_title:before, .p-top-service_wrap .p-top-service_box a .p-top-service_title:after {
  position: absolute;
  content: "";
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-top-service_wrap .p-top-service_box a .p-top-service_title:before {
  width: 35px;
  height: 28px;
  border-radius: 50px;
  left: 5%;
  bottom: -50px;
}
.p-top-service_wrap .p-top-service_box a .p-top-service_title:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 140%;
  border-radius: 80px;
}
.p-top-service_wrap .p-top-service_box a .p-top-service_title .ja {
  display: block;
  font-size: 2rem;
  margin-top: 10px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-top-service_wrap .p-top-service_box a .p-top-service_title .eng {
  display: inline-block;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 639px) {
  .p-top-service_wrap .p-top-service_box a .p-top-service_title .ja {
    font-size: 1.4rem;
  }
  .p-top-service_wrap .p-top-service_box a .p-top-service_title .eng {
    font-size: 2.4rem;
  }
  .p-top-service_wrap .p-top-service_box a .p-top-service_title:before {
    width: 25px;
    height: 20px;
    bottom: -30px;
  }
}
.p-top-service_wrap .p-top-service_box .p-top-service_txt {
  padding: 20px;
}
.p-top-service_wrap .p-top-service_box:hover {
  -webkit-box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
}
.p-top-service_wrap .p-top-service_box:hover a figure {
  border-radius: 20px;
}
.p-top-service_wrap .p-top-service_box:hover a:before {
  -webkit-transform: scale(0.96, 0.94);
          transform: scale(0.96, 0.94);
  backdrop-filter: blur(5px);
}
.p-top-service_wrap .p-top-service_box:hover a .p-top-service_title .eng {
  color: #13643b;
}
.p-top-service_wrap .p-top-service_box:hover a .p-top-service_title .ja {
  color: #111;
}
.p-top-service_wrap .p-top-service_box:hover a .p-top-service_title:before, .p-top-service_wrap .p-top-service_box:hover a .p-top-service_title:after {
  opacity: 0.8;
}

/* top-greet
----------------------------------*/
.top-greet-box,
.top-recruit-box,
.service-box,
.company-box,
.motto-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1800px;
}
.top-greet-box .img-box,
.top-recruit-box .img-box,
.service-box .img-box,
.company-box .img-box,
.motto-box .img-box {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top-greet-box .img-box .img01,
.top-recruit-box .img-box .img01,
.service-box .img-box .img01,
.company-box .img-box .img01,
.motto-box .img-box .img01 {
  width: 92%;
}
.top-greet-box .txt-box,
.top-recruit-box .txt-box,
.service-box .txt-box,
.company-box .txt-box,
.motto-box .txt-box {
  width: 56%;
  padding: 40px;
}
.top-greet-box .txt-box .ttl,
.top-recruit-box .txt-box .ttl,
.service-box .txt-box .ttl,
.company-box .txt-box .ttl,
.motto-box .txt-box .ttl {
  font-size: 2.3rem;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  margin-bottom: 10px;
  line-height: 1.6;
  width: 86%;
}
.top-greet-box .txt-box .ttl span,
.top-recruit-box .txt-box .ttl span,
.service-box .txt-box .ttl span,
.company-box .txt-box .ttl span,
.motto-box .txt-box .ttl span {
  color: #82D75A;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .top-greet-box,
  .top-recruit-box,
  .service-box,
  .company-box,
  .motto-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .top-greet-box .img-box,
  .top-greet-box .txt-box,
  .top-recruit-box .img-box,
  .top-recruit-box .txt-box,
  .service-box .img-box,
  .service-box .txt-box,
  .company-box .img-box,
  .company-box .txt-box,
  .motto-box .img-box,
  .motto-box .txt-box {
    width: 100%;
  }
  .top-greet-box .img-box .img01,
  .top-recruit-box .img-box .img01,
  .service-box .img-box .img01,
  .company-box .img-box .img01,
  .motto-box .img-box .img01 {
    width: 100%;
    height: 300px;
  }
  .top-greet-box .img-box .img01 img,
  .top-recruit-box .img-box .img01 img,
  .service-box .img-box .img01 img,
  .company-box .img-box .img01 img,
  .motto-box .img-box .img01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-greet-box .img-box .img01.service img,
  .top-recruit-box .img-box .img01.service img,
  .service-box .img-box .img01.service img,
  .company-box .img-box .img01.service img,
  .motto-box .img-box .img01.service img {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top-greet-box .txt-box,
  .top-recruit-box .txt-box,
  .service-box .txt-box,
  .company-box .txt-box,
  .motto-box .txt-box {
    padding: 20px 10px;
  }
  .top-greet-box .txt-box .ttl,
  .top-recruit-box .txt-box .ttl,
  .service-box .txt-box .ttl,
  .company-box .txt-box .ttl,
  .motto-box .txt-box .ttl {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1025px) {
  .top-greet-box .img-box .img01,
  .top-recruit-box .img-box .img01,
  .service-box .img-box .img01,
  .company-box .img-box .img01,
  .motto-box .img-box .img01 {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  .top-greet-box .txt-box .ttl,
  .top-recruit-box .txt-box .ttl,
  .service-box .txt-box .ttl,
  .company-box .txt-box .ttl,
  .motto-box .txt-box .ttl {
    width: 100%;
  }
}
.top-greet-box.type2,
.top-recruit-box.type2,
.service-box.type2,
.company-box.type2,
.motto-box.type2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-greet-box.type2 .txt-box,
.top-recruit-box.type2 .txt-box,
.service-box.type2 .txt-box,
.company-box.type2 .txt-box,
.motto-box.type2 .txt-box {
  padding: 0;
}
.top-greet-box.type2 .txt-box .mtitle7,
.top-recruit-box.type2 .txt-box .mtitle7,
.service-box.type2 .txt-box .mtitle7,
.company-box.type2 .txt-box .mtitle7,
.motto-box.type2 .txt-box .mtitle7 {
  margin-bottom: 60px;
}
.top-greet-box.type2 .txt-box .ttl,
.top-recruit-box.type2 .txt-box .ttl,
.service-box.type2 .txt-box .ttl,
.company-box.type2 .txt-box .ttl,
.motto-box.type2 .txt-box .ttl {
  margin-bottom: 20px;
}

.top-greet-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 80px 0;
  max-width: 95%;
}
@media screen and (max-width: 1025px) {
  .top-greet-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
    padding: 40px 0;
  }
}
.top-greet-box .img-box {
  width: 55%;
}
@media screen and (max-width: 1101px) {
  .top-greet-box .img-box {
    width: 50%;
  }
}
@media screen and (max-width: 1025px) {
  .top-greet-box .img-box {
    width: 100%;
  }
}
.top-greet-box .img-box .img01 {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1440px) {
  .top-greet-box .img-box .img01 {
    height: 400px;
  }
}
@media screen and (max-width: 1025px) {
  .top-greet-box .img-box .img01 {
    height: 280px;
  }
}
.top-greet-box .img-box .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-greet-box .txt-box {
  width: 40%;
  padding: 0;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .top-greet-box .txt-box {
    width: 45%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1101px) {
  .top-greet-box .txt-box {
    width: 45%;
  }
}
@media screen and (max-width: 1025px) {
  .top-greet-box .txt-box {
    width: 100%;
    padding-right: 0;
  }
}
.top-greet-box .txt-box .ttl {
  width: 80%;
}
@media screen and (max-width: 1440px) {
  .top-greet-box .txt-box .ttl {
    width: 85%;
  }
}
@media screen and (max-width: 1101px) {
  .top-greet-box .txt-box .ttl {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1025px) {
  .top-greet-box .txt-box .ttl {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .top-greet-box .txt-box .ttl {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .top-greet-box .txt-box .ttl {
    width: 100%;
  }
}
.top-greet-box .txt-box p.txt {
  font-size: 1.7rem;
}
.top-greet-box .txt-box p.txt:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .top-greet-box .txt-box p.txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1025px) {
  .top-greet-box .txt-box p.txt:last-child {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}

.top-recruit-box .txt-box p {
  text-align: center;
  margin-bottom: 30px;
}
.top-recruit-box .txt-box .btn-cbt {
  margin: 0 auto;
}

.service-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-box .txt-box {
  text-align: center;
}

.service-mt40 {
  margin-top: 40px;
}

.motto-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.motto-box .txt-box {
  text-align: left;
}
.motto-box .txt-box p:not(:last-child) {
  margin-bottom: 15px;
}

.recruit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .recruit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-box .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
}
.recruit-box .imgArea .img-inner {
  height: 500px;
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2rem;
  overflow: hidden;
}
.recruit-box .imgArea .img-inner:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  content: "";
  background-color: #F5F6EC;
}
.recruit-box .imgArea .img-inner .u-ofcover {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-box .txtArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.recruit-box .txtArea .r-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}
.recruit-box .txtArea .r-flow dt {
  width: 8rem;
  padding-top: 1.1rem;
  padding-right: 1.5rem;
  text-align: right;
  letter-spacing: 0.1rem;
}
.recruit-box .txtArea .r-flow dt > b {
  position: relative;
  display: block;
  font-family: Reem Kufi, Noto Sans JP, Yu Gothic, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
.recruit-box .txtArea .r-flow dd {
  width: calc(100% - 8rem);
  padding: 1.1rem 0 4.5rem 10px;
  border-left: solid 2px #82D75A;
}
.recruit-box .txtArea .r-flow dd > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.recruit-box .txtArea .r-flow dd > .inner:after {
  position: absolute;
  top: 1rem;
  left: -2.82rem;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #82D75A;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recruit-box .txtArea .r-flow dd > .inner > .container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.recruit-box .txtArea .r-flow dd > .inner > .container > .title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: solid thin #888;
  padding-bottom: 5px;
}
.recruit-box .txtArea .r-flow dd > .inner > .container > p {
  padding-top: 5px;
}
@media screen and (max-width: 820px) {
  .recruit-box .imgArea,
  .recruit-box .txtArea {
    width: 100%;
  }
}

.company-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .company-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-box .img-box {
  width: 53%;
}
@media screen and (max-width: 820px) {
  .company-box .img-box {
    width: 100%;
  }
}
.company-box .txt-box {
  width: 44%;
  padding: 0;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .company-box .txt-box {
    width: 100%;
    padding-right: 0;
  }
}
.company-box .txt-box .mtitle7 {
  margin-bottom: 60px;
}
.company-box .txt-box .ttl {
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1025px) {
  .company-box .txt-box .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .company-box .txt-box .ttl {
    width: 65%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 639px) {
  .company-box .txt-box .ttl {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .company-box .txt-box .ttl {
    width: 98%;
  }
}
.company-box .txt-box .txt {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .company-box .txt-box .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1025px) {
  .company-box .txt-box .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 820px) {
  .company-box .txt-box .txt {
    text-align: center;
    margin-bottom: 30px;
  }
}

/* top-area
----------------------------------*/
.top-area-box {
  max-width: 1600px;
  margin: 0 auto;
  background: url(../img/top-area.jpg) no-repeat bottom/cover;
  height: 400px;
}
@media screen and (max-width: 1025px) {
  .top-area-box {
    height: 300px;
  }
}
@media screen and (max-width: 639px) {
  .top-area-box {
    height: 250px;
  }
}

.top-area-txt {
  max-width: 750px;
  width: calc(100% - 20px);
  position: relative;
  z-index: 2;
  margin: -120px auto 0;
}
.top-area-txt .inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .top-area-txt .inner {
    padding: 30px;
  }
}
@media screen and (max-width: 639px) {
  .top-area-txt .inner {
    padding: 20px;
  }
}
.top-area-txt .inner .mtitle6 {
  margin-bottom: 20px;
}
.top-area-txt .inner p {
  text-align: center;
}
.top-area-txt .inner p.first {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .top-area-txt .inner p.first {
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 480px) {
  .top-area-txt .inner p.first {
    font-size: 1.5rem;
  }
}

/* top-flow-list
----------------------------------*/
.top-flow-list {
  max-width: 850px;
}
.top-flow-list .flow-list-inner {
  font-size: 1.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.top-flow-list .flow-list-inner li {
  position: relative;
  background-color: #fff;
  border: 1px solid #82D75A;
  border-radius: 50%;
  width: 20%;
  margin-right: 3.95%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .top-flow-list .flow-list-inner li {
    width: 25%;
    margin-right: 4.95%;
  }
}
@media screen and (max-width: 639px) {
  .top-flow-list .flow-list-inner li {
    width: 38%;
    margin-right: 7.95%;
  }
}
@media screen and (max-width: 480px) {
  .top-flow-list .flow-list-inner li {
    width: 42%;
  }
}
.top-flow-list .flow-list-inner li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-flow-list .flow-list-inner li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13.93%;
  margin: auto;
  width: 7.96%;
  height: 7.96%;
  border-top: 1px solid #82D75A;
  border-right: 1px solid #82D75A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1025px) {
  .top-flow-list .flow-list-inner li:not(:last-child):after {
    right: -12.93%;
  }
}
.top-flow-list .flow-list-inner li .txtarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-flow-list .flow-list-inner li .txtarea .txt-sub,
.top-flow-list .flow-list-inner li .txtarea .txt-sub * {
  color: #4eacd8;
}
.top-flow-list .flow-list-inner li .txtarea .icon {
  height: 40%;
}
.top-flow-list .flow-list-inner li .txtarea .icon img {
  height: 100%;
}
.top-flow-list .flow-list-inner li .txtarea p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  height: 2.4em;
  margin-bottom: -0.5rem;
}

/* p-sec3
----------------------------------*/
.p-sec3__title {
  position: relative;
}
.p-sec3__title .ja {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  margin-top: 10px;
  font-size: 2.8rem;
  text-indent: -30px;
}
.p-sec3__title:before {
  display: inline-block;
  content: attr(data-title);
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #4a9e2a), color-stop(68.82%, #82D75A));
  background-image: linear-gradient(to right, #4a9e2a -22.57%, #82D75A 68.82%);
  -webkit-background-clip: text;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-size: 4.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 1101px) {
  .p-sec3__title .ja {
    margin-left: 0;
    font-size: 2rem;
    text-indent: 0;
  }
  .p-sec3__title:before {
    font-size: 3.2rem;
  }
}

.p-sec3__list li {
  position: relative;
  width: 90%;
}
.p-sec3__list li:nth-child(2) {
  margin-top: 40px;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  .p-sec3__list li {
    width: 95%;
  }
}
.p-sec3__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  aspect-ratio: 3/1;
  overflow: hidden;
}
.p-sec3__list li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #82D75A), color-stop(49.9%, #a8e88a), color-stop(94.82%, #c8f0b0));
  background-image: linear-gradient(to left, #82D75A 9.43%, #a8e88a 49.9%, #c8f0b0 94.82%);
  opacity: 0.4;
}
@media screen and (max-width: 639px) {
  .p-sec3__list li a {
    aspect-ratio: 3/1.3;
  }
}
.p-sec3__list li a .arrow {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 4;
  width: 80px;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-sec3__list li a .arrow .cls-1 {
  fill: none;
  stroke: #fff;
}
@media screen and (max-width: 639px) {
  .p-sec3__list li a .arrow {
    width: 40px;
  }
}
.p-sec3__list li a figure {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(80%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, right top, left top, from(#000), color-stop(80%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0) 100%);
}
.p-sec3__list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-sec3__list li a .p-sec3__list-lead {
  position: relative;
  z-index: 3;
  margin-left: 40px;
  color: #111;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}
.p-sec3__list li a .p-sec3__list-lead:before {
  display: block;
  content: attr(data-title);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 639px) {
  .p-sec3__list li a .p-sec3__list-lead {
    margin-left: 25px;
    font-size: 1.5rem;
  }
  .p-sec3__list li a .p-sec3__list-lead:before {
    font-size: 3rem;
  }
}
.p-sec3__list li a:hover figure img {
  opacity: 1;
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
.p-sec3__list li a:hover .arrow {
  right: 15px;
}

/* p-sec4----------------------------------*/
.p-sec4__wrap {
  position: relative;
  width: calc(100% - 150px);
  padding: 80px 0;
}
@media screen and (max-width: 1101px) {
  .p-sec4__wrap {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1025px) {
  .p-sec4__wrap {
    width: 100%;
  }
}

.p-sec4__photo {
  height: 600px;
  position: relative;
  background: url(../img/top_servise_bg.jpg) no-repeat bottom/cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 639px) {
  .p-sec4__photo {
    height: 500px;
  }
}
.p-sec4__photo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #278dc0), color-stop(49.9%, #0096c8), color-stop(94.82%, #cde478));
  background-image: linear-gradient(to left, #278dc0 9.43%, #0096c8 49.9%, #cde478 94.82%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.p-sec4__photo .p-sec4__btn-area {
  position: absolute;
  right: -15px;
  bottom: 5%;
  z-index: 4;
}
@media screen and (max-width: 639px) {
  .p-sec4__photo .p-sec4__btn-area {
    width: 90%;
  }
}
.p-sec4__photo .p-sec4__btn-area .btn_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .p-sec4__photo .p-sec4__btn-area .btn_case {
    width: 100%;
    margin-inline: auto;
  }
}
.p-sec4__photo .p-sec4__btn-area .btn_case .case-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
  width: 120px;
  height: 120px;
}
.p-sec4__photo .p-sec4__btn-area .btn_case .case-lead:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background-image: linear-gradient(100.02deg, #1bb6f2 9.43%, #00c8b4 49.9%, #ade478 94.82%);
  border: 4px solid #454545;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-sec4__photo .p-sec4__btn-area .btn_case .case-lead span {
  display: block;
  position: relative;
  z-index: 3;
  color: #333;
  font-size: 2.8rem;
  text-transform: uppercase;
  text-shadow: -2px -2px 1px rgba(255, 255, 255, 0.3), 2px 2px 1px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 639px) {
  .p-sec4__photo .p-sec4__btn-area .btn_case .case-lead {
    width: 80px;
    height: 80px;
  }
  .p-sec4__photo .p-sec4__btn-area .btn_case .case-lead:before {
    width: 80px;
    height: 80px;
    left: 5px;
  }
  .p-sec4__photo .p-sec4__btn-area .btn_case .case-lead span {
    font-size: 1.8rem;
    margin-left: 40%;
  }
}
.p-sec4__photo .p-sec4__btn-area .btn_case .txt {
  display: block;
  position: relative;
  width: 600px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  padding: 20px 0 20px 50px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: left;
  color: #111;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (max-width: 1025px) {
  .p-sec4__photo .p-sec4__btn-area .btn_case .txt {
    width: 400px;
    padding: 10px 0 10px 50px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .p-sec4__photo .p-sec4__btn-area .btn_case .txt {
    font-size: 1.5rem;
  }
}
.p-sec4__photo .p-sec4__btn-area .btn_case .txt:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
  z-index: -1;
}
.p-sec4__photo .p-sec4__btn-area .btn_case .txt .bg {
  position: absolute;
  left: -15px;
  top: -10px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
  z-index: -1;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (max-width: 639px) {
  .p-sec4__photo .p-sec4__btn-area .btn_case .txt .bg {
    left: -8px;
    top: -6px;
  }
}
.p-sec4__photo .p-sec4__btn-area .btn_case .txt span {
  border-right: 1px solid #82D75A;
  padding-right: 10px;
}
.p-sec4__photo .p-sec4__btn-area .btn_case .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  width: 50px;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (max-width: 639px) {
  .p-sec4__photo .p-sec4__btn-area .btn_case .arrow {
    width: 35px;
  }
}
.p-sec4__photo .p-sec4__btn-area .btn_case .arrow .cls-1 {
  fill: none;
  stroke: #333;
}
.p-sec4__photo .p-sec4__btn-area .btn_case:hover .txt {
  color: #13643b;
}
.p-sec4__photo .p-sec4__btn-area .btn_case:hover .txt .bg {
  top: 0;
}
.p-sec4__photo .p-sec4__btn-area .btn_case:hover .arrow {
  right: 10px;
}
.p-sec4__photo .p-sec4__txt-area {
  position: absolute;
  right: 30px;
  top: 5%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}
@media screen and (max-width: 1025px) {
  .p-sec4__photo .p-sec4__txt-area {
    left: 30px;
    right: auto;
  }
}
.p-sec4__photo .p-sec4__txt-area .mtitle6 {
  margin-bottom: 0;
}

.p-sec4__photo2 {
  background: url(../img/2.jpg) no-repeat center/cover;
}
.p-sec4__photo2:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #cde478), color-stop(49.9%, #0096c8), color-stop(94.82%, #278dc0));
  background-image: linear-gradient(to left, #cde478 9.43%, #0096c8 49.9%, #278dc0 94.82%);
}

.p-sec4__photo3 {
  background: url(../img/3.jpg) no-repeat center/cover;
}
.p-sec4__photo3:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #cde478), color-stop(49.9%, #0096c8), color-stop(94.82%, #278dc0));
  background-image: linear-gradient(to left, #cde478 9.43%, #0096c8 49.9%, #278dc0 94.82%);
}

.p-sec4__photo4 {
  background: url(../img/1.jpg) no-repeat center/cover;
}
.p-sec4__photo4:after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #cde478), color-stop(49.9%, #0096c8), color-stop(94.82%, #278dc0));
  background-image: linear-gradient(to left, #cde478 9.43%, #0096c8 49.9%, #278dc0 94.82%);
}

.p-sec4__cbt-area {
  padding: 60px 0;
}

/* about----------------------------------*/
.p-company__shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company__shop-list .child {
  width: 100%;
  margin-top: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 8px 10px 10px -10px;
          box-shadow: rgba(51, 51, 51, 0.1) 8px 10px 10px -10px;
}
.p-company__shop-list .child.type1 {
  width: 100%;
}
.p-company__shop-list .child:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 1101px) {
  .p-company__shop-list .child {
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  .p-company__shop-list .child {
    text-align: center;
  }
}

.p-company__shop-title {
  position: relative;
  margin-bottom: 1em;
  padding: 4px 8px 4px 16px;
  border-left: 5px solid #13643b;
  color: #333;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.4;
}

.p-company__shop-tel {
  display: block;
  position: relative;
  margin-bottom: 8px;
  color: #4a9e2a;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-company__shop-tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
  font-size: 0.8em;
}
.p-company__shop-tel:hover {
  color: #82D75A;
}
@media screen and (max-width: 639px) {
  .p-company__shop-tel {
    margin-inline: auto;
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-company__shop-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  padding: 4px 20px;
  background: #13643b;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-company__shop-map:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  margin-right: 5px;
  color: #4a9e2a;
}
.p-company__shop-map:hover {
  background: #4a9e2a;
}
@media screen and (max-width: 639px) {
  .p-company__shop-map {
    margin-inline: auto;
  }
}

.p-photo__insert {
  position: relative;
  overflow: hidden;
}
.p-photo__insert .inner {
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 4.5/1;
}
@media screen and (max-width: 639px) {
  .p-photo__insert .inner {
    aspect-ratio: 3/1;
  }
}

.staff-list .staff-list_inner {
  position: relative;
  padding: 1.4em 2em;
  border: 2px solid;
  -o-border-image: linear-gradient(to left, #82D75A 9.43%, #a8e88a 49.9%, #c8f0b0 94.82%);
     border-image: -webkit-gradient(linear, right top, left top, color-stop(9.43%, #82D75A), color-stop(49.9%, #a8e88a), color-stop(94.82%, #c8f0b0));
     border-image: linear-gradient(to left, #82D75A 9.43%, #a8e88a 49.9%, #c8f0b0 94.82%);
  border-image-slice: 1;
  -webkit-box-shadow: rgba(51, 51, 51, 0.1) 8px 10px 10px -10px;
          box-shadow: rgba(51, 51, 51, 0.1) 8px 10px 10px -10px;
  background: #fefefe;
}
.staff-list .staff-list_inner:not(:last-of-type) {
  margin-bottom: 40px;
}
.staff-list .staff-info {
  max-width: 350px;
}
.staff-list .staff-comment {
  margin-top: 40px;
  letter-spacing: 0;
  font-size: 0.95em;
}
.staff-list .staff-comment .staff-comment-lead {
  font-size: 1.2em;
  color: rgb(114.4512195122, 210.0243902439, 69.4756097561);
  margin-bottom: 1.5em;
}

/* service/ばいきゃくおてつだい
----------------------------------*/
.p-service__head {
  position: relative;
}
.p-service__head:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 80px);
  height: calc(100% - 120px);
  background: url(../img/bg-01.jpg) no-repeat center/cover;
  border-radius: 80px 0 80px 0;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  .p-service__head:before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 639px) {
  .p-service__head:before {
    height: calc(100% - 60px);
    border-radius: 40px 0 40px 0;
  }
}
.p-service__head .inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-inline: auto;
  padding: 40px 20px;
}
@media screen and (max-width: 639px) {
  .p-service__head .inner {
    padding-bottom: 20px;
  }
}
.p-service__head .inner .left {
  position: absolute;
  left: 20px;
  top: 80px;
  line-height: 1;
}
.p-service__head .inner .left .p-service__head-title {
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 2.5vw;
  margin-bottom: 30px;
}
.p-service__head .inner .left .p-service__head-lead span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 20px;
  background: #fff;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 1.6vw;
}
.p-service__head .inner .left .p-service__head-lead span:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  .p-service__head .inner .left {
    left: 40px;
  }
  .p-service__head .inner .left .p-service__head-title {
    font-size: 3.5vw;
  }
  .p-service__head .inner .left .p-service__head-lead span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1440px) and (max-width: 639px) {
  .p-service__head .inner .left {
    position: relative;
    top: auto;
    left: 20px;
  }
  .p-service__head .inner .left .p-service__head-title {
    font-size: 2.2rem;
  }
  .p-service__head .inner .left .p-service__head-lead span {
    font-size: 1.4rem;
  }
}
.p-service__head .inner .right {
  width: 75%;
  margin-right: -5%;
  margin-left: auto;
}
.p-service__head .inner .right img {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .p-service__head .inner .right {
    width: 105%;
    margin-top: -20px;
  }
}

.p-service__feature-wrap {
  position: relative;
  margin-inline: calc(50% - 50vw);
  padding: 60px 0 80px;
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap {
    padding-bottom: 40px;
  }
}
.p-service__feature-wrap.type1:before {
  left: 0;
  right: auto;
  border-radius: 0 20px 20px 0;
}
.p-service__feature-wrap:not(:first-of-type) {
  margin-top: 80px;
}
.p-service__feature-wrap:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#dff2d2), color-stop(55%, #82D75A), to(#13643b));
  background-image: linear-gradient(to right, #dff2d2, #82D75A 55%, #13643b);
  border-radius: 20px 0 0 20px;
  z-index: -1;
  opacity: 0.14;
}
@media screen and (max-width: 1440px) {
  .p-service__feature-wrap:before {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap:before {
    width: 97%;
  }
}
.p-service__feature-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_-texture.jpg) repeat left center/contain;
  mix-blend-mode: multiply;
  opacity: 0.18;
}
.p-service__feature-wrap .inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-service__feature-wrap .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap .inner {
    padding: 0 10px;
  }
}
.p-service__feature-wrap .inner .p-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap .inner .p-service__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__feature-wrap .inner .p-service__flex .img {
  height: 250px;
  width: 38%;
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap .inner .p-service__flex .img {
    height: 200px;
  }
}
.p-service__feature-wrap .inner .p-service__flex .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__feature-wrap .inner .p-service__flex .txt {
  width: 60%;
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap .inner .p-service__flex .img,
  .p-service__feature-wrap .inner .p-service__flex .txt {
    width: 100%;
  }
}
.p-service__feature-wrap .inner .p-service__bottom .list_common {
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap .inner .p-service__bottom .list_common {
    margin-bottom: 20px;
  }
}
.p-service__feature-wrap .inner .p-service__bottom .list_common li:last-child {
  border-bottom: 1px solid #ddd;
}
.p-service__feature-wrap .inner .p-service__bottom .txt .point-txt {
  position: relative;
  z-index: 5;
  display: inline-block;
}
.p-service__feature-wrap .inner .p-service__bottom .txt .point-txt .marker-c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #dff2d2));
  background: linear-gradient(transparent 50%, #dff2d2 0%);
  z-index: 0;
}
.p-service__feature-wrap .p-service__feature-title {
  position: absolute;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 1440px) {
  .p-service__feature-wrap .p-service__feature-title {
    left: 50px;
  }
}
.p-service__feature-wrap .p-service__feature-title .small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  border-bottom: 3px solid #82D75A;
  font-size: 2rem;
  margin-bottom: 3px;
  font-family: "Lato", sans-serif;
}
.p-service__feature-wrap .p-service__feature-title .main {
  display: block;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 10px 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#13643b), to(#82D75A));
  background-image: linear-gradient(to right, #13643b 0%, #82D75A 100%);
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .p-service__feature-wrap .p-service__feature-title {
    position: relative;
    left: auto;
    margin-bottom: -80px;
  }
  .p-service__feature-wrap .p-service__feature-title .small {
    font-size: 1.3rem;
  }
  .p-service__feature-wrap .p-service__feature-title .main {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 6px 30px;
  }
}

/* p-service cards
----------------------------------*/
.p-service__cards {
  margin-top: 35px;
}
@media screen and (max-width: 639px) {
  .p-service__cards {
    margin-top: 25px;
  }
}

.p-service__cards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1025px) {
  .p-service__cards-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  .p-service__cards-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.p-service__card {
  background: #fff;
  border-radius: 5px;
  padding: 28px 26px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 10px 24px;
          box-shadow: rgba(0, 0, 0, 0.08) 0 10px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 639px) {
  .p-service__card {
    padding: 22px 18px;
  }
}

.p-service__card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #82D75A;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.p-service__card-icon i {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.p-service__card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.4;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(130, 215, 90, 0.25)));
  background: linear-gradient(transparent 70%, rgba(130, 215, 90, 0.25) 0%);
}
@media screen and (max-width: 639px) {
  .p-service__card-title {
    font-size: 1.7rem;
  }
}

.p-service__card-text {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333;
  letter-spacing: 0;
}

.bg-company {
  position: relative;
  padding: 80px 0;
}
.bg-company:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media screen and (max-width: 820px) {
  .bg-company {
    padding: 40px 0;
  }
}
@media screen and (max-width: 639px) {
  .bg-company {
    padding-top: 20px;
  }
}

.p-company__head {
  position: relative;
}
.p-company__head:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background: url(../img/bg-company.jpg) no-repeat center bottom/cover;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.7)), color-stop(50%, #000), color-stop(85%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 15%, #000 50%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.7)), color-stop(50%, #000), color-stop(85%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 15%, #000 50%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}
.p-company__head .inner {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
  padding: 90px 0 120px;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .p-company__head .inner {
    padding: 45px 15px;
  }
}

.p-company__title {
  position: relative;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.6;
}
.p-company__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-company__title .small {
  font-size: 1.7rem;
  margin-bottom: 1em;
}
.p-company__title .main {
  font-size: 2.1rem;
  text-align: center;
}
.p-company__title .main em {
  display: block;
  border-bottom: 1px solid #82D75A;
  color: #82D75A;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6em;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  .p-company__title .small {
    font-size: 1.3rem;
  }
  .p-company__title .main {
    font-size: 1.8rem;
  }
}

.p-company__head-txt {
  max-width: 760px;
  width: 90%;
  margin-inline: auto;
  color: #232323;
  background: transparent;
  backdrop-filter: blur(1.5px);
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-company__head-txt {
    font-size: 1.5rem;
    width: 100%;
  }
}
.p-company__head-txt p:not(:last-child) {
  margin-bottom: 10px;
}

.p-auction__list,
.merit__list {
  margin-top: 60px;
  gap: 80px 2%;
}
@media screen and (max-width: 639px) {
  .p-auction__list,
  .merit__list {
    gap: 40px 2%;
  }
}
.p-auction__list > li,
.merit__list > li {
  max-width: 500px;
  position: relative;
  margin-inline: auto;
}
.p-auction__list > li figure,
.merit__list > li figure {
  width: 100px;
  margin: 10px auto 0;
}
.p-auction__list > li .num,
.merit__list > li .num {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  translate: 0 -35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 22px;
  background: #82D75A;
  color: #fff;
  border-radius: 9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 2.2rem;
}
.p-auction__list > li .num span,
.merit__list > li .num span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 639px) {
  .p-auction__list > li .num,
  .merit__list > li .num {
    padding: 7px 18px;
    font-size: 2rem;
    translate: 0 -25px;
  }
  .p-auction__list > li .num span,
  .merit__list > li .num span {
    font-size: 1.1rem;
  }
}
.p-auction__list > li .lead,
.merit__list > li .lead {
  margin-bottom: 1em;
  color: #13643b;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  font-size: 1.15em;
  text-align: center;
}
.p-auction__list > li .lead .small,
.merit__list > li .lead .small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px solid #333;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 639px) {
  .p-auction__list > li .lead .small,
  .merit__list > li .lead .small {
    font-size: 13px;
  }
}
.p-auction__list > li .txt,
.merit__list > li .txt {
  letter-spacing: 0;
}

.merit-section {
  padding: 80px 0;
  background: #F5F6EC url(../img/bg_-texture.jpg) repeat center center/cover;
}
@media screen and (max-width: 639px) {
  .merit-section {
    padding: 50px 0;
  }
}

.merit-card__icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(130, 215, 90, 0.08);
  border-radius: 50%;
}
.merit-card__icon i {
  font-size: 4.2rem;
  color: #82D75A;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .merit-card__icon {
    width: 80px;
    height: 80px;
  }
  .merit-card__icon i {
    font-size: 3.4rem;
  }
}

.merit-layout {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  gap: 36px 26px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 20px;
}
@media screen and (max-width: 1025px) {
  .merit-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  .merit-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.merit-head {
  padding: 60px 20px 20px;
}
@media screen and (max-width: 1025px) {
  .merit-head {
    grid-column: 1/-1;
    padding: 0 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .merit-head {
    padding: 0;
  }
}
.merit-head__title {
  color: #82D75A;
  font-size: clamp(4.8rem, 6vw, 7rem);
  line-height: 1;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}
.merit-head__sub {
  font-size: 1.6rem;
  color: #333;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}

.merit-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  padding: 42px 24px 28px;
  min-height: 320px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 639px) {
  .merit-card {
    min-height: auto;
    padding: 38px 18px 22px;
  }
}
.merit-card figure {
  width: 100px;
  margin: 0 auto 18px;
}
.merit-card figure img {
  display: block;
  width: 100%;
  height: auto;
}
.merit-card .num {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 20px;
  min-width: 124px;
  border-radius: 9999px;
  background: #82D75A;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.merit-card .num span {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 639px) {
  .merit-card .num {
    font-size: 1.8rem;
    min-width: 112px;
    padding: 9px 18px;
  }
  .merit-card .num span {
    font-size: 1rem;
  }
}
.merit-card .lead {
  margin-bottom: 16px;
  color: #13643b;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .merit-card .lead {
    font-size: 1.2em;
  }
}
.merit-card .txt {
  color: #333;
  line-height: 2;
  letter-spacing: 0;
}

/* 配置指定 */
.merit-card--01 {
  grid-column: 2;
  grid-row: 1;
}

.merit-card--02 {
  grid-column: 3;
  grid-row: 1;
}

.merit-card--03 {
  grid-column: 1;
  grid-row: 2;
}

.merit-card--04 {
  grid-column: 2;
  grid-row: 2;
}

.merit-card--05 {
  grid-column: 3;
  grid-row: 2;
}

@media screen and (max-width: 1025px) {
  .merit-card--01,
  .merit-card--02,
  .merit-card--03,
  .merit-card--04,
  .merit-card--05 {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 639px) {
  .merit-card--01,
  .merit-card--02,
  .merit-card--03,
  .merit-card--04,
  .merit-card--05 {
    grid-column: auto;
    grid-row: auto;
  }
}
.service__cbt-area {
  position: relative;
  margin-top: -50px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.service__cbt-area .cbt-lead {
  text-align: center;
  margin-bottom: 1em;
}
.service__cbt-area .cbt-lead span {
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #4a9e2a;
}
.service__cbt-area .btn-cbt {
  margin-inline: auto;
}

.lead-mini {
  display: inline-block;
  font-weight: 600;
  padding: 0 4px;
}
.lead-mini.type1 {
  color: #82D75A;
  border-bottom: 1px solid #82D75A;
}
.lead-mini.type2 {
  color: rgb(36.26, 77.42, 20.58);
  border-bottom: 1px solid #4a9e2a;
}

.download-box {
  background: #fff;
  padding: 12px 20px;
  position: relative;
  max-width: 500px;
  margin-top: 20px;
}
.download-box .lead {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: rgba(74, 158, 42, 0.7);
  margin: -25px 0 5px;
}
@media screen and (max-width: 639px) {
  .download-box {
    padding: 15px;
  }
}

.download-list li {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.download-list li:hover {
  background: #fff;
}
.download-list li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-list li .txt .num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #13643b;
  font-size: 1.7em;
  margin-right: 8px;
}
.download-list li .txt {
  font-weight: 600;
  font-size: 1.5rem;
}
.download-list li .txt .small {
  font-size: 12px;
}
.download-list li .linkbtn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
}
.download-list li .linkbtn-area .linkbtn {
  display: block;
}
.download-list li .linkbtn-area .linkbtn:first-of-type {
  margin-right: 8px;
}
.download-list li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccae8b;
}
@media screen and (max-width: 639px) {
  .download-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .download-list li .txt .num {
    font-size: 1.4em;
  }
  .download-list li .txt {
    font-size: 1.2rem;
  }
  .download-list li .link-btn-area {
    width: auto;
  }
}

.linkbtn {
  display: block;
  padding: 6px 10px;
  border-radius: 40px;
  line-height: 1.2;
  min-width: 90px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .linkbtn {
    font-size: 13px;
  }
}
.linkbtn:before {
  margin-right: 6px;
  font-size: 0.8em;
}
.linkbtn.btn-pdf {
  background: #ff3500;
}
.linkbtn.btn-pdf:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
}
.linkbtn.btn-excel {
  background: #1d6f42;
}
.linkbtn.btn-excel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  font-weight: 900;
}
.linkbtn.btn-word {
  background: #0173c7;
}
.linkbtn.btn-word:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  font-weight: 900;
}

.c-pdf {
  display: inline-block;
  padding: 0 4px;
  background: #ff3500;
  color: #fff;
  margin: 0 2px;
  border-radius: 4px;
}

.c-excel {
  display: inline-block;
  padding: 0 4px;
  background: #1d6f42;
  color: #fff;
  margin: 0 2px;
  border-radius: 4px;
}

.video-wrap {
  width: 60%;
  margin-inline: auto;
}
@media screen and (max-width: 639px) {
  .video-wrap {
    width: 100%;
  }
}

.p-recruit_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.p-recruit_head .p-recruit_head-txt {
  width: 35%;
  padding-left: 15px;
}
.p-recruit_head .p-recruit_head-txt .p-recruit_head-lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 1025px) {
  .p-recruit_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit_head .p-recruit_head-txt {
    width: 80%;
    margin-top: 30px;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-recruit_head-imgwrap {
  margin: 0 calc(50% - 50vw) -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-recruit_head-imgwrap figure {
  height: 350px;
}
.p-recruit_head-imgwrap figure:first-of-type {
  width: 50%;
}
.p-recruit_head-imgwrap figure:nth-of-type(2) {
  width: 30%;
}
.p-recruit_head-imgwrap figure:nth-of-type(3) {
  width: 20%;
}
@media screen and (max-width: 639px) {
  .p-recruit_head-imgwrap {
    margin-left: auto;
  }
  .p-recruit_head-imgwrap figure:first-of-type {
    width: 100%;
    height: 180px;
  }
  .p-recruit_head-imgwrap figure:nth-of-type(2) {
    width: 50%;
    height: 180px;
  }
  .p-recruit_head-imgwrap figure:nth-of-type(3) {
    width: 50%;
    height: 180px;
  }
}

.bg-recruit {
  position: relative;
}
.bg-recruit:before {
  position: absolute;
  content: "";
  right: 0;
  top: 20%;
  width: 95%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#13643b), to(#4a9e2a));
  background-image: linear-gradient(to right, #13643b, #4a9e2a);
  opacity: 0.3;
}
@media screen and (max-width: 639px) {
  .bg-recruit:before {
    width: 97%;
  }
}

.point-list li {
  position: relative;
  padding: 5px 8px 5px 40px;
  border-bottom: 2px solid #F5F6EC;
}
.point-list li .num {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #13643b;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1;
  margin-right: 4px;
}
@media screen and (max-width: 639px) {
  .point-list li .num {
    font-size: 2rem;
  }
}

.p-recruit_info-list {
  max-width: 1000px;
  margin-inline: auto;
}
.p-recruit_info-list .child {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 0 0 20px 0;
  border-bottom: 6px solid #F5F6EC;
}
.p-recruit_info-list .p-recruit_lead02 {
  position: relative;
  max-width: 75%;
  margin: -55px auto 20px;
}
@media screen and (max-width: 639px) {
  .p-recruit_info-list .p-recruit_lead02 {
    max-width: 85%;
    margin-top: -50px;
  }
}

/* animation
----------------------------------*/
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-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-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100.5%;
    width: 0;
  }
}
@-webkit-keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-content.move .animation-bar:before {
  -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
          animation: animation-bar 1s ease 0s 1 normal forwards;
}
.animation-content.move .animation-txt {
  -webkit-animation: animation-txt 0s ease 0.8s 1 normal forwards;
          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;
  -webkit-transform: translate3d(0, 0, 0);
          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-image: -webkit-gradient(linear, left top, right top, from(#9fc4dc), to(#81c3dd));
  background-image: linear-gradient(to right, #9fc4dc, #81c3dd);
}
.animation-content .animation-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

.btn-fixed {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 60;
}
@media screen and (min-width: 1025px) {
  .btn-fixed {
    width: 63px;
  }
}
@media screen and (max-width: 639px) {
  .btn-fixed {
    display: none;
  }
}
.btn-fixed a {
  position: relative;
  display: block;
  padding: 15px 10px 15px 0;
  z-index: 2;
}
.btn-fixed a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-22.57%, #4a9e2a), color-stop(68.82%, #82D75A));
  background-image: linear-gradient(to right, #4a9e2a -22.57%, #82D75A 68.82%);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 92%);
}
.btn-fixed a span {
  display: block;
  position: relative;
  padding: 25px 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(89.096, 190.232, 50.568)), to(#4a9e2a));
  background-image: linear-gradient(to bottom, rgb(89.096, 190.232, 50.568), #4a9e2a);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.btn-fixed a span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  margin-bottom: 8px;
  color: #fff;
}
.btn-fixed a:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 1101px) {
  .btn-fixed {
    top: 100px;
  }
}
@media screen and (max-width: 639px) {
  .btn-fixed {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5px;
    width: 100%;
  }
  .btn-fixed a {
    padding: 0 40px 4px;
  }
  .btn-fixed a span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 10px 25px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(89.096, 190.232, 50.568)), to(#4a9e2a));
    background-image: linear-gradient(to right, rgb(89.096, 190.232, 50.568), #4a9e2a);
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 1.3rem;
    white-space: nowrap;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  }
  .btn-fixed a span:before {
    margin: 0 8px 0 0;
  }
  .btn-fixed a:before {
    clip-path: none;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0.6;
  }
  .btn-fixed a:hover span {
    -webkit-transform: none;
            transform: none;
  }
}

.voice-wrap {
  padding-top: 30px;
}
@media screen and (max-width: 1101px) {
  .voice-wrap {
    padding: 30px 20px;
  }
}
.voice-wrap > li a {
  position: relative;
  display: block;
  height: 100%;
}
.voice-wrap > li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  margin-top: -2.5%;
  margin-left: -2.5%;
  width: 105%;
  height: 105%;
  background: #F5F6EC;
  border-radius: 25px;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
  transition: all 0.4s cubic-bezier(0.175, 0.4, 0.3, 1.1);
}
.voice-wrap > li a figure {
  position: relative;
  aspect-ratio: 4/2.5;
  overflow: hidden;
  border-radius: 20px 20px 0 20px;
}
.voice-wrap > li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.voice-wrap > li a figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 20px;
  border-radius: 0 15px 0 0;
  background: rgba(130, 215, 90, 0.8);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  z-index: 2;
}
.voice-wrap > li a figure figcaption:before {
  display: block;
  position: absolute;
  content: attr(data-title);
  left: 0;
  top: -70px;
  height: 70px;
  padding: 8px 2px;
  border-radius: 0 15px 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  background: rgba(0, 0, 0, 0.6);
}
.voice-wrap > li a .voice-lead {
  font-weight: 600;
  padding: 15px;
  color: #222;
}
@media screen and (min-width: 1101px) {
  .voice-wrap > li a .voice-lead {
    font-size: 1.5rem;
  }
}
.voice-wrap > li a:hover:before {
  -webkit-transform: scale(0.96, 0.94);
          transform: scale(0.96, 0.94);
}
.voice-wrap > li a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* case せいやくじれい
----------------------------------*/
.p-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 2.5%;
}
@media screen and (max-width: 1101px) {
  .p-case__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .p-case__list {
    grid-template-columns: 1fr;
  }
}
.p-case__list li {
  position: relative;
  background: #fff;
}
.p-case__list a {
  position: relative;
  display: block;
  aspect-ratio: 5/3.2;
  overflow: hidden;
}
.p-case__list a:before, .p-case__list a:after {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-case__list a:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
}
.p-case__list a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "+";
  font-weight: 600;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: rgba(19, 100, 59, 0.6);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  text-align: center;
  z-index: 3;
}
.p-case__list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
}
.p-case__list a:hover:before {
  opacity: 0.5;
}
.p-case__list a:hover:after {
  opacity: 1;
}
.p-case__list a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-case__list .p-case__txt-area {
  position: relative;
  min-height: 100px;
  padding: 20px;
  z-index: 4;
}
.p-case__list .p-case__category {
  position: relative;
  max-width: 120px;
  margin: -36px 0 16px -20px;
  border-left: 4px solid #13643b;
  background: #4a9e2a;
  color: #fff;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  padding: 2px 8px 2px 12px;
}
.p-case__list .p-case__category.category02 {
  background: #231815;
}
.p-case__list .p-case__category.category03 {
  background: #538580;
}
.p-case__list .p-case__category.category04 {
  background: #737B60;
}
.p-case__list .p-case__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 115px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-case__list .p-case__location dt {
  width: 4.5em;
}
.p-case__list .p-case__location dd {
  width: calc(100% - 4.5em);
}
@media screen and (max-width: 639px) {
  .p-case__list .p-case__location {
    font-size: 1.15rem;
  }
}
.p-case__list .p-case__date {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 110px;
}
.p-case__list .date {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .p-case__list .date {
    font-size: 16px;
  }
}

.contact-top-txt {
  margin-bottom: 30px;
}

/* 新フォーム
---------------------------------*/
.form-contents {
  width: 100% !important;
  padding: 0 !important;
  background: none !important;
}

.form-contents div {
  padding: 15px 8px;
  background: rgba(143, 205, 219, 0.4);
  max-width: 500px;
  margin: 0 auto 10px;
}

.form-contents div .pattern-exclusion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0 !important;
}

.form-contents .textarea,
.form-contents textarea {
  border: 0;
  height: auto !important;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ebebeb;
}

.form-contents form dl dt {
  font-weight: 600 !important;
  width: 240px !important;
}
.form-contents form dl dt .required:before {
  background: #82D75A !important;
}

@media screen and (max-width: 1025px) {
  .form-contents form dl dt {
    float: none !important;
    width: auto !important;
  }
}
.form-contents form dl dd {
  padding-left: 250px !important;
}

@media screen and (max-width: 1025px) {
  .form-contents form dl dd {
    padding-left: 0 !important;
  }
}
.form-contents .submit-btn {
  background: #13643b !important;
  border: 1px solid #13643b !important;
}
.form-contents .submit-btn:hover {
  background: #fefefe !important;
  color: #13643b !important;
}
.form-contents .submit-btn:hover:before {
  background-color: #13643b !important;
}

/* accordion
----------------------------------*/
.accordion {
  overflow: hidden;
  margin-top: 60px;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
}
.accordion dt {
  color: #333;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 1.8rem;
}
@media screen and (max-width: 1025px) {
  .accordion dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .accordion dt {
    font-size: 1.35rem;
    letter-spacing: 0.15em;
  }
}
.accordion dt:after {
  position: absolute;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  content: "＋";
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion dt.on:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.accordion dd {
  display: none;
  padding: 35px 30px 0;
  background: #fefefe;
}
@media screen and (max-width: 1025px) {
  .accordion {
    margin-top: 30px;
  }
  .accordion dt,
  .accordion dd {
    padding: 0.8em;
  }
  .accordion dt:after {
    right: 8px;
  }
  .accordion dd {
    padding: 20px 15px 0;
  }
}

.bg-gradation {
  position: relative;
}
.bg-gradation:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-35deg, #13643b 0%, #82D75A 100%);
  background-size: 100% 100%;
  z-index: -2;
  opacity: 0.8;
}

/* top-menu-list
----------------------------------*/
.top-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-menu-list .left,
.top-menu-list .right {
  position: relative;
  width: 48%;
}
.top-menu-list .left img,
.top-menu-list .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.top-menu-list .left {
  padding: 2em 4em;
}
.top-menu-list .link-list li:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top-menu-list .link-list li a {
  position: relative;
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.top-menu-list .link-list li a .num {
  border-radius: 50%;
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
  background: #fff;
  color: #82D75A;
  -webkit-transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: 0.3s all cubic-bezier(0.18, 0.06, 0.23, 1);
  font-family: "Lato", sans-serif;
  margin-right: 20px;
}
.top-menu-list .link-list li a .txt {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 6em;
}
.top-menu-list .link-list li a i {
  color: #82D75A;
  margin-right: 10px;
}
.top-menu-list .link-list li a:hover .num {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
@media screen and (max-width: 1025px) {
  .top-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .top-menu-list .left,
  .top-menu-list .right {
    width: 100%;
  }
  .top-menu-list .left {
    height: auto;
  }
  .top-menu-list .right {
    height: 250px;
    margin-top: 10px;
  }
  .top-menu-list .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-menu-list .link-list li {
    width: 49.5%;
  }
  .top-menu-list .link-list li:not(:last-child) {
    margin-bottom: 1%;
  }
  .top-menu-list .link-list li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1101px) {
  .top-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .top-menu-list .left,
  .top-menu-list .right {
    width: 100%;
  }
  .top-menu-list .left {
    padding: 2em 1em;
  }
  .top-menu-list .right {
    position: relative;
    margin-top: 20px;
    min-height: 300px;
    overflow: hidden;
  }
  .top-menu-list .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .top-menu-list .right .js-box.js-hover,
  .top-menu-list .right .js-box1.js-hover1,
  .top-menu-list .right .js-box2.js-hover2,
  .top-menu-list .right .js-box3.js-hover3 {
    display: block;
    opacity: 1;
  }
  .top-menu-list .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .top-menu-list .link-list li {
    width: 100%;
  }
  .top-menu-list .link-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .top-menu-list .link-list li a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 639px) {
  .top-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .top-menu-list .title01.white .eng {
    font-size: 2.5rem;
  }
  .top-menu-list .title01.white .ja {
    font-size: 1.4rem;
  }
  .top-menu-list .right {
    height: 200px;
  }
  .top-menu-list .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-menu-list .link-list li {
    width: 100%;
  }
  .top-menu-list .link-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .top-menu-list .link-list li a {
    font-size: 1.6rem;
  }
  .top-menu-list .link-list li a .num {
    font-size: 1.6rem;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: 1em;
  }
  .top-menu-list .link-list li a .txt {
    font-size: 1.4rem;
    padding-left: 0;
  }
}

.js-box1,
.js-box2,
.js-box3,
.js-box4 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.js-hover {
  opacity: 1 !important;
}

.js-hover1,
.js-hover2,
.js-hover3,
.js-hover4 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

/* ceo-wrap
----------------------------------*/
.ceo-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .ceo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceo-wrap .ceo-img {
  width: 45%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 40px;
  position: relative;
}
.ceo-wrap .ceo-img figure {
  position: relative;
  display: block;
}
.ceo-wrap .ceo-img figure img {
  -webkit-box-shadow: rgba(51, 51, 51, 0.2) 4px 48px 60px 0px;
          box-shadow: rgba(51, 51, 51, 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: #82D75A;
}
@media screen and (max-width: 639px) {
  .ceo-wrap .ceo-img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 30px;
  }
  .ceo-wrap .ceo-img figure:before {
    right: -25px;
    bottom: -25px;
  }
}
.ceo-wrap .ceo-txt {
  width: 50%;
  -ms-flex-item-align: center;
      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;
  }
}

.mark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mark-list li {
  height: 85px;
  margin-right: 10px;
}
.mark-list li img {
  max-width: initial;
  max-height: 100%;
}

/* recruit-img
----------------------------------*/
.recruit-img {
  position: relative;
  margin-bottom: 40px;
}
.recruit-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1025px) {
  .recruit-img {
    margin-bottom: 20px;
  }
  .recruit-img img {
    height: 250px;
  }
}
@media screen and (max-width: 639px) {
  .recruit-img img {
    height: 200px;
  }
}

.recruit-title {
  position: absolute;
  color: #fff;
  background: #82D75A;
  padding: 10px 20px;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 2.2rem;
}
@media screen and (max-width: 1025px) {
  .recruit-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  .recruit-title {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
.recruit-title {
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 600;
  line-height: 1.6;
  bottom: 5px;
  left: 5px;
}
@media screen and (max-width: 1025px) {
  .recruit-title {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 639px) {
  .recruit-title {
    padding: 5px 10px;
    letter-spacing: 0.15em;
  }
}

/* t-line
----------------------------------*/
.t-line {
  border-bottom: 3px solid #222;
  overflow: hidden;
}
.t-line.inner {
  position: relative;
}
.t-line.inner img {
  position: absolute;
  left: 0;
  bottom: -6px;
}

@-webkit-keyframes moveToLeft {
  100% {
    left: -170px;
  }
}

@keyframes moveToLeft {
  100% {
    left: -170px;
  }
}
.moveToLeft {
  width: 100%;
  height: auto;
  position: relative;
  left: 100%;
  top: 0;
  -webkit-animation-name: moveToLeft;
          animation-name: moveToLeft;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.line-1 {
  position: relative;
  width: 11.7em;
  margin: 5px 0;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 350%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Noto Serif JP", "YakuHanMP", Lato, "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .line-1 {
    font-size: 210%;
  }
}

/* ================================================
   施工実績用スタイル（参考サイトから必要最小限を移植）
   ================================================ */
/* トップページ：slide_wrapper（見出し＋スライドギャラリー横並び） */
.slide_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding-top: 40px;
}
.slide_wrapper .ttl-box {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slide_wrapper .ttl-box p {
  margin-bottom: 60px;
}
.slide_wrapper .inner {
  width: 72%;
}
@media screen and (max-width: 1025px) {
  .slide_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slide_wrapper .ttl-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .slide_wrapper .inner {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .slide_wrapper {
    padding: 0 !important;
  }
  .slide_wrapper .ttl-box p {
    margin-bottom: 30px;
  }
}

/* スライドリスト画像サイズ */
.slide_list {
  position: relative;
}
.slide_list li {
  margin-left: 0%;
}
.slide_list li img {
  width: 400px;
  height: 280px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 639px) {
  .slide_list li img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1025px) {
  .slide_list li img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* works.php：タブUI */
.tab-3 .tab-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 10px;
}
.tab-3 .tab-headers label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 14px 8px;
  font-weight: 600;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tab-3 .tab-headers label input {
  display: none;
}
.tab-3 .tab-headers label.is-active {
  color: #222;
}
.tab-3 .tab-headers label.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #82D75A;
}
.tab-3 .tab-headers label:hover {
  color: #222;
}
@media screen and (max-width: 639px) {
  .tab-3 .tab-headers label {
    font-size: 1.2rem;
    padding: 10px 4px;
  }
}
.tab-3 .tab-panels > div {
  display: none;
  padding: 20px 10px;
  background: #fafafa;
}
.tab-3 .tab-panels > div.active {
  display: block;
}
.tab-3 {
  /* JS無効時のフォールバック */
}
.tab-3.no-js .tab-panels > div {
  display: block;
}

/* Before/Afterカード */
.k-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.k-flex .k-fitem {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 1025px) {
  .k-flex .k-fitem {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .k-flex .k-fitem {
    width: 100%;
  }
}

.k-flex.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.k-flex.col-2 > .k-fitem {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 639px) {
  .k-flex.col-2 > .k-fitem {
    width: 100%;
  }
}

.k-beforeAfter1 {
  position: relative;
}
.k-beforeAfter1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.k-beforeAfter1 .before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
}
.k-beforeAfter1 .after {
  padding: 10px 10px 30px 30px;
}
.k-beforeAfter1 .before .inner img {
  height: 100px;
}
.k-beforeAfter1 .inner {
  position: relative;
  background-color: #fff;
}
.k-beforeAfter1 .inner img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px #fff;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.3);
}
.k-beforeAfter1 .inner p {
  position: absolute;
  font-weight: 600;
  top: 10px;
  right: 10px;
  letter-spacing: 0.5px;
  background: rgba(80, 160, 60, 0.85);
  border-radius: 5px;
  padding: 1px 8px 0px;
  text-align: right;
  z-index: 3;
  color: #fff;
  font-family: "YakuHanJP", "Roboto Condensed", sans-serif;
  font-size: 12px;
}
.k-beforeAfter1 .inner p.af {
  background: rgba(50, 120, 40, 0.85);
}
@media screen and (max-width: 639px) {
  .k-beforeAfter1 .before {
    width: 50%;
  }
  .k-beforeAfter1 .inner img {
    height: 170px;
  }
}

/* 2カラム時の画像サイズ調整 */
.k-flex.col-2 .k-beforeAfter1 .inner img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.k-flex.col-2 .k-beforeAfter1 .before .inner img {
  height: 140px;
}

.k-flex.col-2 .k-beforeAfter1 .after {
  padding: 12px 12px 30px 30px;
}

@media screen and (max-width: 1025px) {
  .k-flex.col-2 .k-beforeAfter1 .inner img {
    height: 300px;
  }
  .k-flex.col-2 .k-beforeAfter1 .before .inner img {
    height: 120px;
  }
}
@media screen and (max-width: 639px) {
  .k-flex.col-2 .k-beforeAfter1 .inner img {
    height: 220px;
  }
  .k-flex.col-2 .k-beforeAfter1 .before .inner img {
    height: 100px;
  }
}
/* 施工実績タイトルラベル */
.works_stitle {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(70%, rgba(130, 215, 90, 0.3)));
  background: linear-gradient(transparent 40%, rgba(130, 215, 90, 0.3) 70%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* ================================================
   トップ事業内容：サービスカード
   ================================================ */
.service-section {
  padding: 80px 0;
}
@media screen and (max-width: 639px) {
  .service-section {
    padding: 50px 0;
  }
}

.service-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-card-list > li {
  width: calc((100% - 90px) / 4);
  -webkit-filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1025px) {
  .service-card-list {
    gap: 20px;
  }
  .service-card-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .service-card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .service-card-list > li {
    width: 100%;
  }
}

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  height: 100%;
}
.service-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.service-card:hover .service-card__img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.service-card__img {
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 220px;
}
.service-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.service-card__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
  pointer-events: none;
}
@media screen and (max-width: 639px) {
  .service-card__img {
    height: 180px;
  }
}
.service-card__body {
  padding: 25px 25px 30px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .service-card__body {
    padding: 20px 20px 25px;
  }
}
.service-card__num {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
  color: rgba(130, 215, 90, 0.25);
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 639px) {
  .service-card__num {
    font-size: 2.8rem;
  }
}
.service-card__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", "YakuHanJP", Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-bottom: 12px;
}
.service-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #82D75A;
  border-radius: 2px;
}
@media screen and (max-width: 639px) {
  .service-card__title {
    font-size: 1.7rem;
  }
}
.service-card__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 639px) {
  .service-card__txt {
    font-size: 1.3rem;
  }
}