@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #353535;
  background: #f4f4f4;
  font-family: "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: #4f8858;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  word-wrap: break-word;
}

#wrapper {
  position: relative;
  overflow: hidden;
}
#wrapper.contents {
  overflow: initial;
}

#l-main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1100px) {
  #l-main {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #l-main {
    width: 100%;
    padding-left: 0;
  }
}

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

.bold {
  font-weight: 600;
}

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

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

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

.en-big {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.st1 {
  stroke-miterlimit: 5;
  stroke-width: 1;
  fill: none;
  stroke: #111;
}

.st2 {
  stroke-miterlimit: 5;
  stroke-width: 0.9;
  fill: none;
  stroke: #e57e3c;
}

.st3 {
  stroke-miterlimit: 5;
  stroke-width: 0.9;
  fill: none;
  stroke: #e57e3c;
}

.st4 {
  stroke-miterlimit: 5;
  stroke-width: 0.9;
  fill: none;
  stroke: #e57e3c;
}

#svg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30;
}
#svg_wrap.off {
  background: transparent;
  transition: 2s;
  opacity: 0;
}

#svg {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 639px) {
  #svg {
    width: 200px;
    height: 200px;
  }
}

#svg-after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
}
@media all and (max-width: 639px) {
  #svg-after {
    width: 200px;
    height: 200px;
  }
}

#nav-toggle {
  display: block;
  position: fixed;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 35px;
}
#nav-toggle > div > p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 2px;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
  border: 0.1px solid #aaa;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
  width: 90%;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
  width: 80%;
}
#nav-toggle:hover span:nth-child(1) {
  top: 0px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 20px;
}
@media all and (max-width: 639px) {
  #nav-toggle {
    top: 40px;
    right: 20px;
  }
}

.open #nav-toggle span {
  background: #46784e;
}
.open #nav-toggle span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 20px;
  width: 100%;
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#sp_btn {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: 100%;
  transform: translateX(-50%);
}
#sp_btn ul {
  display: flex;
  justify-content: center;
  max-width: 330px;
  padding-bottom: 15px;
  margin: 0 auto;
}
#sp_btn ul li {
  padding: 0 5px;
}
#sp_btn ul li a {
  display: block;
  padding: 7px 30px;
  text-align: center;
  background: #fefefe;
  color: #46784e;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}
#sp_btn ul li a span {
  display: block;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #111;
}
#sp_btn ul li a.sp_btn_icon {
  background: transparent;
  width: 40px;
  padding: 7px 0;
}

#sp-nav {
  background: #f4f4f4;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#sp-nav .inner {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
#sp-nav .inner .head-nav-logo {
  text-align: center;
  width: 340px;
  margin: 0 auto 100px;
}
#sp-nav .inner .head-nav-detail {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.2;
}
#sp-nav .inner .head-nav-detail .txt a {
  display: inline-block;
}
#sp-nav .inner .photo {
  height: 100%;
}
#sp-nav .inner .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 639px) {
  #sp-nav .inner .head-nav-logo {
    text-align: center;
    width: 210px;
    margin: 5% auto 0;
  }
  #sp-nav .inner .photo {
    height: 20%;
    min-height: 100px;
    max-height: 200px;
  }
  #sp-nav .inner .head-nav-detail {
    border-top: 1px solid #ddd;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0px;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #sp-nav .inner .head-nav-detail .txt {
    font-size: 10px;
  }
  #sp-nav .inner .head-nav-detail .txt a {
    display: inline-block;
  }
}
#sp-nav a {
  display: block;
  color: #232323;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.4s ease;
  font-weight: 600;
}
#sp-nav a span {
  display: block;
  color: #46784e;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
#sp-nav a:hover {
  color: #6e6e6e;
}
#sp-nav a:active {
  color: #46784e;
}
#sp-nav .dropdown {
  display: none;
}
#sp-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sp-nav ul li {
  width: 30%;
  margin: 0 1% 40px;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.2s ease;
}
#sp-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#sp-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#sp-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#sp-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#sp-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#sp-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
@media all and (max-width: 639px) {
  #sp-nav ul {
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 12% auto 0;
  }
  #sp-nav ul li {
    width: 100%;
    margin: 0 auto 5%;
  }
  #sp-nav ul li a {
    font-size: 12px;
    padding: 0;
  }
  #sp-nav ul li a span {
    font-size: 10px;
  }
  #sp-nav ul li a:hover {
    color: #6e6e6e;
  }
  #sp-nav ul li a:active {
    color: #46784e;
  }
}

/* open */
.open {
  overflow: hidden;
}
.open #sp-nav {
  visibility: visible;
  opacity: 1;
  z-index: 990;
}
.open #sp-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

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

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

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

/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#mask path {
  transition: fill-opacity 0.5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: #46784e;
  /*塗りがない状態*/
  stroke: #46784e;
  /*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill: #46784e;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: none;
  /*線の色なし*/
}

.loader {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}
.loader:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.loader.off {
  display: block;
}
.loader.off:before {
  animation: load-fede 0.8s ease-out 0s forwards;
}
.loader.off:after {
  animation: load-fede 0.8s ease-out 0s forwards;
}
@media all and (max-width: 639px) {
  .loader.off {
    animation: load-bg-sp 1s ease-out 0s forwards;
  }
}

@keyframes load-fede {
  0% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
  }
}
@keyframes load-fede2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
  display: flex;
  align-items: center;
  animation: animesvg-txt 0.7s ease-in 0.5s forwards;
}

.splash_logo-main {
  width: 480px;
  position: relative;
}
.splash_logo-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  animation: animesvg-txt2 0.7s ease-in 0.5s forwards;
  background-color: #fff;
}
@media all and (max-width: 639px) {
  .splash_logo-main {
    width: 260px;
    margin-left: 15px;
  }
}

@keyframes animesvg-txt {
  0% {
    transform: translate(-20%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes animesvg-txt2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.gradient {
  background: linear-gradient(45deg, #ccc, #002989, #eee);
  background-size: 600% 600%;
  animation: anim-gradient 10s ease infinite;
}

@keyframes anim-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#l-header {
  width: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  transition: all 0.2s ease-in;
  margin: 0 0 0 auto;
}
#l-header.is-fixed {
  margin: 0px auto;
  right: 0;
  position: fixed;
  padding: 0;
  transition: 0.3s ease;
}
#l-header.is-fixed:before {
  width: 140%;
}
#l-header.is-fixed .inner {
  padding: 0;
}
#l-header.is-fixed .inner:before {
  display: none;
}
@media all and (max-width: 1100px) {
  #l-header.is-fixed .inner {
    padding: 10px 0;
  }
}
#l-header.is-fixed .inner #logo {
  position: relative;
}
@media all and (max-width: 639px) {
  #l-header.is-fixed .inner #logo {
    width: 260px;
  }
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#l-header .inner #logo {
  width: 270px;
  padding: 30px 0px 10px 10px;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  #l-header .inner #logo {
    width: 250px;
    margin: 10px auto 0;
    text-align: center;
  }
}
#l-header .inner #logo .logo1 {
  display: block;
}
#l-header .inner #logo .logo2 {
  display: none;
}
@media all and (max-width: 896px) {
  #l-header {
    padding: 15px 0;
    width: 100%;
    height: 100px;
  }
  #l-header .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 100px 0 0;
  }
  #l-header .inner #logo {
    margin: 0 auto;
    padding: 0;
    width: 200px;
  }
  #l-header .inner #logo .logo1 {
    display: none;
  }
  #l-header .inner #logo .logo2 {
    display: block;
  }
  #l-header .inner .header-icon {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    display: none;
  }
  #l-header .inner .header-icon li {
    width: 30%;
    max-width: 0 1%;
  }
}
@media all and (max-width: 639px) {
  #l-header .inner {
    width: 100%;
    position: relative;
  }
  #l-header .inner .header-icon {
    position: absolute;
    right: 0;
    top: 30px;
  }
  #l-header .inner .header-icon li {
    width: 30%;
    max-width: 0 1%;
  }
}

#header_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 150px;
  transition: all 0.4s ease-in;
  background: #fff;
  padding: 5rem 20px;
  border-radius: 0 20px 0 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
@media all and (max-width: 1100px) {
  #header_nav {
    text-align: center;
    margin: 20px auto 0;
    display: none;
  }
}
@media all and (max-width: 896px) {
  #header_nav {
    display: none;
  }
}
.is-fixed #header_nav {
  overflow: hidden;
}
.is-fixed #header_nav .head-right_tel a {
  color: #6e6e6e;
}
@media all and (max-width: 1100px) {
  .is-fixed #header_nav {
    margin: 0 auto 0;
  }
}
.is-fixed #header_nav ul li a::after {
  display: none;
}
.is-fixed #header_nav ul li a:hover {
  color: #fff;
  background-color: #6e6e6e;
}
#header_nav ul {
  margin: 0 auto;
  display: block;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
  margin-bottom: 20px;
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
  padding: 5px 0;
  font-weight: 600;
  color: #111;
}
#header_nav ul li a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #46784e;
  position: relative;
  letter-spacing: 0.1rem;
}
#header_nav ul li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0px;
  transition: 0.2s width ease-in;
}
@media all and (max-width: 1100px) {
  #header_nav ul li a:after {
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
#header_nav ul li a:hover, #header_nav ul li a.active {
  background-color: #6e6e6e;
  color: #fff;
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #ceb47b;
  transition: 0.8s;
}
#header_nav ul li a:hover:after, #header_nav ul li a.active:after {
  width: 20px;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 999;
  padding-top: 30px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 5px;
  background: #111;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  padding: 12px 8px;
  color: #fefefe;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}

