@-webkit-keyframes idxKeyIn {
  0% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes idxKeyIn {
  0% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 940px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  font-size: 0.5882352941em;
}
.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: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .mv_slider .item.slick-active .key_img img {
  -webkit-animation: idxKeyIn 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: idxKeyIn 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.home_page .key .mv_slider .key_img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  overflow: hidden;
}
.home_page .key .mv_slider .key_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #75becf;
  opacity: 0.3;
  mix-blend-mode: screen;
  z-index: 1;
}
.home_page .key .mv_slider .key_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
}
.home_page .key .mv_slider .key_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_page .key .mv_slider .key_img01 {
  left: 0;
}
.home_page .key .mv_slider .key_img02 {
  right: 0;
}
.home_page .key .key_catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 5px;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 0.88em;
  font-size: 5em;
  line-height: 1.5;
}
.home_page .key p {
  font-size: 2.2em;
  line-height: 1.81818;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh - 20px);
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key .key_text {
    font-size: min(0.5882352941em, 0.9vmin);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key .key_text {
    font-size: min(0.5882352941em, 0.9vw);
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.h3_tl {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #517286;
  position: relative;
}
.h3_tl::before {
  content: "";
  position: relative;
  display: block;
  width: 0.9428571429em;
  height: 0.7714285714em;
  mask-image: url(../images/ic_lotus.svg);
  -webkit-mask-image: url(../images/ic_lotus.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  margin-bottom: 0.5142857143em;
}
.h3_tl .en {
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.25em;
  font-size: 14px;
  margin-top: 1.3571428571em;
  padding: 0 2.8571428571em;
  position: relative;
  display: table;
}
.h3_tl .en::before, .h3_tl .en::after {
  content: "";
  position: absolute;
  width: 2.1428571429em;
  height: 1px;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.h3_tl .en::before {
  left: 0;
}
.h3_tl .en::after {
  right: 0;
  display: none;
}
.h3_tl.tl_blue::before {
  background-color: #75BECF;
}
.h3_tl.tl_blue .en {
  color: #75BECF;
}
.h3_tl.tl_blue .en::before, .h3_tl.tl_blue .en::after {
  background-color: #75BECF;
}
.h3_tl.tl_pink::before {
  background-color: #EDABAB;
}
.h3_tl.tl_pink .en {
  color: #EDABAB;
}
.h3_tl.tl_pink .en::before, .h3_tl.tl_pink .en::after {
  background-color: #EDABAB;
}
.h3_tl.tl_white {
  color: #ffffff;
}
.h3_tl.tl_white:before {
  background-color: #ffffff;
}
.h3_tl.tl_white .en::before, .h3_tl.tl_white .en::after {
  background-color: #ffffff;
}
.h3_tl.tl_center {
  text-align: center;
}
.h3_tl.tl_center::before {
  margin-left: auto;
  margin-right: auto;
}
.h3_tl.tl_center .en {
  margin-left: auto;
  margin-right: auto;
}
.h3_tl.tl_center .en::after {
  display: block;
}

.idx01 {
  padding: 140px 0 0;
  position: relative;
  z-index: 0;
}
.idx01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 70px);
  height: calc(100% - 50px);
  z-index: -1;
  background: #F6F9FA;
  border-top-right-radius: 100px;
}
.idx01 .list_post .post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  position: relative;
}
.idx01 .list_post .post_item:last-child {
  margin-bottom: 0;
}
.idx01 .list_post .post_img {
  width: 150px;
  height: 150px;
  background: #ccc;
  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;
}
.idx01 .list_post .post_img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.idx01 .list_post .post_cont {
  width: calc(100% - 150px);
  padding-left: 60px;
  padding-top: 4px;
  padding-right: 30px;
  position: relative;
}
.idx01 .list_post .post_cont::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: url(../images/ic_btn_arr.svg) no-repeat center/contain;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx01 .list_post .post_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.idx01 .list_post .post_tab p {
  margin-bottom: 0;
}
.idx01 .list_post .post_ttl {
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idx01 .list_post .cate {
  background-color: #78C7C7;
  color: #ffffff;
  text-align: center;
  padding: 9px 7px 9px 8px;
  line-height: 1;
  margin-right: 16px;
  font-size: 15px;
  margin-top: 2px;
}
.idx01 .list_post .date {
  color: #517286;
  font-size: 13px;
  letter-spacing: 0.15em;
  position: relative;
  top: 1px;
}

.idx02 {
  padding: 120px 0 135px;
  position: relative;
  z-index: 0;
}
.idx02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 70px);
  height: 100%;
  z-index: -1;
  background: #F6F9FA;
}
.idx02 .h3_tl {
  margin-bottom: 70px;
}
.idx02 .fblock {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx02 .instagram_list {
  max-width: 820px;
  width: 65%;
}
.idx02 .instagram_list .item {
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
  margin-bottom: 5px;
}
.idx02 .instagram_list .item:nth-child(3n+3) {
  margin-right: 0;
}
.idx02 .instagram_tl {
  width: calc(35% - 40px);
  max-width: 360px;
  padding-top: 74px;
}
.idx02 .insta_txt {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: #F7F7F7;
  position: relative;
  text-align: center;
  padding: 16px 10px 15px;
}
.idx02 .insta_txt::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F7F7F7;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 20px;
  height: 15px;
}
.idx02 .insta_link {
  text-align: center;
  margin-top: 33px;
}
.idx02 .insta_link_icon {
  margin: 0 auto 1em;
  display: table;
  position: relative;
  left: -1px;
}
.idx02 .insta_link_icon img {
  max-width: 3.5em;
}
.idx02 .insta_link_txt {
  font-size: 18px;
  line-height: 1.4;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx02 .insta_link_txt a {
  color: var(--clr1);
  border-bottom: 1px solid #517286;
  text-decoration: none;
  padding-bottom: 0.7777777778em;
  letter-spacing: 0.05em;
}

.idx03 {
  padding-bottom: 158px;
  position: relative;
}
.idx03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 620px);
  background: linear-gradient(120deg, #f6f9fa 0%, #faf4f4 100%);
}
.idx03_tl {
  height: 630px;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
  padding: 191px 0 100px;
  position: relative;
  z-index: 0;
}
.idx03_tl::before, .idx03_tl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx03_tl::before {
  background-color: rgba(117, 190, 207, 0.3);
  mix-blend-mode: screen;
}
.idx03_tl::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.idx03 .block_about {
  margin-top: -139px;
  background-color: #ffffff;
  position: relative;
  padding: 100px 40px;
}
.idx03 .block_about .fblock {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.idx03 .b_video {
  position: relative;
  background: url(../images/idx03_img01.jpg) no-repeat center/cover;
  width: 370px;
  height: 492px;
  border-radius: 50px;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.idx03 .b_video:before, .idx03 .b_video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .b_video::before {
  background-color: rgba(117, 190, 207, 0.3);
  mix-blend-mode: screen;
}
.idx03 .b_video::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.idx03 .b_video_ttl {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  margin: auto;
  z-index: 1;
}
.idx03 .b_video_ttl .ic_play {
  position: relative;
  padding-top: 4.45em;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.idx03 .b_video_ttl .ic_play::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.5em;
  height: 3.5em;
  background: url(../images/ic_play.svg) no-repeat center/contain;
}
.idx03 .popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.idx03 .popup_video.active {
  visibility: visible;
  opacity: 1;
}
.idx03 .popup_video .icon_close {
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  background-image: url(../images/ic_close.svg);
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: center;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
}
.idx03 .popup_video .icon_close:hover {
  background-color: #517286;
}
.idx03 .popup_video .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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;
}
.idx03 .popup_video .yt {
  width: 85%;
  position: relative;
}
.idx03 .list-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.idx03 .list-infor_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  padding-bottom: 28px;
  padding-top: 36px;
  padding-right: 25px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}
