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

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

#LO-blog-std-alpha .LO-top-wrap .LO-date {
  color: #999999;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 5px;
}

#LO-blog-std-alpha .LO-top-wrap a {
  line-height: 1.28;
  padding: 4px 14px;
  font-size: 12px;
}

#LO-blog-std-alpha .LO-body {
  margin: 0 0 1em;
  padding-top: 15px;
}

#LO-blog-std-alpha .LO-continue {
  margin: 0 0 25px;
}

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

/* 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 .LO-btn-prev {
  float: left;
}

#LO-blog-std-alpha .LO-bottom-wrap .LO-btn-next {
  float: right;
}

#LO-blog-std-alpha .column-img-wrap {
  padding-top: 15px;
  text-align: center;
}

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

#LO-blog-std-beta .LO-side-block .WB-content-wrap {
  padding: 0 8px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-list + .wb-blog-list,
#LO-blog-std-beta .LO-categ-block .wb-blog-categ + .wb-blog-categ,
#LO-blog-std-beta .LO-archive-block .wb-blog-categ + .wb-blog-categ {
  margin-top: 12px;
}

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

#LO-blog-std-beta .LO-recently-block .wb-blog-list a,
#LO-blog-std-beta .LO-categ-block .wb-blog-categ a,
#LO-blog-std-beta .LO-archive-block .wb-blog-categ a {
  color: inherit;
  display: inline-block;
  line-height: 1.4;
  color: #333;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title .wb-blog-date {
  color: #999999;
  display: block;
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 3px;
}

/*
======================================================================
_pc-form-content01
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
[form] #form-content01 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 wb-form
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td .Attention {
  font-size: 12px;
}

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

#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  border-bottom: 1px solid #dcdcdc;
}

#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

#form-content01 .wb-form .wb-form-table th {
  padding-left: 30px;
  padding-right: 5px;
  width: 15em;
  font-size: 15px;
}

#form-content01 .wb-form .wb-form-table td {
  padding-left: 5px;
  padding-right: 30px;
}

/* text,textarea
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input[type="text"],
#form-content01 .wb-form .wb-form-table td textarea {
  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,
#form-content01 .wb-form .wb-form-table td .zip-wrap + a {
  display: inline-block;
  vertical-align: top;
}

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

#form-content01 .wb-form .wb-form-table td .zip-wrap + a {
  margin-top: 8px;
}

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

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

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

/* 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;
  border: none;
  vertical-align: middle;
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: var(--main-color01, #ffa1a1);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff !important;
}

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

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

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

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

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

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
#sndDlg {
  height: 80vh !important;
  top: 10vh !important;
}

#sndDlg iframe {
  height: 100% !important;
}

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

#form-content01.WB-form-sub {
  min-width: auto;
  background: #FFF;
  padding: 40px 30px;
}

#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: 26px;
  margin-bottom: 10px;
}

#form-content01.WB-form-sub .WB-form-main-content {
  text-align: center;
}

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

#form-content01.WB-form-sub .WB-form-end-txt {
  margin-top: 15px;
  display: inline-block;
  background-color: #F4f4f4;
  padding: 18px 25px;
}

/* 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 12px;
}

/* 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: 20px;
  padding: 8px 34px;
  line-height: 1.3;
  border-radius: 3px;
  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 .data_table {
  border-top: 1px solid #BBB;
  width: 100%;
}

#form-content01.WB-form-sub table .item_name,
#form-content01.WB-form-sub table .item_value {
  border-bottom: 1px solid #BBB;
  padding: 10px 12px;
  text-align: left;
}

#form-content01.WB-form-sub table .item_name {
  width: 14em;
  font-size: 90%;
}

#form-content01.WB-form-sub table .item_value {
  font-weight: bold;
}

/*
======================================================================
__pc-deco-common
======================================================================*/
/*
======================================================================
__sp-deco-common
======================================================================*/
/*
======================================================================
_pc-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 {
  position: relative;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
}

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

#index .pattern-a .policy-block .policy-content .text-wrap {
  position: absolute;
  right: -60px;
  top: 200px;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
}

#index .pattern-a .policy-block .policy-content .text-wrap .title-wrap {
  margin-bottom: 30px;
}

#index .pattern-a .policy-block .policy-content .text-wrap .sub-title {
  font-size: 15px;
  margin-bottom: 5px;
}

#index .pattern-a .policy-block .policy-content .text-wrap .main-title {
  font-size: 25px;
  margin-bottom: 10px;
}

#index .pattern-a .policy-block .policy-content .btn-wrap {
  margin-top: 35px;
  margin-right: 20px;
  text-align: right;
}

/*
======================================================================
_pc-policy-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content2] policy-block
----------------------------------------------------------- */
#index #top-content2.pattern-b .policy-block::after {
  right: 10%;
}

#index #top-content2.pattern-b .policy-block::before {
  right: unset;
  left: 12%;
  top: unset;
  bottom: 10%;
}

