@charset "UTF-8";
/* base.css上書き */
html {
  color: #666464;
  background-color: white;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
}

[class*="up-ofi"] {
  height: 100%;
}

.bg01 {
  background-color: #468976;
}

.bg02 {
  background-color: #e65d44;
}

.bg03 {
  background-color: #faf8f5;
}

.bg04 {
  background-color: #eaf3ef;
}

.bg05 {
  background-color: #FADEDA;
}

.bg-pic01 {
  position: relative;
}

.bg-pic01::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: url(/upload/tenant_1/901061c1913484c4665adcac0c0aef7e.webp) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


.fead-text02 {
    opacity: 0;
}

.fead-text02.mv {
    opacity: 1;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fead-text02 .str {
    opacity: 0;
}

.fead-text02 .str.textin {
    opacity: 1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

[data-element-id].fead-text02 {
  opacity: 1;
}

[data-element-id].fead-text02 .str {
    opacity: 1;
}

[data-element-id].fead-order>* {
    opacity: 1;
    transform: translateY(0px);
}

.fead-cover:before {
  z-index: 2;
}

@media (max-width:599px) {
  .up-fl-none-important\@sp {
      float: none !important;
  }
}


/* common */
.no-opacity a:hover {
  opacity: 1;
}

.color-01-text {
  color: #468976;
}

.color-01-bgc {
  background-color: #468976;
}

.color-02-text {
  color: #e65d44;
}

.color-02-bgc {
  background-color: #e65d44;
}

.border-01 {
  border: 1px solid #468976;
}

.border-01-top {
  border-top: 1px solid #468976;
}

.border-01-bottom {
  border-bottom: 1px solid #468976;
}

.border-01-left {
  border-left: 1px solid #468976;
}

.border-01-right {
  border-right: 1px solid #468976;
}

.border-02 {
  border: 1px solid #e65d44;
}

.border-02-top {
  border-top: 1px solid #e65d44;
}

.border-02-bottom {
  border-bottom: 1px solid #e65d44;
}

.border-02-left {
  border-left: 1px solid #e65d44;
}

.border-02-right {
  border-right: 1px solid #e65d44;
}

.border-gray {
  border: 1px solid #ccc;
}

.border-gray-top {
  border-top: 1px solid #ccc;
}

.border-gray-bottom {
  border-bottom: 1px solid #ccc;
}

.border-gray-left {
  border-left: 1px solid #ccc;
}

.border-gray-right {
  border-right: 1px solid #ccc;
}

.tel,
.fax {
  font-size: 16px;
  letter-spacing: 2px;
}

.tel-item .tel {
  font-size: 30px;
  color: #468976;
}

.tel-item .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tel-item .tel a::before {
  margin-right: 10px;
  content: "\f879";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  line-height: 100%;
}

.logo {
  width: 250px;
  max-width: 80%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.map::after {
  padding-top: 60%;
}

.underline-link {
  color: #468976;
}

.underline-link a {
  text-decoration: underline;
}

.underline-link.-arrow::before {
  margin-right: 5px;
  color: inherit;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  line-height: 100%;
}

@media (max-width: 1024px) {
  .logo {
    width: 200px;
  }
  .tel-item .tel {
    font-size: 28px;
  }
}

@media (max-width: 599px) {
  .logo {
    width: 170px;
  }
  .tel-item .tel {
    font-size: 26px;
  }
}

/* icon */
.icon {
  width: 55px;
  height: 55px;
  display: block;
}

.icon img {
  width: 100%;
  height: auto;
}

.icon-mail::before {
  content: "\f0e0";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 100%;
}

.icon-nav {
  width: 45px;
  height: 45px;
  display: block;
  margin: auto;
}

.icon-header {
  width: 40px;
  height: 40px;
}

.icon-title {
  width: 100px;
  display: block;
  margin: 0 auto 10px auto;
}

.icon-circle {
/*   width: 100px;
height: 100px; */
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.icon-bnr {
  width: 25px;
  height: 25px;
  display: block;
}

.icon-cal::before {
  margin-right: 10px;
  color: #e65d44;
  content: "\f133";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 100%;
}

.icon-tag::before {
  margin-right: 10px;
  color: #e65d44;
  content: "\f02b";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 100%;
}

@media (max-width: 1024px) {
  .icon {
    width: 44px;
    height: 44px;
  }
  .icon-nav {
    width: 36px;
    height: 36px;
  }
  .icon-header {
    width: 32px;
    height: 32px;
  }
  .icon-title {
    width: 80px;
  }
/*   .icon-circle {
  width: 80px;
  height: 80px;
} */
}

@media (max-width: 1024px) {
  .icon {
    width: 33px;
    height: 33px;
  }
  .icon-nav {
    width: 27px;
    height: 27px;
  }
  .icon-header {
    width: 24px;
    height: 24px;
  }
  .icon-title {
    width: 60px;
  }
/*   .icon-circle {
  width: 60px;
  height: 60px;
} */
}

/* title */
.title-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  font-size: 32px;
}

.title-01-sub {
  font-size: 24px;
}

.title-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}

.title-02.-ttl-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
          flex-direction: unset;
}

.title-03 {
  font-size: 20px;
}

.title-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  letter-spacing: 2px;
}

.title-04 .small {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 2rem;
}

.title-04 .small::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  width: 1.5rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-05 {
  margin-bottom: 20px;
  font-size: 34px;
}

.title-06 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 24px;
  border-left: 10px solid #468976;
}

.title-07 {
  margin-bottom: 20px;
  padding: 15px 5px;
  font-size: 28px;
  color: #e65d44;
  border-bottom: 1px solid #468976;
}

.title-08 {
  margin-bottom: 50px;
  padding: 5px 10px;
  font-size: 24px;
  color: #468976;
  border-bottom: 1px solid #468976;
}

.title-08.title-fz-small {
  font-size: 18px;
}

.title-09 {
  background-color: #468976;
  color: #fff;
  border-radius: 2px;
  padding: 2px 15px 0;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 5px;
}

.title-inner-01 {
  font-family: "Zen Maru Gothic", sans-serif;
}

.title-inner-02 {
  font-weight: normal;
  font-size: 14px;
  color: #949393;
}

.title-inner-03 {
  font-size: 50%;
}

.title-white {
  color: #fff;
}

.title-white * {
  color: #fff;
}

[class*="title"].-bottom-large {
  margin-bottom: 80px;
}

[class*="title"].-bottom-medium {
  margin-bottom: 50px;
}

[class*="title"].-bottom-small {
  margin-bottom: 20px;
}

[class*="title"].-bottom-0 {
  margin-bottom: 0;
}

[class*="title"].-color_02 {
  color: #e65d44;
  border-color: #e65d44;
}

.title-left {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  text-align: left;
}

.title-right {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
  text-align: right;
}

.title-center {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  text-align: center;
}

@media (max-width: 1024px) {
  .title-01 {
    margin-bottom: 40px;
    font-size: 25.6px;
  }
  .title-02 {
    font-size: 19.2px;
  }
  .title-03 {
    font-size: 16px;
  }
  .title-04 {
    margin-bottom: 40px;
    font-size: 25.6px;
    letter-spacing: 1px;
  }
  .title-05 {
    font-size: 27.2px;
  }
  .title-06 {
    padding-left: 8px;
    font-size: 19.2px;
    border-left: 8px solid #468976;
  }
  .title-07 {
    margin-bottom: 16px;
    padding: 10px 5px;
    font-size: 22.4px;
  }
  .title-08 {
    font-size: 19.2px;
  }
  [class*="title"].-bottom-large {
    margin-bottom: 64px;
  }
  [class*="title"].-bottom-medium {
    margin-bottom: 40px;
  }
  [class*="title"].-bottom-small {
    margin-bottom: 16px;
  }
}

@media (max-width: 599px) {
  .title-01 {
    margin-bottom: 30px;
    font-size: 22.4px;
  }
  .title-02 {
    font-size: 18px;
  }
  .title-04 {
    margin-bottom: 30px;
    font-size: 19.2px;
  }
  .title-05 {
    font-size: 20.4px;
  }
  [class*="title"].-bottom-large {
    margin-bottom: 48px;
  }
  [class*="title"].-bottom-medium {
    margin-bottom: 30px;
  }
  [class*="title"].-bottom-small {
    margin-bottom: 12px;
  }
}

/* list */
.list-check li {
  padding-left: 30px;
  font-weight: 500;
  position: relative;
}

.list-check li + li {
  margin-top: 30px;
}

.list-check li::before {
  color: #468976;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f14a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
}

.list-flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-flat dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-flat dd {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}

.list-flat.-border + .list-flat.-border {
  border-top: 1px solid #ccc;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 30px;
  border-bottom: none;
  background: #fff;
  border-radius: 30px;
}

.list-news + .list-news {
  margin-top: 10px;
}

.list-news dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-news dd {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}

.list-faq dt,
.list-faq dd {
  padding: 10px 10px 10px 60px;
  position: relative;
}

.list-faq dt::before,
.list-faq dd::before {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
}

.list-faq dt {
  padding-right: 70px;
  font-weight: bold;
  font-size: 20px;
  color: #468976;
  position: relative;
}

.list-faq dt .element-arrow {
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
}

.list-faq dt:hover {
  cursor: pointer;
}

.list-faq dt::before {
  content: "Q";
  color: #468976;
}

.list-faq dd {
  margin-top: 40px;
}

.list-faq dd::before {
  content: "A";
  color: white;
  color: #e65d44;
}

.list-faq.action dt .element-arrow-inner::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.list-square dt {
  margin-bottom: 15px;
  padding: 10px;
  color: #468976;
  border: 1px solid #468976;
  border-radius: 5px;
}

.list-square dd {
  padding: 0 15px;
}

.list-pipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-pipe dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
  position: relative;
}

.list-pipe dt::after {
  content: "";
  width: 1px;
  height: 100%;
  display: inline-block;
  margin: 0 10px;
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
}