.idx03 .list-infor_item::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: #75BECF url(../images/ic_arr_w.svg) no-repeat center/contain;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .list-infor_tl {
  padding-left: 13px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.idx03 .list-infor_tl .en {
  display: block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--clr2);
  margin-bottom: 3px;
}
.idx03 .box_download {
  background: url(../images/idx04_bn_bg.png) no-repeat center/cover;
  max-width: 1100px;
  width: 100%;
  height: 27em;
  margin: 70px auto 0;
  color: #ffffff;
  position: relative;
  padding: 0.5em;
  border-radius: 5em;
  font-size: 10px;
}
.idx03 .box_download::after {
  content: "";
  position: absolute;
  right: 4em;
  bottom: 4em;
  width: 7em;
  height: 7em;
  background: url(../images/ic_download.svg) no-repeat center/contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .box_download .box_in {
  height: 100%;
  background: url(../images/idx03_bnr_bg.jpg) no-repeat center/cover;
  padding: 5.7em 5.5em 4em;
  border-radius: 4.6em;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.idx03 .box_download .box_in:before, .idx03 .box_download .box_in::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx03 .box_download .box_in::before {
  background-color: rgba(117, 190, 207, 0.76);
  mix-blend-mode: screen;
}
.idx03 .box_download .box_in::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.idx03 .box_download .download_tl {
  font-size: 2.7em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 2.0740740741em;
}
.idx03 .box_download .download_tl .en {
  font-size: 0.5185185185em;
  letter-spacing: 0.25em;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.7857142857em;
}
.idx03 .box_download .download_txt {
  position: relative;
  padding-left: 1.4705882353em;
  font-size: 1.7em;
}
.idx03 .box_download .download_txt::before {
  content: "";
  position: absolute;
  top: 0.9411764706em;
  left: 0;
  width: 0.8823529412em;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.idx03 .txt_address {
  padding-top: 0;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
}
.idx03 .txt_address::before {
  top: 6px;
  left: 2px;
}
.idx03 .ft-traffic {
  margin-top: 26px;
  margin-bottom: 24px;
  margin-left: 0;
}
.idx03 .ft-traffic_icon {
  position: relative;
  top: 0px;
}
.idx03 .ft-traffic_item:not(:last-child) {
  padding-right: 35px;
  margin-right: 34px;
}

.idx_map {
  height: 400px;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}
.idx_map iframe {
  height: 100%;
}

.idx04 {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 171px;
  height: 765px;
}
.idx04 .h3_tl {
  margin-bottom: 36px;
}
.idx04 .block_types {
  max-width: 423px;
  width: 45%;
  margin-left: auto;
  text-align: center;
}
.idx04 .graves_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 925px;
  height: 830px;
  width: 50%;
  overflow: hidden;
}
.idx04 .graves_slider > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  width: calc((100% - 5px) / 2);
  margin-right: 5px;
}
.idx04 .graves_slider > div:last-child {
  margin-right: 0;
}
.idx04 .graves_slider .s_img {
  margin-bottom: 5px;
}
.idx04 .graves_slider .s_img img {
  display: block;
  width: 100%;
  height: auto;
}
.idx04 .cm_btn {
  margin: 64px auto 0;
  display: table;
}
.idx04 .cm_btn a {
  padding-bottom: 24px;
  padding-right: 44px;
}
.idx04 .cm_btn a::after {
  right: 0;
}

.idx05 {
  padding: 99px 0 0;
}
.idx05 .inner_big {
  max-width: 1539px;
  position: relative;
  padding-top: 96px;
  padding-bottom: 95px;
  z-index: 0;
}
.idx05 .inner_big::before, .idx05 .inner_big::after {
  content: "";
  position: absolute;
}
.idx05 .inner_big::before {
  top: 0;
  left: 25.2%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 100px;
  background-color: #F6F9FA;
}
.idx05 .inner_big::after {
  background: url(../images/foot.svg) no-repeat center/contain;
  width: 192em;
  height: 69em;
  bottom: 0;
  left: -19em;
  font-size: 10px;
}
.idx05 .h3_tl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.idx05 .icon_insta {
  position: absolute;
  width: 27px;
  height: 27px;
  right: -50px;
  top: 88px;
}
.idx05 .icon_insta a {
  width: 100%;
  height: 100%;
  display: block;
  mask-image: url(../images/ic_instag_white.svg);
  -webkit-mask-image: url(../images/ic_instag_white.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #517286;
}
.idx05 .block_information {
  position: relative;
  z-index: 1;
}
.idx05 .cm_btn {
  margin-top: 84px;
}
.idx05 .cm_btn a {
  padding-bottom: 24px;
  display: block;
  max-width: 349px;
  padding-right: 0;
}
.idx05 .cm_btn a::after {
  display: none;
}
.idx05 .cm_btn a span {
  padding-right: 32px;
  position: relative;
}
.idx05 .cm_btn a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  right: -8px;
  mask-image: url(../images/ic_btn_arr.svg);
  -webkit-mask-image: url(../images/ic_btn_arr.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #2e3b43;
  width: 26px;
  height: 26px;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.idx06 {
  padding: 126px 0 363px;
  background: url(../images/idx06_bg.jpg) no-repeat center/cover;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
}
.idx06 .h3_tl {
  margin-bottom: 70px;
}
.idx06 .block-flow_item {
  background-color: #ffffff;
  padding: 39px 30px 20px;
  position: relative;
  max-width: 340px;
  text-align: center;
}
.idx06 .block-flow_item:nth-child(1) .block-flow_img img {
  width: 2.0588235294em;
  height: 2.6470588235em;
}
.idx06 .block-flow_item:nth-child(2) .block-flow_img img {
  width: 4.2941176471em;
  height: 2.7647058824em;
}
.idx06 .block-flow_item:nth-child(3) .block-flow_img img {
  width: 3em;
  height: 1.8823529412em;
}
.idx06 .block-flow_item:nth-child(4) .block-flow_img img {
  width: 2.4705882353em;
  height: 3.1764705882em;
}
.idx06 .block-flow_item:nth-child(5) .block-flow_img img {
  width: 2.8235294118em;
  height: 2.4117647059em;
}
.idx06 .block-flow_item:nth-child(6) .block-flow_img img {
  width: 4em;
  height: 4.1176470588em;
}
.idx06 .block-flow_img {
  height: 4.1176470588em;
  margin: 0 auto 1em;
  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;
}
.idx06 .block-flow h4 {
  font-size: 22px;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.idx06 .block-flow h4::after {
  content: "";
  position: relative;
  display: block;
  margin: 8px auto 0;
  width: 46px;
  height: 1px;
  background-color: #EDABAB;
}
.idx06 .block-flow p {
  line-height: 1.588;
}
.idx06 .block-flow .flow_num {
  font-size: 61px;
  font-family: var(--f-en);
  line-height: 1;
  letter-spacing: 0;
  color: #EDABAB;
  position: absolute;
  top: -0.5081967213em;
  left: 0.3114754098em;
}

.idx07 .idx_wrap {
  padding: 146px 0 147px;
  position: relative;
  z-index: 0;
  max-width: 1920px;
  width: 100%;
  margin: -255px auto 0;
  color: #ffffff;
}
.idx07 .idx_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 140px;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #75BECF;
  border-top-right-radius: 100px;
}
.idx07 .h3_tl {
  margin-top: 4px;
}
.idx07 .cm_btn {
  margin-top: 44px;
}
.idx07 .cm_btn a {
  color: #ffffff;
  border-color: #ffffff;
}
.idx07 .cm_btn a::after {
  background-color: #ffffff;
  right: -13px;
}
.idx07 .block-service {
  margin-top: 91px;
}
.idx07 .block-service_item {
  max-width: 271px;
  margin-bottom: 5px;
  background-color: #ffffff;
  position: relative;
  min-height: 103px;
  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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx07 .block-service_item::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 9px;
  width: 22px;
  height: 22px;
  background: #75BECF url(../images/ic_arr_w.svg) no-repeat center/contain;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx07 .block-service_ttl {
  color: #517286;
  text-align: center;
  line-height: 1.2941;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.idx08 {
  padding: 126px 0 104px;
}
.idx08 .block_contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx08 .contact_ct {
  text-align: center;
}
.idx08 .contact-btn {
  margin-top: 34px;
}
.idx08 .contact-btn_item {
  border: 1px solid #CECECE;
  width: 100%;
  height: 121px;
  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;
  margin-bottom: 13px;
}
.idx08 .contact-btn_item.btn_tel {
  padding-bottom: 2px;
}
.idx08 .contact-btn_item.btn_tel .contact-btn_tl {
  padding-left: 56px;
  letter-spacing: 0.27em;
  font-family: var(--f-en);
}
.idx08 .contact-btn_item.btn_tel .contact-btn_tl::before {
  width: 26px;
  height: 33px;
  left: 4px;
  top: -4px;
  background-image: url(../images/ic_tel.svg);
}
.idx08 .contact-btn_item.btn_web .contact-btn_tl {
  padding-left: 51px;
}
.idx08 .contact-btn_item.btn_web .contact-btn_tl::before {
  width: 32px;
  height: 31px;
  top: -3px;
  left: 1px;
  background-image: url(../images/ic_web.svg);
}
.idx08 .contact-btn_tl {
  display: table;
  position: relative;
  color: #809EAE;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.idx08 .contact-btn_tl::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .idx01 .block_news {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 50% 49.9%;
    grid-template-columns: 50% 49.9%;
  }
  .idx01 .block_news .list_post {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    max-width: 549px;
  }
  .idx01 .block_news .h3_tl {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 84px;
  }
  .idx01 .list_post .post_item {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .idx01 .list_post .post_item:hover {
    opacity: 0.85;
  }
  .idx01 .list_post .post_item:hover .post_cont::after {
    right: 5px;
  }
  .idx02 .instagram_list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .idx02 .instagram_tl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx03 .b_video:hover::after {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .idx03 .b_infor {
    width: calc(100% - 435px);
    margin-top: -4px;
  }
  .idx03 .list-infor_item {
    width: calc((100% - 25px) / 2);
  }
  .idx03 .list-infor_item:hover::after {
    right: 5px;
  }
  .idx03 .list-infor_item:hover a {
    background-color: rgba(117, 190, 207, 0.09);
  }
  .idx03 .box_download:hover::after {
    bottom: 3.5em;
  }
  .idx03 .box_download:hover .box_in::before {
    background-color: rgba(117, 190, 207, 0.9);
  }
  .idx03 .box_download:hover .box_in::after {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .idx05 .block_information {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 50% auto;
    grid-template-columns: 50% auto;
    padding-left: 100px;
  }
  .idx05 .block_information .information_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    -ms-grid-column: 2;
        grid-column-start: 2;
    max-width: 500px;
  }
  .idx05 .block_information .h3_tl {
    padding-top: 31px;
    margin-bottom: 36px;
  }
  .idx05 .cm_btn a:hover span::after {
    background-color: var(--main-color);
  }
  .idx06 .block-flow_item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 43px;
    min-height: 290px;
  }
  .idx06 .block-flow_item:nth-child(3n+3) {
    margin-right: 0;
  }
  .idx07 .h3_tl {
    width: 48%;
  }
  .idx07 .box_cont {
    width: 48%;
    max-width: 514px;
  }
  .idx07 .block-service_item {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 5px;
    z-index: 0;
  }
  .idx07 .block-service_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
  }
  .idx07 .block-service_item:nth-child(4n+4) {
    margin-right: 0;
  }
  .idx07 .block-service_item:hover {
    background-color: transparent;
  }
  .idx07 .block-service_item:hover::after {
    opacity: 1;
  }
  .idx07 .block-service_item:hover::before {
    background-color: #fff;
    background-image: url(../images/ic_arr_hover.svg);
  }
  .idx07 .block-service_item:hover .block-service_ttl {
    color: #fff;
  }
  .idx07 .cm_btn a:hover {
    opacity: 0.8;
    border-color: rgba(255, 255, 255, 0.7);
  }
  .idx08 .block_contact .h3_tl {
    width: 50%;
    margin-top: -36px;
  }
  .idx08 .block_contact .contact_ct {
    max-width: 559px;
    width: 45%;
  }
  .idx08 .contact-btn_item.btn_web:hover {
    background-color: #f4f9fb;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx04 .inner_right {
    padding-right: 7%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 769px) {
  .inner_right {
    padding-right: 60px;
  }
  .idx04 .inner_right {
    padding-right: 9%;
  }
  .idx05 .inner_big::after {
    font-size: min(10px, 0.63vw);
  }
  .idx07 .idx_wrap::before {
    right: 40px;
  }
  .idx08 .inner_right {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .inner_right {
    padding-right: 80px;
  }
  .h3_tl {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
  .h3_tl .en {
    font-size: 12px;
  }
  .h3_tl .en::before, .h3_tl .en::after {
    top: -1px;
  }
  .idx01 .block_news {
    -ms-grid-columns: 46% 53.9%;
    grid-template-columns: 46% 53.9%;
    padding-left: 11%;
  }
  .idx05 .icon_insta {
    width: 20px;
    height: 20px;
    right: -32px;
    top: 78px;
  }
  .idx08 .block_contact h3 {
    width: 45%;
  }
  .idx08 .block_contact .contact_ct {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx01 {
    padding-top: 100px;
  }
  .idx01::before {
    width: calc(48% - 100px);
  }
  .idx01 .h3_tl {
    margin-bottom: 30px;
  }
  .idx01 .block_news {
    padding-left: 0;
    -ms-grid-columns: 42% 56.9%;
    grid-template-columns: 42% 56.9%;
  }
  .idx01 .list_post {
    padding-right: 25px;
  }
  .idx01 .list_post .post_cont {
    padding-left: 20px;
    width: calc(100% - 135px);
  }
  .idx01 .list_post .post_img {
    width: 115px;
    height: 115px;
  }
  .idx01 .list_post .post_tab .cate {
    padding: 7px 7px 7px 8px;
    font-size: 13px;
  }
  .idx02 {
    padding: 90px 0 90px;
  }
  .idx02::before {
    width: calc(48% - 100px);
  }
  .idx02 .h3_tl {
    margin-bottom: 24px;
  }
  .idx02 .h3_tl::before {
    margin-bottom: 0.2em;
  }
  .idx02 .instagram_tl {
    width: calc(45% - 20px);
    padding-top: 11px;
  }
  .idx02 .instagram_list {
    width: 55%;
  }
  .idx02 .insta_txt {
    font-size: min(16px, 1.8vw);
  }
  .idx02 .insta_link_icon {
    margin-bottom: 0.5em;
  }
  .idx02 .insta_link_icon img {
    max-width: 2.5em;
  }
  .idx02 .insta_link_txt {
    font-size: min(16px, 1.8vw);
  }
  .idx03_tl {
    padding-top: 10vw;
    height: 50vw;
    max-height: 450px;
  }
  .idx03 .b_video {
    width: 220px;
    height: 395px;
    border-radius: 30px;
  }
  .idx03 .b_video_ttl .ic_play {
    font-size: 17px;
  }
  .idx03 .b_infor {
    width: calc(100% - 240px);
  }
  .idx03 .block_about {
    padding: 55px 40px;
  }
  .idx03 .txt_address {
    margin-bottom: 10px;
  }
  .idx03 .txt_address::before {
    top: 4px;
  }
  .idx03 .ft-traffic {
    margin-bottom: 30px;
  }
  .idx03 .list-infor_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .idx04 {
    height: 60vw;
    padding-top: 7vw;
  }
  .idx04 .graves_slider {
    height: 68vw;
    width: 47%;
  }
  .idx04 .cm_btn {
    margin-top: 25px;
  }
  .idx05 {
    padding-top: 50px;
  }
  .idx05 .inner_big {
    padding-top: 60px;
    padding-bottom: 76px;
  }
  .idx05 .inner_big::before {
    width: calc(69% + 192px);
  }
  .idx05 .inner_big::after {
    font-size: min(8px, 0.8vw);
  }
  .idx05 .h3_tl {
    padding-top: 0;
  }
  .idx05 .block_information {
    padding-left: 0;
    -ms-grid-columns: 51% auto;
    grid-template-columns: 51% auto;
  }
  .idx05 .cm_btn {
    margin-top: 35px;
  }
  .idx05 .cm_btn a {
    max-width: 258px;
  }
  .idx06 {
    padding: 90px 0 300px;
  }
  .idx06 .block-flow {
    padding: 0 17px;
  }
  .idx06 .block-flow_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    padding: 39px 21px 20px 17px;
  }
  .idx06 .block-flow h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx06 .block-flow p {
    letter-spacing: 0;
  }
  .idx07 .h3_tl {
    width: 49%;
  }
  .idx07 .cm_btn {
    margin-top: 30px;
  }
  .idx07 .idx_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 45px;
  }
  .idx07 .idx_wrap::before {
    right: 50px;
  }
  .idx07 .block-service {
    margin-top: 45px;
  }
  .idx08 {
    padding: 80px 0;
  }
  .idx08 .contact-btn {
    margin-top: 20px;
  }
  .idx08 .contact-btn_item {
    height: 90px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx01::before, .idx02::before {
    width: calc(50% - 80px);
  }
  .idx02 .fblock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx05 .h3_tl {
    max-width: 220px;
  }
  .idx05 .icon_insta {
    right: -3px;
    top: 81px;
  }
}