@charset "UTF-8";
/*
======================================================================
sp-blog-std
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 [BLOG] blog-std
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 Alpha
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-top-wrap {
  text-align: right;
  margin-bottom: 8px;
}

#LO-blog-std-alpha .LO-top-wrap .LO-date,
#LO-blog-std-alpha .LO-top-wrap a {
  display: inline-block;
  vertical-align: top;
}

#LO-blog-std-alpha .LO-top-wrap .LO-date {
  color: #999999;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 3px;
}

#LO-blog-std-alpha .LO-top-wrap a {
  font-size: 11px;
  padding: 3px 10px;
  max-width: 50%;
  line-height: 1.3;
  display: inline-block;
}

#LO-blog-std-alpha .LO-continue-btn {
  padding-top: 20px;
  text-align: right;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-body {
  margin-bottom: 1em;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-continue {
  margin-bottom: 20px;
}

/* bottom-wrap
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-bottom-wrap {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  text-align: center;
}

#LO-blog-std-alpha .LO-bottom-wrap a {
  padding: 0 10px;
}

#LO-blog-std-alpha .column-img-wrap {
  margin-bottom: 10px;
  text-align: center;
}

/*
---------------------------------------------------------
 blog-std-beta
--------------------------------------------------------- */
#LO-blog-std-beta .LO-side-block + .LO-side-block {
  margin-top: 35px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-list,
#LO-blog-std-beta .LO-categ-block .wb-blog-categ,
#LO-blog-std-beta .LO-archive-block .wb-blog-categ {
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 15px 12px;
  margin-bottom: 14px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title span {
  color: #999999;
  display: block;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 3px;
}

#LO-blog-std-beta .LO-side-block a {
  color: inherit;
  line-height: 1.15;
  display: inline-block;
  font-size: 14px;
}

#LO-blog-std-beta .LO-categ-block a,
#LO-blog-std-beta .LO-archive-block a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}
#LO-blog-std-beta .LO-categ-block a:before,
#LO-blog-std-beta .LO-archive-block a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent var(--main-color01, #ffa1a1);
  display: block;
  top: 4px;
  left: 2px;
}

/*
======================================================================
_sp-form-content01
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
[form] #form-content01 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 wb-form
--------------------------------------------------------- */
#form-content01 .wb-form {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
}

#form-content01 .wb-form .wb-form-table td .Attention {
  font-size: 11px;
}

/* TABLE
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table,
#form-content01 .wb-form .wb-form-table tbody,
#form-content01 .wb-form .wb-form-table tr,
#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  display: block;
}

#form-content01 .wb-form .wb-form-table {
  border-top: 1px solid #dcdcdc;
  width: 100%;
}

#form-content01 .wb-form .wb-form-table th {
  padding: 20px 5px 5px;
  font-weight: bold;
  font-size: 14px;
}

#form-content01 .wb-form .wb-form-table td {
  padding: 0px 5px 20px;
  border-bottom: 1px solid #dcdcdc;
}

/* text,textarea
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input[type="text"],
#form-content01 .wb-form .wb-form-table td textarea,
#form-content01 .wb-form .wb-form-table td select {
  width: 100%;
  padding: 4px 6px;
}

/* 住所入力
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input#zip0 {
  width: auto;
  vertical-align: middle;
}

#form-content01 .wb-form .wb-form-table td .pref-wrap,
#form-content01 .wb-form .wb-form-table td .city-wrap {
  display: block;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap {
  display: block;
  margin: 0 0 10px;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap + a {
  margin-top: 4px;
  margin-bottom: 15px;
  display: inline-block;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap .Attention {
  display: block;
  padding: 5px 0 0 0;
  font-size: 12px;
}

#form-content01 .wb-form .wb-form-table td .pref-wrap {
  margin-bottom: 12px;
}

/* wb-form-check / wb-form-radio
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-check,
#form-content01 .wb-form .wb-form-radio {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#form-content01 .wb-form .wb-form-check label,
#form-content01 .wb-form .wb-form-radio label {
  border: 1px solid #dcdcdc;
  display: block;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 8px;
}

#form-content01 .wb-form .wb-form-check input[type="checkbox"],
#form-content01 .wb-form .wb-form-radio input[type="radio"] {
  margin-right: 4px;
  vertical-align: -2px;
}

/* wb-form-btn
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

#form-content01 .wb-form .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form-content01 .wb-form .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
}

/* BUTTON
--------------------------------------------------------- */
#form-content01 .wb-form input[type="submit"],
#form-content01 .wb-form input[type="button"] {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  /* @mixin:SP-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: var(--main-color01, #ffa1a1);
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px 10px;
  font-size: 16px;
}

