@charset "UTF-8";
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W6";
  src: url("fonts/Hiragino Kaku Gothic Pro W6.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic ProN W3";
  src: url("fonts/Hiragino Kaku Gothic ProN W3.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Mincho Pro W6";
  src: url("fonts/Hiragino Mincho Pro W6.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Connoisseurs";
  src: url("fonts/Connoisseurs.otf") format("opentype");
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  font-weight: 500;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Arial, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
li,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

figure,
table {
  margin: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.lato {
  font-family: "Lato", serif;
  font-weight: bold;
  font-style: normal;
}

.con {
  font-family: "Connoisseurs", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.arc {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.jp_go {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.zen_kaku {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h2 {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 64rem;
  }
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 24rem;
  }
}

.m_txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .m_txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .m_txt {
    font-size: 24rem;
  }
}

.lg_txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .lg_txt {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .lg_txt {
    font-size: 30rem;
  }
}

.u_txt {
  font-size: 36px;
  font-weight: bolder;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .u_txt {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .u_txt {
    font-size: 40rem;
  }
}

.sec_ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
}
.sec_ttl .arc {
  font-size: 120px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .sec_ttl .arc {
    font-size: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl .arc {
    font-size: 90rem;
  }
}
.sec_ttl .deco {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 195px;
  color: #009669;
  opacity: 0.2;
  line-height: 1;
  transform: translateY(-58%);
}
@media screen and (max-width: 1900px) {
  .sec_ttl .deco {
    font-size: 195rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl .deco {
    font-size: 130rem;
    right: 20%;
  }
}

.m_ttl {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .m_ttl {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m_ttl {
    font-size: 64rem;
  }
}

.sub_ttl {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .sub_ttl {
    font-size: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    font-size: 36rem;
  }
}

main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
}

section {
  position: relative;
  padding: 150px 0;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  section {
    padding: 150rem 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 80rem 40rem;
  }
}

.bg_green {
  background-color: #009669;
}

.green {
  color: #009669;
}

.white {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}
header.is_scroll.header-home {
  background-color: #fff;
}
header.is_scroll.header-sub {
  background-color: #009669;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .header-inner {
    padding: 20rem 40rem;
  }
}
header .header-inner .logo {
  width: 200px;
  margin-left: 45px;
}
@media screen and (max-width: 1900px) {
  header .header-inner .logo {
    width: 200rem;
    margin-left: 45rem;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner .logo {
    width: 300rem;
    margin: 0;
  }
}
header .header-inner .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-inner .hamburger {
    display: block;
    position: absolute;
    z-index: 10;
    width: 52rem;
    height: 52rem;
    cursor: pointer;
    top: 50%;
    right: 20rem;
    transform: translateY(-50%);
  }
  header .header-inner .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background-color: #009669;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
  }
  header .header-inner .hamburger span.bar1 {
    transform: translateY(-15rem);
  }
  header .header-inner .hamburger span.bar3 {
    transform: translateY(15rem);
  }
  header .header-inner .hamburger.is_open .bar1 {
    transform: translateY(0) rotate(405deg);
  }
  header .header-inner .hamburger.is_open .bar3 {
    transform: translateY(0) rotate(495deg);
  }
  header .header-inner .hamburger.is_open .bar2 {
    display: none;
  }
}
header .header-inner .pc_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  header .header-inner .pc_menu {
    display: none;
  }
}
header .header-inner .pc_menu li a.nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 25px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1900px) {
  header .header-inner .pc_menu li a.nav_link {
    gap: 5rem;
    padding: 25rem;
  }
}
header .header-inner .pc_menu li a.nav_link svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1900px) {
  header .header-inner .pc_menu li a.nav_link svg {
    width: 50rem;
    height: 50rem;
  }
}
header .header-inner .pc_menu li a.nav_link:hover {
  color: #009669;
}
header .header-inner .pc_menu li a.nav_link:hover::after {
  width: 100%;
}
header .header-inner .pc_menu li a.nav_link.bg_green {
  color: #fff;
}
header .header-inner .pc_menu li a.nav_link.bg_green:hover {
  color: wheat;
}
header .header-inner .pc_menu li a.nav_link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #009669;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  header .header-inner .pc_menu li a.nav_link::after {
    bottom: 10rem;
  }
}
header .header-inner .pc_menu li#link_about {
  position: relative;
}
header .header-inner .pc_menu li#link_about .sub {
  display: none;
  width: 300px;
  padding: 20px 40px;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1900px) {
  header .header-inner .pc_menu li#link_about .sub {
    padding: 20rem 40rem;
    gap: 20rem;
    width: 300rem;
  }
}
header .header-inner .pc_menu li#link_about .sub a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
header .header-inner .pc_menu li#link_about .sub a:hover {
  color: #009669;
}
header .header-inner .pc_menu li#link_about:hover .sub {
  display: flex;
  opacity: 1;
}
header .header-inner .sp_menu {
  display: none;
}
header .header-inner .sp_menu.is_open {
  display: flex;
}
@media screen and (max-width: 768px) {
  header .header-inner .sp_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #009669;
    z-index: -1;
    padding: 200rem 150rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  header .header-inner .sp_menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15rem;
    padding: 30rem 0;
  }
  header .header-inner .sp_menu li a svg {
    width: 50rem;
    height: 50rem;
  }
  header .header-inner .sp_menu li .sub {
    margin-left: 70rem;
  }
  header .header-inner .sp_menu li .sub a {
    color: #fff;
    padding: 15rem 0;
  }
}
header .line-div {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 555;
  background-color: #06C755;
  width: 410px;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  header .line-div {
    width: 410rem;
    border-radius: 10rem;
    padding: 25rem;
  }
}
header .line-div:hover {
  background-color: #009669;
}
header .line-div:hover svg#fv_line path:not(:first-child) {
  fill: #009669;
}
header .line-div svg#fv_line {
  width: 58px;
  height: 56px;
}
@media screen and (max-width: 1900px) {
  header .line-div svg#fv_line {
    width: 58rem;
    height: 56rem;
  }
}
header .line-div svg#fv_arw {
  width: 9px;
  height: 15px;
}
@media screen and (max-width: 1900px) {
  header .line-div svg#fv_arw {
    width: 9rem;
    height: 15rem;
  }
}
header .line-div p {
  color: #fff;
  letter-spacing: 0;
}
header .line-div p span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1900px) {
  header .line-div p span {
    font-size: 24rem;
  }
}
header .line-div p span:first-child {
  font-size: 21px;
}
@media screen and (max-width: 1900px) {
  header .line-div p span:first-child {
    font-size: 21rem;
  }
}
header.header-home {
  background-color: rgba(255, 255, 255, 0.5333333333);
}
header.header-home .sp_menu {
  background-color: #fff;
}
header.header-home .sp_menu li .sub a {
  color: #000;
}
header.header-sub span {
  color: #fff;
}
header.header-sub .hamburger span {
  background-color: #fff !important;
}
header.header-sub .header-inner nav li a.nav_links::after {
  background-color: #fff;
}
header.header-sub .header-inner nav li a.nav_links:hover span {
  color: wheat;
}

