@charset "UTF-8";
/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/
#searchForm {
  scroll-margin-top: 100px;
}

a {
  color: #292929;
  display: block;
}

#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  font-family: "Zen Old Mincho", serif;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  #wrapper {
    font-size: 15px;
  }
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.l_container {
  width: 95%;
  margin: 0 auto;
  max-width: 1520px;
}
@media screen and (max-width: 767px) {
  .l_container {
    width: 92.31%;
  }
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 92.31%;
  }
}

.m_container {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .m_container {
    width: 92.31%;
  }
}

.s_container {
  margin: 0 auto;
  max-width: 920px;
}

.s_container-kv {
  width: 96%;
  margin: 0 auto;
  max-width: 900px;
}

.s_container02 {
  margin: 0 auto;
  max-width: 890px;
}
.s_container03 {
  width: 96%;
  margin: 0 auto;
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .s_container03 {
    width: 90%;
  }
}

.s_container04 {
  width: 96%;
  margin: 0 auto;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .s_container04 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
}

.point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.preload * {
  transition: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*
Theme Name: 
Theme URI: https://
Author: Qubic
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
}

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/*///////////////////////////////////////////////////
//
//            ▼ 共通 ▼
//
///////////////////////////////////////////////////*/
.c-link {
  text-decoration: underline;
  text-decoration-color: #BFBFBF;
  display: inline-flex;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-link:hover {
    opacity: 0.7;
  }
}

.c-btn.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 45px;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  border-radius: 3px;
  transition: opacity 0.3s;
  border: 1px solid #292929;
  background: #FFF;
  margin: 0 auto;
  color: #292929;
}
@media screen and (min-width: 768px) {
  .c-btn.cta:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.cta {
    height: 50px;
    font-size: 15px;
    border-radius: 1.38px;
  }
}
.c-btn.cta svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
  margin-left: 8px;
}
.c-btn.cta svg path {
  stroke: #292929;
}