#form-content01 .wb-form .wb-form-btn input,
#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  display: inline-block;
}

#form-content01 .wb-form .wb-form-btn input {
  font-size: 18px;
  padding: 11px 20px 11px 30px;
  letter-spacing: 10px;
}

#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  margin-left: 4px;
  font-size: 14px;
}

/* ERROR
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table .form-err {
  border: 1px solid #f13748;
  background: #FFEEEE;
}

#form-content01 .wb-form .wb-form-table ul.form-err-msg {
  list-style: none;
  margin: 0;
  padding: 0;
}

#form-content01 .wb-form .wb-form-table ul.form-err-msg li {
  background: #f13748;
  list-style: none;
  font-weight: bold;
  margin: 4px 0;
  padding: 2px 10px;
  color: #FFFFFF;
  font-size: 12px;
}

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
body.MOD-form-sub .Wrapper {
  display: none;
}

.jqmOverlay {
  opacity: 1 !important;
  background: #FFF !important;
  z-index: 1001 !important;
}

.jqmFormWindow {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  position: relative !important;
  z-index: 1002 !important;
}

.jqmFormWindow iframe {
  width: 100% !important;
}

#form-content01.WB-form-sub,
#form-content01.WB-form-sub a {
  color: #444;
}

#form-content01.WB-form-sub {
  background: #FFF;
  padding: 35px 10px;
}

#form-content01.WB-form-sub .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 18px;
}

#form-content01.WB-form-sub .page-title span {
  display: inline-block;
  text-align: left;
}

#form-content01.WB-form-sub .WB-form-top-txt {
  margin-bottom: 15px;
  text-align: center;
}

#form-content01.WB-form-sub .WB-form-end-txt {
  padding: 12px 15px;
  display: block;
  background-color: #F4f4f4;
}

/* wb-form-btn
--------------------------------------------------------- */
#form-content01.WB-form-sub .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

#form-content01.WB-form-sub .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form-content01.WB-form-sub .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

/* BUTTON
--------------------------------------------------------- */
#form-content01.WB-form-sub .btn-submit,
#form-content01.WB-form-sub .btn-cancel {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding: 8px 22px;
  line-height: 1.3;
  border-radius: 2px;
  font-weight: bold;
}

#form-content01.WB-form-sub .btn-submit {
  background: var(--main-color01, #ffa1a1);
  color: #FFF;
}

#form-content01.WB-form-sub .btn-cancel {
  border: 1px solid #b7b7b7;
  background: #FFF;
  color: #454545;
}

/* table 
--------------------------------------------------------- */
#form-content01.WB-form-sub table,
#form-content01.WB-form-sub table tbody,
#form-content01.WB-form-sub table tr,
#form-content01.WB-form-sub table th,
#form-content01.WB-form-sub table td {
  display: block;
}

#form-content01.WB-form-sub table tr ~ tr {
  margin-top: 10px;
}

#form-content01.WB-form-sub table td {
  padding: 7px 10px;
}
#form-content01.WB-form-sub table td:first-child {
  font-weight: bold;
  background: #F4F4F4;
  padding: 6px 10px;
  font-size: 85%;
  border-radius: 2px;
  line-height: 1.3;
}

/*
======================================================================
_sp-policy-a
======================================================================*/
/*
-----------------------------------------------------------
[#top-content2] policy-block
----------------------------------------------------------- */
/* 表示・非表示の制御（どこか1箇所に書く） */
.Content-block.pattern-a .policy-wrap:not(.pattern-a) {
  display: none;
}
.Content-block.pattern-b .policy-wrap:not(.pattern-b) {
  display: none;
}
.Content-block.pattern-c .policy-wrap:not(.pattern-c) {
  display: none;
}

