@charset "UTF-8";
body {
  width: 100%;
  font-family: "Noto Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #595757;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 14px;
  }
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

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

.mp_br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .mp_br {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.inner__01 {
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (max-width: 1100px) {
  .inner__01 {
    max-width: 620px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .inner__01 {
    max-width: 375px;
  }
}

.mv {
  margin: 0 auto;
  max-width: 1920px;
}
.mv__other {
  position: relative;
  margin-top: 420px;
}
@media only screen and (max-width: 1200px) {
  .mv__other {
    margin-top: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .mv__other {
    margin-top: 54px;
  }
}
.mv__other img {
  width: 100%;
  max-width: 1920px;
}

.mv__green {
  background-color: #83cbc9;
  color: #fff;
  height: 313px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 420px;
}
@media only screen and (max-width: 1200px) {
  .mv__green {
    margin-top: 367px;
  }
}
@media only screen and (max-width: 1100px) {
  .mv__green {
    margin-top: 427px;
  }
}
@media only screen and (max-width: 768px) {
  .mv__green {
    height: 150px;
    margin-top: 55px;
  }
}
.mv__green h2 {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .mv__green h2 {
    font-size: 26px;
  }
}

.top_btn {
  position: absolute;
  top: 55%;
  right: 5%;
  z-index: 999;
}
.top_btn .h_c_btn_img {
  width: 267px;
}
@media only screen and (max-width: 1100px) {
  .top_btn .h_c_btn_img {
    width: 186.9px;
  }
}
@media only screen and (max-width: 768px) {
  .top_btn .h_c_btn_img {
    display: none;
  }
}

.page-title {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(30%, 600px);
  aspect-ratio: 600/270;
  padding-inline: clamp(24px, 3vw, 40px);
  background-color: #83cbc9;
  color: #fff;
  border-radius: 28px 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 2.2vw, 33px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  .page-title {
    aspect-ratio: auto;
    padding-block: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    aspect-ratio: auto;
    border-radius: 12px 0 0 12px;
    padding: 0;
    height: 80px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 426px) {
  .page-title {
    width: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title__02 {
    width: 200px;
  }
}
@media only screen and (max-width: 426px) {
  .page-title__02 {
    width: 170px;
  }
}

.g_btn {
  width: 302px;
  height: 67px;
  margin: 0 auto;
  background-color: #83cbc9;
  border-radius: 33px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  .g_btn {
    width: 211.4px;
    height: 46.9px;
    font-size: 14px;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .g_btn {
    width: 326px;
    border-radius: 7px;
  }
}
.g_btn .btn_arrow {
  width: 25px;
}
@media only screen and (max-width: 1100px) {
  .g_btn .btn_arrow {
    width: 17.5px;
  }
}
.g_btn__s {
  width: 186px;
}
@media only screen and (max-width: 1100px) {
  .g_btn__s {
    width: 130.2px;
  }
}
@media only screen and (max-width: 768px) {
  .g_btn__s {
    width: 326px;
    border-radius: 7px;
  }
}
.g_btn__w {
  margin: 0;
}
.g_btn__post {
  width: 295px;
  height: 40px;
  border-radius: 10px;
  margin: 0;
}
.g_btn__post .btn_arrow {
  width: 48px;
}
@media only screen and (max-width: 1100px) {
  .g_btn__post .btn_arrow {
    width: 33.6px;
  }
}
.g_btn__info {
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .g_btn__info {
    margin: 20px auto 0;
  }
}

.sec_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 1100px) {
  .sec_title {
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_title {
    gap: 5px;
  }
}
.sec_title .sec_icon__01 {
  width: 30px;
}
@media only screen and (max-width: 1100px) {
  .sec_title .sec_icon__01 {
    width: 21px;
  }
}
.sec_title .sec_icon__02 {
  width: 40px;
}
@media only screen and (max-width: 1100px) {
  .sec_title .sec_icon__02 {
    width: 28px;
  }
}
.sec_title h2 {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  .sec_title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_title h2 {
    font-size: 22px;
  }
}
.sec_title .en {
  font-size: 25px;
  font-family: "Noto Sans", sans-serif;
  color: #077f7c;
}
@media only screen and (max-width: 1100px) {
  .sec_title .en {
    font-size: 18px;
  }
}

.sec_text {
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1100px) {
  .sec_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_text {
    text-align: start;
    padding-top: 20px;
  }
}
.sec_text__top_a {
  padding: 30px 0 45px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec_text__top_a {
    padding: 20px 0;
  }
}
.sec_text__02 {
  text-align: start;
  padding-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .sec_text__02 {
    padding-top: 15px;
  }
}

.hd {
  padding-top: 32px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f8fcfd;
  z-index: 9999;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hd {
    padding: 12px 0 12px 12px;
    height: auto;
  }
}

.h_logo {
  width: 602px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .h_logo {
    width: 421.4px;
  }
}
@media only screen and (max-width: 768px) {
  .h_logo {
    width: 217px;
    margin: 0;
  }
}

.btn_container {
  width: 1090px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .btn_container {
    max-width: 660px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_container {
    display: none;
  }
}

.hd_box__01 {
  margin: 43px auto 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 378px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #077f7c;
  color: #fff;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .hd_box__01 {
    width: 264.6px;
  }
}
.hd_box__01::before, .hd_box__01::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 355px;
  height: 1px;
  background-color: #077f7c;
}
@media only screen and (max-width: 1100px) {
  .hd_box__01::before, .hd_box__01::after {
    width: 140px;
  }
}
.hd_box__01::before {
  right: 100%;
}
.hd_box__01::after {
  left: 100%;
}

.hd_box__02 {
  max-width: 1090px;
  margin: 25px auto 45px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .hd_box__02 {
    flex-direction: column;
    align-items: center;
    max-width: 660px;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hd_box__02 {
    display: none;
  }
}
.hd_box__02 .time_box {
  display: flex;
  gap: 25px;
}
.hd_box__02 .time_box .box_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hd_box__02 .time_box .box {
  display: flex;
  gap: 20px;
}
.hd_box__02 .time_box .box h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #077f7c;
}
@media only screen and (max-width: 1200px) {
  .hd_box__02 .time_box .box h3 {
    font-size: 14px;
  }
}
.hd_box__02 .time_box .box .t_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .hd_box__02 .time_box .box .t_box {
    gap: 8px;
  }
}
.hd_box__02 .time_box .box .t_box__02 {
  padding-left: 33px;
}
.hd_box__02 .time_box .box .t_time {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .hd_box__02 .time_box .box .t_time {
    gap: 8px;
    font-size: 14px;
  }
}
.hd_box__02 .time_box .box .t_time .t_time__02 {
  display: block;
}
.hd_box__02 .contact_box {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1200px) {
  .hd_box__02 .contact_box {
    gap: 15px;
  }
}
.hd_box__02 .contact_box .tel_box {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1200px) {
  .hd_box__02 .contact_box .tel_box {
    font-size: 32px;
  }
}
.hd_box__02 .contact_box .tel_box .phone {
  width: 18px;
}
@media only screen and (max-width: 1200px) {
  .hd_box__02 .contact_box .tel_box .phone {
    width: 12.6px;
  }
}
.hd_box__02 .contact_box .h_btn {
  width: 171px;
  height: 42px;
  border-radius: 8px;
  background-color: #077f7c;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.hd_box__02 .contact_box .h_btn .btn_arrow {
  width: 21px;
}

/* ▼ ハンバーガーボタンのベース（PCでは非表示） */
.h_nav_toggle {
  display: none;
}

/* ===== PCレイアウト（既存） ===== */
.h_nav {
  padding-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
  .h_nav {
    max-width: 960px;
    margin: 0 auto;
  }
}

.h_nav_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.h_nav_list {
  width: 240px;
}
@media only screen and (max-width: 1200px) {
  .h_nav_list {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .h_nav_list {
    width: auto;
  }
}
.h_nav_list .h_nav_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.h_nav_list .h_nav_link:hover {
  color: #83cbc9;
}
@media only screen and (max-width: 1200px) {
  .h_nav_list .h_nav_link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .h_nav_list .h_nav_link {
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }
}
.h_nav_list .h_nav_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 67px;
  width: 1px;
  background-color: #595757;
}
.h_nav_list .h_nav_link .nav_01 {
  width: 34px;
}
@media (max-width: 1200px) {
  .h_nav_list .h_nav_link .nav_01 {
    width: 23.8px;
  }
}
.h_nav_list .h_nav_link .nav_02 {
  width: 33px;
}
@media (max-width: 1200px) {
  .h_nav_list .h_nav_link .nav_02 {
    width: 23.1px;
  }
}
.h_nav_list .h_nav_link .nav_03 {
  width: 36px;
}
@media (max-width: 1200px) {
  .h_nav_list .h_nav_link .nav_03 {
    width: 25.2px;
  }
}
.h_nav_list .h_nav_link .nav_04 {
  width: 24px;
}
@media (max-width: 1200px) {
  .h_nav_list .h_nav_link .nav_04 {
    width: 16.8px;
  }
}
.h_nav_list .h_nav_link .nav_05 {
  width: 42px;
}
@media (max-width: 1200px) {
  .h_nav_list .h_nav_link .nav_05 {
    width: 29.4px;
  }
}
.h_nav_list .h_nav_link .nav_06 {
  width: 27px;
}
@media (max-width: 1200px) {
  .h_nav_list .h_nav_link .nav_06 {
    width: 18.9px;
  }
}
.h_nav_list:last-child .h_nav_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 67px;
  width: 1px;
  background-color: #595757;
}

/* ===== ここからSP（768px以下）用の追加 ===== */
@media only screen and (max-width: 768px) {
  .h_nav_toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 55px;
    height: 55px;
    background-color: #077f7c;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
  }
  /* 三本線 */
  .h_nav_toggle span {
    display: block;
    width: 28px; /* デザイン指定 */
    height: 1px;
    background-color: #fff; /* 白いライン */
    transition: 0.3s ease;
  }
  /* MENU テキスト */
  .h_nav_toggle::after {
    content: "MENU";
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.15em;
    margin-top: -2px;
    display: block;
  }
  /* ==== 開閉アニメーション ==== */
  .hd.is-nav-open .h_nav_toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hd.is-nav-open .h_nav_toggle span:nth-child(2) {
    opacity: 0;
  }
  .hd.is-nav-open .h_nav_toggle span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
  }
  /* ナビ開閉制御 */
  .h_nav {
    display: none;
    width: 100%;
    background: #f8fcfd;
  }
  .hd.is-nav-open .h_nav {
    display: block;
  }
  /* 中身の縦並び整理 */
  .h_nav_box {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    gap: 25px;
  }
  /* SPでは縦線は消す */
  .h_nav_link::before,
  .h_nav_list:last-child .h_nav_link::after {
    display: none;
  }
}
.contact {
  padding: 195px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding: 140px 0 0 0;
  }
}

.contact_container {
  position: relative;
  background-color: #077f7c;
  color: #fff;
  border-radius: 22px;
  padding: 60px 0 42px 0;
}
@media only screen and (max-width: 1100px) {
  .contact_container {
    padding: 40px 0;
  }
}
.contact_container .sec_img_01 {
  position: absolute;
  width: 192px;
  top: -31%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .contact_container .sec_img_01 {
    top: -22.5%;
    width: 134.4px;
  }
}
.contact_container h2 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .contact_container h2 {
    font-size: 20px;
  }
}
.contact_container p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 34px 0;
  line-height: 2;
}
@media only screen and (max-width: 1100px) {
  .contact_container p {
    font-size: 14px;
  }
}
.contact_container .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media only screen and (max-width: 1200px) {
  .contact_container .box {
    flex-direction: column;
    gap: 40px;
  }
}
.contact_container .box .tel_box {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 45px;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1100px) {
  .contact_container .box .tel_box {
    font-size: 32px;
    gap: 10px;
  }
}
.contact_container .box .tel_box .phone_w {
  width: 22px;
}
@media only screen and (max-width: 1200px) {
  .contact_container .box .tel_box .phone_w {
    width: 15.4px;
  }
}