footer .footer_main {
  background: url("../img/footer_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
  padding: 60px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main {
    padding: 80rem 40rem;
  }
}
footer .footer_main .container {
  width: 1080px;
  margin: auto;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container {
    width: 1080rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main .container {
    width: 100%;
  }
}
footer .footer_main .container .logo {
  width: 320px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .logo {
    width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .logo {
    width: 350rem;
    margin: auto;
  }
}
footer .footer_main .container .info {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .info {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .info {
    margin-top: 70rem;
  }
}
footer .footer_main .container .row {
  display: flex;
  align-items: flex-start;
  gap: 150px;
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .row {
    gap: 150rem;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .row {
    display: block;
    margin-top: 70rem;
  }
}
footer .footer_main .container .row .g_map {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .row .g_map {
    width: 100%;
  }
}
footer .footer_main .container .row .g_map iframe {
  width: 460px;
  height: 200px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .row .g_map iframe {
    width: 460rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .row .g_map iframe {
    width: 100%;
    height: 450rem;
  }
}
footer .footer_main .container .row .g_map .link_to_map {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .row .g_map .link_to_map {
    gap: 10rem;
    margin-top: 15rem;
  }
}
footer .footer_main .container .row .g_map .link_to_map:hover {
  color: wheat;
  text-decoration: underline;
}
footer .footer_main .container .row .g_map .link_to_map svg {
  width: 9px;
  height: 17px;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .row .g_map .link_to_map svg {
    width: 9rem;
    height: 17rem;
  }
}
footer .footer_main .container .row .footer_links {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .row .footer_links {
    margin: auto;
    margin-top: 80rem;
  }
}
footer .footer_main .container .row .footer_links li a {
  color: white;
  max-width: 255px;
  padding: 8px 0;
}
@media screen and (max-width: 1900px) {
  footer .footer_main .container .row .footer_links li a {
    max-width: 255rem;
    padding: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_main .container .row .footer_links li a {
    max-width: 300rem;
  }
}
footer .footer_main .container .row .footer_links li a:hover {
  text-decoration: underline;
  color: wheat;
}
footer .footer_below {
  padding-top: 40px;
}
footer .footer_below.is_guide {
  background-color: #EBFFF3;
}
@media screen and (max-width: 1900px) {
  footer .footer_below {
    padding-top: 40rem;
  }
}
footer .footer_below .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  footer .footer_below .sns {
    gap: 40rem;
  }
}
footer .footer_below .sns .link {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  footer .footer_below .sns .link {
    width: 60rem;
  }
}
footer .footer_below .sns .link:hover {
  opacity: 0.7;
}
footer .footer_below .copyright {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1900px) {
  footer .footer_below .copyright {
    margin-top: 30rem;
  }
}
footer .footer_below .copyright p.m_txt {
  margin: auto;
}
footer .footer_below .copyright .page-top {
  position: absolute;
  top: 0;
  right: 80px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 15px;
  background-color: transparent;
}
footer .footer_below .copyright .page-top:hover {
  background-color: #009669;
}
footer .footer_below .copyright .page-top:hover span {
  color: #fff;
}
footer .footer_below .copyright .page-top:hover svg path {
  stroke: #fff;
}
@media screen and (max-width: 1900px) {
  footer .footer_below .copyright .page-top {
    right: 80rem;
    padding: 5rem 15rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_below .copyright .page-top {
    bottom: 60rem;
    top: unset;
    right: 50rem;
  }
}
footer .footer_below .copyright .page-top svg {
  width: 17px;
  height: 9px;
}
@media screen and (max-width: 1900px) {
  footer .footer_below .copyright .page-top svg {
    width: 17rem;
    height: 9rem;
  }
}

#cta.is_guide {
  background-color: #EBFFF3;
}
#cta .container {
  width: 1620px;
  margin: auto;
  background-color: #009669;
  color: #fff;
  padding: 77px;
}
@media screen and (max-width: 1900px) {
  #cta .container {
    width: 1620rem;
    padding: 77rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container {
    width: 100%;
    padding: 40rem;
    padding-top: 175rem;
  }
}
#cta .container .arc {
  font-size: 180px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
@media screen and (max-width: 1900px) {
  #cta .container .arc {
    font-size: 180rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .arc {
    font-size: 150rem;
  }
}
#cta .container h3 {
  font-size: 52px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  #cta .container h3 {
    font-size: 52rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container h3 {
    font-size: 58rem;
  }
}
#cta .container p.tel {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  #cta .container p.tel {
    margin-top: 40rem;
    padding: 15rem 0;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container p.tel {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 70rem;
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  #cta .container p.tel .lg_txt {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#cta .container p.tel .lato {
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#cta .container p.tel .lato:hover {
  color: wheat;
}
@media screen and (max-width: 1900px) {
  #cta .container p.tel .lato {
    font-size: 65rem;
  }
}
#cta .container p.tel svg {
  width: 59px;
  height: 58px;
}
@media screen and (max-width: 1900px) {
  #cta .container p.tel svg {
    width: 59rem;
    height: 58rem;
  }
}
#cta .container .btn-div {
  margin: auto;
  margin-top: 50px;
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div {
    margin-top: 50rem;
    max-width: 1100rem;
    gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .btn-div {
    margin-top: 80rem;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 30rem;
  }
}
#cta .container .btn-div .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div .btn {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .btn-div .btn {
    width: 100%;
  }
}
#cta .container .btn-div .btn:hover img {
  filter: hue-rotate(180deg) contrast(200%);
}
#cta .container .btn-div .btn:hover svg.icon_mail path {
  fill: #fff;
}
#cta .container .btn-div .btn:hover svg.icon_line path[fill=white] {
  fill: #06C755;
}
#cta .container .btn-div .btn:hover svg.icon_line path[fill="#06C755"] {
  fill: #fff;
}
#cta .container .btn-div .btn svg.arw {
  top: 0;
  bottom: 0;
  margin: auto;
}
#cta .container .btn-div .btn svg.icon_line {
  position: relative;
  top: 0;
  bottom: 0;
  width: 61px;
  height: 61px;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div .btn svg.icon_line {
    width: 61rem;
    height: 61rem;
  }
}
#cta .container .btn-div .btn svg.icon_mail {
  position: relative;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 40px;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div .btn svg.icon_mail {
    width: 60rem;
    height: 40rem;
  }
}

