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

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

#wrapper {
  position: relative;
  overflow: hidden;
}

#l-main {
  position: relative;
}

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

.bold {
  font-weight: 600;
}

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

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

/* animation
----------------------------------*/
@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.animation {
  opacity: 0;
}

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

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

/*=============== ローでイング =================*/
.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}

.loader.off {
  display: block;
}

.loader-bg1 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #107B3A;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: load-fade 0.8s ease-out 1.6s forwards;
          animation: load-fade 0.8s ease-out 1.6s forwards;
}

@media all and (max-width: 639px) {
  .loader-bg1 {
    -webkit-animation: load-fade 0.5s ease-out 1.8s forwards;
            animation: load-fade 0.5s ease-out 1.8s forwards;
  }
}

@-webkit-keyframes load-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0%;
  }
}

@keyframes load-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0%;
  }
}

@-webkit-keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
  }
}

@keyframes load-tate {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0%;
  }
}

#splash_logo {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-animation: anime-aut 0.8s linear 1s forwards;
          animation: anime-aut 0.8s linear 1s forwards;
  z-index: 2;
}

@media all and (max-width: 639px) {
  #splash_logo {
    top: 40%;
    -webkit-animation: anime-aut 0.5s linear 1s forwards;
            animation: anime-aut 0.5s linear 1s forwards;
  }
}

.svgall {
  width: 400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 639px) {
  .svgall {
    width: 200px;
  }
}

@-webkit-keyframes load-anime {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    top: 50px;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes load-anime {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    top: 50px;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes anime-sudachi {
  0% {
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(330px, -70px);
            transform: translate(330px, -70px);
  }
  40% {
    -webkit-transform: translate(270px, 50px);
            transform: translate(270px, 50px);
  }
  60% {
    -webkit-transform: translate(180px, 10px);
            transform: translate(180px, 10px);
  }
  80% {
    -webkit-transform: translate(90px, 50px);
            transform: translate(90px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes anime-sudachi {
  0% {
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(330px, -70px);
            transform: translate(330px, -70px);
  }
  40% {
    -webkit-transform: translate(270px, 50px);
            transform: translate(270px, 50px);
  }
  60% {
    -webkit-transform: translate(180px, 10px);
            transform: translate(180px, 10px);
  }
  80% {
    -webkit-transform: translate(90px, 50px);
            transform: translate(90px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes logo-t-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@keyframes anime-aut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
  stroke-dasharray: 50;
  -webkit-animation: symble-anime 1.4s linear 0.2s forwards;
          animation: symble-anime 1.4s linear 0.2s forwards;
}

@-webkit-keyframes symble-anime {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 150;
  }
}

@keyframes symble-anime {
  0% {
    stroke-width: 0;
  }
  100% {
    stroke-width: 150;
  }
}

.cls-1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
}

#kondosyoten .cls-2 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #kondosyoten .cls-2 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#symblemark .cls-2 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #symblemark .cls-2 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#symble .cls-2 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #symble .cls-2 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#tokushima_japan .cls-1 {
  opacity: 0;
  -webkit-animation: logo-t-anime 0.6s linear 0.8s forwards;
          animation: logo-t-anime 0.6s linear 0.8s forwards;
}

@media all and (max-width: 639px) {
  #tokushima_japan .cls-1 {
    -webkit-animation: logo-t-anime2 0.6s linear 0.2s forwards;
            animation: logo-t-anime2 0.6s linear 0.2s forwards;
  }
}

#line .cls-2 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0;
  stroke-dasharray: 0;
  -webkit-animation: symble-anime 1.4s linear 0.2s forwards;
          animation: symble-anime 1.4s linear 0.2s forwards;
}

@keyframes logo-t-anime {
  0% {
    opacity: 0;
    stroke-width: 0;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}

@-webkit-keyframes logo-t-anime2 {
  0% {
    opacity: 0;
    stroke-width: 100;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}

@keyframes logo-t-anime2 {
  0% {
    opacity: 0;
    stroke-width: 100;
  }
  100% {
    opacity: 1;
    stroke-width: 100;
  }
}

/* header
----------------------------------*/
@-webkit-keyframes load-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes load-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#l-header {
  width: 100%;
  position: fixed;
  z-index: 2;
  /* top: 20%; */
  top: 3%;
  right: 0;
  padding: 0;
  opacity: 0;
  -webkit-animation: load-bg 1s ease-out 0.2s forwards;
          animation: load-bg 1s ease-out 0.2s forwards;
  width: 210px;
}

@media all and (max-width: 1367px) {
  #l-header {
    width: 200px;
  }
}

@media all and (max-width: 1100px) {
  #l-header {
    width: 200px;
  }
}

@media all and (max-width: 896px) {
  #l-header {
    width: 200px;
    top: 20px;
    left: 20px;
  }
}

@media all and (max-width: 639px) {
  #l-header {
    top: 20px;
    left: 20px;
  }
}

#l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#l-header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#l-header .inner #logo {
  width: 100%;
  padding: 0 20px 0 0;
  z-index: 2;
  margin: 0 auto;
}

#l-header .inner #logo .logo1 {
  display: block;
}

#l-header .inner #logo .logo2 {
  display: none;
}

@media all and (max-width: 639px) {
  #l-header .inner #logo {
    width: 100%;
    max-width: 190px;
  }
}

.nav__box {
  margin-top: 20px;
}

.nav__box a {
  margin-bottom: 10px;
  display: block;
  background-color: #e06500;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px 0 0 20px;
  border: 4px solid #e06500;
  border-right: none;
}

.nav__box a.type2 {
  background-color: #278fcf;
  border: 4px solid #278fcf;
  border-right: none;
}

.nav__box a.type3 {
  background-color: #107B3A;
  border: 4px solid #107B3A;
  border-right: none;
}

.nav__box a:hover {
  background-color: #fff;
  color: #333;
}

.nav__box a:hover.type2 {
  background-color: #fff;
}
.nav__box a:hover.type3 {
  background-color: #fff;
}

@media all and (max-width: 896px) {
  .nav__box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav__box a {
    width: 50%;
    border-radius: 0;
    margin-bottom: 0;
    padding: 6px 20px;
  }
  .nav__box a.type2 {
    border-left: 2px solid #fff;
  }
  .nav__box a.type3 {
    border-left: 2px solid #fff;
  }
}

#header_nav {
  position: relative;
  /* margin: 20px 0 auto auto; */
  margin: 20px 0 10px auto;
  padding: 20px 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  border: 4px solid #107B3A;
  border-right: none;
}

#header_nav:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 102%;
  top: 0;
  left: -5%;
  background-color: #107B3A;
  z-index: -2;
  border-radius: 20px 0 0 20px;
}

#header_nav ul {
  margin: 0 auto;
}

#header_nav ul li {
  position: relative;
  margin-bottom: 5px;
}

#header_nav ul li.li-arrow:before {
  position: absolute;
  content: "";
  border-top: 5px solid #107B3A;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5px;
  height: 5px;
}

#header_nav ul li:last-child {
  margin-right: 0;
}

#header_nav ul li a {
  display: block;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 10px 4px 5px;
  color: #333;
  z-index: 1;
}

#header_nav ul li a span {
  display: block;
  color: #333;
  position: relative;
  letter-spacing: 0.1rem;
}

#header_nav ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 2px;
  background-color: #ddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header_nav ul li a:hover, #header_nav ul li a.active {
  color: #35A822;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
  color: #107B3A;
}

#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header_nav ul li a:hover:before, #header_nav ul li a.active:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

#header_nav ul li a.active:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  background-color: #107B3A;
}

#header_nav ul li .sub-menu {
  display: none;
  border-top: 0;
  display: none;
  margin: 0;
  position: absolute;
  width: 260px;
  top: 34px;
  left: 0px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  padding: 34px 0 0;
}

#header_nav ul li .sub-menu li {
  width: 100%;
  margin: 0 auto 5px;
  background-color: #107B3A;
  padding: 10px 15px 10px 30px;
  margin-bottom: 4px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

#header_nav ul li .sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#header_nav ul li .sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#header_nav ul li .sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#header_nav ul li .sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#header_nav ul li .sub-menu li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#header_nav ul li .sub-menu li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#header_nav ul li .sub-menu li a {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  padding: 0;
  text-shadow: none;
  text-align: left;
}

#header_nav ul li .sub-menu li a span {
  color: #fff;
}

#header_nav ul li .sub-menu li a:before, #header_nav ul li .sub-menu li a:after {
  display: none;
}

#header_nav ul li .sub-menu li:hover {
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#header_nav ul li .sub-menu li:hover a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}

#header_nav ul li .sub-menu li:hover a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}

#header_nav ul li:hover .sub-menu, #header_nav ul li.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: visible;
}

#header_nav ul li:hover .sub-menu li, #header_nav ul li.active .sub-menu li {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-animation: opacityAnime 1s 0.1s forwards;
          animation: opacityAnime 1s 0.1s forwards;
}

#header_nav ul li:hover .sub-menu li:nth-child(2), #header_nav ul li.active .sub-menu li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#header_nav ul li:hover .sub-menu li:nth-child(3), #header_nav ul li.active .sub-menu li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#header_nav ul li:hover .sub-menu li:nth-child(4), #header_nav ul li.active .sub-menu li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#header_nav ul li:hover .sub-menu li:nth-child(5), #header_nav ul li.active .sub-menu li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#header_nav ul li:hover .sub-menu li:nth-child(6), #header_nav ul li.active .sub-menu li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#header_nav ul li:hover .sub-menu li:nth-child(7), #header_nav ul li.active .sub-menu li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#header_nav ul li:hover .header_link, #header_nav ul li.active .header_link {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: relative;
}

#header_nav ul li:hover .header_link:before, #header_nav ul li.active .header_link:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: -6px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(53, 168, 34, 0.4);
  z-index: -1;
}

#header_nav ul li:hover .header_link.type2:before, #header_nav ul li.active .header_link.type2:before {
  background-color: rgba(39, 143, 207, 0.4);
}

#header_nav ul li:hover .header_link.type3:before, #header_nav ul li.active .header_link.type3:before {
  background-color: rgba(224, 101, 0, 0.4);
}

#header_nav ul li:hover .header_link.type4:before, #header_nav ul li.active .header_link.type4:before {
  background-color: rgba(247, 198, 38, 0.4);
}

@media all and (max-width: 1480px) {
  #header_nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header_nav ul li a {
    font-size: 1.4rem;
  }
  #header_nav ul li a span {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 1367px) {
  #header_nav ul li a {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 896px) {
  #header_nav {
    display: none;
  }
}

