body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  overflow-x: hidden;
}

section:not(:first-child) {
  margin-top: 100px;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 100px;
  position: relative;
}
.inner.bg-beige {
  background: linear-gradient(to right, rgba(182, 164, 84, 0.15), rgba(134, 93, 0, 0.15));
}

p {
  font-size: 16px;
  line-height: 2;
}
p:last-child {
  margin-bottom: 0;
}

.lead {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.lead:not(:last-child) {
  margin-bottom: 50px;
}

h2.boxy {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  width: max-content;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  margin: 0 auto 30px;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
}

.heading {
  font-family: "Tiro Gurmukhi", serif;
  font-size: 64px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin: calc(-80px - 0.45em) auto 40px;
  width: max-content;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(-100deg, #C6B25B 0%, #825B02 65%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ph {
  max-width: 100%;
}

.btn-pagetop {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  cursor: pointer;
  display: none;
}
.btn-pagetop::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px #000;
  border-radius: 50%;
  background-color: #fff;
}
.btn-pagetop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/pagetop_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

@media (hover: hover) {
  .btn-pagetop::before {
    transition: transform 0.2s;
  }
  .btn-pagetop:hover::before {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 1301px) {
  .tb,
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .tb {
    display: initial;
  }
  .inner {
    width: calc(100% - 100px);
    padding-inline: 50px;
  }
  h3 {
    width: calc(100% + 4em);
    margin-left: -2em;
  }
  .btn-pagetop {
    --targetWidth: 480px;
    bottom: calc(0.2564102564 * var(--targetWidth));
  }
}
@media screen and (max-width: 769px) {
  .pc,
  .tb {
    display: none;
  }
  section:not(:first-child) {
    margin-top: 12.8205128205vw;
  }
  .inner {
    width: calc(100% - 5.1282051282vw);
    padding: 7.6923076923vw 5.1282051282vw;
  }
  p {
    font-size: 3.5897435897vw;
  }
  .lead {
    font-size: 3.5897435897vw;
    width: calc(100% + 2em);
    margin-left: -1em;
  }
  .lead:not(:last-child) {
    margin-bottom: 6.4102564103vw;
  }
  h2.boxy {
    font-size: 4.1025641026vw;
    height: 8.2051282051vw;
    border-radius: 1.2820512821vw;
    padding: 0 3.8461538462vw;
    margin: 0 auto 3.8461538462vw;
  }
  h3 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
  .heading {
    font-size: 8.2051282051vw;
    margin: calc(-7.6923076923vw - 0.4em) auto 3.8461538462vw;
  }
  .btn-pagetop {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 25.641025641vw;
  }
  .btn-pagetop::after {
    background-size: 14px auto;
  }
}
#menu {
  position: relative;
  z-index: 1008;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  display: block;
  pointer-events: none;
}
#menu .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #825B02;
  border-right: none;
  transition: none;
  display: block;
  z-index: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#menu .animated .inner {
  transition: right 0.4s;
}
#menu .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Tiro Gurmukhi", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  height: 65px;
  margin: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(160deg, #865D00 -30%, #B6A454 80%);
}
#menu ul li {
  width: 100%;
  height: auto;
  position: relative;
}
#menu ul li::after {
  content: "";
  width: calc(100% - 2px);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  pointer-events: none;
  border-top: 1px dotted #825B02;
}
#menu ul li a {
  color: #825B02;
  text-decoration: none;
  text-align: center;
  font-family: "Tiro Gurmukhi", serif;
  font-size: 10px;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px 0;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