#index .pattern-a .policy-block .policy-content {
  display: flex;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#index .pattern-a .policy-block .policy-content .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

#index .pattern-a .policy-block .policy-content .text-wrap {
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
}

/*
======================================================================
_sp-policy-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content2] policy-block
----------------------------------------------------------- */
#index #top-content2.pattern-b .policy-block::before {
  bottom: 12%;
}

#index #top-content2.pattern-b .policy-block::after {
  bottom: 45%;
}

#index .pattern-b .policy-block .policy-content {
  text-align: center;
}

#index .pattern-b .policy-block .pattern-b .txt-body {
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
}

/*
======================================================================
_sp-policy-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content2] policy-block
----------------------------------------------------------- */
#index #top-content2.pattern-c .policy-block::before {
  transform: rotateZ(346deg);
  left: unset;
  right: 33%;
  bottom: -3%;
}

#index #top-content2.pattern-c .policy-block::after {
  transform: rotateZ(17deg);
  left: 30%;
  bottom: 2%;
}

#index .pattern-c .policy-block .policy-content {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
}

#index .pattern-c .policy-block .policy-content .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

#index .pattern-c .policy-block .policy-content .text-wrap {
  line-height: 1.9;
  font-size: 14px;
  writing-mode: vertical-rl;
  font-weight: bold;
}

/*
======================================================================
_pc-service-a
======================================================================*/
/*
-----------------------------------------------------------
[#top-content3] service-block
----------------------------------------------------------- */
/* 表示・非表示の制御（どこか1箇所に書く） */
.Content-block.pattern-a .service-wrap:not(.pattern-a) {
  display: none;
}
.Content-block.pattern-b .service-wrap:not(.pattern-b) {
  display: none;
}
.Content-block.pattern-c .service-wrap:not(.pattern-c) {
  display: none;
}

#index .pattern-a .service-block .service-wrap ul.service-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#index .pattern-a .service-block .service-wrap ul.service-list li {
  font-size: 0;
}

#index .pattern-a .service-block .service-wrap ul.service-list li a {
  display: block;
  text-decoration: none;
  position: relative;
}

#index .pattern-a .service-block .service-wrap ul.service-list li .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  height: 180px;
}

#index
.pattern-a
.service-block
.service-wrap
ul.service-list
li
.img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.4;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

#index
.pattern-a
.service-block
.service-wrap
ul.service-list
li
.img-wrap
img {
  object-fit: cover;
  width: 100%;
}

#index .pattern-a .service-block .service-wrap ul.service-list li h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 5px var(--main-color04, #ff9e74), 0 0 5px var(--main-color04, #ff9e74), 0 0 10px var(--main-color04, #ff9e74);
}

/*
======================================================================
_sp-service-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content3] service-block
----------------------------------------------------------- */
#index .pattern-b .service-block .service-wrap .service-list {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

#index .pattern-b .service-block .service-wrap .service-list .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service
.img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service
.text-wrap {
  text-align: center;
}

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service
.body-text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 12px;
  line-height: 1.8;
}

#index .pattern-b .service-block .service-wrap .service-list .service .title {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color04, #ff9e74);
  margin-bottom: 5px;
  display: block;
}

#index .pattern-b .service-block .service-wrap .service-list .service-btn-wrap {
  text-align: center;
}

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service-btn-wrap
a {
  text-decoration: none;
}

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service-btn-wrap
a
.btn {
  color: #fff;
  padding: 5px 18px;
  background-color: color-mix(in srgb, var(--main-color04, #ff9e74), white 20%);
  border-radius: 30px;
}

/*
======================================================================
_sp-service-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content3] service-block
----------------------------------------------------------- */
#index .pattern-c .service-block .service-wrap .service-list {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

#index .pattern-c .service-block .service-wrap .service-list .service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 4px;
}

#index .pattern-c .service-block .service-wrap .service-list li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #5d5e5e;
  padding: 15px 15px 25px;
}