@-webkit-keyframes opacityAnime {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes opacityAnime {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes nav-iconaime {
  0% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nav-iconaime {
  0% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* pageLink
----------------------------------*/
.pageLink {
  position: fixed;
  right: 0;
  top: 30px;
  z-index: 100;
}

.pageLink a {
  display: block;
  padding: 20px 30px 20px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
}

.pageLink a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.pageLink a i {
  width: 16px;
}

.pageLink a span {
  width: calc(100% - 20px);
  margin: 0 0 auto auto;
  line-height: 1.2;
  font-size: 14px;
}

.pageLink .pageLink__contact {
  margin-bottom: 10px;
  background-color: #107B3A;
  color: #fff;
}

.pageLink .pageLink__recruit {
  margin-bottom: 20px;
  background-color: #bdd469;
  color: #000;
}

@media all and (max-width: 1680px) {
  .pageLink {
    top: 240px;
  }
}

@media all and (max-width: 896px) {
  .pageLink {
    top: 100px;
  }
  .pageLink a {
    padding: 20px 20px 20px 15px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    width: 150px;
  }
  .pageLink a:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .pageLink a i {
    width: 16px;
  }
  .pageLink a span {
    width: calc(100% - 20px);
    font-size: 12px;
  }
}

@media all and (max-width: 639px) {
  .pageLink {
    top: auto;
    bottom: 50px;
    right: 0px;
    width: 40px;
  }
  .pageLink a {
    padding: 15px 7px 15px 7px;
    -webkit-transform: initial;
            transform: initial;
    font-size: 12px;
    width: 40px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .pageLink a:hover {
    opacity: 0.8;
  }
  .pageLink a i {
    margin: 0 auto;
    text-align: center;
  }
  .pageLink .pageLink__contact {
    margin-bottom: 5px;
  }
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 110;
  display: none;
}

#page-top a {
  display: block;
  background: #35A822;
  -webkit-box-shadow: #35A822;
          box-shadow: #35A822;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
}

@media all and (max-width: 639px) {
  #page-top {
    bottom: 45px;
    right: 0px;
    display: block;
    width: 45px;
  }
  #page-top a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #333;
  }
}

@-webkit-keyframes circle-anime {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes circle-anime {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.linK__banner {
  display: none;
}

@media all and (max-width: 639px) {
  .linK__banner {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .linK__banner .banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linK__banner .banner__list li {
    width: 46%;
    margin: 0 2% 10px;
    border-radius: 10px;
    padding: 10px 10px 20px;
  }
  .linK__banner .banner__list li:first-child {
    border: 2px solid #107B3A;
  }
  .linK__banner .banner__list li:first-child a {
    color: #107B3A;
  }
  .linK__banner .banner__list li:first-child a i {
    color: #107B3A;
  }
  .linK__banner .banner__list li:nth-child(2) {
    border: 2px solid #35A822;
  }
  .linK__banner .banner__list li:nth-child(2) a {
    color: #35A822;
  }
  .linK__banner .banner__list li:nth-child(2) a i {
    color: #35A822;
  }
  .linK__banner .banner__list li:nth-child(3) {
    border: 2px solid #d4c53f;
  }
  .linK__banner .banner__list li:nth-child(3) a {
    color: #d4c53f;
  }
  .linK__banner .banner__list li:nth-child(3) a i {
    color: #d4c53f;
  }
  .linK__banner .banner__list li:nth-child(4) {
    border: 2px solid #d4c53f;
  }
  .linK__banner .banner__list li:nth-child(4) a {
    color: #d4c53f;
  }
  .linK__banner .banner__list li:nth-child(4) a i {
    color: #d4c53f;
  }
  .linK__banner .banner__list li:nth-child(5) {
    border: 2px solid #604C3F;
  }
  .linK__banner .banner__list li:nth-child(5) a {
    color: #604C3F;
  }
  .linK__banner .banner__list li:nth-child(5) a i {
    color: #604C3F;
  }
  .linK__banner .banner__list li:nth-child(6) {
    border: 2px solid #278fcf;
  }
  .linK__banner .banner__list li:nth-child(6) a {
    color: #278fcf;
  }
  .linK__banner .banner__list li:nth-child(6) a i {
    color: #278fcf;
  }
  .linK__banner .banner__list a {
    display: block;
    text-align: center;
    position: relative;
    color: #107B3A;
  }
  .linK__banner .banner__list a span {
    font-family: "Sawarabi Gothic", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
  }
  .linK__banner .banner__list a i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    color: #fff;
    text-align: center;
    -webkit-animation: circle-anime2 4s ease-out 1.5s infinite;
            animation: circle-anime2 4s ease-out 1.5s infinite;
  }
}

@-webkit-keyframes circle-anime2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes circle-anime2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* swiper
----------------------------------*/
.slide-img {
  overflow: hidden;
  width: 100%;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: transparent;
}

.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.8;
}

@media all and (max-width: 1100px) {
  .slide-img {
    height: 80vh;
  }
  .slide-img.type2 img {
    -o-object-position: left;
       object-position: left;
  }
}

@media all and (max-width: 639px) {
  .slide-img {
    height: 60vh;
    max-height: 500px;
    min-height: 500px;
    background-color: #fff;
  }
}

#slide-wrap {
  position: relative;
  width: 100%;
}

#slide-wrap #slideshow {
  position: relative;
}

#slide-wrap .slide-box {
  opacity: 1;
  width: 100%;
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}

@-webkit-keyframes grade-anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes grade-anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.slide__bgarea {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 650px;
  bottom: 0;
}

.slide__bgarea .bgarea__cloud {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.slide__bgarea .bgarea__cloud:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 425px;
  top: 0;
  left: 0;
  background: url(../img/mainvisual--cloud.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

.slide__bgarea .bgarea__street {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide__bgarea .bgarea__street:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 245px;
  bottom: 0;
  left: 0;
  background: url(../img/mainvisual--street.png) no-repeat;
  background-size: cover;
  z-index: 1;
}

.slide__bgarea .bgarea__main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide__bgarea .bgarea__main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 231px;
  bottom: 245px;
  right: 0;
  background: url(../img/mainvisual--bg.png) repeat-x;
  background-size: 2232px 231px;
  z-index: 1;
  -webkit-animation: wave-bg 30s linear infinite;
          animation: wave-bg 30s linear infinite;
}

@media all and (max-width: 896px) {
  .slide__bgarea {
    height: 200px;
  }
  .slide__bgarea .bgarea__cloud {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .slide__bgarea .bgarea__cloud:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background: url(../img/mainvisual--cloud.png) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .slide__bgarea .bgarea__street:before {
    width: 100%;
    height: 65px;
  }
  .slide__bgarea .bgarea__main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 82px;
    bottom: 65px;
    right: 0;
    background: url(../img/mainvisual--bg.png) repeat-x;
    background-size: 922px 82px;
  }
}

@-webkit-keyframes wave-bg {
  0% {
    background-position: top 0 left 0;
  }
  to {
    background-position: top 0 left 1920px;
  }
}

@keyframes wave-bg {
  0% {
    background-position: top 0 left 0;
  }
  to {
    background-position: top 0 left 1920px;
  }
}

/* catch
----------------------------------*/
.catch {
  z-index: 1;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 7%;
  text-align: center;
  width: 85%;
  max-width: 1200px;
  -webkit-filter: drop-shadow(-2px 0px 2px #fff);
          filter: drop-shadow(-2px 0px 2px #fff);
  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;
}

.catch .catch__left {
  width: 44%;
  margin-top: 10%;
}

.catch .catch__right {
  width: 44%;
  margin: 0 0 -60px 12%;
  position: relative;
}

.catch .catch__right__top {
  position: absolute;
  top: 30px;
  right: -40px;
  max-width: 260px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: catch-bom 0.6s ease-out 1s forwards;
          animation: catch-bom 0.6s ease-out 1s forwards;
}

.catch .catch__right__bottom {
  position: absolute;
  bottom: 40px;
  left: -40px;
  width: 200px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: catch-bom 0.6s ease-out 1.2s forwards;
          animation: catch-bom 0.6s ease-out 1.2s forwards;
}

.catch .catch__right__contact {
  position: absolute;
  top: 0;
  left: -100px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-animation: catch-bom 0.6s ease-out 1s forwards;
          animation: catch-bom 0.6s ease-out 1s forwards;
}

@media all and (max-width: 1680px) {
  .catch {
    width: 80%;
    max-width: 1000px;
    top: 10%;
  }
  .catch .catch__left {
    width: 46%;
    margin-top: 10%;
  }
  .catch .catch__right {
    width: 46%;
    margin: 0 0 0 8%;
  }
  .catch .catch__right__contact {
    width: 160px;
    left: -36px;
  }
}

@media all and (max-width: 1100px) {
  .catch {
    width: 70%;
    right: auto;
    left: 5%;
  }
  .catch .catch__left {
    max-width: 270px;
  }
  .catch .catch__right {
    max-width: 270px;
    padding-bottom: 50px;
  }
  .catch .catch__right__top {
    max-width: 180px;
  }
  .catch .catch__right__bottom {
    max-width: 130px;
  }
  .catch .catch__car {
    width: 240px;
  }
}

@media all and (max-width: 896px) {
  .catch {
    width: 500px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100px;
  }
}

@media all and (max-width: 639px) {
  .catch {
    width: 85%;
  }
  .catch .catch__left {
    width: 46%;
  }
  .catch .catch__right {
    width: 46%;
    margin: 0 0 0 8%;
    padding-bottom: 100px;
  }
  .catch .catch__right__contact {
    width: 160px;
    left: -36px;
  }
  .catch .catch__right__top {
    width: 70px;
    left: -26px;
    top: -20px;
  }
  .catch .catch__right__bottom {
    width: 60px;
    left: -10px;
    bottom: 90px;
  }
  .catch .catch__car {
    width: 120px;
    margin: 0px 30px 0 0;
  }
}

.catch__car {
  position: absolute;
  right: -28%;
  bottom: -6%;
  width: 380px;
}

.catch__car.anime-on {
  -webkit-animation: car-anime 1s ease-out 0.2s forwards, car-anime2 0.5s ease-out 1.4s infinite;
          animation: car-anime 1s ease-out 0.2s forwards, car-anime2 0.5s ease-out 1.4s infinite;
}

@-webkit-keyframes car-anime2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes car-anime2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes car-anime3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(0.8);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px) scale(0.8);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(0.8);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(0.8);
  }
}

@keyframes car-anime3 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(0.8);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px) scale(0.8);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(0.8);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px) scale(0.8);
  }
}

@-webkit-keyframes car-anime {
  0% {
    right: -28%;
    bottom: -6%;
  }
  100% {
    right: -8%;
    bottom: -40%;
  }
}

@keyframes car-anime {
  0% {
    right: -28%;
    bottom: -6%;
  }
  100% {
    right: -8%;
    bottom: -40%;
  }
}

@-webkit-keyframes catch-bom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes catch-bom {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.catch__left__bottom {
  margin: 50px auto 0;
}

/* footer
----------------------------------*/
footer {
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
  background-color: #529c47;
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  top: -20px;
  left: 0;
  background-color: #529c47;
  z-index: -1;
}

footer:after {
  position: absolute;
  content: "";
  top: -230px;
  right: 0;
  width: 100%;
  height: 230px;
  background: url(../img/footer-bg.png) no-repeat;
  background-size: cover;
}

@media all and (max-width: 639px) {
  footer {
    padding: 50px 0 20px 0;
  }
  footer:after {
    top: -110px;
    right: 0;
    width: 100%;
    height: 90px;
  }
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
  width: 80%;
  padding: 50px 0 50px;
  margin: 0 auto 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#l-footer .footer__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

#l-footer .footer__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50px;
}

#l-footer .box-txt {
  margin-top: 10px;
  font-weight: bold;
}