#menu ul li a em {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}
#menu ul li a::before {
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background-color: transparent;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  #menu.fixed {
    position: fixed;
    top: 220px;
  }
}
@media screen and (min-width: 1300px) and (hover: hover) {
  #menu ul li a {
    transition: color 0.2s;
  }
  #menu ul li a::before {
    transition: background-color 0.2s;
  }
  #menu ul li a:hover::before {
    background-color: rgba(130, 91, 2, 0.15);
  }
}
@media screen and (max-width: 1299px) {
  #menu {
    width: 100%;
  }
  #menu .inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow-y: auto;
    border: none;
    border-radius: 0;
    padding: 1.7em 0;
    box-shadow: none;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(160deg, #865D00 0%, #B6A454 80%);
  }
  #menu .ttl {
    display: none;
  }
  #menu ul {
    width: 332.3076923077px;
    margin: auto;
  }
  #menu ul li {
    border-top: 1px dotted #fff;
  }
  #menu ul li::after {
    display: none;
  }
  #menu ul li:last-of-type {
    border-bottom: 1px dotted #fff;
  }
  #menu ul li a {
    font-family: "Tiro Gurmukhi", serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    padding: 1.2em 0;
    color: #fff;
  }
  #menu ul li a em {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
  }
  #menu ul li a br.pc {
    display: none;
  }
  #menu.open .inner {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 769px) {
  #menu ul {
    width: 69.2307692308vw;
  }
  #menu ul li a {
    font-size: 3.0769230769vw;
  }
  #menu ul li a em {
    font-size: 4.1025641026vw;
  }
}

@media screen and (min-width: 1300px) {
  #btn_menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1299px) {
  #btn_menu {
    position: absolute;
    top: 0;
    right: -100vw;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 10px;
    opacity: 1;
    pointer-events: auto;
    transition: none;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(100deg, #825B02 0%, #C6B25B 100%);
  }
  #btn_menu.fixed {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
  }
  #btn_menu span,
  #btn_menu span:after,
  #btn_menu span:before {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #btn_menu span {
    right: -2px;
  }
  #btn_menu.animated {
    z-index: 1009;
  }
  #btn_menu.animated span,
  #btn_menu.animated span:after,
  #btn_menu.animated span:before {
    transition: background-color 0.2s, transform 0.4s, bottom 0.4s, top 0.4s;
  }
  #btn_menu span:before {
    bottom: 10px;
  }
  #btn_menu span:after {
    top: 10px;
  }
  #btn_menu.active {
    z-index: 1009;
    background-image: none;
    background-color: #fff;
  }
  #btn_menu.active span {
    background-color: rgba(255, 255, 255, 0);
    right: 0;
  }
  #btn_menu.active span::before {
    left: -2px;
    bottom: 0;
    transform: rotate(45deg);
    background-color: #825B02;
  }
  #btn_menu.active span::after {
    left: -2px;
    top: 0;
    transform: rotate(-45deg);
    background-color: #825B02;
  }
}