.header-icon {
  margin: 50px auto 0;
}
@media all and (max-width: 639px) {
  .header-icon {
    display: none;
  }
}
.header-icon li {
  position: relative;
  margin: 0 auto 10px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 896px) {
  .header-icon li {
    border-bottom: none;
  }
}
.header-icon .sns_button a {
  padding: 5px 20px;
}
.header-icon .sns_button a:hover {
  color: #333;
}
@media all and (max-width: 639px) {
  .header-icon .sns_button a {
    padding: 5px 10px;
  }
}

.header-icon_txt {
  display: none;
  font-size: 1rem;
  background-color: #fff;
  padding: 6px 20px;
  color: #3a200c;
  margin: 0 auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  position: absolute;
  left: -66%;
  right: 0;
  bottom: -80%;
}
.header-icon_txt.type2 {
  left: -96%;
}
.header-icon_txt.type3 {
  left: -54%;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 21px;
  z-index: 200;
}
#page-top a {
  display: block;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #46784e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
  transform: translateY(-10px);
}
@media all and (max-width: 639px) {
  #page-top {
    bottom: 20px;
    right: 20px;
  }
  #page-top a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoom-in 11s linear 0s 1 normal both;
}

.slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  z-index: 3;
}
@media all and (max-width: 896px) {
  .slide-txt {
    width: 80%;
  }
}
.swiper-slide {
  position: relative;
}
.swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}
.swiper-slide.slide1:before {
  background-image: url(../img/slide.jpg);
  background-position: 80% 50%;
  background-color: #46784e;
  background-blend-mode: multiply;
}
.swiper-slide.slide2:before {
  background-image: url(../img/slide4.jpg);
  background-position: 50% 100%;
  background-color: #46784e;
  background-blend-mode: multiply;
}
.swiper-slide.slide3:before {
  background-image: url(../img/slide3.jpg);
  background-color: #46784e;
  background-blend-mode: multiply;
}

.slide-img {
  overflow: hidden;
  width: 100%;
  height: 95vh;
  margin-left: auto;
}
.slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 1100px) {
  .slide-img {
    height: 50vw;
  }
}
@media all and (max-width: 896px) {
  .slide-img {
    height: 50vh;
  }
}
@media all and (max-width: 639px) {
  .slide-img {
    height: 60vh;
  }
}

#slideshow {
  position: relative;
  width: 100%;
  margin: 0 50px 0 auto;
  /*
  &:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: $sub_color;
    top: 0;
    left: 0;
    z-index: 100;
    animation: anime-logo2-2 6s ease-in forwards;
    opacity: 0;
    pointer-events: none;
  }*/
}
@media all and (max-width: 1100px) {
  #slideshow {
    width: 100%;
    margin: 0 auto;
  }
}

.top-area {
  position: relative;
}

#slide-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.main-icon {
  position: absolute;
  right: 10%;
  top: 5%;
  z-index: 1;
}
.main-icon .pc {
  display: block;
}
.main-icon .pro {
  display: none;
}
@media all and (max-width: 1367px) {
  .main-icon {
    width: 20%;
    min-width: 320px;
  }
}
@media all and (max-width: 1100px) {
  .main-icon {
    min-width: 210px;
  }
  .main-icon .pc {
    display: none;
  }
  .main-icon .pro {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .main-icon {
    top: 25%;
    right: 5%;
  }
}
@media all and (max-width: 639px) {
  .main-icon {
    top: 10px;
    left: auto;
    right: 10px;
  }
}

.main-deco {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 350px;
  z-index: -1;
  opacity: 0.4;
}
@media all and (max-width: 1100px) {
  .main-deco {
    display: none;
  }
}

.slide-catch {
  position: absolute;
  left: 3%;
  top: 40%;
}
@media all and (max-width: 1367px) {
  .slide-catch {
    width: 20%;
    min-width: 280px;
  }
}
@media all and (max-width: 1100px) {
  .slide-catch {
    top: auto;
    width: 20%;
    min-width: 180px;
    bottom: 10%;
  }
}
@media all and (max-width: 639px) {
  .slide-catch {
    min-width: 120px;
    top: auto;
    bottom: 15px;
  }
}

#catch {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 54%;
  transform: translateY(-50%);
  width: 1000px;
  opacity: 0;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  font-size: 6rem;
  color: #fff;
}
#catch.on {
  opacity: 1;
  transition: 2s;
}
@media all and (max-width: 1367px) {
  #catch {
    left: 2%;
    font-size: 4rem;
    width: 60%;
  }
}
@media all and (max-width: 896px) {
  #catch {
    width: 60%;
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  #catch {
    width: 70%;
    font-size: 2rem;
  }
}

.catch2 {
  animation: rotate-anime 35s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: -10%;
  margin: 0 auto;
  z-index: -1;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .catch2 {
    width: 50%;
  }
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.catch1 {
  z-index: 50;
  width: 100%;
  text-align: center;
  opacity: 1 !important;
}

.top-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px 2%;
  margin: 0 5% 5% 0;
}
.top-detail:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 1px;
  background-color: #6e6e6e;
  bottom: 0;
}
.top-detail .txt-inline {
  display: inline-block;
  text-align: start;
  vertical-align: text-top;
}
.top-detail .txt-inline.type1 {
  padding-right: 12px;
  margin-right: 8px;
  position: relative;
}
.top-detail .txt-inline.type1:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 76px;
  background-color: #ddd;
  top: 6px;
  right: 0;
}
@media all and (max-width: 1100px) {
  .top-detail {
    position: relative;
    margin: 0 auto;
    text-align: right;
    padding: 40px 0;
    width: 90%;
  }
  .top-detail .top-detail-inner {
    text-align: right;
  }
  .top-detail .top-detail-inner:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 1px;
    background-color: #6e6e6e;
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 639px) {
  .top-detail {
    position: relative;
    margin: 0 auto;
    text-align: right;
    padding: 40px 0;
    width: 90%;
  }
  .top-detail .top-detail-inner {
    text-align: right;
  }
  .top-detail .top-detail-inner:before {
    position: absolute;
    content: "";
    width: 280px;
    height: 1px;
    background-color: #6e6e6e;
    bottom: 0;
    right: 0;
  }
  .top-detail .txt-inline {
    width: 70px;
  }
  .top-detail .txt-inline.type1 {
    width: 200px;
  }
}

.foorer-rinen {
  text-align: center;
  margin: 20px auto 40px;
  padding: 20px;
  color: #fefefe;
}
.foorer-rinen .footer-rinen-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 2.8rem;
}
.foorer-rinen .footer-rinen-txt {
  color: #fefefe;
  font-weight: bold;
}

.footer-detail {
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-detail .txt-inline {
  display: inline-block;
  text-align: start;
  vertical-align: text-top;
  margin-bottom: 10px;
}
.footer-detail .txt-inline.type1 {
  padding-left: 12px;
  margin-left: 8px;
  position: relative;
}
.footer-detail .txt-inline.type1:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  top: 6px;
  left: 0;
}
@media all and (max-width: 1100px) {
  .footer-detail {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 0;
    width: 90%;
  }
}
@media all and (max-width: 639px) {
  .footer-detail {
    position: relative;
    margin: 0 auto;
    padding: 40px 0 0;
    width: 90%;
  }
  .footer-detail .top-detail-inner {
    text-align: left;
  }
  .footer-detail .txt-inline {
    width: 70px;
  }
  .footer-detail .txt-inline.type1 {
    width: 200px;
  }
}

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

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 2.8s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2.8s;
  animation-delay: 6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* logo svg
----------------------------------*/
.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: animeline 4s ease-in forwards;
}

.cls-2 {
  fill: none;
  stroke: #333;
  stroke-width: 1;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: animeline 4s ease-in 4s forwards;
}
@keyframes animeline {
  to {
    stroke-dashoffset: 0;
  }
}
/* catch svg
----------------------------------*/
.catch-logo {
  width: 60%;
  margin: 0 auto;
  animation: anime-logo2 3s ease-in 3.5s forwards;
  position: relative;
}

.logo-txt1 {
  animation-delay: 0.2s;
}

.logo-txt2 {
  animation-delay: 0.4s;
}

.logo-txt3 {
  animation-delay: 0.6s;
}

.logo-txt4 {
  animation-delay: 0.8s;
}

.logo-txt5 {
  animation-delay: 1s;
}

.logo-txt6 {
  animation-delay: 1.2s;
}

.logo-txt7 {
  animation-delay: 1.4s;
}

.logo-txt8 {
  animation-delay: 1.6s;
}

.logo-txt9 {
  animation-delay: 1.8s;
}

.logo-txt10 {
  animation-delay: 2s;
}

.logo-txt11 {
  animation-delay: 2.2s;
}

.logo-txt12 {
  animation-delay: 2.4s;
}