#index .pattern-c .service-block .service-wrap .num-wrap {
  font-family: "Playfair Display", serif;
  position: absolute;
  z-index: 10;
  color: var(--main-color04, #ff9e74);
  font-size: 30px;
  left: 10px;
  top: -12px;
  font-weight: bold;
}

#index .pattern-c .service-block .service-wrap .num-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 25px;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 60px;
  background-image: url(/template11/img/index/service_bgcolor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

#index .pattern-c .service-block .service-wrap ul.service-list li .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3px;
}

#index .pattern-c .service-block .service-wrap .title-wrap {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3px;
}

#index .pattern-c .service-block .service-wrap .title-wrap .title {
  font-size: 18px;
}

#index .pattern-c .service-block .service-wrap .body-text {
  font-size: 12px;
}

/*
======================================================================
_sp-top-img-a
======================================================================*/
#index .top-image-block.pattern-a {
  position: relative;
}

#index .top-image-block.pattern-a::before {
  content: "";
  display: block;
  position: absolute;
  left: 18%;
  top: 28%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 65px;
  background-image: url(/template11/img/index/fv01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .top-image-block.pattern-a::after {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  bottom: -10%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 79px;
  background-image: url(/template11/img/index/fv03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .top-image-wrap.pattern-a::before {
  content: "";
  display: block;
  position: absolute;
  right: 7%;
  bottom: 23%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  background-image: url(/template11/img/index/fv02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.top-image-block.pattern-a .top-image-wrap picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/template11/img/index/fv_cover_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index .top-image-block.pattern-a .top-image-wrap.pattern-a img {
  object-fit: cover;
  width: 100%;
}

.top-image-block.pattern-a .top-image-wrap.pattern-b,
.top-image-block.pattern-a .top-image-wrap.pattern-c {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/*
======================================================================
_sp-top-img-b
======================================================================*/
#index .top-image-block.pattern-b {
  position: relative;
}

#index .top-image-block.pattern-b::before {
  content: "";
  display: block;
  position: absolute;
  left: 18%;
  top: 28%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 65px;
  background-image: url(/template11/img/index/fv01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  animation: floating-sp 3s ease-in-out infinite;
}

#index .top-image-block.pattern-b::after {
  content: "";
  display: block;
  position: absolute;
  left: 6%;
  bottom: 3%;
  width: 77px;
  height: 79px;
  background-image: url(/template11/img/index/fv03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotateZ(28deg);
  animation: floating-rotate-sp 3.5s ease-in-out infinite;
}

#index .top-image-wrap.pattern-b::before {
  content: "";
  display: block;
  position: absolute;
  right: 0%;
  bottom: 6%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  background-image: url(/template11/img/index/fv02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  animation: floating-sp 2.8s ease-in-out infinite;
}

@keyframes floating-sp {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 8px));
    /* SPなので少し控えめに8px */
  }
}
/* 2. 回転を維持したままの上下移動（::after用） */
@keyframes floating-rotate-sp {
  0%,
  100% {
    transform: rotateZ(28deg) translateY(0);
  }
  50% {
    transform: rotateZ(28deg) translateY(-8px);
  }
}
#index .top-image-block.pattern-b .top-image-wrap.pattern-b img {
  object-fit: cover;
  width: 100%;
}

.top-image-block.pattern-b .top-image-wrap.pattern-a,
.top-image-block.pattern-b .top-image-wrap.pattern-c {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/*
======================================================================
_sp-top-img-c
======================================================================*/
#index .top-image-block.pattern-c {
  position: relative;
}

#index .top-image-block.pattern-c::before {
  content: "";
  display: block;
  position: absolute;
  left: 13%;
  bottom: 28%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 65px;
  background-image: url(/template11/img/index/fv01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .top-image-block.pattern-c::after {
  content: "";
  display: block;
  position: absolute;
  right: 0%;
  bottom: -3%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 79px;
  background-image: url(/template11/img/index/fv03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .top-image-wrap.pattern-c::before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 30%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  background-image: url(/template11/img/index/fv02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .top-image-block.pattern-c .top-image-wrap.pattern-c img {
  height: 100vh !important;
  object-fit: cover;
  width: 100%;
  display: block;
}

.top-image-block.pattern-c .top-image-wrap.pattern-a,
.top-image-block.pattern-c .top-image-wrap.pattern-b {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/*
======================================================================
_sp-facility-a
======================================================================*/
/*
-----------------------------------------------------------
[#top-content4] facility-block
----------------------------------------------------------- */
#index .pattern-a .facility-block .facility-wrap ul.facility-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#index .pattern-a .facility-block .facility-wrap ul.facility-list li {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 150px;
  box-shadow: #f3e8d0 2px 2px 7px 2px;
}

#index .pattern-a .facility-block .facility-wrap ul.facility-list li a {
  display: flex;
  text-decoration: none;
  color: #5d5e5e;
  gap: 10px;
  height: 100%;
}

#index .pattern-a .facility-block .facility-wrap ul.facility-list li .img-wrap {
  width: 55%;
  height: 100%;
  flex-shrink: 0;
}

#index
.pattern-a
.facility-block
.facility-wrap
ul.facility-list
li
.img-wrap
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#index
.pattern-a
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap {
  flex: 1;
  /* 残りの幅をすべて使う */
  padding: 10px 10px 10px 0;
  /* 少し余白を持たせると綺麗です */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* テキストを上下中央に配置 */
}

#index
.pattern-a
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap
.Title-small {
  color: #5d5e5e;
  font-size: 14px;
  margin-bottom: 17px;
}

#index
.pattern-a
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap
.detail {
  font-size: 11px;
  line-height: 1.4;
}

/*
======================================================================
_sp-facility-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content4] facility-block
----------------------------------------------------------- */
#index .pattern-b#top-content4 .content-inner.SP-in-wrap {
  padding-left: 0;
  padding-right: 0;
}

#index .pattern-b .facility-block .facility-wrap ul.facility-list li a {
  display: flex;
  text-decoration: none;
  color: #5d5e5e;
  gap: 3px;
  flex-direction: column;
}

#index .pattern-b .facility-block .facility-wrap ul.facility-list li .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

#index
.pattern-b
.facility-block
.facility-wrap
ul.facility-list
li
.img-wrap
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#index
.pattern-b
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap
.Title-small {
  color: var(--main-color05, #c5889e);
  font-size: 18px;
  margin-bottom: 2px;
}

#index
.pattern-b
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap
.detail {
  font-size: 11px;
  line-height: 1.4;
}

#index .pattern-b .facility-block .facility-wrap .scroll-area {
  scrollbar-color: var(--main-color02, #88c3c5) #f8f4f1;
  padding-left: 15px;
}

#index .pattern-b .facility-block .facility-wrap ul.facility-list {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-right: 15px;
}

#index .pattern-b .facility-block .facility-wrap ul.facility-list li {
  flex: 0 0 280px;
  /* 幅を固定（280pxは一例。画面幅に合わせて調整してください） */
  width: 280px;
}