header {
  background-image: url(../images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  margin-bottom: 100px;
}

.upper {
  padding-inline: 30px;
  margin-bottom: 70px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 54px;
  position: relative;
}
.upper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 257px;
  width: 0;
  height: 100%;
  display: block;
  border-left: 1px solid #825B02;
}
.upper .logo {
  width: 200px;
}
.upper .logo img {
  width: 100%;
}
.upper h1 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-family: "Tiro Gurmukhi", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0.5em 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #C6B25B 0%, #825B02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.upper h1 em {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.mv {
  position: relative;
}
.mv h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  width: max-content;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(-100deg, #C6B25B 0%, #825B02 65%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mv .lead {
  font-size: 18px;
  line-height: 2;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 10px rgba(250, 250, 250, 0.75);
  paint-order: stroke fill;
}
.mv .logo {
  position: absolute;
  right: 100px;
  top: 80px;
  width: 350px;
  display: block;
}
.mv .looper {
  display: flex;
  overflow: hidden;
}
.mv .looper.animated ul {
  animation: scroll-left var(--loop-duration, 30s) infinite linear both;
}
.mv .looper ul {
  display: flex;
  width: max-content;
}
.mv .looper li {
  width: 470px;
  flex-shrink: 0;
  margin-right: 15px;
}
.mv .looper li img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.mv .scroll {
  position: absolute;
  left: 10px;
  bottom: 520px;
}
.mv .scroll-text {
  font-family: "Tiro Gurmukhi", serif;
  color: #825B02;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  transform: rotate(90deg);
}
.mv .scroll-border {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.mv .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-left: 1px dotted #000;
  margin: 0 auto;
}
.mv .scroll-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 56px;
  top: 0;
  left: 0;
  right: 0;
  border-left: 1px solid #825B02;
  animation: scrollbar 3s ease-in-out infinite;
  margin: auto;
  z-index: 1;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  header {
    background-image: url(../images/sp_mv_bg.jpg);
  }
  .upper {
    margin-bottom: 20px;
  }
  .mv h2 {
    text-align: center;
    margin-inline: auto;
  }
  .mv .lead .pc {
    display: none;
  }
  .mv .logo {
    position: static;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  header {
    background-image: url(../images/sp_mv_bg.jpg);
    padding-top: 0vw;
    margin-bottom: 12.8205128205vw;
  }
  .upper {
    padding-inline: 3.8461538462vw;
    margin-bottom: 2.5641025641vw;
    height: 12.8205128205vw;
    gap: 3.8461538462vw;
  }
  .upper::before {
    display: none;
  }
  .upper .logo {
    width: 35.8974358974vw;
  }
  .upper h1 {
    gap: 0.7692307692vw;
    font-size: 3.0769230769vw;
    padding: 0.5em 0;
  }
  .upper h1 em {
    font-size: 3.3333333333vw;
  }
  .mv .inner {
    width: calc(100% - 20.5128205128vw);
    padding-inline: 0;
  }
  .mv h2 {
    font-size: 7.1794871795vw;
    text-align: center;
    margin-bottom: 2.5641025641vw;
  }
  .mv .lead {
    font-size: 4.1025641026vw;
    width: auto;
    margin-inline: 0;
  }
  .mv .logo {
    position: static;
    width: 48.7179487179vw;
    margin: 0 auto;
  }
  .mv .looper li {
    width: 48.7179487179vw;
    margin-right: 2.5641025641vw;
  }
  .mv .scroll {
    left: -2.5641025641vw;
    bottom: auto;
    top: calc(100svh - 81.5384615385vw);
  }
  .mv .scroll-text {
    font-size: 3.0769230769vw;
  }
  .mv .scroll-border {
    top: 10.2564102564vw;
    height: 35.8974358974vw;
  }
  .mv .scroll-border::after {
    height: 14.358974359vw;
  }
}
#mission .cols {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
#mission .cols .ph {
  width: 480px;
}
#mission .cols P {
  flex: 1;
}
#mission .card {
  background-color: #fff;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #B6A454, #865D00) 1;
  padding: 50px 50px;
  margin-top: 50px;
}
#mission .card h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 auto 25px;
  width: max-content;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(-100deg, #C6B25B 0%, #825B02 65%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#mission .card p {
  text-align: center;
}
#mission .card .fig {
  max-width: 100%;
  margin: 0 auto 50px;
}

#advantage {
  margin: 200px 0;
  position: relative;
}
#advantage::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: calc(100% + 200px);
  display: block;
  z-index: -1;
  background-image: url(../images/advantage_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#advantage .inner {
  background-color: #fff;
  border: 5px solid;
  border-image: linear-gradient(130deg, #B6A454, #865D00) 1;
  z-index: 0;
  padding-inline: 95px;
}
#advantage .heading {
  position: relative;
  width: max-content;
  margin-inline: auto;
}
#advantage .heading::before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: calc(50% - 9px);
  margin: 0 auto;
  height: 6px;
  width: calc(100% + 40px);
  display: block;
  background-color: #fff;
  z-index: -1;
}
#advantage .lead {
  margin-bottom: 0;
}
#advantage .cols {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin: 30px 0 30px;
}
#advantage .cols > * {
  width: calc((100% - 100px) / 3);
}
#advantage .cols .ph {
  margin-bottom: 20px;
}
#advantage .cols .ttl {
  color: #825B02;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