@media all and (max-width: 1680px) {
  #l-footer {
    width: 80%;
  }
}

@media all and (max-width: 1100px) {
  #l-footer {
    width: 90%;
  }
  #l-footer .footer__main {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  #l-footer .footer__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin: 20px auto 0;
  }
}

@media all and (max-width: 896px) {
  #l-footer {
    display: block;
  }
  #l-footer .footer__main {
    width: 100%;
    margin: 0 auto 10px;
  }
  #l-footer .footer__detail {
    width: 100%;
    margin: 20px auto 0;
  }
}

@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  #l-footer .inner {
    padding: 30px 0px;
    font-size: 1.1rem;
  }
  #l-footer .footer__main {
    margin: 20px auto 0;
  }
}

.footer__contact {
  margin: 20px auto 0;
  text-align: center;
}

.footer__contact .footer__contact__title {
  font-size: 2rem;
  color: #fff;
}

.footer__contact .footer__contact__link {
  text-align: center;
  display: block;
  color: #fff;
}

.footer__contact .footer__contact__link i {
  font-size: 2rem;
}

.footer__contact .footer__contact__link span {
  font-size: 3rem;
  line-height: 1.4;
}

.footer__contact .footer__contact__link.link--contact {
  margin-top: 10px;
}

.footer__contact .footer__contact__link.link--contact span {
  font-size: 2.4rem;
}

@media all and (max-width: 639px) {
  .footer__contact .footer__contact__title {
    font-size: 14px;
  }
  .footer__contact .footer__contact__link i {
    font-size: 1.3rem;
  }
  .footer__contact .footer__contact__link span {
    font-size: 1.5rem;
  }
  .footer__contact .footer__contact__link.link--contact {
    margin-top: 0px;
  }
  .footer__contact .footer__contact__link.link--contact span {
    font-size: 14px;
  }
}

.footer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  margin: 0 auto 10px 0;
  color: #fff;
}

.footer__list .list__title {
  width: 120px;
  text-align: right;
}

.footer__list .list__txt {
  width: calc(100% - 150px);
  margin: 0 0 0 auto;
  text-align: left;
}

@media all and (max-width: 896px) {
  .footer__list {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media all and (max-width: 639px) {
  .footer__list li {
    font-size: 12px;
  }
  .footer__list .list__title {
    width: 60px;
    text-align: right;
  }
  .footer__list .list__txt {
    width: calc(100% - 70px);
    margin: 0 0 0 auto;
    text-align: left;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  position: relative;
  margin: 30px auto 200px;
  z-index: 100;
  padding: 10px 50px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 50px;
  max-width: 1340px;
}

.footer_navi ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer_navi ul li {
  position: relative;
  margin: 0 30px 10px 0;
  text-align: center;
}

.footer_navi ul li.li-arrow:before {
  position: absolute;
  content: "";
  border-top: 5px solid #107B3A;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5px;
  height: 5px;
}

.footer_navi ul li:last-child {
  margin-right: 0;
}

.footer_navi ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 10px 4px 5px;
  color: #333;
  z-index: 1;
}

.footer_navi ul li a:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 25px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/nav-icon.png) no-repeat;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.footer_navi ul li a span {
  display: block;
  color: #333;
  position: relative;
  letter-spacing: 0.1rem;
}

.footer_navi ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 2px;
  background-color: #ddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer_navi ul li a:hover, .footer_navi ul li a.active {
  color: #35A822;
  -webkit-transition: 0.2s width ease-in;
  transition: 0.2s width ease-in;
  color: #107B3A;
}

.footer_navi ul li a:hover:after, .footer_navi ul li a.active:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer_navi ul li a:hover:before, .footer_navi ul li a.active:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.footer_navi ul li .sub-menu {
  display: none;
  border-top: 0;
  display: none;
  margin: 0;
  position: absolute;
  width: 260px;
  top: 34px;
  left: 0px;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
  padding: 34px 0 0;
}

.footer_navi ul li .sub-menu li {
  width: 100%;
  margin: 0 auto 5px;
  background-color: #107B3A;
  padding: 10px 15px 10px 30px;
  margin-bottom: 4px;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}

.footer_navi ul li .sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.footer_navi ul li .sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.footer_navi ul li .sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.footer_navi ul li .sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.footer_navi ul li .sub-menu li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.footer_navi ul li .sub-menu li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.footer_navi ul li .sub-menu li a {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  color: #fff;
  padding: 0;
  text-shadow: none;
  text-align: left;
}

.footer_navi ul li .sub-menu li a span {
  color: #fff;
}

.footer_navi ul li .sub-menu li a:before, .footer_navi ul li .sub-menu li a:after {
  display: none;
}

.footer_navi ul li .sub-menu li:hover {
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer_navi ul li .sub-menu li:hover a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}

.footer_navi ul li .sub-menu li:hover a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}

.footer_navi ul li:hover .sub-menu, .footer_navi ul li.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: visible;
}

.footer_navi ul li:hover .sub-menu li, .footer_navi ul li.active .sub-menu li {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
  -webkit-animation: opacityAnime 1s 0.1s forwards;
          animation: opacityAnime 1s 0.1s forwards;
}

.footer_navi ul li:hover .sub-menu li:nth-child(2), .footer_navi ul li.active .sub-menu li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.footer_navi ul li:hover .sub-menu li:nth-child(3), .footer_navi ul li.active .sub-menu li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.footer_navi ul li:hover .sub-menu li:nth-child(4), .footer_navi ul li.active .sub-menu li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.footer_navi ul li:hover .sub-menu li:nth-child(5), .footer_navi ul li.active .sub-menu li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.footer_navi ul li:hover .sub-menu li:nth-child(6), .footer_navi ul li.active .sub-menu li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.footer_navi ul li:hover .sub-menu li:nth-child(7), .footer_navi ul li.active .sub-menu li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.footer_navi ul li:hover .header_link, .footer_navi ul li.active .header_link {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: relative;
}

.footer_navi ul li:hover .header_link:before, .footer_navi ul li.active .header_link:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: -6px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(53, 168, 34, 0.4);
  z-index: -1;
}

.footer_navi ul li:hover .header_link.type2:before, .footer_navi ul li.active .header_link.type2:before {
  background-color: rgba(39, 143, 207, 0.4);
}

.footer_navi ul li:hover .header_link.type3:before, .footer_navi ul li.active .header_link.type3:before {
  background-color: rgba(224, 101, 0, 0.4);
}

.footer_navi ul li:hover .header_link.type4:before, .footer_navi ul li.active .header_link.type4:before {
  background-color: rgba(247, 198, 38, 0.4);
}

@media all and (max-width: 1480px) {
  .footer_navi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_navi ul li a {
    font-size: 1.4rem;
  }
  .footer_navi ul li a span {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 1367px) {
  .footer_navi {
    width: 90%;
  }
  .footer_navi ul li a {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 896px) {
  .footer_navi {
    display: none;
  }
}

.flogo {
  margin: 0 auto;
  max-width: 410px;
  text-align: center;
}

@media all and (max-width: 896px) {
  .flogo {
    max-width: 300px;
  }
}

@media all and (max-width: 639px) {
  .flogo {
    margin: 0 auto 0px;
    width: 80%;
    max-width: 280px;
  }
}

.copyright {
  padding: 20px 0 0;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  font-weight: bold;
  width: 80%;
  color: #fff;
}

@media all and (max-width: 1680px) {
  .copyright {
    width: 80%;
  }
}

@media all and (max-width: 1100px) {
  .copyright {
    font-size: 12px;
    width: 90%;
  }
}

/* loading mask
----------------------------------*/
.mask-img {
  mask-image: url("../img/sofa.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/sofa.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: auto;
}

/* btn
----------------------------------*/
@-webkit-keyframes btn-bg {
  0% {
    background-position: top 0 left 0;
  }
  to {
    background-position: top 0 left 300px;
  }
}
@keyframes btn-bg {
  0% {
    background-position: top 0 left 0;
  }
  to {
    background-position: top 0 left 300px;
  }
}

.btn {
  margin: 40px auto 0;
  text-align: center;
}

.btn a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 90%;
  max-width: 250px;
  color: #fff;
  padding: 10px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  font-size: 1.8rem;
  border: 1px solid #107B3A;
  border-radius: 50px;
  overflow: hidden;
}

.btn a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #107B3A;
  position: relative;
  z-index: 1;
}

.btn a:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #107B3A;
}

.btn a:after {
  position: absolute;
  content: "";
}

.btn a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-position: 0%;
}

.btn a:hover span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.btn a:hover:before {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn a:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 20px;
}

.btn.btn--gold a {
  background: #492817;
  background: linear-gradient(126deg, #492817 10%, #cba55b 10%, #ad915b 100%);
  background-size: 200%;
  background-position: 100%;
}

.btn.btn--gold a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-position: 0%;
}

@media all and (max-width: 1367px) {
  .btn a {
    width: 96%;
  }
}

@media all and (max-width: 639px) {
  .btn a {
    width: 94%;
    max-width: 260px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .btn a:before {
    top: 47%;
  }
  .btn a:after {
    top: 24%;
  }
}

.btn2 {
  margin: 20px auto 0;
  text-align: center;
}

.btn2 a {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 200px;
  color: #fff;
  padding: 4px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  font-size: 1.4rem;
  border: 1px solid #107B3A;
  overflow: hidden;
}

.btn2 a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #107B3A;
  position: relative;
  z-index: 1;
}

.btn2 a:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #107B3A;
}

.btn2 a:after {
  position: absolute;
  content: "";
}

.btn2 a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-position: 0%;
}

.btn2 a:hover span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.btn2 a:hover:before {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn2 a:hover:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 20px;
}

@media all and (max-width: 639px) {
  .btn2 a {
    width: 150px;
    font-size: 12px;
  }
  .btn2 a:before {
    top: 47%;
  }
  .btn2 a:after {
    top: 24%;
  }
}

/* comingsoon
----------------------------------*/
.comingsoon {
  text-align: center;
  margin: 100px auto 0;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 50px auto 0;
}

.nav__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 1% 20px;
}