#index .pattern-b .policy-block .pattern-b .txt-body {
  line-height: 2.5;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/*
======================================================================
_pc-policy-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content2] policy-block
----------------------------------------------------------- */
#index #top-content2.pattern-c .Title-block {
  margin-bottom: 85px;
}

#index #top-content2.pattern-c .policy-block::before {
  left: -8%;
  top: 49%;
}

#index #top-content2.pattern-c .policy-block::after {
  right: unset;
  left: 5%;
  top: 36%;
  width: 70px;
  height: 53px;
}

#index .pattern-c .policy-block .policy-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#index .pattern-c .policy-block .policy-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
}

#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: 2.5;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl;
}

/*
======================================================================
_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;
  flex-wrap: wrap;
  gap: 90px;
}

#index .pattern-a .service-block .service-wrap ul.service-list li {
  width: calc((100% - 90px) / 2);
  position: relative;
}

#index .pattern-a .service-block .service-wrap ul.service-list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 109px;
  background-image: url(/template11/img/index/service.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .pattern-a .service-block .service-wrap ul.service-list li .num-wrap {
  font-family: "Playfair Display", serif;
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 66px;
  left: -30px;
  top: -48px;
  font-weight: bold;
}

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

#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
a:hover
.img-wrap::after {
  opacity: 0;
}

#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: 24px;
}

#index .pattern-a .service-block .service-wrap ul.service-list li a:hover h3 {
  text-shadow: 0 0 10px var(--main-color04, #ff9e74), 0 0 5px var(--main-color04, #ff9e74), 0 0 15px var(--main-color04, #ff9e74);
}

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

#index .pattern-b .service-block .service-wrap .service-list .service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service
.text-wrap {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#index
.pattern-b
.service-block
.service-wrap
.service-list
.service
.body-text {
  font-size: 16px;
  line-height: 1.8;
}

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

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

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

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

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

#index .pattern-c .service-block .service-wrap .service-list li {
  width: calc((100% - 90px) / 4);
}

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

#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: 3px;
  top: -10px;
  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: 5px;
}

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

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

#index .pattern-c .service-block .service-wrap .top-text {
  margin-bottom: 50px;
  font-size: 15px;
}

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

#index .top-image-block.pattern-a::before {
  content: "";
  display: block;
  position: absolute;
  left: 8%;
  top: 23%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 143px;
  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: 2%;
  bottom: -5%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 206px;
  background-image: url(/template11/img/index/fv03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

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

#index .pattern-a .top-image-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  bottom: 15%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-image: url(/template11/img/index/fv04.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.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

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

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

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

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

#index .top-image-block.pattern-b::after {
  content: "";
  display: block;
  position: absolute;
  right: 2%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 206px;
  background-image: url(/template11/img/index/fv03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  animation: floating 3.5s ease-in-out infinite;
}

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

#index .top-image-wrap.pattern-b::after {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 91px;
  background-image: url(/template11/img/index/fv04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  animation: floating 3.2s ease-in-out infinite;
}

@keyframes floating {
  0% {
    /* もともとの中心位置 (-50%, -50%) */
    transform: translate(-50%, -50%);
  }
  50% {
    /* 中心位置から上に10px移動 (-50% のあとに「- 10px」分を調整) */
    transform: translate(-50%, calc(-50% - 10px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.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;
}

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

#index .top-image-block.pattern-c::before {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  bottom: 28%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 151px;
  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: -2%;
  bottom: -5%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 227px;
  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;
  left: 15%;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-image: url(/template11/img/index/fv02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

#index .top-image-wrap.pattern-c::after {
  content: "";
  display: block;
  position: absolute;
  right: 20%;
  bottom: 30%;
  width: 95px;
  height: 91px;
  background-image: url(/template11/img/index/fv04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: rotateZ(342deg);
}

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

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

/*
======================================================================
_pc-facility-a
======================================================================*/
/*
-----------------------------------------------------------
[#top-content4] facility-block
----------------------------------------------------------- */
.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;
}

#index .pattern-a .facility-block .facility-wrap ul.facility-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
}

#index .pattern-a .facility-block .facility-wrap ul.facility-list li {
  width: calc((100% - 60px) / 3);
}

#index .pattern-a .facility-block .facility-wrap ul.facility-list li a {
  display: block;
  text-decoration: none;
  color: #5d5e5e;
}

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

#index
.pattern-a
.facility-block
.facility-wrap
ul.facility-list
li
.img-wrap
img {
  object-fit: cover;
  width: 100%;
  height: 260px;
  transition: transform 0.3s ease;
}

#index
.pattern-a
.facility-block
.facility-wrap
ul.facility-list
li
a:hover
.img-wrap
img {
  transform: scale(1.1);
}

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

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

/*
======================================================================
_pc-facility-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content4] facility-block
----------------------------------------------------------- */
#index .pattern-b .facility-block .facility-wrap ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#index .pattern-b .facility-block .facility-wrap ul li {
  width: calc((100% - 60px) / 4);
}