#process {
  margin: 200px 0;
  position: relative;
}
#process::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: calc(100% + 200px);
  display: block;
  z-index: -1;
  background-image: url(../images/process_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#process .ttl {
  max-width: 100%;
  margin-bottom: 25px;
}
#process .cols {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 0 30px;
}
#process .cols > * {
  width: calc((100% - 150px) / 4);
}
#process .cols p {
  -webkit-text-stroke: 10px rgba(250, 250, 250, 0.75);
  paint-order: stroke fill;
}
#process .cols .illust {
  height: 100px;
  display: block;
  margin: 0 auto 20px;
}
#process .looper {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: 190px;
}
#process .looper.animated ul {
  animation: scroll-left var(--loop-duration, 60s) infinite linear both;
}
#process .looper ul {
  display: flex;
  width: max-content;
}
#process .looper li {
  height: 90px;
  flex-shrink: 0;
  margin-right: 40px;
}
#process .looper li img {
  display: block;
  height: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#faq dl {
  box-shadow: 0 0 0 1px #865D00;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 30px;
  margin-top: 50px;
  cursor: pointer;
}
#faq dl.is-open dt::after {
  background-image: url(../images/faq_minus.svg);
  transform: rotate(-180deg);
}
@media (hover: hover) {
  #faq dl {
    transition: box-shadow 0.2s;
  }
  #faq dl:hover {
    box-shadow: 0 0 0 3px #865D00;
  }
}
#faq dl + dl {
  margin-top: 20px;
}
#faq dt,
#faq dd {
  position: relative;
}
#faq dt::before,
#faq dd::before {
  position: absolute;
  left: 0;
  font-family: "Tiro Gurmukhi", serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  width: 40px;
  display: block;
  height: max-content;
  transform: translateX(-5px);
}
#faq dt {
  padding: 30px 80px 30px 50px;
  font-size: 18px;
  line-height: 1.5;
}
#faq dt::before {
  content: "Q";
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #C6B25B 0%, #825B02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#faq dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
  background-image: url(../images/faq_plus.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
  transition: transform 0.4s;
}
#faq dd {
  display: none;
  padding: 0 80px 30px 50px;
}
#faq dd::before {
  content: "A";
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #C6B25B 50%, #825B02 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#faq dd p {
  line-height: 1.8;
}
#faq dd p + p {
  margin-top: 1em;
}

#contact .inner {
  padding-inline: 0;
  background: linear-gradient(-190deg, #825B02, #C6B25B);
}
#contact .inner::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  pointer-events: none;
  border: 1px solid #fff;
}
#contact h2.heading {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #fff;
  margin: 0 auto 30px;
}
#contact h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 50px;
}
#contact .cols {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
#contact .lead {
  color: #fff;
  text-align: justify;
  margin-bottom: 0;
}
#contact .link {
  width: 294px;
  height: 59px;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 70px;
  color: #825B02;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  background-image: url(../images/contact_icon_mail_brown.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 31px auto;
  position: relative;
}
#contact .link::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 23px;
  height: 16px;
  display: block;
  background-image: url(../images/contact_arrow_brown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  #contact .link::after {
    transition: transform 0.2s;
  }
  #contact .link:hover::after {
    transform: translateX(5px);
  }
}

