@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

a {
  color: inherit;
  transition: 0.3s;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner {
  width: 80vw;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 85vw;
  }
}

.mb100 {
  margin-bottom: 5.2083333333vw;
}

.center {
  text-align: center;
}

/* 下層ページ共通 */
.pagetitle {
  background-color: #DDD6C7;
  padding: 4vw 0;
  margin-top: 60px;
}
.pagetitle .pagetitle__tit {
  font-family: "Jost", sans-serif;
  font-size: clamp(24px, 2.6vw, 50px);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.pagetitle .pagetitle__tit__sub {
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 2em;
}
.pagetitle .pagetit-area__txt {
  margin-top: 30px;
}

.page-section-tit {
  font-family: "Jost", sans-serif;
  font-size: clamp(20px, 2.6vw, 50px);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

/* ボタン */
.btn__gotop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
  width: 20px;
  display: none;
}
@media (max-width: 768px) {
  .btn__gotop {
    bottom: 30px;
    right: 10px;
    width: 15px;
  }
}
.btn__gotop a:hover {
  opacity: 0.5;
}

.btn01 a {
  font-size: clamp(14px, 0.94vw, 18px);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  border: 1px solid #2C2C2C;
  background-color: #2C2C2C;
  color: #fff;
  border-radius: 30px;
  padding: 10px 50px;
}
@media (max-width: 768px) {
  .btn01 a {
    padding: 5px 30px;
  }
}
.btn01 a:hover {
  background-color: #DDD6C7;
  color: #000;
}

/* パンくずリスト */
.breadcrumbs {
  margin-inline: 50px;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-family: "Jost", "Zen Kaku Gothic New", serif;
  letter-spacing: 2px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-inline: 20px;
  }
}

.breadcrumbs a {
  transition: opacity 0.6s;
}

.breadcrumbs a:hover {
  opacity: 0.6;
}

/* ページネーション */
.pagination {
  text-align: center;
  margin: 50px 0 150px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .pagination {
    margin-bottom: 70px;
  }
}

.current {
  color: #fff;
  background-color: #000;
}

.page-numbers {
  padding: 5px 12px;
}