#t_fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  #t_fv {
    margin-top: 150rem;
    padding-bottom: 50rem;
  }
}
#t_fv .main-slider {
  position: relative;
  width: 100%;
  max-width: 1150px;
  height: 1050px;
  overflow: hidden;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1900px) {
  #t_fv .main-slider {
    max-width: 1150rem;
    height: 1050rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .main-slider {
    max-width: 100%;
    -webkit-mask-image: url("../img/fv_mask-sp.svg");
            mask-image: url("../img/fv_mask-sp.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top;
            mask-position: top;
    height: 768rem;
  }
}
#t_fv .main-slider .m_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
#t_fv .main-slider .m_slide.active {
  opacity: 1;
}
#t_fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1208px;
}
@media screen and (max-width: 1900px) {
  #t_fv .bg {
    width: 1208rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .bg {
    display: none;
  }
}
#t_fv .txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1488px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #t_fv .txt {
    width: 1488rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .txt {
    position: relative;
    margin-top: -185rem;
    width: 100%;
  }
}
#t_fv .line_link_fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 555;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1900px) {
  #t_fv .line_link_fixed {
    bottom: 20rem;
    right: 20rem;
  }
}
#t_fv .line_link_fixed .icon {
  width: 23px;
  box-shadow: 1px 1px 5px #000;
  border-radius: 999px;
  cursor: pointer;
}
#t_fv .line_link_fixed .icon:hover {
  transform: rotate(1turn);
}
@media screen and (max-width: 1900px) {
  #t_fv .line_link_fixed .icon {
    width: 23rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .line_link_fixed .icon {
    width: 25rem;
  }
}
#t_fv .line_link_fixed a {
  margin-top: 10px;
  width: 400px;
}
@media screen and (max-width: 1900px) {
  #t_fv .line_link_fixed a {
    margin-top: 10rem;
    width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .line_link_fixed a {
    width: 50vw;
  }
}
#t_fv .line_link_fixed a:hover .link_main {
  opacity: 0.8;
}
#t_fv .line_link_fixed a .link_main {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5333333333);
  border-radius: 8px;
}

