@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Noto Sans JP", sans-serif;
  color: #3C0202;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.l-drawer {
  pointer-events: initial;
}

.l-drawer-inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  z-index: 7777;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-drawer-inner.is-open {
  opacity: 1;
}

.l-drawer-inner.is-open {
  pointer-events: initial;
}

.l-drawer nav {
  margin-top: 4.875rem;
}

.l-drawer nav ul li a {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1.25rem 3.75rem;
  text-transform: uppercase;
}

.l-drawer nav ul .l-drawer-btn {
  text-align: center;
}

.l-drawer nav ul .l-drawer-btn a {
  display: inline-block;
  width: 15.625rem;
  font-size: 1.25rem;
  padding: 0.625rem;
  border: 1px solid #61402D;
  border-radius: 1.875rem;
  text-align: center;
}

.l-drawer nav ul .l-drawer-btn--contact a {
  margin-top: 1.875rem;
  color: #fff;
  background-color: #61402D;
}

.l-drawer nav ul .l-drawer-btn--tel a {
  margin-top: 0.9375rem;
  color: #61402D;
  background-color: #fff;
}

.l-drawer__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 3000;
}

/* ハンバーガーメニュー
-----------------------------------------------------*/
.l-drawer-hamburger {
  position: fixed;
  width: 3.125rem;
  height: 2.875rem;
  top: 0.8125rem;
  right: 1rem;
  background-color: #fff;
  cursor: pointer;
  z-index: 9999;
}

.l-drawer-hamburger span {
  position: absolute;
  display: inline-block;
  width: 1.125rem;
  height: 0.125rem;
  right: 0.9375rem;
  background-color: #231815;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-drawer-hamburger span:nth-of-type(1) {
  top: 0.9375rem;
}

.l-drawer-hamburger span:nth-of-type(2) {
  top: 1.3125rem;
}

.l-drawer-hamburger span:nth-of-type(3) {
  top: 1.6875rem;
}

/* クリック時
------------------------------------*/
.l-drawer-hamburger.is-open span:nth-of-type(1) {
  top: 1rem;
  left: 0.75rem;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 50%;
}

.l-drawer-hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.l-drawer-hamburger.is-open span:nth-of-type(3) {
  top: 1.75rem;
  left: 0.75rem;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

.l-footer-contact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #61402D;
  background-color: #FCF1C7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-contact {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}

.l-footer-contact__head h2 {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer-contact__head h2 {
    font-size: 9.375rem;
    line-height: 11.875rem;
  }
}

.l-footer-contact__head p {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer-contact__head p {
    font-size: 3.75rem;
    margin-top: 0.625rem;
    line-height: 4.8125rem;
  }
}

.l-footer-contact__text {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1.875rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-contact__text {
    font-size: 1.5rem;
    margin-top: 6.875rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.875rem;
  }
}

.l-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #61402D;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 13.5rem;
    padding-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer-inner {
    max-width: calc(95rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* l-footer-top
-----------------------------------------------------*/
.l-footer-top {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer-top h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-top h2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer-top h2 img {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top h2 img {
    width: 7.8125rem;
  }
}

.l-footer-top h2 p {
  font-weight: 500;
  font-size: 1.75rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top h2 p {
    font-size: 2.375rem;
    width: calc(100% - 10.3125rem);
    margin-left: 2.5rem;
  }
}

.l-footer-top__access {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top__access {
    font-size: 1.875rem;
    margin-top: 0;
    margin-left: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-top__access p + p {
    margin-top: 0.25rem;
  }
}

.l-footer-top__tel {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top__tel {
    font-size: 2.125rem;
    margin-top: 0;
    margin-left: 5rem;
  }
}

/* l-footer-bottom
-----------------------------------------------------*/
.l-footer-bottom {
  position: relative;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom {
    margin-top: 5rem;
    padding-top: 6.25rem;
  }
}

.l-footer-bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #B78A49;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom::before {
    width: 87.5rem;
  }
}

.l-footer-bottom nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #BFAFA6;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6.25rem;
    font-size: 2.125rem;
  }
}

.l-footer-bottom nav ul li {
  line-height: 1.3;
}

.l-footer-bottom nav ul li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom nav ul li + li {
    margin-top: 3.125rem;
  }
}

.l-footer-bottom__white {
  color: #fff;
}

.l-footer-bottom nav ul li a {
  position: relative;
  display: inline-block;
}

.l-footer-bottom nav ul li a::after,
.l-footer-bottom__privacy a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0.125rem;
  bottom: -0.1875rem;
  left: 0;
  background-color: #B78A49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-footer-bottom nav ul li a:hover::after,
.l-footer-bottom__privacy a:hover::after {
  width: 100%;
}

.l-footer-bottom__privacy {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom__privacy {
    margin-top: 4.6875rem;
    text-align: right;
  }
}

.l-footer-bottom__privacy a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: #BFAFA6;
}
@media screen and (min-width: 768px) {
  .l-footer-bottom__privacy a {
    font-size: 2.125rem;
  }
}

