.home_page .key {
  --height: 56vw;
  --min-height: 650px;
  --max-height: 960px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  /* background: url(../images/idx_mv01.jpg) no-repeat center/cover; */
}
.home_page .key .inner {
  position: relative;
  max-width: 1440px;
  padding: 0 20px 0 80px;
  width: 100%;
}
.home_page .key ul:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 10px;
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: calc(var(--max-height) - 260px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  display: table;
  -webkit-animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: fadeInDown 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key h2 {
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.home_page .key h2 .txt_lg {
  display: block;
  background: url(../images/dot.png) repeat-x left top, url(../images/dot.png) repeat-x left bottom;
  padding: 0.1739130435em 0 0.4565217391em;
  margin: 0.1956521739em 0 0.1304347826em 0;
  letter-spacing: 0.1em;
  font-size: 1.5333333333em;
  line-height: 1.5;
}
.home_page .key h2 .txt01 {
  letter-spacing: 0.2em;
}
.home_page .topic_path {
  display: none;
}
.home_page #mainContent {
  position: relative;
}
.home_page .key .key_video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.home_page .key .key_video::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.home_page .key .key_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 50%, 0);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height:calc(100vh - 100px) ;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    --height: 62vw;
    --min-height: 520px;
    --max-height: calc(100vh + 60px);
  }
  .home_page .key .key_text {
    font-size: min(8.75px, 1vw);
  }
  .home_page .key .catch {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .home_page .key {
    --height: calc(100vh - 8em);
    --max-height: 100vw;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home_page .key .key_text .item {
    height: calc(var(--height) + 100px);
    min-height: var(--min-height);
    max-height: calc(var(--max-height) + 400px);
  }
  .home_page .key .inner {
    padding: 0 20px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tl_h3 {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
}
.tl_h3::before {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto -0.05em;
  width: 1.125em;
  height: 0.875em;
  -webkit-mask-image: url(../images/ic_h3.svg);
  mask-image: url(../images/ic_h3.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-position: top center;
  background-color: #619827;
}
.tl_h3 .en {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: var(--clr2);
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0.4444444444em;
}
.tl_h3.txt_white {
  color: #ffffff;
}
.tl_h3.txt_white::before {
  background-color: #ffffff;
}

@media only screen and (min-width: 769px) {
  .tl_h3.tl_left {
    text-align: left;
  }
  .tl_h3.tl_left::before {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .tl_h3 {
    font-size: 36px;
  }
  .tl_h3 .en {
    font-size: 16px;
  }
}
.block_news .item {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 33px 49px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 630px;
  width: 49.5%;
  -webkit-box-shadow: 5px 5px 40px rgba(38, 48, 59, 0.03);
          box-shadow: 5px 5px 40px rgba(38, 48, 59, 0.03);
  border: 1px solid #ffffff;
}
.block_news .item:nth-child(2) h3 .en {
  color: var(--clr2);
}
.block_news .item:nth-child(2) .btn_news a::before {
  background-color: var(--clr2);
}
.block_news .item:nth-child(2) .list_post a::before {
  background-color: var(--clr2);
}
.block_news h3 {
  font-size: 22px;
  font-weight: 500;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.block_news h3 .en {
  font-size: 16px;
  color: var(--main-color);
  line-height: 1;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.block_news .btn_news {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block_news .btn_news a {
  position: relative;
  padding-right: 2.9375em;
  text-decoration: none;
  color: var(--clr1);
  line-height: 1;
}
.block_news .btn_news a::before, .block_news .btn_news a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0.625em;
  margin: auto;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
}
.block_news .btn_news a::before {
  border: 50%;
  background-color: var(--main-color);
}
.block_news .btn_news a::after {
  background: url(../images/ic_arrow.svg) no-repeat center/0.3125em auto;
  top: 0.6875em;
}
.block_news .btn_news a > span {
  padding: 0 0 0.25em;
  border-bottom: 1px solid;
}
.block_news .btn_news a:hover {
  opacity: 1;
}
.block_news .list_post {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 3px;
}
.block_news .list_post li {
  border-bottom: 1px solid #e5e5e5;
}
.block_news .list_post li:last-child {
  border-bottom: 0;
}
.block_news .list_post a {
  text-decoration: none;
  color: var(--clr1);
  padding: 14px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.block_news .list_post a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 8px;
  mask-image: url(../images/ic_list_news.svg);
  -webkit-mask-image: url(../images/ic_list_news.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.block_news .list_post .date {
  width: 110px;
}
.block_news .list_post .title {
  width: calc(100% - 110px);
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 11px;
}

@media only screen and (min-width: 769px) {
  .idx_news {
    position: absolute;
    top: -284px;
    left: 0;
    right: 0;
    max-width: 1360px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  .block_news .btn_news a:hover {
    color: var(--main-color);
  }
  .block_news .btn_news a:hover::after {
    -webkit-animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: slide_right 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .block_news .list_post {
    height: 149px;
  }
  .block_news .list_post a:hover {
    color: var(--main-color);
    opacity: 1;
  }
  .block_news .list_post a:hover::before {
    right: 5px;
  }
  .block_news .item:nth-child(2) .list_post a:hover {
    color: var(--clr2);
  }
  .block_news .item:nth-child(2) .btn_news a:hover {
    color: var(--clr2);
  }
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .idx_news {
    top: -240px;
  }
  .block_news h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .block_news .item {
    padding: 33px 1.5% 20px;
  }
  .block_news .list_post {
    height: 113px;
  }
  .block_news .list_post a {
    padding: 8px 10px;
  }
  .block_news .list_post .date {
    width: 90px;
  }
  .block_news .list_post .title {
    width: calc(100% - 90px);
  }
  .block_news .btn_news a {
    font-size: 13px;
    padding-right: 2.2em;
  }
}
.idx01 {
  padding: 120px 0px 261px;
  background: url(../images/idx01_bg.jpg) no-repeat top 13px center/cover;
}
.idx01 .tl_h3 {
  margin-bottom: 57px;
}
.idx01 .col {
  max-width: 620px;
  width: 49%;
}
.idx01 .idx_logo {
  max-width: 445px;
  width: 100%;
  margin: 0 auto 24px;
}
.idx01 .idx_logo a:hover {
  opacity: 1;
}
.idx01 .idx_map {
  max-width: 620px;
  width: 49%;
  height: 563px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 30px rgba(79, 101, 56, 0.12);
          box-shadow: 10px 10px 30px rgba(79, 101, 56, 0.12);
  border: 1px solid #ffffff;
}
.idx01 .des {
  text-align: center;
}
.idx01 .p_tel {
  display: table;
  margin: 0 auto;
}
.idx01 .gr_btn {
  margin-top: 29px;
  margin-bottom: 40px;
}
.idx01 .gr_btn .cm_btn {
  width: calc(50% - 20px);
  max-width: 242px;
  margin-right: 20px;
  margin-left: 0;
}
.idx01 .gr_btn .cm_btn:last-child {
  margin-right: 0;
}
.idx01 .idx_banner {
  margin-top: 41px;
}

.idx_banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx_banner .banner {
  width: calc(50% - 20px);
  margin: 11px 10px 12px;
  max-width: 530px;
  position: relative;
}

@media only screen and (min-width: 1921px) {
  .idx01 {
    padding-bottom: 12vw;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .idx01 {
    padding: 80px 0 220px;
  }
  .idx01 .gr_btn {
    margin-top: 10px;
    margin-bottom: 19px;
  }
  .idx01 .gr_btn .cm_btn {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .idx01 .idx_map {
    width: 48%;
  }
  .idx_banner .banner {
    width: calc(50% - 10px);
    margin: 5px 5px 5px;
  }
}
.idx02 {
  position: relative;
  z-index: 0;
  margin-top: -153px;
}
.idx02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/idx02_mask.svg);
  mask-image: url(../images/idx02_mask.svg);
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-position: top center;
  background: url(../images/idx02_bg.jpg) no-repeat top center/cover;
  z-index: -1;
}
.idx02::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 252px;
  background: url(../images/idx02_at.png) repeat-x top center;
  z-index: -2;
  opacity: 0.04;
}
.idx02 .tl_h3 {
  margin-bottom: 48px;
}
.idx02 .greeting_img {
  position: relative;
}
.idx02 .greeting_img img {
  -webkit-filter: drop-shadow(21px 2px 20px rgba(79, 101, 56, 0.2));
          filter: drop-shadow(21px 2px 20px rgba(79, 101, 56, 0.2));
}
.idx02 .greeting_img .sp_img {
  display: none;
}
.idx02 p {
  line-height: 1.875;
  margin-bottom: 10px;
}
.idx02 .box_name {
  position: absolute;
  top: 52px;
  right: 31px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 10px;
}
.idx02 .box_name p {
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px;
  font-family: var(--f-jp);
  letter-spacing: 0.2em;
}
.idx02 .box_name .pos {
  font-size: 2.1em;
  background-color: var(--clr2);
  padding: 0.9523809524em 0.4761904762em 0.9523809524em 0.4285714286em;
  margin-left: 0.4285714286em;
}
.idx02 .box_name .name {
  font-size: 3.1em;
  background-color: var(--main-color);
  padding: 0.8387096774em 0.4838709677em 0.6774193548em 0.4516129032em;
  margin-top: 0.6451612903em;
}
@-moz-document url-prefix() {
  .idx02 .box_name .name {
    /* Fire Fox */
    padding-right: 0.3548387097em;
    padding-left: 0.5806451613em;
  }
}
.idx02 .gr_btn {
  margin: 44px -10px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.idx02 .gr_btn .cm_btn {
  width: calc(50% - 20px);
}

@media only screen and (min-width: 1000px) {
  .idx02 p {
    line-height: 1.875;
    margin-bottom: 10px;
  }
  .idx02 .block_greeting {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-grid-columns: calc(49% + 68px) calc(50% + 3px);
    grid-template-columns: calc(49% + 68px) calc(50% + 3px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding: 90px 0 0;
  }
  .idx02 .greeting_img {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    margin-top: -98px;
  }
  .idx02 .greeting_img figure {
    position: relative;
    right: -36px;
  }
  .idx02 .greeting_cont, .idx02 h3 {
    max-width: 705px;
    margin-left: auto;
    width: 100%;
    margin-right: -68px;
  }
}
@media only screen and (min-width: 1921px) {
  .idx02 {
    margin-top: -9vw;
    padding-bottom: 2vw;
  }
  .idx02::after {
    background-size: 100% auto;
  }
  .idx02 .greeting_img {
    margin-top: -1vw;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx02::before {
    mask-size: 120% auto;
    -webkit-mask-size: 120% auto;
  }
  .idx02 .tl_h3 {
    margin-bottom: 30px;
  }
  .idx02 .block_greeting {
    -ms-grid-columns: calc(49% + 68px) calc(48% + 5px);
    grid-template-columns: calc(49% + 68px) calc(48% + 5px);
    padding-top: 55px;
  }
  .idx02 .greeting_cont, .idx02 h3 {
    margin-right: -40px;
  }
  .idx02 .greeting_cont {
    padding-bottom: 130px;
  }
  .idx02 .greeting_img {
    margin-top: -70px;
  }
  .idx02 .box_name {
    top: 16px;
    right: 43px;
    font-size: min(10px, 0.7vw);
  }
  .idx02 .gr_btn {
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .idx02::before {
    background-position: left 24% top;
  }
  .idx02 .tl_h3 {
    text-align: center;
  }
  .idx02 .tl_h3::before {
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 .block_greeting {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .idx02 .greeting_img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .idx02 .greeting_img .sp_img {
    display: block;
  }
  .idx02 .greeting_img .pc_img {
    display: none;
  }
  .idx02 .greeting_cont {
    margin: 20px auto 0;
    padding-bottom: 0;
  }
  .idx02 .box_name {
    top: 6px;
    right: 30px;
    font-size: min(10px, 1vw);
  }
}
.idx03 {
  padding: 186px 0 91px;
  position: relative;
  z-index: 1;
  margin-top: -152px;
}
.idx03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/idx03_masked.svg);
  mask-image: url(../images/idx03_masked.svg);
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-position: top center;
  background-color: #619827;
  background-image: url(../images/idx03_bg01.png), url(../images/idx03_bg02.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  background-blend-mode: multiply;
}
.idx03::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -8px;
  width: 1228px;
  height: 959px;
  background: url(../images/idx03_at.png) no-repeat center/contain;
  z-index: -1;
  mix-blend-mode: color-dodge;
}
.idx03 .tl_h3 {
  margin-bottom: 56px;
}
.idx03 .tl_h3::before {
  margin-bottom: -1px;
}
.idx03 h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.667;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
.idx03 .block_feature img {
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.05);
}
.idx03 .block_feature .feature_item {
  max-width: 610px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 19px;
  color: #ffffff;
  margin-bottom: 60px;
}
.idx03 .block_feature .box_in {
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(237, 255, 217, 0.3);
  height: 100%;
}
.idx03 .block_feature .feature_cont {
  padding: 67px 60px 48px;
  position: relative;
}
.idx03 .block_feature p {
  line-height: 1.875;
}
.idx03 .block_feature .feature_num {
  font-size: 120px;
  font-family: var(--f-zen);
  line-height: 0.5;
  letter-spacing: 0;
  position: absolute;
  top: -34px;
  left: 59px;
}
.idx03 .cm_btn {
  margin-left: auto;
  margin-right: -20px;
  margin-top: 16px;
}

@media only screen and (min-width: 1921px) {
  .idx03 {
    margin-top: -9vw;
    padding-top: 7vw;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .block_feature .feature_item {
    width: 49%;
    max-width: 610px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx03 {
    margin-top: -100px;
    padding: 140px 0 50px;
  }
  .idx03::before {
    mask-size: 110% auto;
    -webkit-mask-size: 110% auto;
  }
  .idx03 .tl_h3 {
    margin-bottom: 40px;
  }
  .idx03 h4 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx03 .inner_big {
    max-width: 1220px;
  }
  .idx03 .block_feature .feature_item {
    max-width: 560px;
  }
  .idx03 .block_feature .feature_num {
    font-size: 95px;
    left: 20px;
  }
  .idx03 .block_feature .feature_cont {
    padding: 55px 30px 40px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx03 .block_feature .feature_item {
    padding: 10px;
    border-radius: 20px;
  }
  .idx03 .block_feature .feature_cont {
    padding: 55px 12px 40px;
  }
  .idx03 .cm_btn {
    margin-right: 0;
  }
}
.idx04 {
  padding: 120px 0 92px;
  position: relative;
  z-index: 0;
}
.idx04::before, .idx04::after {
  content: "";
  left: 0;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
  opacity: 0.6;
}
.idx04::before {
  top: -8px;
  background-image: url(../images/idx04_bg01.png);
  background-position: top center;
  max-height: 605px;
  height: 40vw;
}
.idx04::after {
  bottom: -8px;
  background-image: url(../images/idx04_bg02.png);
  background-position: bottom center;
  max-height: 1056px;
  height: 52vw;
}
.idx04 .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 57px;
}
.idx04 .btn_icon {
  max-width: 18.6875em;
  width: 38%;
  margin-bottom: 3px;
}
.idx04 .btn_icon a {
  background-color: #619827;
  padding: 1.1666666667em 1.6666666667em 1.1666666667em 2.2916666667em;
  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;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx04 .btn_icon a::before, .idx04 .btn_icon a::after {
  content: "";
  position: absolute;
  right: 0.5em;
  bottom: 0;
  top: 0.0833333333em;
  margin: auto;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx04 .btn_icon a::before {
  border: 50%;
  background-color: #ffffff;
}
.idx04 .btn_icon a::after {
  background: url(../images/ic_arrow_green.svg) no-repeat calc(50% + 1px) 50%/5px auto;
}
.idx04 .btn_icon a:hover {
  opacity: 1;
}
.idx04 .btn_icon span::before {
  content: "";
  position: absolute;
  top: -0.0416666667em;
  bottom: 0;
  left: 0.75em;
  margin: auto;
  width: 2.25em;
  height: 2.25em;
  background: #ffffff url(../images/idx04_btn_ic.svg) no-repeat 50% calc(50% - 1px)/2.2916666667em auto;
  margin-right: 0.4166666667em;
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx04 .block_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
}
.idx04 .block_treatment h4 {
  font-size: 2.4em;
  font-weight: 500;
}
.idx04 .block_treatment h4 .en {
  color: var(--clr2);
  font-size: 0.5833333333em;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-top: 0.2857142857em;
}
.idx04 .block_treatment .treatment_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.idx04 .block_treatment .treatment_item {
  margin-bottom: 2.8em;
}
.idx04 .block_treatment .box_in {
  border: 2px solid #eeeeeb;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 2em;
  background-color: #ffffff;
  padding: 4.3em 2em 8.3em;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx04 .block_treatment .box_in::after {
  content: "";
  position: absolute;
  bottom: 1.9em;
  left: 0;
  right: 0;
  margin: auto;
  width: 3em;
  height: 3em;
  background-color: var(--main-color);
  background-image: url(../images/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5px auto;
  border-radius: 50%;
}
.idx04 .block_treatment.b_vertical .treatment_item {
  text-align: center;
}
.idx04 .block_treatment.b_vertical .treatment_img {
  width: 13em;
  height: 13em;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2.5em;
}
.idx04 .block_treatment.b_horizontal .box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
.idx04 .block_treatment.b_horizontal .box_in::after {
  left: unset;
  top: 0;
  bottom: 0;
  right: 2em;
  background-position: calc(50% + 0.1em) 50%;
}
.idx04 .block_treatment.b_horizontal .treatment_img {
  width: 26.6em;
  height: 15em;
  border-radius: 1.5em;
  overflow: hidden;
}
.idx04 .block_treatment.b_horizontal .treatment_cont {
  width: calc(100% - 26.6em);
  padding-left: 2.6em;
}
.idx04 .idx_banner {
  margin-top: 21px;
  margin-bottom: 47px;
}
.idx04 .idx_banner .banner {
  width: calc(50% - 28px);
  margin: 11px 14px 12px;
}

@media only screen and (min-width: 1921px) {
  .idx04::before, .idx04::after {
    max-height: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .btn_icon a:hover {
    background-color: var(--clr2);
  }
  .idx04 .btn_icon a:hover::after {
    background-image: url(../images/ic_arrow_orange.svg);
  }
  .idx04 .btn_icon a:hover span::before {
    background-image: url(../images/idx04_btn_ic_hover.svg);
  }
  .idx04 .block_treatment .treatment_item {
    margin-bottom: 2.8em;
    z-index: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .idx04 .block_treatment .treatment_item:hover .box_in {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
  .idx04 .block_treatment .treatment_item:hover .box_in::before {
    opacity: 1;
  }
  .idx04 .block_treatment .box_in {
    overflow: hidden;
  }
  .idx04 .block_treatment .box_in::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 188, 39, 0.05);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .idx04 .block_treatment.b_vertical .treatment_item {
    max-width: 299px;
    width: calc((100% - 8.4em) / 4);
    margin-right: 2.8em;
  }
  .idx04 .block_treatment.b_vertical .treatment_item:nth-child(4n+4) {
    margin-right: 0;
  }
  .idx04 .block_treatment.b_horizontal .treatment_item {
    width: calc((100% - 2.8em) / 2);
    margin-right: 2.8em;
    max-width: 626px;
  }
  .idx04 .block_treatment.b_horizontal .treatment_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx04 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .idx04 .box_title {
    margin-bottom: 35px;
  }
  .idx04 .btn_icon {
    font-size: 12px;
  }
  .idx04 h4 .en {
    letter-spacing: 0.05em;
  }
  .idx04 .block_treatment {
    font-size: min(10px, 0.88vw);
  }
  .idx04 .block_treatment.b_vertical .treatment_item {
    width: calc((100% - 3em) / 4);
    margin-right: 1em;
  }
  .idx04 .block_treatment.b_horizontal .treatment_item {
    width: calc((100% - 1em) / 2);
    margin-right: 1em;
  }
  .idx04 .block_treatment.b_horizontal .treatment_img {
    width: 22.6em;
    height: 13em;
  }
  .idx04 .block_treatment.b_horizontal .treatment_cont {
    width: calc(100% - 22.6em);
    padding-left: 2em;
  }
  .idx04 .idx_banner {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.idx05 {
  padding: 119px 0;
  position: relative;
  z-index: 0;
}
.idx05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98vw;
  max-height: 1026px;
  background: url(../images/idx05_bg.jpg) no-repeat center top/100% auto;
  z-index: -1;
}
.idx05 .tl_h3 {
  margin-bottom: 58px;
}
.idx05 h4 {
  font-size: 24px;
  line-height: 1.667;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.idx05 .facilities_slider {
  width: 58.5%;
  max-width: 746px;
}
.idx05 .facilities_slider > ul {
  opacity: 0;
  overflow-x: hidden;
}
.idx05 .facilities_slider > ul.slick-slider {
  opacity: 1;
}
.idx05 .facilities_slider > ul .slick-list {
  overflow: unset;
}
.idx05 .facilities_slider > ul .slick-slide {
  max-width: 746px;
  max-height: 532px;
  height: 39.5vw;
  position: relative;
  -webkit-box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  opacity: 0;
}
.idx05 .facilities_slider > ul .slick-slide.slick-active {
  opacity: 1;
}
.idx05 .facilities_slider img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.idx05 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: 61px;
}
.idx05 .slick-dots li {
  margin: 0 8px;
}
.idx05 .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d6e1cc;
  text-indent: -999999px;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx05 .slick-dots li button:hover {
  background-color: var(--main-color);
}
.idx05 .slick-dots li.slick-active button {
  background-color: var(--main-color);
}
.idx05 .facilities_tl {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--f-jp);
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: rgba(97, 152, 39, 0.95);
  border-radius: 10px;
  max-width: 460px;
  width: 90%;
  display: table;
  padding: 1.125em 0.8333333333em 1.125em 1.4166666667em;
  margin: 0 auto;
  position: absolute;
  bottom: -1.875em;
  left: 0;
  right: 0;
}
.idx05 .facilities_cont {
  width: 35.7%;
  color: #ffffff;
  margin-right: -3px;
  padding-top: 37px;
}
.idx05 .facilities_cont p {
  line-height: 1.875;
}
.idx05 .cm_btn {
  margin-top: 33px;
}
.idx05 .bnr_bg {
  position: relative;
  z-index: 0;
}
.idx05 .bnr_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  height: 50vw;
  max-height: 811px;
  background: url(../images/idx05_after.png) no-repeat top center/cover;
  margin: 0 -50vw;
  z-index: -1;
}
.idx05 .bnr_frog {
  margin-top: 131px;
  background-image: url(../images/bnr_frog.png), url(../images/bnr_bg.jpg);
  background-position: bottom 2.7em left 8.9em, center;
  background-repeat: no-repeat;
  background-size: 37.6em auto, cover;
  padding: 8em 8em;
  border-radius: 4em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
}
.idx05 .bnr_frog::before, .idx05 .bnr_frog::after {
  content: "";
  position: absolute;
  background: url(../images/bnr_after.png) no-repeat center/contain;
  width: 13em;
  height: 14.3em;
}
.idx05 .bnr_frog::before {
  left: -5.1em;
  bottom: 0.8em;
}
.idx05 .bnr_frog::after {
  right: 1.8em;
  bottom: -0.9em;
}
.idx05 .bnr_frog .box_in {
  max-width: 88em;
  width: calc(100% - 37.6em);
  margin-left: auto;
  background-color: #fff;
  border-radius: 2em;
  padding: 4.6em 7.5em 4.2em;
  position: relative;
  -webkit-filter: drop-shadow(-4px 4px 1px rgba(79, 101, 56, 0.1));
          filter: drop-shadow(-4px 4px 1px rgba(79, 101, 56, 0.1));
}
.idx05 .bnr_frog .box_in::before {
  content: "";
  position: absolute;
  top: -2.4em;
  bottom: 0;
  left: -7.45em;
  clip-path: polygon(0 0, 100% 100%, 100% 11%);
  width: 7.5em;
  height: 7.5em;
  background-color: #ffffff;
  margin: auto;
}
.idx05 .bnr_frog .box_in p {
  font-size: 2em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .idx05 .facilities_slider {
    max-height: 600px;
    height: 50.5vw;
  }
  .idx05 .block_facilities {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx05 .facilities_cont {
    width: 35.7%;
    color: #ffffff;
    margin-right: -3px;
    padding-top: 37px;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx05 {
    padding: 90px 0;
  }
  .idx05::before {
    background-size: 1530px auto;
  }
  .idx05 .tl_h3 {
    margin-bottom: 45px;
  }
  .idx05 .bnr_frog {
    font-size: min(10px, 0.714vw);
    margin-top: 80px;
  }
  .idx05 .bnr_frog .box_in {
    padding: 4.6em 4em 4.2em;
  }
  .idx05 .facilities_tl {
    font-size: 20px;
    width: 85%;
  }
  .idx05 .facilities_cont {
    padding-right: 20px;
    width: 37.9%;
  }
  .idx05 h4 {
    font-size: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx05::before {
    height: 103vw;
  }
  .idx05 .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .idx05 .facilities_slider {
    width: 54%;
  }
  .idx05 .facilities_cont {
    width: 43%;
    padding-top: 0;
    padding-right: 0;
  }
  .idx05 .facilities_cont p {
    letter-spacing: 0.074em;
  }
  .idx05 .bnr_frog {
    margin-top: 75px;
  }
}