@keyframes anime-logo {
  0% {
    fill: none;
    /*塗りつぶし色*/
    stroke-dashoffset: 2500;
    /*線の始まりの開始位置*/
    stroke: #fff;
    /*パスの色*/
  }
  80% {
    fill: none;
    /*塗りつぶし色*/
  }
  100% {
    stroke-dashoffset: 0;
    /*線の始まりの開始位置*/
    stroke: #000;
    fill: #000;
    /*パスの色*/
  }
}
@keyframes anime-logo2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-logo2-2 {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.catch-logo2 {
  animation: anime-logo3 2s ease-in 6.5s forwards;
  opacity: 0;
  margin-top: 0%;
}

@keyframes anime-logo3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* contact_bnr
----------------------------------*/
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.contact_bnr > li {
  width: 48%;
  margin-right: 1%;
}
.contact_bnr > li:nth-child(2) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.contact_bnr > li .bnr_tel {
  white-space: nowrap;
  position: relative;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.contact_bnr > li .bnr_tel.black {
  color: #fff;
  border: 0.9px solid #46784e;
  background-color: #46784e;
}
.contact_bnr > li .bnr_tel.black:hover {
  color: #46784e;
  background-color: #fff;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #46784e;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  font-size: 1.6rem;
  padding: 15px 0;
  max-width: 400px;
  margin: 0 auto;
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.2rem;
  }
}
.contact_bnr > li a,
.contact_bnr > li span {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  border: 0.9px solid #fff;
}
.contact_bnr > li a:before,
.contact_bnr > li span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.contact_bnr > li a:hover,
.contact_bnr > li span:hover {
  color: #002989;
}
@media all and (max-width: 639px) {
  .contact_bnr > li a,
  .contact_bnr > li span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .contact_bnr > li a:before,
  .contact_bnr > li span:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}

/* footer
----------------------------------*/
footer {
  background-size: cover;
  border-top: 1px solid #46784e;
  background-color: #fff;
}

#l-footer {
  font-size: 1.4rem;
  position: relative;
}
#l-footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  padding: 60px 100px 30px 150px;
  color: #46784e;
}
@media all and (max-width: 1100px) {
  #l-footer .inner {
    width: 100%;
    max-width: 800px;
    padding: 60px 30px;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    font-size: 1.2rem;
  }
  #l-footer .inner {
    padding: 40px 20px 20px;
  }
}

.footer-icon {
  margin: 20px auto 0;
}
@media all and (max-width: 639px) {
  .footer-icon {
    margin-bottom: 20px;
  }
}
.footer-icon .sns_button {
  text-align: center;
  font-weight: bold;
  position: relative;
}
.footer-icon .sns_button span {
  position: relative;
}
.footer-icon .sns_button span:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  left: -20px;
  top: 11px;
  background-color: #46784e;
  transform: rotate(60deg);
}
.footer-icon .sns_button span:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  right: -20px;
  top: 11px;
  background-color: #46784e;
  transform: rotate(-60deg);
}
.footer-icon .sns_button .sns-icon-h {
  display: none;
}
.footer-icon .sns_button .sns_button_link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px auto 0;
}
.footer-icon .sns_button .sns_button_link:hover .sns-icon {
  display: none;
}
.footer-icon .sns_button .sns_button_link:hover .sns-icon-h {
  display: inline;
}

.footer-icon_txt {
  display: none;
  font-size: 1rem;
  background-color: #fff;
  padding: 6px 20px;
  color: #3a200c;
  margin: 0 auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  position: absolute;
  left: -66%;
  right: 0;
  bottom: -80%;
}
.footer-icon_txt.type2 {
  left: -96%;
}
.footer-icon_txt.type3 {
  left: -54%;
}

/* footer_navi
----------------------------------*/
.footer_navi {
  flex-basis: 100%;
  margin: 0 auto 30px;
}
.footer_navi ul {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.footer_navi ul li {
  padding: 0 50px;
  margin-bottom: 8px;
}
.footer_navi ul li a {
  color: #000;
  font-size: 1.3rem;
  position: relative;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  text-align: center;
  display: block;
}
.footer_navi ul li a span {
  color: #46784e;
  display: block;
  text-align: center;
}
.footer_navi ul li a:before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: -30px;
}
.footer_navi ul li a:hover {
  color: #46784e;
}
.footer_navi ul li a:hover span {
  color: #46784e;
  display: block;
  text-align: center;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}
@media all and (max-width: 1100px) {
  .footer_navi ul li {
    flex: 1 0 auto;
    padding: 0 30px;
  }
}
@media all and (max-width: 1367px) {
  .footer_navi {
    max-width: 85%;
  }
  .footer_navi ul li {
    padding: 0 20px;
  }
}

.flogo {
  margin: 35px auto;
  min-height: 0;
  text-align: center;
  max-width: 320px;
}
@media all and (max-width: 639px) {
  .flogo {
    margin: 35px auto 20px;
    width: 90%;
  }
}

.address {
  font-size: 12px;
  text-align: center;
}