.l-footer-copy {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  color: #BFAFA6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-copy {
    font-size: 1.125rem;
    margin-top: 10rem;
  }
}

.l-header {
  position: fixed;
  height: 4.5rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9000;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 9rem;
  }
}

.l-header-inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .l-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 5.625rem;
    padding-right: 3.5rem;
  }
}

.l-header h1 {
  position: relative;
  z-index: 9000;
}

.l-header h1 a img {
  width: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-header h1 a img {
    width: 9rem;
  }
}

.l-header-logo--white {
  display: none;
  width: 3.125rem !important;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-header-logo--white {
    width: 6.25rem !important;
    margin-top: 0;
    margin-left: 0;
  }
}

.l-header-lists {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header-lists li + li {
  margin-left: 3.375rem;
}

.l-header-lists li:last-child {
  margin-left: 1.875rem;
}

.l-header-lists li a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #61402D;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l-header-lists li a {
    font-size: 1.875rem;
  }
}

.l-header-lists li:not(:last-child) a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0.125rem;
  bottom: -0.1875rem;
  left: 0;
  background-color: #B78A49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.l-header-lists li:not(:last-child) a:hover::after {
  width: 100%;
}

.l-header-lists li:last-child a {
  width: 17.8125rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  color: #fff;
  background-color: #61402D;
  border-radius: 1.75rem;
  text-align: center;
}

/* 下層ページデザイン
-----------------------------------------------------*/
.l-header--under {
  position: absolute;
  background-color: transparent;
}

.l-header--under::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header--under::before {
    width: calc(100% - 20.875rem);
    height: 0.1875rem;
  }
}

.l-header--under .l-header-logo--white {
  display: block;
}

.l-header--under .l-header-logo--brown {
  display: none;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-main {
  margin-top: 6.375rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 10.875rem;
  }
}

.l-under-fv {
  height: 25rem;
  background: url(../images/img_about-fv.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-under-fv {
    height: 37.8125rem;
  }
}

.l-under-fv__inner {
  position: relative;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .l-under-fv__inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.l-under-fv__text {
  position: absolute;
  min-width: 15.625rem;
  top: 50%;
  left: 0;
  padding: 0.625rem 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-under-fv__text {
    min-width: 41.75rem;
    top: 16.5625rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    padding: 1.125rem 1.875rem 0.4375rem;
  }
}

.l-under-fv__text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.l-under-fv__text p {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  z-index: 10;
}

.l-under-fv__text p:nth-child(1) {
  font-size: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .l-under-fv__text p:nth-child(1) {
    font-size: 4.5rem;
  }
}

.l-under-fv__text p:nth-child(2) {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-under-fv__text p:nth-child(2) {
    font-size: 3rem;
    margin-top: 0.75rem;
  }
}

.c-btn {
  cursor: pointer;
}

.c-btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  font-size: 1rem;
  padding-right: 5rem;
  color: #B78A49;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: 1.5rem;
    padding-right: 9.875rem;
  }
}

.c-btn a::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.0625rem solid #B78A49;
  border-radius: 6.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn a::before {
    width: 5.3125rem;
    height: 5.3125rem;
    border: 0.125rem solid #B78A49;
  }
}

.c-btn-arrow {
  position: absolute;
  width: 3.75rem;
  height: 1px;
  right: 0.875rem;
  background-color: #B78A49;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn-arrow {
    width: 7.5rem;
    height: 0.125rem;
    right: 1.75rem;
  }
}

.c-btn-arrow::before,
.c-btn-arrow::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 1px;
  right: -0.125rem;
  background-color: #B78A49;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn-arrow::before,
  .c-btn-arrow::after {
    width: 1.5625rem;
    height: 0.125rem;
  }
}

.c-btn-arrow::before {
  top: -0.125rem;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
@media screen and (min-width: 768px) {
  .c-btn-arrow::before {
    top: -0.3125rem;
  }
}

.c-btn-arrow::after {
  top: 0.25rem;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .c-btn-arrow::after {
    top: 0.4375rem;
  }
}

.c-btn a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.c-btn a:hover::before {
  background-color: #FCF1C7;
}

.c-btn a:hover .c-btn-arrow {
  width: 5.625rem;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .c-btn a:hover .c-btn-arrow {
    width: 11.25rem;
    right: -2rem;
  }
}

.c-btn--invert a {
  color: #FCF1C7;
}

.c-btn--invert a::before {
  border: 0.0625rem solid #FCF1C7;
}
@media screen and (min-width: 768px) {
  .c-btn--invert a::before {
    border: 0.125rem solid #FCF1C7;
  }
}

.c-btn--invert a:hover::before {
  background-color: transparent;
}

.c-btn--invert .c-btn-arrow,
.c-btn--invert .c-btn-arrow::before,
.c-btn--invert .c-btn-arrow::after {
  background-color: #FCF1C7;
}

.c-clipped-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-clipped-content {
    gap: 1.25rem;
  }
}