.bottom-area {
  margin-top: -210px;
  background-image: url(../images/bottom_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  position: relative;
}
.bottom-area .inner {
  padding-block: 310px 100px;
  text-align: center;
}
.bottom-area .inner .logo {
  width: 233px;
}

footer .inner {
  height: 100px;
  padding-block: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .logo {
  width: 200px;
}
footer .logo img {
  width: 100%;
}
footer .copyright {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

#contact_fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 30px;
  width: 437px;
  height: 120px;
  color: #fff;
  border-bottom-left-radius: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(100deg, #825B02 0%, #C6B25B 100%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
#contact_fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#contact_fixed a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#contact_fixed p {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
#contact_fixed .link {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding-inline: 55px 50px;
  position: relative;
  width: max-content;
}
#contact_fixed .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 41px;
  height: 31px;
  display: block;
  background-image: url(../images/contact_icon_mail_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#contact_fixed .link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 23px;
  height: 16px;
  display: block;
  background-image: url(../images/contact_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  #contact_fixed .link::after {
    transition: transform 0.2s;
  }
  #contact_fixed:hover .link::after {
    transform: translateX(5px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  #mission .pc {
    display: none;
  }
  #mission .cols {
    flex-direction: column;
    gap: 0;
  }
  #mission .cols .ph {
    margin-inline: auto;
  }
  #mission .card h4 {
    line-height: 1.2;
  }
  #mission .card p:not(.lead) {
    text-align: justify;
  }
  #advantage::before {
    background-image: url(../images/sp_advantage_bg.jpg);
  }
  #advantage .inner {
    padding-inline: 45px;
  }
  #advantage .cols {
    flex-direction: column;
  }
  #advantage .cols > * {
    width: 100%;
    margin-inline: auto;
  }
  #advantage .cols .ph {
    display: block;
    margin-inline: auto;
  }
  #casestudy .inner {
    padding-inline: 100px;
  }
  #process::before {
    background-image: url(../images/sp_process_bg.jpg);
  }
  #process .inner {
    padding-inline: 0;
  }
  #contact .cols {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .bottom-area::before {
    background-image: url(../images/sp_bottom_bg.jpg);
  }
  #contact_fixed {
    --targetWidth: 480px;
    left: 0;
    top: auto;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(0.0333333333 * var(--targetWidth));
    padding: 0 calc(0.0512820513 * var(--targetWidth));
    width: 100%;
    height: calc(0.2 * var(--targetWidth));
    border-bottom-left-radius: 0;
    border-top-left-radius: calc(0.0384615385 * var(--targetWidth));
    border-top-right-radius: calc(0.0384615385 * var(--targetWidth));
  }
  #contact_fixed p {
    font-size: calc(0.0307692308 * var(--targetWidth));
    text-align: center;
  }
  #contact_fixed .link {
    padding-inline: calc(0.1025641026 * var(--targetWidth)) calc(0.1282051282 * var(--targetWidth));
    font-size: calc(0.0512820513 * var(--targetWidth));
  }
  #contact_fixed .link::before {
    width: calc(0.0717948718 * var(--targetWidth));
    height: calc(0.0564102564 * var(--targetWidth));
  }
  #contact_fixed .link::after {
    width: calc(0.0512820513 * var(--targetWidth));
    height: calc(0.0358974359 * var(--targetWidth));
  }
}
@media screen and (max-width: 769px) {
  #mission .cols {
    margin-top: 7.6923076923vw;
    flex-direction: column;
    gap: 0vw;
  }
  #mission .cols .ph {
    width: 100%;
  }
  #mission .card {
    border-top: 1.2820512821vw solid;
    border-bottom: 1.2820512821vw solid;
    padding: 7.6923076923vw 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  #mission .card h4 {
    font-size: 5.1282051282vw;
    line-height: 1.4;
    margin: 0 auto 3.8461538462vw;
    width: auto;
  }
  #mission .card p:not(.lead) {
    text-align: justify;
  }
  #mission .card .fig {
    margin: 0 auto 7.6923076923vw;
  }
  #advantage {
    margin: 15.3846153846vw 0;
  }
  #advantage::before {
    top: -12.8205128205vw;
    height: calc(100% + 17.9487179487vw);
    background-image: url(../images/sp_advantage_bg.jpg);
  }
  #advantage .inner {
    width: calc(100% - 10.2564102564vw);
    border: 0.7692307692vw solid;
    padding-inline: 5.641025641vw;
    border-image: linear-gradient(130deg, #B6A454, #865D00) 1;
  }
  #advantage .heading::before {
    left: -2.5641025641vw;
    top: calc(50% - 1.6666666667vw);
    height: 1.0256410256vw;
    width: calc(100% + 5.1282051282vw);
  }
  #advantage .lead {
    margin-bottom: 0;
  }
  #advantage .cols {
    flex-direction: column;
    gap: 7.6923076923vw;
    margin: 7.6923076923vw 0;
  }
  #advantage .cols > * {
    width: 100%;
  }
  #advantage .cols .ph {
    margin-bottom: 2.5641025641vw;
  }
  #advantage .cols .ttl {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
  #casestudy {
    margin-top: 17.9487179487vw;
  }
  #process {
    margin: 15.3846153846vw 0 20.5128205128vw;
  }
  #process::before {
    top: -12.8205128205vw;
    height: calc(100% + 20.5128205128vw);
    background-image: url(../images/sp_process_bg.jpg);
  }
  #process .steps {
    display: flex;
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  #process .ttl {
    max-width: 100%;
    margin-bottom: 0vw;
    width: 35.8974358974vw;
    height: 256.4102564103vw;
  }
  #process .cols {
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;
    align-items: stretch;
    gap: initial;
    padding: 2.5641025641vw 0 12.8205128205vw;
    flex: 1;
  }
  #process .cols > * {
    width: 100%;
  }
  #process .cols .illust {
    max-width: 100%;
    height: auto;
    margin: 0 auto 5.1282051282vw;
  }
  #process .cols p {
    font-size: 3.0769230769vw;
  }
  #process .looper {
    height: 35.8974358974vw;
  }
  #process .looper li {
    height: 20.5128205128vw;
    margin-right: 7.6923076923vw;
  }
  #faq .inner {
    padding-inline: 2.5641025641vw;
  }
  #faq dl {
    border-radius: 2.5641025641vw;
    padding: 0 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  #faq dl + dl {
    margin-top: 2.5641025641vw;
  }
  #faq dt::before,
  #faq dd::before {
    font-size: 5.1282051282vw;
    width: 5.1282051282vw;
    transform: translateX(-1.0256410256vw);
  }
  #faq dt {
    padding: 5.1282051282vw 7.6923076923vw 5.1282051282vw 7.6923076923vw;
    font-size: 3.5897435897vw;
  }
  #faq dt::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    background-size: 2.0512820513vw auto;
  }
  #faq dd {
    padding: 0vw 0 5.1282051282vw 7.6923076923vw;
  }
  #faq dd::before {
    top: 1.2820512821vw;
  }
  #contact {
    margin-top: 2.5641025641vw;
  }
  #contact .inner {
    padding-block: 10.2564102564vw;
  }
  #contact .inner::before {
    left: 2.5641025641vw;
    top: 2.5641025641vw;
    width: calc(100% - 5.1282051282vw);
    height: calc(100% - 5.1282051282vw);
  }
  #contact h2.heading {
    margin: 0 auto 5.1282051282vw;
  }
  #contact h3 {
    font-size: 5.1282051282vw;
    margin-bottom: 5.1282051282vw;
  }
  #contact .cols {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5.1282051282vw;
  }
  #contact .lead {
    text-align: center;
  }
  #contact .link {
    width: 75.3846153846vw;
    height: 15.1282051282vw;
    border-radius: 2.5641025641vw;
    padding-left: 17.9487179487vw;
    font-size: 5.1282051282vw;
    background-position: 7.6923076923vw center;
    background-size: 7.6923076923vw auto;
  }
  #contact .link::after {
    right: 7.6923076923vw;
    width: 5.8974358974vw;
    height: 4.1025641026vw;
  }
  .bottom-area {
    margin-top: -46.1538461538vw;
    background-image: url(../images/sp_bottom_bg.jpg);
  }
  .bottom-area .inner {
    padding-block: 53.8461538462vw 7.6923076923vw;
  }
  .bottom-area .inner .logo {
    width: 59.7435897436vw;
  }
  footer .inner {
    width: 100%;
    height: 20.5128205128vw;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
  footer .logo {
    width: 35.8974358974vw;
  }
  footer .copyright {
    font-size: 3.0769230769vw;
  }
  #contact_fixed {
    left: 0;
    top: auto;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.3333333333vw;
    padding: 0 5.1282051282vw;
    width: 100%;
    height: 20vw;
    border-bottom-left-radius: 0;
    border-top-left-radius: 3.8461538462vw;
    border-top-right-radius: 3.8461538462vw;
  }
  #contact_fixed p {
    font-size: 3.0769230769vw;
    text-align: center;
  }
  #contact_fixed .link {
    padding-inline: 10.2564102564vw 12.8205128205vw;
    font-size: 5.1282051282vw;
  }
  #contact_fixed .link::before {
    width: 7.1794871795vw;
    height: 5.641025641vw;
  }
  #contact_fixed .link::after {
    width: 5.1282051282vw;
    height: 3.5897435897vw;
  }
}
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slickSlider {
  max-width: none !important;
  width: calc(100% + 50px);
  margin: 45px 0 -40px -25px;
}