.copyright {
  text-align: center;
  padding: 14px 50px 14px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  background: #000;
  color: #fff;
}
@media all and (max-width: 896px) {
  .copyright {
    font-size: 12px;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 100px 100px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .single.sp100 {
    padding-top: 100px;
  }
}
.single.top-non {
  padding-top: 0;
}

.single02 {
  max-width: 100%;
  margin-right: auto;
  padding: 100px 100px 100px 150px;
  position: relative;
}
@media all and (max-width: 1450px) {
  .single02 {
    padding: 100px 50px 100px 150px;
  }
}
@media all and (max-width: 1100px) {
  .single02 {
    padding: 80px 10px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media all and (max-width: 896px) {
  .single02 {
    padding: 80px 0;
  }
}
.single02.top-non {
  padding-top: 0;
}

.single0 {
  padding: 0px 30px;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  .single0 {
    padding: 0 0px;
  }
}
@media all and (max-width: 896px) {
  .single0 {
    padding: 0;
  }
}

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

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  margin-right: auto;
  margin-left: auto;
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox.transparent {
    padding: 15px;
  }
}
.mbox.min {
  max-width: 1000px;
}
.mbox.type1 {
  background-color: #6e6e6e;
}
@media all and (max-width: 639px) {
  .mbox.type1 {
    padding: 0;
  }
}
.mbox.border {
  margin-top: 120px;
  border: 5px solid rgba(70, 120, 78, 0.2);
  box-shadow: 16px 13px 0px 0px #6e6e6e;
}
@media all and (max-width: 639px) {
  .mbox.border {
    margin-top: 70px;
    box-shadow: 2px 3px 0px 0px #6e6e6e;
  }
}
@media all and (max-width: 1367px) {
  .mbox {
    padding: 20px;
  }
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 15px 15px;
  }
  .mbox.sp-m10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

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

.small-box {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .small-box .mtitle_box {
    margin-bottom: 20px;
  }
}

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

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

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

/*title
----------------------------------*/
.title-big {
  position: relative;
  margin-bottom: 20px;
}
.title-big .ja {
  font-size: 4rem !important;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
@media all and (max-width: 1367px) {
  .title-big .ja {
    font-size: 3rem !important;
  }
}
@media all and (max-width: 896px) {
  .title-big .ja {
    font-size: 2.5rem !important;
  }
}
@media all and (max-width: 639px) {
  .title-big .ja {
    font-size: 2rem !important;
  }
}

.title01 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.title01 span {
  background: #46784e;
  padding: 4px 8px;
  color: #fff;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .title01 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .title01 span {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.title01.type1 span {
  background: #002989;
}

.title02 {
  padding: 8px 0;
  text-align: center;
  background: #6e6e6e;
  margin-bottom: 15px;
  color: #fff;
}

/* mtitle
----------------------------------*/
.mtitle {
  margin: 0 auto 40px;
  text-align: center;
}
.mtitle.tleft {
  text-align: left;
}
.mtitle.page {
  z-index: 100;
  position: relative;
  margin-top: 50px;
}
.mtitle .eng {
  font-size: 3rem;
  color: #46784e;
  position: relative;
  display: block;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.mtitle .eng:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #46784e;
  left: 0;
  right: 0;
  top: -60px;
  margin: 0 auto;
}
.mtitle .ja {
  font-size: 2.5rem;
  color: #333;
}
.mtitle .ja.type2 {
  color: #46784e;
}
.mtitle .ja:first-letter {
  color: #002989;
}
.mtitle .ja.white {
  color: #fff;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.eng {
  color: #fff;
}
.mtitle.white span.eng:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: auto;
  bottom: -40px;
  margin: 0 auto;
}
.mtitle.white span.ja {
  color: #fff;
}
.mtitle.black {
  color: #333;
}
.mtitle.black span {
  color: #555;
}
.mtitle.black span:after {
  background-color: #555;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
    margin-bottom: 40px;
  }
  .mtitle .eng {
    font-size: 1.3rem;
  }
  .mtitle .eng:before {
    height: 40px;
    top: -40px;
  }
  .mtitle .ja {
    font-size: 2rem;
  }
  .mtitle.page {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.mtitle2 {
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
.mtitle2.tleft {
  text-align: left;
}
.mtitle2 .eng {
  font-size: 3rem;
  color: #52704b;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: absolute;
  opacity: 1;
  bottom: -42px;
  left: 120px;
}
.mtitle2 .ja {
  font-size: 4rem;
  color: #333;
  position: relative;
}
.mtitle2 .ja:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  bottom: -30px;
  background-color: #46784e;
}
@media all and (max-width: 896px) {
  .mtitle2 .ja {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .mtitle2 .eng {
    font-size: 2rem;
    bottom: -34px;
  }
  .mtitle2 .ja {
    font-size: 1.8rem;
  }
  .mtitle2 .ja:before {
    bottom: -24px;
  }
}

.mtitle3 {
  margin-left: auto;
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
}
.mtitle3 .eng {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-style: italic;
  display: block;
  color: #46784e;
}
.mtitle3 .ja {
  font-size: 3.2rem;
  position: relative;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    padding: 0;
  }
  .mtitle3 .eng {
    font-size: 1.2rem;
  }
  .mtitle3 .ja {
    font-size: 2rem;
    display: block;
  }
}

.mtitle4 {
  margin: 0 auto 20px 0;
  position: relative;
}
.mtitle4 .eng {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
.mtitle4 .ja {
  font-size: 2rem;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  position: relative;
  text-align: left;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    padding: 20px 0;
  }
  .mtitle4 .eng {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .mtitle4 .ja {
    font-size: 2rem;
  }
}

.mtitle5 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
}
.mtitle5 .eng {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6e6e6e;
  display: block;
}
.mtitle5 .ja {
  font-size: 3rem;
}
@media all and (max-width: 639px) {
  .mtitle5 {
    text-align: center;
  }
  .mtitle5 .eng {
    font-size: 1.2rem;
  }
  .mtitle5 .ja {
    font-size: 2.3rem;
  }
}

.mtitle_sub {
  padding: 0 0 0 20px;
  position: relative;
  margin: 0px 0 15px 20px;
  font-size: 2.8rem;
  text-align: left;
}
.mtitle_sub .hissu {
  color: #fff;
  background: #599863;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}
.mtitle_sub:before {
  position: absolute;
  left: -50px;
  top: 20px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #111;
}
.mtitle_sub.type1 {
  color: #46784e;
}
.mtitle_sub.type2 {
  font-size: 2rem;
}
.mtitle_sub.type2:before {
  position: absolute;
  left: -20px;
  top: 16px;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #6e6e6e;
}
@media all and (max-width: 639px) {
  .mtitle_sub.type2 {
    font-size: 1.4rem;
  }
  .mtitle_sub.type2:before {
    top: 13px;
  }
}
@media all and (max-width: 639px) {
  .mtitle_sub {
    font-size: 1.8rem;
  }
}

.mtitle_sub2 {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #599863;
  margin-bottom: 8px;
  color: #3a200c;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
}
.mtitle_sub2:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 50%;
  background-color: #96c19d;
}
.mtitle_sub2 span {
  font-size: 1.9rem;
}
@media all and (max-width: 639px) {
  .mtitle_sub2 {
    font-size: 1.3rem;
  }
  .mtitle_sub2 span {
    font-size: 1.6rem;
  }
}

.mtitle_icon {
  padding: 0 0 0 20px;
  position: relative;
  margin: 15px 0 15px 20px;
  font-size: 2.4rem;
  text-align: left;
  color: #46784e;
}
.mtitle_icon:before {
  position: absolute;
  left: -30px;
  top: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/logomark.png) no-repeat 50%/contain;
  filter: inherit;
}
@media all and (max-width: 896px) {
  .mtitle_icon {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .mtitle_icon {
    font-size: 1.6rem;
  }
}

.mtitle_box {
  background-image: -webkit-gradient(linear, left top, right top, from(#46784e), to(#46784e));
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  padding: 15px 25px;
  margin-bottom: 25px;
  font-weight: 600;
  overflow: hidden;
}
.mtitle_box.f-2 {
  text-align: center;
}
.mtitle_box.f-2 span {
  font-size: 2rem;
  text-align: center;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.mtitle_box.type1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#46784e), to(#6e6e6e));
}
.mtitle_box.type2 {
  background: #58cbb6;
}

.mtext0 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .mtext0 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext0 {
    font-size: 1.5rem;
    padding: 0;
    margin-top: 30px;
  }
}

.mtext1 {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .mtext1 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.6rem;
    padding: 0;
    margin-top: 30px;
  }
}

.mtext2 {
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.8rem;
    padding: 4px 8px;
  }
}

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

/* btn
----------------------------------*/
.btn-txt a {
  position: relative;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}
.btn-txt a:before {
  position: absolute;
  content: "";
  right: -50px;
  top: 36%;
  background: url(../img/arrow.png) no-repeat;
  width: 38px;
  height: 9px;
  background-size: cover;
}
.btn-txt a:hover:before {
  transition: 0.4s;
  right: -60px;
}

.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #222;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 2px solid #222;
}
.btn01 a:hover {
  background: #222;
  color: #fefefe;
  border: 2px solid #222;
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #ffce3b;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

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

.btn03 a {
  margin: 0 auto;
  display: block;
  color: #333;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  border: 0.9px solid #333;
}
.btn03 a:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn03 a:hover {
  color: #fff;
  box-shadow: rgba(27, 27, 27, 0.7) 0 80px 0px 2px inset;
}
@media all and (max-width: 639px) {
  .btn03 a {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .btn03 a:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}

.btn04 a,
.btn04 span {
  display: block;
  color: #fff;
  max-width: 300px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 8px 0;
  border: 0.9px solid #46784e;
  background-color: #46784e;
}
.btn04 a:before,
.btn04 span:before {
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
.btn04 a:hover,
.btn04 span:hover {
  color: #fff;
  box-shadow: rgb(0, 0, 0) 0 80px 0px 2px inset;
}
@media all and (max-width: 639px) {
  .btn04 a,
  .btn04 span {
    margin: 0 auto;
    white-space: nowrap;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
  }
  .btn04 a:before,
  .btn04 span:before {
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}

.btn05 {
  width: 300px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  border: none;
  margin: 0 auto;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-align: center;
}
.btn05 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #46784e;
}
.btn05:before, .btn05:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.btn05.black:before, .btn05.black:after {
  background: rgb(0, 0, 0);
}
.btn05:before {
  height: 50%;
  width: 1px;
}
.btn05:after {
  width: 20%;
  height: 1px;
}
.btn05:hover:before {
  height: 100%;
}
.btn05:hover:after {
  width: 100%;
}
.btn05 span:before, .btn05 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.btn05 span.black:before, .btn05 span.black:after {
  background: rgb(0, 0, 0);
}
.btn05 span:before {
  width: 1px;
  height: 50%;
}
.btn05 span:after {
  width: 20%;
  height: 1px;
}
.btn05 span:hover:after {
  width: 100%;
}
.btn05 span:hover:before {
  height: 100%;
}

/* news
----------------------------------*/
.news .news-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #333;
  font-size: 1.4rem;
  font-weight: 600;
}
.news .news-inner:last-of-type {
  border-bottom: 1px solid #333;
}
@media all and (max-width: 639px) {
  .news .news-inner {
    font-size: 13px;
    padding: 10px 4px;
  }
}
.news dt {
  width: 7em;
  color: #46784e;
  text-align: center;
}
@media all and (max-width: 639px) {
  .news dt {
    width: 6em;
  }
}
.news dd {
  width: calc(100% - 8.5em);
  margin-left: 8px;
}
@media all and (max-width: 639px) {
  .news dd {
    width: calc(100% - 7.5em);
  }
}

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

/* page-title
----------------------------------*/
.page-title-hed #l-header .inner:before {
  display: none;
}
.page-title-hed #header_nav ul li a.active span {
  color: #ffce3b;
}
.page-title-hed #header_nav ul li a:hover span, .page-title-hed #header_nav ul li a:active span {
  color: #ffce3b;
}

.page-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/page-title01.jpg) no-repeat center/cover;
}
.page-title.type1 {
  background: url(../img/page-title01.jpg) no-repeat center/cover;
}
.page-title.type2 {
  background: url(../img/page-title02.jpg) no-repeat center/cover;
}
.page-title.type4 {
  background: url(../img/page-title04.png) no-repeat center 30%/contain;
}
.page-title.type5 {
  background: url(../img/page-title05.jpg) no-repeat top/cover;
}
.page-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.4;
}
.page-title.video-area {
  background: none;
  background-color: #fff;
}
.page-title.video-area video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  /* max-width: 100%; */
  /* max-width: 100%; */
  width: 111%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  /* height: 100px; */
  z-index: -100;
  background: url(poster.jpg) no-repeat;
  background-size: cover;
}
.page-title.video-area video.type1 {
  width: 60%;
}
.page-title .inner {
  margin: 0 auto;
  padding: 160px 100px 160px 150px;
  overflow: hidden;
  max-width: 1500px;
}
.page-title .inner .page-lead {
  color: #fefefe;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
}
.page-title .inner .page-lead .ja {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .page-title .inner .page-lead .ja {
    font-size: 3rem;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead .eng {
    font-size: 1.5rem;
  }
  .page-title .inner .page-lead .ja {
    font-size: 2.3rem;
  }
}
@media all and (max-width: 1100px) {
  .page-title.video-area video.type1 {
    width: 100%;
  }
  .page-title .inner {
    padding: 160px 0;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .page-title .inner {
    padding: 150px 0 80px;
  }
}
@media all and (max-width: 639px) {
  .page-title .inner {
    padding: 150px 0 35px;
  }
}

.bg-01 {
  position: relative;
  z-index: 1;
}
.bg-01:before {
  position: absolute;
  content: "";
  width: calc(100% + 150px);
  height: 100%;
  right: 0px;
  top: 0;
  background: url(../img/bg-01.jpg) no-repeat;
  background-size: cover;
  background-position: center 60%;
  z-index: -1;
  background-attachment: fixed;
  filter: brightness(0.5);
}
@media all and (max-width: 896px) {
  .bg-01:before {
    background-attachment: scroll;
  }
}

.bg-02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../img/011.jpg) no-repeat 50%/cover;
}
.bg-02:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  z-index: -1;
}

.bg-base {
  position: relative;
}
.bg-base:before {
  position: absolute;
  content: "";
  width: calc(100% + 150px);
  height: 100%;
  background-color: #46784e;
  /* left: 0; */
  top: 0;
  right: 0;
}

.bg-sub {
  background-color: #d3ebd3;
}

.bg-gray {
  position: relative;
  background-color: #dddddd;
}

.bg-03 {
  position: relative;
}
.bg-03:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 64%;
  height: 100%;
  background-color: #46784E;
}

/* greet_block
----------------------------------*/
.greet_block {
  position: relative;
}

.greet_img {
  overflow: hidden;
  position: absolute;
  top: -10%;
  width: 60%;
  height: 120%;
}
@media all and (max-width: 896px) {
  .greet_img {
    width: 75%;
  }
}
@media all and (max-width: 639px) {
  .greet_img {
    position: relative;
    top: 0;
    width: 100%;
    height: 280px;
  }
}