.c-clipped-img {
  height: 85%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: 340% auto;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-clipped-img {
    border-radius: 1.25rem;
  }
}

.c-clipped-img01 {
  background-position: 0% bottom;
}

.c-clipped-img02 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-position: 50% -5%;
}
@media screen and (min-width: 768px) {
  .c-clipped-img02 {
    background-position: 50% 18%;
  }
}

.c-clipped-img03 {
  background-position: 100% bottom;
}

.c-clipped-content01 .c-clipped-img {
  background-image: url("../images/img_fv01.jpg");
}

@media screen and (max-width: 767px) {
  .c-clipped-content01 .c-clipped-img02 {
    background-position: 50% 10%;
  }
}

.c-clipped-content02 .c-clipped-img {
  background-image: url("../images/img_top-flow&faq01.jpg");
}

.c-clipped-content03 .c-clipped-img {
  background-image: url("../images/img_top-flow&faq02.jpg");
}

/* 背景色が伸びて出現 - 共通コンポーネント
-----------------------------------------------------*/
.js-text-animation {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.js-text-animation.bgRLextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-text-animation.bgRLextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3C0202;
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-text-animation--thin.bgRLextend::before {
  background-color: #FCF1C7;
}

.js-text-animation.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.c-title {
  font-weight: 700;
  color: #B78A49;
}

.c-title h2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-title h2 {
    font-size: 3.75rem;
  }
}

.c-title p {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-title p {
    font-size: 2.375rem;
    margin-left: 0.4375rem;
  }
}