.nav__list .list__photo {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.nav__list .list__photo img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav__list .list__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 40px;
  border-bottom: 1px solid #107B3A;
  color: #107B3A;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

.nav__list a {
  display: block;
  position: relative;
}

.nav__list a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 12px;
  right: 10px;
  border-left: 8px solid #107b3a;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav__list a:hover:before {
  right: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.nav__list a:hover .list__photo img {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.nav__list a:hover .list__txt {
  color: #333;
}

@media all and (max-width: 639px) {
  .nav__list .list__txt {
    font-size: 12px;
    padding: 4px 40px 4px 0;
  }
}

/* page-title
----------------------------------*/
.page-titleBox {
  position: relative;
  width: 100%;
  margin: 0px auto 0;
  height: 480px;
}

.page-titleBox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 480px;
  top: 0px;
  left: 0;
  background: url(../img/page-title-bg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media all and (max-width: 639px) {
  .page-titleBox {
    height: 340px;
  }
  .page-titleBox:before {
    height: 340px;
  }
}

.page-title {
  position: relative;
  z-index: 1;
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
}

.page-title .inner {
  margin: 0 auto;
  padding: 100px 0 40px;
  max-width: 1200px;
  overflow: hidden;
}

.page-title .inner .page-lead a {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-title .inner .page-lead a:hover {
  opacity: 0.8;
}

@media all and (max-width: 896px) {
  .page-title {
    width: 100%;
  }
  .page-title .inner .page-lead {
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
  }
  .page-title .catch__car {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 270px;
  }
  .page-title .catch__car.anime-on {
    -webkit-animation: car-anime 1s ease-out 0.2s forwards, car-anime3 0.5s ease-out 1.4s infinite;
            animation: car-anime 1s ease-out 0.2s forwards, car-anime3 0.5s ease-out 1.4s infinite;
  }
}

@media all and (max-width: 639px) {
  .page-title .catch__car {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    width: 200px;
  }
}

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

@keyframes page-leadanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
  background-color: #fff;
}

.tbl th,
.tbl td {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.tbl th {
  color: #fff;
  background: #107B3A;
  width: 25%;
}

.tbl th span {
  font-size: 1.4rem;
}

.tbl td {
  vertical-align: middle;
}

.tbl td.num {
  width: 10%;
  max-width: 200px;
}

@media all and (max-width: 639px) {
  .tbl th {
    width: 25%;
    text-align: left;
    font-size: 1.2rem;
  }
  .tbl th,
  .tbl td {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  .tbl td.num {
    width: 20%;
    max-width: 200px;
    min-width: 40px;
  }
}

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

.blogbox {
  margin: 0 auto;
  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;
}

.blogbox.box-type2 {
  padding: 50px;
  background-color: #f8f8f8;
}

.blogbox .blog__title {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px 15px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.blogbox .blog__title span {
  position: absolute;
  bottom: 30px;
  left: 0px;
  font-size: 1.4rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.blogbox .blog-wrap {
  display: block;
  position: relative;
  z-index: 1;
}

.blogbox .blog-wrap li {
  width: 100%;
  margin: 0 auto 10px;
}

.blogbox .blog-wrap .blog-img {
  display: none;
}

.blogbox .blog-wrap .blog-detail {
  padding: 0px 0 0;
}

.blogbox .blog-wrap .blog-txt {
  padding-top: 5px;
}

.blogbox .blogbox__main {
  width: 76%;
}

.blogbox .blogbox__side {
  width: 20%;
  margin: 0 0 0 4%;
}

.blogbox .blogbox__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #107B3A;
  padding: 0 20px 5px;
}

@media all and (max-width: 639px) {
  .blogbox {
    padding: 15px;
  }
  .blogbox.box-type2 {
    padding: 15px;
    background-color: #f8f8f8;
  }
  .blogbox:before {
    height: 560px;
  }
  .blogbox .blogbox__main {
    width: 100%;
  }
  .blogbox .blogbox__side {
    width: 100%;
    margin: 20px auto 0;
  }
  .blogbox .blogbox__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid #107B3A;
    padding: 0 10px 5px;
  }
  .blogbox .blog__title {
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 30px 12px;
    font-size: 1.4rem;
  }
  .blogbox .blog__title span {
    bottom: 25px;
    left: 5px;
    font-size: 12px;
  }
}

.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: 100%;
  margin: 0 auto 20px;
  position: relative;
  padding: 15px 15px;
  background-color: white;
  border: 1px solid #ddd;
  overflow: hidden;
}

@media all and (max-width: 1100px) {
  .blog-wrap > li {
    width: 100%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-wrap > li .blog-img {
    width: 38%;
  }
  .blog-wrap > li .blog-detail {
    width: 60%;
    margin-left: 2%;
  }
}

.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog-wrap > li > a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  background-color: #107B3A;
  -webkit-transform: skew(-42deg) translateX(43px);
          transform: skew(-42deg) translateX(43px);
  bottom: 0;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-wrap > li > a:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: 5px;
  right: 14px;
  color: #107B3A;
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-wrap > li > a:hover:before {
  width: 54px;
  height: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-wrap > li > a:hover:after {
  right: 6px;
  color: #fff;
}

.blog-wrap.type2 {
  display: block;
}

.blog-wrap.type2 li {
  width: 100%;
  margin: 0 auto 10px;
  background-color: transparent;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.blog-wrap.type2 li a:before {
  -webkit-transform: none;
          transform: none;
  bottom: 0;
  left: 0;
  right: auto;
  width: 20px;
  height: 1px;
  background-color: #107B3A;
}

.blog-wrap.type2 li a:after {
  bottom: auto;
  top: 15px;
}

.blog-wrap.type2 li a:hover:before {
  width: 100%;
}

.blog-wrap.type2 li a:hover:after {
  color: #35A822;
}

.blog-wrap.type2 .blog-detail {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-wrap.type2 .blog-img {
  display: none;
}

.blog-wrap.type2 .blog-cat {
  display: none;
}

.blog-wrap.type2 .blog-date {
  width: 100px;
}

.blog-wrap.type2 .blog-txt {
  padding-top: 0;
  width: calc(100% - 120px);
  margin: 0 0 0 auto;
}

@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-wrap li .blog-img {
    width: 100%;
  }
  .blog-wrap li .blog-detail {
    width: 100%;
    padding: 10px;
  }
  .blog-wrap li .blog-txt {
    padding: 10px 0;
  }
  .blog-wrap.type2 {
    display: block;
  }
  .blog-wrap.type2 li {
    padding: 4px;
  }
  .blog-wrap.type2 li a:after {
    top: 36%;
  }
  .blog-wrap.type2 .blog-detail {
    padding: 0;
    display: block;
  }
  .blog-wrap.type2 .blog-date {
    width: 100%;
  }
  .blog-wrap.type2 .blog-txt {
    padding-top: 0;
    width: 100%;
    margin: 0 auto 0;
  }
}

.blog-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 15px;
  font-size: 1.4rem;
}

.blog-cat {
  background-color: #35A822;
  padding: 0px 4px;
  color: #fff;
  font-size: 13px;
}

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

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

.blog-date {
  width: 100px;
  line-height: 1.3;
  display: inline-block;
  color: #595959;
  font-size: 12px;
  position: relative;
  padding: 2px 0px;
}

.blog-date2 {
  color: #07371a;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

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

.blog-txt {
  line-height: 1.5;
  color: #333;
  font-size: 1.4rem;
  padding-top: 10px;
}

@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}

.pages .page_next a,
.pages .page_prev a {
  color: #107B3A;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}

.category_nav li a:hover {
  background: #f1f4f5;
}

.category_nav li:last-child a {
  border-bottom: none;
}

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

.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: 0px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #107B3A;
  border: 1px solid #107B3A;
}

.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}

.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

.blog-month ul li:hover {
  background: #fff;
  color: #107B3A;
}

.blog-month ul li:hover a {
  color: #107B3A;
}

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

/* breadcrumb
----------------------------------*/
.breadcrumb {
  padding: 10px 0px;
  margin: 0px auto 0px;
  font-size: 1.2rem;
  width: 60%;
}

.breadcrumb li {
  display: inline;
  color: #333;
}

.breadcrumb li a {
  color: #f7c626;
}

.breadcrumb li a:hover {
  color: #107B3A;
}

.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

@media all and (max-width: 1680px) {
  .breadcrumb {
    width: 80%;
  }
}

@media all and (max-width: 1100px) {
  .breadcrumb {
    width: 90%;
  }
}

@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    padding: 8px 0px;
  }
}

/* form
----------------------------------*/
.form__box {
  background-color: #f8f8f8;
  padding: 25px 30px;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .form__box {
    padding: 24px 10px 20px;
  }
}

.sub__form {
  border-top: 2px solid #107B3A;
  border-bottom: 2px solid #107B3A;
  padding: 20px 0;
  margin: 20px auto;
}

.sub__form .sub__form__title {
  font-weight: bold;
  text-align: center;
}

.sub__form .sub__form__title span {
  color: #107B3A;
  font-size: 2rem;
}

.sub__form .sub__form__txt {
  font-size: 14px;
  max-width: 1000px;
  margin: 10px auto 0px;
}

.sub__form .sub__form__btn {
  margin: 20px auto 0px;
}

.sub__form .sub__form__btn a {
  padding: 4px 0;
}

@media all and (max-width: 639px) {
  .sub__form .sub__form__title {
    font-size: 13px;
  }
  .sub__form .sub__form__title span {
    font-size: 16px;
  }
  .sub__form .sub__form__txt {
    font-size: 12px;
    padding: 0 20px;
  }
}

.point__form {
  margin: 50px auto;
  max-width: 900px;
  border: 10px solid #e06500;
  padding: 40px;
}

.point__form .point__form__title {
  font-size: 2.4rem;
  color: #e06500;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #e06500, #e06500 7px, transparent 4px);
  background-size: 10px 4px;
  background-position: left bottom 0px;
  background-repeat: repeat-x;
}

.point__form .point__form__txt {
  text-align: center;
  font-weight: bold;
}

.point__form .point__form__main {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media all and (max-width: 639px) {
  .point__form {
    padding: 20px;
    border: 4px solid #e06500;
  }
  .point__form .point__form__title {
    font-size: 15px;
  }
  .point__form .point__form__main {
    font-size: 1.5rem;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.form {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
}

@media all and (max-width: 639px) {
  .form {
    padding: 10px;
  }
}

.form dl dt {
  float: left;
  width: 320px;
  padding-top: 15px;
  font-weight: 600;
}

.form dl dt span {
  color: #fff;
  background: #107B3A;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 50px;
  position: relative;
  top: -2px;
}

.form dl dt span.nini {
  background: #f7c626;
  color: #604C3F;
}

@media all and (max-width: 1367px) {
  .form dl dt {
    width: 280px;
  }
}

.form dl dd {
  padding-left: 320px;
  padding-bottom: 13px;
  padding-top: 15px;
  line-height: 1.5;
  border-bottom: 4px dotted #e7e7e7;
}

.form dl dd .min__txt {
  font-size: 14px;
  margin-top: 5px;
}

.form dl dd:last-child {
  border-bottom: none;
}

@media all and (max-width: 1367px) {
  .form dl dd {
    padding-left: 280px;
  }
}

@media all and (max-width: 639px) {
  .form dl dd .min__txt {
    font-size: 11px;
    margin-top: 5px;
  }
}

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

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
  background: #f9fcff;
  -webkit-box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
          box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
}

.form .textarea02:last-child {
  margin-right: 0;
}

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

@media all and (max-width: 639px) {
  .form .textarea03 {
    width: 50%;
  }
}

.form .textarea04 {
  width: 40%;
  margin-right: 0;
  max-width: 150px;
}

@media all and (max-width: 639px) {
  .form .textarea04 {
    width: 100%;
  }
}

.form .textarea05 {
  margin-top: 5px;
  max-height: 30px;
  font-size: 1.2rem;
  background: #f3f3f3;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  padding: 8px 15px;
  width: 100%;
}

.form .textarea05 input[placeholder] {
  font-size: 1.2rem;
}

.form .mintxt {
  font-size: 12px;
  margin-top: 5px;
}

.form .mintxt.t-m10 {
  margin-top: 10px;
}

.form .mintxt.b-m10 {
  font-size: 1.4rem;
  margin-top: 0px;
  margin-bottom: 5px;
}

@media all and (max-width: 639px) {
  .form .mintxt {
    font-size: 10px;
  }
  .form .mintxt.b-m10 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.form .select_arrow {
  position: relative;
}

.form .select_arrow::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10.5px solid #107B3A;
  content: "";
  position: absolute;
  right: 9px;
  top: 42px;
  width: 0;
}

@media all and (max-width: 639px) {
  .form .select_arrow::before {
    top: 30px;
  }
}

.form .secect-num {
  border: 0;
  padding: 10px 35px 10px 15px;
  background: #fff;
  position: relative;
}

.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #107B3A;
  font-weight: 600;
  padding: 12px 5px;
  margin: 20px auto 0;
  width: 250px;
  background: #107B3A;
  border-radius: 50px;
}

.form button:hover {
  background: #fff;
  color: #363636;
}

.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}

.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: #107B3A;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .form label.radio_text {
    font-size: 10px;
  }
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #919191;
  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: #107B3A;
  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 #F8F8F8;
          box-shadow: 20px -1px #F8F8F8;
}

.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: 00;
  overflow: hidden;
  display: inline-block;
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .form label.checkbox_text {
    font-size: 10px;
  }
}

