@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: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

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;
}

/* 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 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  appearance: none;
}

@font-face {
  font-family: 'EB Garamond';
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HuiFontP29';
  /* フォント名を指定 */
  src: url("../../public/HuiFontP29.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "Noto Serif JP", "YJTop Ellipsis", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-size: 0.83333333333333vw;
}

@media screen and (min-width: 1099px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 756px) {
  html {
    font-size: 2.666666666667vw;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-over {
  display: flex !important;
}

.sp-over {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 756px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-over {
    display: none !important;
  }
  .sp-over {
    display: flex !important;
  }
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
  background: url(../images/backgound.webp) repeat center;
}

.Inner {
  max-width: 1099px;
  min-width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1099px) {
  .Inner {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4rem;
  }
}

@media screen and (max-width: 756px) {
  .Inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.Inner--min {
  max-width: 980px;
}

@media screen and (max-width: 756px) {
  .Inner--min {
    max-width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}

h2 {
  font-size: 4rem;
  line-height: 6.5rem;
}

.pc {
  display: inline-block;
}

@media screen and (max-width: 756px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 756px) {
  .sp {
    display: inline-block;
  }
}

.Btn {
  background: #B95A5A;
  font-size: 2.9rem;
  color: #FFFF;
  width: 40.9rem;
  height: 11.3rem;
  display: flex;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-family: 'Hiragino Kaku Gothic ProN-W6';
  cursor: pointer;
}

.Btn:hover {
  opacity: .8;
}

.btn-header {
  background: #B95A5A;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  color: #FFFF;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 9.5rem;
  display: block;
  width: 32.5rem;
  padding: 1rem;
  text-align: center;
  font-size: 2.3rem;
}

@media screen and (max-width: 756px) {
  .btn-header {
    font-size: 1.4rem;
    height: 5.5rem;
    width: 22.5rem;
  }
}

.btn-header span {
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN-W6';
}

@media screen and (max-width: 756px) {
  .btn-header span {
    font-size: 1.1rem;
  }
}

.text {
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (max-width: 756px) {
  .text {
    font-size: 1.6rem;
  }
}

.Cv__container__content__btn__head__link:hover {
  opacity: .8;
}

.slick-arrow:hover {
  opacity: .8;
}

.Btn__tel {
  background: #FACC0A;
}

.Btn__tel__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 4rem;
  position: relative;
}

.Btn__tel__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.4rem;
  background: url(../images/tel_icon.webp) no-repeat center/contain;
}

.Btn__tel__text .num {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
}

.Btn__tel__text .time {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 2rem;
}

.Btn__line {
  background: #0DC754;
  position: relative;
}

.Btn__line__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 4rem;
  position: relative;
}

.Btn__line__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3.4rem;
  background: url(../images/line_icon.webp) no-repeat center/contain;
}

.Btn__line__text .text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.Btn-dis .Btn-dis__message {
  color: white;
  background-color: #6F6453;
  width: 37.9rem;
  margin: 4.65rem auto;
  margin-bottom: 2rem;
  height: 4rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  font-size: 2rem;
  font-family: 'Hiragino Kaku Gothic ProN-W6';
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 756px) {
  .Btn-dis .Btn-dis__message {
    height: 2.5rem;
    font-size: .9rem;
    width: 18.9rem;
    margin-bottom: 1rem;
  }
}

.Btn-dis .Btn-dis__message::after {
  content: '▼';
  position: absolute;
  bottom: -4.3rem;
  left: 0;
  color: #6F6453;
  right: 0;
  margin: 0 auto;
  background: url(../images/.webp) no-repeat center center/cover;
  width: 5rem;
  height: 5rem;
}

@media screen and (max-width: 756px) {
  .Btn-dis .Btn-dis__message::after {
    bottom: -4.7rem;
  }
}

@media screen and (max-width: 756px) {
  .Profile__wrap .Profile__wrap__left .Item:first-of-type {
    border-top: .1rem solid #bcbcbc;
  }
}

.Profile__wrap .Item {
  border-bottom: .1rem solid #bcbcbc;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  padding-top: 3rem;
}

@media screen and (max-width: 756px) {
  .Profile__wrap .Item {
    padding-bottom: 1.4rem;
    padding-top: 1.5rem;
  }
}

.Profile__wrap .Item .Item__left {
  width: 25%;
  display: flex;
  padding-left: 2.8rem;
  font-family: "shippori-mincho", serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}

@media screen and (max-width: 756px) {
  .Profile__wrap .Item .Item__left {
    width: calc(30% - 1rem);
    padding: 0;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.Profile__wrap .Item .Item__right {
  width: 75%;
  font-family: "shippori-mincho", serif;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: normal;
  display: flex;
  line-height: 3rem;
}

@media screen and (max-width: 756px) {
  .Profile__wrap .Item .Item__right {
    width: calc(70% - 1rem);
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

.Profile__wrap .Item .Item__right a {
  color: black;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #999;
  /* 背景色 */
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  /* menuの範囲 */
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  /*  線の位置*/
  height: 3px;
  /*  線の太さ*/
  border-radius: 2px;
  background-color: #666;
  /* ボタンの色*/
  width: 45%;
  /*  ボタンに対する線の長さ*/
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
  height: 60rem;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 5rem;
  width: 5rem;
  bottom: -10rem;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  right: 15.5%;
  bottom: -7.5rem;
  transform: rotate(-180deg);
  background-image: url("../../images/prev.webp");
  background-size: cover;
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 11.5%;
  background-image: url("../../images/prev.webp");
  background-size: cover;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 53.97rem;
  width: fit-content;
  right: 20%;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  position: relative;
  z-index: -10;
  outline: none;
  width: 10px;
  /*ドットボタンのサイズ*/
  height: 10px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #C6C6C6;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #E44141;
  /*ドットボタンの現在地表示の色*/
}

.slick-dots li button:before {
  font-size: 20px;
}

.slick-next.slick-disabled {
  background-image: url("../../images/gray-prev.webp");
  /* 無効時の矢印 */
  transform: rotate(180deg);
  bottom: -7.5rem;
}

.slick-prev.slick-disabled {
  background-image: url("../../images/gray-prev.webp");
  /* 無効時の矢印 */
  transform: rotate(0deg);
}

.Title {
  font-size: 4.4rem;
  font-weight: bold;
  color: #67816F;
}

@media screen and (max-width: 756px) {
  .Title {
    font-size: 2.9rem;
  }
}

.Title span {
  font-weight: bold;
  font-size: 5.4rem;
}

.Rebon__ttl {
  margin-bottom: 5.67rem;
}

@media screen and (max-width: 756px) {
  .Rebon__ttl {
    margin-bottom: 4rem;
  }
}

.Rebon__ttl .Rebon__ttl__dis {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
}

@media screen and (max-width: 756px) {
  .Rebon__ttl .Rebon__ttl__dis {
    height: 1.8rem;
  }
}

.Rebon__ttl .Rebon__ttl__dis div {
  font-size: 2rem;
  font-weight: 600;
  color: #67816F;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 1rem;
}

@media screen and (max-width: 756px) {
  .Rebon__ttl .Rebon__ttl__dis div {
    padding: 0;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1099px) {
  .Rebon__ttl .Rebon__ttl__dis div {
    font-size: 2rem !important;
  }
}

.Rebon__ttl .Rebon__ttl__dis img {
  height: 100%;
}

.Rebon__ttl .Rebon__ttl__title {
  font-size: 3rem;
  font-weight: bold;
  margin: .4rem auto;
  width: 62.3rem;
  height: 9.7rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.5rem;
  color: #67816F;
  background: url(../images/Rebon__ttl__title.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Rebon__ttl .Rebon__ttl__title {
    width: 35.5rem;
    font-size: 1.9rem;
    height: 5.5rem;
    padding-bottom: 2rem;
    margin: .6rem auto;
    background: url(../images/Rebon__ttl__title-sp.webp) no-repeat center center/cover;
  }
}

.Warabi {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 756px) {
  .Warabi {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.Warabi img {
  height: 12rem !important;
}

@media screen and (max-width: 756px) {
  .Warabi img {
    width: 7rem !important;
  }
}

.Warabi .con {
  width: fit-content;
}

@media screen and (max-width: 756px) {
  .Warabi .con {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.Warabi .con .dis {
  font-size: 2.1rem;
  font-weight: bold;
  color: #67816E;
}

@media screen and (max-width: 756px) {
  .Warabi .con .dis {
    font-size: 1.7rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
    line-height: 1rem;
  }
}

.Warabi .con h2 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #67816E;
}

@media screen and (max-width: 756px) {
  .Warabi .con h2 {
    font-size: 2.9rem;
    line-height: 3.7rem;
  }
}

.TTl-slide .slide-title svg {
  width: 100%;
}

.TTl-slide .slide-title img {
  width: 31rem;
}

.TTl-slide .dis {
  font-size: 1.7rem;
}

@media screen and (max-width: 756px) {
  .TTl-slide .dis {
    font-size: 1.5rem;
    line-height: 0rem;
  }
}

.Title-roma {
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 756px) {
  .Title-roma {
    margin-bottom: 2.4rem;
  }
}

.Title-roma .Title__h2 {
  color: white;
  margin-top: -1rem;
}

@media screen and (max-width: 756px) {
  .Title-roma .Title__h2 {
    font-size: 2.9rem;
  }
}

/* 画像の最大高さを 150px、行間を 10px とした例です。必要に応じて調整してください。 */
.slider {
  width: 100%;
  /* スライダーの横幅を100%に設定 */
  box-sizing: border-box;
  margin: 0 auto;
}

.slider .slider-row {
  position: relative;
  overflow-x: scroll;
  /* 横スクロールを有効にする */
  scroll-behavior: smooth;
  /* スムーズスクロール */
  -webkit-overflow-scrolling: touch;
  /* iOS用スムーズスクロール */
  width: 100%;
  margin-bottom: 10px;
  /* 行間スペース */
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* ドラッグ時の見た目 */
}

.slider .slider-row::-webkit-scrollbar {
  display: none;
}

.slider .slider-row .slider-track {
  display: flex;
  /* 画像を横並びにする */
  align-items: center;
  /* 縦方向の中央揃え */
  height: 100%;
  /* 行の高さいっぱいに広げる */
  width: max-content;
  /* 画像＋余白分の幅を自動で取得 */
  cursor: grab;
  /* overflowはここでは絶対NG */
  /* animationも削除（ドラッグと両立不可） */
}

.slider .slider-row .slider-track img {
  display: block;
  max-height: 37rem;
  max-width: 25rem;
  height: max-content;
  /* アスペクト比を維持して縮小 */
  width: auto;
  margin-right: 4.2rem;
  /* 画像間のスペース */
  object-fit: cover;
  /* 枠いっぱいに表示しつつ中央を切り抜く */
}

@media screen and (max-width: 756px) {
  .slider .slider-row .slider-track img {
    max-height: 21rem;
    max-width: 21rem;
    margin-right: 2.4rem;
  }
}

/* 最後の行の余白をなくす */
.slider-row:last-child {
  margin-bottom: 0;
}

.slide-section {
  padding-top: 11.7rem;
  padding-bottom: 11.7rem;
  height: 54rem;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 756px) {
  .slide-section {
    display: block;
    height: 42rem;
    margin-top: -28rem;
  }
}

.slide-section__left {
  flex: 0 0 300px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 756px) {
  .slide-section__left {
    height: 9rem !important;
  }
}

.slide-section__left .slide-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
}

.slide-section__left .slide-nav {
  display: flex;
  gap: 1rem;
}

.slide-section__left .slide-nav__btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.slide-section__left .slide-nav__btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.slide-section__left .slide-nav__btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slide-section__right {
  flex: 1;
  position: relative;
  height: 600px;
  padding: 0 2rem;
}

@media screen and (max-width: 756px) {
  .slide-section__right {
    padding: 0;
  }
}

.slide-section__right .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-section__right .swiper .swiper-wrapper {
  width: 100rem;
  height: 100%;
}

.slide-section__right .swiper .swiper-slide {
  display: flex;
  height: 49rem;
}

@media screen and (max-width: 756px) {
  .slide-section__right .swiper .swiper-slide {
    height: 24.8rem;
  }
}

.slide-section__right .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-button-disabled {
  opacity: 0.35 !important;
  cursor: auto !important;
  pointer-events: none !important;
}

.swiper-button-lock {
  display: none !important;
}

.slide-nav__btn {
  border-radius: 100% !important;
  position: relative;
  width: 9.4rem;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-right: .21rem;
  bottom: -28rem;
  align-items: center;
  height: 9.4rem;
  border: solid .1rem #707070 !important;
}

@media screen and (max-width: 756px) {
  .slide-nav__btn {
    display: none;
  }
}

.slide-nav__btn img {
  width: 1.2rem;
  height: 3.3rem;
}

.slide-section__left {
  height: 100%;
  flex: 1 0 400px;
  padding-right: 8rem;
}

/* Safari スライダーバグ修正CSS */
/* 最後の行の余白をなくす */
.slider-row:last-child {
  margin-bottom: 0;
}

/* スライダー初期表示時のチラつき防止 */
.slider[style*="display: none"] .slider-track {
  animation-play-state: paused;
}

/* フェードイン時のアニメーション再開 */
.slider.fade-in .slider-track {
  animation-play-state: running;
}

/* Safari用のスムーズスクロール設定 */
.slider-row {
  -webkit-overflow-scrolling: touch;
}

/* Safari用のレイヤー促進 */
.slider-track {
  /* 3D変換を使用してGPUレイヤーに送る */
  transform: translate3d(0, 0, 0);
  /* Safariでのちらつき防止 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider-row {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slider-row img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

.Header {
  position: fixed;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  padding: 1rem;
  width: 100%;
  z-index: 100;
}

.Header .Header__container {
  font-family: "shippori-mincho", serif;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-right: 10rem;
  padding-left: 10rem;
}

.Header .Header__container .btn-header {
  margin-right: 0;
  margin-left: auto;
  height: auto;
}

@media screen and (max-width: 756px) {
  .Header .Header__container .btn-header {
    height: 4.9rem;
  }
}

@media screen and (max-width: 756px) {
  .Header .Header__container .btn-header span {
    line-height: 3.3rem;
  }
}

@media screen and (max-width: 756px) {
  .Header .Header__container .btn-header {
    padding: 0rem;
  }
}

@media screen and (max-width: 1099px) {
  .Header .Header__container {
    padding: 0rem 4rem;
  }
}

@media screen and (max-width: 756px) {
  .Header .Header__container {
    padding: 0rem;
    margin-right: 1rem;
  }
}

.Header .Header__container .Header__container__left {
  display: flex;
  justify-content: space-between;
}

.Header .Header__container .Header__container__left .Header__container__left__logo {
  width: 16.3rem;
  display: inline-block;
  margin-right: 9.7rem;
}

@media screen and (max-width: 1099px) {
  .Header .Header__container .Header__container__left .Header__container__left__logo {
    margin-right: 2.7rem;
  }
}

@media screen and (max-width: 756px) {
  .Header .Header__container .Header__container__left .Header__container__left__logo {
    width: 8.3rem;
  }
}

.Header .Header__container .Header__container__left .Header__container__left__logo img {
  width: 100%;
}

.Header .Header__container .Header__container__middle .Header__container__middle__inner .Header__container__middle__inner__link {
  display: flex;
  gap: 4rem;
  line-height: 4rem;
}

@media screen and (max-width: 1099px) {
  .Header .Header__container .Header__container__middle .Header__container__middle__inner .Header__container__middle__inner__link {
    gap: 2rem;
  }
}

.Header .Header__container .Header__container__middle .Header__container__middle__inner .Header__container__middle__inner__link .Header__container__middle__inner__link__item {
  list-style-type: none;
}

.Header .Header__container .Header__container__middle .Header__container__middle__inner .Header__container__middle__inner__link .Header__container__middle__inner__link__item a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-family: "shippori-mincho", serif;
}

.Header .Header__container .Header__container__right {
  display: flex;
  right: 10rem;
  align-items: center;
}

@media screen and (max-width: 756px) {
  .Header .Header__container .Header__container__right {
    display: flex;
    right: 10rem;
    z-index: 1000;
    /* align-items: flex-start; */
    justify-content: space-between;
    width: 45%;
  }
}

.Header .Header__container .Header__container__right .Header__container__right__sp {
  border-radius: 100%;
  background-color: black;
  height: 4rem;
  width: 4rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.Header .Header__container .Header__container__right .Header__container__right__sp img {
  width: 2rem;
}

.Header .Header__container .Header__container__right .Header__container__right__tel {
  display: flex;
  margin-right: 1.6rem;
  gap: 1.2rem;
  font-family: "Aboreto", sans-serif;
}

.Header .Header__container .Header__container__right .Header__container__right__tel .Header__container__right__tel__btn {
  font-size: 4rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  font-family: "Aboreto", sans-serif;
}

@media screen and (max-width: 1099px) {
  .Header .Header__container .Header__container__right .Header__container__right__tel .Header__container__right__tel__btn {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

.Header .Header__container .Header__container__right .Header__container__right__tel .Header__container__right__tel__img {
  width: 3.79rem;
  height: 3.79rem;
}

@media screen and (max-width: 1099px) {
  .Header .Header__container .Header__container__right .Header__container__right__tel .Header__container__right__tel__img {
    width: 1.79rem;
    height: 1.79rem;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 5rem;
  }
}

.Header .Header__container .Header__container__right .Header__container__right__tel .Header__container__right__tel__img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.Header .Header__container .Header__container__right .Header__container__right__dis {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  margin-right: 5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.burger {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 3.5rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 1rem;
  z-index: 20;
  position: relative;
}

.burger span {
  width: 100%;
  height: 0.1rem;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.burger.active span:first-child {
  position: absolute;
  width: 1.8rem;
  transform: rotate(45deg);
}

.burger.active span:nth-of-type(2) {
  position: absolute;
  width: 1.8rem;
  transform: rotate(-45deg);
}

nav {
  position: fixed;
  inset: 0 0 0 100%;
  background: #fafafa;
  padding: 11rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

nav.open {
  transform: translateX(-100%);
}

nav a {
  font: 1.2rem/1 "Inter", sans-serif;
  color: #333;
  text-decoration: none;
}

.burger-wrapper {
  border-radius: 100%;
  background-color: black;
  height: 4rem;
  width: 4rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

body.drawer-open {
  /* 例：背景固定など任意で */
  overflow: hidden;
}

body.drawer-open .Header__container__left__logo img {
  filter: brightness(100%) saturate(100%) invert(100%) hue-rotate(9deg) brightness(102%) contrast(101%);
}

body.drawer-open .Header__container__right__sp {
  background-color: white !important;
}

body.drawer-open .Header__container__right__sp img {
  filter: brightness(100%) saturate(100%) invert(100%) hue-rotate(9deg) brightness(102%) contrast(101%);
}

body.drawer-open .burger-wrapper {
  background-color: #FFF200 !important;
}

body.drawer-open .burger-wrapper span {
  background: black;
}

body.drawer-open .burger {
  left: -.2rem;
}

body.drawer-open #global-nav {
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: black;
}

body.drawer-open #global-nav .global-nav__item {
  color: white;
  text-align: center;
}

body.drawer-open #global-nav .global-nav__item .global-nav__item__top {
  text-align: center;
  font-size: 1.4rem;
  font-family: "shippori-mincho", serif;
  margin-bottom: 1.5rem;
}

body.drawer-open #global-nav .global-nav__item .global-nav__item__bottom {
  text-align: center;
  font-size: 1.4rem;
  font-family: "shippori-mincho", serif;
  margin-bottom: 3rem;
}

.Header .Header__container .btn-header {
  margin-right: 0;
  margin-left: auto;
  line-height: 3.2rem;
}

@media screen and (max-width: 768px) {
  .Header .Header__container .btn-header {
    line-height: 0rem;
  }
}

.Fv {
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 1099px) {
  .Fv {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 756px) {
  .Fv .btn-header {
    font-size: 1.4rem;
    height: 5.5rem;
    width: 19.5rem;
  }
}

@media screen and (max-width: 756px) {
  .Fv {
    left: 0rem;
  }
}

.Fv::after {
  content: '';
  position: absolute;
  bottom: 3%;
  right: 14rem;
  width: 42rem;
  height: 43rem;
  background: url(../images/fb-after.webp) no-repeat center center/cover;
}

@media screen and (min-width: 1450px) {
  .Fv::after {
    right: 20rem;
  }
}

@media screen and (max-width: 756px) {
  .Fv::after {
    width: 16.2rem;
    height: 16.3rem;
    top: 35%;
    right: 0rem;
    transform: scale(1) !important;
  }
}

@media screen and (max-width: 756px) {
  .Fv {
    height: 74.6rem;
  }
}

@media screen and (max-width: 756px) {
  .Fv .Btn {
    right: 0rem;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1.5rem;
    padding-top: 1rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Fv .Btn span {
    line-height: 2rem;
    padding-top: 2rem;
  }
}

.Fv .Fv__bg {
  position: absolute;
  background: url(../images/fv.webp) no-repeat center center/cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__bg {
    background: url(../images/fv-sp.webp) no-repeat center center/cover;
    background-color: white;
    background-size: cover;
    background-position-y: 6rem;
  }
}

.Fv .Fv__container {
  position: relative;
  z-index: 1;
  color: #000000;
  position: absolute;
  bottom: 5%;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container {
    top: 0;
    width: 100% !important;
    transform: scale(1) !important;
    left: 0rem !important;
  }
}

.Fv .Fv__container .Fv__container__message {
  font-size: 2.9rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container .Fv__container__message {
    padding-top: 8rem;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: -1.5rem;
  }
}

.Fv .Fv__container .Fv__container__message p {
  font-size: 2.6rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container .Fv__container__message p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 0 .0rem;
  }
}

.Fv .Fv__container .Fv__container__message img {
  width: 2.3rem;
  height: 2.5rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container .Fv__container__message img {
    width: 1.3rem;
    height: 1.5rem;
  }
}

.Fv .Fv__container__dis {
  font-size: 3.6rem;
  color: #67816E;
  font-weight: 600;
  text-align: center;
  letter-spacing: .1rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__dis {
    line-height: 2rem;
    font-size: 1.8rem;
    letter-spacing: .1rem;
    font-weight: 800;
    padding-bottom: 1rem;
  }
}

.Fv .Fv__container__ttl {
  padding-bottom: 2.7rem;
}

.Fv .Fv__container__ttl .Fv__container__ttl__dis {
  color: #A44847;
  padding-bottom: 4rem;
  font-weight: 600;
  font-size: 3.5rem;
  text-align: center;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__ttl .Fv__container__ttl__dis {
    font-size: 1.9rem;
    padding-bottom: 1rem;
  }
}

.Fv .Fv__container__wrap {
  display: flex;
  justify-content: space-between;
  justify-content: space-evenly;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap {
    justify-content: center;
    gap: .5rem;
    position: relative;
    bottom: -4rem;
  }
}

.Fv .Fv__container__wrap .Fv__container__wrap__item {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url(../images/Fv__container__wrap__item-bg.webp) no-repeat center center/cover;
  width: 24.8rem;
  height: 24.9rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .Fv__container__wrap__item {
    background: url(../images/Fv__container__wrap__item-bg-sp.webp) no-repeat center center/cover;
    width: calc(33% - 0.5rem);
    height: 11.3rem;
  }
}

.Fv .Fv__container__wrap .Fv__container__wrap__item .dis {
  margin: 0 auto;
  background: #3B3039;
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
  width: fit-content;
  padding: .5rem 1rem;
  font-family: 'Hiragino Kaku Gothic ProN-W6';
  margin-bottom: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  font-weight: 800;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .Fv__container__wrap__item .dis {
    font-size: .7rem;
    line-height: .8rem;
    margin-bottom: .5rem;
  }
}

.Fv .Fv__container__wrap .Fv__container__wrap__item .divmt10 {
  margin-top: 4rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .Fv__container__wrap__item .divmt10 {
    margin-top: 1rem;
  }
}

.Fv .Fv__container__wrap .Fv__container__wrap__item .con {
  font-size: 1.7rem;
  font-family: 'Hiragino Kaku Gothic ProN-W6';
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .Fv__container__wrap__item .con {
    font-size: .9rem;
    margin-bottom: .5rem;
  }
}

.Fv .Fv__container__wrap .con23 {
  font-size: 2.3rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .con23 {
    font-size: 1.1rem;
  }
}

.Fv .Fv__container__wrap .span {
  font-size: 3rem;
  font-family: 'Hiragino Kaku Gothic ProN-W6';
  font-weight: bold;
  text-align: center;
  line-height: 3.5rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .span {
    font-size: 1.7rem;
    line-height: 1;
  }
}

.Fv .Fv__container__wrap .span32 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .span32 {
    font-size: 1.6rem !important;
    margin-bottom: .5rem;
  }
}

.Fv .Fv__container__wrap .span38 {
  font-size: 3.8rem;
}

@media screen and (max-width: 756px) {
  .Fv .Fv__container__wrap .span38 {
    font-size: 2rem;
  }
}

h1 {
  font-size: 11.5rem;
  padding-bottom: 1.5rem;
  font-family: "adobe-garamond-pro", serif;
}

@media screen and (max-width: 756px) {
  h1 {
    font-size: 4.4rem;
    line-height: 7rem;
    text-align: center;
  }
}

.dis {
  font-size: 3.2rem;
  font-family: "shippori-mincho", serif;
  margin-top: 1.4rem;
}

@media screen and (max-width: 756px) {
  .dis {
    margin-top: .5rem;
    text-align: left;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 756px) {
  .Fv__sp-bottom {
    position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1920px) {
  .Fv__container {
    transform: scale(0.8);
  }
  .Fv::after {
    transform: scale(0.9);
    bottom: -1% !important;
  }
}

@media screen and (max-width: 1600px) {
  .Fv__container {
    transform: scale(0.7);
    left: -3rem !important;
    bottom: -4% !important;
  }
  .Fv::after {
    transform: scale(0.7);
    bottom: -1% !important;
  }
}

/* ------- 基本リセット ------- */
* {
  margin: 0;
  box-sizing: border-box;
}

/* ------- Loading Overlay ------- */
#loader {
  position: fixed;
  inset: 0;
  /* top/right/bottom/left: 0 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  /* 半透明の黒幕 */
  z-index: 9999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

@media screen and (max-width: 756px) {
  #loader img {
    width: 40rem;
    margin: 0 auto;
  }
}

/* スクロール禁止 */
.no-scroll {
  overflow: hidden;
  height: 100%;
  /* iOS Safari での慣性スクロール対策 */
  touch-action: none;
}

/* フェードアウト後にクリック等を通すため visibility も切る */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* 円形スピナー */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------- 以降はデモ用レイアウト ------- */
main {
  display: grid;
  place-content: center;
  min-height: 100svh;
  gap: 1rem;
  text-align: center;
  background: radial-gradient(circle at 30% 40%, #bae, #346);
  color: #fff;
}

.Reason {
  background: url(../images/Ditail-bg.webp) no-repeat center;
  background-size: 100% 190%;
  padding-bottom: 10rem;
  padding-top: 12rem !important;
}

@media screen and (max-width: 756px) {
  .Reason {
    padding-top: 0.98rem !important;
    padding-bottom: .49rem;
  }
}

.Reason .Reason__point {
  background: url(../images/Reason__point-bg.webp) no-repeat center center/cover;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8rem;
  width: 100%;
  margin-top: 10rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__point {
    background: url(../images/Reason__point-bg-sp.webp) no-repeat center center/cover;
    padding: 4.5rem .2rem;
    margin-top: 2rem;
  }
}

.Reason .Reason__point h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4.4rem;
  color: #3B3039;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__point h2 {
    font-size: 2rem;
    text-align: left;
    padding: 0rem 3rem;
    line-height: 3.5rem;
    padding-bottom: 2rem;
  }
}

.Reason .Reason__point p {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 3.7rem;
  color: #3B3039;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__point p {
    text-align: left;
    padding: 0rem 3rem;
    margin-top: 0rem;
    letter-spacing: .1rem;
  }
}

.Reason .Voice__wrap__item {
  width: calc(33.3% - 1rem);
  height: 50.1rem;
  border-radius: .9rem;
  background: #FFFFFF;
  width: calc(33.3% - 1rem);
  padding-bottom: 4rem;
}

.Reason .Voice__wrap__item:nth-of-type(2) .Voice__wrap__item__img::after {
  content: 'K.M様（22歳）';
  position: absolute;
  bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -4rem;
  width: 10rem;
  height: 2.7rem;
  background: #67816F;
}

.Reason .Voice__wrap__item:nth-of-type(3) .Voice__wrap__item__img::after {
  content: 'T.A様（26歳）';
  position: absolute;
  bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -4rem;
  width: 10rem;
  height: 2.7rem;
  background: #67816F;
}

.Reason .Voice__wrap__item .Voice__wrap__item__img {
  width: 19.9rem;
  padding-top: 3.4rem;
  margin: 0 auto;
  position: relative;
}

.Reason .Voice__wrap__item .Voice__wrap__item__img::after {
  content: 'Y.S様（28歳）';
  position: absolute;
  bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -4rem;
  width: 10rem;
  height: 2.7rem;
  background: #67816F;
}

.Reason .Voice__wrap__item .Voice__wrap__item__img img {
  width: 100%;
}

.Reason .Voice__wrap__item .Voice__wrap__item__ttl {
  font-size: 2rem;
  text-align: center;
  padding-top: 2.6rem;
  color: #67816F;
  line-height: 3.3rem;
  padding-bottom: 1.6rem;
}

.Reason .Voice__wrap__item p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 3rem;
}

.Reason .Reason__ad {
  max-width: 80.2rem;
  margin: 0 auto;
  padding-top: 12rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad {
    padding-top: 5rem;
  }
}

.Reason .Reason__ad .Reason__ad__wrap {
  padding-top: 7.63rem;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad .Reason__ad__wrap {
    padding-top: 3.63rem;
    padding-bottom: 3.63rem;
  }
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad .Reason__ad__wrap .Voice__ad__wrap__item {
    width: calc(50% - .5rem);
  }
}

.Reason .Reason__ad .Reason__ad__wrap .Voice__ad__wrap__item .Voice__wrap__item__img {
  width: 35.7rem;
  position: relative;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad .Reason__ad__wrap .Voice__ad__wrap__item .Voice__wrap__item__img {
    width: 100%;
  }
}

.Reason .Reason__ad .Reason__ad__wrap .Voice__ad__wrap__item .Voice__wrap__item__img .after {
  position: absolute;
  bottom: 4.5rem;
  color: #FFFFFF;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -2rem;
  text-align: center;
  padding: .5rem 1rem;
  width: fit-content;
  height: 2.7rem;
}

.Reason .Reason__ad .Reason__ad__wrap .Voice__ad__wrap__item .Voice__wrap__item__img .after div {
  position: relative;
  background: #67816F;
  font-size: 2.1rem;
  width: fit-content;
  height: 2.7rem;
  display: block;
}

.Reason .Reason__ad .Reason__ad__wrap .Voice__ad__wrap__item .Voice__wrap__item__img img {
  width: 100%;
  height: 100%;
}

.Reason .Reason__ad .Reason__ad__ttl {
  text-align: center;
  color: #67816E;
  background: url(../images/Reason__ad__ttl-bg.webp) no-repeat center center/contain;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad .Reason__ad__ttl {
    background: url(../images/Reason__ad__ttl-bg.webp) no-repeat bottom center/contain;
  }
}

.Reason .Reason__ad .Reason__ad__ttl p {
  padding-top: .5rem;
  font-size: 2.9rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad .Reason__ad__ttl p {
    font-size: 2.6rem;
    padding-top: 1.5rem;
  }
}

.Reason .Reason__ad .Reason__ad__ttl span {
  font-size: 2.3rem;
  text-align: center;
  color: #67816E;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__ad .Reason__ad__ttl span {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
}

.Reason .Warabi img {
  height: 10rem;
  width: 8.3rem;
}

.Reason .Reason__flex {
  position: relative;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex {
    height: fit-content;
  }
}

.Reason .Reason__flex:before {
  content: "";
  position: absolute;
  top: 1.7rem;
  background: #67816f;
  left: 2rem !important;
  left: 0;
  width: 100%;
  height: auto;
  top: 2rem;
  left: 0;
  right: 0;
  bottom: -2rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex:before {
    left: 1rem !important;
    max-height: 77rem;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: -1rem;
  }
}

.Reason .Reason__flex .Reason__flex__item {
  position: relative;
  margin: 22.3rem auto;
  height: 57.3rem;
  width: 90%;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 4;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 10rem 7.2rem 0 7.2rem;
  padding-bottom: 4.2rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item {
    height: fit-content;
    padding: 10rem 2rem 4rem 2.5rem;
    display: block;
  }
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__left {
  width: calc(50% - 1rem);
  position: relative;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__left {
    width: 100%;
  }
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__left .Reason__flex__item__left__img {
  position: absolute;
  width: 48.1rem;
  bottom: 8rem;
  height: 56.5rem;
  right: 7rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__left .Reason__flex__item__left__img {
    width: auto;
    right: -2rem;
    height: 22.7rem;
    bottom: 2rem;
  }
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__left .Reason__flex__item__left__img img {
  width: 100%;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__left .Reason__flex__item__left__img img {
    height: 100%;
    object-fit: cover;
    width: auto;
  }
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right {
  position: relative;
  width: calc(60% - 0rem);
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right img {
  width: 19rem;
  position: absolute;
  top: -14rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right img {
    width: 13.7rem;
    left: -1.5rem;
  }
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right {
    width: 100%;
  }
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right .ttl {
  font-size: 2.1rem;
  color: #67816e;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right .ttl {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }
}

.Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right p {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.3rem;
  line-height: 4rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__flex .Reason__flex__item .Reason__flex__item__right p {
    font-size: 1.7rem;
    line-height: 3.4rem;
  }
}

.Reason .Reason__list .Reason__flex:nth-child(even) {
  left: -5rem;
  /* 偶数番目の .Reason__flex にだけ適用するスタイル */
  /* 他のスタイルもここに記述 */
}

@media screen and (max-width: 756px) {
  .Reason .Reason__list .Reason__flex:nth-child(even) {
    left: 0;
  }
}

.Reason .Reason__list .Reason__flex:nth-child(even) .Reason__flex__item {
  flex-direction: row-reverse;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__list .Reason__flex:nth-child(even) .Reason__flex__item .Reason__flex__item__right img {
    left: 18.5rem;
  }
}

.Reason .Reason__list .Reason__flex:nth-child(even) .Reason__flex__item .Reason__flex__item__right p {
  letter-spacing: 0.3rem;
}

.Reason .Reason__list .Reason__flex:nth-child(even) .Reason__flex__item .Reason__flex__item__left__img {
  position: absolute;
  width: 48.1rem;
  bottom: 8rem;
  height: 56.5rem;
  right: -15rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__list .Reason__flex:nth-child(even) .Reason__flex__item .Reason__flex__item__left__img {
    right: 12rem;
    height: 22.7rem;
    bottom: 2rem;
    width: auto;
    min-width: 20rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Reason .Reason__list .Reason__flex:nth-child(even) .Reason__flex__item .Reason__flex__item__left__img img {
    height: 100%;
    object-fit: cover;
    width: 100% !important;
  }
}

.Reason .Reason__list .Reason__flex:last-child {
  height: 55rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__list .Reason__flex:last-child {
    height: fit-content;
    max-height: 71rem;
  }
}

.Reason .Reason__list .Reason__flex:last-child .Reason__flex__item {
  margin-top: 35rem;
}

@media screen and (max-width: 756px) {
  .Reason .Reason__list .Reason__flex:last-child .Reason__flex__item {
    margin-top: 10rem;
  }
}

.Reason__flex {
  height: 64.1rem;
}

.Reason__flex__item__right p {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.08rem !important;
  line-height: 3.4rem !important;
}

@media screen and (max-width: 756px) {
  .Item__01 {
    margin-top: 20rem !important;
    margin-bottom: 23rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Item__02 {
    margin-top: 24rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Item__03 {
    margin-top: 18rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Reason__flex__03::before {
    max-height: 74rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Item__04 {
    margin-top: 18rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Reason__flex__04::before {
    max-height: 70rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Item__05 {
    margin-top: 18rem !important;
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Reason__flex__05::before {
    max-height: 67rem !important;
  }
}

.Shot .Shot__top {
  height: 62.5rem;
  background-color: #EDEBEB;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 756px) {
  .Shot .Shot__top {
    height: 27.0rem;
    background-color: #ffffff;
  }
}

.About {
  padding-top: 12rem;
  padding-bottom: 14rem;
}

@media screen and (max-width: 756px) {
  .About {
    padding: 6rem 0;
    padding-top: 0;
  }
}

.About .Inner {
  padding-top: 4rem;
}

.About .About__img {
  height: 14rem;
}

.About .About__img .About__img__wrap {
  display: flex;
  height: 14rem;
  overflow-x: scroll;
}

@media screen and (max-width: 756px) {
  .About .About__img {
    display: flex;
  }
}

.About .About__img img {
  width: 80%;
}

.About .About__wrap {
  padding-bottom: 12rem;
  display: flex;
  justify-content: space-between;
}

.About .About__wrap .About__wrap__item {
  width: calc(33.3% - 1.7rem);
}

.About .About__wrap .About__wrap__item img {
  width: 100%;
}

.Line {
  background-color: #F4F4F4;
  padding: 13.8rem 0;
}

@media screen and (max-width: 756px) {
  .Line {
    padding: 5.8rem 0;
  }
}

.Line .Line__wrap {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 756px) {
  .Line .Line__wrap {
    display: block;
  }
}

.Line .Line__wrap .Line__wrap__item {
  width: calc(33.3% -  1.7rem);
  margin-bottom: 2rem;
}

@media screen and (max-width: 756px) {
  .Line .Line__wrap .Line__wrap__item {
    width: 100%;
  }
}

.Line .Line__wrap .Line__wrap__item .Line__wrap__item__img img {
  width: 100%;
}

.Line .Line__wrap .Line__wrap__item .Line__wrap__item__con {
  margin-top: 5rem;
}

@media screen and (max-width: 756px) {
  .Line .Line__wrap .Line__wrap__item .Line__wrap__item__con {
    margin-top: 2rem;
  }
}

.Line .Line__wrap .Line__wrap__item .Line__wrap__item__con h3 {
  font-size: 3.2rem;
  font-family: "shippori-mincho", serif;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 756px) {
  .Line .Line__wrap .Line__wrap__item .Line__wrap__item__con h3 {
    font-size: 2.3rem;
    margin-bottom: 1.3rem;
  }
}

.Line .Line__wrap .Line__wrap__item .Line__wrap__item__con p {
  font-family: "shippori-mincho", serif;
  font-size: 2rem;
  line-height: 4rem;
}

@media screen and (max-width: 756px) {
  .Line .Line__wrap .Line__wrap__item .Line__wrap__item__con p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

.Variation {
  margin-top: 12.4rem;
  padding: 0rem 0rem;
}

.Variation .Variation__state {
  text-align: center;
  font-size: 4rem;
  padding-top: 5.2rem;
  background-color: #67816E;
  padding-bottom: 3.7rem;
  color: white;
  margin-bottom: 8.2rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Variation .Variation__state {
    font-size: 2.5rem;
    line-height: 3.9rem;
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.Variation .Variation__state span {
  font-size: 4.7rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Variation .Variation__state span {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 756px) {
  .Variation {
    margin-top: 5.7rem;
  }
}

.Variation .slider-track img {
  max-height: 34.9rem !important;
  max-width: 100% !important;
}

@media screen and (max-width: 756px) {
  .Variation .slider-track img {
    max-height: 14.8rem !important;
    max-width: 100% !important;
  }
}

.Variation .b-cv {
  margin-top: 8rem !important;
  max-width: 109.9rem;
  margin: 0 auto;
  padding: 6rem;
  padding-right: 4rem;
  padding-left: 4rem;
  height: 34rem;
}

@media screen and (max-width: 756px) {
  .Variation .b-cv {
    margin-top: 5rem !important;
  }
}

.Variation .b-cv::after {
  content: '';
  position: absolute;
  top: -.8rem;
  left: -2rem;
  width: 13rem;
  height: 7.4rem;
  background: url(../images/b-cv-point.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Variation .b-cv::after {
    top: -2.4rem;
  }
}

@media screen and (max-width: 756px) {
  .Variation .b-cv {
    padding: 5.7rem 1.95rem;
    max-width: 90%;
    height: fit-content;
  }
}

.Variation .b-cv .h2 {
  font-size: 3rem;
  color: #67816F;
  padding-bottom: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Variation .b-cv .h2 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.Variation .b-cv p {
  font-size: 1.7rem;
  color: #67816F;
  line-height: 3rem;
  letter-spacing: .2rem;
  font-weight: 300;
  line-height: 3.5rem;
}

@media screen and (max-width: 756px) {
  .Variation .b-cv p {
    letter-spacing: 0rem;
  }
}

.Cv {
  overflow: visible !important;
}

.Cv::after {
  content: '';
  position: absolute;
  top: -1rem;
  left: -3rem;
  width: 30.8rem;
  height: 11.8rem;
  background: url(../images/cv-ribon.webp) no-repeat center center/cover;
}

.Footer {
  color: white;
}

.Footer .Footer__top {
  height: 30rem;
}

@media screen and (max-width: 756px) {
  .Footer .Footer__top {
    height: 22rem;
  }
}

.Footer .Footer__top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.Footer .Footer__bottom {
  background-color: white;
  height: 20rem;
}

.Footer .Footer__bottom .right {
  color: #413740;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  padding-top: 2.2rem;
}

@media screen and (max-width: 756px) {
  .Footer .Footer__bottom .right {
    font-size: 1rem;
  }
}

.Footer .Footer__bottom .Footer__bottom__logo {
  padding-top: 5.1rem;
  margin: 0 auto;
  width: fit-content;
}

.Footer .Footer__bottom .Footer__bottom__logo img {
  width: 16.5rem;
  height: 6.3rem;
  margin: 0 auto;
}

.Contact {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #A0C7AC;
}

@media screen and (max-width: 756px) {
  .Contact .dis {
    margin-top: .5rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 0rem;
  }
}

.Contact .Contact__middle .Contact__middle__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__left {
  width: calc(30% - 1rem);
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__left {
    width: calc(40% - 1rem);
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__left p {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__left p {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__middle {
  width: calc(50% - 1rem);
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__middle {
    width: calc(66% - 1rem);
    margin-bottom: 4rem;
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__middle input {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__middle input::after {
    content: '';
    position: absolute;
    top: 24%;
    left: 1.2rem;
    width: 2rem;
    height: 2rem;
    background: url(../images/calender.webp) no-repeat center center/cover;
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__right {
  position: relative;
  width: calc(20% - 1rem);
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__right {
    position: relative;
    width: calc(50% - 1rem);
    padding-right: 4.5rem;
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__right .Contact__middle__item__right__dis {
  position: absolute;
  top: -2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__right .Contact__middle__item__right__dis {
    font-size: 1.4rem;
  }
}

.Contact .Contact__middle .Contact__middle__item .Contact__middle__item__right select {
  width: 100%;
  position: relative;
  appearance: none;
}

@media screen and (max-width: 756px) {
  .Contact .Contact__middle .Contact__middle__item .Contact__middle__item__right select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: url(../images/bottom-arrow.webp) no-repeat center center/cover;
    pointer-events: none;
    transform: translateY(-50%);
  }
}

.Contact .Contact__bottom {
  display: block !important;
}

.Contact .Contact__bottom .Item__label {
  padding-bottom: 2rem;
}

@media screen and (max-width: 756px) {
  .Contact .Contact__bottom .Item__label {
    padding-bottom: 0rem;
  }
}

.Contact .Contact__bottom .Item__textarea {
  width: 100%;
  background-color: #FAF8F8;
}

@media screen and (max-width: 756px) {
  .Contact {
    padding: 1.5rem;
  }
}

.Contact .Title {
  margin-bottom: 5rem;
}

.Contact .Title .Title__h2 span {
  color: #F9BF1A;
}

@media screen and (max-width: 756px) {
  .Contact .Title {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 756px) {
  .Contact .Inner {
    padding: 0;
    padding-top: 5rem;
    padding-bottom: 4rem;
    max-width: 95%;
  }
}

.Contact form {
  color: #2E2716;
  background-color: white;
  width: 100%;
  margin: 0 auto;
  padding: 17rem;
  padding-top: 10rem;
}

.Contact form * {
  /* ここに指定したいプロパティを記述 */
  /* 例: すべての要素のマージン・パディングをリセット */
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
}

.Contact form * ::placeholder {
  color: #C0BCBC;
}

@media screen and (max-width: 756px) {
  .Contact form {
    width: 100%;
    padding: 2rem;
    padding-top: 5rem;
  }
}

.Contact form .Item {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }
}

.Contact form .Item__top {
  align-items: flex-start;
}

.Contact form .Item__top .Item__label {
  margin-top: 2rem;
}

.Contact form .Item__label {
  width: 100%;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__label {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.Contact form .Item__label label {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__label label {
    font-size: 1.6rem;
    justify-content: flex-start;
    padding-bottom: 0rem;
  }
}

.Contact form .Item__input {
  width: 100%;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__input {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.Contact form .Item__input input, .Contact form .Item__input select {
  border-radius: 0.4rem;
  background-color: #FAF8F8;
  border: 0rem solid #CCCCCC;
  height: 3.8rem;
  padding: 0 2rem;
  line-height: 3.8rem;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  appearance: auto;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__input input, .Contact form .Item__input select {
    height: 3.5rem;
    line-height: 5rem;
    padding: 0 1rem;
  }
}

.Contact form .Item__input input::placeholder, .Contact form .Item__input select::placeholder {
  font-size: 1.6rem;
}

.Contact form .Item__input .Item__input__select {
  position: relative;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2E2716;
}

.Contact form .Item__input .Item__input__select::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.6rem;
  background: url(../images/time_allow.webp) no-repeat center/cover;
}

.Contact form .Item__input select {
  padding-right: 2rem;
  color: #919191;
  appearance: none;
}

.Contact form .Item__input select:focus {
  border-color: #007BFF;
  outline: none;
}

.Contact form .Item__input select option:first-child {
  color: #919191 !important;
}

.Contact form .Item__input select:invalid {
  color: #919191 !important;
}

.Contact form .Item__input select:disabled {
  color: #919191 !important;
}

.Contact form .Item__time {
  width: 100%;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time {
    width: 100%;
  }
}

.Contact form .Item__time__text {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__text {
    margin-bottom: 0rem;
  }
}

.Contact form .Item__time__text h3 {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__text h3 {
    margin-top: 4rem;
  }
}

.Contact form .Item__time__text p {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.Contact form .Item__time__text p span {
  color: #B95B5B;
  font-size: 1.5rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__text p span {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__text p {
    font-size: 1.3rem;
    line-height: 2.2rem;
    padding-bottom: 1.5rem;
  }
}

.Contact form .Item__time__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.Contact form .Item__time__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    justify-content: normal;
    width: 100%;
  }
}

.Contact form .Item__time__item__ttl {
  margin-right: 2.5rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item__ttl {
    display: flex;
    width: fit-content;
  }
}

.Contact form .Item__time__item__ttl p {
  display: flex;
  justify-content: unset;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item__ttl p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.Contact form .Item__time__item__ttl p span {
  margin-left: .5rem !important;
}

.Contact form .Item__time__item__ttl .require {
  margin-left: 0;
}

.Contact form .Item__time__item .time {
  border-radius: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #CCCCCC;
  height: 6rem;
  font-size: 1.6rem !important;
  padding: 0 3rem 0 1.5rem;
  color: #151515;
  width: 100%;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item .time {
    border-radius: 0rem;
    height: 5rem;
    font-size: 1.5rem !important;
  }
}

.Contact form .Item__time__item .time__day {
  padding: 0 2rem 0 1.5rem;
  width: calc(30% - 0rem);
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item .time__day {
    box-sizing: border-box;
  }
}

.Contact form .Item__time__item .time__allow {
  position: relative;
}

.Contact form .Item__time__item .time__allow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.6rem;
  background: url("../../images/time_arrow.webp") no-repeat center/cover;
}

.Contact form .Item__time__item__day {
  position: relative;
  width: calc(33% - 1rem);
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item__day {
    width: calc(61% - 1rem) !important;
    margin-right: 0rem !important;
    margin-left: 2.5rem;
  }
}

.Contact form .Item__time__item__day input {
  width: 100%;
}

.Contact form .Item__time__item .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__time__item .text {
    font-size: 1.3rem !important;
    font-weight: 500;
    line-height: 2.4rem;
    margin: 0 0rem;
    margin-right: 1.2rem !important;
  }
}

.Contact form .Item__textarea {
  width: 60%;
  border: none !important;
  border-radius: 0.4rem;
  background-color: #FAF8F8;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__textarea {
    width: 100%;
    border-radius: 0rem;
  }
}

.Contact form .Item__textarea textarea {
  background-color: #FAF8F8;
  border: none !important;
  padding: 1.5rem;
  font-size: 1.6rem;
  width: 100%;
  height: 10rem;
  box-sizing: border-box;
  resize: none;
  height: 15.5rem;
  border-radius: 0rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Item__textarea textarea {
    width: 100%;
    padding: 1rem;
    height: 19rem;
  }
}

.Contact form .Item__textarea textarea::placeholder {
  color: #B1B1B1;
  font-size: 1.6rem;
}

.Contact form .line {
  background-color: #D5D5D5;
  margin-top: 7rem;
}

.Contact form .Policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}

@media screen and (max-width: 756px) {
  .Contact form .Policy {
    margin-top: 4rem;
  }
}

.Contact form .Policy .policy_agree {
  appearance: auto;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  margin-right: 1rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #CCCCCC;
}

.Contact form .Policy p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.Contact form .Policy p a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.Contact form .Submit {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  height: 6rem;
  background: #67816E;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  line-height: 6rem;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 4rem;
  box-sizing: border-box;
  border: none !important;
}

@media screen and (max-width: 756px) {
  .Contact form .Submit {
    width: 100%;
    line-height: 0rem;
    font-size: 1.5rem;
    margin-top: 3rem;
    height: 4rem;
    margin-bottom: 3rem;
  }
}

.Contact form .Submit:hover {
  opacity: 0.7;
}

.Contact form .Submit:disabled {
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.3;
}

.Contact form .Submit::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.8rem;
  background: url(../images/submit_allow.webp) no-repeat center/cover;
}

.require {
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #D34320;
  border-radius: 0.4rem;
  text-align: center;
  /* width: 4rem; */
  /* height: 2rem; */
  line-height: 1rem;
  border-radius: 5rem;
  display: block;
  margin-right: 2rem;
  color: #fff;
  text-align: center;
  width: 3.5rem;
  padding: .6rem;
  margin-left: 1rem;
}

@media screen and (max-width: 756px) {
  .require {
    font-size: 1rem;
    margin-left: 1rem;
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    margin-left: .5rem;
    margin-right: 0rem;
  }
}

.time__day {
  appearance: auto;
  /* 標準のスタイルを削除 */
  position: relative;
  padding-right: 30px;
  /* 三角形のスペース確保 */
}

.Contact form .Item__time__item .time__allow {
  position: relative;
}

.Contact form .Item__time__item .time__allow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .8rem;
  height: .5rem;
  background: url(../images/time-arrow.webp) no-repeat center center/cover;
}

.time::before {
  font-size: 14px;
  color: #033333;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* クリックできないようにする */
}

.time__day::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.6rem;
  background: url("../../images/time_arrow.webp") no-repeat center/cover;
}

.time__day::-webkit-calendar-picker-indicator {
  display: none;
  /* デフォルトのカレンダーアイコンを非表示 */
}

/* デフォルトのドロップダウン矢印を非表示 */
/* select を囲む親要素 */
.time__select-wrapper {
  position: relative;
  display: inline-block;
  width: 150px;
  /* 必要に応じて幅を指定 */
}

/* 疑似要素で矢印を表示 */
.time__select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: url("../../images/time_arrow.webp") no-repeat center/cover;
  pointer-events: none;
  /* クリックに影響しない */
}

.Contact .Item__time__item__day .placeholder {
  position: absolute;
  left: 4.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  pointer-events: none;
  font-size: 1.6rem;
}

@media screen and (max-width: 756px) {
  .Item__time__item > :nth-child(1) {
    margin-right: 30rem;
  }
  .input-one {
    margin-right: 30%;
    margin-bottom: 1rem;
  }
  .input-two {
    margin-left: 11.5rem;
  }
}

.form-sp__left {
  width: 25%;
}

#age {
  width: 10rem;
}

select {
  vertical-align: super;
}

select {
  border-radius: 0.4rem;
  background-color: #FAF8F8;
  border: 0rem solid #CCCCCC;
  height: 3.8rem;
  padding: 0 2rem;
  line-height: 3.8rem;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  appearance: auto;
  -webkit-appearance: none;
  　-moz-appearance: none;
  　appearance: none;
}

input {
  border-radius: 0.4rem;
  height: 3.8rem;
  padding: 0 2rem;
  line-height: 3.8rem;
  width: 100%;
  font-size: 1.6rem;
  box-sizing: border-box;
  appearance: auto;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

.Contact form .Item__time__item .time {
  background-color: #FAF8F8;
  border: none !important;
  font-size: 1.6rem;
  padding: 0 2rem 0 1.5rem;
  width: 100% !important;
  height: 4rem;
}

.Contact form .Item__time__item__day {
  position: relative;
  width: calc(33% - 1rem);
  margin-right: 5rem;
}

.Contact form .Item__time__item .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0 0.5rem;
  margin-right: 2rem;
}

input[type="date"] {
  position: relative;
  padding-right: 2.5em;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  position: absolute;
  left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  /* デフォルトSVGを隠す */
  color: transparent;
  /* 自前アイコンの指定（パスが合っているか要確認） */
  background: url("../images/calender.webp") no-repeat center/contain;
  pointer-events: all;
  cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("../images/calender.webp") no-repeat center/contain !important;
}

.time__day {
  padding-left: 4rem !important;
}

input[type="date"]:not(:focus):invalid {
  color: transparent !important;
}

.policy-section {
  font-family: "shippori-mincho", serif;
  padding: 160px 20px;
  background-color: #f9f9f9;
  line-height: 1.8;
  color: #333;
}

.policy-section .inner {
  max-width: 800px;
  margin: 0 auto;
}

.policy-section h2 {
  font-size: 3.2em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.3em;
}

@media screen and (max-width: 756px) {
  .policy-section h2 {
    font-size: 2.4rem;
  }
}

.policy-section h3 {
  font-size: 3em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #222;
}

@media screen and (max-width: 756px) {
  .policy-section h3 {
    font-size: 2rem;
  }
}

.policy-section p {
  margin-bottom: 1em;
  font-size: 1.8rem;
}

@media screen and (max-width: 756px) {
  .policy-section p {
    font-size: 1.3rem;
  }
}

.policy-section ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

.policy-section ul li {
  list-style: disc;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

@media (max-width: 600px) {
  .policy-section {
    padding: 100px 15px;
  }
  .policy-section h2 {
    font-size: 2.5em;
  }
  .policy-section h3 {
    font-size: 1.2em;
  }
}

.top_re {
  width: 20rem;
  height: 5rem;
  margin-top: 9rem;
  font-size: 2rem;
}

@media screen and (max-width: 756px) {
  .top_re {
    width: 18rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}

.Quality {
  padding: 12.4rem 0rem;
}

@media screen and (max-width: 756px) {
  .Quality {
    padding: 5rem 0 0;
  }
}

.Quality .slider-track img {
  max-height: 34.9rem !important;
  max-width: 100% !important;
}

@media screen and (max-width: 756px) {
  .Quality .slider-track img {
    max-height: 17.1rem !important;
  }
}

.Map {
  height: 60rem;
  overflow: hidden;
}

@media screen and (max-width: 756px) {
  .Map {
    height: 30rem;
  }
}

.Map iframe {
  width: 100%;
  height: 200%;
  margin-top: -30rem;
}

@media screen and (max-width: 756px) {
  .Map iframe {
    margin-top: -15rem;
  }
}

.Detail {
  padding: 12.4rem 0rem;
}

@media screen and (max-width: 756px) {
  .Detail {
    padding: 5rem 0;
  }
}

.Detail .slider-track img {
  max-height: 34.9rem !important;
  max-width: 100% !important;
}

@media screen and (max-width: 756px) {
  .Detail .slider-track img {
    max-height: 17rem !important;
  }
}

.Detail .slider {
  margin-bottom: 10rem;
}

.Detail .club .Cv {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 756px) {
  .Detail .club .Cv__middle span {
    font-size: 2.3rem;
    position: relative;
    bottom: 1.5rem;
  }
}

@media screen and (max-width: 756px) {
  .Detail .club .Cv .Cv__middle div {
    height: 6rem;
    margin-bottom: -1.5rem;
  }
}

.BG {
  background: url(../images/BG.webp) no-repeat center center/cover;
  background-color: white;
}

.SBG {
  background: url(../images/SBG.webp) no-repeat center center/cover;
}

.Profile {
  padding-top: 12rem;
  padding-bottom: 12.8rem;
}

@media screen and (max-width: 756px) {
  .Profile {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}

.Profile .Profile__wrap {
  padding-top: 8rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 756px) {
  .Profile .Profile__wrap {
    padding-top: 2rem;
    display: block;
  }
}

.Profile .Profile__wrap .Profile__wrap__left {
  width: calc(50% - 2.5rem);
}

@media screen and (max-width: 756px) {
  .Profile .Profile__wrap .Profile__wrap__left {
    width: 100%;
  }
}

.Profile .Profile__wrap .Profile__wrap__right {
  width: calc(50% - 2.5rem);
}

@media screen and (max-width: 756px) {
  .Profile .Profile__wrap .Profile__wrap__right {
    width: 100%;
  }
}

.Vision {
  padding: 12rem 0;
}

@media screen and (max-width: 756px) {
  .Vision {
    padding: 6rem 0;
    padding-top: 0;
  }
}

.Vision .Vison__img {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
  height: 14rem;
}

.Vision .Vison__img img {
  width: 90%;
}

@media screen and (max-width: 756px) {
  .Vision .Inner {
    padding-top: 5rem;
  }
}

.Vision .Vision__wrap {
  padding-top: 7.2rem;
  display: flex;
  justify-content: space-between;
}

.Vision .Vision__wrap .Vision__wrap__item {
  width: calc(33.3% - 1.7rem);
}

.Vision .Vision__wrap .Vision__wrap__item img {
  width: 100%;
}

.Vision .Vision__content {
  padding-top: 12.8rem;
  text-align: center;
}

@media screen and (max-width: 756px) {
  .Vision .Vision__content {
    padding-top: 1.8rem;
  }
}

.Vision .Vision__content h2 {
  font-family: "shippori-mincho", serif;
  font-size: 3.2rem;
  padding-bottom: 4.8rem;
}

@media screen and (max-width: 756px) {
  .Vision .Vision__content h2 {
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.9;
    padding-bottom: 1.8rem;
  }
}

.Vision .Vision__content p {
  font-family: "shippori-mincho", serif;
  font-size: 2rem;
  line-height: 4rem;
}

@media screen and (max-width: 756px) {
  .Vision .Vision__content p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
  }
}

.Cv {
  position: relative;
  overflow-x: hidden;
}

.Cv video {
  position: absolute;
  height: 100%;
  transform: rotate(180deg);
}

@media screen and (max-width: 756px) {
  .Cv video {
    right: -58rem;
  }
}

.Cv .Inner {
  position: relative;
  padding-top: 12rem;
}

.Cv .Inner h2 {
  font-size: 11.5rem;
  text-align: right;
  padding-bottom: 1.5rem;
  font-family: "adobe-garamond-pro", serif;
}

@media screen and (max-width: 756px) {
  .Cv .Inner h2 {
    font-size: 6.5rem;
    text-align: left;
  }
}

.Cv .Inner .dis {
  font-size: 3.2rem;
  margin-top: 2.4rem;
  text-align: right;
  font-family: "shippori-mincho", serif;
}

@media screen and (max-width: 756px) {
  .Cv .Inner .dis {
    margin-top: .5rem;
    text-align: left;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}

.Cv .Inner p {
  font-size: 2rem;
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
  text-align: right;
  font-family: "shippori-mincho", serif;
}

@media screen and (max-width: 756px) {
  .Cv .Inner p {
    text-align: left;
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}

.Cv .Inner .Btn {
  position: absolute;
  right: 0rem;
}

.Cv .Cv__bottom {
  padding-top: 4rem;
  display: flex;
  text-align: center;
  justify-content: center !important;
  gap: 8rem;
  align-items: center;
}

@media screen and (min-width: 1099px) {
  .Cv .Cv__bottom .Warabi .dis {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Warabi .dis {
    font-size: 1rem;
    margin: 0 auto;
    height: 2.5rem;
    padding-top: .5rem;
  }
}

.Cv .Cv__bottom .Ad__btn {
  font-family: 'Noto Sans JP', sans-serif;
}

.Cv .Cv__bottom .Ad__btn .dis-dis {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 1rem;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Ad__btn .dis-dis {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.Cv .Cv__bottom .Ad__btn .dis {
  height: 2.5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  padding: 0 .5rem;
  color: #686068;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Ad__btn .dis {
    height: 1.5rem;
  }
}

.Cv .Cv__bottom .Ad__btn .dis .dis-dis {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Ad__btn .dis .dis-dis {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1099px) {
  .Cv .Cv__bottom .Ad__btn .dis {
    margin-top: .4rem;
  }
}

.Cv .Cv__bottom .Ad__btn img {
  height: 100%;
}

.Cv .Cv__bottom .Btn {
  margin-top: 1rem;
  background: #67816E;
  height: 6.4rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  font-size: 2rem;
  width: 32.3rem;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Btn {
    width: 27.3rem !important;
    font-size: 1.4rem;
    height: 4.7rem;
    line-height: 4.7rem;
    width: 23.8rem;
  }
}

.brown {
  background-color: #F8F6ED;
  padding: 12.4rem;
}

.brown .Cv {
  overflow: visible;
}

.brown .Cv::after {
  content: '';
  position: absolute;
  top: -1rem;
  left: -3rem;
  width: 30.8rem;
  height: 11.8rem;
  background: url(../images/cv-ribon.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .brown {
    padding: 0;
  }
}

.Voice {
  background: #E7EFE4;
  padding-top: 9.42rem;
  padding-bottom: 10.6rem;
}

@media screen and (max-width: 756px) {
  .Voice {
    padding-top: 3.42rem;
    padding-bottom: 1.6rem;
  }
}

.Voice .Voice__Ttl {
  margin: 0 auto;
  width: fit-content;
}

.Voice .Voice__Ttl .dis {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: .5rem;
  color: #67816F;
}

@media screen and (max-width: 756px) {
  .Voice .Voice__Ttl .dis {
    font-size: 1.6rem;
    height: 2rem;
  }
}

.Voice .Voice__Ttl .Title {
  text-align: center;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 756px) {
  .Voice .Voice__Ttl .Title {
    padding-bottom: 1rem;
    height: 5.5rem;
  }
}

.Voice .Voice__Ttl img {
  width: 29.4rem;
}

.Voice .Voice__wrap {
  padding-top: 7.63rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 756px) {
  .Voice .Voice__wrap {
    display: block;
    padding-top: 4rem;
  }
}

.Voice .Voice__wrap .Voice__wrap__item {
  width: calc(33.3% - 1rem);
  height: 50.1rem;
  border-radius: .9rem;
  background: #FFFFFF;
  width: calc(33.3% - 1rem);
  padding-bottom: 4rem;
}

@media screen and (max-width: 756px) {
  .Voice .Voice__wrap .Voice__wrap__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.Voice .Voice__wrap .Voice__wrap__item:nth-of-type(2) .Voice__wrap__item__img::after {
  content: 'K.M様（22歳）';
  position: absolute;
  bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -4rem;
  width: 10rem;
  height: 2.7rem;
  background: #67816F;
}

.Voice .Voice__wrap .Voice__wrap__item:nth-of-type(3) .Voice__wrap__item__img::after {
  content: 'T.A様（26歳）';
  position: absolute;
  bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -4rem;
  width: 10rem;
  height: 2.7rem;
  background: #67816F;
}

.Voice .Voice__wrap .Voice__wrap__item .Voice__wrap__item__img {
  width: 19.9rem;
  padding-top: 3.4rem;
  margin: 0 auto;
  position: relative;
}

.Voice .Voice__wrap .Voice__wrap__item .Voice__wrap__item__img::after {
  content: 'Y.S様（28歳）';
  position: absolute;
  bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.3rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  right: -4rem;
  width: 10rem;
  height: 2.7rem;
  background: #67816F;
}

.Voice .Voice__wrap .Voice__wrap__item .Voice__wrap__item__img img {
  width: 100%;
}

.Voice .Voice__wrap .Voice__wrap__item .Voice__wrap__item__ttl {
  font-size: 2rem;
  text-align: center;
  padding-top: 2.6rem;
  color: #67816F;
  line-height: 3.3rem;
  padding-bottom: 1.6rem;
  font-weight: bold;
}

.Voice .Voice__wrap .Voice__wrap__item p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 3rem;
}

.Consept {
  padding: 9.5rem 0;
  background: url(../images/consept-bg.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Consept {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.Consept .Consept__ttl {
  background: url(../images/Consept__ttl-bg.webp) no-repeat center center/cover;
  font-size: 2rem;
  color: #624D51;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  width: 25.7rem;
  line-height: 2.5rem;
  margin: 0 auto;
  height: 16.2rem;
}

@media screen and (max-width: 756px) {
  .Consept .Consept__ttl {
    width: 15.5rem;
    font-size: 1.4rem;
    height: 9.8rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.Consept .Title {
  color: #624D51;
  text-align: center;
}

@media screen and (max-width: 756px) {
  .Consept .Title {
    font-size: 2.7rem;
    padding-top: .5rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 756px) {
  .Consept .Title span {
    font-size: 3.2rem;
  }
}

.Consept .slider-row {
  margin-top: 4.1rem;
}

@media screen and (max-width: 756px) {
  .Consept .slider-row {
    margin-top: 2.1rem;
  }
}

.Consept .Consept__btn {
  width: 40.9rem;
  height: 7rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.1rem;
  color: #624D51;
  font-weight: bold;
  margin: 6rem auto;
  background: url(../images/Consept__btn.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Consept .Consept__btn {
    font-size: 1.6rem;
    width: 30.9rem;
    height: 5rem;
    margin: 0 auto;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 756px) {
  .Consept .slider .slider-row .slider-track img {
    max-height: 12.7rem;
    max-width: 14.3rem;
  }
}

.Moment {
  background: white;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__dis__img {
    width: fit-content;
    margin: 0 auto;
  }
}

@media screen and (max-width: 756px) {
  .Moment .Moment__dis__img img {
    width: 26.2rem;
    margin: 4.4rem auto 3.6rem;
  }
}

@media screen and (max-width: 756px) {
  .Moment .Moment__dis__img:nth-last-of-type(3) img {
    width: 21.4rem;
    height: 31.3rem;
  }
}

@media screen and (max-width: 756px) {
  .Moment .Moment__dis__img02 {
    width: fit-content;
    margin: 0 auto 7.7rem;
  }
}

@media screen and (max-width: 756px) {
  .Moment .Moment__dis__img02 img {
    width: 21.4rem;
    height: 31.3rem;
    margin: 0 auto;
  }
}

.Moment .Moment__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 9.95rem;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__head {
    display: block;
    padding-top: 0rem;
  }
}

.Moment .Moment__head .Moment__head__left {
  position: relative;
  height: fit-content;
  bottom: -8.4rem;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__head .Moment__head__left h2 {
    font-size: 2.8rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 4rem;
    line-height: 5.5rem;
  }
}

.Moment .Moment__head .Moment__head__right {
  width: 35rem;
}

.Moment .Moment__head .Moment__head__right img {
  width: 100%;
}

.Moment .Moment__head .dis {
  display: flex;
  position: relative;
  width: fit-content;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__head .dis {
    margin-bottom: 0rem;
  }
}

.Moment .Moment__head .dis::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .2rem;
  width: 5.3rem;
  height: 0.1rem;
  background-color: #707070;
}

.Moment .Moment__head .dis div {
  font-size: 2rem;
  background: #FFFFFF;
  margin-left: 4rem;
  padding-left: 1rem;
  color: #3B3039;
  z-index: 50;
  font-size: 1.7rem;
}

.Moment .Moment__dis {
  padding-top: 6.6rem;
  display: flex;
  justify-content: space-between;
}

.Moment .Moment__dis .Moment__dis__left {
  font-size: 1.7rem;
  line-height: 5rem;
  color: #3B3039;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__dis .Moment__dis__left {
    letter-spacing: .03rem;
    line-height: 4rem;
  }
}

.Moment .Moment__dis .Moment__dis__right {
  width: 24.5rem;
}

.Moment .Moment__dis .Moment__dis__right img {
  width: 100%;
}

.Moment .Moment__con {
  z-index: 5;
  padding: 24.5rem 0rem;
  position: relative;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__con {
    padding: 8.5rem 0 5.5rem 0rem;
    height: 75rem;
  }
}

.Moment .Moment__con::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/Moment__con-bg.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__con::before {
    background: url(../images/Moment__con-bg-sp.webp) no-repeat center center/cover;
  }
}

.Moment .Moment__con h2 {
  text-align: center;
  color: white;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__con h2 {
    font-size: 2.9rem;
    line-height: 4rem;
  }
}

.Moment .Moment__con p {
  font-size: 1.7rem;
  line-height: 4rem;
  width: 55rem;
  margin: 0 auto;
  padding-top: 2.8rem;
  padding-bottom: 4rem;
  color: white;
  text-align: center;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__con p {
    width: 100%;
    line-height: 3.7rem;
    letter-spacing: .3rem;
  }
}

.Moment .Moment__con .youtube {
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
}

.Moment .Moment__con .youtube lite-youtube {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 756px) {
  .Moment .Moment__con .youtube lite-youtube {
    width: 33.5rem;
    height: 19.8rem;
  }
}

.Faq {
  background-color: #67816F;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media screen and (max-width: 756px) {
  .Faq {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}

.Faq .Title {
  color: white;
  text-align: center;
}

.Faq .Accordion {
  background-color: white;
  margin-bottom: 4rem;
  position: relative;
  padding: 4.7rem 7.1rem;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion {
    padding: 2rem 1.1rem;
    margin-bottom: 2rem;
  }
}

.Faq .Accordion .Accordion-btn {
  position: absolute;
  right: 7rem;
  width: 5rem;
  height: 5rem;
}

.Faq .Accordion .Box {
  border-top: solid .1rem #707070;
  margin-top: 2.5rem;
  padding-top: 1rem;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .Box {
    margin-top: 1.5rem;
    position: relative;
  }
  .Faq .Accordion .Box::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 1.5rem;
    height: 1rem;
    background: white;
  }
  .Faq .Accordion .Box::before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 2rem;
    height: 1rem;
    background: white;
  }
}

.Faq .Accordion .Box p {
  line-height: 3rem;
  font-size: 1.7rem;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .Box p {
    padding: 0.5rem;
    font-size: 1.4rem;
    margin-top: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.Faq .Accordion .Open {
  color: #67816F;
  font-size: 2rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .Open {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2rem;
  }
  .Faq .Accordion .Open::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 5rem;
  }
}

.Faq .Accordion .Open span img {
  margin-top: -.5rem;
  width: 2.5rem;
  margin-right: 4rem;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .Open span img {
    width: 1.5rem;
    margin-right: 2rem;
    margin-left: 1rem;
  }
}

.Faq .Accordion .Open .Accordion-btn {
  height: 2rem;
  position: relative;
  position: absolute;
  right: 7rem;
  width: 1.8rem;
  height: 1.8rem;
}

.Faq .Accordion .Open .Accordion-btn svg {
  position: absolute;
  right: 7rem;
  top: -1rem;
  bottom: 0rem;
  display: none;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .Open .Accordion-btn {
    right: 1.5rem;
  }
}

.Faq .Accordion .Open .Accordion-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/plus.webp) no-repeat center center/contain;
}

.Faq .Accordion .Open svg {
  margin-right: 1.6rem;
}

.Faq .Accordion .close {
  align-items: center;
  font-weight: bold;
}

.Faq .Accordion .close .Accordion-btn {
  position: absolute;
  right: 7rem;
  width: 1.8rem;
  height: 2rem;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .close .Accordion-btn {
    right: 1.5rem;
  }
}

.Faq .Accordion .close .Accordion-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/minus.webp) no-repeat center center/contain;
}

@media screen and (max-width: 756px) {
  .Faq .Accordion .close {
    font-weight: 300;
  }
}

.Faq input[type="date"] {
  /* Safari で appearance を無効化していたら戻す */
  /* ← “なし”ではなく textfield が安全 */
  appearance: auto;
}

.Faq input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  /* 非表示指定を打ち消す */
  opacity: 1;
  margin: 0;
  /* 余白をリセット */
  cursor: pointer;
  /* ポインターアイコンに */
}

.Faq__container__content {
  margin: 7.8rem 0;
}

@media screen and (max-width: 756px) {
  .Faq__container__content {
    margin: 3.8rem 0;
  }
}

.Ad {
  background: url(../images/ad-bg.webp) no-repeat center center/cover;
  padding: 8rem  !important;
}

@media screen and (max-width: 756px) {
  .Ad {
    padding: 3rem .2rem !important;
    background: url(../images/ad-bg-sp.webp) no-repeat center center/cover;
    padding: 5rem .2rem !important;
  }
}

.Ad .Cv {
  overflow: visible;
}

.Ad .Cv::after {
  content: '';
  position: absolute;
  top: -2rem;
  left: -3rem;
  width: 30.8rem;
  height: 11.8rem;
  background: url(../images/cv-ribon.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Ad .Cv::after {
    top: -1rem;
    left: -1.5rem;
    width: 13.8rem;
    height: 3.1rem;
  }
}

.Cv {
  padding: 1.2rem 0 8.5rem;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 756px) {
  .Cv::after {
    top: -1rem;
    left: -1.5rem;
    width: 13.8rem;
    height: 3.1rem;
  }
}

@media screen and (max-width: 756px) {
  .Cv {
    padding: 1.2rem 0 2.5rem;
  }
}

.Cv .Rebon__ttl__title {
  font-size: 3rem;
  font-weight: bold;
  margin: .4rem auto;
  width: 45.3rem;
  height: 9.7rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.5rem;
  color: #67816F;
  background: url(../images/Rebon__ttl__title.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Cv .Rebon__ttl__title {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 756px) {
  .Cv {
    background-color: #ffffffde;
  }
}

.Cv .Rebon__cv {
  width: 45.3rem;
  height: 7.8rem;
  margin: 4.2rem auto;
  background: url(../images/ribon-black.webp) no-repeat center center/contain;
}

@media screen and (max-width: 756px) {
  .Cv .Rebon__cv {
    width: 31.8rem;
    margin: 0rem auto;
  }
}

.Cv .Rebon__cv .Rebon__ttl__title {
  background: none;
  font-size: 2.2rem;
  text-align: center;
  padding-top: -1rem;
  padding-bottom: 3.5rem;
  color: #3B3039;
}

@media screen and (max-width: 756px) {
  .Cv .Rebon__cv .Rebon__ttl__title {
    width: 31.8rem;
  }
}

.Cv .Rebon__cv .Rebon__ttl__title .num {
  width: fit-content;
}

.Cv .Cv__middle div {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  font-size: 3rem;
  height: 6rem;
  font-weight: bold;
  color: #3B3039;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__middle div {
    height: 4rem;
    margin-bottom: -1.5rem;
  }
}

@media screen and (max-width: 756px) {
  .Cv .Cv__middle div {
    flex-wrap: wrap;
    font-size: 2.2rem;
  }
}

.Cv .Cv__middle div span {
  color: #B95A5A;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__middle div span {
    font-size: 2.3rem;
    position: relative;
    bottom: -.5rem;
  }
}

.Cv .Cv__middle div .num img {
  position: relative;
  bottom: -3rem;
  width: 11.9rem;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__middle div .num img {
    width: 8.7rem;
    bottom: 2rem;
  }
}

.Cv .Cv__middle div .num span {
  font-size: 4.8rem;
  color: #B95A5A;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__middle div .num span {
    font-size: 3.5rem;
    position: relative;
    bottom: 4.5rem;
  }
}

.Cv .Cv__bottom {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom {
    display: block;
    margin-top: 1.83rem;
  }
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Warabi {
    margin-bottom: 2.15rem;
  }
}

.Cv .Cv__bottom .Warabi img {
  height: 10.3rem;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Warabi img {
    height: 8.3rem;
  }
}

.Cv .Cv__bottom .Warabi .dis {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #707070;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  padding: .8rem 2rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Warabi .dis {
    font-size: 1rem;
    margin: 0 auto;
  }
}

.Cv .Cv__bottom .Warabi .main {
  text-align: center;
  font-size: 2.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #67816E;
  line-height: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Cv .Cv__bottom .Warabi .main {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.brown {
  background: #F8F6ED !important;
}

.Instagram {
  padding: 16.8rem 0;
  padding-bottom: 10rem;
  position: relative;
}

@media screen and (max-width: 756px) {
  .Instagram {
    padding: 4.8rem 0;
  }
}

.Instagram::after {
  content: '';
  position: absolute;
  bottom: 5rem;
  background: #707070;
  width: 68.4rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: .1rem;
  display: none;
}

@media screen and (max-width: 756px) {
  .Instagram .Title {
    font-size: 3.3rem;
    line-height: 5rem;
  }
}

.Instagram .Instagram__ttl {
  text-align: center;
}

.Instagram .Instagram__ttl .Instagram__ttl__dis img {
  width: 22rem;
  padding-bottom: 2rem;
}

.Instagram .Instagram__wrap {
  padding-top: 6rem;
  max-width: 73.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 756px) {
  .Instagram .Instagram__wrap {
    padding-top: 4rem;
  }
}

.Instagram .Instagram__wrap img {
  width: 100%;
}

.Instagram .b-cv {
  margin-top: 8rem;
}

.Instagram .b-cv::after {
  content: '';
  position: absolute;
  top: -.8rem;
  left: -2rem;
  width: 13rem;
  height: 7.4rem;
  background: url(../images/b-cv-check.webp) no-repeat center center/cover;
}

@media screen and (max-width: 756px) {
  .Instagram .b-cv::after {
    top: -1.8rem;
  }
}

.b-cv {
  position: relative;
  background: #f7eec4ab;
  border: solid .2rem #67816F;
}

@media screen and (max-width: 756px) {
  .b-cv {
    padding: 2rem;
  }
}

.b-cv .div {
  max-width: 68.4rem;
  display: flex;
  justify-content: space-between;
  margin: 3rem auto;
}

@media screen and (max-width: 756px) {
  .b-cv .div {
    display: block;
  }
}

.b-cv .div .b-cv__right {
  width: calc(45% - 1rem);
}

@media screen and (max-width: 756px) {
  .b-cv .div .b-cv__right {
    width: 100%;
  }
}

.b-cv .div .b-cv__right img {
  width: 100%;
}

.b-cv .div .b-cv__left {
  width: calc(55% - 1rem);
  display: flex;
  padding-bottom: 4rem;
  justify-content: center;
  align-items: end;
}

@media screen and (max-width: 756px) {
  .b-cv .div .b-cv__left {
    width: 100%;
    display: flex;
    padding-bottom: 4rem;
    justify-content: start;
    align-items: end;
  }
}

.b-cv .div .b-cv__left .ttl {
  color: #67816F;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: bold;
  padding-bottom: 3rem;
}

@media screen and (max-width: 756px) {
  .b-cv .div .b-cv__left .ttl {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.b-cv .div .b-cv__left .p {
  font-size: 1.7rem;
  color: #67816F;
  line-height: 3.5rem;
}

.Flow {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background: #F8F6ED;
}

@media screen and (max-width: 756px) {
  .Flow {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }
}

.Flow .Inner {
  max-width: 980px;
}

.Flow .Flow__ttl {
  padding-bottom: 5.26rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.Flow .Flow__ttl img {
  height: 14rem;
  position: relative;
  bottom: -1.5rem;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__ttl img {
    height: 10rem;
  }
}

.Flow .Flow__ttl .three {
  height: 9rem;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__ttl .three {
    height: 7rem;
  }
}

.Flow .Flow__ttl .dis {
  position: relative;
  font-size: 4.4rem;
  color: #67816F;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__ttl .dis {
    font-size: 2.9rem;
    text-align: center;
  }
}

.Flow .Flow__ttl .dis svg {
  position: relative;
  bottom: -2rem;
}

.Flow .Flow__ttl .dis .con {
  font-size: 3.4rem;
  color: #67816F;
  display: inline-block;
  margin-bottom: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__ttl .dis .con {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

.Flow .Flow__sec {
  position: relative;
  padding-bottom: 9.7rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec {
    padding-bottom: 2.7rem;
  }
}

.Flow .Flow__sec:last-of-type {
  padding-bottom: 0;
}

.Flow .Flow__sec:last-of-type::after {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
}

.Flow .Flow__sec::after {
  content: '';
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/Flow__sec--down.webp) no-repeat center center/cover;
  width: 6.8rem;
  height: 3.2rem;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec::after {
    content: none;
  }
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec {
    display: block;
  }
}

.Flow .Flow__sec .Flow__sec__img {
  width: 22.8rem;
  height: 22.8rem;
  position: relative;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec .Flow__sec__img {
    margin: 0 auto;
  }
}

.Flow .Flow__sec .Flow__sec__img .step {
  position: absolute;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec .Flow__sec__img .step {
    left: -4rem;
    top: -2rem;
  }
}

.Flow .Flow__sec .Flow__sec__img .step img {
  width: 12rem;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec .Flow__sec__img .step img {
    width: 16rem;
  }
}

.Flow .Flow__sec .Flow__sec__img img {
  width: 100%;
  height: 100%;
}

.Flow .Flow__sec .Flow__sec__con {
  width: calc(80% - 11rem);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec .Flow__sec__con {
    width: 85%;
    margin: 3rem auto;
  }
}

.Flow .Flow__sec .Flow__sec__con .div .ttl {
  font-size: 3rem;
  color: #67816F;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 756px) {
  .Flow .Flow__sec .Flow__sec__con .div .ttl {
    text-align: center;
  }
}

.Flow .Flow__sec .Flow__sec__con .div .p {
  font-size: 1.7rem;
  color: #67816F;
  line-height: 3rem;
  letter-spacing: .2rem;
}

a {
  font-family: "shippori-mincho", serif;
}