.p-about-content {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about-content {
    margin-top: 15.625rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-about-content li {
  color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-about-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-about-content li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-about-content li + li {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-content li + li {
    margin-top: 12.5rem;
  }
}

.p-about-content li img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-content li img {
    width: 37.5rem;
  }
}

.p-about-text {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-text {
    width: calc(100% - 45rem);
    margin-top: 0;
    margin-left: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about-content li:nth-child(even) .p-about-text {
    margin-left: 0;
    margin-right: 7.5rem;
  }
}

.p-about-text h3 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about-text h3 {
    font-size: 7.25rem;
    line-height: 7.25rem;
  }
}

.p-about-text h3 span {
  font-size: 1.5rem;
  margin-left: 0.875rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-about-text h3 span {
    font-size: 3.625rem;
  }
}

.p-about-text p {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about-text p {
    font-size: 1.5rem;
    margin-top: 2.3125rem;
    line-height: 3rem;
  }
}

.p-blog-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
  background-color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-blog-content {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-blog h3 {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-blog h3 {
    font-size: 4.8125rem;
    line-height: 5rem;
  }
}

.p-blog-flex {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-category {
    min-width: 11.75rem;
    margin-top: 8.125rem;
  }
}

.p-blog-category p {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog-category p {
    font-size: 1.8125rem;
  }
}

.p-blog-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem 0.625rem;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 0.125rem solid #fff;
}
@media screen and (min-width: 768px) {
  .p-blog-category ul {
    display: block;
    margin-top: 1.375rem;
    padding-top: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-category ul li + li {
    margin-top: 1.25rem;
  }
}

.p-blog-category ul li a {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-blog-category ul li a {
    font-size: 1.1875rem;
  }
}

.p-blog-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-blog-items {
    width: calc(100% - 15.5rem);
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6875rem;
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.p-blog-items li img {
  width: 100%;
  height: auto;
  aspect-ratio: 352/235;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog-items li time {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-blog-items li time {
    font-size: 1.1875rem;
    margin-top: 1.25rem;
  }
}

.p-blog-items li h4 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.1875rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-blog-items li h4 {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}

/* p-company-greeting
-----------------------------------------------------*/
.p-company-greeting {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting {
    margin-top: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-greeting__inner {
    max-width: 120rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.p-company-greeting h3 {
  font-weight: 700;
  font-size: 2.375rem;
  color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-company-greeting h3 {
    font-size: 4.8125rem;
    margin-left: 16.25rem;
  }
}

.p-company-greeting__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.625rem;
    margin-top: 9.375rem;
  }
}

.p-company-greeting__left {
  display: none;
  background-color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__left {
    display: block;
    width: 39.875rem;
    height: 60.3125rem;
    padding: 1.875rem;
  }
}

.p-company-greeting__left-border {
  height: 100%;
  border: 0.125rem solid #fff;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__left-border {
    border: 0.3125rem solid #fff;
  }
}

.p-company-greeting__right {
  padding: 0.5rem;
  color: #fff;
  background-color: #B78A49;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__right {
    width: calc(100% - 42.5rem);
    padding: 2.5rem;
  }
}

.p-company-greeting__right-border01 {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__right-border01 {
    padding: 1.875rem;
  }
}

.p-company-greeting__right-border01,
.p-company-greeting__right-border02 {
  border: 0.125rem solid #fff;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__right-border01,
  .p-company-greeting__right-border02 {
    border: 0.3125rem solid #fff;
  }
}

.p-company-greeting__right-border02 {
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__right-border02 {
    padding: 3.5625rem 5.625rem 4.375rem;
  }
}

.p-company-greeting__right h4 {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__right h4 {
    font-size: 4.25rem;
  }
}

.p-company-greeting__right p {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-greeting__right p {
    font-size: 3rem;
    margin-top: 2.5rem;
    line-height: 4.25rem;
  }
}

/* p-company-business
-----------------------------------------------------*/
.p-company-business {
  margin-top: 2.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-company-business {
    margin-top: 0;
    padding-top: 13.75rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-business__inner {
    max-width: 120rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.p-company-business h3 {
  font-weight: 700;
  font-size: 2.375rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-business h3 {
    font-size: 4.8125rem;
    margin-right: 17.5rem;
    text-align: right;
  }
}

.p-company-business__flex {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-business__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    margin-top: -7.1875rem;
  }
}

.p-company-business ul li {
  padding: 1.875rem 1.25rem;
  color: #B78A49;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-business ul li {
    padding: 6.25rem 4.375rem 6.875rem;
  }
}

.p-company-business ul li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-business ul li + li {
    margin-top: 15.625rem;
  }
}

.p-company-business ul li h4 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-business ul li h4 {
    font-size: 3.625rem;
  }
}

.p-company-business ul li p {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-business ul li p {
    font-size: 1.8125rem;
    margin-top: 2.5rem;
  }
}

.p-company-business ul li img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-business ul li img {
    margin-top: 4.6875rem;
  }
}

/* p-company-overview
-----------------------------------------------------*/
.p-company-overview {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company-overview__inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-company-overview h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-company-overview h3 {
    font-size: 4.8125rem;
    line-height: 5rem;
  }
}

.p-company-overview__info {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-overview__info {
    width: 58.75rem;
    margin-top: 10.3125rem;
    margin-left: auto;
  }
}

.p-company-overview__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #61402D;
}
@media screen and (min-width: 768px) {
  .p-company-overview__info dl {
    font-size: 1.8125rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 0.125rem solid #61402D;
  }
}

.p-company-overview__info dl:first-child {
  padding-top: 0;
}

.p-company-overview__info dl dt {
  width: 7.5rem;
  color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-company-overview__info dl dt {
    width: 18.125rem;
  }
}

.p-company-overview__info dl dd {
  width: calc(100% - 7.5rem);
  color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-company-overview__info dl dd {
    width: calc(100% - 18.125rem);
  }
}

.p-contact-content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #FCF1C7;
}
@media screen and (min-width: 768px) {
  .p-contact-content {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-contact h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-contact h3 {
    font-size: 4.8125rem;
    line-height: 5rem;
  }
}

.p-contact-text {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 1.25rem;
  color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-contact-text {
    font-size: 1.9375rem;
    margin-top: 8.75rem;
    line-height: 3.625rem;
  }
}

/* p-contact-form
--------------------------*/
.p-contact-form {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    margin-top: 9.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-contact-item + .p-contact-item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item + .p-contact-item {
    margin-top: 4.8125rem;
  }
}

.p-contact-item h4 {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item h4 {
    width: 24.375rem;
    font-size: 1.9375rem;
  }
}

.p-contact-item h4 label span {
  color: #E92338;
}

.p-contact-item__input {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input {
    width: calc(100% - 24.375rem);
    margin-top: 0;
  }
}

.p-contact-item__input input {
  height: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input input {
    height: 3.9375rem;
  }
}

.p-contact-item__input input,
.p-contact-item__input textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.625rem;
  border: 0.125rem solid #B78A49;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input input,
  .p-contact-item__input textarea {
    font-size: 1.5rem;
  }
}

.p-contact-item__input textarea {
  height: 12.5rem;
  resize: none;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input textarea {
    height: 18.75rem;
  }
}

.p-contact-btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-btn {
    margin-top: 9.375rem;
  }
}

.p-contact-btn input {
  font-weight: 500;
  font-size: 1.125rem;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  color: #61402D;
  background-color: #fff;
  border: 0.125rem solid #61402D;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-contact-btn input {
    width: auto;
    width: initial;
    font-size: 1.9375rem;
    padding: 1.5625rem 4rem;
    border: 0.25rem solid #61402D;
  }
}

.p-contact-btn input:hover {
  color: #fff;
  background-color: #61402D;
}

/* チェックボックスラベルのスタイル
--------------------------*/
.p-contact-checkbox {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox {
    margin-top: 0;
  }
}

.p-contact-checkbox label {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  padding-left: 1.875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox label {
    font-size: 1.9375rem;
    padding-left: 4rem;
  }
}

.p-contact-checkbox input {
  display: none;
}

/* チェックボックスのカスタムデザイン
--------------------------*/
.p-contact-checkbox .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 0.125rem solid #B78A49;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox .wpcf7-list-item-label::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-contact-checkbox .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_check-white.png) no-repeat center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox .wpcf7-list-item-label::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