.greet_img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.greet_txt {
  position: relative;
  z-index: 3;
  width: 55%;
  max-width: 880px;
  padding: 64px 56px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  min-height: 350px;
}
@media all and (max-width: 896px) {
  .greet_txt {
    width: 80%;
  }
}
@media all and (max-width: 639px) {
  .greet_txt {
    width: 100%;
    background: #fff;
    padding: 32px 24px;
    margin: 0 auto;
    min-height: auto;
  }
}

.greet_title {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.2em;
  font-weight: 600;
}

.greet_title span {
  margin-right: 0.5em;
  color: #c80d2f;
  font-size: 4rem;
}

.type_b .greet_img {
  right: 0;
}

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

/* tbl
----------------------------------*/
@media all and (max-width: 896px) {
  .tbl-scroll {
    overflow-x: scroll;
    max-width: 100%;
  }
}

.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.tbl th {
  color: #46784e;
  background: #f4f4f4;
  text-align: left;
  width: 25%;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl .cell01 {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl th {
    min-width: 120px;
  }
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}

.tbl_new {
  width: 100%;
  font-size: 1.5rem;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 4px 10px;
}
.tbl_new tr th {
  max-width: 150px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #335839;
  border-bottom: 4px solid #fff;
  font-weight: 500;
  border: 1px solid #fff;
}
.tbl_new tr td {
  padding: 4px 20px;
  border: 1px solid #ddd;
  background: #fff;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 25%;
    min-width: 150px;
  }
  .tbl_new tr td {
    padding: 4px 12px;
  }
}

.tbl-border {
  width: 100%;
}
.tbl-border .t-right {
  text-align: right;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
}
.tbl-border th.type1,
.tbl-border td.type1 {
  width: 190px;
}
@media all and (max-width: 639px) {
  .tbl-border th.type1,
  .tbl-border td.type1 {
    width: 150px;
  }
}
.tbl-border th.b-no,
.tbl-border td.b-no {
  padding-bottom: 0;
  border-bottom: none;
}
.tbl-border th.tm-no,
.tbl-border td.tm-no {
  padding-top: 0;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 26%;
  text-align: left;
  font-weight: 600;
}
.tbl-border th.th-1 {
  width: 45%;
}
/* ggmap
----------------------------------*/
.ggmapbox {
  width: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.type2 {
  padding-bottom: 35%;
}
@media all and (max-width: 639px) {
  .ggmap.type2 {
    margin-bottom: 40px;
  }
}

.ggmap2 {
  position: relative;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden;
  max-width: 1460px;
  margin: 0 auto;
}
.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap2.type2 {
  padding-bottom: 35%;
}
@media all and (max-width: 639px) {
  .ggmap2.type2 {
    margin-bottom: 40px;
  }
}

.g-ttl {
  background-color: #46784e;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .g-ttl {
    font-size: 1.3rem;
  }
}

.g-txt {
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .g-txt {
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

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

.blogarea {
  background-color: #dddddd;
  padding: 50px;
}
@media all and (max-width: 639px) {
  .blogarea {
    padding: 20px 10px;
  }
}

.blogbox {
  margin: 0 auto;
}
.blogbox .blog-wrap li {
  width: 100%;
  margin: 0 auto 10px;
  max-width: 100%;
  box-shadow: none;
  padding: 0;
}
.blogbox .blog-wrap li:hover {
  opacity: 0.8;
}
.blogbox .blog-wrap .blog-detail {
  display: flex;
  flex-wrap: wrap;
}
.blogbox .blog-wrap .blog-txt {
  padding: 0 0 0 10px;
}
@media all and (max-width: 639px) {
  .blogbox {
    text-align: left;
  }
  .blogbox .blog-wrap .blog-txt {
    padding: 5px 0 0 10px;
  }
}

#main .blog-wrap > li {
  /*
  @include for-size(pro) {
    width: 100%;
    margin: 0 auto 20px;
  }*/
}
@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-wrap * {
  transition: 0.3s;
}
.blog-wrap > li {
  width: 32%;
  margin: 0 1% 20px 0;
  position: relative;
  padding: 15px 10px;
}
.blog-wrap > li:nth-child(3n) {
  margin-right: 0;
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  transform: scale(1.2);
}
@media all and (max-width: 896px) {
  .blog-wrap li {
    width: 49%;
  }
  .blog-wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .blog-wrap li:nth-child(3n) {
    margin-right: auto;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap li {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .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-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  transform: scale(1.2);
}

.blog-detail {
  width: 100%;
  padding: 15px 10px;
  background-color: #fff;
}

.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: rgb(33, 58, 38);
}

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

.blog-page-detail {
  margin-bottom: 10px;
}

.blog-date2 {
  color: #2a482f;
  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;
  color: #3a200c;
}

.blog-cat {
  padding: 5px;
  background-color: #46784e;
  color: #fff;
  font-size: 1.3rem;
}

.blog-txt {
  line-height: 1.5;
  color: #333;
  font-size: 1.6rem;
  padding: 10px 0 0;
}
@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: #46784e;
  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: #f4f4f4;
}
.category_nav li:last-child a {
  border-bottom: none;
}

.rssBox {
  height: 450px;
  overflow: auto;
}
.rssBox li {
  border-bottom: 1px dashed #aaa;
  margin-bottom: 10px;
  padding: 10px 0 10px 20px;
}
.rssBox li:after {
  display: block;
  content: "";
  clear: both;
}
.rssBox .rss-img {
  width: 140px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 25px;
  background: rgba(70, 120, 78, 0.4);
}
.rssBox .rss-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}
.rssBox span {
  display: block;
  font-size: 11px;
}
@media all and (max-width: 639px) {
  .rssBox {
    height: 300px;
  }
  .rssBox .rss-img {
    width: 100px;
    height: 80px;
  }
}

.rssBox__article {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #19262e;
}

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

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #333;
}
@media all and (max-width: 896px) {
  .blog-month ul li {
    margin-left: 20px;
    width: 49%;
  }
  .blog-month ul li:nth-child(2n) {
    margin-left: 2%;
  }
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}
.blog-month ul li a:hover {
  color: #ffce3b;
}

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

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

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

.policy {
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
}

/* breadcrumb
----------------------------------*/
.topbox {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  padding: 30px 30px 0;
  z-index: 101;
  max-width: 1150px;
  font-size: 1.2rem;
  position: relative;
  bottom: 10px;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline;
  color: #333;
}
.breadcrumb li a {
  color: #46784e;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
@media all and (max-width: 896px) {
  .breadcrumb {
    left: 0px;
  }
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 10px;
    padding: 14px 20px;
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #46784e;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: #dddddd;
  color: #3a200c;
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}
.form dl dd.type1 p {
  display: inline;
}
.form dl dd.type1 .w20 {
  width: 20%;
}
@media all and (max-width: 896px) {
  .form dl dd.type1 .w20 {
    width: 30%;
  }
}
.form dl dd.type1 .w30 {
  width: 30%;
}
@media all and (max-width: 639px) {
  .form dl dd.type1.type1-name .w30 {
    width: 48%;
  }
}
.form dl dd.type1 .w60 {
  width: 60%;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #f0f0f0;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
  background: #f9fcff;
  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%;
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #363636;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #363636;
  border-radius: 25px;
}
.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: #46784e;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #46784e;
  z-index: 1;
}
.form label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #46784e;
  border-bottom: 3px solid #46784e;
  transform: rotate(45deg);
  z-index: 1;
}
@media all and (max-width: 639px) {
  .form label.checkbox_text:after {
    margin-top: -18px;
  }
}
.form label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}
.form input[type=text],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type=text],
  .form textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}

@media all and (max-width: 639px) {
  .form-contents {
    padding: 0px !important;
    margin: auto;
  }
}

.form-contents :not(.pattern-exclusion) button {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: medium;
  font-weight: bold;
  width: 300px;
  transition: all 0.2s ease-in-out 0s;
}
@media all and (max-width: 639px) {
  .form-contents :not(.pattern-exclusion) button {
    width: 200px !important;
  }
}

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

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

/*photoギャラリー*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.gallery li:nth-child(4n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(250, 249, 244, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
}

@media all and (max-width: 896px) {
  .gallery li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 120px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.gallery2 {
  -moz-columns: 3;
       columns: 3;
  /*段組みの数*/
  padding: 0 15px;
  /*ギャラリー左右に余白をつける*/
  margin: 0 auto 80px;
  padding: 0;
  list-style: none;
}
.gallery2 li {
  width: 100%;
  margin-right: 1%;
  margin-bottom: 20px;
  /*各画像下に余白をつける*/
}
.gallery2 li:nth-child(4n) {
  margin-right: 0;
}
.gallery2 li a {
  color: #333;
}
.gallery2 li a:hover, .gallery2 li a:active {
  text-decoration: none;
}
.gallery2 li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media all and (max-width: 1100px) {
  .gallery2 {
    -moz-columns: 3;
         columns: 3;
  }
}
@media all and (max-width: 896px) {
  .gallery2 {
    -moz-columns: 2;
         columns: 2;
  }
}
.gallery2 h1 {
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 30px 0;
}
.gallery2 p {
  margin: 0 10px 10px 10px;
  word-wrap: break-word;
}