.slickSlider li {
  position: relative;
  margin: 0 25px;
  padding: 0 0 40px;
  overflow: hidden;
}

.slickSlider li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.slickSlider li .ph {
  display: block;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

.ttl {
  color: #865D00;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}

.slickSlider li .link {
  width: 122px;
  height: 28px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  padding: 0 20px;
  position: relative;
  background-color: #865D00;
}
.slickSlider li .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background-image: url(../images/icon_window.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px auto;
}

@media (hover: hover) {
  .slickSlider li .link::before {
    transition: transform 0.2s;
  }
  .slickSlider li:hover .link::before {
    transform: scale(1.05);
  }
}
.slickSlider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
  background-color: #865D00;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  transform: none;
}
.slickSlider .slick-arrow::before {
  content: "";
}

@media (hover: hover) {
  .slickSlider .slick-arrow {
    transition: all 0.2s;
  }
  .slickSlider .slick-arrow:hover {
    transform: scale(1.1);
  }
}
.slickSlider .slick-next {
  right: -35px;
  background-image: url(../images/casestudy_arrow_right.svg);
}

.slickSlider .slick-prev {
  left: -35px;
  background-image: url(../images/casestudy_arrow_left.svg);
}

@media screen and (max-width: 769px) {
  .slickSlider {
    width: calc(100% - 7.6923076923vw);
    margin: 7.6923076923vw auto -7.6923076923vw;
  }
  .slickSlider li {
    margin: 0 3.8461538462vw;
    padding: 0 0 7.6923076923vw;
  }
  .slickSlider li .ph {
    margin-bottom: 2.5641025641vw;
  }
  .slickSlider li p {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
  .slickSlider li .ttl {
    font-size: 4.6153846154vw;
    margin-bottom: 2.5641025641vw;
  }
  .slickSlider li .link {
    width: 30.7692307692vw;
    height: 7.1794871795vw;
    font-size: 3.0769230769vw;
    border-radius: 1.2820512821vw;
    padding: 0 5.1282051282vw;
  }
  .slickSlider li .link::before {
    background-position: right 5.1282051282vw center;
    background-size: 2.8205128205vw auto;
  }
  .slickSlider .slick-arrow {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    background-size: 2.5641025641vw auto;
  }
  .slickSlider .slick-next {
    right: -6.4102564103vw;
  }
  .slickSlider .slick-prev {
    left: -6.4102564103vw;
  }
}