/* チェックボックスがチェックされた時のデザイン
--------------------------*/
.p-contact-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #B78A49;
}

.p-contact-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* contact form7
-----------------------------------------------------*/
.wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.6875rem;
}

.wpcf7-spinner {
  display: none;
  position: absolute;
  right: -3.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-spinner {
    right: -6.25rem;
  }
}

.p-flow-faq h3 {
  font-weight: 700;
  font-size: 2.375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow-faq h3 {
    font-size: 4.8125rem;
    line-height: 5rem;
  }
}

/* p-flow
-----------------------------------------------------*/
.p-flow {
  padding-top: 3.75rem;
  color: #fff;
  background-color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-flow-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-flow ul {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow ul {
    max-width: calc(67rem + 50px);
    margin-top: 9.875rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-flow ul li {
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 7.8125rem;
  }
}

.p-flow ul li::after {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 0.9375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_triangle-white.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-flow ul li::after {
    width: 5.9375rem;
    height: 2.1875rem;
  }
}

.p-flow ul li + li {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-flow ul li + li {
    margin-top: 5.625rem;
  }
}

.p-flow ul li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 2rem;
  width: 3.125rem;
  height: 3.125rem;
  color: #B78A49;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow ul li > p {
    font-size: 5.3125rem;
    width: 9.5rem;
    height: 9.5rem;
    line-height: 5.625rem;
  }
}

.p-flow-text {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow-text {
    width: calc(100% - 12.5rem);
    margin-top: 0;
    margin-left: 3rem;
  }
}