#about .bg_frm {
  width: 1200px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(20deg);
  background-color: #f4f4f4;
}
@media screen and (max-width: 1900px) {
  #about .bg_frm {
    width: 1200rem;
    height: 1000rem;
  }
}
@media screen and (max-width: 768px) {
  #about .bg_frm {
    width: 800rem;
    height: 90%;
  }
}
#about .container {
  padding: 0;
  padding-left: 250px;
  padding-right: 150px;
}
@media screen and (max-width: 1900px) {
  #about .container {
    padding-left: 250rem;
    padding-right: 150rem;
  }
}
@media screen and (max-width: 768px) {
  #about .container {
    padding: 0;
  }
}
#about .container .content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  #about .container .content {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #about .container .content {
    display: block;
  }
}
#about .container .content .img-div {
  width: 717px;
}
@media screen and (max-width: 1900px) {
  #about .container .content .img-div {
    width: 717rem;
  }
}
@media screen and (max-width: 768px) {
  #about .container .content .img-div {
    width: 100%;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #about .container .btn {
    margin: auto;
    margin-top: 50rem;
  }
}

.btn {
  width: 500px;
  background-color: #009669;
  border: 1px solid #009669;
  color: #fff;
  padding: 27px 46px;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 1900px) {
  .btn {
    width: 500rem;
    padding: 27rem 46rem;
    margin-top: 90rem;
  }
}
.btn svg {
  width: 57px;
  height: 15px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1900px) {
  .btn svg {
    width: 57rem;
    height: 15rem;
    bottom: 15rem;
    right: 15rem;
  }
}
.btn span {
  line-height: 1;
}
.btn:hover {
  background-color: #fff;
  color: #009669;
}
.btn:hover svg path {
  stroke: #009669;
}
.btn.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #009669;
}
.btn.white:hover {
  background-color: #009669;
  color: #fff;
}
.btn.white:hover svg path {
  stroke: #fff;
}
.btn.red {
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #B60005;
  border: none;
}
.btn.red:hover {
  background-color: #fff;
  color: #B60005;
}
.btn.red:hover svg path {
  stroke: #B60005;
}