/*画像を出現させるアニメーションCSS*/
.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/*column
-----------------------------------*/
.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.type1 {
  justify-content: center;
}
.column2 .child {
  width: 50%;
}
.column2 .child1 {
  width: 47%;
}
.column2 .child2 {
  width: 35%;
}
.column2 .child3 {
  width: 60%;
}
.column2 .child figure, .column2 .child1 figure, .column2 .child2 figure {
  height: 350px;
}
.column2 .child figure img, .column2 .child1 figure img, .column2 .child2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 896px) {
  .column2 .child,
  .column2 .child1 {
    width: 100%;
  }
  .column2 .child.column2-img,
  .column2 .child1.column2-img {
    order: -1;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child,
  .column2 .child1,
  .column2 .child2,
  .column2 .child3 {
    width: 100%;
  }
  .column2 .child.column2-img,
  .column2 .child1.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img {
    order: -1;
    margin-bottom: 20px;
  }
}

/* list
----------------------------------*/
.list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 15px;
}
@media all and (max-width: 639px) {
  .list2.type2 > li {
    width: 100%;
    margin: 0 auto 0;
  }
  .list2.type2 > li:nth-child(2) {
    margin-top: 30px;
  }
}
.list2 > li,
.list2 .child {
  width: 50%;
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}
.list2 .child2 {
  width: 34%;
  margin-top: 50px;
}
.list2 .child2:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 .child2:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 .child2 {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list2-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list2-1 li {
  width: 48%;
  position: relative;
  margin: 0 3.495% 30px 0;
}
.list2-1 li.t-m200 {
  margin-top: 200px;
}
.list2-1 li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list2-1 li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list2-1 li:nth-child(3n) {
    margin-right: auto;
  }
}
.list2-1.works-list3 > li {
  margin-bottom: 80px;
}
.list2-1.works-list3 > li figure {
  height: 350px;
}
.list2-1.works-list3 > li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 5px 5px rgba(110, 110, 110, 0.2);
}
.list2-1.works-list3 > li .text {
  padding: 8px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .list2-1.works-list3 > li figure {
    height: 250px;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list3.jleft {
  justify-content: left;
}
.list3.type1 li {
  background: #fefefe;
  padding: 15px;
  border-radius: 8px;
}
.list3 li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 30px 0;
}
.list3 li figure {
  width: 220px;
  margin: 0 auto;
}
.list3 li .video-box {
  position: relative;
}
.list3 li .video-box video {
  width: 100%;
}
.list3 li.t-m200 {
  margin-top: 200px;
}
.list3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list3 li {
    width: 95%;
    margin: 0 auto 20px;
  }
  .list3 li figure {
    width: 180px;
    margin-bottom: 15px;
  }
  .list3 li:nth-child(3n) {
    margin-right: auto;
  }
}

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