/*
======================================================================
_sp-facility-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content4] facility-block
----------------------------------------------------------- */
#index .pattern-c .facility-block .facility-wrap ul.facility-list {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

#index .pattern-c .facility-block .facility-wrap ul.facility-list li a {
  display: flex;
  text-decoration: none;
  color: #5d5e5e;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}

#index .pattern-c .facility-block .facility-wrap ul.facility-list li .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

#index
.pattern-c
.facility-block
.facility-wrap
ul.facility-list
li
.img-wrap
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#index
.pattern-c
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap {
  text-align: center;
}

#index
.pattern-c
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap
.Title-small {
  color: var(--main-color05, #c5889e);
  font-size: 18px;
  margin-bottom: 2px;
}

#index
.pattern-c
.facility-block
.facility-wrap
ul.facility-list
li
.text-wrap
.detail {
  font-size: 11px;
  line-height: 1.4;
}

/*
======================================================================
_sp-news-a
======================================================================*/
/*
-----------------------------------------------------------
[#top-content1] news-block
----------------------------------------------------------- */
/* 表示・非表示の制御（どこか1箇所に書く） */
.Content-block.pattern-a .news-wrap:not(.pattern-a) {
  display: none;
}
.Content-block.pattern-b .news-wrap:not(.pattern-b) {
  display: none;
}
.Content-block.pattern-c .news-wrap:not(.pattern-c) {
  display: none;
}

#index .pattern-a .news-block .Title-block {
  flex-direction: row;
  align-items: flex-end;
}