.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: 44%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #107B3A;
  border-bottom: 3px solid #107B3A;
  -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;
}

.form input[type="text"],
.form textarea {
  font-size: 14px;
}

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

#ui-datepicker-div {
  z-index: 3 !important;
}

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

.thanks {
  background-color: #fff;
  padding-bottom: 50px;
  max-width: 700px;
  margin: 0 auto;
}

.thanks .thanks__main {
  color: #107B3A;
  font-size: 2rem;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .thanks {
    max-width: 100%;
    padding: 30px 20px;
  }
  .thanks .thanks__main {
    color: #107B3A;
    font-size: 15px;
    font-weight: bold;
  }
  .thanks p.t-m50 {
    margin-top: 0;
  }
  .thanks p.b-m50 {
    margin-bottom: 20px;
  }
  .thanks p.tcenter.sp-left {
    text-align: left;
  }
}

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 1200px;
  margin: 20px auto 0;
}

.mtitle_small {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #604C3F;
  font-weight: 600;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #107B3A;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #604C3F;
  font-weight: 600;
  padding: 10px 10px 10px 20px;
}

.mtitle_small2:before {
  content: "";
  background-color: #fff;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 0;
}

.mtitle_small2:after {
  content: "";
  background-color: #838383;
  width: 3px;
  height: 40%;
  position: absolute;
  top: 30%;
  left: 2px;
}

/* common content
----------------------------------*/
.mainContents {
  margin: 0 auto;
  position: relative;
}

.mainContents .mainContents__inner {
  padding: 50px 0px;
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mainContents .mainContents__title {
  margin-bottom: 40px;
}

.mainContents .mainContents__title .eng {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  display: block;
  margin-bottom: 40px;
  color: #107B3A;
  font-weight: normal;
}

.mainContents .mainContents__title .ja {
  font-size: 2.6rem;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(to right, #107B3A, #107B3A 4px, transparent 4px);
  background-size: 10px 4px;
  background-position: left bottom 0px;
  background-repeat: repeat-x;
  padding: 0 10px 10px;
  font-weight: normal;
}

.mainContents .mainContents__title .ja span {
  font-size: 3.2rem;
}

.mainContents .mainContents__title .ja:before {
  position: absolute;
  content: "";
  width: 41px;
  height: 28px;
  background: url(../img/title-icon01.png) no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -33px;
}

.mainContents .mainContents__title.title--center {
  text-align: center;
}

.mainContents .mainContents__title.title--white {
  color: #fff;
}

.mainContents .mainContents__title.title--white .ja:before {
  background: url(../img/title-icon02.png) no-repeat;
  background-size: cover;
}

.mainContents .mainContents__title.title--right {
  text-align: right;
}

.mainContents .mainContents__title.title--page .eng {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
}

.mainContents .mainContents__title.title--page .ja {
  font-size: 2rem;
}

.mainContents .mainContents__title.title--page .ja:before {
  display: none;
}

@media all and (max-width: 1680px) {
  .mainContents .mainContents__inner {
    width: 80%;
  }
}

@media all and (max-width: 1100px) {
  .mainContents .mainContents__inner {
    width: 90%;
  }
  .mainContents .mainContents__title {
    font-size: 1.6rem;
  }
  .mainContents .mainContents__title .eng {
    font-size: 2.2rem;
  }
  .mainContents .mainContents__title .ja {
    font-size: 1.4rem;
  }
  .mainContents .mainContents__title .ja span {
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .mainContents .mainContents__inner {
    padding: 50px 15px;
  }
  .mainContents .mainContents__inner.inner--sp0 {
    padding: 0;
  }
  .mainContents .mainContents__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .mainContents .mainContents__title .eng {
    font-size: 1.8rem;
  }
  .mainContents .mainContents__title .ja {
    font-size: 1.3rem;
    padding-top: 4px;
  }
  .mainContents .mainContents__title .ja span {
    font-size: 1.6rem;
  }
  .mainContents .mainContents__title.title--center .eng {
    font-size: 2rem;
  }
  .mainContents .mainContents__title.title--center .ja {
    font-size: 1.4rem;
  }
  .mainContents .mainContents__title.title--page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainContents .mainContents__title.title--page .eng {
    padding-right: 20px;
  }
  .mainContents .mainContents__title.title--page .ja {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.mainContents--bg01 {
  z-index: 1;
  position: relative;
}

.mainContents--bg01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-01.jpg) repeat;
  background-size: 570px 400px;
  background-position: bottom;
  opacity: 0.2;
  z-index: -1;
}

.mainContents--bg02 {
  z-index: 1;
}

.mainContents--bg02:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-02.png) repeat;
  background-size: 822px 1018px;
  opacity: 0.7;
  z-index: -1;
}

.mainContents--bg03 {
  z-index: 1;
}

.mainContents--bg03:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-03.png) repeat;
  background-size: 496px 300px;
  opacity: 0.4;
  z-index: -1;
}

.mainContents--bg04 {
  z-index: 1;
}

.mainContents--bg04:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-04.png) repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.mainContents--bggray {
  background-color: #f8f8f8;
  z-index: 1;
}

/* top content
----------------------------------*/
.onayami {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.onayami:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f7c626;
  z-index: -1;
}

.onayami .mainContents__title {
  text-align: center;
}

.onayami .mainContents__title.anime-on {
  -webkit-animation: photoanimeon3 1s ease-out 0.2s forwards;
          animation: photoanimeon3 1s ease-out 0.2s forwards;
}

.onayami .onayami__box {
  position: relative;
  padding: 60px 50px 40px;
  background-color: #fff;
  margin: 70px auto 200px;
  border-radius: 40px;
  z-index: 1;
}

.onayami .onayami__box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 282px;
  bottom: -140px;
  left: 0;
  right: 0;
  background: url(../img/onayami-box-bg.png) no-repeat;
  background-size: cover;
}

.onayami .onayami__box__title {
  position: absolute;
  top: -50px;
  left: 10px;
}

.onayami .onayami__title2 {
  text-align: center;
  margin: 60px auto;
}

@media all and (max-width: 1367px) {
  .onayami .mainContents__title {
    max-width: 400px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .onayami .onayami__box:before {
    bottom: -210px;
    background-size: contain;
  }
  .onayami .onayami__title2 {
    text-align: center;
    max-width: 400px;
    margin: 210px auto 0;
  }
}

@media all and (max-width: 639px) {
  .onayami .onayami__box__title {
    width: 120px;
    top: -20px;
  }
  .onayami .onayami__title2 {
    margin: 90px auto 0;
    width: 80%;
  }
  .onayami .onayami__box {
    padding: 25px 20px 15px;
    margin: 40px auto 70px;
    border-radius: 20px;
  }
  .onayami .onayami__box:before {
    bottom: -260px;
  }
}

.onayami__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.onayami__list li {
  position: relative;
  width: 48%;
  margin: 15px 1% 15px;
  padding: 20px;
  border: 2px solid #333;
  border-radius: 10px;
}

.onayami__list li.anime-on {
  -webkit-animation: photoanimeon3 1s ease-out 0s forwards;
          animation: photoanimeon3 1s ease-out 0s forwards;
}

.onayami__list li.anime-on.type2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.onayami__list li.anime-on.type3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.onayami__list li.anime-on.type4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.onayami__list li.anime-on.type5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.onayami__list .list__num {
  position: absolute;
  top: -4px;
  left: 10px;
}

.onayami__list .list__txt {
  padding-left: 90px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.onayami__list .list__txt span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
  font-size: 2.2rem;
}

.onayami__list .list__txt span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(247, 198, 38, 0.4);
  z-index: -1;
}

@media all and (max-width: 1367px) {
  .onayami__list .list__num {
    width: 60px;
  }
  .onayami__list .list__txt {
    padding-left: 70px;
    font-size: 1.6rem;
  }
  .onayami__list .list__txt span {
    font-size: 2rem;
  }
  .onayami__list .list__txt span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(247, 198, 38, 0.4);
    z-index: -1;
  }
}

@media all and (max-width: 639px) {
  .onayami__list {
    display: block;
  }
  .onayami__list li {
    width: 100%;
    margin: 0 auto 6px;
    padding: 15px 20px 15px;
  }
  .onayami__list .list__num {
    width: 50px;
  }
  .onayami__list .list__txt {
    padding-left: 55px;
    font-size: 14px;
  }
  .onayami__list .list__txt span {
    font-size: 15px;
  }
  .onayami__list .list__txt span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(247, 198, 38, 0.4);
    z-index: -1;
  }
}

.point {
  margin: -110px auto 0;
  position: relative;
  z-index: 1;
}

.point .point__title {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  z-index: 1;
  max-width: 450px;
  width: 70%;
}

.point .point__inner {
  position: relative;
  -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-color: #f7c626;
  padding: 300px 0 50px;
  margin: 0 auto;
}

.point .point__inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0.6) 10px, rgba(255, 255, 255, 0.6) 20px);
  opacity: 0.4;
}