/* txtdeko
----------------------------------*/
.txtdeko {
  font-size: 3rem;
  font-weight: bold;
  color: #46784e;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}
.txtdeko .eng {
  font-size: 2rem;
}
@media all and (max-width: 1100px) {
  .txtdeko {
    font-size: 2rem;
  }
}
@media all and (max-width: 896px) {
  .txtdeko {
    font-size: 1.4rem;
  }
}
.txtdeko.white {
  color: #fff;
}
@media all and (max-width: 896px) {
  .txtdeko.white {
    font-size: 1.4rem;
  }
}

.txtdeko-2 {
  font-size: 2rem;
  font-weight: bold;
  color: #46784e;
}
@media all and (max-width: 896px) {
  .txtdeko-2 {
    font-size: 1.4rem;
  }
}

.txtdeko2 {
  color: #fff;
  background-color: #46784e;
  padding: 5px 15px;
}
@media all and (max-width: 896px) {
  .txtdeko2 {
    writing-mode: inherit;
    display: block;
    margin-bottom: 10px;
  }
}

.txtdeko3 {
  color: #fff;
  background-color: #46784e;
  padding: 5px 15px;
  margin-right: 5px;
  line-height: 3rem;
}
.txtdeko3 span {
  font-size: 2rem;
}

/* content
----------------------------------*/
.commonbox {
  position: relative;
}
.commonbox .inner {
  padding: 50px 50px 50px 100px;
  max-width: 1500px;
  margin: 0 auto;
}
@media all and (max-width: 1450px) {
  .commonbox .inner {
    padding: 50px 50px 50px 150px;
  }
}
@media all and (max-width: 1100px) {
  .commonbox .inner {
    padding: 50px;
  }
}
@media all and (max-width: 639px) {
  .commonbox .inner {
    padding: 30px 0;
  }
}

.topicbox {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.topicbox .titlearea {
  width: 20%;
  max-width: 140px;
}
.topicbox .listarea {
  width: 80%;
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
}
.topicbox .listarea .blog-wrap li {
  border: none;
}
.topicbox .listarea .blog-wrap li .blog-detail {
  padding: 5px;
}
@media all and (max-width: 639px) {
  .topicbox .listarea .blog-wrap li .blog-txt {
    font-size: inherit;
  }
}
.topicbox .btn-txt {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
@media all and (max-width: 1100px) {
  .topicbox .btn-txt {
    right: 80px;
  }
}
@media all and (max-width: 639px) {
  .topicbox .titlearea {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
  }
  .topicbox .listarea {
    width: 100%;
    padding-left: 0px;
    position: relative;
    margin-bottom: 20px;
  }
  .topicbox .btn-txt {
    right: 80px;
    bottom: 30px;
  }
}

.greetbox .inner {
  padding: 100px 50px;
  align-items: center;
}
.greetbox .subtitle {
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
  color: #fff;
  font-size: 2.4rem;
  margin-top: 50px;
}
.greetbox .txtarea {
  font-size: 1.6rem;
}
.greetbox span {
  font-size: 2rem;
  padding: 0 4px;
  color: #ffce3b;
}
.greetbox .mainarea {
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.greetbox .photo {
  padding-left: 30px;
}
@media all and (max-width: 1450px) {
  .greetbox .inner {
    padding: 100px 50px 100px 50px;
    justify-content: center;
    display: flex;
  }
}
@media all and (max-width: 1100px) {
  .greetbox .title {
    width: 70%;
  }
  .greetbox .subtitle {
    margin-top: 30px;
    font-size: 2rem;
  }
  .greetbox .txtarea {
    font-size: 1.5rem;
  }
  .greetbox .txtarea span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .greetbox .inner {
    padding: 50px 0;
  }
  .greetbox .mainarea {
    order: 2;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .greetbox .txtarea {
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .greetbox .txtarea span {
    font-size: 1.5rem;
  }
  .greetbox .photo {
    order: 1;
    width: 40%;
    max-width: 200px;
    margin: 0 auto 40px;
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
  .greetbox .title {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .greetbox .subtitle {
    text-align: center;
  }
}

.mapbox {
  position: relative;
  margin-top: 50px;
  padding: 100px 0;
  background-color: rgb(236, 249, 255);
}
.mapbox .inner {
  padding: 50px 20px 0px 0;
  position: relative;
  z-index: 1;
  max-width: 1400px;
}
.mapbox .mapdetail-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  justify-content: center;
}
.mapbox .detailbox {
  width: 48%;
  margin: 0 1% 20px;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}
.mapbox .detailbox.orange {
  background-color: #d36013;
}
.mapbox .detailbox.blue {
  background-color: #219cd0;
}
.mapbox .detail-title {
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.mapbox .detail-sub {
  margin: 15px auto 15px;
}
.mapbox .detail-sub span {
  background-color: #fff;
  padding: 4px 20px;
  color: #000;
  display: inline-block;
}
.mapbox .detail-sub .num {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 0px;
  font-size: 1.8rem;
  background-color: transparent;
}
.mapbox .detail-item p {
  padding-bottom: 20px;
  position: relative;
}
.mapbox .detail-item p:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  border-top: 10px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 8px;
}
.mapbox .detail-item p:last-child:before {
  display: none;
}
.mapbox .map {
  position: absolute;
  right: -8%;
  bottom: 0;
  width: 68%;
  padding: 50px 0 0;
  max-width: 980px;
}
.mapbox .title {
  margin-left: -10%;
}
@media all and (max-width: 1450px) {
  .mapbox .title {
    margin-left: -7%;
    margin-bottom: 20px;
  }
  .mapbox .map {
    width: 56%;
  }
}
@media all and (max-width: 1100px) {
  .mapbox {
    padding: 300px 0 100px;
  }
  .mapbox .inner {
    padding: 0;
  }
  .mapbox .map {
    position: initial;
    margin: 0 0 auto auto;
    padding: 0;
    width: 76%;
  }
  .mapbox .title {
    position: absolute;
    margin-left: -7%;
    margin-bottom: 20px;
    top: 50px;
  }
  .mapbox .mapdetail-list {
    margin: 30px auto 0;
  }
}
@media all and (max-width: 639px) {
  .mapbox {
    margin-top: 0;
    padding: 180px 0 50px;
  }
  .mapbox .title {
    position: absolute;
    margin-left: -17%;
    margin-bottom: 20px;
    top: 50px;
  }
  .mapbox .map {
    position: initial;
    margin: 0 0 auto auto;
    padding: 0;
    width: 106%;
  }
  .mapbox .detailbox {
    width: 48%;
    margin: 0 1% 20px;
    padding: 30px 10px;
    text-align: center;
    color: #fff;
  }
  .mapbox .detailbox .detail-title {
    font-size: 1.5rem;
  }
}

.photobox {
  width: 120%;
  margin-left: -10%;
}

.bannerbox {
  border-top: 2px solid #ddd;
}
.bannerbox a:hover {
  transition: 0.4s;
  opacity: 0.4;
}
@media all and (max-width: 639px) {
  .bannerbox li {
    width: 48%;
    margin: 0 1% 10px;
  }
}

.contactbox {
  padding: 50px;
  margin: 20px 20px 50px;
}
@media all and (max-width: 639px) {
  .contactbox {
    padding: 0 0px;
  }
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
}
.photo-list li {
  width: 18%;
  margin: 0 1% 1%;
}
@media all and (max-width: 639px) {
  .photo-list li {
    width: 23%;
  }
  .photo-list li:nth-child(9), .photo-list li:nth-child(10) {
    display: none;
  }
}

.page-detailbox {
  margin: 50px auto;
}
.page-detailbox .title {
  font-weight: bold;
  font-size: 3rem;
}
.page-detailbox .title-eng {
  font-size: 2rem;
  padding-left: 30px;
  color: #333;
  position: relative;
}
.page-detailbox .title-eng:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #666;
  left: 10px;
  top: 50%;
}
.page-detailbox .sub-title {
  background-color: #ddd;
  padding: 4px 10px;
  display: inline-block;
}
.page-detailbox .txtarea {
  padding: 20px 40px;
}
.page-detailbox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-detailbox a:hover {
  transition: 0.4s;
  color: #6e6e6e;
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  .page-detailbox {
    margin: 0 auto 50px;
  }
  .page-detailbox .txtarea {
    padding: 10px 20px 20px;
  }
  .page-detailbox .tbl_new {
    margin-top: 10px;
  }
  .page-detailbox .title {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .page-detailbox .title-eng {
    display: block;
    font-size: 1.2rem;
    padding-left: 30px;
    color: #333;
    position: relative;
  }
  .page-detailbox .title-eng:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #666;
    left: 10px;
    top: 50%;
  }
  .page-detailbox .sub-title {
    font-size: 1.2rem;
  }
  .page-detailbox .photo {
    height: 140px;
    text-align: center;
  }
  .page-detailbox .photo img {
    width: auto;
    overflow: initial;
  }
}

/* flex
----------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 639px) {
  .flex {
    display: block;
  }
}
.flex.w-100 {
  width: 100%;
}
.flex.j-center {
  justify-content: center;
}
.flex.a-center {
  align-items: center;
}
.flex.a-first {
  flex-wrap: inherit;
  align-items: flex-start;
}
@media all and (max-width: 1100px) {
  .flex.flex-pro {
    display: block;
  }
}
@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-48 {
    width: 100%;
    margin: 0 auto;
  }
}
.flex.flex-pro .flex-60 {
  width: 60%;
}
@media all and (max-width: 1100px) {
  .flex.flex-pro .flex-60 {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 896px) {
  .flex.flex-tablet {
    display: block;
  }
}
.flex.flex-tablet .flex-30 {
  width: 30%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-30 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex.flex-tablet .flex-40 {
  width: 40%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-40 {
    width: 100%;
  }
}
.flex.flex-tablet .flex-50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-50 {
    width: 100%;
  }
}
.flex.flex-tablet .flex-60 {
  width: 60%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-60 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex.flex-tablet .flex-70 {
  width: 70%;
}
@media all and (max-width: 896px) {
  .flex.flex-tablet .flex-70 {
    width: 100%;
  }
}
.flex .flex-15 {
  width: 15%;
}
@media all and (max-width: 639px) {
  .flex .flex-15 {
    width: 50%;
    margin: 0 auto;
  }
}
.flex .flex-20 {
  width: 20%;
}
@media all and (max-width: 639px) {
  .flex .flex-20 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex .flex-25 {
  width: 25%;
}
@media all and (max-width: 639px) {
  .flex .flex-25 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex .flex-30 {
  width: 30%;
}
@media all and (max-width: 639px) {
  .flex .flex-30 {
    width: 90%;
    margin: 0 auto;
  }
}
.flex .flex-38 {
  width: 38%;
}
@media all and (max-width: 639px) {
  .flex .flex-38 {
    width: 80%;
    margin: 0 auto;
  }
}
.flex .flex-40 {
  width: 40%;
}
@media all and (max-width: 639px) {
  .flex .flex-40 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-48 {
  width: 48%;
}
@media all and (max-width: 639px) {
  .flex .flex-48 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-48.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-48.l-m2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-48.l-m4 {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .flex .flex-48.l-m4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .flex .flex-50 {
    width: 100%;
  }
}
.flex .flex-58 {
  width: 58%;
}
@media all and (max-width: 639px) {
  .flex .flex-58 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-58.l-m2 {
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-58.l-m2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flex .flex-60 {
  width: 60%;
}
@media all and (max-width: 639px) {
  .flex .flex-60 {
    width: 100%;
  }
}
.flex .flex-62 {
  width: 62%;
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .flex .flex-62 {
    width: 100%;
    margin-left: auto;
  }
}
.flex .flex-68 {
  width: 68%;
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-68 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-70 {
  width: 70%;
}
@media all and (max-width: 639px) {
  .flex .flex-70 {
    width: 100%;
  }
}
.flex .flex-78 {
  width: 78%;
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-78 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-80 {
  width: 80%;
  margin-left: 3%;
}
@media all and (max-width: 639px) {
  .flex .flex-80 {
    margin-left: auto;
    width: 100%;
  }
}
.flex .flex-83 {
  width: 83%;
  margin-left: 2%;
}
@media all and (max-width: 639px) {
  .flex .flex-83 {
    margin-left: auto;
    width: 100%;
  }
}

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

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

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

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*印象編　4-9 背景色が伸びて出現（右から）*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  51% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/* タブリスト
----------------------------------*/
.tab {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  text-align: center;
  justify-content: center;
}
.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 30px;
  border-radius: 10px 10px 0 0;
  color: #333;
}
@media all and (max-width: 639px) {
  .tab li a {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}
.tab li a:hover {
  background: #2a4922;
  opacity: 1;
  color: #fff;
}

.tab li.active a {
  background: #46784e;
  color: #fff;
}

.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #46784e;
}

.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.area-ttl {
  position: relative;
}
.area-ttl .ttl {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 1.8rem;
  background: rgb(209, 227, 255);
  background: linear-gradient(119deg, rgb(209, 227, 255) 0%, rgb(152, 244, 255) 51%, rgb(253, 254, 255) 100%);
}
@media all and (max-width: 639px) {
  .area-ttl .ttl {
    font-size: 1.5rem;
  }
}
.area-ttl .contact-sns {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media all and (max-width: 639px) {
  .area-ttl .contact-sns {
    top: auto;
    bottom: -40px;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}

.area-list li {
  margin-bottom: 40px;
}

.area-listbox .photo img {
  border-radius: 10px;
}
@media all and (max-width: 639px) {
  .area-listbox {
    margin-top: 50px;
  }
}
@media all and (max-width: 639px) {
  .area-listbox .area-listbox-txt {
    margin-top: 20px;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 639px) {
  .sponly {
    display: block;
  }
}

/* slick
----------------------------------*/
.sliderArea-box {
  border-left: 2px solid #46784e;
}
@media all and (max-width: 639px) {
  .sliderArea-box {
    border-left: none;
  }
}

.sliderArea {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 25px;
}
@media all and (max-width: 639px) {
  .sliderArea {
    max-width: 100%;
  }
}

.sliderArea.w300 {
  max-width: 300px;
}

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

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

.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 #46784e;
  border-top: 20px solid transparent;
  border-bottom: 20px 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 #46784e;
  border-top: 20px solid transparent;
  border-bottom: 20px 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 {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-track {
  height: auto;
}

.slide_list {
  position: relative;
  display: none;
  margin: 0px auto 60px;
}
.slide_list li {
  margin-right: 1%;
  border-radius: 0px;
  overflow: hidden;
}
.slide_list li:nth-child(2n) {
  margin-top: 40px;
}
.slide_list li img {
  width: auto;
  height: 300px;
  transition: filter 0.2s ease-in;
}
.slide_list li:hover img {
  filter: grayscale(0);
}
@media all and (max-width: 639px) {
  .slide_list li img {
    height: 240px;
  }
}

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

.top-baner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.top-baner-area li {
  width: 31%;
  margin-bottom: 2%;
  display: block;
}
@media all and (max-width: 896px) {
  .top-baner-area li {
    margin-bottom: 5%;
    width: 100%;
  }
  .top-baner-area li:last-child {
    margin-bottom: none;
  }
}
.top-baner-area li a {
  width: 100%;
  position: relative;
  display: block;
}
.top-baner-area li a .img-area {
  display: block;
  height: 300px;
  overflow: hidden;
  background: #46784e;
}
.top-baner-area li a .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.5;
}
@media all and (max-width: 896px) {
  .top-baner-area li a .img-area {
    height: 250px;
  }
}
.top-baner-area li a h3 {
  display: block;
  font-size: 2.8rem;
  position: absolute;
  top: 5%;
  left: 5%;
  color: #fefefe;
  font-family: "Noto Serif JP", "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 500;
}
.top-baner-area li a h3 span {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
}
.top-baner-area li a:hover .img-area img {
  transition: all 0.5s ease;
  opacity: 0.8;
  transform: scale(1.1);
}

.contents-top-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents-top-area.type1 .side-area {
  order: -1;
}
.contents-top-area.type1 .main-area {
  order: -1;
}
@media all and (max-width: 639px) {
  .contents-top-area.type1 .side-area {
    order: -1;
  }
  .contents-top-area.type1 .main-area {
    order: 1;
  }
}
.contents-top-area .side-area {
  width: 10%;
}
.contents-top-area .side-area .inner {
  position: sticky;
  top: 100px;
}
@media all and (max-width: 639px) {
  .contents-top-area .side-area {
    width: 100%;
    margin-bottom: 45px;
  }
  .contents-top-area .side-area h2 {
    writing-mode: initial;
    text-align: center;
  }
}
.contents-top-area .main-area {
  width: 85%;
}
@media all and (max-width: 639px) {
  .contents-top-area .main-area {
    width: 100%;
  }
}

.flow-dl2 {
  position: relative;
}
.flow-dl2 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}
.flow-dl2 dl dt {
  width: 65%;
  position: relative;
}
.flow-dl2 dl dt .img-box {
  margin: 0 auto;
  width: 100%;
  height: 400px;
  background: #f4f4f4;
}
.flow-dl2 dl dt .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.flow-dl2 dl dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 896px) {
  .flow-dl2 dl dt .img-box {
    height: 300px;
  }
}
@media all and (max-width: 639px) {
  .flow-dl2 dl dt {
    width: 100%;
  }
  .flow-dl2 dl dt .img-box {
    height: 350px;
  }
}
.flow-dl2 dl dd {
  width: 30%;
  position: relative;
  padding-top: 25px;
}
@media all and (max-width: 639px) {
  .flow-dl2 dl dd {
    padding-top: 0;
    padding-left: 10px;
    width: 100%;
    letter-spacing: 0;
  }
  .flow-dl2 dl dd::after {
    width: 25%;
  }
  .flow-dl2 dl dd > .contact_bnr li a {
    font-size: 1.3rem;
  }
}
.flow-dl2 dl dt:not(:last-of-type),
.flow-dl2 dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.flow-dl2 dl:nth-child(2n) dt {
  order: 2;
}
.flow-dl2 dl:nth-child(2n) dt::after {
  right: auto;
  left: -5px;
}
.flow-dl2 dl:nth-child(2n) dd {
  order: -1;
}
.flow-dl2 dl:nth-child(2n) dd::after {
  left: auto;
  right: -25%;
}
@media all and (max-width: 639px) {
  .flow-dl2 dl:nth-child(2n) dt {
    order: 1;
  }
  .flow-dl2 dl:nth-child(2n) dt::after {
    right: -5px;
    left: auto;
  }
  .flow-dl2 dl:nth-child(2n) dt .img-box {
    height: 350px;
  }
  .flow-dl2 dl:nth-child(2n) dd {
    order: 2;
  }
  .flow-dl2 dl:nth-child(2n) dd::after {
    left: -25%;
    right: auto;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 639px) {
  .spbr {
    display: block;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 700;
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #fff;
  font-size: 3rem;
  background: rgba(70, 120, 78, 0.4);
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #6e6e6e;
  font-size: 3rem;
  background: #ffce3b;
}

/* accordion
----------------------------------*/
.accordion dt,
.accordion dd {
  position: relative;
  padding: 1em;
  z-index: 20;
}
.accordion dt {
  background: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  border-top: 1px dotted #111;
  border-bottom: 1px dotted #111;
  color: #111;
}
.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7rem;
}
.accordion dt:hover {
  background: rgba(70, 120, 78, 0.2);
}
.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}
.accordion dd {
  display: none;
  padding: 20px 30px;
  background: #fff;
  color: #333;
  border-bottom: 1px dotted #111;
}

.list_check li {
  padding: 8px;
  font-weight: 600;
}
.list_check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #46784e;
}
.list_check li:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.list_disc li {
  padding: 5px 0;
  font-size: 1.4rem;
}
.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #6e6e6e;
  font-size: 0.7em;
}
@media all and (max-width: 639px) {
  .list_disc li {
    font-size: 12px;
  }
}

/*business_list*/
.business_list {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
  min-height: 600px;
}
.business_list .business_box {
  display: block;
  width: calc(50% - 100px);
  position: relative;
  border-radius: 5px;
  margin-right: 30px;
}
.business_list .business_box:first-child {
  border-radius: 0 5px 5px 0;
}
.business_list .business_box:last-child {
  margin-right: 0;
  border-radius: 5px 0 0 5px;
}
.business_list .business_box:hover {
  transform: scale(1.039);
  z-index: 30;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.3);
}
.business_list .business_box:hover .bg_area:before {
  opacity: 0.5;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list .business_box:hover .bg_area:after {
  opacity: 0;
}
.business_list .business_box:hover .service_txt {
  position: relative;
  max-height: 400px;
  margin-bottom: 43px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.business_list .business_box:hover h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list .business_box:hover h4 {
  background-color: #fff;
  color: #46784e;
}
.business_list .bg_area {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/top-bnr.jpg) center center;
  background-size: cover;
  border-radius: 5px;
}
.business_list .bg_area:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 5px;
  background: #46784e;
  background: linear-gradient(0deg, #6e6e6e 0%, #46784e 53.0922%, #46784e 100%);
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list .bg_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list a:nth-child(2) .bg_area {
  background-image: url(../img/top-bnr2.jpg);
}
.business_list .text_box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}
.business_list .text_box .num {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list .text_box h3 {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 25px auto 40px;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list .text_box p {
  position: relative;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0;
  z-index: 10;
  font-weight: 700;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.business_list .text_box h4 {
  position: relative;
  width: 195px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fff;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 5px;
  z-index: 10;
  margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media all and (max-width: 1367px) {
  .business_list {
    justify-content: center;
    min-height: 500px;
  }
  .business_list .business_box {
    width: calc(50% - 50px);
  }
}
@media all and (max-width: 639px) {
  .business_list {
    justify-content: center;
    min-height: 580px;
  }
  .business_list .business_box {
    width: 90%;
    margin: 0 auto 20px;
  }
  .business_list .business_box:last-child {
    margin: 0 auto;
  }
  .business_list .business_box:hover .service_txt {
    display: none;
  }
  .business_list .text_box h3 {
    font-size: 2rem;
  }
}

.history-dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 85%;
}
.history-dl:before {
  position: absolute;
  content: "";
  left: 200px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  background: #aaa;
}
@media all and (max-width: 639px) {
  .history-dl {
    display: block;
    width: 99%;
  }
  .history-dl:before {
    left: 0;
  }
}
.history-dl dt, .history-dl dd {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.history-dl dt {
  width: 160px;
  margin-right: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #46784e;
  text-align: right;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.history-dl dt span {
  font-size: 2.1rem;
  padding: 0 3px;
  color: #46784e;
}
@media all and (max-width: 639px) {
  .history-dl dt {
    width: 60%;
    font-size: 1.5rem;
    padding-left: 20px;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .history-dl dt span {
    font-size: 1.8rem;
  }
}
.history-dl dd {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  align-items: flex-start;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .history-dl dd {
    width: 100%;
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.history-dl dd .month {
  width: 65px;
  font-weight: 700;
  background: #94b39a;
  padding: 5px;
  text-align: center;
  border-radius: 30px;
  position: relative;
}
.history-dl dd .month.type1 {
  background-color: transparent;
  position: absolute;
}
.history-dl dd .month:before, .history-dl dd .month:after {
  position: absolute;
  content: "";
}
.history-dl dd .month:before {
  left: -40px;
  top: 50%;
  width: 42px;
  height: 1px;
  z-index: 1;
  background: #aaa;
}
.history-dl dd .month:after {
  width: 10px;
  height: 10px;
  left: -45px;
  top: 50%;
  border-radius: 100%;
  background: #6e6e6e;
  margin-top: -5px;
  z-index: 10;
}
@media all and (max-width: 639px) {
  .history-dl dd .month:before {
    left: -20px;
    width: 25px;
  }
  .history-dl dd .month:after {
    left: -25px;
  }
}
.history-dl dd .txt {
  width: calc(100% - 65px);
  padding: 10px;
}
.history-dl dd .txt.type1 {
  margin-top: -17px;
}
.history-dl dd .month, .history-dl dd .txt {
  margin-bottom: 10px;
}

.color1 {
  color: #46784e;
}

.color2 {
  color: #6e6e6e;
}

.color3 {
  color: #2a482f;
}

.color4 {
  color: #b65454;
}

.what-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.what-inner.m-b0 {
  margin-bottom: 0;
}
.what-inner .in-left {
  width: 45%;
  padding: 10px;
}
.what-inner .in-left .read {
  font-size: 30px;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}
.what-inner .in-left .read span {
  margin: 0;
  display: block;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #6e6e6e;
  margin-top: 10px;
}
.what-inner .in-right {
  width: 53%;
}
@media all and (max-width: 639px) {
  .what-inner .in-left {
    width: 100%;
  }
  .what-inner .in-left .read {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .what-inner .in-left .read span {
    font-size: 18px;
  }
  .what-inner .in-right {
    width: 100%;
  }
}

/*time-list*/
.time-list.type_center {
  max-width: 480px;
  margin: 0 auto;
}
.time-list li {
  display: flex;
  position: relative;
}
.time-list li .txtbox {
  order: 1;
  padding: 0px 40px 30px 40px;
}
.time-list li .txtbox:before {
  content: "";
  position: absolute;
  left: 118px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d3d3d3;
}
.time-list li .txtbox:last-child:before {
  display: none;
}
.time-list li .txtbox:after {
  content: "";
  position: absolute;
  left: 110px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #46784e;
  z-index: 1;
  border: 2px solid #46784e;
  border-radius: 50%;
}
.time-list li .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
}
.time-list li .time {
  flex: 0 0 100px;
  text-align: end;
  min-width: 0;
  overflow-wrap: break-word;
  padding-bottom: 1rem;
  color: #6e6e6e;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

@media all and (max-width: 1100px) {
  .time-list {
    padding-left: 0;
  }
  .time-list li .txtbox {
    order: 1;
    padding: 0px 0px 30px 40px;
    text-align: left;
  }
  .time-list li .txtbox:before {
    content: "";
    position: absolute;
    left: 88px;
  }
  .time-list li .txtbox:last-child:before {
    display: none;
  }
  .time-list li .txtbox:after {
    content: "";
    position: absolute;
    left: 79px;
  }
  .time-list li .time {
    flex: 0 0 70px;
  }
}
@media all and (max-width: 639px) {
  .time-list {
    padding-left: 0;
  }
  .time-list li .txtarea {
    order: 1;
    padding: 0px 0px 30px 40px;
    text-align: left;
  }
  .time-list li .txtarea:before {
    content: "";
    position: absolute;
    left: 88px;
  }
  .time-list li .txtarea:last-child:before {
    display: none;
  }
  .time-list li .txtarea:after {
    content: "";
    position: absolute;
    left: 79px;
  }
  .time-list li .time {
    flex: 0 0 72px;
    font-size: 1.3rem;
  }
}