#index .news-block .pattern-a.news-wrap li {
  border-bottom: 1px solid #5d5e5e;
  padding: 10px;
}

#index .news-block .pattern-a.news-wrap .li + li {
  margin-top: 15px;
}

#index .news-block .pattern-a.news-wrap li a {
  text-decoration: none;
  color: #5d5e5e !important;
}

#index .news-block .pattern-a {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#index .news-block .pattern-a .text-wrap {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

#index .news-block .pattern-a .text-wrap .detail-wrap {
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

#index .news-block .pattern-a .text-wrap .date {
  font-size: 10px;
}

#index .pattern-a .news-block .categ {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  padding: 6px 0px 7px;
  width: 70px;
  line-height: 1;
  background: var(--main-color02, #88c3c5);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 15px;
}

#index .news-block .pattern-a .text-wrap .title {
  font-size: 13px;
}

/* スタッフ */
.categ.staff {
  background: var(--main-color03, #88c593) !important;
}

/* お知らせ */
.categ.news {
  background: var(--main-color04, #ff9e74) !important;
}

/* 活動報告 */
.categ.report {
  background: var(--main-color05, #c5889e) !important;
}

#index .pattern-a .news-block .btn-wrap {
  margin-top: 25px;
  text-align: center;
}

/*
======================================================================
_pc-news-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content1] news-block
----------------------------------------------------------- */
#index #top-content1.pattern-b .news-block::after {
  top: 9%;
}

#index .pattern-b .news-block .Title-block {
  flex-direction: row;
  align-items: flex-end;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap {
  display: flex;
  flex-direction: column;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li {
  border-bottom: 1px solid #5d5e5e;
  padding: 10px;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li a {
  color: #5d5e5e;
  text-decoration: none;
  display: flex;
  gap: 8px;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li .img-wrap {
  width: 130px;
  border-radius: 10px;
  overflow: hidden;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li .text-wrap {
  flex: 1;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li .news-detail {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 5px;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li .date {
  font-size: 10px;
}

#index .pattern-b .news-block .categ {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  padding: 6px 0px 7px;
  width: 70px;
  line-height: 1;
  background: var(--main-color02, #88c3c5);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 15px;
}

#index .news-block .pattern-b .text-wrap .title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

/* スタッフ */
.categ.staff {
  background: var(--main-color03, #88c593) !important;
}

/* お知らせ */
.categ.news {
  background: var(--main-color04, #ff9e74) !important;
}

/* 活動報告 */
.categ.report {
  background: var(--main-color05, #c5889e) !important;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.8;
}

#index .pattern-b .news-block .btn-wrap {
  margin-top: 25px;
  text-align: center;
}

/*
======================================================================
_sp-news-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content1] news-block
----------------------------------------------------------- */
#index #top-content1.pattern-c .news-block::after {
  right: -5%;
  top: 4%;
}

#index .pattern-c .news-block .Title-block {
  flex-direction: row;
  align-items: flex-end;
}

#index .news-block .pattern-c.news-wrap .news-content-wrap {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#index .news-block .pattern-c.news-wrap .news-content-wrap li a {
  color: #5d5e5e;
  text-decoration: none;
}

#index .news-block .pattern-c.news-wrap .news-content-wrap li .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#index .news-block .pattern-c.news-wrap .news-content-wrap li .news-info {
  display: flex;
  gap: 10px;
  margin-bottom: 3px;
  align-items: center;
}

#index .pattern-c .news-block .date {
  font-size: 11px;
}

#index .pattern-c .news-block .categ {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  padding: 6px 0px 7px;
  width: 70px;
  line-height: 1;
  background: var(--main-color02, #88c3c5);
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 15px;
}

#index .news-block .pattern-c .title {
  font-size: 13px;
  font-weight: bold;
}

/* スタッフ */
.categ.staff {
  background: var(--main-color03, #88c593) !important;
}

/* お知らせ */
.categ.news {
  background: var(--main-color04, #ff9e74) !important;
}

/* 活動報告 */
.categ.report {
  background: var(--main-color05, #c5889e) !important;
}

#index .pattern-c .news-block .btn-wrap {
  margin-top: 25px;
  text-align: center;
}

/*
======================================================================
_sp-contact-a
======================================================================*/
/*
-----------------------------------------------------------
[#top-content5].pattern-a  contact-block
----------------------------------------------------------- */
.Content-block.pattern-a .contact-wrap:not(.pattern-a) {
  display: none !important;
}
.Content-block.pattern-b .contact-wrap:not(.pattern-b) {
  display: none !important;
}
.Content-block.pattern-c .contact-wrap:not(.pattern-c) {
  display: none !important;
}

#index #top-content5.pattern-a .Title-block {
  flex-direction: row;
  align-items: flex-end;
}

#index .pattern-a .contact-wrap {
  display: flex;
  flex-direction: column;
}

#index .pattern-a .contact-wrap .left-wrap {
  margin-bottom: 20px;
}

#index .pattern-a .contact-wrap .right-wrap .contact-text {
  font-size: 14px;
  font-weight: bold;
}

#index .pattern-a .contact-wrap .right-wrap .text-wrap {
  text-align: center;
}