#construction .bg {
  width: 1440px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  #construction .bg {
    width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #construction .bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#construction .container {
  width: 1620px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #construction .container {
    width: 1620rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .container {
    width: 100%;
  }
}
#construction .container .ttl_div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #construction .container .ttl_div {
    display: block;
  }
}
#construction .container .ttl_div .sec_ttl .jp_go {
  display: block;
}
#construction .container .ttl_div .sec_ttl .deco {
  right: -110px;
}
@media screen and (max-width: 1900px) {
  #construction .container .ttl_div .sec_ttl .deco {
    right: -110rem;
  }
}
#construction .container .ttl_div .m_txt {
  margin-left: 90px;
}
@media screen and (max-width: 1900px) {
  #construction .container .ttl_div .m_txt {
    margin-left: 90rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .container .ttl_div .m_txt {
    margin: 0;
    margin-top: 50rem;
  }
}
#construction .container .rst_list {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  #construction .container .rst_list {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .container .rst_list {
    margin-top: 70rem;
  }
}
#construction .container .rst_list .rst-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}
@media screen and (max-width: 1900px) {
  #construction .container .rst_list .rst-wrapper {
    gap: 36rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .container .rst_list .rst-wrapper {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
}
#construction .container .rst_list .rst-wrapper .item {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#construction .container .rst_list .rst-wrapper .item:hover img {
  transform: scale(1.2);
}
#construction .container .rst_list .rst-wrapper .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#construction .container .rst_list .rst-wrapper .item .item_info {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 360px;
  padding: 15px 25px;
}
@media screen and (max-width: 1900px) {
  #construction .container .rst_list .rst-wrapper .item .item_info {
    width: 360rem;
    padding: 15rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .container .rst_list .rst-wrapper .item .item_info {
    width: 420rem;
  }
}
#construction .container .rst_list .rst-wrapper .item .item_info .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#construction .container .rst_list .rst-wrapper .item .item_info .meta .tag {
  width: 140px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  #construction .container .rst_list .rst-wrapper .item .item_info .meta .tag {
    width: 140rem;
  }
}
#construction .container .rst_list .rst-wrapper .item .item_info .item_ttl {
  margin-top: 10px;
}
#construction .container .rst_list .rst-wrapper .item .item_info .item_ttl:hover {
  color: #009669;
  text-decoration: underline;
}
@media screen and (max-width: 1900px) {
  #construction .container .rst_list .rst-wrapper .item .item_info .item_ttl {
    margin-top: 10rem;
  }
}
#construction .container .btn {
  margin: auto;
  margin-top: 40px;
  margin-right: 0;
}
@media screen and (max-width: 1900px) {
  #construction .container .btn {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #construction .container .btn {
    margin: auto;
    margin-top: 70rem;
  }
}

#service {
  padding: 250px 0;
}
@media screen and (max-width: 1900px) {
  #service {
    padding: 250rem 0;
  }
}
@media screen and (max-width: 768px) {
  #service {
    padding: 80rem 40rem;
  }
}
#service .bg-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #service .bg-div {
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#service .bg-div img {
  width: 760px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  #service .bg-div img {
    width: 760rem;
  }
}
@media screen and (max-width: 768px) {
  #service .bg-div img:first-child {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: unset;
  }
}
#service .bg-div img:nth-child(2) {
  width: 680px;
  margin-left: 260px;
}
@media screen and (max-width: 1900px) {
  #service .bg-div img:nth-child(2) {
    width: 680rem;
    margin-left: 260rem;
  }
}
@media screen and (max-width: 768px) {
  #service .bg-div img:nth-child(2) {
    width: 85%;
    margin: auto;
    right: 0;
  }
}
#service .bg-div .bg {
  width: 1200px;
  height: 1400px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  transform: skew(20deg);
}
@media screen and (max-width: 1900px) {
  #service .bg-div .bg {
    width: 1200rem;
    height: 1400rem;
  }
}
@media screen and (max-width: 768px) {
  #service .bg-div .bg {
    width: 90%;
    height: 1000rem;
  }
}
#service .container {
  padding-left: 1037px;
}
@media screen and (max-width: 1900px) {
  #service .container {
    padding-left: 1037rem;
  }
}
@media screen and (max-width: 768px) {
  #service .container {
    padding: 40rem;
  }
}
#service .container p {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #service .container p {
    margin-top: 50rem;
  }
}
#service .container .btn-div {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #service .container .btn-div {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #service .container .btn-div {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 70rem;
  }
}
#service .container .btn-div .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #service .container .btn-div .btn {
    margin-top: 30rem;
  }
}