@media all and (max-width: 1367px) {
  .point .point__title {
    top: 20px;
    max-width: 340px;
  }
}

@media all and (max-width: 639px) {
  .point .point__title {
    top: 20px;
    max-width: 190px;
  }
  .point .point__inner {
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
    background-color: #f7c626;
    padding: 180px 0 10px;
  }
}

.point__list {
  position: relative;
  z-index: 1;
  width: 60%;
  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;
}

.point__list li {
  position: relative;
  width: 29%;
  margin: 0 2% 60px;
  border: 4px solid #333;
  padding: 60px 20px 30px;
  background-color: #fff;
  border-radius: 20px;
}

.point__list li:before {
  position: absolute;
  content: "";
  width: 106%;
  height: 112%;
  top: -6%;
  left: -3%;
  background-color: #fff;
  z-index: -1;
  border-radius: 20px;
}

.point__list .point__num {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  width: 80px;
}

.point__list .point__txt {
  text-align: center;
  font-weight: bold;
}

.point__list .point__txt span {
  color: #e06500;
  font-size: 3rem;
  line-height: 1.2;
}

@media all and (max-width: 1367px) {
  .point__list li {
    width: 31%;
    margin: 0 1% 60px;
    padding: 50px 15px 30px;
  }
  .point__list .point__txt span {
    font-size: 2.4rem;
  }
  .point__list .point__num {
    top: -35px;
    width: 70px;
  }
}

@media all and (max-width: 896px) {
  .point__list {
    width: 80%;
  }
  .point__list li {
    width: 29%;
    margin: 0 2% 60px;
    padding: 50px 15px 30px;
  }
  .point__list .point__txt span {
    font-size: 2rem;
  }
}

@media all and (max-width: 639px) {
  .point__list {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .point__list li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 15px 15px;
  }
  .point__list .point__num {
    top: -20px;
    width: 40px;
  }
  .point__list .point__txt {
    font-size: 14px;
  }
  .point__list .point__txt span {
    font-size: 16px;
  }
}

.moving {
  background-color: #6fbdff;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.moving .mainContents__inner {
  padding: 80px 0 50px;
}

.moving .mainContents__titlearea {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.moving .title__bg {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.moving .title__sub {
  position: absolute;
  top: 50px;
  left: -50px;
  right: 0px;
  margin: 0 auto;
}

.moving .title__main {
  position: absolute;
  bottom: 50px;
  left: 20px;
}

.moving .title__furniture01 {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  margin: 0 auto;
}

.moving .title__furniture02 {
  position: absolute;
  top: -40px;
  left: -30px;
}

.moving .title__furniture03 {
  position: absolute;
  bottom: 0;
  left: -50px;
}

.moving .title__furniture04 {
  position: absolute;
  bottom: 0;
  right: 150px;
}

.moving .title__furniture05 {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 1480px) {
  .moving .title__bg {
    width: 570px;
  }
  .moving .title__sub {
    width: 310px;
  }
  .moving .title__main {
    width: 420px;
  }
  .moving .title__furniture03 {
    left: -5%;
    width: 190px;
  }
  .moving .title__furniture04 {
    right: 10%;
    width: 190px;
  }
  .moving .title__furniture05 {
    right: -4%;
    width: 120px;
  }
}

@media all and (max-width: 1100px) {
  .moving .title__bg {
    width: 570px;
  }
  .moving .title__sub {
    width: 310px;
  }
  .moving .title__main {
    width: 420px;
  }
  .moving .title__furniture03 {
    left: 0%;
    width: 130px;
    bottom: 0px;
  }
  .moving .title__furniture04 {
    right: 11%;
    width: 130px;
    bottom: -20px;
  }
  .moving .title__furniture05 {
    right: -4%;
    width: 90px;
  }
}

@media all and (max-width: 896px) {
  .moving .title__bg {
    width: 500px;
  }
  .moving .title__sub {
    width: 240px;
  }
  .moving .title__main {
    width: 340px;
  }
  .moving .title__furniture03 {
    left: 0%;
    width: 130px;
    bottom: 0px;
  }
  .moving .title__furniture04 {
    right: 11%;
    width: 130px;
    bottom: -20px;
  }
  .moving .title__furniture05 {
    right: -4%;
    width: 90px;
  }
}

@media all and (max-width: 639px) {
  .moving .title__bg {
    width: 80%;
  }
  .moving .title__sub {
    width: 60%;
    top: 11%;
    left: -10%;
  }
  .moving .title__main {
    width: 70%;
    bottom: 24%;
  }
  .moving .title__furniture01 {
    width: 65px;
  }
  .moving .title__furniture02 {
    width: 56px;
  }
  .moving .title__furniture03 {
    left: 0%;
    width: 70px;
    bottom: -60px;
  }
  .moving .title__furniture04 {
    right: 16%;
    width: 60px;
    bottom: -60px;
  }
  .moving .title__furniture05 {
    right: -1%;
    width: 50px;
    bottom: -67px;
  }
}

.moving__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto 0;
  max-width: 1000px;
}

.moving__list li {
  width: 48%;
  margin: 0 2% 40px 0;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.moving__list li:nth-child(2n) {
  margin: 0 0 40px 2%;
}

.moving__list .list__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #107B3A, #107B3A 7px, transparent 4px);
  background-size: 10px 4px;
  background-position: left bottom 0px;
  background-repeat: repeat-x;
}

.moving__list .list__txt {
  background-color: #35A822;
  padding: 4px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.moving__list .list__box {
  margin: 20px auto 0;
}

.moving__list .list__box .box__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #35A822;
  padding: 0 10px;
  color: #35A822;
}

.moving__list .list__box .box__txtarea {
  text-align: left;
  margin: 5px auto 0;
}

.moving__list .list__box .box__txtarea span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f8f8f8;
  padding: 0 6px;
  font-weight: bold;
}

.moving__list .type--pink .list__title {
  background-image: linear-gradient(to right, #e74c78, #e74c78 7px, transparent 4px);
}

.moving__list .type--pink .list__txt {
  background-color: #e74c78;
}

.moving__list .type--pink .list__box {
  margin: 20px auto 0;
}

.moving__list .type--pink .list__box .box__title {
  border: 2px solid #e74c78;
  color: #e74c78;
}

.moving__list .type--orange .list__title {
  background-image: linear-gradient(to right, #e06500, #e06500 7px, transparent 4px);
}

.moving__list .type--orange .list__txt {
  background-color: #e06500;
}

.moving__list .type--orange .list__box {
  margin: 20px auto 0;
}

.moving__list .type--orange .list__box .box__title {
  border: 2px solid #e06500;
  color: #e06500;
}

.moving__list .type--blue .list__title {
  background-image: linear-gradient(to right, #278fcf, #278fcf 7px, transparent 4px);
}

.moving__list .type--blue .list__txt {
  background-color: #278fcf;
}

.moving__list .type--blue .list__box {
  margin: 20px auto 0;
}

.moving__list .type--blue .list__box .box__title {
  border: 2px solid #278fcf;
  color: #278fcf;
}

.moving__list .type--purple .list__title {
  background-image: linear-gradient(to right, #492ccc, #492ccc 7px, transparent 4px);
}

.moving__list .type--purple .list__txt {
  background-color: #492ccc;
}

.moving__list .type--purple .list__box {
  margin: 20px auto 0;
}

.moving__list .type--purple .list__box .box__title {
  border: 2px solid #492ccc;
  color: #492ccc;
}

@media all and (max-width: 1100px) {
  .moving__list {
    max-width: 600px;
  }
  .moving__list li {
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 20px;
    padding: 30px;
  }
  .moving__list li:nth-child(2n) {
    margin: 0 auto 30px;
  }
}

.vice {
  background-color: #111;
  position: relative;
  overflow: hidden;
}

.vice:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 26px;
  top: 0;
  left: 0;
  background: url(../img/line1.jpg) repeat-x;
  background-size: 56px 26px;
}

.vice:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 26px;
  bottom: 0;
  left: 0;
  background: url(../img/line1.jpg) repeat-x;
  background-size: 56px 26px;
  z-index: 1;
}

.vice .vice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
  position: relative;
}

.vice .vice__flex:before {
  position: absolute;
  content: "";
  width: 293px;
  height: 263px;
  bottom: -32px;
  right: 0;
  background: url(../img/vice-illust.png) no-repeat;
  background-size: cover;
}

.vice .vice__icon {
  width: 178px;
  -webkit-animation: 3s linear infinite rotation;
          animation: 3s linear infinite rotation;
}

.vice .vice__txtarea {
  width: calc(100% - 220px);
  margin: 0 0 0 auto;
}

.vice .vice__txt {
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0;
}

.vice .animeArea-item {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}

.vice .animeArea-item.anime-on {
  -webkit-animation: txtanimeon 0.6s ease-out 0s forwards;
          animation: txtanimeon 0.6s ease-out 0s forwards;
}

@media all and (max-width: 1100px) {
  .vice .vice__flex {
    padding-bottom: 250px;
  }
  .vice .vice__flex:before {
    width: 250px;
    height: 223px;
    bottom: -32px;
    left: 0;
    margin: 0 auto;
  }
  .vice .vice__txt {
    color: #fff;
    font-weight: bold;
    margin: 20px auto 0;
  }
}

@media all and (max-width: 1100px) {
  .vice .vice__flex {
    display: block;
    padding: 0 0 90px;
  }
  .vice .vice__flex:before {
    width: 160px;
    height: 120px;
  }
  .vice .vice__icon {
    width: 80px;
    margin: 0 auto;
  }
  .vice .vice__txtarea {
    width: 100%;
    margin: 20px auto 0;
  }
  .vice h2 {
    width: 70%;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
  }
  .vice .vice__txt {
    font-size: 14px;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  20% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  20% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.flow {
  position: relative;
}

.flow .flow__title {
  text-align: center;
  margin: 40px auto 50px;
}

.flow .flow__subbox {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.flow .subbox__title {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 40px;
  background-color: #f6a000;
  border: 4px solid #333;
  line-height: 1.2;
}

@media all and (max-width: 639px) {
  .flow .subbox__title {
    font-size: 1.4rem;
    padding: 6px 20px;
  }
  .flow .flow__title {
    margin: 0 auto 30px;
  }
}

.flow__mainbox {
  position: relative;
  padding-bottom: 80px;
}

.flow__mainbox:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130%;
  bottom: 0;
  background-color: #f0e8cf;
}

.flow__mainbox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  bottom: 5%;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0.6) 10px, rgba(255, 255, 255, 0.6) 20px);
  mix-blend-mode: soft-light;
}

.flow__mainbox .flow__sankaku-line {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 28px;
}

.flow__mainbox .flow__sankaku-line:before {
  position: absolute;
  content: "";
  width: 100%;
  top: -28px;
  height: 28px;
  background: url(../img/sankaku-line.png) repeat-x;
  background-size: 72px 28px;
}

@media all and (max-width: 639px) {
  .flow__mainbox {
    padding-bottom: 50px;
  }
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  padding: 30px 40px 30px;
  border: 4px solid #333;
  margin: -4px 0 0;
}