.list-pipe dd {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list-pile li a {
  height: 100%;
}

.list-interview dt {
  padding-left: 40px;
  font-size: 28px;
  color: #468976;
  position: relative;
}

.list-interview dt::before {
  content: "Q";
  display: inline-block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  color: #e65d44;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.list-interview dd {
  margin-top: 10px;
}

.list-dot li {
  padding-left: 20px;
  position: relative;
}

.list-dot li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-dot-02 li::before {
  color: #e65d44;
}

.list-flow li .box-border-01 {
  padding-left: 100px;
  position: relative;
}

.list-flow li .box-border-01 .number {
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  position: absolute !important;
  top: 0;
  left: 0;
}

.list-flow li + li {
  margin-top: 80px;
}

.-li-short li {
  width: 85%;
}

.-li-short li:nth-of-type(even) {
  margin-left: auto;
}

.list-sonar {
  flex-wrap: nowrap;
}

@media (max-width: 1024px) {
  .list-check li {
    padding-left: 34px;
  }
  .list-check li + li {
    margin-top: 20px;
  }
  .list-check li::before {
    font-size: 24px;
    top: -1px;
  }
  .list-flat dd {
    margin-left: 24px;
  }
  .list-faq dt,
  .list-faq dd {
    padding-left: 48px;
  }
  .list-faq dt::before,
  .list-faq dd::before {
    width: 40px;
    height: 40px;
    font-size: 33.6px;
    top: 0;
  }
  .list-faq dd {
    margin-top: 32px;
  }
  .list-interview dt {
    padding-left: 32px;
    font-size: 22.4px;
  }
  .list-interview dd {
    margin-top: 5px;
  }
  .list-flow li .box-border-01 {
    padding-left: 80px;
  }
  .list-flow li .box-border-01 .number {
    -webkit-transform: translate(-20%, -20%);
            transform: translate(-20%, -20%);
  }
  .-li-short li {
    width: 90%;
  }
  .list-sonar {
    flex-wrap: wrap;
  }

}

@media (max-width: 599px) {
  .list-flat dt {
    width: 100%;
  }
  .list-flat dd {
    width: 100%;
    margin-left: 0;
  }
  .list-faq dt,
  .list-faq dd {
    padding-left: 36px;
  }
  .list-faq dt::before,
  .list-faq dd::before {
    width: 30px;
    height: 30px;
    font-size: 25.2px;
    top: 5px;
  }
  .list-faq dd {
    margin-top: 24px;
  }
  .list-sonar.-flat\@sp li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-sonar.-flat\@sp li .list-inner .effect-sonar {
    width: 35%;
  }
  .list-sonar.-flat\@sp li .list-inner .item {
    width: 60%;
    text-align: left;
  }
  .list-interview dt {
    padding-left: 28px;
    font-size: 19.6px;
  }
  .list-flow li .box-border-01 {
    padding-left: 60px;
  }
  .list-flow li .box-border-01 .number {
    -webkit-transform: translate(-15%, -15%);
            transform: translate(-15%, -15%);
  }
  .-li-short li {
    width: 100%;
  }
  .list-news {
    padding: 15px 20px;
}

  .list-news dt {
      width: 100%;
  }
  
  .list-news dd {
      width: 100%;
      margin-left: 0;
      margin-top: 5px;
  }

}

.list-app li + li {
    margin-left: 30px;
}

.list-app .img {
  height: 51px;
  position: relative;
  display: block;
  width: 100%;
}

.list-app .img img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
    object-position: 50% 50%;
}

/* button */
.btn {
  width: 200px;
  max-width: 80%;
  height: 45px;
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.btn-inner {
  position: relative;
  z-index: 1;
}

.btn.-center {
  margin-left: auto;
  margin-right: auto;
}

.btn.-left {
  margin-left: 0;
}

.btn.-right {
  margin-right: 0;
}

.btn.-mt-large {
  margin-top: 80px;
}

.btn.-mt-medium {
  margin-top: 50px;
}

.btn.-mt-small {
  margin-top: 30px;
}

.btn.-mt-xsmall {
  margin-top: 20px;
}

.btn.-mt-0 {
  margin-top: 0;
}

.btn.-w100 {
  width: 100%;
  min-width: 200px;
  max-width: 100%;
}

.btn button {
  border: none;
}

.btn a,
.btn button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 10px 30px 10px 10px;
  color: #468976;
  letter-spacing: 1px;
  text-align: center;
  background-color: white;
  cursor: pointer;
  position: relative;
  border-radius : 10px;
}

.btn a::before,
.btn button::before {
  content: "";
  width: 100%;
  height: 0;
  margin: auto;
  background-color: #468976;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.btn a:hover,
.btn button:hover {
  color: white;
  opacity: 1;
}

.btn a:hover::before,
.btn button:hover::before {
  height: 105%;
}

.btn-01 a,
.btn-01 button {
  color: #468976;
}

.btn-01 a::before,
.btn-01 button::before {
  background-color: #468976;
}

.btn-01 a::after,
.btn-01 button::after {
  margin: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 100%;
}

.btn-02 {
  width: 100%;
  height: auto;
  max-width: 350px;
}

.btn-02 a,
.btn-02 button {
  color: #fff;
  background-color: #468976;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  padding: 20px 20px;
}

.btn-02 a::before,
.btn-02 button::before {
  background-color: #468976;
}

.btn-02 a:hover::before,
.btn-02 button:hover::before {
  background-color: #fff;
}

.btn-02 a:hover span,
.btn-02 button:hover span {
  color: #468976;
  position: relative;
  z-index: 1;
}

.btn-large {
  width: 400px;
  height: 65px;
}

.btn-large a,
.btn-large button {
  font-size: 18px;
}

.btn.-alternate.btn-01 a,
.btn.-alternate.btn-01 button {
  color: white;
  border: 1px solid #468976;
  background-color: #468976;
}

.btn.-alternate.btn-01 a::before,
.btn.-alternate.btn-01 button::before {
  background-color: white;
}

.btn.-alternate.btn-01 a:hover,
.btn.-alternate.btn-01 button:hover {
  color: #468976;
}

.btn.-alternate.btn-01 a:hover span,
.btn.-alternate.btn-01 button:hover span {
  position: relative;
  z-index: 2;
}

.btn.-alternate.btn-02 {
  width: 100%;
  height: auto;
  max-width: 350px;
}

.btn.-alternate.btn-02 a,
.btn.-alternate.btn-02 button {
  color: #fff;
  background-color: #e65d44;
  border: none;
  border-radius: 50px;
  text-align: center;
  padding: 20px 20px;
}

.btn.-alternate.btn-02 a::before,
.btn.-alternate.btn-02 button::before {
  background-color: #e65d44;
}

.btn.-alternate.btn-02 a:hover::before,
.btn.-alternate.btn-02 button:hover::before {
  background-color: #fff;
}

.btn.-alternate.btn-02 a:hover span,
.btn.-alternate.btn-02 button:hover span {
  color: #e65d44;
  position: relative;
  z-index: 1;
}

.btn.-border-01 a {
  border: 1px solid #468976;
}

.btn.-border-02 a {
  border: 1px solid #e65d44;
}

.btn-text {
  width: auto;
  height: auto;
}

.btn-text a {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0 30px 0 0;
}

.btn-text a::before {
  display: none;
}

.btn-text a:hover {
  color: #468976;
  opacity: 0.6;
}

.btn-toggle:hover {
  cursor: pointer;
}

.btn-toggle-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px;
  background-color: #e65d44;
  position: relative;
}