#under_service {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  #under_service {
    padding-top: 100rem;
    padding-bottom: 200rem;
  }
}
@media screen and (max-width: 768px) {
  #under_service {
    padding: 80rem 40rem;
  }
}
#under_service .sub_ttl {
  width: 1760px;
  height: 600px;
  padding: 75px 266px;
  background: #009669;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #under_service .sub_ttl {
    width: 1760rem;
    height: 600rem;
    padding: 75rem 266rem;
  }
}
@media screen and (max-width: 768px) {
  #under_service .sub_ttl {
    padding: 40rem;
    width: 100%;
    height: 400rem;
  }
}
#under_service .item-list {
  width: 100%;
  padding-left: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1900px) {
  #under_service .item-list {
    width: 100%;
    padding-left: 600rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  #under_service .item-list {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: -100rem;
    grid-template-columns: 1fr 1fr;
  }
}
#under_service .item-list .item {
  position: relative;
  overflow: hidden;
}
#under_service .item-list .item:hover img {
  transform: scale(1.2);
}
#under_service .item-list .item .u_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
}
#under_service .man_img {
  width: 315px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  #under_service .man_img {
    width: 315rem;
  }
}
@media screen and (max-width: 768px) {
  #under_service .man_img {
    width: 250rem;
    bottom: 800rem;
  }
}
#under_service .man_img .rect {
  background: #C0EDD2;
  position: absolute;
  bottom: 119px;
  z-index: -1;
  left: 0;
  width: 300px;
  height: 80px;
}
@media screen and (max-width: 1900px) {
  #under_service .man_img .rect {
    width: 300rem;
    height: 80rem;
    bottom: 119rem;
  }
}
#under_service .bg_frm {
  width: 1150px;
  height: 880px;
  background: #f4f4f4;
  position: absolute;
  z-index: -1;
  top: 130px;
  right: 0;
  transform: skew(-20deg);
}
@media screen and (max-width: 1900px) {
  #under_service .bg_frm {
    width: 1150rem;
    height: 880rem;
    top: 130rem;
  }
}
@media screen and (max-width: 768px) {
  #under_service .bg_frm {
    width: 85%;
    height: 90%;
  }
}