#index .pattern-b .facility-block .facility-wrap ul li a {
  text-decoration: none;
  color: #5d5e5e;
}

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

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

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

/*
======================================================================
_pc-facility-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content4] facility-block
----------------------------------------------------------- */
#index .facility-block .pattern-c.facility-wrap .facility-list {
  display: flex;
  flex-direction: column;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#index .facility-block .pattern-c.facility-wrap .facility-list li {
  border-bottom: 1px solid #5d5e5e;
  padding: 20px;
}

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

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

#index .facility-block .pattern-c.facility-wrap .facility-list li .text-wrap {
  width: 55%;
}

#index
.facility-block
.pattern-c.facility-wrap
.facility-list
li
.facility-detail {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

#index
.facility-block
.pattern-c.facility-wrap
.facility-list
li
.text-wrap
.Title-small {
  color: var(--main-color05, #c5889e);
  text-align: left;
}

/*
======================================================================
_pc-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: 20px;
}

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

#index .news-block .pattern-a.news-wrap .title {
  display: flex;
  align-items: center;
}

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

#index .news-block .pattern-a .text-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
}

#index .news-block .pattern-a .text-wrap .detail-wrap {
  display: flex;
  gap: 30px;
}

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

#index .pattern-a .news-block .categ {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 10px 11px;
  width: 80px;
  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: 16px;
}

/* スタッフ */
.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 {
  text-align: center;
  margin-top: 40px;
}

/*
======================================================================
_pc-news-b
======================================================================*/
/*
-----------------------------------------------------------
[#top-content1] news-block
----------------------------------------------------------- */
#index #top-content1.pattern-b .news-block::after {
  right: 0%;
  bottom: -2%;
  width: 90px;
  height: 90px;
}

#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: 20px;
}

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

#index .news-block .pattern-b.news-wrap .news-content-wrap li .img-wrap {
  width: 200px;
  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: 10px;
  align-items: center;
  margin-bottom: 10px;
}

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

#index .pattern-b .news-block .categ {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 10px 11px;
  width: 80px;
  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: 16px;
}

#index .news-block .pattern-b.news-wrap .news-content-wrap li .title {
  font-weight: bold;
  margin-bottom: 5px;
}

/* スタッフ */
.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;
  line-height: 1.8;
}

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

/*
======================================================================
_pc-news-c
======================================================================*/
/*
-----------------------------------------------------------
[#top-content1] news-block
----------------------------------------------------------- */
#index .pattern-c .news-block .Title-block {
  flex-direction: row;
  align-items: flex-end;
}

#index #top-content1.pattern-c .news-block::after {
  right: -2%;
  bottom: -6%;
  width: 90px;
  height: 90px;
}

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

#index .news-block .pattern-c.news-wrap .news-content-wrap li {
  width: calc(100% / 3);
}

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

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

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

/* スタッフ */
.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 {
  text-align: center;
  margin-top: 40px;
}

/*
======================================================================
_pc-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;
  align-items: center;
  justify-content: space-between;
}

#index .pattern-a .contact-wrap .right-wrap .contact-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

#index .pattern-a .contact-wrap .right-wrap .text-wrap {
  margin-bottom: 72px;
}

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

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

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

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

/*
======================================================================
_pc-contact-b
======================================================================*/
#index #top-content5.pattern-b .Title-block {
  margin-bottom: 35px;
}

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

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

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

#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;
  width: 230px;
  height: 30px;
  top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

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

#index .pattern-b .contact-wrap .bottom-wrap .right-wrap::before {
  background-image: url(/template11/img/index/contact_contact.svg);
  left: 8px;
  width: 240px;
  height: 30px;
}

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

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

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

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

#index .pattern-c .contact-wrap .top-wrap {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 25px;
}

#index .pattern-c .contact-wrap .tel-number {
  font-weight: bold;
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

#index .Title-block span.ja {
  font-size: 18px;
  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: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  padding: 20px 40px 50px;
  border-radius: 10px;
  box-shadow: #f3e8d0 2px 2px 7px 2px;
}

#index #top-content1 .news-block::after {
  content: "";
  display: block;
  position: absolute;
  right: -2%;
  bottom: -7%;
  transform: translate(-50%, -50%);
  width: 125px;
  height: 123px;
  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;
  right: 23%;
  top: 28%;
  width: 61px;
  height: 44px;
  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: 15%;
  top: 40%;
  width: 99px;
  height: 72px;
  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: 40px;
}

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

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

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

#index #top-content4 .facility-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 200px;
  bottom: 0px;
  width: 70px;
  height: 56px;
  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;
  left: 322px;
  bottom: 30px;
  width: 45px;
  height: 37px;
  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-content4 .btn-wrap {
  text-align: center;
  margin-top: 40px;
}

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

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

/*-----------------------------------------------------------
-----------------------------------------------------------
下記にコピーしたSCSSを貼り付けます。
-----------------------------------------------------------
----------------------------------------------------------- */
.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=pc-local.css.map */
