@charset "UTF-8";

html {
  color: #4C4948;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-style: normal;
  word-break: break-all;
  min-width: 1100px;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* Safari */
}

img {
  width: 100%;
}

.nav-wrap li a,
.f_navi a,
.btn {
  transition: all 0.4s;
}

.nav-wrap li a:hover,
.f_navi a:hover,
.btn:hover {
  opacity: 0.7;
}

.tel-number {
  color: #000;
  text-decoration: none !important;
  pointer-events: none !important;
}

.tel-number2 {
  color: #fff;
  text-decoration: none !important;
  pointer-events: none !important;
}

/* ヘッダーナビ */
.nav-wrap {
  width: 100%;
  font-size: 1.5rem;
  position: fixed;
  z-index: 999;

  .logo {
    width: 250px;
  }

  .menu {
    max-width: 1286px;
    height: 70px;
    padding: 0 30px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
  }

  & ul {
    display: flex;
    justify-content: space-between;
    width: 500px;
  }

  & li:last-child img {
    width: 20px;
    line-height: 1;
  }

  & img {
    vertical-align: middle;
  }
}


.nav-wrap_sp {
  display: none;
  background: var(--background-navbar);
  position: fixed;
  width: calc(100% - 80px);
  left: 40px;
  height: 70px;
  background-color: #fff;
  z-index: 999;
  border-radius: 0 0 30px 30px;
}

.nav-wrap_sp .menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 6%;
}

.nav-wrap_sp .menu {
  background-color: #fff;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  border-radius: 0 0 30px 30px;
  padding-top: 70px;
  z-index: -1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;

  & li {
    width: 45%;
    position: relative;
    padding: 15px 0;
  }
}

.nav-wrap_sp .menu li.sp_navi_btn {
  width: 100%;
}

.nav-wrap_sp {
  & .logo {
    width: 250px;
    margin: 0 0 8px 30px;
  }
}

/* Hamburger menu button */
.nav_btn_sp:checked~.menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.nav-wrap_sp .menu ul a {
  text-decoration: none;
  font-size: 1.5rem;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  opacity: 0;
  transition: 0.5s;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    right: 0.5%;
    top: calc(50% - 3.5px);
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #4C4948;
    border-right: 2px solid #4C4948;
    -webkit-transform: rotate(45eg);
    transform: rotate(45deg);
    border-radius: 1px;
  }

  &:hover {
    opacity: 0.6;
  }
}

.nav-wrap_sp {
  & .menu li {
    border-bottom: 1px solid #CDBD9B;
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    height: 60px;
    align-items: center;
    display: flex;

    &:last-of-type {
      border: none;
    }

    & img {
      width: 20px;
    }
  }
}

.nav_btn_sp:checked~.menu a,
.nav_btn_sp:checked~.menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.nav_btn_sp {
  display: none;
}

.menu-icon {
  display: block;
  cursor: pointer;
  padding: 10px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-right: 30px;
}

.navicon {
  background: #4C4948;
  display: block;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  position: relative;
  transition: 0.3s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #4C4948;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 8px;
}

.navicon:after {
  bottom: 8px;
}