.flow__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #333;
  padding: 6px 10px 6px 20px;
  font-weight: bold;
  margin: 0 15px 10px 0;
  position: relative;
}

.flow__list li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 38%;
  left: 2px;
  background-color: #e06500;
}

@media all and (max-width: 639px) {
  .flow__list {
    padding: 20px 15px 20px;
  }
}

.step__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  position: relative;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.step__list li {
  width: 23%;
  margin: 0 0 0px;
  background-color: #fff;
  border: 4px solid #f0e8cf;
}

.step__list .list__title {
  margin: 20px 0 0 -4px;
  height: 60px;
}

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

.step__list .list__photo {
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
  padding: 10px 0;
}

@media all and (max-width: 1680px) {
  .step__list {
    max-width: 900px;
  }
  .step__list li {
    width: 31%;
    border: 4px solid #f0e8cf;
    background-color: #fff;
  }
}

@media all and (max-width: 1367px) {
  .step__list {
    max-width: 700px;
  }
  .step__list li {
    width: 46%;
    border: 4px solid #f0e8cf;
    background-color: #fff;
  }
}

@media all and (max-width: 896px) {
  .step__list {
    max-width: 700px;
    width: 90%;
  }
  .step__list li {
    width: 46%;
    border: 4px solid #f0e8cf;
    background-color: #fff;
  }
  .step__list .list__title {
    margin: 20px 0 0 -4px;
    height: 50px;
  }
  .step__list .list__title img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 639px) {
  .step__list {
    max-width: 700px;
    width: 90%;
  }
  .step__list li {
    width: 46%;
    border: 4px solid #f0e8cf;
    background-color: #fff;
  }
  .step__list .list__title {
    margin: 10px 0 0 -4px;
    height: 35px;
  }
  .step__list .list__photo {
    width: 90%;
    margin: 0 auto;
  }
}

.question {
  background-color: #f7c626;
  padding: 50px 0;
}

.question .question__title {
  margin: 0 auto 40px;
  text-align: center;
}

.question a {
  color: #e06500;
}

.question a:hover {
  color: #107B3A;
}

@media all and (max-width: 639px) {
  .question {
    padding: 0px 0;
  }
  .question .question__title {
    width: 80%;
  }
}

.company {
  background-color: #f7c65c;
  position: relative;
  padding: 50px 0 0;
}

.company:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-04.png) repeat;
  background-size: 258px 262px;
  opacity: 0.4;
}

.company .company__title {
  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: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company .title__main {
  margin: 0 10px;
}

.company .animeArea-item {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}

.company .animeArea-item.anime-on {
  -webkit-animation: txtanimeon 0.4s ease-out 0s forwards;
          animation: txtanimeon 0.4s ease-out 0s forwards;
}

.company .animeArea-item.anime-on.type2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.company .animeArea-item.anime-on.type3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media all and (max-width: 639px) {
  .company {
    padding: 0;
  }
  .company .company__inner {
    padding: 50px 0;
  }
  .company .title__logo {
    width: 80px;
  }
  .company .title__main {
    width: 160px;
  }
  .company .title__sub {
    width: 100px;
    margin: 10px auto 0;
  }
}

.company__box {
  margin: 50px auto;
  position: relative;
}

.company__box .box__title {
  background-color: #107B3A;
  padding: 30px 10px;
  color: #fff;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -22px;
  top: 0px;
  font-weight: bold;
  font-size: 2rem;
}

.company__box .box__title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-top: 10px solid transparent;
  border-left: 10px solid #107B3A;
  border-bottom: 10px solid transparent;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media all and (max-width: 639px) {
  .company__box {
    margin: 30px auto 0;
  }
  .company__box .box__title {
    padding: 20px 5px;
    left: -14px;
    top: 0px;
    font-size: 14px;
  }
  .company__box .box__title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    border-top: 10px solid transparent;
    border-left: 10px solid #107B3A;
    border-bottom: 10px solid transparent;
  }
}

.company__list {
  background-color: #fff;
  margin: -2px auto 0 30px;
}

.company__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 4px solid #fff;
}

.company__list .list__title {
  width: 160px;
  background-color: #f2f2f2;
  padding: 10px 0px 10px 20px;
}

.company__list .list__txt {
  width: calc(100% - 180px);
  padding: 10px 20px;
}

@media all and (max-width: 639px) {
  .company__list {
    margin: -2px auto 0 20px;
    font-size: 12px;
  }
  .company__list .list__title {
    width: 110px;
    background-color: #f2f2f2;
    padding: 5px 0px 5px 10px;
  }
  .company__list .list__txt {
    width: calc(100% - 120px);
    padding: 5px 10px;
  }
}

.acquisition {
  background-color: #faf8f1;
  position: relative;
  padding-bottom: 180px;
}

.acquisition:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 58%;
  bottom: 0;
  left: 0;
  background-color: #c5efff;
}

@media all and (max-width: 639px) {
  .acquisition {
    padding-bottom: 50px;
  }
  .acquisition:before {
    height: 50%;
  }
}

.acquisition__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.acquisition__list li:nth-child(2) {
  margin-top: 50px;
}

.acquisition__list .list__txtarea {
  width: calc(100% - 200px);
  margin: 0 auto 0 0;
}

.acquisition__list .list__photo {
  width: 184px;
}

.acquisition__list .txtarea__title {
  margin: 10px auto;
  font-weight: bold;
}

.acquisition__list .txtarea__min {
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
}

.acquisition__list .txtarea__sub {
  font-size: 12px;
}

@media all and (max-width: 1680px) {
  .acquisition__list {
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
  }
}

@media all and (max-width: 1367px) {
  .acquisition__list {
    width: calc(100% - 170px);
  }
}

@media all and (max-width: 896px) {
  .acquisition__list {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .acquisition__list {
    width: 100%;
  }
  .acquisition__list .acquisition__inner {
    padding: 50px 0;
  }
  .acquisition__list .list__txtarea {
    width: 100%;
    margin: 0 auto;
  }
  .acquisition__list .list__txtarea h3 {
    width: 70%;
    max-width: 200px;
  }
  .acquisition__list .txtarea__title {
    font-size: 14px;
  }
  .acquisition__list .txtarea__min {
    font-size: 12px;
  }
  .acquisition__list .txtarea__sub {
    font-size: 11px;
  }
  .acquisition__list .list__photo {
    width: 184px;
    margin: 20px auto 0;
  }
}

.ggmap {
  margin: 0 auto;
  width: 60%;
  position: relative;
  height: 300px;
}

.ggmap iframe {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  height: 300px;
}

@media all and (max-width: 639px) {
  .ggmap {
    height: 120px;
    width: 80%;
  }
  .ggmap iframe {
    height: 120px;
  }
}

.gallery {
  position: relative;
  z-index: 2;
}

.gallery .gallery__inner {
  width: 100%;
  padding: 50px 0;
}

.gallery .gallery__inner .mainContents__title {
  width: 60%;
  margin: 0 auto 40px;
}

@media all and (max-width: 1680px) {
  .gallery .gallery__inner .mainContents__title {
    width: 80%;
    margin: 0 auto 40px;
  }
}

@media all and (max-width: 1100px) {
  .gallery .gallery__inner .mainContents__title {
    width: 90%;
    margin: 0 auto 40px;
  }
}

@media all and (max-width: 639px) {
  .gallery .gallery__inner {
    padding: 0;
  }
  .gallery .gallery__inner .mainContents__title {
    width: 90%;
    margin: 0 auto 40px;
  }
}

/* content
----------------------------------*/
.contactArea {
  position: relative;
  background-color: #f7c626;
  padding: 60px 0;
}

.contactArea.area--green {
  background-color: #333;
}

.contactArea.area--green a {
  background-color: #f7c626;
  border: 1px solid #f7c626;
  color: #333;
}

.contactArea a {
  width: 90%;
  max-width: 900px;
  background-color: #107B3A;
  border: 1px solid #107B3A;
  padding: 30px 50px;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}

.contactArea a i {
  padding-right: 20px;
}

.contactArea a:before {
  position: absolute;
  content: "";
}

.contactArea a:hover {
  background-color: #fff;
  color: #333;
}

@media all and (max-width: 639px) {
  .contactArea {
    padding: 30px 0;
  }
  .contactArea a {
    padding: 10px 30px;
    font-size: 1.4rem;
    width: 80%;
  }
  .contactArea a i {
    padding-right: 20px;
  }
}

/* page content
----------------------------------*/
.service {
  background-color: #B5ED65;
}

.service h2 {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.service .service__box {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  margin: -15px auto 0;
}

@media all and (max-width: 639px) {
  .service h2 {
    width: 106%;
    left: -3%;
  }
  .service .service__box {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin: -15px auto 0;
  }
}

.service__list li {
  position: relative;
}

.service__list li:nth-child(2) {
  margin-top: 50px;
}

.service__list .list__title {
  position: absolute;
  top: -20px;
  left: 0;
}

.service__list .list__main {
  margin: 20px 0 0;
  border: 3px solid #333;
  padding: 50px 30px 20px;
  font-size: 2rem;
}

.service__list .list__main .main {
  font-size: 2.4rem;
  color: #107B3A;
  font-weight: bold;
}

.service__list .list__txt {
  margin: 10px auto 0;
}

@media all and (max-width: 639px) {
  .service__list .list__title {
    width: 100px;
  }
  .service__list .list__main {
    margin: 20px 0 0;
    border: 3px solid #333;
    padding: 20px 15px 15px;
    font-size: 14px;
  }
  .service__list .list__main .main {
    font-size: 15px;
  }
  .service__list .list__txt {
    font-size: 12px;
  }
}

.service--box {
  position: relative;
}

.service--box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #f0e8cf;
}

.service--box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 94%;
  bottom: 3%;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0.6) 10px, rgba(255, 255, 255, 0.6) 20px);
  mix-blend-mode: soft-light;
}

.service--box .service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service--box .service__txtarea {
  width: 40%;
}

.service--box .service__photo {
  width: 60%;
}

.service--box .service__txtarea__list {
  margin: 20px auto 0;
}

.service--box .service__txtarea__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 20px 4px 40px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  margin-bottom: 5px;
}

.service--box .service__txtarea__list li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 15px;
  top: 32%;
  background-color: #107B3A;
  border-radius: 50%;
}

@media all and (max-width: 1367px) {
  .service--box .service__txtarea {
    width: 44%;
  }
  .service--box .service__photo {
    width: 52%;
    margin: 0 auto 0 4%;
  }
}

