@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/*カスタマイズ*/
#content.l-content {
  margin-bottom: 0;
}

/*ヘッダーバー*/
.l-header__bar {
  background: #404040;
  padding: 1em 0 0;
}
.l-header__bar .l-container {
  max-width: none;
  margin: 0 3%;
}

.c-iconList .-line {
  margin-left: 100px;
}
.c-iconList .icon-search {
  display: none;
}
.c-iconList .icon-line {
  position: relative;
}
.c-iconList .icon-line:before {
  content: "";
  background: url(/wp-content/uploads/2025/10/line_icon.png) no-repeat center/contain;
  width: 22px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-iconList .icon-line:after {
  content: "LINE相談";
  font-size: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  font-style: normal;
  width: 75px;
}
.c-iconList .icon-facebook {
  position: relative;
}
.c-iconList .icon-facebook:before {
  content: "";
  background: url("/wp-content/uploads/tel.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
.c-iconList .icon-facebook:after {
  content: "WEB予約";
  font-size: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  font-style: normal;
  width: 75px;
}

/*ヘッダー横幅*/
@media screen and (min-width: 960px) {
  .l-header__inner.l-container,
  .l-fixHeader__inner.l-container {
    max-width: 100%;
  }
}
/*MV　dots*/
.swiper-pagination {
  display: none;
}

.post_content h2,
.wsp-container h2 {
  font-size: 36px;
  border-bottom: 1px solid #023892 !important;
  padding-bottom: 0.2em !important;
  margin-bottom: 0.8em;
  background: none;
  text-align: center;
  color: #333;
}
.post_content h2:before,
.wsp-container h2:before {
  content: none;
}
@media (max-width: 959px) {
  .post_content h2,
  .wsp-container h2 {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .post_content h2,
  .wsp-container h2 {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 599px) {
  h3 {
    font-size: 16px !important;
  }
}

/*テーブル・MAP*/
@media (max-width: 959px) {
  .access_table table {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .access_table table {
    font-size: 14px;
  }
}
.access_table table th {
  font-weight: normal;
  border: 0;
}
.access_table table th:nth-child(1) {
  width: 25% !important;
}
@media (max-width: 599px) {
  .access_table table th:nth-child(1) {
    width: 30% !important;
  }
}
.access_table table td {
  border: 0;
}
.access_table table td:nth-child(1) {
  text-align: left;
}
.access_table table td:not(:nth-child(1)) {
  color: #023892;
}
@media (max-width: 959px) {
  .access_table table {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .access_table table {
    font-size: 12px;
  }
}

iframe {
  filter: grayscale(1);
}

/*button top*/
.swell-block-button.is-style-more_btn .swell-block-button__link {
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
  background: transparent;
  box-shadow: none;
  position: relative;
  min-width: 0;
  padding: 0.8em 4em 0.8em 0;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .swell-block-button.is-style-more_btn .swell-block-button__link {
    font-size: 16px;
    padding: 0.8em 3em 0.8em 0;
  }
}
@media (max-width: 599px) {
  .swell-block-button.is-style-more_btn .swell-block-button__link {
    font-size: 14px;
  }
}
.swell-block-button.is-style-more_btn .swell-block-button__link:after {
  content: none;
}
.swell-block-button.is-style-more_btn .swell-block-button__link:before {
  content: "";
  background: url("/wp-content/uploads/2025/10/arrow.png") no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.8);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
@media (max-width: 959px) {
  .swell-block-button.is-style-more_btn .swell-block-button__link:before {
    width: 35px;
    height: 35px;
  }
}
.swell-block-button.is-style-more_btn .swell-block-button__link.is-visible:before {
  animation: scaleInCenter 0.6s ease-out forwards;
  animation-delay: 0.7s;
}
.swell-block-button.is-style-more_btn .swell-block-button__link.is-visible span {
  display: inline-block;
  transform: translateX(-20px);
  opacity: 0;
  animation: slideInLeft 0.6s ease-out forwards;
  animation-delay: 0.5s;
}
.swell-block-button.is-style-more_btn .swell-block-button__link span {
  display: inline-block;
}
.swell-block-button.is-style-more_btn .swell-block-button__link:hover {
  background: transparent;
  color: #c30d23;
  opacity: 0.8;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scaleInCenter {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
/*button 下層*/
.is-style-btn_normal .swell-block-button__link {
  font-size: 20px;
  font-weight: bold;
  color: #c30d23;
  background: transparent;
  box-shadow: none;
  position: relative;
  min-width: 0;
  padding: 0.8em 4em 0.8em 0;
  transition: 0.2s;
}
@media (max-width: 959px) {
  .is-style-btn_normal .swell-block-button__link {
    font-size: 16px;
    padding: 0.8em 3em 0.8em 0;
  }
}
@media (max-width: 599px) {
  .is-style-btn_normal .swell-block-button__link {
    font-size: 14px;
  }
}
.is-style-btn_normal .swell-block-button__link:after {
  content: none;
}
.is-style-btn_normal .swell-block-button__link:before {
  content: "";
  background: url("/wp-content/uploads/2025/10/arrow.png") no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .is-style-btn_normal .swell-block-button__link:before {
    width: 35px;
    height: 35px;
  }
}
.is-style-btn_normal .swell-block-button__link:hover {
  background: transparent;
  box-shadow: none;
  color: #c30d23;
  opacity: 0.8;
}

/*ヘッダーナビ*/
.c-gnav .sub-menu {
  width: 17em;
}

.c-gnav a::after {
  background: #c30d23;
  bottom: 15px !important;
}

/*ヘッダーナビ　スマホ非表示*/
@media (max-width: 959px) {
  .p-spHeadMenu {
    display: none !important;
  }
}

/***メインビジュアル***/
@media (max-width: 959px) {
  .main_copy {
    display: none;
  }
}
.main_copy .l-article {
  margin: 0 0 0 auto;
  max-width: 775px;
  padding-right: 2%;
}
.main_copy figure {
  text-align: left;
}
.main_copy .swell-block-button {
  text-align: left;
}

.top #content {
  padding-top: 0;
}

/*メインビジュアル　メインコピー　sp用*/
.main_copy_sp {
  padding: 1em 0 !important;
}
@media (min-width: 960px) {
  .main_copy_sp {
    display: none;
  }
}
.main_copy_sp figure {
  margin-bottom: 0.5em;
}
@media (max-width: 599px) {
  .main_copy_sp .swell-block-button {
    text-align: left;
  }
}

/*sec_01*/
.sec_01 {
  padding: 4em 0 !important;
}
@media (max-width: 959px) {
  .sec_01 {
    margin-bottom: -1em !important;
  }
}
@media (max-width: 599px) {
  .sec_01 {
    padding: 2em 0 !important;
  }
}

/*sec_02*/
.sec_02 {
  padding: 5em 0 !important;
}
@media (max-width: 1223px) {
  .sec_02 {
    padding: 3em 0 5em !important;
  }
}
@media (max-width: 959px) {
  .sec_02 {
    padding: 3em 0 !important;
    background: #dae5e7 !important;
  }
}
@media (min-width: 782px) {
  .sec_02 {
    background-size: auto !important;
  }
}
@media (max-width: 781px) {
  .sec_02 {
    margin: 0 !important;
  }
}
.sec_02 .l-article {
  padding: 0;
}
@media (max-width: 1800px) {
  .sec_02 .l-article {
    margin: 0 2% 0 auto;
  }
}
@media (max-width: 959px) {
  .sec_02 .l-article {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.sec_02 .text_area {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 80px;
}
@media (max-width: 1540px) {
  .sec_02 .text_area {
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 0 0 auto !important;
  }
}
@media (max-width: 1223px) {
  .sec_02 .text_area {
    max-width: 640px;
    padding: 80px 20px;
  }
}
@media (max-width: 959px) {
  .sec_02 .text_area {
    margin: 0 auto !important;
    padding: 60px 20px 0;
    max-width: none;
  }
}
@media (max-width: 599px) {
  .sec_02 .text_area {
    padding: 40px 20px 0;
  }
}
@media (max-width: 599px) {
  .sec_02 .text_area .wp-block-columns {
    gap: 1em !important;
  }
}
.sec_02 .wp-block-columns p {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 27px;
}
@media (max-width: 1540px) {
  .sec_02 .wp-block-columns p {
    font-size: 20px;
    padding: 0;
    height: 150px;
  }
}
@media (max-width: 1223px) {
  .sec_02 .wp-block-columns p {
    font-size: 16px;
    height: 120px;
  }
}
@media (max-width: 599px) {
  .sec_02 .wp-block-columns p {
    font-size: 14px;
    height: 70px;
  }
}
.sec_02 .wp-block-columns p:before {
  content: "";
  background: transparent;
  border: 1px solid #fff;
  width: 97%;
  height: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 599px) {
  .sec_02 .wp-block-columns p:before {
    height: 80%;
  }
}
.sec_02 .swell-block-button {
  margin-top: 2em;
}
@media (max-width: 599px) {
  .sec_02 .swell-block-button {
    margin-top: 1em;
  }
}
.sec_02 .sp-column001 {
  flex-wrap: nowrap !important;
}
.sec_02 .sp-column001 .wp-block-column:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*sec_03*/
.sec_03 {
  padding: 0 !important;
  margin-top: -3em !important;
}
@media (max-width: 959px) {
  .sec_03 {
    padding: 4em 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 599px) {
  .sec_03 {
    padding: 2em 0 !important;
  }
}
@media (max-width: 1223px) and (min-width: 960px) {
  .sec_03 h2 {
    font-size: 30px;
  }
}
.sec_03 .l-article {
  max-width: none;
  padding: 0;
}
.sec_03 .l-article .wp-block-column:nth-child(1) {
  flex-basis: 23% !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 1em 3em 2em;
}
@media (max-width: 1665px) {
  .sec_03 .l-article .wp-block-column:nth-child(1) {
    flex-basis: 35% !important;
  }
}
@media (max-width: 959px) {
  .sec_03 .l-article .wp-block-column:nth-child(1) {
    padding: 0 1em;
  }
}
@media (max-width: 781px) {
  .sec_03 .l-article .wp-block-column:nth-child(1) {
    order: 2;
  }
}
.sec_03 .l-article .wp-block-column:nth-child(1) p {
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .sec_03 .l-article .wp-block-column:nth-child(1) p {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .sec_03 .l-article .wp-block-column:nth-child(1) p {
    font-size: 14px;
  }
}
.sec_03 .l-article .wp-block-column:nth-child(2) {
  flex-basis: 77% !important;
}
@media (max-width: 1665px) {
  .sec_03 .l-article .wp-block-column:nth-child(2) {
    flex-basis: 65% !important;
  }
}
.sec_03 .l-article .wp-block-column:nth-child(2) figure {
  text-align: right;
}
.sec_03 .l-article .wp-block-column:nth-child(2) figure img {
  max-width: none;
  width: 100% !important;
}

/*sec_04*/
.sec_04 {
  padding: 3.5em 0 0 !important;
  margin-top: -3em !important;
}
@media (max-width: 959px) {
  .sec_04 {
    padding: 0 0 4em !important;
    margin: 0 !important;
  }
}
@media (max-width: 599px) {
  .sec_04 {
    padding: 0 0 2em !important;
  }
}
.sec_04 .l-article {
  max-width: none;
  padding: 0;
}
.sec_04 .l-article .wp-block-column:nth-child(2) {
  flex-basis: 23% !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 2em 3em 1em;
}
@media (max-width: 1665px) {
  .sec_04 .l-article .wp-block-column:nth-child(2) {
    flex-basis: 35% !important;
  }
}
@media (max-width: 959px) {
  .sec_04 .l-article .wp-block-column:nth-child(2) {
    padding: 0 1em;
  }
}
.sec_04 .l-article .wp-block-column:nth-child(2) p {
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .sec_04 .l-article .wp-block-column:nth-child(2) p {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .sec_04 .l-article .wp-block-column:nth-child(2) p {
    font-size: 14px;
  }
}
.sec_04 .l-article .wp-block-column:nth-child(1) {
  flex-basis: 77% !important;
}
@media (max-width: 1665px) {
  .sec_04 .l-article .wp-block-column:nth-child(1) {
    flex-basis: 65% !important;
  }
}
.sec_04 .l-article .wp-block-column:nth-child(1) figure {
  text-align: right;
  background: #666669;
}
.sec_04 .l-article .wp-block-column:nth-child(1) figure video {
  max-width: none;
  width: 100% !important;
  max-height: 700px;
}

/*sec_05*/
@media (max-width: 767px) {
  .sec_05 {
    padding: 2em 0 !important;
  }
}
@media (max-width: 781px) {
  .sec_05 figure {
    max-width: 385px;
    margin: 0 auto;
  }
}
.sec_05 figure figcaption {
  color: #fff;
  background: #023892;
  font-size: 24px;
  padding: 1em 0;
  margin: 0;
  opacity: 1;
}
@media (max-width: 959px) {
  .sec_05 figure figcaption {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .sec_05 figure figcaption {
    font-size: 14px;
    padding: 0.8em 0;
  }
}

/*sec_06*/
@media (max-width: 599px) {
  .sec_06 {
    padding: 2em 0 !important;
  }
}
.sec_06 .l-article {
  max-width: none;
  padding: 0;
}
@media (max-width: 1223px) {
  .sec_06 .l-article {
    padding: 0 1em;
  }
}
.sec_06 .l-article .text_box {
  max-width: 690px;
  background: #fff;
  padding: 4em;
  position: relative;
  z-index: 20;
}
@media (min-width: 1224px) {
  .sec_06 .l-article .text_box {
    margin: 7em 0 0 -8em !important;
  }
}
@media (max-width: 1223px) {
  .sec_06 .l-article .text_box {
    padding: 4em 1em;
  }
}
@media (max-width: 959px) {
  .sec_06 .l-article .text_box {
    max-width: none;
  }
}
@media (max-width: 599px) {
  .sec_06 .l-article .text_box {
    padding: 2em 1em;
  }
}
.sec_06 .l-article .text_box h2 {
  font-size: 30px;
  border: 0 !important;
}
@media (max-width: 1223px) {
  .sec_06 .l-article .text_box h2 {
    font-size: 20px;
  }
}
@media (max-width: 781px) {
  .sec_06 .l-article .text_box h2 {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .sec_06 .l-article .text_box h2 {
    font-size: 18px;
  }
}
.sec_06 .l-article .text_box p {
  letter-spacing: 0.1em;
}
@media (max-width: 959px) {
  .sec_06 .l-article .text_box p {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .sec_06 .l-article .text_box p {
    font-size: 14px;
  }
}
@media (max-width: 781px) {
  .sec_06 .l-article .text_box p:nth-child(3) {
    text-align: right;
  }
}
@media (min-width: 1224px) {
  .sec_06 .l-article figure img {
    margin-left: 40px;
  }
}
@media (min-width: 782px) {
  .sec_06 .l-article .swell-block-button {
    text-align: left;
  }
}

/*sec_07*/
@media (max-width: 959px) {
  .sec_07 {
    padding: 0 0 2em !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 599px) {
  .sec_07 {
    padding: 0 0 3em !important;
  }
}
.sec_07 .l-article {
  max-width: none;
  padding: 0;
}
.sec_07 .stk-slide-gallery {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 1em;
  padding: 0 !important;
  margin-bottom: 0;
}
.sec_07 .stk-slide-gallery .wp-block-gallery {
  flex-wrap: nowrap;
  animation: loop-slide 30s infinite linear 1s both;
}
.sec_07 .stk-slide-gallery .wp-block-gallery .wp-block-image {
  width: 384px !important;
}
@media (max-width: 599px) {
  .sec_07 .stk-slide-gallery .wp-block-gallery .wp-block-image {
    height: 340px;
  }
}
.sec_07 .stk-slide-gallery .wp-block-gallery .wp-block-image img {
  flex: 0 !important;
  height: auto !important;
}
.sec_07 .swell-block-button {
  margin-top: -1.5em;
}
@media (max-width: 959px) and (min-width: 600px) {
  .sec_07 .swell-block-button {
    margin-top: -2.5em;
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*sec_08*/
.sec_08 {
  padding: 5em 0 !important;
}
@media (max-width: 959px) {
  .sec_08 {
    padding: 4em 0 !important;
  }
}
@media (max-width: 599px) {
  .sec_08 {
    padding: 2em 0 !important;
  }
}
.sec_08 .l-article {
  padding: 0;
}
@media (max-width: 1223px) {
  .sec_08 .l-article {
    padding: 0 1em;
  }
}
.sec_08 .wp-block-columns {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.sec_08 .wp-block-column {
  padding: 4em;
}
@media (max-width: 959px) {
  .sec_08 .wp-block-column {
    padding: 4em 1em;
  }
}
@media (max-width: 599px) {
  .sec_08 .wp-block-column {
    padding: 2em 1em;
  }
}
.sec_08 h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 1em;
}
@media (max-width: 959px) {
  .sec_08 h3 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .sec_08 h3 {
    font-size: 14px;
  }
}

/*sec_09*/
.sec_09 {
  padding: 5em 0 !important;
}
@media (max-width: 599px) {
  .sec_09 {
    padding: 2em 0 !important;
  }
}
.sec_09 .l-article {
  padding: 0;
}
@media (max-width: 1223px) {
  .sec_09 .l-article {
    padding: 0 1em;
  }
}
.sec_09 .wp-block-columns {
  --wp-column-gap: 1em;
}
.sec_09 figure {
  position: relative;
}
@media (max-width: 781px) {
  .sec_09 figure {
    max-width: 590px;
    margin: auto;
  }
}
.sec_09 figure figcaption {
  font-size: 24px;
  color: #fff;
  background: #023892;
  text-align: left;
  padding: 1em;
  margin: 0;
  max-width: 435px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  opacity: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .sec_09 figure figcaption {
    font-size: 20px;
    max-width: 320px;
  }
}
@media (max-width: 599px) {
  .sec_09 figure figcaption {
    font-size: 16px;
  }
}
.sec_09 figure figcaption small {
  font-size: 20px;
  opacity: 1;
}
@media (max-width: 959px) {
  .sec_09 figure figcaption small {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .sec_09 figure figcaption small {
    font-size: 14px;
  }
}

/*sec_10*/
.sec_10 {
  padding: 0 0 2em !important;
}
@media (max-width: 781px) {
  .sec_10 {
    padding: 0 !important;
  }
}
@media (max-width: 781px) {
  .sec_10 .p-postList__body h2 {
    font-size: 14px !important;
  }
}

/*sec_11*/
@media (min-width: 782px) {
  .sec_11 {
    position: relative;
    height: 1260px;
  }
}
@media (max-width: 599px) {
  .sec_11 {
    padding: 2em 0 !important;
  }
}
.sec_11 .l-article {
  padding: 0;
}
@media (max-width: 1223px) {
  .sec_11 .l-article {
    padding: 0 1em;
  }
}
@media (min-width: 782px) {
  .sec_11 .l-article {
    position: absolute;
    top: 5em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 100%;
  }
}
.sec_11 .wp-block-columns {
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.sec_11 .wp-block-column {
  max-width: 1040px;
  margin: 0 auto !important;
  padding: 4em 0;
}
@media (max-width: 1223px) {
  .sec_11 .wp-block-column {
    padding: 4em 1em;
  }
}
@media (max-width: 599px) {
  .sec_11 .wp-block-column {
    padding: 2em 1em;
  }
}
@media (min-width: 782px) {
  .sec_11 dl {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: start;
    margin-bottom: 2.5em;
  }
}
.sec_11 dl dt {
  background: #023892;
  color: #fff;
  font-weight: normal;
  padding: 0.5em 1.5em;
}
@media (min-width: 960px) {
  .sec_11 dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 959px) {
  .sec_11 dl dt {
    display: inline-block;
  }
}
.sec_11 dl dd {
  padding: 0.5em 0;
}
@media (max-width: 959px) {
  .sec_11 dl {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .sec_11 dl {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .sec_11 figure img {
    width: 100px;
  }
}

/*sec_12*/
.sec_12 {
  padding: 13em 0 5em !important;
}
@media (max-width: 781px) {
  .sec_12 {
    padding: 4em 0 !important;
  }
}
@media (max-width: 599px) {
  .sec_12 {
    padding: 2em 0 !important;
  }
}
.sec_12 .l-article {
  padding: 0;
}
@media (max-width: 1223px) {
  .sec_12 .l-article {
    padding: 0 1em;
  }
}
.sec_12 .wp-block-column {
  background: #404040;
  color: #fff;
  padding: 4em;
}
@media (max-width: 599px) {
  .sec_12 .wp-block-column {
    padding: 1em;
  }
}
.sec_12 h2 {
  border: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.sec_12 ul {
  border: 0 !important;
}
@media (max-width: 599px) {
  .sec_12 .p-postList__body h2 {
    font-size: 14px;
  }
}

/*sec_13*/
.sec_13 {
  padding: 0 0 5em !important;
}
@media (max-width: 599px) {
  .sec_13 {
    padding: 0 0 2em !important;
  }
}
.sec_13 .l-article {
  padding: 0;
}
@media (max-width: 1223px) {
  .sec_13 .l-article {
    padding: 0 1em;
  }
}
.sec_13 p a {
  display: block;
  color: #fff;
  background: #023892;
  height: 240px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  position: relative;
  transition: 0.2s;
  font-weight: bold;
  position: relative;
  padding: 0 1em;
}
.sec_13 p a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
@media (max-width: 781px) {
  .sec_13 p a:after {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 959px) {
  .sec_13 p a {
    font-size: 20px;
    height: 180px;
  }
}
@media (max-width: 781px) {
  .sec_13 p a {
    font-size: 15px;
    padding: 0 2em;
    height: 120px;
  }
}
.sec_13 p a:hover {
  opacity: 0.8;
}
.sec_13 p a:before {
  content: "";
  background: transparent;
  border: 1px solid #fff;
  width: 98.5%;
  height: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.home .l-content {
  margin-bottom: 0;
}

/*footer*/
/*フッターメニュー1行目*/
footer {
  background: url(/wp-content/uploads/2025/10/top_bg003.jpg) no-repeat center/cover;
  padding: 4em 0 8em;
}

.l-footer__nav li a {
  border: 0;
  font-size: 17px;
}
@media (max-width: 959px) {
  .l-footer__nav li a {
    font-size: 13px;
  }
}
@media (max-width: 599px) {
  .l-footer__nav li a {
    font-size: 12px;
  }
}
.l-footer__nav li:first-child a {
  border: 0;
}

.l-footer__nav02 {
  gap: 20px;
}
@media (max-width: 781px) {
  .l-footer__nav02 {
    gap: 10px;
  }
}
.l-footer__nav02 li {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 781px) {
  .l-footer__nav02 li {
    width: 100%;
  }
}
.l-footer__nav02 li a {
  text-align: center;
  background: #023892;
  color: #fff;
  padding: 0.5em;
}
.l-footer__nav02 li .link_n {
  pointer-events: none;
}
.l-footer__nav02 .sub-menu {
  margin-top: 1em;
}
@media (max-width: 599px) {
  .l-footer__nav02 .sub-menu {
    margin-top: 0.5em;
  }
}
.l-footer__nav02 .sub-menu li {
  width: 100%;
  margin: 0.8em 0;
}
@media (max-width: 599px) {
  .l-footer__nav02 .sub-menu li {
    margin: 0.5em 0;
  }
}
.l-footer__nav02 .sub-menu li a {
  text-align: left;
  position: relative;
  background: none;
  color: #333;
  padding: 0 0 0 1em;
}
.l-footer__nav02 .sub-menu li a:before {
  content: "";
  background: #333;
  background-size: contain;
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}

.footer_logo {
  text-align: center;
}
@media (max-width: 599px) {
  .footer_logo img {
    width: 120px;
  }
}

@media (min-width: 959px) {
  .copyright {
    font-size: 17px !important;
  }
}

/*pagetop*/
#pagetop {
  background: none;
  border: 0;
  box-shadow: none;
  height: 80px;
  justify-content: end;
  border-radius: 0;
  color: #333;
}
#pagetop:hover {
  background: none !important;
  opacity: 0.8;
}
#pagetop .c-fixBtn__icon:before {
  content: "";
  background: url(/wp-content/uploads/2025/10/pagetop_img.png) no-repeat center/contain;
  width: 22px;
  height: 77px;
  display: block;
}
@media (max-width: 599px) {
  #pagetop .c-fixBtn__icon:before {
    width: 18px;
    height: 63px;
  }
}

/*アニメション*/
.slidein01 {
  transition: all 0.8s ease-out;
  transform: translateY(50px);
  opacity: 0;
}
.slidein01.animated {
  transform: translateY(0);
  opacity: 1;
}

.slidein04 {
  transition: all 0.8s ease-out;
  transform: translateY(-50px);
  opacity: 0;
}
.slidein04.animated {
  transform: translateY(0);
  opacity: 1;
}

.slidein02 {
  transition: all 0.8s ease-out;
  transform: translateX(100px);
  opacity: 0;
}
.slidein02.animated {
  transform: translateX(0);
  opacity: 1;
}

.slidein03 {
  transition: all 0.8s ease-out;
  transform: translateX(-100px);
  opacity: 0;
}
.slidein03.animated {
  transform: translateX(0);
  opacity: 1;
}

.ani01 {
  position: relative;
  overflow-x: hidden;
  background: transparent;
}
.ani01:before, .ani01:after {
  content: "";
  background-color: #023892;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.ani01:before {
  transition-delay: 0.3s;
}
.ani01:after {
  z-index: 2;
}
.ani01.animated:before, .ani01.animated:after {
  right: -100%;
}

.ani02 {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.ani02:before, .ani02:after {
  content: "";
  background-color: #023892;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.ani02:before {
  transition-delay: 0.3s;
}
.ani02:after {
  z-index: 2;
}
.ani02.animated:before, .ani02.animated:after {
  top: -100%;
}

/*サイトマップ*/
.wsp-pages-list li a {
  color: #333;
}

/*下層*/
@media (max-width: 959px) {
  .wp-block-column p {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .wp-block-column p {
    font-size: 14px;
  }
}

@media (min-width: 782px) {
  .reverse .wp-block-column:nth-child(1) {
    order: 2;
  }
}

.point_01 {
  color: #c30d23;
  background: rgba(2, 56, 146, 0.1);
  border: 1px solid #023892;
  padding: 1.5em;
}

.point_02 {
  color: #333;
}

.border01 {
  border: 1px solid #023892;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 10px;
}
.border01 p span {
  position: absolute;
  top: -0.7em;
  background: #fff;
  padding: 0 1em;
  color: #023892;
  font-weight: bold;
}
.border01 figure img {
  margin-bottom: 1em !important;
}

.sec_case_a figure figcaption {
  font-size: 17px;
}
@media (max-width: 959px) {
  .sec_case_a figure figcaption {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .sec_case_a figure figcaption {
    font-size: 14px;
  }
}
.sec_case_a figure figcaption a {
  color: #023892;
}

.sec_case ul li a {
  color: #023892;
  text-decoration: underline;
}

.case_list p a {
  color: #023892;
  text-decoration: underline;
}
.case_list figure {
  position: relative;
}
.case_list figure figcaption {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  opacity: 1;
}

@media (max-width: 959px) {
  .swell-block-accordion {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .swell-block-accordion {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  ul li {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  ul li {
    font-size: 14px;
  }
}

@media (max-width: 959px) {
  ol li {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  ol li {
    font-size: 14px;
  }
}

/*下層　アクセス　スライド*/
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 20px;
}
.slider .slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slider .slides img {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.slider .dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}
.slider .dots .dot.active {
  background: #333;
}

.slider01 {
  max-width: 680px;
}
.slider01 .slides img {
  max-height: 485px;
}

.slider02 {
  max-width: 300px;
}
.slider02 .slides img {
  max-height: 400px;
}

/*追尾*/
#before_footer_widget {
  margin: 0;
}

/* data-scrolled="true" のときだけ表示 */
html[data-scrolled=true] .ft_menu {
  opacity: 1;
  visibility: visible;
}

.ft_menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  bottom: 35px;
  right: 100px;
  z-index: 100;
  max-width: 800px;
  width: 100%;
  margin: 0;
}
@media (max-width: 959px) {
  .ft_menu {
    max-width: 600px;
    right: 70px;
    bottom: 15px;
  }
}
@media (max-width: 781px) {
  .ft_menu {
    max-width: none;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ft_menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}
.ft_menu ul li {
  margin: 0;
}
.ft_menu ul li a {
  transition: 0.2s;
  display: block;
}
@media (max-width: 781px) {
  .ft_menu ul li {
    width: 33.3333333333%;
  }
}
@media (min-width: 782px) {
  .ft_menu ul li:nth-child(1) {
    width: 43%;
  }
}
.ft_menu ul li:nth-child(1) a {
  background: #c30d23;
}
.ft_menu ul li:nth-child(1) a:hover {
  background: #cf3d4f;
}
.ft_menu ul li:nth-child(1) a span {
  padding-left: 1.2em;
}
@media (max-width: 781px) {
  .ft_menu ul li:nth-child(1) a span {
    padding-left: 1.5em;
  }
}
.ft_menu ul li:nth-child(1) a span:before {
  content: "";
  background: url("/wp-content/uploads/2025/10/tel.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
@media (max-width: 781px) {
  .ft_menu ul li:nth-child(1) a span:before {
    width: 16px;
    height: 16px;
  }
}
.ft_menu ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 782px) {
  .ft_menu ul li:nth-child(2) {
    width: 28.5%;
  }
}
.ft_menu ul li:nth-child(2) a {
  background: #023892;
}
.ft_menu ul li:nth-child(2) a:hover {
  background: #21509f;
}
.ft_menu ul li:nth-child(2) a span {
  padding-left: 1.2em;
}
@media (max-width: 781px) {
  .ft_menu ul li:nth-child(2) a span {
    padding-left: 1.8em;
  }
}
.ft_menu ul li:nth-child(2) a span:before {
  content: "";
  background: url("/wp-content/uploads/2025/10/time.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
@media (max-width: 781px) {
  .ft_menu ul li:nth-child(2) a span:before {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 782px) {
  .ft_menu ul li:nth-child(3) {
    width: 28.5%;
  }
}
.ft_menu ul li:nth-child(3) a {
  background: #03c54e;
}
.ft_menu ul li:nth-child(3) a:hover {
  opacity: 0.8;
}
.ft_menu ul li:nth-child(3) a span {
  padding-left: 1.5em;
}
@media (max-width: 959px) {
  .ft_menu ul li:nth-child(3) a span {
    padding-left: 2.2em;
  }
}
.ft_menu ul li:nth-child(3) a span:before {
  content: "";
  background: url("/wp-content/uploads/2025/10/line_icon02.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 29px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .ft_menu ul li:nth-child(3) a span:before {
    width: 26px;
    height: 25px;
  }
}
.ft_menu ul li a {
  color: #fff;
  display: block;
  font-size: 26px;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  .ft_menu ul li a {
    font-size: 18px;
    height: 60px;
  }
}
@media (max-width: 781px) {
  .ft_menu ul li a {
    font-size: 13px;
    height: 50px;
  }
}
.ft_menu ul li a span {
  position: relative;
}

@media (max-width: 781px) {
  .p-fixBtnWrap {
    bottom: calc(1.25em + 50px);
  }
}

#before_footer_widget summary {
  display: none;
}

/*レスポンスブ*/
@media (min-width: 782px) {
  .pc-text-center {
    text-align: center;
  }
}

/*サイトマップ*/
.wsp-pages-list {
  padding-bottom: 4em;
}
@media (max-width: 781px) {
  .wsp-pages-list {
    padding-bottom: 2em;
  }
}

/*お問い合わせフォーム*/
@media (max-width: 959px) {
  .sec_contact form p {
    font-size: 15px;
  }
}
@media (max-width: 781px) {
  .sec_contact form p {
    font-size: 14px;
  }
}
.sec_contact form p label span input,
.sec_contact form p label textarea {
  width: 100%;
}
.sec_contact form p label .required {
  color: #c30d23;
  margin-left: 0.5em;
}

/***1119 add***/
/*サイトマップ*/
.wsp-pages-list li a:hover {
  text-decoration: underline;
}

.wsp-pages-title {
  display: none;
}

.wsp-columns-title {
  display: none;
}

.wsp-columns-list {
  display: none;
}

/*メインビジュアル(メインコピー位置）*/
.p-mainVisual__slide:before {
  content: none !important;
}

.p-mainVisual__textLayer {
  height: auto;
  position: static;
  transform: none;
  text-shadow: none !important;
}

.main_copy01 .l-article {
  margin: 0 0 0 auto;
}
@media (max-width: 959px) {
  .main_copy01 .l-article {
    padding: 0;
  }
}
.main_copy01 figure {
  text-align: right;
}
.main_copy01 figure img {
  margin: 8% 2% 0 0;
}
@media (max-width: 959px) {
  .main_copy01 figure img {
    width: 60%;
  }
}
.main_copy01 .copy01 {
  max-width: 840px;
  margin: 0 0 0 auto;
  padding-top: 8%;
}
@media (max-width: 959px) {
  .main_copy01 .copy01 {
    max-width: 395px;
  }
}
@media (max-width: 599px) {
  .main_copy01 .copy01 {
    max-width: 15rem;
  }
}
.main_copy01 .copy01 .text01 {
  font-size: 60px;
  font-weight: bold;
  color: #815959;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 959px) {
  .main_copy01 .copy01 .text01 {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
@media (max-width: 599px) {
  .main_copy01 .copy01 .text01 {
    font-size: 2.1rem;
  }
}
.main_copy01 .copy01 .text02 {
  font-size: 26px;
  line-height: 1.8;
  margin: 0;
  color: #000;
}
@media (max-width: 599px) {
  .main_copy01 .copy01 .text02 {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.main_copy02 .l-article {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 599px) {
  .main_copy02 .l-article {
    max-width: 25rem;
  }
}
@media (max-width: 430px) {
  .main_copy02 .l-article {
    max-width: 26rem;
  }
}
@media (max-width: 400px) {
  .main_copy02 .l-article {
    max-width: 30rem;
  }
}
.main_copy02 figure img {
  margin-top: 90%;
}
@media (max-width: 959px) {
  .main_copy02 figure img {
    margin-top: 113%;
    width: 88%;
  }
}
.main_copy02 .copy02 {
  padding-top: 90%;
}
@media (max-width: 959px) {
  .main_copy02 .copy02 {
    padding-top: 48%;
  }
}
@media (max-width: 781px) {
  .main_copy02 .copy02 {
    padding-top: 57%;
  }
}
@media (max-width: 599px) {
  .main_copy02 .copy02 {
    padding-top: 93%;
  }
}
@media (max-width: 480px) {
  .main_copy02 .copy02 {
    padding-top: 97%;
  }
}
@media (max-width: 430px) {
  .main_copy02 .copy02 {
    padding-top: 100%;
  }
}
@media (max-width: 410px) {
  .main_copy02 .copy02 {
    padding-top: 102%;
  }
}
@media (max-width: 410px) {
  .main_copy02 .copy02 {
    padding-top: 102%;
  }
}
@media (max-width: 395px) {
  .main_copy02 .copy02 {
    padding-top: 105%;
  }
}
.main_copy02 .copy02 .text01 {
  color: #1036b0;
  font-weight: bold;
  text-align: center;
  font-size: 46px;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .main_copy02 .copy02 .text01 {
    font-size: 1.8rem;
  }
}
.main_copy02 .copy02 .text01 .size01 {
  font-size: 57px;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .main_copy02 .copy02 .text01 .size01 {
    font-size: 2.1rem;
  }
}
.main_copy02 .copy02 .text01 .size02 {
  font-size: 52px;
}
@media (max-width: 599px) {
  .main_copy02 .copy02 .text01 .size02 {
    font-size: 2.1rem;
  }
}
.main_copy02 .copy02 .text02 {
  font-size: 26px;
  line-height: 1.8;
  margin-top: 0.5em;
  text-align: center;
  color: #000;
}
@media (max-width: 781px) {
  .main_copy02 .copy02 .text02 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .main_copy02 .copy02 .text02 {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.main_copy03 .l-article {
  margin: 0 0 0 auto;
}
.main_copy03 figure {
  text-align: right;
}
@media (max-width: 959px) {
  .main_copy03 figure {
    text-align: center;
    margin-top: -20px;
  }
}
.main_copy03 figure img {
  margin: 8% 2% 0 0;
}
@media (max-width: 959px) {
  .main_copy03 figure img {
    margin: 0;
    width: 88%;
    margin-top: 0%;
  }
}
.main_copy03 .copy03 {
  max-width: 1095px;
  margin: 0 0 0 auto;
  padding-top: 8%;
}
@media (max-width: 959px) {
  .main_copy03 .copy03 {
    max-width: 660px;
    margin: auto;
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .main_copy03 .copy03 {
    max-width: 490px;
  }
}
.main_copy03 .copy03 .text01 {
  font-size: 80px;
  color: #bd0c21;
  font-weight: bold;
  line-height: 0.7;
  margin: 0 0 0.4em;
  letter-spacing: -0.03em;
}
@media (max-width: 1160px) {
  .main_copy03 .copy03 .text01 {
    font-size: 60px;
  }
}
@media (max-width: 959px) {
  .main_copy03 .copy03 .text01 {
    line-height: 1;
    font-size: 3.5rem;
  }
}
@media (max-width: 599px) {
  .main_copy03 .copy03 .text01 {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}
.main_copy03 .copy03 .text01 .size01 {
  font-size: 64px;
}
@media (max-width: 1160px) {
  .main_copy03 .copy03 .text01 .size01 {
    font-size: 50px;
  }
}
@media (max-width: 959px) {
  .main_copy03 .copy03 .text01 .size01 {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .main_copy03 .copy03 .text01 .size01 {
    font-size: 1.8rem;
  }
}
.main_copy03 .copy03 .text01 .size02 {
  font-size: 120px;
}
@media (max-width: 1160px) {
  .main_copy03 .copy03 .text01 .size02 {
    font-size: 100px;
  }
}
@media (max-width: 959px) {
  .main_copy03 .copy03 .text01 .size02 {
    font-size: 3.7rem;
  }
}
@media (max-width: 599px) {
  .main_copy03 .copy03 .text01 .size02 {
    font-size: 2.3rem;
  }
}
.main_copy03 .copy03 .text02 {
  font-size: 26px;
  line-height: 1.8;
  margin-top: 0.5em;
  color: #000;
}
@media (max-width: 781px) {
  .main_copy03 .copy03 .text02 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .main_copy03 .copy03 .text02 {
    font-size: 1rem;
    line-height: 1.6;
  }
}

/*メインコピーアニメション*/
.main_copy_area {
  position: relative;
  padding: 750px 0 0;
}
@media (max-width: 959px) {
  .main_copy_area {
    padding: 240px 0 0;
  }
}

@keyframes stackDrop {
  from {
    transform: translateY(-120px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_copy_img03 {
  position: absolute;
  inset: 0;
  padding: 0;
  width: 1000px;
  max-width: 100%;
  margin: 0 45px 0 auto;
  list-style: none;
}
@media (max-width: 959px) {
  .main_copy_img03 {
    margin: 0 -28px 0 auto;
    width: auto;
    max-width: 310px;
  }
}
.main_copy_img03::before {
  content: "";
  background: url(/wp-content/uploads/2025/11/main_copy3_2.png) no-repeat center/contain;
  width: 545px;
  height: 273px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-30%);
  z-index: 100;
  opacity: 0;
  animation: showPseudo 0.5s forwards, floatPseudo 6s ease-in-out infinite;
  animation-delay: 22.5s, 23s;
}
@media (max-width: 959px) {
  .main_copy_img03::before {
    width: 180px;
    height: 90px;
    top: -20px;
    animation: showPseudo 0.5s forwards, floatPseudo 6s ease-in-out infinite;
    animation-delay: 20.5s, 21s;
  }
}
.main_copy_img03 li {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}
.main_copy_img03 li.is-anim {
  animation: stackDrop 0.8s ease-out forwards;
}
.main_copy_img03 li.is-visible {
  opacity: 1;
}
.main_copy_img03 img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 723px;
  max-height: 583px;
  width: 72.3%;
}
@media (max-width: 959px) {
  .main_copy_img03 img {
    width: 90%;
  }
}

@keyframes showPseudo {
  0% {
    opacity: 0;
    transform: translate(-30%, -20px);
  }
  100% {
    opacity: 1;
    transform: translate(-30%, 0);
  }
}
/* 滑らかなゆらゆら */
@keyframes floatPseudo {
  0% {
    transform: translate(-30%, 0);
  }
  10% {
    transform: translate(-29%, -2px);
  }
  20% {
    transform: translate(-31%, 1px);
  }
  30% {
    transform: translate(-30%, -1px);
  }
  40% {
    transform: translate(-29.5%, 2px);
  }
  50% {
    transform: translate(-30.5%, -2px);
  }
  60% {
    transform: translate(-30%, 1px);
  }
  70% {
    transform: translate(-29.5%, -1px);
  }
  80% {
    transform: translate(-30.5%, 2px);
  }
  90% {
    transform: translate(-30%, -1px);
  }
  100% {
    transform: translate(-30%, 0);
  }
}
@media (max-width: 959px) {
  .main_copy03sp {
    padding-top: 30%;
  }
}
@media (max-width: 599px) {
  .main_copy03sp {
    padding-top: 35%;
  }
}

/*ローディング*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 4s forwards;
}

.loading img {
  opacity: 0;
  animation: logo_fade 3.9s 0.2s forwards;
}

@media screen and (max-width: 959px) {
  .loading img {
    width: 200px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes logo_fade {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*レスポンスブ*/
@media (max-width: 959px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 960px) {
  .sp-only {
    display: none;
  }
}

/*下層　症例紹介*/
.max1000 {
  max-width: 1000px;
  margin: 0 auto 1em !important;
}

.p-mainVisual__inner.mv-pagination-shown .swiper-pagination {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.p-mainVisual__inner .swiper-pagination {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.p-mainVisual__inner.mv-pagination-shown .swiper-pagination {
  opacity: 1;
  visibility: visible;
}

/*11/26*/
.p-mainVisual__inner {
  height: 100%;
}

.-height-full .p-mainVisual__slide,
.-height-set .p-mainVisual__slide {
  max-height: 1080px;
  height: auto;
}

.mb0 {
  margin-bottom: 0 !important;
}

.staff_h4 {
  font-size: 17px !important;
  padding: 0.5em !important;
  margin-top: 0 !important;
}
@media (max-width: 959px) {
  .staff_h4 {
    font-size: 15px !important;
  }
}
@media (max-width: 599px) {
  .staff_h4 {
    font-size: 14px !important;
  }
}

.messageh4 {
  margin-bottom: 0.5em !important;
}

.staff_table {
  margin-bottom: 0;
}
.staff_table th {
  width: 20% !important;
}
@media (max-width: 959px) {
  .staff_table th {
    width: 25% !important;
  }
}
@media (max-width: 959px) {
  .staff_table th, .staff_table td {
    font-size: 15px !important;
  }
}
@media (max-width: 599px) {
  .staff_table th, .staff_table td {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=style.css.map */