/* Hamburger Menu Animation Start */
.nav_btn_sp:checked~.menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.nav_btn_sp:checked~.menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.nav_btn_sp:checked~.menu-icon .navicon {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 50px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* ヘッダーナビ */


/* 共通 */
.sp {
  display: none;
}

.title {
  position: absolute;
  left: calc(50% - 550px);
  font-size: 3.4rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;

  & span {
    display: block;
    margin-top: 0.3em;
    font-size: 1.4rem;
    font-family: "yu-mincho-pr6n", sans-serif;
    color: #CDBD9B;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
}

.title_s {
  font-size: 2.4rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;

  &::before {
    position: absolute;
    left: -20px;
    content: "";
    display: block;
    width: 14px;
    height: 28px;
    background-color: #CDBD9B;
    border-radius: 100px 0 0 100px;
  }
}

.inner_s {
  width: 800px;
  margin: 0 auto;
}

.base_w {
  padding: 160px 0;
}

.base_b {
  background-color: #F5F2EB;
  padding: 210px 0 70px;
}

.top100 {
  margin-top: 100px;
}

.top120 {
  margin-top: 120px;
}

.top150 {
  margin-top: 150px;
}

.top50 {
  margin-top: 50px;
}

.btn {
  position: relative;
  ;
  display: grid;
  width: 330px;
  height: 60px;
  align-items: center;
  padding-left: 20px;
  background-color: #D99316;
  color: #fff;
  border-radius: 0 100px 100px 0;
  font-size: 1.5rem;

  &::after {
    display: flex;
    align-items: center;
    padding-left: 5px;
    position: absolute;
    right: 18px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100%;
    content: "\e5cc";
    font-family: 'Material Symbols Rounded';
    color: #D99316;
    font-weight: bold;
  }
}
.sp_br{display: none;}


/* フッター */
footer {
  position: relative;
  padding-top: 160px;
}

.f_photo {
  height: 325px;
  width: auto;
  background: no-repeat left top / cover url(../img/f_bg.png);
  margin-left: calc(50% - 630px);
  border-radius: 160px 0 0 160px;
}

.f_support {
  height: 325px;
  background-color: #F5F2EB;
  padding: 100px 0;
  margin-right: calc(50% - 500px);
  border-radius: 0 160px 160px 0;

  & dl {
    width: 800px;
    position: absolute;
    left: calc(50% - 400px);
    top: 580px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  & dt {
    font-size: 2.4rem;
    color: #D99316;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
  }

  & dd:first-of-type {
    width: 54%;
  }

  & dd:last-of-type {
    width: 41%;
  }
}

.f_navi {
  display: flex;
  height: 340px;
  padding: 100px 0;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.5rem;

  & li:nth-child(1) {
    width: 100%;
    margin-bottom: 65px;
    text-align: center;

    & a {
      display: inline-block;
      width: 320px;
    }

    & a:hover {
      opacity: 1;
    }
  }

  & :nth-child(2),
  & :nth-child(3) {
    padding: 0 30px;
  }

  & a:hover {
    opacity: .6;
  }
}

#copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #CDBD9B;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;

  & small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:1030px) {
  body {
    min-width: 100%;
  }

  .nav-wrap {
    .menu {
      padding: 0 70px;
    }
  }

  .sp {
    display: block;
  }

  .inner_s {
    padding: 0 40px;
    width: 100%;
  }

  .btn {
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    margin: 20px auto;
  }

  .title {
    margin: 0 0 50px 40px;
    position: static;
    letter-spacing: 0;
    line-height: 1.5;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;

    & span {
      font-size: 1.3rem;
    }
  }

  .base_b {
    padding: 120px 0 0 0;
  }

  /* フッター */
  footer {
    padding-top: 60px;
  }

  .f_photo {
    height: auto;
    aspect-ratio: 4 / 1;
    background: no-repeat left top / cover url(../img/f_bg.png);
    margin-left: 40px;
    border-radius: 200px 0 0 200px
  }

  .f_support {
    margin: 0;
    padding: 45px 40px;
    border-radius: 0;

    & dl {
      position: static;
      width: 100%;
    }

    & dd:first-of-type,
    dd:last-of-type {
      width: 100%;
    }
  }

  .f_navi {
    padding: 60px 0;
    height: auto;

    & li:nth-child(1) {
      margin-bottom: 30px;

      & a {
        width: 80%;
        max-width: 320px;
      }
    }

    & :nth-child(2) {
      margin-bottom: 10px;
    }
  }
}

@media screen and (max-width:950px) {
  .nav-wrap {
    display: none;
  }

  .nav-wrap_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width:834px) {
  .base_w {
    padding: 50px 0 0 0;
  }

  .inner_s {
    padding: 0 50px;
  }

  .title {
    margin: 0 0 50px 40px;
  }

  .f_photo {
    margin-left: 40px;
  }

  .f_support {
    padding: 45px 40px;
  }

  .top150 {
    margin-top: 50px;
  }

  .top120 {
    margin-top: 60px;
  }

  .top100 {
    margin-top: 50px;
  }

  .top50 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 499px) {
  .nav-wrap_sp {
    height: 54px;
    left: 6%;
    width: calc(100% - 12%);

    & .logo {
      width: 205px;
      margin: 0 0 15px 20px;
    }
  }

  .nav-wrap_sp .menu {
    padding-top: 54px;
  }

  .inner_s {
    padding: 0 6%;
  }

  .title {
    margin: 0 0 50px 6%;
  }

  .f_photo {
    margin-left: 6%;
  }

  .f_support {
    padding: 45px 6%;
  }

  .menu-icon {
    margin-right: 20px;
  }

  .base_b {
    padding: 100px 0 0 0;
  }
  .sp_br{display: block;}
}