.p-flow-text p:nth-child(1) {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow-text p:nth-child(1) {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.p-flow-text p:nth-child(2) {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-flow-text p:nth-child(2) {
    font-size: 1.8125rem;
    margin-top: 2.0625rem;
    padding-top: 1.875rem;
    border-top: 0.1875rem solid #fff;
    line-height: 2.6875rem;
  }
}

/* p-faq
-----------------------------------------------------*/
.p-faq {
  margin-top: -0.1875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-top: 16.875rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-faq-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* faq-accordion
--------------------------*/
.p-faq-accordion {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion {
    max-width: calc(61.875rem + 50px);
    margin-top: 11.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-faq-accordion li {
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-faq-accordion li:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.p-faq-accordion li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion li + li {
    margin-top: 6.25rem;
  }
}

.p-faq-accordion__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq-accordion p {
  font-weight: 700;
  color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion p {
    line-height: 2.6875rem;
  }
}

.p-faq-accordion p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion p:nth-child(1) {
    width: 7.1875rem;
    height: 7.1875rem;
    font-size: 3.625rem;
  }
}

.p-faq-accordion p:nth-child(2) {
  font-size: 0.875rem;
  width: calc(100% - 3.125rem);
  padding: 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq-accordion p:nth-child(2) {
    width: calc(100% - 7.1875rem);
    font-size: 1.625rem;
    padding: 0.75rem 3.75rem 0.75rem 1.25rem;
  }
}

.p-faq-accordion__q p:nth-child(1) {
  height: -webkit-fill-available;
  color: #fff;
  background-color: #B78A49;
}

.p-faq-accordion__a {
  display: none;
}

.p-faq-accordion__a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-faq-accordion__a-flex p:nth-child(2) {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-fv {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-fv-top {
    max-width: 120rem;
    width: 100%;
    margin-top: 4.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fv-top__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv-top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 108.125rem;
    width: 100%;
    margin-left: auto;
  }
}

.p-fv-top__text01 {
  position: absolute;
  top: 7.8125rem;
  left: 0;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-fv-top__text01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-fv-top__text01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-fv-top__text01::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-fv-top__text01 p {
  position: relative;
  z-index: 1;
}

.p-fv-top__text01 p:nth-child(1) {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fv-top__text01 p:nth-child(1) {
    font-size: 4.5rem;
    line-height: 5.375rem;
  }
}

.p-fv-top__text01 p:nth-child(2) {
  font-family: "Crimson Text", serif;
  font-size: 1.125rem;
  margin-top: 0.5rem;
  color: #fff;
  /* 縁取りの太さと色 */
  -webkit-text-stroke: 1px #61402D;
}
@media screen and (min-width: 768px) {
  .p-fv-top__text01 p:nth-child(2) {
    font-size: 2.25rem;
    margin-top: 1.125rem;
    -webkit-text-stroke: 0.125rem #61402D;
  }
}

.p-fv-top__text02 {
  font-weight: 700;
  font-size: 1.75rem;
  position: absolute;
  bottom: 9.375rem;
  left: 0;
  color: #fff;
  /* 縁取りの太さと色 */
  -webkit-text-stroke: 1px #61402D;
}
@media screen and (min-width: 768px) {
  .p-fv-top__text02 {
    font-size: 4.5rem;
    bottom: -6.5625rem;
    left: auto;
    left: initial;
    right: 9.625rem;
    line-height: 5rem;
    -webkit-text-stroke: 0.125rem #61402D;
  }
}

.p-fv-top__left img {
  width: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv-top__left img {
    width: 33.25rem;
  }
}

.p-fv-top__left {
  width: 15.625rem;
  height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv-top__left {
    width: 33.25rem;
    height: 45.4375rem;
  }
}

.p-fv-top__right {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-fv-top__right {
    width: calc(100% - 43.875rem);
    margin-top: 0;
    margin-left: 10.625rem;
  }
}

.p-fv-top__right img {
  width: 18.75rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-fv-top__right img {
    width: 63.4375rem;
    margin-left: 0;
    margin-left: initial;
  }
}

/* p-fv-protect
-----------------------------------------------------*/
.p-fv-protect {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv-protect {
    max-width: 120rem;
    width: 100%;
    margin-top: 4.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-fv-protect__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 103.125rem;
    width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-fv-protect__info {
    width: calc(100% - 63.1875rem);
  }
}

.p-fv-protect__info-title {
  font-weight: 700;
  color: #61402D;
}

.p-fv-protect__info-title h2 {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv-protect__info-title h2 {
    font-size: 3.75rem;
  }
}

.p-fv-protect__info-title p {
  font-size: 1.875rem;
  margin-top: 0.4375rem;
  line-height: 1;
}

.p-fv-protect__info-text {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1.875rem;
  color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-fv-protect__info-text {
    font-size: 1.125rem;
    margin-top: 3.4375rem;
    line-height: 2.375rem;
  }
}

.p-fv-protect .c-btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-fv-protect .c-btn {
    margin-top: 5.9375rem;
    text-align: center;
  }
}

.p-fv-protect__content img {
  width: 15.625rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-fv-protect__content img {
    width: 60.8125rem;
    margin-left: 2.375rem;
  }
}

.p-privacy-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-content {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-privacy h3 {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy h3 {
    font-size: 4.8125rem;
    line-height: 5rem;
  }
}

.p-privacy-content p {
  font-size: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-content p {
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }
}

.p-recruit-content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #fff;
  background-color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-recruit-content {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-inner {
    max-width: calc(75rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-recruit h3 {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit h3 {
    font-size: 4.8125rem;
    line-height: 5rem;
  }
}

.p-recruit-info {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-info {
    width: 58.75rem;
    margin-top: 10.3125rem;
    margin-left: auto;
  }
}

.p-recruit-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #FCF1C7;
}
@media screen and (min-width: 768px) {
  .p-recruit-info dl {
    font-size: 1.8125rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-bottom: 0.125rem solid #FCF1C7;
  }
}

.p-recruit-info dl:first-child {
  padding-top: 0;
}

.p-recruit-info dl dt {
  font-weight: 700;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-info dl dt {
    width: 18.125rem;
  }
}

.p-recruit-info dl dd {
  font-weight: 500;
  width: calc(100% - 6.25rem);
}
@media screen and (min-width: 768px) {
  .p-recruit-info dl dd {
    width: calc(100% - 18.125rem);
  }
}

.p-service-content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-service-content {
    padding-top: 15.625rem;
    padding-bottom: 15.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-inner {
    max-width: calc(74rem + 50px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 768px) {
  .p-service-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.25rem;
  }
}

.p-service ul li {
  padding: 1.875rem 1.25rem;
  color: #B78A49;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service ul li {
    padding: 3.75rem 2.1875rem;
  }
}

.p-service ul li + li {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service ul li + li {
    margin-top: 10rem;
  }
}

.p-service ul li h3 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service ul li h3 {
    font-size: 2.375rem;
  }
}

.p-service ul li p {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service ul li p {
    font-size: 1.1875rem;
    margin-top: 2.5rem;
  }
}

.p-service ul li img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service ul li img {
    margin-top: 2.5rem;
  }
}

.p-top-blog {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #61402D;
}
@media screen and (min-width: 768px) {
  .p-top-blog {
    padding-top: 10rem;
    padding-bottom: 10.9375rem;
  }
}

.p-top-blog .c-title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-blog .c-title {
    margin-left: 9.375rem;
  }
}

.p-top-blog .c-btn {
  position: relative;
  -webkit-transform: translateY(-0.8125rem);
          transform: translateY(-0.8125rem);
  pointer-events: none;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-top-blog .c-btn {
    -webkit-transform: translateY(-3.15625rem);
            transform: translateY(-3.15625rem);
    margin-left: 10rem;
  }
}

.p-top-blog .c-btn a {
  pointer-events: initial;
}

.p-top-blog__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-blog__inner {
    max-width: 95rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-blog__swiper {
  margin-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__swiper {
    max-width: 73.875rem;
    width: 100%;
    margin-top: 9.0625rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: auto;
    padding-bottom: 14.375rem;
  }
}

.p-top-blog .swiper-slide {
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-blog .swiper-slide {
    border-radius: 1.25rem;
  }
}

.p-top-blog .swiper-slide img {
  height: auto;
  border-radius: 0.75rem;
  aspect-ratio: 548/390;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-top-blog .swiper-slide img {
    border-radius: 1.25rem;
  }
}

.p-top-blog .swiper-slide-prev,
.p-top-blog .swiper-slide-active {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog .swiper-slide-prev,
  .p-top-blog .swiper-slide-active {
    margin-top: 4.375rem;
  }
}

.p-top-blog .swiper-button-prev,
.p-top-blog .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  top: auto;
  top: initial;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-blog .swiper-button-prev,
  .p-top-blog .swiper-button-next {
    width: 8.5625rem;
    height: 8.5625rem;
  }
}

.p-top-blog .swiper-button-prev {
  left: auto;
  left: initial;
  right: calc(3.75rem + 20px);
}
@media screen and (min-width: 768px) {
  .p-top-blog .swiper-button-prev {
    right: 9.8125rem;
  }
}

.p-top-blog .swiper-button-next {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-blog .swiper-button-next {
    right: 0;
  }
}

.p-top-blog .swiper-button-prev:hover,
.p-top-blog .swiper-button-next:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.75" /><feFuncG type="linear" slope="0.75" /><feFuncB type="linear" slope="0.75" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}

.p-top-company {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    max-width: 120rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9.875rem;
    padding-bottom: 15.8125rem;
  }
}

.p-top-company__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-company__inner {
    max-width: 115.625rem;
    width: 100%;
    margin-left: auto;
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company .c-title {
    padding-top: 2.3125rem;
    margin-left: 17.5rem;
  }
}

.p-top-company ul {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-company ul {
    max-width: 46.875rem;
    width: 100%;
    margin-top: 6.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-company ul li a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  width: 100%;
  padding: 1.25rem 0.9375rem;
  color: #B78A49;
  background-color: #fff;
  border-top: 0.1875rem dashed #B78A49;
}
@media screen and (min-width: 768px) {
  .p-top-company ul li a {
    font-size: 1.875rem;
    padding: 3.75rem 0.3125rem;
  }
}

.p-top-company ul li:last-child a {
  border-bottom: 0.1875rem dashed #B78A49;
}

.p-top-company ul li a::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_link-btn.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-company ul li a::after {
    width: 3.9375rem;
    height: 3.9375rem;
  }
}

.p-top-company__img01 {
  position: absolute;
  height: 6.25rem;
  top: 2.5rem;
  right: 7.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-company__img01 {
    height: 49.625rem;
    top: 0;
    right: 0;
  }
}

.p-top-company__img02 {
  position: absolute;
  height: 9.375rem;
  top: -1.875rem;
  right: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-company__img02 {
    height: 23.4375rem;
    top: auto;
    top: initial;
    bottom: 0;
    left: 0;
    right: auto;
    right: initial;
  }
}

.p-top-company__img01 img {
  width: 6.25rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-company__img01 img {
    width: 29.6875rem;
    aspect-ratio: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

.p-top-company__img02 img {
  width: 9.375rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-company__img02 img {
    width: 23.4375rem;
    aspect-ratio: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

/* hover
--------------------------*/
.p-top-company ul li a:hover {
  background-color: #FCF1C7;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.p-top-flow-faq {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #61402D;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq {
    padding-top: 10.625rem;
    padding-bottom: 16.25rem;
  }
}

.p-top-flow-faq__deco {
  position: absolute;
  width: 18.75rem;
  bottom: 8.75rem;
  right: -9.375rem;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  /* 円の中心を基準に */
  -webkit-transform-origin: 50% calc(50% + 2.40625rem);
          transform-origin: 50% calc(50% + 2.40625rem);
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__deco {
    width: 50.5rem;
    top: 12.1875rem;
    bottom: auto;
    bottom: initial;
    left: -25.625rem;
    right: auto;
    right: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    /* 円の中心を基準に */
    -webkit-transform-origin: 50% calc(50% + 6.5625rem);
            transform-origin: 50% calc(50% + 6.5625rem);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__inner {
    max-width: 120rem;
  }
}

.p-top-flow-faq__contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__contents {
    max-width: 79.6875rem;
    width: 100%;
    margin-left: auto;
    margin-right: 11.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-top-flow-faq ul li:nth-child(2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(2) {
    margin-top: 7.5rem;
    margin-left: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-top-flow-faq__text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(1) .p-top-flow-faq__text {
    width: calc(100% - 46.5625rem);
    margin-bottom: 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(2) .p-top-flow-faq__text {
    width: calc(100% - 34.6875rem);
  }
}

.p-top-flow-faq__text h2 {
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__text h2 {
    font-size: 3.75rem;
  }
}

.p-top-flow-faq__text p {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__text p {
    font-size: 1.5rem;
    margin-top: 4.25rem;
    line-height: 2.6875rem;
  }
}

.p-top-flow-faq__img {
  position: relative;
  width: 12.5rem;
  height: 17.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__img {
    width: 28.4375rem;
    height: 38.8125rem;
    margin-top: 0;
  }
}

.p-top-flow-faq ul li:nth-child(1) .p-top-flow-faq__img {
  margin-left: auto;
  margin-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(1) .p-top-flow-faq__img {
    margin-left: 18.125rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-top-flow-faq ul li:nth-child(2) .p-top-flow-faq__img {
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(2) .p-top-flow-faq__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 6.25rem;
  }
}

.p-top-flow-faq__img p {
  position: absolute;
  font-weight: 700;
  font-size: 3rem;
  bottom: 4.375rem;
  color: transparent;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  -webkit-text-stroke: 0.125rem #F1DB86;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq__img p {
    font-size: 9.0625rem;
    bottom: 0;
    -webkit-text-stroke: 0.25rem #F1DB86;
  }
}

.p-top-flow-faq ul li:nth-child(1) .p-top-flow-faq__img p {
  right: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(1) .p-top-flow-faq__img p {
    right: -6.25rem;
  }
}

.p-top-flow-faq ul li:nth-child(2) .p-top-flow-faq__img p {
  left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow-faq ul li:nth-child(2) .p-top-flow-faq__img p {
    left: -6.25rem;
  }
}

.p-top-recruit {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    padding-top: 10rem;
    padding-bottom: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-recruit__inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-recruit-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 98.125rem;
    width: 100%;
    margin-left: auto;
  }
}

.p-top-recruit-head__text .c-title {
  color: #fff;
}

.p-top-recruit-head__text > p {
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-head__text > p {
    font-size: 1.125rem;
    margin-top: 5.9375rem;
    line-height: 2.375rem;
  }
}

.p-top-recruit-head__text .c-btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-head__text .c-btn {
    margin-top: 6.25rem;
    text-align: right;
  }
}

.p-top-recruit-head__img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-head__img {
    margin-top: 3.625rem;
  }
}

.p-top-recruit-head__img img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-recruit-head__img img {
    width: 61.25rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-top-recruit__employee {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__employee {
    max-width: 95rem;
    width: 100%;
    margin-top: 9.0625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-recruit__employee h2 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__employee h2 {
    font-size: 3.75rem;
    margin-left: 10rem;
  }
}

.p-top-recruit__employee ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__employee ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 13.125rem;
    margin-top: 6.875rem;
  }
}

.p-top-recruit__employee ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__employee ul li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-recruit__employee-text-wrap {
  position: absolute;
  top: -1.25rem;
  right: 1.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__employee-text-wrap {
    top: -2.5rem;
    right: 1.875rem;
  }
}

.p-top-recruit__employee-text + .p-top-recruit__employee-text {
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__employee-text + .p-top-recruit__employee-text {
    margin-right: 1.0625rem;
  }
}

.p-top-recruit__employee-text p {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #B78A49;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__employee-text p {
    font-size: 2.6875rem;
  }
}

.p-top-service {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  background-color: #B78A49;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-top: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__inner {
    max-width: 120rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-service__contents {
    max-width: 86.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: 10.9375rem;
  }
}

.p-top-service .c-title {
  color: #fff;
}

.p-top-service__content {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.875rem;
  }
}

.p-top-service__info ul li {
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  padding-left: 1.5625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-service__info ul li {
    font-size: 3rem;
    padding-left: 5.625rem;
  }
}

.p-top-service__info ul li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__info ul li + li {
    margin-top: 7.5rem;
  }
}

.p-top-service__info ul li::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.125rem solid #fff;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__info ul li::before {
    width: 3.125rem;
    height: 3.125rem;
    border: 0.3125rem solid #fff;
  }
}

.p-top-service__info .c-btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__info .c-btn {
    margin-top: 7.8125rem;
    text-align: center;
  }
}

.p-top-service__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__img {
    position: absolute;
    top: -5rem;
    right: 0.625rem;
  }
}

.p-top-service__img p {
  position: absolute;
  font-weight: 700;
  font-size: 2.25rem;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 50%;
  right: -1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-top-service__img p {
    font-size: 6.25rem;
    right: -4.6875rem;
  }
}

.p-top-service__img img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__img img {
    width: 49rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__img img {
    aspect-ratio: 1/2;
    -o-object-fit: cover;
       object-fit: cover;
    height: 13.75rem;
  }
}

.p-top-service__text {
  margin-top: 1.875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    margin-top: 4.5rem;
  }
}

.p-top-service__text p {
  display: inline-block;
  font-weight: 700;
  font-size: 4rem;
  padding-left: 100%;
  color: #B78A49;
  /* 縁取りの太さと色 */
  -webkit-text-stroke: 0.125rem #F1DB86;
  white-space: nowrap;
  -webkit-animation: scroll-text 120s linear infinite;
  animation: scroll-text 120s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-top-service__text p {
    font-size: 7.125rem;
    -webkit-text-stroke: 0.25rem #F1DB86;
  }
}

/* 横にスクロールさせるアニメーション */
@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes scroll-text {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