#index .pattern-a .contact-wrap .right-wrap .tel-number {
  font-weight: bold;
  font-size: 14px;
}

#index .pattern-a .contact-wrap .right-wrap .tel-number .tel {
  font-family: "Playfair Display", serif;
  color: var(--main-color01, #ffa1a1);
  font-size: 35px;
}

#index .pattern-a .contact-wrap .right-wrap .open-time {
  font-size: 12px;
}

#index .pattern-a .contact-wrap .btn-wrap {
  margin-top: 25px;
  text-align: center;
}

/*
======================================================================
_sp-contact-b
======================================================================*/
#index #top-content5.pattern-b .contact-block {
  padding: 20px 0 40px;
}

#index #top-content5.pattern-b .Title-block {
  margin-bottom: 30px;
}

#index .pattern-b .contact-wrap {
  text-align: center;
}

#index .pattern-b .contact-wrap .top-wrap {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

#index .pattern-b .contact-wrap .bottom-wrap {
  gap: 25px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#index .pattern-b .contact-wrap .bottom-wrap .left-wrap,
#index .pattern-b .contact-wrap .bottom-wrap .right-wrap {
  position: relative;
}

#index .pattern-b .contact-wrap .bottom-wrap .left-wrap::before,
#index .pattern-b .contact-wrap .bottom-wrap .right-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat !important;
  width: 213px;
  height: 21px;
}

#index .pattern-b .contact-wrap .bottom-wrap .left-wrap::before {
  background: url(/template11/img/index/contact_download.svg);
}

#index .pattern-b .contact-wrap .bottom-wrap .right-wrap::before {
  background: url(/template11/img/index/contact_contact.svg);
  width: 225px;
  height: 22px;
  top: -2px;
}

#index .pattern-b .contact-wrap .text {
  margin-bottom: 5px;
  font-size: 13px;
}

#index .pattern-b .contact-wrap .left-wrap .Btn-transform.download {
  background-color: var(--main-color02, #88c3c5) !important;
}

/*
======================================================================
_sp-contact-c
======================================================================*/
#index #top-content5.pattern-c .Title-block {
  margin-bottom: 15px;
}

#index .pattern-c .contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index .pattern-c .contact-wrap .top-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}

#index .pattern-c .contact-wrap .text-wrap {
  text-align: center;
}

#index .pattern-c .contact-wrap .tel-number {
  font-weight: bold;
  font-size: 14px;
}

#index .pattern-c .contact-wrap .tel-number .tel {
  font-family: "Playfair Display", serif;
  color: var(--main-color01, #ffa1a1);
  font-size: 35px;
}

#index .pattern-c .contact-wrap .open-time {
  font-size: 12px;
}