.sp_bottom_btn {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp_bottom_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #077f7c;
    z-index: 99999;
  }
  .sp_bottom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    /* 3つの区切り線 */
  }
  .sp_bottom_container .sp_tel, .sp_bottom_container .sp_web, .sp_bottom_container .sp_access {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .sp_bottom_container .sp_tel,
  .sp_bottom_container .sp_web {
    position: relative;
  }
  .sp_bottom_container .sp_tel::after,
  .sp_bottom_container .sp_web::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.ft {
  padding-top: 140px;
}
@media only screen and (max-width: 1100px) {
  .ft {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .ft {
    padding-top: 40px;
  }
}
.ft .ft_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ft .ft_container .ft_box__01 {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__01 {
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
  }
}
.ft .ft_container .ft_box__01 .f_logo {
  width: 437px;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__01 .f_logo {
    width: 305.9px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_container .ft_box__01 .f_logo {
    width: 262.2px;
  }
}
.ft .ft_container .ft_box__01 p {
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__01 p {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_container .ft_box__01 p {
    padding-top: 0;
    font-size: 11px;
  }
}
.ft .ft_container .ft_box__01 .tel_box {
  padding: 28px 0;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__01 .tel_box {
    padding: 35px 0;
    font-size: 32px;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_container .ft_box__01 .tel_box {
    padding: 20px 0;
    font-size: 26px;
    gap: 6px;
  }
}
.ft .ft_container .ft_box__01 .tel_box .phone {
  width: 17px;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__01 .tel_box .phone {
    width: 11.9px;
  }
}
.ft .ft_container .ft_box__02 {
  padding-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__02 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.ft .ft_container .ft_box__02 .m_time {
  width: 590px;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_container .ft_box__02 .m_time {
    width: 413px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_container .ft_box__02 .m_time {
    width: 355px;
  }
}
.ft .ft_container .ft_box__02 ul {
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .ft .ft_container .ft_box__02 ul {
    margin-top: 0;
  }
}
.ft .ft_container .ft_box__02 ul li {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .ft .ft_container .ft_box__02 ul li {
    padding-bottom: 8px;
    font-size: 12px;
  }
}
.ft .ft_bottom {
  margin-top: 105px;
  padding: 70px 0 250px;
  background-color: #077f7c;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_bottom {
    margin-top: 150px;
    padding: 60px 0 100px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_bottom {
    font-size: 14px;
    margin-top: 110px;
    padding: 30px 0 70px;
  }
}
.ft .ft_bottom .ft_nav_container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_bottom .ft_nav_container {
    max-width: 660px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_bottom .ft_nav_container {
    max-width: 310px;
  }
}
.ft .ft_bottom .ft_nav_container .sec_img_01 {
  position: absolute;
  top: -176px;
  width: 192px;
  right: 10px;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_bottom .ft_nav_container .sec_img_01 {
    width: 134.4px;
    top: -152px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_bottom .ft_nav_container .sec_img_01 {
    width: 115.2px;
    top: -116px;
    right: 0;
  }
}
.ft .ft_bottom .ft_nav_container .sec_img_02 {
  position: absolute;
  width: 213px;
  top: -183px;
  left: 35px;
}
@media only screen and (max-width: 1100px) {
  .ft .ft_bottom .ft_nav_container .sec_img_02 {
    width: 149.1px;
    top: -157px;
  }
}
@media only screen and (max-width: 768px) {
  .ft .ft_bottom .ft_nav_container .sec_img_02 {
    width: 106.5px;
    top: -116px;
    left: 0;
  }
}
.ft .ft_bottom .ft_nav_container .ft_nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .ft .ft_bottom .ft_nav_container .ft_nav_box {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}/*# sourceMappingURL=common.css.map */