#lp {
  background-image: radial-gradient(#ffffff, #ede2e2);
}
#lp img {
  vertical-align: middle;
}
@media (hover: hover) {
  #lp .btn01:hover {
    transition: transform 0.3s ease;
    transform-origin: center;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
#lp .lp__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
#lp .lp__fv {
  position: relative;
}
#lp .lp__fv__tit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  opacity: 0;
}
#lp .lp__fv__pic01 {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 43%;
}
#lp .lp__fv__pic02 {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 40%;
}
#lp .lp__fv__pic03 {
  position: absolute;
  bottom: 3%;
  left: 5%;
  width: 52%;
}
#lp .lp__fv__pic04 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 39%;
}
#lp .lp__cta01 {
  position: relative;
}
#lp .lp__cta01__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
}
#lp .lp__teamgallery__infinity-border {
  width: 100%;
  overflow: hidden;
}
#lp .lp__teamgallery__scroll-image {
  width: 500%;
  aspect-ratio: 2226/145;
  background: url("../img/lp/teamgallery-pic.webp") repeat-x left center;
  background-size: 50% 100%;
  animation: infinity-scroll 30s linear infinite;
}
#lp .lp__teamgallery__slide-wrap {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
#lp .lp__teamgallery__slide-content {
  height: auto;
}
#lp .lp__teamgallery__slide-content img {
  width: 100%;
  height: auto;
  display: block;
}
#lp .lp__photogallery__slide-wrap {
  width: 100%;
  overflow: hidden;
}
#lp .lp__photogallery__slide-content {
  height: auto;
}
#lp .lp__photogallery__slide-content img {
  width: 100%;
  height: auto;
  display: block;
}
#lp .lp__entry {
  background-image: url("../img/lp/entry-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#lp .lp__cta02__btn img {
  width: 90%;
  margin: 0 auto;
  display: block;
  /* アニメーションの準備（ここにあると戻る時もスムーズ） */
  transition: scale 0.3s ease;
  scale: 1;
  /* マウス操作ができるデバイスのみホバーを有効化 */
}
@media (hover: hover) {
  #lp .lp__cta02__btn img:hover {
    scale: 1.05;
  }
}
#lp .lp__footer {
  background-color: #931C5A;
  padding: 60px 0;
}
#lp .lp__footer h2 {
  width: 60%;
  margin: 0 auto 30px;
  display: block;
}
#lp .lp__footer p {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
#lp .lp__footer p a:hover {
  text-decoration: underline;
}
#lp .lp__footer__copyright {
  margin-top: 30px;
}
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    /* 「要素の半分（画像1枚分）」移動した瞬間にループさせる */
    transform: translateX(-50%);
  }
}
#lp {
  /* フォーム */
}
#lp .lp__entry__form {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
#lp .lp__entry__form__annotation {
  font-size: 14px;
  text-align: right;
}
#lp .lp__entry__form__annotation span {
  color: #931C5A;
}
#lp .lp__entry__form__txt {
  padding: 30px 0 50px;
  text-align: center;
}
#lp .cf-area {
  padding: 15px 0;
}
@media (max-width: 768px) {
  #lp .cf-area {
    padding: 10px 0;
  }
}
#lp .cf-area:last-of-type {
  padding: 0 0 15px 0;
}
#lp .cf-area dt {
  line-height: 2em;
}
#lp .cf-area dd {
  flex: 1;
}
#lp .cf-area input {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}
#lp .cf-area input:focus,
#lp .cf-area textarea:focus {
  outline: none;
  background: #e3edf6;
}
#lp .cf-area select {
  padding: 5px;
  border: 1px solid black;
}
#lp .flex-row p {
  display: flex;
  align-items: center;
  gap: 5px;
}
#lp .cf-area p span.red {
  color: #931C5A;
}
#lp .acceptance a {
  border-bottom: 1px solid #000;
}
#lp {
  /* .cf-send {
    width: 300px;
    background-color: green;
    color: #fff;
    margin: 30px auto;
    text-align: center;
    border-radius: 50px;
    position: relative;
    @media (max-width: 768px) {
      width: 250px;
    }
    &::after{
          content: "";
          background-image: url(../img/icon-arrow-white.png);
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          width: 6px;
          height: 12px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }
  }

  .cf-send a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    @media (max-width: 768px) {
      font-size: 16px;
    }
  }

  input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Zen Maru Gothic", sans-serif;

    font-size: 18px;
    font-weight: bold;
    width: 300px;
    padding: 5px;
    background-color: green;
    border: 2px solid green;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    @media (max-width: 768px) {
      width: 200px;
      font-size: 16px;
    }
  } */
}
#lp span.wpcf7-spinner {
  display: none;
}
#lp {
  /* input[type="submit"]:hover {
    background-color: #fff;
    color: green;
  } */
}
#lp .wpcf7 textarea {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid;
}
#lp .acceptance {
  text-align: center;
  margin: 40px 0 55px;
}
@media (max-width: 768px) {
  #lp .acceptance {
    font-size: 14px;
  }
}
#lp .wpcf7-list-item {
  margin: 0;
}
#lp #my-submit {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 353/70;
  background: url("../img/lp/entry-btn.webp") no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-indent: -9999px; /* 文字を画面外に飛ばして消す */
  background-color: transparent; /* 背景色を透明に */
  transition: scale 0.3s ease;
}
#lp #my-submit:hover {
  scale: 1.05;
  transition: scale 0.3s ease;
}

/* 共通の初期状態（アニメーション開始前は透明にしておく） */
.lp__fv__tit,
.lp__fv__pic01,
.lp__fv__pic02,
.lp__fv__pic03,
.lp__fv__pic04 {
  opacity: 0;
}

.lp__fv__tit {
  animation: fadeInTit 0.5s ease both 0s;
}

.lp__fv__pic01 {
  animation: fadeIn 0.5s ease both 0.3s;
}

.lp__fv__pic02 {
  animation: fadeIn 0.5s ease both 0.6s;
}

.lp__fv__pic03 {
  animation: fadeIn 0.5s ease both 0.9s;
}

.lp__fv__pic04 {
  animation: fadeIn 0.5s ease both 1.2s;
}

@keyframes fadeInTit {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#thanks .thanks__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#thanks .thanks__tit {
  font-size: 40px;
  text-align: center;
  margin: 200px 0 100px;
  color: #931C5A;
}
@media (max-width: 768px) {
  #thanks .thanks__tit {
    font-size: 24px;
    margin: 100px 0 50px;
  }
}
#thanks .thanks__txt {
  text-align: center;
  margin: 100px 0;
}
@media (max-width: 768px) {
  #thanks .thanks__txt {
    margin: 50px 0;
  }
}
#thanks .thanks__footer {
  background-color: #931C5A;
  padding: 60px 0;
}
#thanks .thanks__footer h2 {
  width: 60%;
  max-width: 400px;
  margin: 0 auto 30px;
  display: block;
}
#thanks .thanks__footer p {
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
#thanks .thanks__footer p a:hover {
  text-decoration: underline;
}
#thanks .thanks__footer__copyright {
  margin-top: 30px;
}

#notfound {
  padding-top: 124px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #notfound {
    padding-top: 100px;
  }
}
#notfound .notfound {
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 768px) {
  #notfound .notfound {
    padding: 70px 0;
  }
}
#notfound .notfound a {
  border-bottom: 1px solid;
}/*# sourceMappingURL=style.css.map */