@charset "UTF-8";

/* --- 最初の透明な状態のヘッダー --- */
#header.transparent {
  background: none;
  color: #fff;
}

/* リンクやテキストを白に */
#header.transparent .hdr2__link {
  color: #fff;
}

/* ボタンのスタイル（ボタンは枠＋白文字） */
#header.transparent .hdr2__cvbtn {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0); 
}

/* 通常時のスタイルに戻す */
#header.scrolled {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}

#header.scrolled .hdr2__link {
  color: #333;
}

@media screen and (max-width: 640px) {
#header.transparent .hdr2__link {
  color: #333;
}

#header.transparent .hdr2__cvbtn {
  border: 1px solid #fff;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4ca88c), to(#52d8af));
  background-image: -o-linear-gradient(left, #4ca88c 0%, #52d8af 100%);
  background-image: linear-gradient(90deg, #4ca88c 0%, #52d8af 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}


}



/*既存*/

.hdr2 {
  position: fixed;
  padding: 12px 0;
  left: 0;
  z-index: 100;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
          width: 100%;          
          background: rgba(255, 255, 255, 0.8); 
}

.hdr2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
}
.hdr2__logoarea {
  margin-right: auto;
}

.voice2__who {
	font-size: 1.1rem;
}
@media screen and (min-width: 641px) {
  .hdr2__inner {
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1700px) {
  .hdr2__inner {
    padding: 0 10px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .hdr2__logoarea img {
	  vertical-align: middle;
    width: 40%;
  }
	.hdr2__logoarea {
		margin-top: 0px;
	}
}
@media screen and (max-width: 1229px) {
  .hdr2__nav {
    position: fixed;
    padding: 50px;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (max-width: 640px) {
  .hdr2__nav {
    padding: 40px;
    width: 100%;
    height: auto;
  }
}
.hdr2__nav.open {
  display: block !important;
  background: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hdr2__list {
  clear: both;
}
@media screen and (min-width: 1230px) {
  .hdr2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1230px) {
  .hdr2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hdr2__link, .hdr2__slink {
  position: relative;
  display: block;
  color: #777;
  line-height: 1.75;
  padding: 15px 120px 15px 20px;
  border-bottom: 1px solid #333;
  width: 100%;
  overflow: hidden;
	font-size: 16px;
}

.hdr2__link_w, .hdr2__slink_w {
  position: relative;
  display: block;
  color: #ffffff;
  line-height: 1.75;
  padding: 15px 120px 15px 20px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  overflow: hidden;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
  .hdr2__link, .hdr2__slink {
    padding: 15px 10px 10px 20px;
    border-bottom: 1px solid #333;
    font-size: 14px;
  }
}

@media screen and (min-width: 1230px) {
  .hdr2__link, .hdr2__slink {
    padding: 10px 1.7361111111vw;
    border-bottom: none;
    width: auto;
    font-size: 14px;
  }
}
.privacy__link {
  color: #ffffff;
  line-height: 1.75;
  margin-top: 500px;
  width: 100%;
  overflow: hidden;
	font-size: 12px;
  text-decoration: none;
}
@media screen and (min-width: 1230px) {
  .privacy__link {
    padding: 10px 1.7361111111vw;
    border-bottom: none;
    width: auto;
  }
}
.hdr2__link:after, .hdr2__slink:after {
  position: absolute;
  content: "";
  display: block;
  background: #4ca88c;
  width: 100%;
  height: 1px;
  right: 100%;
  bottom: 0;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.hdr2__link:hover:after, .hdr2__slink:hover:after {
  right: 0;
}
@media screen and (min-width: 1230px) {
  .hdr2__drop {
    position: relative;
    padding: 0 2.0833333333vw;
  }
}
.hdr2__drop span {
  position: relative;
  display: block;
  padding: 15px 120px 15px 20px;
  border-bottom: 1px solid #333;
  line-height: 1.75;
}
@media screen and (min-width: 1230px) {
  .hdr2__drop span {
    display: inline;
    padding: 0;
    border-bottom: none;
  }
}
.hdr2__drop span:after {
  content: "";
  font-family: "Font Awesome 5 Free", FontAwesome, "Font Awesome 5 Brands";
  font-weight: bold;
  position: absolute;
  line-height: inherit;
  right: 10px;
}
@media screen and (min-width: 1230px) {
  .hdr2__drop span:after {
    margin-left: 5px;
    right: auto;
  }
}
.hdr2__slist {
  display: none;
  padding-left: 20px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1230px) {
  .hdr2__slist {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding-left: 0;
    left: 0;
    top: 100%;
  }
}
.hdr2__sitem:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.hdr2__slink {
  padding: 15px 25px;
  border-bottom: 1px dashed #333;
}
@media screen and (min-width: 1230px) {
  .hdr2__slink {
    text-align: center;
    padding: 10px 0;
    border-bottom: none;
  }
}
.hdr2__slink:before {
  content: "";
  font-family: "Font Awesome 5 Free", FontAwesome, "Font Awesome 5 Brands";
  font-weight: bold;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: inherit;
  right: 10px;
}
.hdr2__telarea {
  margin-left: 20px;
}


.hdr2__flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hdr2__iconarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 641px) {
  .hdr2__iconarea {
    margin-right: 5px;
  }
}
.hdr2__iconarea img {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .hdr2__iconarea img {
    width: 30px;
  }
}
.hdr2__telarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  padding-right: 15px;
}
.hdr2__tel {
  font-size: 20px;
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 1;
	color: #5e5e5e;
  width: 100%;

}
.hdr2__flx i {
	font-size: 1.2em;
	color: #5e5e5e !important;
	margin-right: 0.3em;
}
@media screen and (max-width: 640px) {
  .hdr2__flx i {
	font-size: 2em;
	margin-right: 0em;
	}
}
@media screen and (max-width: 640px) {
  .hdr2__tel {
    display: none;
  }
}
.hdr2__info {
  font-size: 11px;
  font-size: 0.6rem;
  text-align: center;
	color: #ffffff;
}
@media screen and (max-width: 640px) {
  .hdr2__info {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hdr2__cvarea--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hdr2__cvarea--mb {
    display: none;
  }
}
.hdr2__cvarea i {
	margin-right: 0.3em;
}

.hdr2__cvarea img {
	max-width: 15px;
  margin-right: 1em;
}


.hdr2__cvbtn {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4ca88c), to(#52d8af));
  background-image: -o-linear-gradient(left, #4ca88c 0%, #52d8af 100%);
  background-image: linear-gradient(90deg, #4ca88c 0%, #52d8af 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  padding-left: 0.5em;
  width: 120px;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .hdr2__cvbtn {
    width: 160px;
  }
	.open .hdr2__cvbtn {
		display: none;
	}
}
@media screen and (max-width: 640px) {
  .hdr2__cvbtn {
    margin: 30px auto 0px;
    width: 90%;
  }
}


.hdr2__flx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hdr2__flx2 i {
	font-size: 1em;
	color: #fff !important;
	margin-right: 0.3em;
}
@media screen and (max-width: 640px) {
  .hdr2__flx2 i {
	font-size: 1em;
	margin-right: .3em;
	}
}

.hdr2__cvbtn2 {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#4ca88c), to(#52d8af));
  background-image: -o-linear-gradient(left, #4ca88c 0%, #52d8af 100%);
  background-image: linear-gradient(90deg, #4ca88c 0%, #52d8af 100%);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5;
  padding-left: 0.5em;
  width: 240px;
  height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .hdr2__cvbtn2 {
    width: 160px;
  }
	.open .hdr2__cvbtn2 {
		display: none;
	}
}
@media screen and (max-width: 640px) {
  .hdr2__cvbtn2 {
    margin: 0px auto 0px;
    width: 90px;
  }
}




.hdr2__cvbtn--mail {
  padding-left: 0;
}
.hdr2__cvbtn:hover {
  opacity: 0.7;
}
.hdr2__cvbtn:after {
  content: "";
  font-family: "Font Awesome 5 Free", FontAwesome, "Font Awesome 5 Brands";
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: inherit;
  height: 100%;
  top: 0;
  right: 15px;
}
.hdr2__cvicon {
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 769px) {
  .hdr2__cvicon {
    left: 10px;
  }
}
.hdr2__cvicon--mail {
  left: 20px;
}
.hdr2__btnarea {
  margin-left: 20px;
}
@media screen and (min-width: 1230px) {
  .hdr2__btnarea {
    display: none;
  }
}
.hdr2__btn, .hdr2__btn--cls {
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 25px;
}
@media screen and (min-width: 641px) {
  .hdr2__btn, .hdr2__btn--cls {
    width: 40px;
    height: 30px;
  }
}
.hdr2__btn span, .hdr2__btn--cls span {
  position: absolute;
  display: block;
  background: #58aa8e;
  width: 100%;
  height: 2px;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.hdr2__btn span:nth-of-type(1), .hdr2__btn--cls span:nth-of-type(1) {
  top: 0;
}
.hdr2__btn span:nth-of-type(2), .hdr2__btn--cls span:nth-of-type(2) {
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.hdr2__btn span:nth-of-type(3), .hdr2__btn--cls span:nth-of-type(3) {
  bottom: 0;
}
.hdr2__btn:hover span, .hdr2__btn--cls:hover span {
  width: 100%;
}
.hdr2__btn--cls {
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .hdr2__btn--cls {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .hdr2__btn--cls {
    display: none;
  }
}
.hdr2__btn--cls span:nth-of-type(1) {
  background: #5e5e5e;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hdr2__btn--cls span:nth-of-type(2) {
  opacity: 0;
}
.hdr2__btn--cls span:nth-of-type(3) {
  background: #5e5e5e;
  margin: auto 0;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hdr2__clsbtn {
  float: right;
}

.overlay {
  position: fixed;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (min-width: 641px) {
  .sp-mode {
    display: none !important;
  }
	.hdr2__list .hdr2__cvarea {
		display: none;
	}
}
@media screen and (max-width: 640px) {
  .pc-mode {
    display: none !important;
  }
}

.movie .sec__inner {
	padding: 50px 0;
}
.movie .sec__inner .sec__ttl {
	margin-bottom: 50px;
}
.movie__inner {
    position:relative;
    width:100%;
    height:480px;
}
.movie__inner iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 640px) {
  .movie__inner {
		position:relative;
		width:100%;
		height:300px;
	}
}

.map .sec__inner {
	padding: 50px 0;
}
.map .sec__inner .sec__ttl {
	margin-bottom: 50px;
}
.map__inner {
    position:relative;
    width:100%;
    height:480px;
}
.map__inner iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 640px) {
  .map__inner {
		position:relative;
		width:100%;
		height:300px;
	}
}

.cta-main__txt_a {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	max-width: 410px;
	margin-left: 90px;
}
.sec__txt--120per {
    font-size: 1.3em;
    line-height: 0;
}
.sec__txt--70per {
  font-size: 0.7em;
  line-height: 0;
  
}
.kv_a {
    background: url("../images/kv_bg.png") no-repeat center center;
    background-size: auto;
	background-size: cover;
	/*margin-top: 80px;*/
	padding-top: 30px;
}
.kv_a_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv_a_inner img {
	width: 1000px;
}
.top_news__inner {
	text-align: center; padding: 10px 5px; border-bottom: 1px solid #CCC; background: #FFF9F2;
}
.top_news__inner a {
	background: #256124;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: .8em;
	border: 1px solid #256124;
}
.top_news__inner a:hover {
	background: #FFF;
	color: #256124;
}
.top_news__inner a i {
	padding-left: 4px;
	font-size: .8em;
}
.top_news { margin-top: 80px; }
@media (max-width: 767px) {
	.cta-main__txt_a {
		max-width: inherit;
		width: 100%;
		margin: 20px 0 20px;
	}


  .kv_a_inner {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px 30px;
	}
	.kv_a_inner img {
		width: 100%;
	}
	.top_news { margin-top: 60px; }
}





/* 追加 */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%; /* 修正：親要素の中央から */
  transform: translateX(-50%); /* 修正：中央揃え */
  background-color: rgba(62, 62, 62, 0.8);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1;
  width: 100%; /* 修正：適切な幅に調整 */
  animation: fadeIn 0.3s ease forwards; /* フェードインアニメーションを適用 */
  border-radius: 2px;
}



@media screen and (max-width: 640px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%; /* 修正：親要素の中央から */
    transform: translateX(-50%); /* 修正：中央揃え */
    background-color: rgba(62, 62, 62, 0.8);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1;
    width: 100%; /* 修正：適切な幅に調整 */
    animation: fadeIn 0.3s ease forwards; /* フェードインアニメーションを適用 */
    border-radius: 2px;
  }
}


.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px; /* 追加：適宜サイズを調整 */
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.dropdown .hdr2__link:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #ffa4b3;
  border-left: 3px solid #ffa4b3;
  transform: rotate(225deg);
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
}

.dropdown:hover .dropdown-menu, .dropdown.active .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
}

a {
  color: #777;		/*文字色*/
  transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}