@media all and (max-width: 896px) {
  .service--box .service__inner {
    display: block;
  }
  .service--box .service__txtarea {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .service--box .service__photo {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .service--box .service__txtarea__list {
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .service--box .service__txtarea__list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 20px 4px 40px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
  }
  .service--box .service__txtarea__list li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    left: 15px;
    top: 32%;
    background-color: #107B3A;
    border-radius: 50%;
  }
}

@media all and (max-width: 896px) {
  .service--box .service__txtarea h2 {
    width: 80%;
    margin: 0 auto;
  }
}

.service--plan {
  background-color: #6fbdff;
  position: relative;
  padding: 50px 0;
}

.service--plan h2 {
  text-align: center;
  margin: 0 auto 40px;
}

.service--plan .plan__box {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.service--plan li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.service--plan li:first-child {
  margin-top: 0;
}

.service--plan .box__title {
  position: absolute;
  top: -50px;
  left: 10px;
}

.service--plan .list__photo {
  width: 242px;
}

.service--plan .list__txtarea {
  width: calc(100% - 280px);
  margin: 0 0 0 auto;
}

.service--plan .list__detail {
  text-align: left;
  margin: 5px auto 0;
}

.service--plan .list__detail span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f8f8f8;
  padding: 0 6px;
  font-weight: bold;
}

@media all and (max-width: 1680px) {
  .service--plan .plan__box {
    width: calc(100% - 90px);
    margin: 0;
  }
}

@media all and (max-width: 896px) {
  .service--plan .plan__box {
    width: 100%;
    margin: 0;
  }
  .service--plan .list__title {
    width: 270px;
  }
}

@media all and (max-width: 639px) {
  .service--plan {
    padding: 0;
  }
  .service--plan h2 {
    width: 70%;
    max-width: 180px;
  }
  .service--plan .plan__box {
    background-color: #fff;
    padding: 40px 15px 20px;
    border-radius: 10px;
  }
  .service--plan li {
    display: block;
    margin-top: 40px;
  }
  .service--plan li:first-child {
    margin-top: 0;
  }
  .service--plan .box__title {
    position: absolute;
    top: -30px;
    left: 10px;
    width: 80%;
    max-width: 200px;
  }
  .service--plan .list__photo {
    width: 200px;
    margin: 0 auto 10px;
  }
  .service--plan .list__txtarea {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .service--plan .list__title {
    max-width: 200px;
    width: 70%;
    text-align: center;
  }
  .service--plan .list__detail {
    text-align: left;
    margin: 5px auto 0;
  }
  .service--plan .list__detail span {
    padding: 0 3px;
    font-size: 12px;
  }
}

.service--detail {
  position: relative;
  background-color: #ffda5f;
}

.service--detail:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0.6) 10px, rgba(255, 255, 255, 0.6) 20px);
  opacity: 0.4;
}

.service--detail .plan__detail {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.service--detail .detail__title {
  background-color: #e06500;
  padding: 10px 20px 10px 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.service--detail .detail__title span {
  font-size: 14px;
  margin-left: 30px;
}

.service--detail .detail__inner {
  padding: 0 40px 20px;
}

.service--detail .detail__item {
  text-align: left;
  margin: 5px auto 0;
}

.service--detail .detail__item span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f8f8f8;
  padding: 0 6px;
  font-weight: bold;
}

@media all and (max-width: 1680px) {
  .service--detail .plan__detail {
    width: calc(100% - 90px);
  }
}

@media all and (max-width: 896px) {
  .service--detail .plan__detail {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .service--detail .plan__detail {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .service--detail .detail__title {
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .service--detail .detail__title span {
    font-size: 14px;
    margin-left: 0px;
  }
  .service--detail .detail__inner {
    padding: 0 15px 20px;
  }
  .service--detail .detail__item span {
    font-size: 12px;
  }
}

.service--attention {
  margin-bottom: 200px;
}

.service--attention h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #107B3A, #107B3A 7px, transparent 4px);
  background-size: 10px 4px;
  background-position: left bottom 0px;
  background-repeat: repeat-x;
}

.service--attention .atttention__txt {
  margin-top: 20px;
}

@media all and (max-width: 639px) {
  .service--attention {
    margin-bottom: 120px;
  }
  .service--attention h2 {
    font-size: 15px;
    padding: 0 0 20px;
  }
}

.contact {
  background-color: #B5ED65;
  padding-bottom: 200px;
}

.contact h2 {
  margin-left: 0px;
  border-bottom: 10px solid #107B3A;
}

.contact h2 span {
  background-color: #107B3A;
  padding: 10px 40px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2rem;
}

.contact .contact__box {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

@media all and (max-width: 1680px) {
  .contact .contact__box {
    width: calc(100% - 100px);
    margin: 0 auto 0 0;
  }
}

@media all and (max-width: 896px) {
  .contact .contact__box {
    width: 100%;
    margin: 0 auto 0 0;
  }
}

@media all and (max-width: 639px) {
  .contact {
    padding-bottom: 120px;
  }
  .contact .contact__inner {
    padding: 0 0 50px;
  }
  .contact h2 span {
    padding: 10px 30px;
    font-size: 15px;
  }
}

/* slider
----------------------------------*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
  padding: 15px !important;
  height: 200px;
}

.slick-slide img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slick-slide img {
  width: 100%;
  height: 100%;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-prev:before {
  position: absolute;
  content: "";
  color: #000;
  border-right: 20px solid #107B3A;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 20px;
  height: 10px;
  left: -20px;
  top: 44%;
  z-index: 1;
}

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

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

.slick-next:before {
  position: absolute;
  content: "";
  color: #000;
  border-left: 20px solid #107B3A;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 20px;
  height: 10px;
  right: -20px;
  top: 44%;
  z-index: 1;
}

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

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

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-track {
  height: 300px;
}

.infiniteslide_wrap {
  background-color: #107B3A;
}

.slide_list {
  position: relative;
  display: none;
  margin: 0px auto;
  padding: 20px 0;
  background-color: #107B3A;
}

.slide_list li {
  margin-right: 1%;
  border-radius: 0px;
  overflow: hidden;
  width: 300px;
  height: 206px;
}

.slide_list li a {
  display: block;
}

.slide_list li img {
  width: 300px;
  height: auto;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide_list li:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media all and (max-width: 896px) {
  .slide_list li {
    width: 240px;
    height: 170px;
  }
  .slide_list li img {
    width: 240px;
    height: 170px;
  }
}

/*----------------------------------
bg anime
----------------------------------*/
.animeArea-item {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}

.animeArea-item.anime-on {
  -webkit-animation: txtanimeon 0.8s ease-out 0s forwards;
          animation: txtanimeon 0.8s ease-out 0s forwards;
}

.animeArea-item.anime-on.type2 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.animeArea-item.anime-on.type3 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animeArea-item.anime-on.type4 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.animeArea-item.anime-on.type5 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animeArea-item.anime-on.type6 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.animeArea-item.anime-on.type7 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.animeArea-item.anime-on.type8 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes photoanimeon {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes photoanimeon {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes photoanimeon2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes photoanimeon2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-webkit-keyframes photoanimeon3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes photoanimeon3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes txtanimeon {
  0% {
    -webkit-transform: translateY(20px) scale(0);
            transform: translateY(20px) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}

@keyframes txtanimeon {
  0% {
    -webkit-transform: translateY(20px) scale(0);
            transform: translateY(20px) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}

/*印象編　4-9、4-10　背景色が伸びて出現（左から・右から）　*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

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

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*印象編　4-9 背景色が伸びて出現（左から）*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #107B3A;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/*印象編　4-9 背景色が伸びて出現（右から）*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*----------------------------------
Q and A
----------------------------------*/
.qa-list {
  max-width: 900px;
  margin: 0 auto;
  border: 4px solid #333;
}

@media all and (max-width: 1100px) {
  .qa-list {
    max-width: 700px;
  }
}

.qa-list dl {
  position: relative;
  margin: 0px 0 0;
  cursor: pointer;
  border: 1px solid #f4e8ff;
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list .open dt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  padding: 20px 30px 20px 60px;
  background-color: #ffffff;
  font-size: 1.8rem;
}

.qa-list dl dt span {
  color: #107B3A;
  font-size: 2.4rem;
  font-weight: bold;
}

.qa-list dl dt:before {
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: "Q";
  color: #fff;
  font-weight: bold;
  background-color: #35A822;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0 7px;
}

.qa-list dl dt:after {
  position: absolute;
  top: 48%;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background-color: #ffffff;
  border-top: 2px solid #ddd;
}

.qa-list dl dd:before {
  font-size: 20px;
  line-height: 1.4;
  position: absolute;
  left: 20px;
  display: block;
  content: "A";
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  background-color: #e06500;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0 9px;
}

@media all and (max-width: 1680px) {
  .qa-list dl dt {
    font-size: 1.6rem;
  }
  .qa-list dl dt span {
    font-size: 2rem;
  }
}

@media all and (max-width: 896px) {
  .qa-list dl {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .qa-list dl span {
    font-size: 15px;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 40px 16px 62px;
    font-size: 14px;
  }
  .qa-list dl dt:before {
    font-size: 16px;
    top: 20px;
    left: 15px;
    line-height: 1.7;
    padding: 0 9px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 20px 16px 62px;
    font-size: 14px;
  }
  .qa-list dl dd:before {
    font-size: 16px;
    top: 20px;
    left: 15px;
    line-height: 1.7;
    padding: 0 10px;
  }
}

@media all and (max-width: 639px) {
  .qa-list dl {
    margin: 10px 0 0;
    font-size: 14px;
  }
  .qa-list dl span {
    font-size: 15px;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 30px 16px 52px;
    font-size: 12px;
  }
  .qa-list dl dt span {
    font-size: 14px;
  }
  .qa-list dl dt:before {
    font-size: 14px;
    top: 20px;
    left: 15px;
    line-height: 1.3;
    padding: 0 7px;
    width: 24px;
    height: 24px;
  }
  .qa-list dl dt:after {
    right: 12px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 30px 16px 52px;
    font-size: 12px;
  }
  .qa-list dl dd:before {
    font-size: 14px;
    top: 20px;
    left: 15px;
    line-height: 1.3;
    padding: 0 8px;
    width: 24px;
    height: 24px;
  }
}

/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}

@media all and (max-width: 639px) {
  .sponly {
    display: block;
  }
}
.mtitle_box {
  background: rgba(23, 55, 125, 0.1);
  color: #343338;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-weight: 700
}

.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px
}

.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f30a";
  font-weight: 900;
  display: block;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff
}

@media all and (max-width: 639px) {
  .mtitle_box {
      font-size: 1.5rem
  }
}

.p-sticker-side {
  /* position: fixed; */
  right: 0;
  top: 180px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 10px;
  color: #333333;
  text-align: center;
  font-size: 0.812rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10
}

.p-sticker-side__box__line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #999999
}

.p-sticker-side__box a {
  display: block;
  cursor: pointer
}

.p-sticker-side__box a:hover {
  color: #25a6e2
}

.p-sticker-side__icon {
  margin: 0 auto 5px
}

.p-sticker-side__icon__line {
  width: 30px;
  margin-bottom: 10px
}

.p-sticker-side__icon__sasato {
  width: 36px
}

.p-sticker-side__icon__contact {
  width: 80px
}

.p-sticker-side__icon img {
  width: 100%
}

.pc {
  display: block;
}

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