#index .pattern-c .contact-wrap .text-wrap {
  text-align: center;
}

#index .pattern-c .contact-wrap .text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

#index .pattern-c .contact-wrap iframe {
  height: 400px !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
index
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content-main {
  padding-top: 35px;
  padding-bottom: 70px;
}

#index .Edit .wb-edit {
  padding-top: 25px;
  padding-bottom: 25px;
}

#index .Content-block:nth-of-type(3) {
  background: #fff;
  padding: 35px 0px 40px;
}

/*
-----------------------------------------------------------
[top-main-content] Title-block
----------------------------------------------------------- */
#index .Title-block span.en {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  line-height: 1;
}

#index .Title-block span.ja {
  font-size: 14px;
  display: block;
}

#index #top-content1 .Title-block {
  color: var(--main-color02, #88c3c5);
}

#index #top-content1 .Btn-transform {
  background-color: var(--main-color02, #88c3c5);
}

#index #top-content1 .news-block,
#index #top-content5 .contact-block {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 10px;
  box-shadow: #f3e8d0 2px 2px 7px 2px;
}

#index #top-content1 .news-block::after {
  content: "";
  display: block;
  position: absolute;
  right: -5%;
  top: 14%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 74px;
  background-image: url(/template11/img/index/news01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index #top-content2 .Title-block {
  color: var(--main-color03, #88c593);
}

#index #top-content2 .Btn-transform {
  background-color: var(--main-color03, #88c593);
}

#index #top-content2 .policy-block {
  position: relative;
}

#index #top-content2 .policy-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 2%;
  bottom: 21%;
  width: 53px;
  height: 38px;
  background-image: url(/template11/img/index/policy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotateZ(10deg);
}

#index #top-content2 .policy-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 4%;
  bottom: 33%;
  width: 38px;
  height: 28px;
  background-image: url(/template11/img/index/policy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotateZ(339deg);
}

#index #top-content3 .Title-block {
  color: var(--main-color04, #ff9e74);
}

#index #top-content3 .Btn-transform {
  background-color: var(--main-color04, #ff9e74);
}

#index #top-content3 .btn-wrap {
  text-align: center;
  margin-top: 35px;
}

#index #top-content4 .Title-block {
  color: var(--main-color05, #c5889e);
}

#index #top-content4 .Btn-transform {
  background-color: var(--main-color05, #c5889e);
}

#index #top-content4 .btn-wrap {
  text-align: center;
  margin-top: 40px;
}

#index #top-content4 .facility-block {
  position: relative;
}

#index #top-content4 .facility-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 50px;
  bottom: 4px;
  width: 30px;
  height: 24px;
  background-image: url(/template11/img/index/facility01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotateZ(341deg);
}

#index #top-content4 .facility-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 51px;
  height: 41px;
  background-image: url(/template11/img/index/facility01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotateZ(15deg);
}

#index #top-content5 .Title-block {
  color: var(--main-color01, #ffa1a1);
}

#index #top-content5 .Btn-transform {
  background-color: var(--main-color01, #ffa1a1);
}

/*-----------------------------------------------------------
-----------------------------------------------------------
下記にコピーしたSCSSを貼り付けます。
-----------------------------------------------------------
----------------------------------------------------------- */
.Content-block.pattern-a .facility-wrap:not(.pattern-a) {
  display: none;
}
.Content-block.pattern-b .facility-wrap:not(.pattern-b) {
  display: none;
}
.Content-block.pattern-c .facility-wrap:not(.pattern-c) {
  display: none;
}
.Content-block.pattern-a .news-wrap:not(.pattern-a) {
  display: none;
}
.Content-block.pattern-b .news-wrap:not(.pattern-b) {
  display: none;
}
.Content-block.pattern-c .news-wrap:not(.pattern-c) {
  display: none;
}
.Content-block .recruit-list {
  display: none;
}
.Content-block.pattern-a .recruit-list.pattern-a {
  display: block;
}
.Content-block.pattern-b .recruit-list.pattern-b {
  display: block;
}
.Content-block.pattern-c .recruit-list.pattern-c {
  display: block;
}

/*# sourceMappingURL=sp-local.css.map */