@media screen and (max-width: 768px) {
  #reason {
    padding-bottom: 0;
  }
}
#reason .container {
  margin-left: 150px;
  margin-top: 80px;
  width: 1240px;
  padding: 50px;
  background: linear-gradient(45deg, #009669 0%, #009269 31%, #00876A 60%, #00756A 87%, #00696B 100%);
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  #reason .container {
    margin-left: 150rem;
    margin-top: 80rem;
    width: 1240rem;
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .container {
    margin: 0;
    width: 100%;
    padding-bottom: 100rem;
  }
}
#reason .container .sec_ttl {
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1900px) {
  #reason .container .sec_ttl {
    margin-top: 20rem;
  }
}
#reason .container .sec_ttl .deco {
  right: -75px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #reason .container .sec_ttl .deco {
    right: -75rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .container .sec_ttl .jp_go {
    display: block;
  }
}
#reason .container .sub_ttl {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #reason .container .sub_ttl {
    margin-top: 30rem;
  }
}
#reason .container p {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  #reason .container p {
    margin-top: 40rem;
  }
}
#reason .container .btn {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #reason .container .btn {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .container .btn {
    margin: auto;
    margin-top: 70rem;
  }
}
#reason .img {
  position: absolute;
  bottom: 125px;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1900px) {
  #reason .img {
    bottom: 125rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .img {
    position: relative;
    bottom: unset;
    margin-top: -62rem;
    width: 100%;
  }
}
#reason .img img:first-child {
  position: absolute;
  z-index: 1;
  width: 350px;
  bottom: 335px;
  right: 655px;
}
@media screen and (max-width: 1900px) {
  #reason .img img:first-child {
    width: 350rem;
    bottom: 335rem;
    right: 655rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .img img:first-child {
    width: 250rem;
    bottom: unset;
    top: -750rem;
    right: 0;
  }
}
#reason .img img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 950px;
}
@media screen and (max-width: 1900px) {
  #reason .img img:nth-child(2) {
    width: 950rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .img img:nth-child(2) {
    position: relative;
    width: 100%;
  }
}
#reason .img .frm {
  position: absolute;
  background: #C0EDD2;
  z-index: -1;
  width: 300px;
  height: 80px;
  bottom: 396px;
  right: 132px;
}
@media screen and (max-width: 1900px) {
  #reason .img .frm {
    width: 300rem;
    height: 80rem;
    bottom: 396rem;
    right: 132rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .img .frm {
    width: 250rem;
    bottom: 280rem;
    height: 60rem;
  }
}

#sdgs {
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  #sdgs {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  #sdgs {
    padding: 80rem 40rem;
  }
}
#sdgs .container {
  width: 786px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #sdgs .container {
    width: 786rem;
  }
}
@media screen and (max-width: 768px) {
  #sdgs .container {
    width: 100%;
  }
}
#sdgs .container .sec_ttl {
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1900px) {
  #sdgs .container .sec_ttl {
    margin-top: 60rem;
  }
}
#sdgs .container .sec_ttl .jp_go {
  display: block;
}
@media screen and (max-width: 768px) {
  #sdgs .container .sec_ttl .jp_go {
    display: inline-block;
  }
}
#sdgs .container .sec_ttl .deco {
  right: -60%;
}
@media screen and (max-width: 768px) {
  #sdgs .container .sec_ttl .deco {
    right: 40%;
  }
}
#sdgs .container .brand {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #sdgs .container .brand {
    margin-top: 50rem;
  }
}
#sdgs .container p {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #sdgs .container p {
    margin-top: 50rem;
  }
}
#sdgs .img-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sdgs .img-div {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20rem;
    margin-top: 70rem;
  }
}
#sdgs .img-div img {
  width: 500px;
}
@media screen and (max-width: 1900px) {
  #sdgs .img-div img {
    width: 500rem;
  }
}
@media screen and (max-width: 768px) {
  #sdgs .img-div img {
    width: 100%;
  }
}

#recruit .container {
  width: 1440px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #recruit .container {
    width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .container {
    width: 100%;
  }
}
#recruit .container .sec_ttl {
  margin: auto;
}
#recruit .container .sec_ttl .jp_go {
  display: block;
  text-align: center;
}
#recruit .container .sec_ttl .deco {
  right: -40%;
}
#recruit .container .video {
  width: 100%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #recruit .container .video {
    margin-top: 50rem;
  }
}
#recruit .container .video video {
  width: 100%;
}
#recruit .container .banner {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #recruit .container .banner {
    margin-top: 50rem;
  }
}
#recruit .container .banner .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #recruit .container .banner .btn {
    position: relative;
    margin: auto;
    margin-top: 70rem;
    clip-path: unset;
    border: 1px solid #B60005;
  }
}

