@charset "UTF-8";
:root {
  --mc: #a79377;
  --fc: #3a3a3a;
}

/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: var(--fc);
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Serif JP", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

#wrapper {
  overflow-x: hidden;
}

/*-----line-hight-----*/
p,
li,
dl,
dd,
tr,
td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.66;
}

/* リンク */
a,
a * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
  filter: alpha(opacity=70);
}

/*class*/
.cmn {
  /*display:none*/
}
.cmn-content__box {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 160px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box {
    padding: 0 4% 16%;
  }
}
.cmn-content__box.--size01 {
  max-width: 1280px;
}
.cmn-content__box.--size02 {
  max-width: 1540px;
}
.cmn-content__box.--size03 {
  max-width: 1430px;
}
.cmn-content__box.--full {
  width: 100%;
  padding: 0;
}
.cmn-content__box.--pt {
  padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--pt {
    padding-top: 16%;
  }
}
.cmn-content__box.--banner {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--banner {
    padding-top: 7%;
    padding-top: 8%;
  }
}
.cmn-content__box.--concept {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--concept {
    padding-top: 10%;
    padding-bottom: 12%;
  }
}
.cmn-content__box.--concept::before {
  position: absolute;
  content: "";
  bottom: -230px;
  left: 78%;
  width: 647px;
  height: 616px;
  background: url(../img/saito-ringyo/bg-img02.png) no-repeat center/cover;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--concept::before {
    display: none;
  }
}
.cmn-content__box.--point {
  padding-bottom: 190px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--point {
    padding-bottom: 19%;
  }
}
.cmn-content__box.--point::before {
  position: absolute;
  content: "";
  top: 0;
  right: 63%;
  width: 1037px;
  height: 988px;
  background: url(../img/saito-ringyo/bg-img02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--point::before {
    display: none;
  }
}
.cmn-content__box.--point::after {
  position: absolute;
  content: "";
  bottom: -290px;
  right: 63%;
  width: 1092px;
  height: 992px;
  background: url(../img/saito-ringyo/bg-img04.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--point::after {
    display: none;
  }
}
.cmn-content__box.--plan {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--plan {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}
.cmn-content__box.--plan::before {
  position: absolute;
  content: "";
  top: -260px;
  left: 76%;
  width: 816px;
  height: 777px;
  background: url(../img/saito-ringyo/bg-img02.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--plan::before {
    display: none;
  }
}
.cmn-content__box.--access {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--access {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}
.cmn-content__box.--works {
  padding-top: 200px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--works {
    padding-top: 20%;
    padding-bottom: 22%;
  }
}
.cmn-content__box.--works::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 82%;
  width: 594px;
  height: 565px;
  background: url(../img/saito-ringyo/bg-img03.png) no-repeat center/cover;
  z-index: -1;
}
.cmn-content__box.--promise {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--promise {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}
.cmn-content__box.--promise::before {
  position: absolute;
  content: "";
  top: 0;
  right: 89%;
  width: 460px;
  height: 534px;
  background: url(../img/saito-ringyo/bg-img05.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--promise::before {
    display: none;
  }
}
.cmn-content__box.--entry {
  padding-top: 200px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--entry {
    padding-top: 20%;
  }
}
.cmn-content__box.--company-points {
  padding-top: 200px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--company-points {
    padding-top: 20%;
  }
}
.cmn-content__box.--company-points::before {
  position: absolute;
  content: "";
  top: -185px;
  right: 67%;
  width: 824px;
  height: 750px;
  background: url(../img/saito-ringyo/bg-img04.png) no-repeat center/cover;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--company-points::before {
    display: none;
  }
}
.cmn-content__box.--company-profile {
  padding-top: 60px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1023px) {
  .cmn-content__box.--company-profile {
    padding-top: 6%;
    padding-bottom: 20%;
  }
}
.cmn-text--center {
  text-align: center;
}
.cmn-text--right {
  text-align: right;
}
.cmn-text--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.cmn-text--link {
  position: relative;
  z-index: 1;
}
.cmn-text--link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .cmn-text--link:hover:after {
    visibility: hidden;
    opacity: 0;
  }
}
.cmn-bold {
  font-weight: bold !important;
}
.cmn-medium {
  font-weight: 500 !important;
}
.cmn-color {
  color: var(--mc) !important;
}
.cmn-color--w {
  color: white !important;
}
.cmn-color--b {
  color: black !important;
}
.cmn-en {
  font-family: "Playfair Display", serif;
}
.cmn-bg {
  background: var(--mc);
}
.cmn-bg--bc {
  background: rgba(167, 147, 119, 0.22);
}
.cmn-bg--w {
  background: white;
}
.cmn-bg--b {
  background: black;
}
.cmn-border--b {
  border-bottom: 1px solid;
}
.cmn-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, yellow));
  background: -webkit-linear-gradient(transparent 50%, yellow 50%);
  background: linear-gradient(transparent 50%, yellow 50%);
}
@media screen and (max-width: 1023px) {
  .cmn-display__pc--block {
    display: none !important;
  }
}
.cmn-display__pc--none {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmn-display__pc--none {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .cmn-display__pc-tb--block {
    display: none;
  }
}
.cmn-display__pc-tb--none {
  display: none;
}
@media screen and (max-width: 640px) {
  .cmn-display__pc-tb--none {
    display: block;
  }
}
.cmn-display__tb-sp--block {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cmn-display__tb-sp--block {
    display: block;
  }
}
.cmn-display__sp--block {
  display: none;
}
@media screen and (max-width: 640px) {
  .cmn-display__sp--block {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .cmn-display__sp--none {
    display: none;
  }
}
.cmn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cmn-layout__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmn-layout__column--just-btw {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cmn-layout__column--item-cnt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmn-layout__column--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmn-layout__column--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .cmn-layout__column--sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .cmn-layout__column--tb-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.inview {
  opacity: 0;
}

/* bgSlide */
.bgSlide {
  position: relative;
}

.bgSlide::before {
  -webkit-animation-name: bgSlideAnime;
  animation-name: bgSlideAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

@-webkit-keyframes bgSlideAnime {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}

@keyframes bgSlideAnime {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
/* fadeIn */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
  animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*ぱたっ
--------------------------*/
/* flipLeftTop */
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
  animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/*ぶわっ、ぽんっ、どどんっ
--------------------------*/
/* zoomIn */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
  animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.flipLeftTopTrigger,
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.blurTrigger {
  opacity: 0;
}

.slide-in {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(-100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
  -webkit-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideText-100;
  animation-name: slideText-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slideText-100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideText-100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideText100;
  animation-name: slideText100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slideText100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideText100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.loadAnime {
  opacity: 0;
}

.cmn-ttl-type01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .cmn-ttl-type01 {
    margin-bottom: 10%;
  }
}
.cmn-ttl-type01__main {
  margin-bottom: 30px;
  font-size: 5.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  .cmn-ttl-type01__main {
    font-size: 4rem;
  }
}
.cmn-ttl-type01__main span {
  position: relative;
}
.cmn-ttl-type01__main span::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 25px;
  width: 1px;
  height: 20px;
  background: var(--fc);
}
@media screen and (max-width: 640px) {
  .cmn-ttl-type01__main span::after {
    left: 15px;
  }
}
.cmn-ttl-type01__sub {
  padding-left: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .cmn-ttl-type01__sub {
    padding-left: 8px;
    font-size: 1.8rem;
  }
}
.cmn-ttl-type01.cmn-text--center .cmn-ttl-type01__sub {
  padding-left: 0;
}
.cmn-ttl-type01.cmn-text--center .cmn-ttl-type01__main span::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cmn-ttl-type01.cmn-text--right .cmn-ttl-type01__sub {
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .cmn-ttl-type01.cmn-text--right .cmn-ttl-type01__sub {
    padding-right: 7px;
  }
}
.cmn-ttl-type01.cmn-text--right .cmn-ttl-type01__main span::after {
  left: auto;
  right: 25px;
}
@media screen and (max-width: 640px) {
  .cmn-ttl-type01.cmn-text--right .cmn-ttl-type01__main span::after {
    right: 18px;
  }
}
.cmn-ttl-type01.--mb-type01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .cmn-ttl-type01.--mb-type01 {
   margin-bottom: 8%;
  }
}
.cmn-ttl-type01.--mb-type02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .cmn-ttl-type01.--mb-type02 {
    margin-bottom: 6%;
  }
}
.cmn-ttl-type01.--mb-type03 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .cmn-ttl-type01.--mb-type03 {
    margin-bottom: 5%;
  }
}
.cmn-ttl-type01.--entry .cmn-ttl-type01__main span::after {
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 146px;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1010;
}
.header__content {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0 65px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1460px) {
  .header__content {
    padding: 0 20px;
  }
}
.header__logo {
  position: relative;
  margin: 0;
  width: min(23.4375vw, 30rem);
  z-index: 1000;
}
.header__menu {
  gap: 40px;
  height: 100%;
}
@media screen and (max-width: 1460px) {
  .header__menu {
    gap: 2px;
  }
}
.header__nav-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__nav-item {
  position: relative;
  padding: 0 35px;
  height: 35px;
}
@media screen and (max-width: 1460px) {
  .header__nav-item {
    padding: 0 15px;
  }
}
.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header__nav-link span {
  display: block;
  position: relative;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.header__nav-link:hover {
  opacity: 1;
}
.header__nav-link:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header__btn {
  margin-right: 35px;
}
@media screen and (max-width: 1460px) {
  .header__btn {
    margin-right: 0;
  }
}
.header__btn-link {
  display: block;
  padding: 24px 32px;
  border-radius: 37px;
  background: var(--mc);
  border: 1px solid var(--mc);
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1476px) {
  .header__btn-link {
    padding: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .header__btn-link:hover {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
  }
}
.header__toggle {
  position: relative;
  width: 25px;
  height: 46px;
  cursor: pointer;
  z-index: 1002;
}
.header__toggle div {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 20px;
}
.header__toggle span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 1px;
  background: #fff;
}
.header__toggle span:nth-child(1) {
  top: 0;
}
.header__toggle span:nth-child(2) {
  top: 10px;
}
.header__toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 1023px) {
  .header {
    height: 65px;
    color: var(--fc);
  }
  .header__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .header__logo {
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 0;
    width: 360px;
    height: 100%;
    text-align: left;
  }
  .header__logo img {
    height: 100%;
  }
  .header__menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    margin: auto;
    padding: 100px 8%;
    width: 100%;
    max-width: 500px;
    height: 100dvh;
    background: rgba(255, 248, 239, 0.95);
    overflow-y: scroll;
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    visibility: hidden;
    z-index: 1000;
  }
  .header__nav-list {
    display: block;
    width: 100%;
  }
  .header__nav-item {
    padding: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
  }
  .header__nav-link {
    display: block;
    padding: 20px 0;
  }
  .header__nav-link span {
    font-size: 1.6rem;
  }
}
.header.open nav.sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s;
  visibility: visible;
  height: 100svh;
}
.header.open .header__toggle span {
  background: var(--fc);
}
.header.open .header__toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.header.open .header__toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.header.open .header__toggle span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.header.fixed {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--fc);
}
.header.fixed .header__nav-link:after {
  background: var(--fc);
}
.header.fixed .header__btn-link {
  background: #fff;
  border: 1px solid var(--fc);
  color: var(--fc);
}
@media screen and (min-width: 1280px) {
  .header.fixed .header__btn-link:hover {
    background: var(--fc);
    color: #fff;
  }
}
.header.fixed .header__toggle span {
  background: var(--fc);
}

@media screen and (max-width: 640px) {
  .footer {
    background: #5f492c;
  }
}
.footer__content {
  margin: 0 auto;
  padding: 55px 0 32px;
  width: 100%;
  max-width: 990px;
}
@media screen and (max-width: 1023px) {
  .footer__content {
    padding: 5% 3% 20%;
  }
}
@media screen and (max-width: 640px) {
  .footer__content {
    padding: 5% 3% 20%;
  }
}
.footer__menu {
  gap: 22px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
}
@media screen and (max-width: 640px) {
  .footer__menu {
    gap: 40px;
  }
}
.footer__logo {
  width: min(21.09375vw, 27rem);
}
.footer__logo img {
  width: 100%;
}
.footer__nav {
  width: calc(100% - min(21.09375vw, 27rem) - 22px);
}
.footer__nav-list {
  gap: 72px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .footer__nav-list {
    gap: 20px 7.2%;
  }
}
.footer__nav-link {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
}
.footer__copy-st {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .footer__copy-st {
    font-size: 1rem;
  }
}

.mv__slide-item {
  height: 100svh;
}
.mv__slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv__catch {
  position: absolute;
  top: min(15.625vw, 20rem);
  left: 19%;
  width: min(28.125vw, 36rem);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .mv__catch {
    top: 20%;
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(48vw, 36rem);
  }
}
@media screen and (max-width: 640px) {
  .mv__catch {
    width: max(48vw, 18rem);
  }
}
.mv__catch-main {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .mv__catch-main {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 1023px) {
  .mv__catch-main {
    top: 25%;
  }
}
.mv__catch-main__txt {
  font-size: min(3.125vw, 4rem);
  letter-spacing: 0.5em;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
}
@media screen and (max-width: 1023px) {
  .mv__catch-main__txt {
    font-size: min(5.3333333333vw, 4rem);
  }
}
@media screen and (max-width: 640px) {
  .mv__catch-main__txt {
    font-size: max(5.3333333333vw, 2rem);
  }
}
.mv__catch-sub {
  padding: 8px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mv__catch-sub__txt {
  font-size: min(2.8125vw, 3.6rem);
  font-weight: normal;
  letter-spacing: 0.23em;
  line-height: 1.6;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
}
@media screen and (max-width: 1023px) {
  .mv__catch-sub__txt {
    font-size: min(4.8vw, 3.6rem);
  }
}
@media screen and (max-width: 640px) {
  .mv__catch-sub__txt {
    font-size: max(4.8vw, 1.8rem);
  }
}
.mv__catch-sub__txt span {
  font-size: min(1.875vw, 2.4rem);
  letter-spacing: 0.1em;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.52);
}
@media screen and (max-width: 1023px) {
  .mv__catch-sub__txt span {
    font-size: min(3.2vw, 2.4rem);
  }
}
@media screen and (max-width: 640px) {
  .mv__catch-sub__txt span {
    font-size: max(3.2vw, 1.2rem);
  }
}
.mv__scroll {
  position: absolute;
  bottom: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.8rem;
}
.mv__scroll span {
  position: relative;
}
.mv__scroll span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 33px;
  background: #fff;
}
.mv__scroll span::after {
  content: "";
  position: absolute;
  top: calc(100% + 33px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 33px;
  background: var(--mc);
}
.mv__btn {
  position: fixed;
  bottom: 2.5%;
  right: 1.5%;
    width: 12.5%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
	z-index: 100;
}
@media screen and (max-width: 1023px) {
  .mv__btn {
    width: 200px;
  }
}
.mv__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__btn img:hover {
  opacity: 0.8;
}

.concept {
  background: url(../img/saito-ringyo/bg-img01.png) no-repeat top center/100% 28%;
}
.concept__box {
  gap: min(6.25vw, 8rem);
}
.concept__box-ph {
  width: 46%;
}
@media screen and (max-width: 1023px) {
  .concept__box-ph {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.concept__box-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.concept__box-info {
  padding: 208px 0 0;
  width: calc(54% - 80px);
}
@media screen and (max-width: 1023px) {
  .concept__box-info {
    padding-top: 0;
    padding-bottom: 40px;
    width: 100%;
  }
}
.concept__box-ttl {
  margin-bottom: 50px;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .concept__box-ttl {
    font-size: 3.2rem;
  }
}
.concept__box-txt__st {
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  .concept__box-txt__st {
    font-size: 1.6rem;
  }
}
.concept__box-txt__st.--lg {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .concept__box-txt__st.--lg {
    font-size: 2rem;
  }
}

.banner {
  background: url(../img/saito-ringyo/bg-banner.png) no-repeat center center/cover;
}
.banner__ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 1023px) {
  .banner__ttl {
    margin-bottom: 9%;
  }
}
.banner__ttl span {
  padding-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .banner__ttl span {
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .banner__ttl span {
    font-size: 2rem;
  }
}
.banner__txt {
  margin-bottom: 20px;
  font-size: 4.8rem;
  line-height: 0.75;
}
@media screen and (max-width: 640px) {
  .banner__txt {
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.banner__txt--lg {
  font-size: 12.8rem;
  letter-spacing: -0.04em;
  color: #ebc908;
}
@media screen and (max-width: 1023px) {
  .banner__txt--lg {
    font-size: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .banner__txt--lg {
    font-size: 8rem;
    line-height: 0.75;
  }
}
.banner__txt--sm {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 6;
}
@media screen and (max-width: 640px) {
  .banner__txt--sm {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.banner__btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 469px;
  height: 86px;
  border-radius: 43px;
  border: 3px solid #fff;
  font-weight: 600;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 80px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .banner__btn {
    font-size: 2rem;
  }
}
.banner__btn::after {
  position: absolute;
  content: "";
  margin-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 3px solid;
  border-top: 3px solid;
  position: absolute;
  top: 50%;
  left: 83%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.banner__btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .banner__btn:hover {
    background: rgba(167, 147, 119, 0.7);
    border: 3px solid rgba(167, 147, 119, 0.7);
  }
}
.banner__note {
  margin: 80px auto 0;
  padding: 23px 45px;
  width: 100%;
  max-width: 840px;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #fff;
  letter-spacing: 0.01em;
  text-align: left;
  scrollbar-color: #fff;
}
@media screen and (max-width: 1023px) {
  .banner__note {
    padding: 2.3% 4.5%;
  }
}
@media screen and (max-width: 640px) {
  .banner__note {
    height: 160px;
  }
}
.banner__note::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.banner__note-txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
.banner__note-item {
  font-size: 1.4rem;
  line-height: 1.6;
}
.banner.--type02 {
  background: url(../img/saito-ringyo/bg-banner02.png) no-repeat center center/cover;
}

.point {
  background: url(../img/saito-ringyo/bg-img03.png) no-repeat right -335px top 46%/1110px 1020px;
}
@media screen and (max-width: 1023px) {
  .point {
    background: none;
  }
}
.point__catch {
  margin-bottom: 200px;
  padding: 0 0 0 75px;
}
@media screen and (max-width: 1024px) {
  .point__catch {
  margin-bottom: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .point__catch {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .point__catch {
  margin-bottom: 20%;
  }
}
.point__catch-ttl {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .point__catch-ttl {
    margin-bottom: 5%;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .point__catch-ttl {
    font-size: 2.6rem;
  }
}
.point__catch-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .point__catch-txt {
    font-size: 1.6rem;
  }
}
.point__catch-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(23.203125vw, 29.7rem);
  height: min(30.078125vw, 38.5rem);
  background: url(../img/saito-ringyo/bg-img06.png) no-repeat center center/cover;
}
@media screen and (max-width: 640px) {
  .point__catch-txt::before {
    bottom: 100%;
  }
}
.point__content {
  margin-top: -200px;
  padding-top: 200px;
  padding-bottom: 150px;
  padding-left: 80px;
  padding-right: 80px;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .point__content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8%;
    padding-right: 8%;
  }
}
.point__list-item {
  position: relative;
}
/* .point__list-item:not(:last-of-type) {
  margin-bottom: 210px;
}
@media screen and (max-width: 1024px) {
  .point__list-item:not(:last-of-type) {
  margin-bottom: 270px;
  }
}
@media screen and (max-width: 640px) {
  .point__list-item:not(:last-of-type) {
    margin-bottom: 21%;
  }
} */
.point__list-item.--reverse .point__list-info {
  margin: 0 0 0 auto;
  padding: 2% 0.2% 0 5%;
}
@media screen and (max-width: 640px) {
  .point__list-item.--reverse .point__list-info {
    margin-bottom: 20px;
    padding: 0;
  }
}
.point__list-item.--reverse .point__list-ph {
  left: 0;
  right: auto;
}
@media screen and (max-width: 640px) {
  .point__list-item.--reverse .point__list-ph {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.point__list-info {
  position: relative;
  margin: 0 auto 0 0;
  padding: 2% 5% 0 0;
  width: 600px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .point__list-info {
    width: min(70.2028081123vw, 60rem);
  }
}
@media screen and (max-width: 640px) {
  .point__list-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
.point__list-point {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  font-size: 10.4rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .point__list-point {
    font-size: 7.5rem;
  }
}
.point__list-point span {
  position: absolute;
  top: 60%;
  left: 0;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.point__list-ttl {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .point__list-ttl {
    font-size: 2rem;
  }
}
.point__list-txt {
  margin-top: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  .point__list-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.point__list-ph {
  width: 58%;
}
@media screen and (min-width: 641px) {
  .point__list-ph {
    position: absolute;
    top: -230px;
    left: auto;
    right: 0;
  width: 75%;
	  max-width: 450px;
  }
}
@media screen and (min-width: 1025px) {
  .point__list-ph {
    position: absolute;
/*     top: -86px; */
	 top:0;
    left: auto;
    right: 0;
  width: 58%;
	  max-width: initial;
  }
}
@media screen and (max-width: 640px) {
  .point__list-ph {
    width: 100%;
  }
}
.point__list-ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plan__figure {
  position: relative;
  margin-left: 95px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .plan__figure {
    margin-left: 9%;
  }
}
.plan__figure::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 43%;
  width: 100px;
  height: 190px;
  background: url(../img/saito-ringyo/plan-img09.png) no-repeat center center/cover;
}
@media screen and (max-width: 640px) {
  .plan__figure::before {
    top: 0;
    left: 75%;
    width: min(18.6666666667vw, 10rem);
    height: min(37.3333333333vw, 19rem);
  }
}
.plan__figure-item:first-child {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .plan__figure-item:first-child {
    margin-bottom: 50px;
    width: 100%;
  }
}
.plan__figure-item:first-child .plan__figure-info {
  top: 83%;
  right: 0;
}
.plan__figure-item:last-child {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .plan__figure-item:last-child {
    width: 100%;
  }
}
.plan__figure-item:last-child .plan__figure-img {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .plan__figure-item:last-child .plan__figure-img {
    margin-left: 0;
  }
}
.plan__figure-item:last-child .plan__figure-info {
  top: calc(100% + 10px);
  right: 22%;
}
@media screen and (max-width: 640px) {
  .plan__figure-item:last-child .plan__figure-info {
    right: 0;
  }
}
.plan__figure-img {
  position: relative;
}
.plan__figure-point {
  position: absolute;
  background: url(../img/saito-ringyo/num-icon.png) no-repeat center center/contain;
  width: min(4.296875vw, 5.5rem);
  height: min(6.5104166667vw, 7rem);
  font-weight: 600;
  font-size: 4rem;
  line-height: 45px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .plan__figure-point {
    font-size: 2.4rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .plan__figure-point {
    line-height: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .plan__figure-point {
    background: url(../img/saito-ringyo/num-icon.png) no-repeat center center/contain;
    width: min(10.6666666667vw, 5.5rem);
    height: min(16vw, 7rem);
    font-size: 2.6rem;
	  line-height: 1.8em;
  }
}
.plan__figure-point.slide--01 {
  top: 70%;
  right: 31%;
}
@media screen and (max-width: 640px) {
  .plan__figure-point.slide--01 {
    top: auto;
    bottom: min(36vw, 24rem);
    left: min(40vw, 26rem);
  }
}
.plan__figure-point.slide--02 {
  top: 56%;
  right: 46%;
}
@media screen and (max-width: 640px) {
  .plan__figure-point.slide--02 {
    top: min(82.6666666667vw, 56rem);
    left: min(34.6666666667vw, 23rem);
  }
}
.plan__figure-point.slide--03 {
  top: 47%;
  left: 15%;
}
@media screen and (max-width: 640px) {
  .plan__figure-point.slide--03 {
    top: min(69.3333333333vw, 47rem);
    left: min(10.6666666667vw, 8rem);
  }
}
.plan__figure-point.slide--04 {
  top: 43%;
  right: 38%;
}
@media screen and (max-width: 640px) {
  .plan__figure-point.slide--04 {
    top: min(62.6666666667vw, 42rem);
    right: 38%;
    left: min(40vw, 26rem);
  }
}
.plan__figure-point.slide--05 {
  top: 53%;
  left: 27%;
}
@media screen and (max-width: 640px) {
  .plan__figure-point.slide--05 {
    left: min(22.6666666667vw, 9.5rem);
  }
}
.plan__figure-point.slide--06 {
  top: 67%;
  left: 31%;
}
@media screen and (max-width: 640px) {
  .plan__figure-point.slide--06 {
    left: min(30.6666666667vw, 13.5rem);
  }
}
.plan__figure-note {
  margin-bottom: 130px;
}
@media screen and (max-width: 1023px) {
  .plan__figure-note {
    margin-bottom: 13%;
  }
}
.plan__figure-note__st {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .plan__figure-note__st {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .plan__figure-note__st {
    font-size: 1.6rem;
  }
}
.plan__figure-note__st::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fc);
}
.plan__figure-info {
  position: absolute;
}
.plan__figure-num {
  margin-right: 6px;
  font-weight: 500;
  font-size: 4.8rem;
}
@media screen and (max-width: 640px) {
  .plan__figure-num {
    font-size: 3.2rem;
  }
}
.plan__slide {
  margin: 0 auto;
  width: 90%;
  max-width: 984px;
}
@media screen and (max-width: 640px) {
  .plan__slide {
    width: 85%;
  }
}
.plan__slide-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0 24px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 1px;
}
.plan__slide-img {
  width: min(35.9375vw, 46rem);
}
@media screen and (max-width: 640px) {
  .plan__slide-img {
    width: 100%;
  }
}
.plan__slide-info {
  width: calc(100% - min(37.8125vw, 48.4rem));
}
@media screen and (max-width: 640px) {
  .plan__slide-info {
    width: 100%;
  }
}
.plan__slide-num {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 7.4rem;
  letter-spacing: 0.09em;
  line-height: 0.6;
}
@media screen and (max-width: 1023px) {
  .plan__slide-num {
    margin-bottom: 3.5%;
  }
}
@media screen and (max-width: 640px) {
  .plan__slide-num {
    font-size: 6rem;
  }
}
.plan__slide-num span {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 640px) {
  .plan__slide-num span {
    font-size: 1.8rem;
  }
}
.plan__slide-ttl {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .plan__slide-ttl {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .plan__slide-ttl {
    font-size: 1.7rem;
  }
}
.plan__slide-txt {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .plan__slide-txt {
    font-size: 1.5rem;
  }
}
.plan__slide button.slick-prev.slick-arrow,
.plan__slide button.slick-next.slick-arrow {
  display: block !important;
}
.plan__slide .slick-prev,
.plan__slide .slick-next {
/*   width: min(6.5625vw, 8.4rem);
  height: min(6.5625vw, 8.4rem); */
	width:80px;
	height:80px;
}
@media screen and (max-width: 640px) {
  .plan__slide .slick-prev,
  .plan__slide .slick-next {
    width: 30px;
    height: 30px;
  }
}
.plan__slide .slick-prev:before,
.plan__slide .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/saito-ringyo/prev-icon.png) no-repeat center center/cover;
  border: none;
  -webkit-transform: none;
  transform: none;
/*   width: min(6.5625vw, 8.4rem);
  height: min(6.5625vw, 8.4rem); */
	width:120%;
	height:120%;
}
.plan__slide .slick-prev {
  left: auto;
  right: calc(100% + min(1.5625vw, 2rem));
}
@media screen and (max-width: 640px) {
  .plan__slide .slick-prev {
    left: auto;
    right: calc(100% + 10px);
  }
}
.plan__slide .slick-prev:before {
  background: url(../img/saito-ringyo/prev-icon.png) no-repeat center center/cover;
}
.plan__slide .slick-next {
  left: calc(100% + min(1.5625vw, 2rem));
}
@media screen and (max-width: 640px) {
  .plan__slide .slick-next {
    left: calc(100% + 10px);
  }
}
.plan__slide .slick-next:before {
  background: url(../img/saito-ringyo/next-icon.png) no-repeat center center/cover;
}
.plan__slide .slick-list.draggable {
  padding: 0 !important;
}

.access__map {
  position: relative;
  margin: 0 auto 67px;
  padding-top: 42%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .access__map {
    margin-bottom: 60px;
  }
}
.access__map iframe,
.access__map object,
.access__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .access__map {
    height: 260px;
  }
}
.access__info {
  gap: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.access__info-img {
  width: min(48.671875vw, 62.3rem);
}
@media screen and (max-width: 1023px) {
  .access__info-img {
    width: 100%;
  }
}
.access__info-data {
  width: calc(100% - min(51.796875vw, 66.3rem));
}
@media screen and (max-width: 1023px) {
  .access__info-data {
    width: 100%;
  }
}
.access__info-table {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .access__info-table {
    margin-bottom: 30px;
  }
}
.access__info-table th {
  padding-right: 5px;
  width: 85px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .access__info-table th {
    display: block;
    font-size: 1.6rem;
  }
}
.access__info-table td {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .access__info-table td {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.access__info-table td::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fc);
}
.access__info-btn {
  margin-bottom: 30px;
  width: 177px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid var(--fc);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 38px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .access__info-btn {
    font-size: 1.6rem;
  }
}
.access__info-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .access__info-btn:hover {
    background: var(--mc);
    color: white;
  }
}
.access__info-txt {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .access__info-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.works__slide-item {
  margin-right: 32px;
}
.works__slide-item img {
  width: 100%;
  height: 100%;
}
.works .slick-list {
  margin-right: calc((100% - 100vw) / 2 - 32px);
}
.works .slick-dots {
  bottom: -80px;
  width: calc(100% - min(14.0625vw, 18rem));
}
@media screen and (max-width: 640px) {
  .works .slick-dots {
    bottom: -55px;
    width: calc(100% - 90px);
  }
}
.works .slick-dots li {
  margin: 0;
  width: 12.5%;
	height: 1px;
  background: rgba(167, 147, 119, 0.64);
}
.works .slick-dots li button {
  width: 100%;
}
.works .slick-dots li button:before {
  top: -1px;
  width: 100%;
  height: 3px;
  content: "";
  background: transparent;
  opacity: 1;
}
.works .slick-dots li.slick-active button:before {
  background-color: #5f492c;
  opacity: 1;
}
.works button.slick-prev.slick-arrow,
.works button.slick-next.slick-arrow {
  display: block !important;
}
.works .slick-prev:before,
.works .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: clamp(5rem, 5.46875vw, 7rem);
  height: clamp(5rem, 5.46875vw, 7rem);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .works .slick-prev:before,
  .works .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.works .slick-prev {
  top: auto;
  bottom: -80px;
  right: min(6.25vw, 8rem);
  left: auto;
}
@media screen and (max-width: 640px) {
  .works .slick-prev {
    bottom: -55px;
    right: 40px;
  }
}
.works .slick-prev:before {
  right: 0;
  left: auto;
	background: url(../img/saito-ringyo/prev-icon_b.png) no-repeat center center/cover;
}
@media screen and (min-width: 1280px) {
  .works .slick-prev:hover::before {
    background: url(../img/saito-ringyo/prev-icon.png) no-repeat center center/cover;
  }
}
.works .slick-next {
  top: auto;
  bottom: -80px;
  right: 0;
  left: auto;
}
@media screen and (max-width: 640px) {
  .works .slick-next {
    bottom: -55px;
  }
}
.works .slick-next:before {
  background: url(../img/saito-ringyo/next-icon_b.png) no-repeat center center/cover;
}
@media screen and (min-width: 1280px) {
  .works .slick-next:hover::before {
    background: url(../img/saito-ringyo/next-icon.png) no-repeat center center/cover;
  }
}
.promise__catch {
  margin-bottom: 80px;
  padding: 0 75px;
}
@media screen and (max-width: 1023px) {
  .promise__catch {
    margin-bottom: 8%;
    padding: 0 8%;
  }
}
.promise__catch-ttl {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .promise__catch-ttl {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.promise__catch-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .promise__catch-txt {
	  text-align: left;
    font-size: 1.6rem;
  }
}
.promise__box {
  gap: 50px min(6.25vw, 8rem);
}
@media screen and (max-width: 1023px) {
  .promise__box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.promise__box-item {
  width: calc((100% - min(12.5vw, 16rem)) / 3);
}
@media screen and (max-width: 1023px) {
  .promise__box-item {
    width: calc((100% - min(12.5vw, 16rem)) / 2);
  }
}
@media screen and (max-width: 640px) {
  .promise__box-item {
    width: 100%;
  }
}
.promise__box-head {
  gap: min(1.875vw, 2.4rem);
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promise__box-num {
  position: relative;
  display: inline-block;
  font-size: 10.4rem;
  font-weight: normal;
  line-height: 0.8;
}
@media screen and (max-width: 640px) {
  .promise__box-num {
    font-size: 7.5rem;
  }
}
.promise__box-num span {
  position: absolute;
  top: 60%;
  left: 0;
  background: #ece7e1;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.promise__box-img {
  height: 160px;
}
@media screen and (max-width: 1023px) {
  .promise__box-img {
    height: min(32vw, 16rem);
  }
}
.promise__box-img img {
  height: 100%;
}
.promise__box-ttl {
  padding: 20px 0;
  border-top: 1px solid var(--fc);
  border-bottom: 1px solid var(--fc);
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .promise__box-ttl {
    font-size: 2rem;
  }
}
.promise__box-txt {
  padding-top: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .promise__box-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.entry__txt {
	margin-bottom: 80px;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
.entry__txt {
	margin-bottom: 8%;
	text-align: left;
  font-size: 1.6rem;
  line-height: 1.75;
}
}

.company-points__catch {
  margin-bottom: 155px;
  font-weight: 600;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .company-points__catch {
    margin-bottom: 15.5%;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .company-points__catch {
    font-size: 2.6rem;
  }
}
.company-points__list-item {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: min(3.125vw, 4rem);
}
@media screen and (max-width: 1023px) {
  .company-points__list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.company-points__list-item:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .company-points__list-item:not(:last-of-type) {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 640px) {
  .company-points__list-item:not(:last-of-type) {
    margin-bottom: 18%;
  }
}
.company-points__list-item::before {
  content: "";
  position: absolute;
  bottom: 32%;
  right: 93%;
  width: 700px;
  height: 450px;
}
@media screen and (max-width: 1023px) {
  .company-points__list-item::before {
    display: none;
  }
}
.company-points__list-item.--reverse::before {
  left: 74%;
}
.company-points__list-item.--reverse .company-points__list-info {
  padding-right: 0;
}
.company-points__list-item.--reverse .company-points__list-ph {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: auto;
}
.company-points__list-item:nth-child(1)::before {
  background: url(../img/saito-ringyo/company-points-img06.png) no-repeat right center/contain;
}
.company-points__list-item:nth-child(2)::before {
  width: 460px;
  height: 390px;
  background: url(../img/saito-ringyo/company-points-img07.png) no-repeat left center/contain;
}
.company-points__list-item:nth-child(3)::before {
  height: 540px;
  background: url(../img/saito-ringyo/company-points-img08.png) no-repeat center/contain;
}
.company-points__list-item:nth-child(4)::before {
  right: 82%;
  width: 590px;
  height: 370px;
  background: url(../img/saito-ringyo/company-points-img09.png) no-repeat left center/contain;
}
.company-points__list-item:nth-child(5)::before {
  top: 3%;
  left: 84%;
  width: 560px;
  height: 400px;
  background: url(../img/saito-ringyo/company-points-img10.png) no-repeat right center/contain;
}
.company-points__list-info {
  width: calc(50% - min(3.125vw, 4rem));
}
@media screen and (max-width: 1023px) {
  .company-points__list-info {
    padding-bottom: 20px;
    width: 100%;
  }
}
.company-points__list-ttl {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .company-points__list-ttl {
    font-size: 2rem;
  }
}
.company-points__list-txt {
  letter-spacing: 0.05em;
  line-height: 2.6;
}
@media screen and (max-width: 640px) {
  .company-points__list-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.company-points__list-ph {
  margin-right: calc((100% - 100vw) / 2);
  width: calc(47.5% + (100vw - 100%) / 2);
}
@media screen and (max-width: 1023px) {
  .company-points__list-ph {
    margin-left: calc((100% - 100vw) / 2);
    width: 100vw;
  }
}
.company-points__list-ph img {
  max-width: 48.5vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .company-points__list-ph img {
    width: 100%;
    max-width: 100%;
  }
}

.company-profile__table {
  margin-left: 10px;
  width: 100%;
  max-width: 1130px;
  border-collapse: separate;
  border-spacing: 16px 0;
}
@media screen and (max-width: 1023px) {
  .company-profile__table {
    margin-left: 0;
  }
}
.company-profile__table-ttl {
  margin-right: 16px;
  padding: 23px 10px;
  width: 195px;
  border-bottom: 1px solid var(--mc);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .company-profile__table-ttl {
    padding: 3% 1%;
  }
}
@media screen and (max-width: 640px) {
  .company-profile__table-ttl {
    display: block;
    margin: 0;
    padding: 3% 1% 0;
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }
}
.company-profile__table-txt {
  padding: 23px 10px;
  border-bottom: 1px solid var(--mc);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.4;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .company-profile__table-txt {
    padding: 3% 1%;
  }
}
@media screen and (max-width: 640px) {
  .company-profile__table-txt {
    display: block;
    padding: 0 1% 3%;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: none;
  }
}

.contact {
  position: fixed;
  top: 160px;
  right: 1.5%;
  width: 4vw;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .contact {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    z-index: 9999;
  }
}
.contact__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1vw;
}
@media screen and (max-width: 1023px) {
  .contact__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
	  justify-content: center;
  }
}
.contact__phone .contact__link-icon {
  position: relative;
}
.contact__phone .contact__link-icon::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/saito-ringyo/phone-icon_w.svg) no-repeat center center/cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact__form .contact__link-icon {
  position: relative;
}
.contact__form .contact__link-icon::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/saito-ringyo/form-icon_w.svg) no-repeat center center/cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact__link {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5vw;
    padding: 15px 0 25px;
  width: 4vw;
  border: 3px solid #a79377;
  border-radius: 37px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1023px) {
  .contact__link {
    gap: 0;
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
  }
}
.contact__link img {
  width: 2vw;
  height: 2vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
@media screen and (max-width: 1023px) {
  .contact__link img {
    width: auto;
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .contact__link img {
    width: 100%;
    height: auto;
  }
}
.contact__link-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.contact__link-txt {
  color: #a79377;
  font-size: 0.9375vw;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1023px) {
  .contact__link-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
.contact__link:hover {
  background: var(--mc);
  opacity: 1;
}
.contact__link:hover .contact__link-icon::after {
  display: block;
}
.contact__link:hover .contact__link-txt {
  color: #fff;
}
}


/*FORM用*/

.form-wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.section-form__check {
    width: max-content;
    font-size: 16px;
    margin: auto;
}

[type='submit'] {
  background: var(--fc);
    display: block;
    width: 300px;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 24px;
    margin: auto;
    margin-top: 56px;
}

.formError .formErrorContent {
    font-size: 14px;
    padding: 8px 12px;
}

.formError .formErrorContent,
.formError .formErrorArrow div {
    background: #4e3638 !important;
    border: 0 transparent !important;
    box-shadow: none !important;
}
p.caption {
    line-height: 1.4;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 24px;
}

.section-form__check .wpcf7-list-item {
    margin: 0;
}

@media screen and (max-width: 640px) {
    .item-name {
        font-size: 16px;
    }

    p.caption {
        text-align: left;
    }
}

.xdsoft_datetimepicker {
    z-index: 9998;
}
form {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

form ul.clearfix::after {
    display: none;
}

form ul > li:first-child {
    display: flex;
    justify-content: space-between;
    width: 330px;
}

form ul > li:last-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 350px);
}

form ul > li:last-of-type > div {
    display: block;
    width: 100%;
}

form ul > li:last-of-type input[type='text'i],
form ul > li:last-of-type input[type='tel'i],
form ul > li:last-of-type input[type='mail'i],
form ul > li:last-of-type textarea,
form ul > li:last-of-type select {
    background-color: #ffffff;
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 16px 19px;
}
form ul > li:last-of-type textarea {
	line-height: 1.5;
}

form ul > li::after {
    display: none;
}

form ul > li:first-child span.item-req {
  background: var(--fc);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    border-radius: 100px;
    padding: 8px 22px;
}

.section-form__check1 {
    display: block;
    width: max-content;
    font-size: 16px;
    margin: auto;
}

[type='submit'] {
  background: var(--fc);
    display: block;
    width: 300px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border: none;
  border-radius: 8px;
    padding: 18px;
    margin: auto;
    margin-top: 56px;
}

li.item-form.itemform_add_search {
    display: flex;
    justify-content: space-between;
}

li.item-form.itemform_add_search span {
    width: calc(100% - 160px);
}

li.item-form.itemform_add_search button {
  background: var(--fc);
    width: 140px;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 8px;
}

.privacy-box {
    overflow-y: scroll;
    height: 240px;
    border: 1px solid;
    padding: 18px 24px;
    margin-bottom: 32px;
}

.privacy-box h3 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.privacy-box p {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    form ul > li:first-child {
        width: 100%;
        margin-bottom: 16px;
    }

    form ul > li:last-of-type {
        width: 100%;
    }

    li.item-form.itemform_add_search span {
        width: calc(100% - 140px);
    }

    li.item-form.itemform_add_search button {
        width: 120px;
    }

    form ul {
        margin-bottom: 24px;
    }
}

.item-notice {
    font-size: 16px;
    margin-top: 14px;
}

.item-notice strong {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.item-notice p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

@media screen and (max-width: 640px) {
    .item-notice p {
        font-size: 12px;
    }
}



.fv-btm__btn{
	display:block;
	padding:28px 56px;
	background:#937F62;
	border:solid 1px #937F62;
	color:#fff;
	position:relative;
	max-width:600px;
	width:90%;
	height:auto;
	margin:64px auto;
	font-size:2.8rem;
	font-weight: 600;
	line-height: 1;
    letter-spacing: 0.1em;
	border-radius:56px;
	transition:all 0.3s;
}
.fv-btm__btn svg{
	position:absolute;
	right:28px;
	top:0;
	bottom:0;
	margin:auto;
}
.fv-btm__btn svg path{
	transition:all 0.3s;
}
.fv-btm__btn:hover{
	background:#fff;
	color:#937F62;
	transition:all 0.3s;
}
.fv-btm__btn:hover svg path{
	stroke:#937F62;
	transition:all 0.3s;
}
.point__list{
	padding:0 80px;
}
.point__list-item{
	min-height:640px;
}
.point__list .point__list-item .point__list-info{
	margin-top:80px;
}
#points button.slick-prev.slick-arrow, #points button.slick-next.slick-arrow {
    display: block !important;
    width: 80px;
    height: 80px;
	z-index:3;
	
}
#points button.slick-prev.slick-arrow:before,
#points button.slick-next.slick-arrow:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: url(../img/saito-ringyo/points-slide_arrow.png) no-repeat center/contain;
	z-index:3;
}
#points button.slick-prev.slick-arrow:before{

}
#points button.slick-next.slick-arrow:before{
	transform: scale(-1, 1);
}

.point__list .slick-dots li button:before {
  content: none;
}

.point__list .slick-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
	bottom: -100px;
left: 0;
    right: 0;
}
.point__list .slick-dots li {
  margin: 0;
width: 60px;
    height: 60px;
}
.point__list .slick-dots li button {
  border: solid 1px #3A3A3A;
	font-size: 3.2rem;
    color: #3A3A3A;
  padding: 6px 8px;
  line-height: 1;
  cursor: pointer;
	width:100%;
	height:100%;
	border-radius: 50%;
	font-family: "Playfair Display", serif;
display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
}
.point__list .slick-dots li.slick-active button {
	color:#fff;
	background:#3a3a3a;
}
@media screen and (max-width: 1200px) {
	.plan__slide .slick-prev:before, .plan__slide .slick-next:before{
		width: 100%;
    height: 100%;
	}
}
@media screen and (max-width: 1023px) {
	.point__catch{
	margin-bottom:0;
}
	.point__list-ph{
		position:unset;
		margin-top:24px;
		        width: 100%;
        max-width: unset;
	}
	.point__list-item.--reverse .point__list-info{
		margin:0;
		padding:0;
        width: 100%;
	}
	.point__list .point__list-item .point__list-info{
		margin:0;
		padding:0;
		width: 100%;
	}
		.point__list-txt{
		min-height:260px;
	}
	#points button.slick-prev.slick-arrow, #points button.slick-next.slick-arrow{
    bottom: 10%;
    top: unset;
	}
	.plan__slide-item{
    flex-direction: column-reverse;
	}
	.plan__slide-info{
		width:100%;
	}
	.plan__slide-img {
    width: 100%;
    max-width: 440px;
margin:0 auto;
    margin-top: 24px;
}
	.plan__slide .slick-prev, .plan__slide .slick-next {
		z-index:3;
	}
.plan__slide .slick-next {
    bottom: 10%;
    top: unset;
    left: unset;
	right:0;
}
	.plan__slide .slick-prev {
    top: unset;
    bottom: 10%;
    right: unset;
    left: 0;
}
}
@media screen and (max-width: 640px) {
	.fv-btm__btn{
		font-size:1.6rem;
		    padding: 28px;
	}
	.fv-btm__btn svg {
    right: 12px;
    height: 16px;
    width: 12px;
}
	.point__list{
		padding:0;
	}
	.point__content {
padding:0;
    }
	#points button.slick-prev.slick-arrow, #points button.slick-next.slick-arrow {
    width: 40px;
    height: 40px;
}
	#points button.slick-prev.slick-arrow{
		left:-10px;
	}
	#points button.slick-next.slick-arrow {
		right:-10px;
	}
#points button.slick-prev.slick-arrow:before, #points button.slick-next.slick-arrow:before {
    background: url(../img/saito-ringyo/points-slide_arrow02.png) no-repeat center / contain;
}
.point__list .slick-dots {
	bottom: -56px;
	}
	.point__list .slick-dots li button{
		    font-size: 2rem;
		    padding-bottom: 10px;
	}
    #points button.slick-prev.slick-arrow, #points button.slick-next.slick-arrow {
    }
	.point__list .slick-dots li {
    width: 40px;
    height: 40px;
}
    .plan__slide .slick-prev, .plan__slide .slick-next {
        width: 64px;
        height: 64px;
		bottom: 6%;
    }
	    .plan__slide-item {
			min-height: 610px;
	}
	.plan__slide .slick-prev {
        left: -32px;
    }
    .plan__slide .slick-next {
		right: -32px;
	}
}

.grecaptcha-badge {
    visibility: hidden;
}