@charset "UTF-8";
.top_section {
  height: 765px;
  position: relative;
  background: white;
}
.top_section video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 765px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_section .top-hed {
  margin-left: 10px;
}
.top_section .top-hed span {
  font-size: 14px;
  font-family: "Noto Serif JP";
  color: #fff;
  text-align: left;
}
.top_section .top-hed .logo {
  margin-top: 5px;
}
.top_section .top-hed .logo img {
  width: auto;
  height: 38px;
}
.top_section .top-wrap {
  margin-left: clamp(1.875rem, -9.554rem + 14.29vw, 8.125rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Noto Serif JP";
  color: #fff;
  position: absolute;
  bottom: 153px;
}
.top_section .top-wrap h1 {
  font-size: clamp(3.938rem, 0.166rem + 4.71vw, 6rem);
}
.top_section .top-wrap span {
  font-size: 24px;
  margin-bottom: 106px;
}
.top_section .top-wrap .en-logo {
  width: clamp(33.438rem, 22.009rem + 14.29vw, 39.688rem);
}
.top_section .down-arrow {
  position: absolute;
  right: 50%;
  bottom: 133px;
}
.top_section #contact-btn {
  position: absolute;
  border: solid white 1px;
  color: white;
  letter-spacing: 0;
  padding: 1%;
  right: 10px;
  bottom: 123px;
}
.top_section #contact-btn:hover {
  background-color: white;
  color: #002331;
  border-color: #002331;
}
.top_section h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
}
.top_section h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.top_section {
  -o-object-fit: cover;
     object-fit: cover;
}
.top_section .top-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  -o-object-position: bottom;
     object-position: bottom;
}

.nav_tabs_container {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  height: 100px;
  background-size: cover;
  background: linear-gradient(180deg, #102e46, #38688d);
  display: flex;
  z-index: 10;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  justify-content: space-between;
}
.nav_tabs_container--top {
  position: fixed;
  top: 0;
}

.logo img {
  height: 72px;
  width: auto;
}

nav {
  display: flex;
  flex-direction: row;
}
nav .nav_tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
  padding-left: 50px;
  align-items: center;
  padding-right: 50px;
}
nav .nav_tab:last-child {
  height: 100px;
  background: #c49122;
  margin-left: 15px;
}
nav .nav_tab:hover {
  border-bottom: 2px solid white;
  transition: all 0.1s ease;
}
nav .nav_tab.active {
  color: #edab5b;
}
nav .nav_tab span {
  width: -moz-max-content;
  width: max-content;
}

.nav_tab.is-current {
  border-bottom: 2px solid rgb(0, 58, 104);
}

