@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ramaraja&display=swap");
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, time, dl, dt, dd, ol, ul, li, form, table, tbody, thead, tr, th, td, article, aside, figure, figcaption, footer, header, nav, section {
  border: 0;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, footer, header, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ---------- body ---------- */
html {
  height: -webkit-fill-available; }

body {
  box-sizing: border-box;
  color: #333;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: 980px;
  position: relative;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (max-width: 768px) {
    body {
      min-width: auto; } }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

a[href^="tel:"] {
  text-decoration: none; }
  @media only screen and (min-width: 769px) {
    a[href^="tel:"] {
      cursor: text;
      pointer-events: none; } }

strong {
  font-weight: inherit; }

/* ---------- header ---------- */
.header {
  box-sizing: border-box;
  color: #fff;
  position: fixed;
  top: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: -10; }
  @media only screen and (min-width: 769px) {
    .header {
      display: flex;
      min-width: 980px;
      padding: 60px 70px; } }
  ._fixed .header {
    opacity: 0; }
  .header a {
    color: #fff;
    text-decoration: none; }
  .header h1 {
    background-image: url("../svg/logo_wh.svg");
    background-repeat: no-repeat;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05rem; }
    @media only screen and (min-width: 769px) {
      .header h1 {
        height: 33px;
        padding: 11px 0 0 175px; } }
    @media only screen and (max-width: 768px) {
      .header h1 {
        background-position: center 0;
        margin: 50px 0;
        padding: 40px 0 0;
        text-align: center; } }
  .header p {
    margin: auto 0 8px auto; }
    @media only screen and (max-width: 768px) {
      .header p {
        display: none; } }
    .header p a {
      background-image: url("../svg/tel.svg");
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 17px auto;
      display: inline-block;
      font-family: "Oswald";
      font-size: 1.3rem;
      letter-spacing: 0.1rem;
      padding: 0 0 0 25px; }
  .header dl {
    display: flex;
    margin: 0 0 8px; }
    @media only screen and (max-width: 768px) {
      .header dl {
        display: none; } }
    .header dl div {
      display: flex;
      padding: 0 0 0 30px; }
      .header dl div dt {
        font-weight: 500;
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
        margin: auto 10px 0 0; }
      .header dl div dd {
        font-family: "Oswald";
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        margin: auto 0 0 0; }

/* ---------- footer ---------- */
.footer p {
  background-color: #000;
  color: #666;
  font-family: "Noto Sans";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 75px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .footer p {
      padding: 0 0 30px; } }

/* ---------- slider ---------- */
.slider {
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -100; }
  .slider::before {
    background-image: url("../img/slider.png");
    content: "";
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      .slider::before {
        height: 45vh; } }
  .slider._fixed::before {
    display: none; }
  .slider li {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .slider li {
        height: 45vh; } }
    .slider li:nth-child(1) {
      background-image: url("../img/slider_1.webp"); }
    .slider li:nth-child(2) {
      background-image: url("../img/slider_2.webp"); }
    .slider li:nth-child(3) {
      background-image: url("../img/slider_3.webp"); }
  .slider > p {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: 500;
    height: 80vh;
    left: 0;
    letter-spacing: 0.05rem;
    line-height: 2;
    justify-content: center;
    padding: 50px 0 0 8%;
    position: absolute;
    top: 0;
    transition: opacity .5s;
    z-index: 1000;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .slider > p {
        justify-content: flex-end;
        font-size: 0.75rem;
        height: 45vh;
        padding: 20px; }
        .slider > p br {
          display: none; } }
    .slider > p span {
      display: inline-block;
      font-family: "Oswald";
      font-size: 2rem;
      letter-spacing: 0.1rem;
      line-height: 1;
      padding: 0 0 25px; }
      @media only screen and (max-width: 768px) {
        .slider > p span {
          font-size: 1.1rem;
          padding: 0 0 10px; } }
    ._fixed .slider > p {
      opacity: 0; }

/* ---------- contents ---------- */
.contents {
  margin: 80vh 0 0; }
  @media only screen and (max-width: 768px) {
    .contents {
      margin: 45vh 0 0; } }

/* ---------- home_about ---------- */
.home_about {
  background-image: url("../img/23171449.jpg");
  background-size: cover;
  box-sizing: border-box;
  padding: 100px 0;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .home_about {
      padding: 70px 0; } }
  .home_about::before {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10; }
  .home_about h2 {
    background-image: url("../svg/logo.svg");
    background-repeat: no-repeat;
    background-position: center 0;
    color: #1C2A56;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 60px 0 40px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .home_about h2 {
        background-size: 200px auto;
        padding: 50px 0 30px; } }
  .home_about > p {
    color: #1C2A56;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2.2;
    padding: 0 0 50px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .home_about > p {
        font-size: 0.85rem;
        padding: 0 30px 30px;
        text-align: left; }
        .home_about > p br {
          display: none; } }
  .home_about ul {
    display: flex;
    gap: 0 1.5%;
    padding: 0 50px; }
    @media only screen and (max-width: 1280px) {
      .home_about ul {
        flex-wrap: wrap;
        gap: 30px;
        padding: 0 100px; } }
    @media only screen and (max-width: 768px) {
      .home_about ul {
        gap: 15px;
        padding: 0 30px; } }
    .home_about ul li {
      background-color: #fff;
      box-sizing: border-box;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      padding: 10px 10px 20px;
      position: relative;
      width: 100%; }
      @media only screen and (max-width: 1280px) {
        .home_about ul li {
          width: calc((100% - 60px) / 3); } }
      @media only screen and (max-width: 768px) {
        .home_about ul li {
          width: calc((100% - 15px) / 2); } }
      .home_about ul li p:nth-child(1) {
        background-color: #0B959A;
        color: #fff;
        font-family: 'Oswald';
        font-size: 0.95rem;
        left: 0;
        letter-spacing: 0.05rem;
        padding: 7px 15px;
        position: absolute;
        top: 0; }
        @media only screen and (max-width: 768px) {
          .home_about ul li p:nth-child(1) {
            font-size: 0.75rem;
            padding: 5px 10px; } }
      .home_about ul li h3 {
        padding: 20px 0 15px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .home_about ul li h3 {
            padding: 15px 0 10px; } }
        .home_about ul li h3 strong {
          background: linear-gradient(transparent 85%, rgba(11, 149, 154, 0.2) 0%);
          color: #1C2A56;
          display: inline;
          font-size: 1.1rem;
          font-weight: 700;
          letter-spacing: 0.1rem;
          line-height: 1.8; }
          @media only screen and (max-width: 768px) {
            .home_about ul li h3 strong {
              font-size: 0.9rem;
              letter-spacing: 0; } }
      .home_about ul li p:last-child {
        font-size: 0.85rem;
        font-weight: 500;
        line-height: 1.8;
        padding: 0 15px; }
        @media only screen and (max-width: 768px) {
          .home_about ul li p:last-child {
            font-size: 0.75rem;
            padding: 0 5px; } }

/* ---------- home_pickup ---------- */
@media only screen and (min-width: 769px) {
  .home_pickup {
    display: flex; } }
.home_pickup section {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 100px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .home_pickup section {
      padding: 60px 0 0; } }
  .home_pickup section::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10; }
  .home_pickup section div {
    padding: 0 0 80px; }
    @media only screen and (max-width: 768px) {
      .home_pickup section div {
        padding: 0 0 40px; } }
  .home_pickup section a {
    color: #fff; }
  .home_pickup section h2 {
    font-weight: 400;
    padding: 0 0 50px; }
    @media only screen and (max-width: 768px) {
      .home_pickup section h2 {
        padding: 0 0 40px; } }
    .home_pickup section h2::before {
      content: attr(data-en);
      display: block;
      font-size: 1.9rem;
      font-family: "Oswald";
      font-weight: 400;
      letter-spacing: 0.1rem;
      padding: 0 0 15px; }
  .home_pickup section div p {
    font-size: 0.9rem;
    line-height: 1.8;
    padding: 0 0 25px; }
    @media only screen and (max-width: 768px) {
      .home_pickup section div p {
        font-size: 0.85rem;
        padding: 0 30px 20px;
        text-align: left; }
        .home_pickup section div p br {
          display: none; } }
  .home_pickup section ul {
    padding: 0 0 20px; }
    @media only screen and (max-width: 768px) {
      .home_pickup section ul {
        padding: 0 0 15px; } }
    .home_pickup section ul li {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.8;
      padding: 0 0 5px; }
      @media only screen and (max-width: 768px) {
        .home_pickup section ul li {
          font-size: 0.9rem; } }
  .home_pickup section figure {
    display: flex;
    margin: auto 0 0; }
    .home_pickup section figure p {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .home_pickup section figure p:last-child {
          display: none; } }

.home_suv {
  background-image: url("../img/suv.webp");
  background-position: right bottom;
  background-size: cover; }
  .home_suv::before {
    background-color: rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 768px) {
    .home_suv div p {
      text-align: center !important; } }

.home_outdoor {
  background-image: url("../img/outdoor.webp");
  background-size: cover; }
  .home_outdoor::before {
    background-color: rgba(40, 31, 0, 0.6); }

/* ---------- home_access ---------- */
.home_access {
  box-sizing: border-box;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 769px) {
    .home_access {
      align-items: center;
      background-image: url("../img/access.png");
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 100px 50px; } }
  @media only screen and (max-width: 768px) {
    .home_access {
      background-color: #fff;
      padding: 60px 0 0; } }
  .home_access h2 {
    font-weight: 400;
    padding: 0 0 60px;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .home_access h2 {
        display: none; } }
    .home_access h2::before {
      content: attr(data-en);
      display: block;
      font-size: 1.9rem;
      font-family: "Oswald";
      font-weight: 400;
      letter-spacing: 0.1rem;
      padding: 0 0 15px; }
  @media only screen and (min-width: 769px) {
    .home_access > div {
      box-sizing: border-box;
      padding: 0 0 0 6%;
      order: 2;
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .home_access > div {
      padding: 0 10px;
      text-align: center; } }
  .home_access > div h3 {
    background-image: url("../svg/logo.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 180px auto;
    color: #1C2A56;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 14px 0 40px 195px; }
    @media only screen and (max-width: 768px) {
      .home_access > div h3 {
        background-position: center 0;
        padding: 40px 0 30px;
        text-align: center; } }
  .home_access > div p.address {
    color: #1C2A56;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.8;
    padding: 0 0 20px; }
    @media only screen and (min-width: 769px) {
      .home_access > div p.address br {
        display: none; } }
  .home_access > div p.tel {
    padding: 0 0 25px; }
    @media only screen and (min-width: 769px) {
      .home_access > div p.tel {
        padding: 0 10px 25px 0; } }
    .home_access > div p.tel a {
      background-image: url("../svg/tel_bk.svg");
      background-position: 0 center;
      background-repeat: no-repeat;
      color: #1C2A56;
      display: inline-block;
      font-family: "Oswald";
      font-size: 1.5rem;
      letter-spacing: 0.05rem;
      padding: 0 0 0 30px; }
  .home_access > div dl {
    display: flex;
    gap: 0 20px; }
    @media only screen and (max-width: 768px) {
      .home_access > div dl {
        justify-content: center; } }
    .home_access > div dl div {
      color: #1C2A56;
      display: flex;
      padding: 0 0 15px; }
      .home_access > div dl div dt {
        font-weight: 500;
        font-size: 0.8rem;
        letter-spacing: 0.1rem;
        margin: auto 15px 1px 0; }
      .home_access > div dl div dd {
        font-family: "Oswald";
        font-size: 1.2rem;
        letter-spacing: 0.1rem; }
  .home_access > div p.att {
    color: #FF2626;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 50px 0 0; }
    @media only screen and (max-width: 768px) {
      .home_access > div p.att {
        font-size: 0.75rem;
        padding: 20px 0 50px; } }
  .home_access .gmap {
    order: 1;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .home_access .gmap {
        height: 300px;
        width: 100%; } }

/* ---------- home_instagram ---------- */
.home_instagram {
  background: #fff;
  text-align: center;
  padding: 100px 0 120px; }
  @media only screen and (max-width: 768px) {
    .home_instagram {
      padding: 60px 5px 70px; } }
  .home_instagram > div {
    margin: 40px auto 0;
    max-width: 700px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .home_instagram > div {
        margin: 30px 0 0; } }
    .home_instagram > div > a {
      height: 100%;
      position: absolute;
      width: 100%; }

/* ---------- home_link ---------- */
.home_link {
  background: #fff;
  padding: 70px 0 70px; }
  @media only screen and (max-width: 768px) {
    .home_link {
      padding: 50px 30px 50px; } }
  .home_link ul {
    display: flex;
    gap: 0 50px;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .home_link ul {
        gap: 0 20px; } }
    .home_link ul li {
      font-size: 0.8rem;
      line-height: 1.6;
      text-align: center;
      width: 300px; }
      @media only screen and (max-width: 768px) {
        .home_link ul li {
          font-size: 0.7rem;
          text-align: left;
          width: 100%; }
          .home_link ul li br {
            display: none; } }
      .home_link ul li a {
        border: #eee 1px solid;
        display: block;
        margin: 0 0 20px;
        padding: 20px 0; }
        @media only screen and (max-width: 768px) {
          .home_link ul li a {
            margin: 0 0 10px;
            padding: 15px 20px; } }