#company .container {
  width: 1240px;
  background: linear-gradient(45deg, #009669 0%, #009269 31%, #00876A 60%, #00756A 87%, #00696B 100%);
  color: #fff;
  padding: 65px 240px;
  padding-top: 90px;
}
@media screen and (max-width: 1900px) {
  #company .container {
    width: 1240rem;
    padding: 65rem 240rem;
    padding-top: 90rem;
  }
}
@media screen and (max-width: 768px) {
  #company .container {
    width: 100%;
    padding: 40rem;
    padding-top: 60rem;
    padding-bottom: 120rem;
  }
}
#company .container .sec_ttl .deco {
  color: #fff;
  right: 7%;
  transform: translateY(-70%);
}
@media screen and (max-width: 768px) {
  #company .container .m_txt {
    margin-top: 35rem;
  }
}
@media screen and (max-width: 768px) {
  #company .container .btn {
    margin: auto;
    margin-top: 50rem;
  }
}
#company .img-div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 950px;
  z-index: 55;
}
@media screen and (max-width: 1900px) {
  #company .img-div {
    width: 950rem;
  }
}
@media screen and (max-width: 768px) {
  #company .img-div {
    position: relative;
    width: 100%;
  }
}
#company .img-div .deco1 {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 80px;
  background-color: #C0EDD2;
  right: 0;
  bottom: 410px;
}
@media screen and (max-width: 1900px) {
  #company .img-div .deco1 {
    width: 300rem;
    height: 80rem;
    right: 0;
    bottom: 410rem;
  }
}
@media screen and (max-width: 768px) {
  #company .img-div .deco1 {
    width: 250rem;
    height: 60rem;
    bottom: 310rem;
  }
}
#company .img-div .deco2 {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 80px;
  background-color: #C0EDD2;
  bottom: 68px;
  right: 100%;
}
@media screen and (max-width: 1900px) {
  #company .img-div .deco2 {
    width: 300rem;
    height: 80rem;
    bottom: 68rem;
  }
}

#area .container {
  width: 1240px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: url("../img/t_area_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1900px) {
  #area .container {
    width: 1240rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #area .container {
    width: 100%;
    padding: 40rem;
  }
}
#area .container .map {
  width: 450px;
}
@media screen and (max-width: 1900px) {
  #area .container .map {
    width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  #area .container .map {
    margin: 50rem auto;
  }
}
#area .container .wrap {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #area .container .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #area .container .wrap .sec_ttl {
    margin: auto;
  }
}
#area .container .wrap .sec_ttl .deco {
  color: #fff;
  font-size: 120px;
}
@media screen and (max-width: 1900px) {
  #area .container .wrap .sec_ttl .deco {
    font-size: 120rem;
  }
}
@media screen and (max-width: 768px) {
  #area .container .wrap p.m_txt {
    width: 100%;
  }
}
#area .container .wrap p.m_txt .bordered {
  display: block;
  padding: 20px;
  width: 550px;
  border: 1px solid #fff;
  margin: 20px 0;
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  #area .container .wrap p.m_txt .bordered {
    padding: 20rem;
    width: 550rem;
    margin: 20rem 0;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #area .container .wrap p.m_txt .bordered {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #instagram {
    padding: 80rem 0;
  }
}
#instagram .container {
  background-color: #f4f4f4;
  padding: 45px 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1900px) {
  #instagram .container {
    padding: 45rem 150rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #instagram .container {
    padding: 80rem 40rem;
    display: block;
  }
}
#instagram .container .img-div {
  width: 775px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  #instagram .container .img-div {
    width: 775rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #instagram .container .img-div {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
#instagram .container .img-div a {
  overflow: hidden;
}
#instagram .container .img-div a:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #instagram .container .wrap {
    margin-top: 70rem;
    width: 100%;
  }
}
#instagram .container .wrap .sec_ttl .jp_go {
  display: block;
}
#instagram .container .wrap .sec_ttl .deco {
  right: 20%;
}
#instagram .container .wrap .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  #instagram .container .wrap .btn {
    margin-top: 40rem;
  }
}
#instagram .container .wrap .btn svg {
  width: 31px;
  height: 31px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  #instagram .container .wrap .btn svg {
    width: 31rem;
    height: 31rem;
  }
}
#instagram .man {
  position: absolute;
  z-index: 55;
  bottom: 0;
  right: 0;
  width: 320px;
}
@media screen and (max-width: 1900px) {
  #instagram .man {
    width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  #instagram .man {
    width: 215rem;
    bottom: 80rem;
  }
}

.mega_link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  .mega_link {
    gap: 10rem;
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .mega_link {
    grid-template-columns: 1fr 1fr;
    padding: 40rem 0;
  }
}
.mega_link.is_guide {
  background-color: #EBFFF3;
}
.mega_link .link {
  position: relative;
  overflow: hidden;
}
.mega_link .link .lg_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mega_link .link:hover img {
  transform: scale(1.2);
}
.mega_link .link:hover .lg_txt {
  color: wheat;
}/*# sourceMappingURL=top.css.map */