.nav_tab_slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66b1f1;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .tabtop_section h1,
  .main_slide h1 {
    font-size: 3rem;
  }
  .tabtop_section h3,
  .main_slide h3 {
    font-size: 1rem;
  }
  .nav_tab {
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .top_section {
    height: auto;
    aspect-ratio: 15/8;
  }
  .top_section video {
    height: auto;
    aspect-ratio: 15/8;
  }
  .top_section .top-wrap {
    bottom: 10px;
  }
  .top_section .top-wrap h1 {
    font-size: var(--mob-h1);
  }
  .top_section .top-wrap span {
    font-size: var(--mob-h1sub);
  }
  .top_section .top-wrap .en-logo {
    width: 230.07px;
  }
  .top_section .down-arrow {
    display: none;
  }
  .top_section #contact-btn {
    bottom: 10px;
  }
}
footer {
  background-color: #1f384b;
  border-top: 5px solid #c49122;
}
footer .sp-p {
  display: none;
}
footer a {
  color: white;
}
footer .f-logo {
  padding-top: 150px;
  text-align: center;
  padding-bottom: 100px;
  border-bottom: 1px solid;
  margin: 0 5%;
}
footer .f-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5%;
  position: relative;
}
footer .f-wrapper::before {
  content: "";
  align-self: stretch;
  border: 1px solid #d3d3d3;
}
footer .f-nav_tab {
  margin-bottom: 20px;
}
footer .f-nav {
  display: block;
}
footer ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
footer .f-menu {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  order: -1;
}
footer .map {
  flex: 1;
  overflow-wrap: break-word;
  text-align: center;
  padding: 0px 30px;
}
footer .map .card-title {
  color: #ffffff;
  max-width: 570px;
  text-align: left;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer .map iframe {
  height: 200px;
  max-width: 570px;
  width: 100%;
}
footer img {
  max-width: 200px;
}

.call-button {
  position: fixed;
  right: -160px;
  top: 140px;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: right 0.4s ease;
  color: #fff;
  cursor: pointer;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.call-button.visible {
  right: 0px;
}

.tell-btn {
  background: #c49122;
  border: none;
  z-index: 1;
  border: 1px solid #ffffff;
  z-index: 999;
  color: #ffffff;
}

.tell-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #003a68;
  transition: all 0.3s ease;
}

.tell-btn:hover {
  color: #fff;
}

.tell-btn:hover:after {
  left: 0;
  width: 100%;
}

.top-button {
  position: fixed;
  bottom: -115px;
  right: 20px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: bottom 0.4s ease;
  color: #fff;
  cursor: pointer;
  line-height: 45px;
  margin: 0 0 2em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #c49122;
}
.top-button svg {
  width: 25px;
}
.top-button.visible {
  bottom: 20px;
}

.top-btn {
  background: #c49122;
  border: none;
  border: 1px solid #ffffff;
  z-index: 999;
  color: #ffffff;
  border-radius: 50%;
}

.top-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #003a68;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.top-btn:hover {
  color: #fff;
}

.top-btn:hover:after {
  left: 0;
  width: 100%;
}

.top-btn:active {
  bottom: 2px;
}

.mob-c {
  display: none;
}

@media (max-width: 1024px) {
  .mob-c {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 5px;
  }
  .openbtn {
    position: relative;
    z-index: 9999;
    float: right;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
  .openbtn .nav-toggle_line {
    display: block;
    transition: all 0.4s;
    position: absolute;
    height: 3px;
    padding: auto;
    border-radius: 2px;
    background: #000;
    transform: translate(0, 0);
    transition: all 0.22s ease 0s;
  }
  .openbtn span:nth-child(1) {
    top: 15px;
    width: 45%;
    right: 10px;
  }
  .openbtn span:nth-child(2) {
    top: 23px;
    width: 45%;
    right: 10px;
  }
  .openbtn span:nth-child(3) {
    top: 31px;
    width: 45%;
    transition: 0.5s;
    right: 10px;
  }
  .openbtn .menu_name {
    position: absolute;
    top: 41px;
    width: 45%;
    font-size: 12px;
    top: 36px;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: auto;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  .menu-icon__line-right {
    width: 16.5px;
    float: right;
    transition: all 200ms linear;
  }
  .nav_tabs_container {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #dbb82e;
    transition: all 0.6s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav_tabs_container.panelactive {
    right: 0;
  }
  /*ナビゲーション*/
  .nav_tabs_container ul {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav_tabs_container li {
    list-style: none;
    text-align: right;
  }
  .nav_tabs_container li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: auto;
  }
  .nav_tabs_container li a:hover {
    color: #fff;
  }
  nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .call-button {
    display: none;
  }
  .top-button {
    width: 40px;
    height: 40px;
    bottom: 0px;
    right: 10px;
  }
  footer .sp-p {
    display: block;
  }
  footer .f-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  footer .f-wrapper::before {
    border: none;
  }
  footer .f-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  footer ul {
    grid-template-columns: auto;
    gap: 0;
  }
  footer ul li .text {
    display: none;
  }
  footer .f-nav_tab {
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid white;
    display: block;
    width: 100%;
  }
  footer .f-logo {
    margin: 0;
  }
  footer .map {
    width: 100%;
  }
  footer .map .card-title {
    margin: 0 5%;
  }
  .top-button {
    width: 45px;
    height: 45px;
    margin: 0;
  }
  .top-button svg {
    width: 15px;
  }
}/*# sourceMappingURL=common.css.map */