.c-btn.white {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 65px;
  flex-shrink: 0;
  color: #FFF;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  border-radius: 3px;
  background: #fff;
  border: 1px solid #292929;
  background: #FFF;
  margin: 0 auto;
  color: #292929;
  box-shadow: 0 0 5px rgba(147, 147, 147, 0.45);
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
}
.c-btn.white svg path {
  transition: stroke 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn.white:hover {
    background: #292929;
    color: #fff;
    box-shadow: 0 0 5px rgba(147, 147, 147, 0);
  }
  .c-btn.white:hover svg path {
    stroke: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.white {
    height: 50px;
    font-size: 15px;
    border-radius: 1.38px;
    box-shadow: none;
  }
}
.c-btn.white svg {
  width: 27px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-btn.white svg path {
  stroke: #292929;
}

.c-sponsor {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #292929;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
}
@media screen and (max-width: 767px) {
  .c-sponsor {
    font-size: 12px;
    line-height: 12px;
    /* 95.833% */
  }
}
.c-sponsor span {
  width: 46px;
  height: 18px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  background: #838383;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .c-sponsor span {
    width: 36px;
    height: 15px;
  }
}

.c-uppercase-letter {
  text-transform: uppercase;
}

.fadeIn-jiwa {
  opacity: 0.2;
  filter: blur(15px) brightness(2);
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  .fadeIn-jiwa {
    flex-shrink: 0;
  }
}

.fadeIn-jiwa.active {
  opacity: 1;
  filter: blur(0px) brightness(1);
  transform: scale(1);
  transition: all 1.5s ease-out;
  transition-delay: 1.25s;
}

.q-fade {
  opacity: 0;
  transform: translateY(-5px);
}

.q-fade.active {
  animation: example 0.8s ease 0.8s 1 forwards;
}

.card-fade {
  opacity: 0;
}

.card-fade.active:nth-of-type(1) {
  animation: example 0.8s ease 0.8s 1 forwards;
}
@keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*///////////////////////////////////////////////////
//
//            ▼ トップ-キービジュアル ▼
//
///////////////////////////////////////////////////*/
.p-kv__flex-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-kv__flex-container {
    flex-direction: column;
    gap: 0;
  }
}
.p-kv__txt {
  padding: 24px 0 0;
  margin-left: 64px;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 270%;
  color: #1D1D1D;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-kv__txt {
    order: 2;
    padding: 0;
    margin: 0;
    margin-top: -50px;
    z-index: 4;
    width: 100%;
  }
}
.p-kv__txt .f-24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-kv__txt .f-24 {
    font-size: 21px;
  }
}
.p-kv__txt .f-30 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-kv__txt .f-30 {
    font-size: 26px;
  }
}
.p-kv__txt .f-50 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .p-kv__txt .f-50 {
    font-size: 44px;
  }
}
.p-kv__txt .f-40 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-kv__txt .f-40 {
    font-size: 30px;
  }
}
.p-kv__txt::before {
  content: "";
  position: absolute;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -41%);
  width: 715px;
  height: 372px;
  border-radius: 44.6875rem;
  background: #F9F2E6;
  filter: blur(32px);
}
@media screen and (max-width: 767px) {
  .p-kv__txt::before {
    width: 585.938px;
    height: 245.43px;
    border-radius: 585.938px;
    background: rgba(249, 242, 230, 0.7);
    filter: blur(14.1509437561px);
    z-index: -1;
    transform: translate(-50%, -44%);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg {
    position: absolute;
    bottom: -93%;
    left: 50%;
    width: 480.652px;
    height: 291.937px;
    z-index: -1;
    transform: translate(-55%, 0%);
  }
}
.p-kv__main-img-wrap {
  position: relative;
  z-index: 3;
  width: 337px;
}
@media screen and (max-width: 767px) {
  .p-kv__main-img-wrap {
    order: 1;
    width: 424.086px;
    height: 505.012px;
    flex-shrink: 0;
    aspect-ratio: 131/156;
  }
}
.p-kv__main-img {
  width: 100%;
  height: 100%;
}
.p-kv__ring-img {
  position: absolute;
  top: -6%;
  left: 4%;
  width: 350px;
  height: 445px;
}
@media screen and (max-width: 767px) {
  .p-kv__ring-img {
    position: relative;
    flex-shrink: 0;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__ring-img-wrap {
    position: absolute;
    width: 344.487px;
    height: 481.132px;
    flex-shrink: 0;
    aspect-ratio: 58/81;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
.p-kv__bg-left {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 42.39583333vw;
  z-index: 2;
  transform: translate(-120%, 0%);
}
.p-kv__bg-right {
  position: absolute;
  top: 39%;
  right: 50%;
  z-index: 2;
  width: 57.9166666vw;
  transform: translate(100%, 0%);
}
.p-kv__desc {
  margin: 160px auto 0;
  display: flex;
  justify-content: center;
  color: #292929;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .p-kv__desc {
    margin-top: 141px;
    padding: 0 20px;
  }
}

/* スクロールダウンの位置 */
.scroll {
  margin-top: 65px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  color: #A89A70;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .scroll {
    margin-top: 45px;
    font-size: 14.717px;
  }
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    height: 56px;
    bottom: -67px;
  }
}

/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .scroll::after {
    height: 56px;
    bottom: -67px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*///////////////////////////////////////////////////
//
//            ▼ エレメント実装 ▼
//
///////////////////////////////////////////////////*/
.p-element {
  margin: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .p-element {
    flex-direction: column;
    margin: 100px 0 0;
  }
}
.p-element__flex-container {
  display: flex;
  justify-content: center;
  gap: 41.85px;
}
@media screen and (max-width: 767px) {
  .p-element__flex-container {
    flex-direction: column;
    gap: 20px;
  }
}
.p-element__main-img {
  width: 430px;
  height: 547px;
}
@media screen and (max-width: 767px) {
  .p-element__main-img {
    margin: 0 auto;
    width: 255.616px;
    height: 304.369px;
    flex-shrink: 0;
    aspect-ratio: 173/206;
  }
}
.p-element__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-element__txt {
    gap: 0;
  }
}
.p-element__txt-img {
  width: 273.726px;
  height: 209.532px;
}
@media screen and (max-width: 767px) {
  .p-element__txt-img {
    width: 199.882px;
    height: 153.006px;
  }
}
.p-element__desc {
  color: #292929;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-element__desc {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
  }
}
.p-element .c-btn {
  width: 370px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .p-element .c-btn {
    margin-top: 40px;
    width: 242.335px;
    height: 48.644px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-element .c-btn {
    width: 270px;
  }
}
.p-element__bg {
  position: absolute;
  bottom: 24px;
  right: 50%;
  z-index: -1;
  width: 90.52083vw;
  transform: translate(44%, 0%);
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .p-element__bg {
    position: absolute;
    bottom: 295px;
    left: 50%;
    transform: translateX(-50%);
    width: 659.346px;
    height: 121.6px;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ 相性診断 ▼
//
///////////////////////////////////////////////////*/
.p-type {
  margin: 95px 0 0;
}
@media screen and (max-width: 767px) {
  .p-type {
    flex-direction: column;
    margin: 66px 0 0;
  }
}
.p-type__flex-container {
  display: flex;
  justify-content: center;
  gap: 41.85px;
}
@media screen and (max-width: 767px) {
  .p-type__flex-container {
    flex-direction: column;
    gap: 15px;
  }
}
.p-type__main-img {
  width: 434px;
  height: 547px;
}
@media screen and (max-width: 767px) {
  .p-type__main-img {
    order: 1;
    margin: 0 auto;
    width: 256.486px;
    height: 326.356px;
    flex-shrink: 0;
    aspect-ratio: 173/206;
  }
}
.p-type__txt {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-type__txt {
    order: 2;
    margin-top: 17px;
    gap: 0;
  }
}
.p-type__txt-img {
  width: 264px;
}
@media screen and (max-width: 767px) {
  .p-type__txt-img {
    width: 193.249px;
  }
}
.p-type__desc {
  color: #292929;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-type__desc {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
  }
}
.p-type .c-btn {
  width: 370px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .p-type .c-btn {
    margin-top: 40px;
    width: 242.335px;
    height: 48.644px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-type .c-btn {
    width: 270px;
  }
}
.p-type__bg {
  position: absolute;
  bottom: -166px;
  right: 50%;
  z-index: -1;
  width: 90.52083vw;
  max-width: inherit;
  transform: translate(56%, 0%);
}
@media screen and (max-width: 767px) {
  .p-type__bg {
    position: absolute;
    right: 50%;
    transform: translate(56%, 0%);
    bottom: 312px;
    width: 1083.87px;
    height: 188.38px;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ エンゲージ ▼
//
///////////////////////////////////////////////////*/
.p-engage {
  margin: 95px 0 0;
}
@media screen and (max-width: 767px) {
  .p-engage {
    flex-direction: column;
    margin: 66px 0 0;
  }
}
.p-engage__flex-container {
  display: flex;
  justify-content: center;
  gap: 41.85px;
}
@media screen and (max-width: 767px) {
  .p-engage__flex-container {
    flex-direction: column;
    gap: 0;
  }
}
.p-engage__main-img {
  width: 434px;
  height: 547px;
}
@media screen and (max-width: 767px) {
  .p-engage__main-img {
    margin: 0 auto;
    width: 256.486px;
    height: 326.356px;
    flex-shrink: 0;
    aspect-ratio: 173/206;
  }
}
.p-engage__txt {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-engage__txt {
    margin-top: 17px;
    gap: 0;
  }
}
.p-engage__ttl {
  color: #292929;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  /* 133.333% */
}
@media screen and (max-width: 767px) {
  .p-engage__ttl {
    font-size: 21.226px;
    line-height: 26.533px;
    /* 125% */
  }
}
.p-engage__orn {
  width: 133px;
  height: 9px;
}
.p-engage__desc {
  color: #292929;
  line-height: 25px;
  /* 156.25% */
}
@media screen and (max-width: 767px) {
  .p-engage__desc {
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
  }
}
.p-engage .c-btn {
  width: 370px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .p-engage .c-btn {
    margin-top: 40px;
    width: 242.335px;
    height: 48.644px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-engage .c-btn {
    width: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .p-engage .c-btn {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .p-engage__bg {
    position: absolute;
    z-index: -1;
    bottom: 162px;
    width: 1083.87px;
    height: 191.48px;
    right: 50%;
    transform: translateX(40%);
    max-width: inherit;
  }
}

.e-cta {
  margin: 130px 0 0;
  position: relative;
  padding: 115px 0 125px;
}
@media screen and (max-width: 767px) {
  .e-cta {
    margin: 53px 0 0;
    padding: 55px 0 59px;
  }
}
@media screen and (max-width: 767px) {
  .e-cta .s_container03 {
    display: contents;
  }
}
.e-cta__bg {
  position: absolute;
  top: 318px;
  left: 50%;
  z-index: -1;
  width: 81.770833vw;
  transform: translate(-62%, 0%);
  max-width: inherit;
}
.e-cta__ornament {
  width: 133px;
  height: 9px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
}
.e-cta__title {
  color: #292929;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  /* 109.375% */
}
@media screen and (max-width: 767px) {
  .e-cta__title {
    font-size: 22px;
    line-height: 25.295px;
    /* 114.583% */
  }
}
.e-cta__box {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .e-cta__box {
    flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
  }
}
.e-cta__img {
  background: url(<path-to-image>) lightgray -40.699px -160.907px/117.508% 193.909% no-repeat;
  box-shadow: 10px 10px 1px 0px rgba(101, 140, 150, 0.08);
  width: 427px;
}
@media screen and (max-width: 767px) {
  .e-cta__img {
    width: 100%;
    background: url(<path-to-image>) lightgray -38.225px -151.153px/117.508% 193.909% no-repeat;
    box-shadow: 4.599px 4.599px 0.46px 0px rgba(101, 140, 150, 0.08);
  }
}
.e-cta__txt {
  width: 376px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .e-cta__txt {
    width: 100%;
  }
}
.e-cta__txt-desc {
  text-align: center;
}
.e-cta .c-cta-wrap {
  margin-top: 35px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .e-cta .c-cta-wrap .c-btn {
    width: 252.028px;
  }
}
.e-cta__desc {
  text-align: center;
  margin-top: 125px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .e-cta__desc {
    margin-top: 59px;
    font-size: 12px;
    line-height: 18.396px;
    /* 166.667% */
  }
}
.e-cta__desc + .e-cta__desc {
  margin-top: 32px;
}

.img_scroll {
  will-change: transform;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}/*# sourceMappingURL=main.css.map */