.btn-toggle-inner .balloon {
  width: 250px;
  display: none;
  margin: auto;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #e65d44;
  text-align: center;
  border: 1px solid #e65d44;
  background-color: white;
  -webkit-transform: translate(0, calc(-100% - 20px));
          transform: translate(0, calc(-100% - 20px));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.btn-toggle-inner .balloon a {
  display: inline;
  color: #e65d44 !important;
  border: none !important;
  background-color: transparent !important;
}

.btn-toggle-inner .balloon a::after, .btn-toggle-inner .balloon a::before {
  display: none !important;
}

.btn-toggle-inner .balloon::before {
  content: "";
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid white;
  position: absolute;
  bottom: -24px;
  left: 50%;
  z-index: 2;
}

.btn-toggle-inner .balloon::after {
  content: "";
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #e65d44;
  position: absolute;
  bottom: -28px;
  left: 50%;
  z-index: 1;
}

.btn.-back a,
.btn.-back button {
  padding: 10px 10px 10px 30px;
}

.btn.-back a::after,
.btn.-back button::after {
  content: "\f053";
  left: 10px;
  right: auto;
}

@media (max-width: 1024px) {
  .btn {
    margin-top: 40px;
  }
  .btn a,
  .btn button {
    font-size: 14px;
  }
  .btn.-center\@tb {
    margin-left: auto;
    margin-right: auto;
  }
  .btn.-left\@tb {
    margin-left: 0;
  }
  .btn.-right\@tb {
    margin-right: 0;
  }
  .btn-large {
    height: 60px;
  }
  .btn-large a,
  .btn-large button {
    font-size: 16px;
  }
  .btn.-mt-large {
    margin-top: 64px;
  }
  .btn.-mt-medium {
    margin-top: 40px;
  }
  .btn.-mt-small {
    margin-top: 24px;
  }
  .btn.-mt-0\@tb {
    margin-top: 0;
  }
  .btn-toggle-inner {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .btn.-center\@sp {
    margin-left: auto;
    margin-right: auto;
  }
  .btn.-left\@sp {
    margin-left: 0;
  }
  .btn.-right\@sp {
    margin-right: 0;
  }
  .btn.-mt-large {
    margin-top: 48px;
  }
  .btn.-mt-medium {
    margin-top: 30px;
  }
  .btn.-mt-0\@sp {
    margin-top: 0;
  }
}

.btn-type-01 {
    position: relative;
    letter-spacing: 4px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
    height: 45px;
}

.btn-type-01 a,.btn-type-01 button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 60px 0 0;
    background: none;
    border: none;
    color: #333;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.btn-type-01 a:after,.btn-type-01 button:after {
    content: "\f105";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0.5em;
    font-size: 22.5px;
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.btn-type-01 a:hover,.btn-type-01 button:hover {
    opacity: 1;
}

.btn-type-01 a:hover:after,.btn-type-01 button:hover:after {
    right: 0em;
}

.btn-type-01.-center {
    margin-left: auto;
    margin-right: auto;
}

.btn-type-01.-left {
    margin-left: 0;
}

.btn-type-01.-right {
    margin-right: 0;
}

.btn-type-01.-mt-large {
    margin-top: 80px;
}

.btn-type-01.-mt-medium {
    margin-top: 50px;
}

.btn-type-01.-mt-small {
    margin-top: 30px;
}

.btn-type-01.-mt-xsmall {
    margin-top: 20px;
}

.btn-type-01.-mt-0 {
    margin-top: 0;
}

.btn-type-01.-w100 {
    width: 100%;
    min-width: 200px;
    max-width: 100%;
}

.btn-type-01.-white * {
    color: #fff;
}

.btn-type-01.-white a:after,.btn-type-01.-white button:after {
    border-color: #fff;
}

.btn-type-01.-back a:after, .btn-type-01.-back button:after {
    content: "\f104";
    left: 0.5em;
    right: unset;
}

.btn-type-01.-back a:hover:after, .btn-type-01.-back button:hover:after {
    left: 0;
}

.btn-type-01.-back a, .btn-type-01.-back button {
    padding: 0 0 0 60px;
}

.btn-type-01.-large {
    width: fit-content;
}

@media (max-width: 1024px) {
  .btn-type-01 {
    margin-top: 40px;
  }
/*   .btn-type-01 a,
.btn-type-01 button {
  font-size: 14px;
} */
  .btn-type-01.-center\@tb {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-type-01.-left\@tb {
    margin-left: 0;
  }
  .btn-type-01.-right\@tb {
    margin-right: 0;
  }
  .btn-type-01.-mt-large {
    margin-top: 64px;
  }
  .btn-type-01.-mt-medium {
    margin-top: 40px;
  }
  .btn-type-01.-mt-small {
    margin-top: 24px;
  }
  .btn-type-01.-mt-0\@tb {
    margin-top: 0;
  }
}

@media (max-width: 599px) {
  .btn-type-01.-center\@sp {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-type-01.-left\@sp {
    margin-left: 0;
  }
  .btn-type-01.-right\@sp {
    margin-right: 0;
  }
  .btn-type-01.-mt-large {
    margin-top: 48px;
  }
  .btn-type-01.-mt-medium {
    margin-top: 30px;
  }
  .btn-type-01.-mt-0\@sp {
    margin-top: 0;
  }
}


/* header */
header {
  width: 100%;
  background-color: white;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0;
  left: 0;
  z-index: 10000;
}

.h1-wrap .pagettl {
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 6;
}

header .header-inner {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

header .header-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 10px;
  background-color: white;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  z-index: 5;
}

header .header-nav {
    width: 55%;
}

header .header-box .list-header {
  display: none;
}



header.fixed {
  position: fixed;
}

header .header-box .header-address {
    font-size: 10px;
    width: 250px;
    text-align: center;
}

header.fixed .header-box .header-address {
    display: none;
}

.scrolled header {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.scrolled .header-box {
  padding: 10px;
}

.nav-list .burger_logo {
  display: none;
}

[data-element-id].nav-list .burger_logo {
  display: block;
  border: 1px solid green;
  position: relative;
  background: #999;
}

[data-element-id].nav-list .burger_logo:before {
  content:"モバイル";
  display: block;
  background: green;
  color: #fff;
}

.nav-list .burger_logo a {
    max-width: 250px;
    margin: auto;
}

.nav-list .burger_logo::after {
    display: none;
}

.burder-address {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}


@media (max-width: 1024px) {
  header .header-inner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  header .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  header .header-box .logo {
    margin: 10px;
  }
  header .header-box .list-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
  header .header-box .list-header li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 10px;
  }
  header .header-box .list-header li a span {
    display: block;
    margin: auto;
    text-align: center;
  }
  header .header-box .list-header li a .text {
    margin-top: 5px;
    font-size: 12px;
    color: white;
  }
  header .header-box .list-header li:nth-of-type(1) a {
    background-color: #e65d44;
  }
  header .header-box .list-header li:nth-of-type(2) a {
    background-color: #87c883;
  }
  header .header-nav {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #468976;
  }
  .scrolled .header-box {
    padding: 0;
  }
}

@media (max-width: 599px) {
  header .header-box .logo {
    margin: 5px;
    display: none;
  }
  header .header-box .list-header {
    display: none;
  }
  header .header-box .list-header li a {
    padding: 5px 10px;
  }
  header .header-box .list-header li a .text {
    display: none;
  }
  header .header-nav {
    width: 50px;
    position: fixed;
    z-index: 101;
    right: 0;
    bottom: 0;
  }
  .nav-list .burger_logo {
    display: block;
  }
  header .header-box .header-address {
    display: none;
  }
}

@media (min-width:1500px) {
  header .header-inner {
    max-width: 100%;
  }
}

/* nav */
nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: space-around;
}


[data-element-id].nav-list {
    flex-wrap: wrap;
}

[data-element-id].nav-list li {
    flex-grow: 1;
}

.nav-list .icon-nav {
  margin-bottom: 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.nav-list > li {
  position: relative;
  color: #468976;
}

.nav-list > li::before {
  content: "";
  width: 30px;
  height: 5px;
  display: block;
  margin: auto;
  margin: auto;
  background-color: #468976;
  opacity: 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 1;
}

.nav-list > li:hover::before {
  opacity: 1;
  bottom: -10px;
}

.nav-list > li a {
  display: block;
  font-size: 14px;
  text-align: center;
}

.nav-list > li + li {
  margin-left: 15px;
}

.dropdown {
  overflow: hidden;
  position: relative;
}

.dropdown::after {
  content: "";
  width: 200px;
  height: 35px;
  border: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  right: 50%;
  z-index: 2;
}

.dropdown-btn {
  display: block;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.dropdown-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.dropdown-box {
  width: 200px;
  height: auto;
  margin: 35px auto 0 auto;
  padding: 30px 20px;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  position: absolute;
  top: 100%;
  left: -100px;
  right: -100px;
  z-index: 2;
}

[data-element-id].dropdown-box {
    opacity: 1!important;
    -webkit-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;
    POSITION: static;
    width: auto;
}

.dropdown-box::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin: auto;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
}

.dropdown-title {
  margin-bottom: 5px;
  font-weight: bold;
  color: #468976;
}
/* 
.dropdown-list {
  margin-left: 20px;
} */

.dropdown-list li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 0;
}

.dropdown-list li + li {
  margin-top: 5px;
}

.dropdown-list li a {
  display: block;
  padding: 5px 5px 5px 20px;
  font-size: 14px;
  color: #468976;
  text-align: left;
  position: relative;
}

.dropdown-list li a::before {
  font-size: 14px;
  position: absolute;
  top: 8px;
  left: 5px;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 100%;
}

.dropdown:hover {
  overflow: visible;
}

.dropdown:hover .dropdown-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mega::after {
  width: 800px;
}

.mega-menu {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: -400px;
  right: -400px;
}

.mega-menu-inner {
  width: calc(94% / 3);
  margin: 15px 1% 15px 1%;
  width: 100%;
}

.scrolled .nav-list .icon-nav {
  margin-bottom: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.nav-list > li.sp-only {
    display: none;
}

[data-element-id].nav-list li.sp-only a {
    display: inline-block;
    border: 3px solid green;
    position: relative;
}

[data-element-id].nav-list li.sp-only {
    display: block;
}

[data-element-id].nav-list li.sp-only a:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
    font-size: 10px;
}


@media (max-width: 1024px) {
  nav {
    padding: 0;
  }
  .nav-list {
    width: 100%;
    height: 100vh;
    height: 100%;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    padding: 120px 20px 100px;
    background-color: #468976;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: fixed;
    bottom: 100%;
    left: 0;
    z-index: 4;
  }
  .nav-list > li {
    padding: 10px 30px 10px 10px;
  }
  .nav-list > li::after {
    width: 14px;
    height: auto;
    margin: 0;
    color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: absolute;
    top: 14px;
    left: auto;
    right: 10px;
    z-index: 1;
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
  }
  .nav-list > li::before {
    display: none;
  }
  .nav-list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: white;
  }
  .nav-list > li .icon-nav {
    margin-left: 0;
    margin-right: 10px;
  }
  .nav-list > li .icon-nav img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  .nav-list > li + li {
    margin-left: 0;
    border-top: 1px solid white;
  }
  .nav-list > li.action::after {
    -webkit-transform: rotate(-454deg);
            transform: rotate(-454deg);
  }
  .dropdown-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: white;
  }
  .dropdown-box {
    width: 100%;
    display: block;
    margin-top: 0;
    padding: 10px 0 10px 50px;
    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
  }
  .dropdown-box::before {
    display: none;
  }
  .dropdown-title {
    color: white;
  }
  .dropdown-title.acc-btn::before {
    margin-right: 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
  }
  .dropdown-list li {
    padding: 5px;
  }
  .dropdown-list li + li {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .mega-menu-inner {
    width: calc(100% - 30px);
    margin: 15px;
  }
  .mega-menu-inner.action .acc-btn::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .scrolled .nav-list .icon-nav {
    margin-bottom: 5px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .active .nav-list {
    bottom: 0;
  }
  .nav-list > li.sp-only {
    display: block;
  }
}

@media (max-width: 599px) {
  .nav-list {
    padding: 80px 10px;
  }
/*   .nav-list li::after {
  top: 18px;
} */
  .dropdown-box {
    padding: 10px 0 10px 20px;
  }
  .mega-menu-inner {
    margin: 10px;
  }
}

/* footer */
footer {
  padding-top: 80px;
}

footer * {
  color: #fff;
}

footer .logo {
  margin: 0 auto 30px;
}

footer .copy {
  padding: 20px;
  font-size: 12px;
  text-align: center;
}
.table-wrap {
  max-width: 640px;
}

footer .table-wrap * {
  color: #fff;
}

footer .table-wrap .timetable tr + tr {
  border-color: #fff;
}

footer .table-wrap .timetable th {
  text-align: center;
}

footer .foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .foot-nav li {
  width: 48%;
}

footer .foot-nav li a {
  display: inline-block;
  padding: 5px 10px 5px 0;
}

.totop {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.totop a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #468976;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.totop a::before {
  content: "\f062";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 100%;
}

.totop a:hover {
  color: #e65d44;
  background-color: white;
  opacity: 1;
}

.fixed-box-inner {
  border-radius: 5px 0 0 5px;
  background-color: #fff;
}

.fixed-box-title {
  display: none;
}

.fixed-bnr {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: fixed;
  top: 50%;
  right: -1px;
  z-index: 2;
}

.fixed-bnr li {
  max-width: 60px;
}

.fixed-bnr li a {
  display: block;
  padding: 20px 16px;
  text-align: center;
  border-radius: 25px 0 0 25px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.fixed-bnr li a [class*="icon"] {
  margin-left: auto;
  margin-right: auto;
}

.fixed-bnr li a:hover {
  opacity: 1;
}

.fixed-bnr li a .text-bnr {
  margin-top: 10px;
  color: white;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.fixed-bnr li + li {
  margin-top: 10px;
}

.fixed-bnr li:nth-of-type(1) a {
  border: 1px solid #5bc192;
  background-color: #5bc192;
}

[data-element-id].fixed-bnr li:nth-of-type(1) a .up-d-none {
    display: block;
}

.fixed-bnr li:nth-of-type(1) a:hover {
  background-color: white;
}

.fixed-bnr li:nth-of-type(1) a:hover i {
  color: #5bc192;
}

.fixed-bnr li:nth-of-type(1) a:hover .icon-bnr img {
  -webkit-filter: invert(47%) sepia(100%) saturate(695%) hue-rotate(359deg) brightness(101%) contrast(108%);
          filter: invert(47%) sepia(100%) saturate(695%) hue-rotate(359deg) brightness(101%) contrast(108%);
}

.fixed-bnr li:nth-of-type(1) a:hover .text-bnr {
  color: #e65d44;
}

.fixed-bnr li:nth-of-type(2) a {
  border: 1px solid #468976;
  background-color: #468976;
}

.fixed-bnr li:nth-of-type(2) a:hover {
  background-color: white;
}

.fixed-bnr li:nth-of-type(2) a:hover i {
  color: #468976;
}

.fixed-bnr li:nth-of-type(2) a:hover .icon-bnr img {
  -webkit-filter: invert(48%) sepia(5%) saturate(3249%) hue-rotate(69deg) brightness(115%) contrast(133%);
          filter: invert(48%) sepia(5%) saturate(3249%) hue-rotate(69deg) brightness(115%) contrast(133%);
}

.fixed-bnr li:nth-of-type(2) a:hover .text-bnr {
  color: #468976;
}

.fixed-bnr li:nth-of-type(3) a {
  border: 1px solid #00b34f;
  background-color: #00b34f;
}

.fixed-bnr li:nth-of-type(3) a:hover {
  background-color: white;
}

.fixed-bnr li:nth-of-type(3) a:hover i {
  color: #00b34f;
}

.fixed-bnr li:nth-of-type(3) a:hover .text-bnr {
  color: #5bc192;
}
.fixed-bnr .list-fixed-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.fixed-number {
  display: none;
}
[data-element-id].fixed-bnr {
    position: static;
    transform: unset;
    background: #468976;
}

[data-element-id].fixed-bnr li {
    max-width: 200px;
    margin-left: auto;
}

/* [data-element-id].fixed-bnr li a .text-bnr {
    writing-mode: unset;
} */

.fixed-bnr li.fix-btn {
    background: #468976;
    /* border: 1px solid #468976; */
    display: block;
    /* padding: 20px 16px; */
    text-align: center;
    border-radius: 25px 0 0 25px;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 50%);
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
    max-width: initial;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.fixed-bnr .list-fixed-bnr.type-b .fix-btn {
    background: #ffa500;
    border-color: #ffa500;
}

.fixed-bnr li.fix-btn .tog-btn {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.fixed-bnr li.fix-btn .tog-btn .text-bnr {
    margin-top: 10px;
}

/* .fixed-bnr li.fix-btn a {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    display: block;
    padding: 0px 5px;
    letter-spacing: 0;
    font-size: 10px;
    background: #f5edde;
    border-radius: 50px;
    color: #666464;
} */

/* .fixed-bnr li.fix-btn a:hover {
    opacity: 0.6;
} */

.fixed-bnr li.fix-btn .qrcode {
    display: none;
    margin-left: 20px;
}

/* QRコードがない間一時的に追加 */
.fixed-bnr .list-fixed-bnr.type-b .fix-btn a {
    background: #ffa500;
    border-color: #ffa500;
}

.fixed-bnr .list-fixed-bnr.type-b .fix-btn a:hover {
    color: #ffa500;
    background: #fff;
}

.fixed-bnr .list-fixed-bnr.type-b .fix-btn a:hover i {
    color: #ffa500;
}

.fixed-bnr .list-fixed-bnr.type-b .fix-btn a:hover .text-bnr {
    color: #ffa500;
}


.footer-kotei {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    display: none;
    z-index: 10000;
}

[data-element-id].footer-kotei {
    display: block;
    position: relative;
    border: 3px solid green;
}

[data-element-id].footer-kotei:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
}

.footer-kotei .list-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-kotei .list-footer li {
    width: 30%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.footer-kotei .list-footer li a {
    display: block;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer-kotei .list-footer li a .text {
    font-size: 10px;
}

.footer-kotei .list-footer li:nth-child(1) a {
    background: #5bc192;
}

.footer-kotei .list-footer li:nth-child(2) a {
    background: #e65d44;
}

.footer-kotei .list-footer li:nth-child(3) a {
    background: #00b34f;
}

[data-element-id].footer-kotei .list-footer li .up-d-none {
    display: block;
}

[data-element-id].footer-kotei .list-footer li a {
    height: 80px;
}


.icon-footer {
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
}

.foot-banner {
    position: relative;
    overflow: hidden;
    max-width: 300px;
}

.foot-banner a {
    display: block;
}

.foot-banner .tbox {
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.foot-banner .tbox .left {
    width: 70%;
    position: relative;
}

.foot-banner .tbox .left .txt01 {
    color: #666464;
    font-size: 12px;
    width: 90%;
    margin: 5px auto;
    text-align: center;
}

.foot-banner .tbox .left .tit {
    background: #0079D5;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
}

.foot-banner .tbox .right {
    width: 30%;
}
.foot-banner .tbox .left .txt02 {
    color: #e65d44;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.foot-banner .tbox .left .txt02:after {
    content: "\f35a";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    margin-left: 5px;
}

@media (max-width: 1024px) {
  footer {
    padding-top: 50px;
  }
  .fixed-box {
    max-width: 65%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2;
  }
  .fixed-box-inner {
    display: block;
    padding: 30px 10px;
    position: relative;
  }
  .fixed-box-title {
    height: 90%;
    max-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    padding: 15px 10px;
    font-size: 14px;
    color: white;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    border-radius: 5px 0 0 5px;
    background-color: #468976;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
  }
  .fixed-box-title:hover {
    cursor: pointer;
  }
  .fixed-box.slide {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .fixed-box.slide .fixed-box-inner {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .fixed-number {
    display: block;
    margin-top: 15px;
    padding: 10px;
  }
  .fixed-number .tel-item .tel {
    font-size: 20px;
  }
  .fixed-bnr {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative;
  }
  .fixed-bnr li {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .fixed-bnr li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .fixed-bnr li a .icon-bnr {
    margin-left: 0;
    margin-right: 10px;
  }
  .fixed-bnr li a .text-bnr {
    margin-top: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

@media (max-width: 599px) {
  footer {
    padding-bottom: 50px;
  }
  footer .copy {
    padding-bottom: 70px;
  }
  .totop {
    width: 48px;
    height: 48px;
    font-size: 12px;
    bottom: 65px;
  }
  .fixed-number .tel-item .tel {
    font-size: 18px;
  }
  .fixed-bnr li {
    max-width: 100%;
  }
  .footer-kotei {
    display: block;
  }
}

/* main visual */
.first-view {
  position: relative;
}

.first-view .uk-slideshow img {
  opacity: 0.7;
}
.first-view-slide {
  width: 50%;
  margin-left: auto;
  position: relative;
}

.first-view-cont {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.first-view-cont-inner {
  height: 100%;
  position: relative;
}

.first-view-cont-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 30px 30px calc(50vw - 650px);
  position: relative;
  z-index: 1;
}

.first-view-cont-box .first-view-cont-title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 10px;
  color: #468976;
  font-family: "Zen Maru Gothic", sans-serif;
}

.first-view-cont-box .text {
  font-weight: bold;
  letter-spacing: 5px;
  width: 70%;
}

.first-view-cont-bgimg {
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.first-view-cont-bgimg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  font-family: "object-fit: cover; object-position: center right;";
}

.first-view.lower .first-view-img {
  width: 100%;
  display: block;
  position: relative;
}

.first-view.lower .first-view-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
  top: 0;
  left: 0;
}

.first-view.lower .first-view-img::after {
  content: "";
  display: block;
  padding-top: 35%;
}

.first-view.lower .first-view-cont {
  position: absolute;
}

.first-view.lower .first-view-cont-bgimg {
  background: none;
}

.first-view.lower .first-view-cont-title {
  font-weight: 500;
  letter-spacing: 4px;
  color: #468976;
}

.first-view.lower .first-view-cont-title span {
  display: block;
}

.first-view.lower .first-view-cont-title .en {
  font-size: 50%;
}

@media (max-width: 1024px) {
  .first-view-slide {
    width: 100%;
  }
  .first-view-cont {
    width: 100%;
    position: relative;
  }
  .first-view-cont-bgimg {
    background: none;
    width: 100%;
  }
  .first-view-cont-box {
    padding: 20px;
  }
  .first-view-cont-box .first-view-cont-title {
    margin-bottom: 24px;
    font-size: 25.6px;
    letter-spacing: 8px;
  }
  .index .first-view-cont-box .first-view-cont-title {
    position: absolute;
    top: -150px;
    left: 20px;
    text-shadow: 0px 0px 10px #fff;
  }
  .first-view.lower .first-view-img::after {
    padding-top: 40%;
  }
  .first-view-cont-box .text {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .first-view-cont {
    width: 100%;
  }
  .first-view-cont-box {
    padding: 20px 10px;
  }
  .first-view-cont-box .first-view-cont-title {
    margin-bottom: 18px;
    font-size: 19.2px;
    letter-spacing: 6px;
  }
  .index .first-view-cont-box .first-view-cont-title {
    top: -450px;
    left: unset;
    right: 20px;
    writing-mode: tb-rl;
  }
  .first-view.lower .first-view-img::after {
    padding-top: 55%;
  }
}

@media (min-width:1500px) {
  .first-view-cont-box {
    padding: 30px 30px 30px calc(50vw - 900px);
  }
}

/* parts */
.effect-sonar .circle {
  width: 90%;
  margin: 0 auto;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
  position: relative;
}

.effect-sonar .circle .square-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.effect-sonar .circle::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.effect-sonar a {
  display: block;
}

.effect-sonar a:hover .circle {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.effect-sonar a:hover .circle::after {
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
  z-index: -1;
}

.effect-pile {
  position: relative;
  overflow: hidden;
}

.effect-pile::before {
  content: "";
  width: 0;
  height: 0;
  background: white;
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.effect-pile::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #468976)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #468976 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.effect-pile:hover::before {
  width: 1.5em;
  height: 1.5em;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ccc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ccc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ccc, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ccc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.num-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #468976;
  line-height: 1;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  position: relative;
  z-index: 1;
}

.num-case .num {
  font-size: 250%;
}

.wide {
  width: 100%;
}

.sideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid-box > * {
  overflow: hidden;
  margin: 1%;
  border-radius: 10px;
}

.grid-100 {
  width: 98%;
}

.grid-square {
  width: 40%;
}

.grid-grow {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.onbox {
  width: 58%;
  margin-right: auto;
  padding: 50px 30px 50px 50px;
  position: relative;
  z-index: 1;
}

.onbox-parent {
  position: relative;
}

.onbox-parent .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.onbox-parent .pbox .pic {
  position: relative;
}

.onbox-parent .pbox .pic:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.onbox .box .item + .item {
  margin-top: 20px;
}

.onbox .box .item .tit {
  background: #fff;
  color: #468976;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 5px;
  border-radius: 2px;
  letter-spacing: 2px;
}

.onbox .box .item .txt {
  font-size: 14px;
}

.onbox .box .name {
  font-weight: bold;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 2px solid #fff;
  text-align: center;
  font-size: 24px;
  font-size: clamp(1.125rem, calc(0.982rem + 0.72vw), 1.563rem);
}

.deco {
  position: relative;
}

.deco-01::after {
  content: "";
  width: 155px;
  height: 165px;
  display: inline-block;
  background-image: url(../images/common/parts_003.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(75%, 30px);
          transform: translate(75%, 30px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.deco-02::before {
  content: "";
  width: 294px;
  height: 251px;
  display: inline-block;
  background-image: url(../images/common/parts_004.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(-50%, 25%);
          transform: translate(-50%, 25%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.deco-02::after {
  content: "";
  width: 256px;
  height: 341px;
  display: inline-block;
  background-image: url(../images/common/parts_005.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(50%, 25%);
          transform: translate(50%, 25%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.deco-03::before {
  content: "";
  width: 405px;
  height: 674px;
  display: inline-block;
  background-image: url(../images/common/parts_006.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.deco-03::after {
  content: "";
  width: 252px;
  height: 349px;
  display: inline-block;
  background-image: url(../images/common/parts_007.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.filter-01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.label {
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px;
  color: white;
  position: absolute;
  bottom: 10px;
  left: -5px;
  z-index: 1;
}

.label-wrap {
  position: relative;
}

.box-white {
  padding: 50px 30px;
  background-color: white;
}

.box-border-01 {
  padding: 30px 15px;
  border: 1px solid #468976;
  border-radius: 10px;
  background-color: white;
}

.box-overlap-item {
  width: 80%;
  margin: -5% auto 0;
  padding: 50px 30px;
  background-color: white;
  position: relative;
  z-index: 1;
}

.band {
  padding: 150px 0;
  position: relative;
}

.band-title {
  font-weight: bold;
  font-size: 28px;
  color: #e65d44;
  position: relative;
  z-index: 1;
}

.band-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.band-bg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.band-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.triangle {
  position: relative;
}

.triangle::after {
  content: "";
  width: 25px;
  height: 25px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #cee8cc)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #cee8cc 50.5%) no-repeat top left/100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.number {
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  border-radius: 100%;
  background-color: #468976;
}

.number-count {
  font-size: 150%;
  letter-spacing: 2px;
}

.number-01 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  color: #468976;
  text-align: center;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  position: relative;
  z-index: 1;
}

.element-arrow {
  width: 45px;
  height: 45px;
  display: inline-block;
  border: 1px solid #468976;
  border-radius: 5px;
}

.element-arrow-inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.element-arrow-inner::before, .element-arrow-inner::after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  margin: auto;
  background-color: #468976;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.element-arrow-inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .wing-01 {
    padding: 0 140px;
  }
  .wing-01::before, .wing-01::after {
    width: 280px;
    height: 296px;
  }
  .wing-02 {
    padding: 0 96px;
  }
  .wing-02::before, .wing-02::after {
    content: "";
    width: 176.4px;
    height: 150.6px;
  }
  .effect-sonar .circle {
    width: 90%;
  }
  .num-case .num {
    font-size: 200%;
  }
  .onbox {
    width: 90%;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .deco-01::after {
    width: 124px;
    height: 132px;
  }
  .deco-02::before {
    width: 235.2px;
    height: 200.8px;
  }
  .deco-02::after {
    width: 204.8px;
    height: 272.8px;
  }
  .deco-03::before {
    width: 202.5px;
    height: 337px;
  }
  .deco-03::after {
    width: 126px;
    height: 174.5px;
  }
  .label {
    padding: 5px 16px;
    font-size: 16px;
  }
  .box-white {
    padding: 30px 20px;
  }
  .box-overlap-item {
    width: 90%;
  }
  .band {
    padding: 80px 0;
  }
  .band-title {
    font-size: 22.4px;
  }
  .number {
    width: 80px;
    height: 80px;
    font-size: 19.2px;
  }
  .element-arrow {
    width: 36px;
    height: 36px;
    border-radius: 3px;
  }
}

@media (max-width: 599px) {
  .wing-01 {
    padding: 0;
  }
  .wing-01::before, .wing-01::after {
    width: 105px;
    height: 111px;
  }
  .wing-01::before {
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .wing-01::after {
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  .wing-02 {
    padding: 0 48px;
  }
  .wing-02::before, .wing-02::after {
    content: "";
    width: 88.2px;
    height: 75.3px;
  }
  .onbox {
    width: 90%;
    margin-top: 15px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: relative;
    right: 0;
  }
  .deco-01::after {
    width: 93px;
    height: 99px;
  }
  .deco-02::before {
    width: 88.2px;
    height: 75.3px;
  }
  .deco-02::after {
    width: 102.4px;
    height: 136.4px;
  }
  .deco-03::before {
    width: 162px;
    height: 269.6px;
  }
  .deco-03::after {
    width: 100.8px;
    height: 139.6px;
  }
  .box-overlap-item {
    width: 95%;
  }
  .band {
    padding: 50px 0;
  }
  .number {
    width: 60px;
    height: 60px;
    font-size: 14.4px;
  }
}

/* custom contents */
.custom-info {
  margin-top: 10px;
}

.custom-title {
  font-size: 20px;
}

.custom-box .custom-title {
  padding: 5px 10px;
  color: #468976;
  border-bottom: 1px solid #ccc;
}

.custom-side-title {
  margin-bottom: 20px;
  padding: 5px 5px 5px 1.2em;
  font-size: 22px;
  color: #468976;
  border-bottom: 2px solid #468976;
  position: relative;
}

.custom-side-title::before {
  position: absolute;
  top: 10px;
  left: 0;
}

.custom-side-list li a {
  padding: 5px 5px 5px 1.4em;
  letter-spacing: 1px;
  position: relative;
}

.custom-side-list li a::before {
  content: "●";
  display: inline-block;
  color: #e65d44;
  position: absolute;
  top: 1px;
  left: 0;
}

.custom-side-list li + li {
  margin-top: 10px;
}

.list-custom-02 li + li {
  margin-top: 30px;
}

.category span {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  color: white;
  line-height: 1.2;
  border-radius: 3px;
  background-color: #468976;
}

.category span + span {
  margin-left: 5px;
}

.detail-content {
  padding: 30px 20px;
  border: 1px solid #468976;
  border-radius: 10px;
}

.detail-content-title {
  margin-bottom: 20px;
  padding: 10px 5px;
  font-weight: 500;
  font-size: 18px;
  color: #468976;
  border-bottom: 1px solid #ccc;
}

.detail-content-info .date,
.detail-content-info .category {
  margin: 5px;
  font-size: 14px;
}

.detail-content-box {
  margin-top: 20px;
}

.detail-backlink {
  margin: 50px 0;
}

.detail-backlink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.detail-backlink-list li {
  margin: 10px;
}

@media (max-width: 1024px) {
  .date {
    font-size: 14px;
  }
  .custom-title {
    font-size: 16px;
  }
  .detail-backlink-list li .btn {
    max-width: 100%;
  }
  .detail-backlink-list li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .detail-backlink-list li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .detail-backlink-list li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 599px) {
  .list-custom-01 li .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .custom-thumb {
    width: 35%;
  }
  .custom-info {
    width: 60%;
    margin-top: 0;
  }
  .blog.detail .custom-side-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .blog.detail .custom-side-list li {
      width: 50%;
      margin-top: 5px;
  }
  
  .custom-side-list li a {
      display: block;
  }
  
  .custom-side-list li a::before {
      top: 5px;
  }

  .list-custom-01.-pt02 .custom-thumb {
    width: 100%;
  }
  .list-custom-01.-pt02 .custom-info {
    width: 100%;
    margin-top: 20px;
  }
}

/* form */
.must {
  display: block;
  margin-top: 5px;
  margin-left: 0;
  padding: 0;
  font-size: inherit;
  color: #468976;
  text-align: left;
  background-color: transparent;
}

.pc-br {
  display: block;
}

@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }
}

.pc-br.tb {
  display: block;
}

@media (max-width: 1024px) {
  .pc-br.tb {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

.sp-br {
  display: none;
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

.home-access .map {
  padding-top: 85%;
}

@media (max-width: 1024px) {
  .home-access .map {
    padding-top: 0;
    height: 100%;
  }
}

@media (max-width: 599px) {
  .home-access .map {
    padding-top: 70%;
    height: 100%;
  }
}

.block-type01 {
  position: relative;
}

.block-type01 .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #468976;
  border-radius: 100%;
  margin: -20px auto 20px;
  text-align: center;
  position: relative;
}

.block-type01 .tit {
  margin-bottom: 15px;
  text-align: center;
}

.block-type01 .txt {
  line-height: 2;
}

@media (max-width: 599px) {
  .block-type01 .txt {
    line-height: 1.5;
  }
}

.block-type03 {
  position: relative;
}

.block-type03 .box {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}

.block-type03 .box .step {
  position: absolute;
  left: -20px;
  top: -25px;
  text-align: center;
  width: 100px;
  z-index: 21;
  color: #fff;
}

.block-type03 .box .step::before {
  content: "";
  background-color: #468976;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  left: 9px;
  top: -12px;
}

.block-type03 .box .step .sub {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.block-type03 .box .step .step-num {
  font-size: 40px;
  line-height: 1;
}

.block-type03 .box.-alternate .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block-type03 .box.-alternate .step {
  left: unset;
  right: -20px;
}

@media (max-width: 1024px) {
  .block-type03 .box .step {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .block-type03 .box.-alternate .step {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 599px) {
  .block-type03 .box .step {
    left: 40px;
    top: -36px;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
  .block-type03 .box.-alternate .step {
    left: 40px;
    top: -36px;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
  }
}

.block-circle .box {
    position: relative;
    width: 31.333%;
    margin: 1% 1% 30px 1%;
}

.block-circle .box .pbox {
    background: #468976;
    border-radius: 100%;
    width: clamp(4.375rem, 0.463rem + 16.05vw, 12.5rem);
    height: clamp(4.375rem, 0.463rem + 16.05vw, 12.5rem);
    text-align: center;
    margin: 0 auto 10px;
}

.block-circle .box .pbox .pic {
    padding: 20px;
}

.block-circle .box .pbox .pic img {
    max-width: clamp(1.875rem, -0.231rem + 8.64vw, 6.25rem);
    object-fit: contain;
}

.block-circle .box .tbox {
    text-align: center;
}

@media (max-width:599px) {
  
  .block-circle .box {
      width: 48%;
  }
  
  .block-circle .box:nth-child(1) {
      width: 100%;
  }
}

/*.layout-form-01*/
.layout-form-01 .essential {
  margin-left: 10px;
  font-size: 12px;
  color: #e65d44;
}

.layout-form-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.layout-form-01 dl + dl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.layout-form-01 dt {
  width: 200px;
}

.layout-form-01 dd {
  width: calc(100% - 220px);
}

.layout-form-01 input,
.layout-form-01 textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: #f3f3f3;
}

.layout-form-01 .select select {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: #f3f3f3;
}

@media (max-width: 599px) {
  .layout-form-01 dt {
    width: 100%;
  }
  .layout-form-01 dd {
    width: 100%;
    margin-top: 5px;
  }
}

/*layout-form-02*/
.layout-form-02 .txtbox .txt {
  text-align: center;
}

.layout-form-02 .tel-item {
  margin-top: 20px;
}

.layout-form-02 .tel-item .tel a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-type-02 .box {
  padding: 30px 40px;
  border: 2px solid #468976;
  border-radius: 10px;
}

.layout-type-02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.layout-type-02 li + li {
  margin-top: 30px;
}

.layout-type-02 li:before {
  content: "\f058";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #468976;
}

.layout-type-02 .txtbox {
  margin-top: 20px;
}

.layout-type-02 .txtbox .text {
  line-height: 1.8;
}

.layout-type-02 .explanation-top {
  margin-bottom: 20px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 599px) {
  .layout-type-02 .box {
    padding: 20px 15px;
  }
}

/*layout-type-03*/
.layout-type-03 .list {
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #a3a2a2;
}

.layout-type-03 .item .tit {
  background: #468976;
  color: #fff;
  padding: 1em 2em;
  border-bottom: 1px solid;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-type-03 .list .item:last-of-type .tit {
  border-bottom: none;
}

.layout-type-03 .list .item:last-of-type .tbox {
  border-bottom: none;
}

.layout-type-03 .item .tbox {
  width: 80%;
  padding: 1em 2em;
  border-bottom: 1px solid #a3a2a2;
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .layout-type-03 .cmnrecruit01item .circle {
    width: 170px;
    height: 170px;
  }
  .layout-type-03 .item .tit {
    width: 9em;
    padding: 1em 1.5em;
  }
  .layout-type-03 .item .tbox {
    width: calc(100% - 9em);
    padding: 1em 1.5em;
  }
}

@media only screen and (max-width: 599px) {
  .layout-type-03 .cmnrecruit01item .circle {
    width: 140px;
    height: 140px;
    font-size: 14px;
  }
  .layout-type-03 .item .tit {
    width: 100%;
    padding: 1em;
    border-bottom: none;
  }
  .layout-type-03 .item .tbox {
    width: 100%;
    padding: 1.5em 1em;
    border-bottom: none;
  }
}

.layout-type-04 .box {
  padding: 30px 40px;
  border-radius: 10px;
  background: #fff;
}

.layout-type-04 .box.-bg02 {
  background: #eaf3ef;
}

.layout-type-04 .box li:first-letter {
  font-size: 140%;
  color: #468976;
}

@media (max-width: 599px) {
  .layout-type-04 .box {
    padding: 20px 10px;
  }
}

.layout-type-05 li + li {
  margin-top: 50px;
}

.layout-type-05 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layout-type-05 .item + .item {
  margin-top: 10px;
}

.layout-type-05 .left {
  width: 30%;
}

.layout-type-05 .right {
  width: 65%;
}

.layout-type-05 .pic {
  position: relative;
}

.layout-type-05 img {
  border-radius: 10px;
}

.layout-type-05 .num {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgb(70 137 118 / 80%);
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 3;
}

.layout-type-05 .txt {
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .layout-type-05 ul {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .layout-type-05 .left {
    width: 100%;
  }
  .layout-type-05 .right {
    width: 100%;
    margin-top: 20px;
  }
  .layout-type-05 .num {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .layout-type-05 .txt {
    font-size: 14px;
  }
}

.layout-type-06 .box {
  padding: 30px 40px;
  border: 2px solid #468976;
  border-radius: 10px;
  background: #fff;
}

.layout-type-06 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.layout-type-06 li + li {
  margin-top: 20px;
}

.layout-type-06 li:before {
  content: "\f058";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #468976;
}

@media (max-width: 599px) {
  .layout-type-06 .box {
    padding: 20px 15px;
  }
}

.layout-type-07 ul {
  max-height: 500px;
  padding: 0 40px;
}

[data-element-id] .layout-type-07 ul {
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-type-07 li {
  height: auto !important;
  margin-bottom: 0;
  padding: 10px 20px 10px;
  position: relative;
  z-index: 0;
}

[data-element-id] .layout-type-07 li {
  width: calc(100% / 2);
}

.layout-type-07 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-type-07 .slick-arrow {
  cursor: pointer;
}

.layout-type-07 .btn-back {
  width: 23px;
  height: 43px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.layout-type-07 .btn-next {
  width: 23px;
  height: 43px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
}

.layout-type-07 .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.layout-type-07 .left {
  width: 35%;
}

.layout-type-07 .right {
  width: 60%;
}

.layout-type-07 .pic {
  overflow: hidden;
  border-radius: 50%;
}

.layout-type-07 .text {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 599px) {
  .layout-type-07 .left {
    width: 60%;
    margin: 0 auto;
  }
  .layout-type-07 .right {
    width: 100%;
  }
  .layout-type-07 ul {
    padding: 0 30px;
  }
  .layout-type-07 li {
    padding: 10px;
  }
}

.layout-type-08 li {
  margin-top: 40px;
  position: relative;
}

.layout-type-08 .num {
  width: 40px;
  height: 40px;
  font-size: 22px;
  color: #fff;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 50%;
  background: #5bc192;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 0;
}

.layout-type-08 .item {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.layout-type-08 .tit {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #5bc192;
  text-align: center;
}

.layout-type-08 .text {
  line-height: 1.8;
}

.layout-type-08 .pic-logo {
    display: inline-block;
    max-width: 50px;
    vertical-align: bottom;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 50%);
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
}

.layout-type-08 .pic-logo a {
    display: block;
}

.layout-type-08.-pt02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.layout-type-08.-pt02 ul li {
    width: 31.333%;
    margin: 1%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.layout-type-08.-pt02 .item {
    padding: 15px;
}

.layout-type-08.-pt02 .pbox {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.layout-type-08.-pt02 .pbox .pic {
    height: auto;
}

.layout-type-08.-pt02 ul li:nth-child(n + 4) {
    padding-top: 30px;
}

@media (max-width: 599px) {
  .layout-type-08 .num {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 29px;
  }
  .layout-type-08 .tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .layout-type-08 .text {
    font-size: 14px;
  }
}

.layout-table-01 .explanation-top {
  margin-bottom: 20px;
  line-height: 1.8;
}

.layout-table-01 .explanation-bottom {
  margin-top: 20px;
  line-height: 1.8;
}

.layout-table-01 .box {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}

.layout-table-01 table {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
}

.layout-table-01 thead th {
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  background: #5bc192;
}

.layout-table-01 thead th:not(:first-of-type) {
  border-left: 1px solid #fff;
  font-weight: bold;
  text-shadow: 0px 0px #fff;
}

.layout-table-01 tbody tr + tr {
  border-top: 1px solid #ccc;
}

.layout-table-01 tbody td {
  width: calc(100% / 3);
  padding: 20px;
}

.layout-table-01 .table-col-5 tbody td {
  width: calc(100% / 5);
}

.layout-table-01 .table-col-133 tbody td:first-of-type {
  width: 150px;
}

.layout-table-01 .table-col-133 tbody td {
  width: calc(100% - 150px);
}

.layout-table-01 .table-col-1133 tbody td:nth-of-type(1),
.layout-table-01 .table-col-1133 tbody td:nth-of-type(2) {
  width: 150px;
}

.layout-table-01 .table-col-1133 tbody td {
  width: calc(50% - 150px);
}

.layout-table-01 .imgtit {
  margin-bottom: 10px;
  text-align: center;
}

.layout-table-01 .line {
  display: inline-block;
  position: relative;
}

.layout-table-01 .line:after {
  content: "";
  width: 100%;
  height: 20%;
  background: #a9c8da;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.layout-table-01 .pic {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.layout-table-01 .pic img {
  width: auto;
  max-width: 100%;
  height: initial !important;
  max-height: 100%;
}

.layout-table-01 tbody .text {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.layout-table-01 tbody .titlist li {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.layout-table-01 tbody .titlist li + li {
  margin-top: 10px;
}

.layout-table-01 tbody .degreelist .item + .item {
  margin-top: 20px;
}

.layout-table-01 tbody .degreelist dt {
  margin-bottom: 5px;
}

.layout-table-01 tbody .degreelist dd > * {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .layout-table-01 .table-box.table-col-5 {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .layout-table-01 .table-box.table-col-5 table {
    width: 900px;
  }
}

@media (max-width: 599px) {
  .layout-table-01 .box {
    padding: 20px 15px;
  }
  .layout-table-01 .table-box {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .layout-table-01 .table-box table {
    width: 600px;
  }
  .layout-table-01 tbody .titlist li {
    font-size: 16px;
  }
  .layout-table-01 tbody td {
    padding: 10px;
  }
  .layout-table-01 tbody .degreelist dt {
    font-size: 14px;
  }
  .layout-table-01 tbody .degreelist dd > * {
    font-size: 16px;
  }
}


/* video */
.video-box .video {
    position: relative;
    display: block;
    width: 100%;
}

.video-box .video:after {
    content: "";
    display: block;
    padding-top: 70%;
}

.video-box .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.white-bg {
    position: relative;
}

.white-bg .pic:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 1;
}

@media (max-width:599px) {
  .slick03 .slick-next:before, .slick03 .slick-prev:before {
    color: #e65d44;
  }
  
  .slick03 .slick-next {
    right: 30px;
  }
  
  .slick03 .slick-prev {
    left: 30px;
  }
}

[data-element-id].slick03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

[data-element-id].slick03 .item {
    width: 21%;
}

[data-element-id].slick03 .item .pic {
    height: auto;
}

[data-element-id].slick03 .item .pic {
    height: auto;
}

[data-element-id].slick02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

[data-element-id].slick02 .item {
    width: 20%;
}


/* sp-kaigyou */
.sp-kaigyou01 .fead-text02 .str.textin:nth-child(17) {
    display: none;
}


@media (max-width:599px) {
  .sp-kaigyou01 .fead-text02 .str.textin:nth-child(17) {
      display: block;
  }
}

/* area-top-news */
@media (max-width:599px) {
  .area-top-news .block .parallel-inner:nth-child(1) {
      display: contents;
  }
  
  .area-top-news .block .parallel-inner .title {
      width: 100%;
      order: -1;
  }
  
  .area-top-news .block .parallel-inner .button {
      order: 3;
  }
}


/* shake */
.shake {
    -webkit-animation-name: shaking;
    animation-name: shaking;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

@-webkit-keyframes shaking {
    0% {
        -webkit-transform: translate(0px, 0px) rotateZ(0deg);
        transform: translate(0px, 0px) rotateZ(0deg);
    }

    25% {
        -webkit-transform: translate(1px, 1px) rotateZ(3deg);
        transform: translate(1px, 1px) rotateZ(3deg);
    }

    50% {
        -webkit-transform: translate(0px, 1px) rotateZ(0deg);
        transform: translate(0px, 1px) rotateZ(0deg);
    }

    75% {
        -webkit-transform: translate(1px, 0px) rotateZ(-3deg);
        transform: translate(1px, 0px) rotateZ(-3deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotateZ(0deg);
        transform: translate(0px, 0px) rotateZ(0deg);
    }
}

@keyframes shaking {
    0% {
        -webkit-transform: translate(0px, 0px) rotateZ(0deg);
        transform: translate(0px, 0px) rotateZ(0deg);
    }

    25% {
        -webkit-transform: translate(1px, 1px) rotateZ(3deg);
        transform: translate(1px, 1px) rotateZ(3deg);
    }

    50% {
        -webkit-transform: translate(0px, 1px) rotateZ(0deg);
        transform: translate(0px, 1px) rotateZ(0deg);
    }

    75% {
        -webkit-transform: translate(1px, 0px) rotateZ(-3deg);
        transform: translate(1px, 0px) rotateZ(-3deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotateZ(0deg);
        transform: translate(0px, 0px) rotateZ(0deg);
    }
}


/* tab */
.tab-btn-list .tab-btn {
    width: 40%;
    padding: 1em 1em 1.5em;
    text-align: center;
    background: #eaf3ef;
    color: #468976;
    cursor: pointer;
    border-radius: 20px 20px 0 0;
    position: relative;
    font-size: clamp(0.875rem, 0.714rem + 0.66vw, 1.25rem);
    letter-spacing: 3px;
}

.tab-btn-list .tab-btn.on {
    background: #468976;
    color: #fff;
    -webkit-box-shadow: 0px -7px 10px -3px #777777;
    box-shadow: 0px -7px 10px -3px #777777;
    cursor: unset;
}

.tab {
    -webkit-box-shadow: 0px -5px 10px -7px #777777;
    box-shadow: 0px -5px 10px -7px #777777;
}

.tab-btn-list .tab-btn:after {
    content: "\f0dd";
    display: block;
    font-family: "font awesome 5 Free";
    font-weight: bold;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0.3em;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

[data-element-id].area-44wrap .tab-btn {
    position: relative;
    border: 2px solid blue;
}

[data-element-id].area-44wrap .tab-btn:nth-child(1):before {
    content: "タブ１";
    display: block;
    background: blue;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    border-radius: 20px 20px 0 0;
}

[data-element-id].area-44wrap .tab-btn:nth-child(2):before {
    content: "タブ2";
    display: block;
    background: blue;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    border-radius: 20px 20px 0 0;
}

[data-element-id].area-44wrap .tab .tablist {
    position: relative;
    border: 2px solid blue;
}

[data-element-id].area-44wrap .tab .tablist:nth-child(1):before {
    content: "タブ１コンテンツ";
    display: block;
    background: blue;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

[data-element-id].area-44wrap .tab .tablist:nth-child(2):before {
    content: "タブ2コンテンツ";
    display: block;
    background: blue;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}


@media (max-width:599px) {
  .tab-btn-list .tab-btn {
        width: 46%;
  }
}

/* bg-red-txt */
.bgred-txt a {
    display: block;
    background: #ED1C24;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.app-link a {
  display: block;
  font-weight: bold;
  color: #5bc192;
  text-decoration: underline;
}

.point-tit {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-weight: bold;
    margin: 40px 0 0;
    color: #e65d44;
    font-size: clamp(1.125rem, 1.065rem + 0.25vw, 1.25rem);
}

.point-tit:before , .point-tit:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #e65d44;
}


.point-tit:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.point-tit:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.box-type01 {
    position: relative;
    border: 7px double #468976;
    padding: 40px;
    border-radius: 15px;
}

.box-type01 .title {
    position: absolute;
    top: -5px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    width: fit-content;
    white-space: nowrap;
    margin-bottom: 0;
}

@media (max-width:599px) {
  .box-type01 {
    padding: 40px 20px 30px;
  } 
}

/*# sourceMappingURL=style.css.map */

.line-area{
    background: #faf8f5;
    padding: 0px 0 50px;
}

.line-area .line-benner{
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 1024px){
  .line-area .line-benner{
    width: 80%;
}
}

@media only screen and (max-width: 599px){
  .line-area .line-benner{
    width: 94%;
}
}

.LINE a{
    background: #00b34f !important;
    border: #00b34f !important;
}

.fa-brands.fa-line{
  font-size: 22px;
}

@media only screen and (min-width: 1025px){
  

.LINE span{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
}

.LINE a:hover{
background: #fff !important;
border: #00b34f !important;
}



.LINE a:hover i{
  color: #00b34f !important;
}

.LINE a:hover .text-bnr{
  color: #00b34f !important;
}

  [data-element-id].nav-line-benner{
    display: none !important;
  }
  
}
  
  @media only screen and (min-width: 1025px){
  .nav-line-benner{
    display: none !important;
  }
  }

@media only screen and (max-width: 1024px){
  .nav-line-benner::after{
    display: none !important;
  }
  
  .nav-line-benner{
    border: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100%;
    margin: 0px auto 25px;
  }

}

.bgc-red{
  background: #e65d44 !important;
}

.bgc-red a{
    background: #e65d44 !important;
    border: #e65d44 !important;
}

.bgc-red a:hover{
  background-color: #fff !important;
}

.bgc-red a:hover .text-bnr{
  color: #e65d44 !important;
}

.bgc-red a:hover i{
  color: #e65d44 !important;
}

/* 05\22 追記 */

.line-benner img{
  width: 100%;
}
.ubie-benner {
  width: 40%;
  margin: 0 auto;
  padding: 50px 0;
}
.ubie-benner a img {
  width: 100%;
}

@media only screen and (max-width: 1024px){
  .ubie-benner {
    width: 50%;
  }
}

@media only screen and (max-width: 599px){
  .icon-bnr {
    width: auto;
    height: auto;
    display: block;
    margin-top: 3px;
  }
  .line-area {
    padding: 0 0 30px;
  }
  .ubie-benner {
    width: 90%;
  }
}

/* 2023/06/19 */
@media (max-width:599px) {
  .layout-type-08.-pt02 ul li {
      width: 48%;
      flex-grow: unset;
  }
  
  .layout-type-08.-pt02 ul li:nth-child(n + 3) {
      padding-top: 30px;
  }
}

.mail-suggest{
  position: relative;
  z-index: 5;
}

/*2023/06/28*/
.doctorsfile {
  width: 300px;
  margin-top: 20px;
}

.doctorsfile img {
  width: 100%;
}

.doctorsfile.incho {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:1024px) {
  .doctorsfile {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width:599px) {
  .doctorsfile.incho {
    width: 80%;
  }
}

.under-red {
    border-bottom: 2px solid red;
}

.tyokkiboushibanner02{
  width: 600px;
}

.tyokkiboushibanner01{
  width: 600px;
}

@media only screen and (max-width: 599px){
  .tyokkiboushibanner02{
    width: 90%;
  }
.tyokkiboushibanner01{
  width: 90%;
}

}


.infuru-web{
      border-bottom: solid 1px;
}

.infurup{
      width: 35%;
    float: right;
   margin: 8px auto 0;
}

.infuru-web{
  border-bottom: solid 1px;
  font-weight: bold;
  
}

.infuru-br{
  display: none;
}

.infuru-txt{
  font-size: 14px;
  line-height: 1.8;
}

.jichitaibr{
  display: none;
}

.jichitaip{
  margin-top:10px;
}

.infuru-txt a{
      font-weight: bold;
    border-bottom: solid 1px;
    font-size: 16px;
}

@media only screen and (max-width: 1024px){
  .infuru-br{
    display: block;
  }
  
  .infurup {
    width: 48%;
}
}

@media only screen and (max-width: 599px){
.infurup {
    width: 91%;
}

.infuru-txt {
    font-size: 14px;
}

.jichitaibr{
  display: block;
}
}

.yoshin-pdf{
  margin: 10px auto 80px;
}

.yoshin-pdf a:before {
  position: absolute;
    display: block;
    top: 50%;
    left: -27px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    background: url(/upload/tenant_1/d0cd6c5aedbc3415a8996cfe1a8cecaa.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 30px;
    z-index: 1;
}

.yoshin-pdf a{
  position: relative;
    border-bottom: 1px solid;
    margin-left: 28px;
    line-height: 1.9;
    font-size: 18px;
}

.vaccine-web{
  margin-bottom: 20px;
}

.vaccine-web a{
  font-weight: bold;
    /* border-bottom: 1px solid #fff; */
    line-height: 3.0;
    background: #4f915e;
    color: #fff;
    padding: 10px 15px;
}


@media only screen and (max-width: 599px){
.vaccine-web {
    font-size: 14px;
}

.vaccine-web a {
    padding: 10px 10px;
}
}

.monshin-icon{
  width: 20px;
    height: 25px;
}

.monshin-icon02{
  width: 20px;
    height: 30px;
}

.ippan-p{
  margin-top: 5px;
}

.netsu-p, .ippan-p{
  font-size: 18px;
}

.netsu-p, .ippan-p {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 599px){
.netsu-p, .ippan-p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
}

/* 2024/01/17 */

 .mt-5per{
  margin-top: 5%;
}

.mx-auto{
  margin-right: auto;
  margin-left: auto;
}

.w100{
  width: 100%;
}

.movie-outer{
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}

.movie-outer iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc-none{
  display: none;
}

.sp-none{
  display: block;
}

@media screen and (max-width:1024px) {
 .pc-none{
  display: block;
}

.sp-none{
  display: none;
}
}

01/23 追記

.aplication-list {
    padding: 20px 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.aplication-list li{
    color: #e65d44;
    font-weight: bold;
}

.w-fitsize{
  width: fit-content;
}

.mt-minus5{
  margin-top: -5px;
}

.mb-35-list li:not(:last-of-type){
  margin-bottom: 35px;
}

.mb-20-list li:not(:last-of-type){
  margin-bottom: 20px;
}

@media screen and (max-width:599px) {
.aplication-list li {
    color: #e65d44;
    text-indent: -0.8rem;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}
}

.mx-2{
    margin: 0px 2px 0px 2px;
}

.w-60per{
  width: 60%;
}

@media screen and (max-width:1024px) {
 .w-80per-tb{
   width: 80%;
 }
}

@media screen and (max-width:599px) {
.w-100per-sp{
  width: 100%;
} 
}

.r{
  display: inline-block;
}

@media screen and (max-width:599px) {
 .r{
  display: block;
}
}

/**内科**/
.naika02 .layout-type-06 {
  width: 48%;
  margin: auto;
}
.naika02 .layout-type-06 ul {
  display: flex;
  flex-wrap: wrap;
}
.naika02 .layout-type-06 li + li {
  margin-top: initial;
}
.naika02 .layout-type-06 ul li {
  width: 48%;
  margin-right: auto;
}

@media screen and (max-width:599px) {
  .naika02 .layout-type-06 {
    width: 80%;
    margin: 0 auto 10px;
  }
}

/**小児科**/
.shoni02 .layout-type-06 {
  width: 80%;
  margin: 50px auto 0;
}
.junkan02 .layout-type-06 {
  width: 80%;
  margin: 50px auto 0;
}

/* 03/25 追記 */


.head-block {
  margin-bottom: 2em;
}

.head-list2{
  border: 2px solid #468976;
  padding: 20px 5% 10px;
  border-radius: 26px;
}

.flex-list{
  overflow: hidden;
}

.head-list2 li{
  display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
}

.head-list2 li {
    position: relative;
    margin: 0.5em 0;
}

.head-list2 li a {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: #666464;
    border-radius: 6px;
    width: 300px;
    white-space: nowrap;
    padding: 0.5em 0 0em 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
    position: relative;
}

.head-list2 li a:before {
    top: 8px;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border: 0;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
}

.head-list2 li a:after {
    top: 0.8em;
    left: 0.45em;
    width: 10px;
    height: 10px;
    border-top: 3px solid #468976;
    border-right: 3px solid #468976;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    position: absolute;
    margin: auto;
}

.flex-list2 li {
    display: inline-block;
    width: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
}

.flex-list li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.2em 0.3em 0;
}

.head-list2 li.head-child{
    margin-left: 35px;
}

.head-list2 li.head-child a{
  font-size: 14px;
}

.head-list2 li.head-child a:after {
    top: 0.65em;
    left: 0.45em;
    width: 10px;
    height: 10px;
    border-top: 3px solid #468976;
    border-right: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(180deg);
    content: '';
    position: absolute;
    margin: auto;
}

@media screen and (max-width:1024px) {
.head-list2 li a {
    display: inline-block;
    width: 350px;
}
}

.icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    margin-left: 10px;
    height: auto;
    width: auto;
    font-size: 22px;
    color: #468976;
    position: relative;
    top: 2px;
}

@media screen and (max-width:1024px) {
 .flex-list2 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
}
}

@media screen and (max-width:599px) {
 .head-list2 li a {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: #666464;
    border-radius: 6px;
    width: 300px;
    white-space: break-spaces;
    padding: 0.5em 0 0em 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
    position: relative;
    /* width: 270px !important; */
}
}

.my-50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.mb50 {
  margin-bottom: 50px;
}

/**mv丸**/
.mv-pop {
  position: absolute;
  bottom: 3%;
  display: flex;
  left: 3%;
}
.mv-pop li {
  width: 200px;
  height: 200px;
  background: #ffffffc9;
  border-radius: 50%;
  text-align: center;
  padding: 50px 0;
  font-size: 22px;
  margin-right: 3%;
}
.mv-pop li span {
  color: #468976;
  font-size: 28px;
}

@media (max-width: 1360px){
  .mv-pop li {
    width: 150px;
    height: 150px;
    font-size: 18px;
    padding: 40px 0;
  }
  .mv-pop li span {
    font-size: 22px;
  }
}

.about #linkhead04 .btn-type-01 a {
  font-size: 24px;
}


@media (max-width: 1024px){
  .mv-pop {
    bottom: 24%;
    left: initial;
    right: 0;
  }
  .about #linkhead04 .btn-type-01 a {
    font-size: 22px;
  }
}
@media (max-width: 822px){
  .index .first-view-cont-box .first-view-cont-title {
    top: -110px;
    font-size: 22px;
  }
}
@media (max-width: 599px){
  .index .first-view-cont-box .first-view-cont-title {
    top: -450px;
    font-size: 20px;
    right: 10px;
  }
  .mv-pop {
    right: initial;
    left: 2%;
    bottom: 3%;
  }
  .mv-pop li {
    width: 110px;
    height: 110px;
    margin-right: 1%;
    font-size: 12px;
    padding: 30px 0;
  }
  .mv-pop li span {
    font-size: 16px;
  }
  .parallel.re {
    flex-direction: column-reverse;
  }
  .about #linkhead04 .btn-type-01 a {
    font-size: 18px;
  }
}

/**連携施設**/
.fs18 {
  font-size: 18px;
  margin-bottom: 15px;
}
.renkei table , .renkei td, .renkei th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.renkei table {
  width: 100%;
}
.renkei td, .renkei th {
	padding: 3px;
}
.renkei td:first-child {
  width: 40%;
}
.renkei td:nth-child(2) , .renkei td:nth-child(3) {
  width: 30%;
}
.fwb {
  font-weight: bold;
}
.bg-g001 {
  background: #eaf3ef;
}

@media (max-width: 599px){
  .renkei td, .renkei th {
    font-size :14px;
    }
}

/**2024/06/24 アコーディオン**/
.accordion-003 {
  width: 100%;
  margin-bottom: 7px;
  border-bottom: 2px solid #468976;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #666464;
  font-weight: 600;
  cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #666464b3;
  border-right: 3px solid #666464b3;
  content: '';
  transition: transform .3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #666464;
  transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}
.accordion-003 p a {
  color: #468976;
  font-weight: bold;
}
.ac-box {
  padding: 5%;
  border: 3px solid #468976;
  border-radius: 20px;
  margin-top: 30px;
}

/**2024/07/04**/
.dr-bnr {
  width: 500px;
  margin: 20px auto 0;
}
.youtube iframe {
  width:100%;
  aspect-ratio: 16/9;
}

@media (max-width: 1024px){
  .dr-bnr {
    width: 400px;
  }
}

@media (max-width: 599px){
  .dr-bnr {
    width: 90%;
  }
}

/**2024/07/18追加**/
.first-view-cont-title span.sub {
  font-size: 20px;
  display: inline !important;
}

/**2024/08/29追加**/
.txt001 {
  margin-bottom: 30px;
}
.link-btn-box {
  margin-top: 20px;
}
.link-btn-box a {
  display: block;
  width: 300px;
  background: #468976;
  padding: 2%;
  text-align: center;
  margin: auto;
  color: #fff;
}
/**2024/09/26**/
.txt-in {
  margin-bottom: 20px;
  line-height: 1.8;
}
.midashi-i {
  font-size: 18px;
  font-weight: bold;
  color: #468976;
  margin-bottom: 5px;
}
.txt-in p span {
  font-weight: bold;
}
.txt-in a {
  color: #e65d44;
  font-weight: bold;
}
.txt-in a:hover {
  opacity: 0.6;
}
.layout-table-001 thead th {
  background: none;
  color: #468976;
  border-bottom: 1px solid #999;
}
.vac dt {
  font-weight: normal;
}
.vac ul li {
  margin-bottom: 10px;
  text-align: left;
  list-style: disc; 
}

.vac table a {
  color: #e65d44;
  font-weight: bold;
}
.vac table  a:hover {
  opacity: 0.6;
}

.blog .detail-content a {
  color: #e65d44;
  font-weight: bold;
}
.blog .detail-content a:hover {
  opacity: 0.6;
}

/**2024/10/08**/
.web-r {
  margin-top: 10px;
}
.web-r a {
  display: block;
  width: 200px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #e65d44;
}
.bgc-orange a {
  background: #FF9800 !important;
  border: #FF9800 !important;
}
.bgc-orange a .text-bnr {
  font-size: 14px;
}
.bgc-orange a:hover {
  background: #fff !important;
}
.bgc-orange a:hover i {
  color: #FF9800 !important;
}
.bgc-orange a:hover .text-bnr {
  color: #FF9800 !important;
}
.bgc-orange a:hover .text {
  color: #FF9800 !important;
}

.bgc-bule a {
  background: #47a7b3 !important;
  border: #47a7b3 !important;
}
.bgc-bule a .text-bnr {
  font-size: 14px;
}
.bgc-bule a:hover {
  background: #fff !important;
}
.bgc-bule a:hover i {
  color: #47a7b3 !important;
}
.bgc-bule a:hover .text-bnr {
  color: #47a7b3 !important;
}
.bgc-bule a:hover .text {
  color: #47a7b3 !important;
}
.tac {
  text-align: center;
}
.lh12 {
  line-height: 1.2;
}
.red {
  color: red;
}

/* 2024/11/28 */
@media (max-width: 599px) {
.list-custom-01 li .list-inner a {
  display: block;
  width: 100%;
  height: 100%;
}
}

/**2024/12/06**/
.bg-cont.line-area {
  height: 700px;
}

#re_flow {
  height: 300px;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media (max-width: 599px){
  .bg-cont.line-area {
    height: 450px;
  }
  #re_flow {
    height: 200px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/**2025/05/02 睡眠時無呼吸症候群**/
#sas .layout-type-06 li {
  display: block;
}
#sas .layout-type-06 li:before {
  margin-left: 0;
}
#sas .lib10 .layout-type-06 li + li {
  margin-top: 10px;
}
#sas li span {
  font-weight: bold;
}
#sas .breadcrumbs-list li span {
  font-weight: normal;
}
#sas .section-large a {
  color: #468976;
  font-weight: bold;
  border-bottom: 1px solid #468976;
}
#sas .section-large a:hover {
  opacity: 0.6;
}


/**2025/06/03**/
.g-kenshin thead th {
  width: calc(100% / 5);
}
.layout-table-01 .g-kenshin tbody td {
  width: calc(100% / 5);
}
.mb20 {
  margin-bottom: 20px;
}

/* 2025/07/04 */
.title-08.ver02 {
  font-size: 20px;
  margin-top: 1em;
  text-align: left;
}

.space-v80.ver02{
  background-color: #fff;
  padding: 50px;
}

@media(max-width:599px) {
.space-v80.ver02{
  background-color: #fff;
  padding: 20px;
}   
}
