@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@font-face {
  font-family: "Kiyosuna-b";
  src: url("../fonts/kiyosuna-b.woff2") format("woff2"), url("../fonts/kiyosuna-b.woff") format("woff"), url("../fonts/kiyosuna-b.ttf") format("truetype");
}
@font-face {
  font-family: "Kiyosuna-l";
  src: url("../fonts/kiyosuna-l.woff2") format("woff2"), url("../fonts/kiyosuna-l.woff") format("woff"), url("../fonts/kiyosuna-l.ttf") format("truetype");
}
/* font-size */
/* ============================================ */
/* 下層ページ */
/* ============================================ */
.second-breadcrumb {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .second-breadcrumb {
    margin-top: 12px;
  }
}
.second-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.second-breadcrumb__list > li {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 896px) {
  .second-breadcrumb__list > li {
    font-size: 0.75rem;
  }
}
.second-breadcrumb__list > li::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/chevron_next.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .second-breadcrumb__list > li::after {
    width: 14px;
    height: 14px;
  }
}
.second-breadcrumb__list > li:last-of-type::after {
  content: none;
}
.second-breadcrumb__list a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.second-main {
  padding-top: 64px;
}
@media all and (max-width: 896px) {
  .second-main {
    padding-top: 40px;
  }
}
.second-main__ttl {
  padding-top: 5px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .second-main__ttl {
    padding-top: 8px;
    font-size: 1.625rem;
  }
}
.second-main__ttl:first-letter {
  color: #ff0018;
}
.second-main__ttl::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../images/common/ttl_heart.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 12px;
}
@media all and (max-width: 896px) {
  .second-main__ttl::before {
    width: 10px;
    height: 9px;
    left: 6px;
  }
}
.second-main__bg {
  margin-top: -2vw;
  overflow: hidden;
}
@media all and (max-width: 1025px) {
  .second-main__bg {
    margin-top: -32px;
  }
}
@media all and (max-width: 896px) {
  .second-main__bg {
    margin-top: -20px;
  }
}
@media all and (max-width: 600px) {
  .second-main__bg {
    margin-top: 8px;
  }
}
@media all and (max-width: 1025px) {
  .second-main__bg__img {
    width: 1200px;
    position: relative;
    left: 100%;
    translate: -100% 0;
  }
}
@media all and (max-width: 896px) {
  .second-main__bg__img {
    width: 900px;
  }
}
@media all and (max-width: 600px) {
  .second-main__bg__img {
    width: 700px;
  }
}
.second-main__bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-contents {
  padding: 80px 0 20px;
}
@media all and (max-width: 896px) {
  .second-contents {
    padding: 40px 0;
  }
}
.second-contents__ttl {
  text-align: center;
  padding: 14px 20px 0 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  word-break: keep-all;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__ttl {
    padding: 12px 16px 0 16px;
    font-size: 1.5rem;
  }
}
.second-contents__ttl::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 24px;
  background: url("../images/common/ttl_lines.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__ttl::before {
    width: 37px;
    height: 19px;
  }
}
.second-contents__ttl-third {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  word-break: keep-all;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media all and (max-width: 896px) {
  .second-contents__ttl-third {
    font-size: 1.125rem;
    margin-top: 40px;
    margin-bottom: 18px;
    gap: 8px;
  }
}
.second-contents__ttl-third::before, .second-contents__ttl-third::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
}
@media all and (max-width: 896px) {
  .second-contents__ttl-third::before, .second-contents__ttl-third::after {
    width: 6px;
    height: 6px;
  }
}
.second-download {
  width: calc(100% - 20px);
  max-width: 180px;
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 400;
  font-size: 0.875rem;
}
@media all and (max-width: 896px) {
  .second-download {
    max-width: 190px;
    font-size: 0.75rem;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}
.second-download.active .second-download__trigger::after {
  rotate: 180deg;
}
@media all and (max-width: 896px) {
  .second-download.active .second-download__trigger::after {
    rotate: 360deg;
  }
}
.second-download__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media all and (max-width: 896px) {
  .second-download__container {
    flex-direction: column-reverse;
    gap: 5px;
  }
}
.second-download__trigger {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px 20px;
  background: #ff0018;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .second-download__trigger {
    padding: 8px 12px;
    border-radius: 5px;
    gap: 8px;
  }
}
.second-download__trigger::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../images/common/arrow_heart_down_white.svg") center center/contain no-repeat;
  transition: rotate 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .second-download__trigger::after {
    width: 8px;
    height: 6.4px;
    rotate: 180deg;
  }
}
.second-download__contents {
  display: none;
  padding: 16px;
  background: #fff;
  border: 2px solid #ff0018;
  border-radius: 8px;
}
@media all and (max-width: 896px) {
  .second-download__contents {
    padding: 10px;
    border-radius: 5px;
  }
}
.second-download__contents.open {
  opacity: 0;
  display: block;
  -webkit-animation: accOpen 0.3s ease-out forwards;
          animation: accOpen 0.3s ease-out forwards;
}
.second-download__list > li:first-of-type a {
  padding-top: 0;
}
.second-download__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #ff0018;
}
@media all and (max-width: 896px) {
  .second-download__list a {
    gap: 5px;
  }
}
.second-download__list a::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .second-download__list a::after {
    width: 6.4px;
    height: 8px;
  }
}

/* WordPress style */
/* ============================================ */
.editor-styles-wrapper {
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  .editor-styles-wrapper {
    padding-bottom: 60px;
  }
}
.editor-styles-wrapper h1 {
  box-sizing: border-box;
  padding: 10px 20px;
  background: #F0F0F0;
  margin-bottom: 32px;
}
@media all and (max-width: 896px) {
  .editor-styles-wrapper h1 {
    padding: 8px 16px;
    margin-bottom: 24px;
  }
}

.is-root-container .mw960 {
  max-width: 840px;
}
.is-root-container .is-style-group-underline, .is-root-container .is-style-group-over, .is-root-container .careers-detail__block, .is-root-container .is-style-image-over, .is-root-container .is-style-group-overline, .is-root-container .is-style-group-underline {
  margin-inline: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.is-root-container .wp-block-table caption {
  color: #555;
  overflow: visible !important;
  height: auto !important;
  width: 100% !important;
  margin-bottom: 16px !important;
}
@media all and (max-width: 896px) {
  .is-root-container .wp-block-table caption {
    margin-bottom: 12px !important;
  }
}
.is-root-container .wp-block-table figcaption {
  overflow: visible !important;
  height: auto !important;
  width: 100% !important;
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .is-root-container .wp-block-table figcaption {
    margin-top: 12px !important;
  }
}

.second-contents__wrapper > *, .is-root-container > * {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper > *, .is-root-container > * {
    margin-top: 24px;
  }
}
.second-contents__wrapper > *:first-child, .is-root-container > *:first-child {
  margin-top: 0 !important;
}
.second-contents__wrapper .has-main-c-color, .is-root-container .has-main-c-color {
  color: #ff808b;
}
.second-contents__wrapper .has-font-c-color, .is-root-container .has-font-c-color {
  color: #3E3A39;
}
.second-contents__wrapper .has-font-02-color, .is-root-container .has-font-02-color {
  color: #231815;
}
.second-contents__wrapper .has-bg-c-color, .is-root-container .has-bg-c-color {
  color: #fbf8e8;
}
.second-contents__wrapper .has-bg-02-color, .is-root-container .has-bg-02-color {
  color: #fff2f3;
}
.second-contents__wrapper .has-gray-color, .is-root-container .has-gray-color {
  color: #ECECEC;
}
.second-contents__wrapper .has-red-color, .is-root-container .has-red-color {
  color: #ff0018;
}
.second-contents__wrapper .has-main-c-background-color, .is-root-container .has-main-c-background-color {
  background-color: #ff808b;
}
.second-contents__wrapper .has-font-c-background-color, .is-root-container .has-font-c-background-color {
  background-color: #3E3A39;
}
.second-contents__wrapper .has-font-02-background-color, .is-root-container .has-font-02-background-color {
  background-color: #231815;
}
.second-contents__wrapper .has-bg-c-background-color, .is-root-container .has-bg-c-background-color {
  background-color: #fbf8e8;
}
.second-contents__wrapper .has-bg-02-background-color, .is-root-container .has-bg-02-background-color {
  background-color: #fff2f3;
}
.second-contents__wrapper .has-gray-background-color, .is-root-container .has-gray-background-color {
  background-color: #ECECEC;
}
.second-contents__wrapper .has-red-background-color, .is-root-container .has-red-background-color {
  background-color: #ff0018;
}
.second-contents__wrapper .has-text-align-center, .is-root-container .has-text-align-center {
  word-break: keep-all;
}
.second-contents__wrapper > p, .is-root-container > p {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper > p, .is-root-container > p {
    margin-top: 12px;
  }
}
.second-contents__wrapper p, .is-root-container p {
  line-height: 2;
}
.second-contents__wrapper p.has-x-small-font-size, .is-root-container p.has-x-small-font-size {
  font-size: 0.875rem;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper p.has-x-small-font-size, .is-root-container p.has-x-small-font-size {
    font-size: 0.75rem !important;
    margin-top: 10px;
  }
}
.second-contents__wrapper p.has-small-font-size, .is-root-container p.has-small-font-size {
  font-size: 1rem;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper p.has-small-font-size, .is-root-container p.has-small-font-size {
    font-size: 0.875rem !important;
    margin-top: 10px;
  }
}
.second-contents__wrapper p.has-normal-font-size, .is-root-container p.has-normal-font-size {
  font-size: 1.125rem;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper p.has-normal-font-size, .is-root-container p.has-normal-font-size {
    font-size: 0.9375rem !important;
  }
}
.second-contents__wrapper p.has-large-font-size, .is-root-container p.has-large-font-size {
  font-size: 1.25rem;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper p.has-large-font-size, .is-root-container p.has-large-font-size {
    font-size: 1rem !important;
  }
}
.second-contents__wrapper p.has-huge-font-size, .is-root-container p.has-huge-font-size {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper p.has-huge-font-size, .is-root-container p.has-huge-font-size {
    font-size: 1.125rem !important;
  }
}
.second-contents__wrapper p a, .is-root-container p a {
  color: #ff808b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.second-contents__wrapper figure figcaption, .is-root-container figure figcaption {
  margin-top: 12px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper figure figcaption, .is-root-container figure figcaption {
    margin-top: 10px;
  }
}
.second-contents__wrapper h2, .is-root-container h2 {
  text-align: center;
  padding: 14px 22px 0 22px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  word-break: keep-all;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  position: relative;
  margin-top: 100px;
  margin-bottom: 32px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h2, .is-root-container h2 {
    padding: 12px 18px 0 18px;
    font-size: 1.5rem;
    margin-top: 56px;
    margin-bottom: 24px;
  }
}
.second-contents__wrapper h2::before, .is-root-container h2::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 24px;
  background: url("../images/common/ttl_lines.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h2::before, .is-root-container h2::before {
    width: 37px;
    height: 19px;
  }
}
.second-contents__wrapper h3, .is-root-container h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  word-break: keep-all;
  margin-top: 60px;
  margin-bottom: 24px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h3, .is-root-container h3 {
    font-size: 1.125rem;
    margin-top: 40px;
    margin-bottom: 18px;
    gap: 8px;
  }
}
.second-contents__wrapper h3::before, .second-contents__wrapper h3::after, .is-root-container h3::before, .is-root-container h3::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h3::before, .second-contents__wrapper h3::after, .is-root-container h3::before, .is-root-container h3::after {
    width: 6px;
    height: 6px;
  }
}
.second-contents__wrapper h4, .is-root-container h4 {
  font-size: 1.375rem;
  line-height: 1.8;
  margin-top: 48px;
  margin-bottom: 20px;
  text-indent: -28px;
  padding-left: 28px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h4, .is-root-container h4 {
    font-size: 1.0625rem;
    margin-top: 32px;
    margin-bottom: 16px;
    text-indent: -22px;
    padding-left: 22px;
  }
}
.second-contents__wrapper h4::before, .is-root-container h4::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("../images/common/ttl_heart.png") center center/contain no-repeat;
  margin-top: 12px;
  margin-right: 10px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h4::before, .is-root-container h4::before {
    width: 14px;
    height: 13px;
    margin-top: 9px;
    margin-right: 8px;
  }
}
.second-contents__wrapper h5, .is-root-container h5 {
  font-size: 1.25rem;
  line-height: 1.8;
  padding-bottom: 16px;
  margin-top: 28px;
  margin-bottom: 18px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h5, .is-root-container h5 {
    font-size: 1rem;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
}
.second-contents__wrapper h5::before, .is-root-container h5::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, #ff9aa3 4px, #ff9aa3 14px);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h5::before, .is-root-container h5::before {
    height: 1px;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, #ff9aa3 2px, #ff9aa3 8px);
  }
}
.second-contents__wrapper h5:has(.txt__number), .is-root-container h5:has(.txt__number) {
  display: flex;
  gap: 12px;
  padding-top: 6px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h5:has(.txt__number), .is-root-container h5:has(.txt__number) {
    gap: 8px;
    padding-top: 4px;
  }
}
.second-contents__wrapper h5 .txt__number, .is-root-container h5 .txt__number {
  flex-shrink: 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ff0018;
  color: #ff0018;
  font-size: 1.25rem;
  font-weight: 700;
  background: #fff;
  margin-top: -6px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h5 .txt__number, .is-root-container h5 .txt__number {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin-top: -4px;
  }
}
.second-contents__wrapper h6, .is-root-container h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 28px;
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h6, .is-root-container h6 {
    font-size: 0.9375rem;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-left: 14px;
  }
}
.second-contents__wrapper h6::before, .is-root-container h6::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
  position: absolute;
  top: 13px;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper h6::before, .is-root-container h6::before {
    width: 6px;
    height: 6px;
    top: 11px;
  }
}
.second-contents__wrapper .wp-block-heading.is-style-ttl-heart, .is-root-container .wp-block-heading.is-style-ttl-heart {
  padding: 0;
  display: block;
  text-align: center;
  word-break: keep-all;
}
.second-contents__wrapper .wp-block-heading.is-style-ttl-heart::before, .is-root-container .wp-block-heading.is-style-ttl-heart::before {
  display: block;
  width: 17.5px;
  height: 16px;
  background: url("../images/common/ttl_heart.png") center center/contain no-repeat;
  margin-inline: auto;
  margin-bottom: 12px;
  position: static;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-heading.is-style-ttl-heart::before, .is-root-container .wp-block-heading.is-style-ttl-heart::before {
    width: 13px;
    height: 12px;
    margin-bottom: 10px;
  }
}
.second-contents__wrapper .wp-block-heading.is-style-ttl-heart::after, .is-root-container .wp-block-heading.is-style-ttl-heart::after {
  content: none;
}
.second-contents__wrapper .wp-block-image, .is-root-container .wp-block-image {
  margin-bottom: 0;
}
.second-contents__wrapper .wp-block-image figcaption, .is-root-container .wp-block-image figcaption {
  margin-bottom: 0;
  font-size: 1rem;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-image figcaption, .is-root-container .wp-block-image figcaption {
    font-size: 0.875rem;
  }
}
.second-contents__wrapper .wp-block-image.is-style-image-over, .is-root-container .wp-block-image.is-style-image-over {
  margin-inline: calc(50% - 50vw);
}
.second-contents__wrapper .wp-block-image.is-style-image-over img, .is-root-container .wp-block-image.is-style-image-over img {
  width: 100%;
  max-width: none;
}
.second-contents__wrapper .wp-block-image.is-style-image-round img, .is-root-container .wp-block-image.is-style-image-round img {
  border-radius: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-image.is-style-image-round img, .is-root-container .wp-block-image.is-style-image-round img {
    border-radius: 8px;
  }
}
.second-contents__wrapper .wp-block-button, .is-root-container .wp-block-button {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-button, .is-root-container .wp-block-button {
    max-width: 340px;
  }
}
.second-contents__wrapper .wp-block-button .wp-block-button__link, .is-root-container .wp-block-button .wp-block-button__link {
  padding: 22px 16px;
  border: 2px solid #ff0018;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #ff0018;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  background: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-button .wp-block-button__link, .is-root-container .wp-block-button .wp-block-button__link {
    padding: 18px 12px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 1rem;
    gap: 20px;
  }
}
@media (hover: hover) {
  .second-contents__wrapper .wp-block-button .wp-block-button__link:hover, .is-root-container .wp-block-button .wp-block-button__link:hover {
    opacity: 1;
    color: #fff;
  }
  .second-contents__wrapper .wp-block-button .wp-block-button__link:hover::before, .is-root-container .wp-block-button .wp-block-button__link:hover::before {
    scale: 40;
  }
  .second-contents__wrapper .wp-block-button .wp-block-button__link:hover::after, .is-root-container .wp-block-button .wp-block-button__link:hover::after {
    background-image: url("../images/common/arrow_heart_white.svg");
  }
}
.second-contents__wrapper .wp-block-button .wp-block-button__link::before, .is-root-container .wp-block-button .wp-block-button__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ff0018;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -10;
  translate: -50% -50%;
  scale: 0;
  transition: scale 0.3s ease-out;
}
.second-contents__wrapper .wp-block-button .wp-block-button__link::after, .is-root-container .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-button .wp-block-button__link::after, .is-root-container .wp-block-button .wp-block-button__link::after {
    width: 11px;
    height: 13.5px;
  }
}
.second-contents__wrapper .wp-block-button.is-style-btn-bg .wp-block-button__link, .is-root-container .wp-block-button.is-style-btn-bg .wp-block-button__link {
  color: #fff;
  background: #ff808b;
  border-color: #ff808b;
}
.second-contents__wrapper .wp-block-button.is-style-btn-bg .wp-block-button__link::before, .is-root-container .wp-block-button.is-style-btn-bg .wp-block-button__link::before {
  background: #fff;
}
.second-contents__wrapper .wp-block-button.is-style-btn-bg .wp-block-button__link::after, .is-root-container .wp-block-button.is-style-btn-bg .wp-block-button__link::after {
  background-image: url("../images/common/arrow_heart_white.svg");
}
@media (hover: hover) {
  .second-contents__wrapper .wp-block-button.is-style-btn-bg .wp-block-button__link:hover, .is-root-container .wp-block-button.is-style-btn-bg .wp-block-button__link:hover {
    color: #ff808b;
  }
  .second-contents__wrapper .wp-block-button.is-style-btn-bg .wp-block-button__link:hover::after, .is-root-container .wp-block-button.is-style-btn-bg .wp-block-button__link:hover::after {
    background-image: url("../images/common/arrow_heart_pink.svg");
  }
}
.second-contents__wrapper .wp-block-table, .is-root-container .wp-block-table {
  overflow: auto;
  padding-bottom: 10px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table, .is-root-container .wp-block-table {
    padding-bottom: 8px;
  }
}
.second-contents__wrapper .wp-block-table table, .is-root-container .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.second-contents__wrapper .wp-block-table caption, .is-root-container .wp-block-table caption {
  font-size: 0.875rem;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table caption, .is-root-container .wp-block-table caption {
    font-size: 0.875rem;
  }
}
.second-contents__wrapper .wp-block-table figcaption, .is-root-container .wp-block-table figcaption {
  font-size: 0.875rem;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table figcaption, .is-root-container .wp-block-table figcaption {
    font-size: 0.875rem;
  }
}
.second-contents__wrapper .wp-block-table th, .second-contents__wrapper .wp-block-table td, .is-root-container .wp-block-table th, .is-root-container .wp-block-table td {
  word-break: keep-all;
  line-height: 1.8;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #9d9d9d;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table th, .second-contents__wrapper .wp-block-table td, .is-root-container .wp-block-table th, .is-root-container .wp-block-table td {
    padding: 12px 16px;
  }
}
.second-contents__wrapper .wp-block-table th, .is-root-container .wp-block-table th {
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}
.second-contents__wrapper .wp-block-table td a, .is-root-container .wp-block-table td a {
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-flex;
  gap: 8px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table td a, .is-root-container .wp-block-table td a {
    text-underline-offset: 3px;
    gap: 6px;
  }
}
.second-contents__wrapper .wp-block-table td a[target=_blank]::after, .is-root-container .wp-block-table td a[target=_blank]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_external.svg") center center/contain no-repeat;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table td a[target=_blank]::after, .is-root-container .wp-block-table td a[target=_blank]::after {
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
}
.second-contents__wrapper .wp-block-table td a[href^="tel:"]::after, .is-root-container .wp-block-table td a[href^="tel:"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_tel.svg") center center/contain no-repeat;
  margin-top: 9px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table td a[href^="tel:"]::after, .is-root-container .wp-block-table td a[href^="tel:"]::after {
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
}
.second-contents__wrapper .wp-block-table td a[href^="mailto:"]::after, .is-root-container .wp-block-table td a[href^="mailto:"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url("../images/common/icon_mail.svg") center center/contain no-repeat;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table td a[href^="mailto:"]::after, .is-root-container .wp-block-table td a[href^="mailto:"]::after {
    width: 16px;
    height: 12px;
    margin-top: 7px;
  }
}
.second-contents__wrapper .wp-block-table td a[href$=".pdf"]::after, .is-root-container .wp-block-table td a[href$=".pdf"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url("../images/common/icon_pdf.svg") center center/contain no-repeat;
  margin-top: 7px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table td a[href$=".pdf"]::after, .is-root-container .wp-block-table td a[href$=".pdf"]::after {
    width: 13px;
    height: 16px;
    margin-top: 5px;
  }
}
.second-contents__wrapper .wp-block-table.is-style-table-red th, .second-contents__wrapper .wp-block-table.is-style-table-red td, .is-root-container .wp-block-table.is-style-table-red th, .is-root-container .wp-block-table.is-style-table-red td {
  color: #ff0018;
  border-color: #ff0018;
}
.second-contents__wrapper .wp-block-table.is-style-table-bg table, .is-root-container .wp-block-table.is-style-table-bg table {
  border-collapse: separate;
  border-spacing: 4px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table.is-style-table-bg table, .is-root-container .wp-block-table.is-style-table-bg table {
    border-spacing: 3px;
  }
}
.second-contents__wrapper .wp-block-table.is-style-table-bg th, .second-contents__wrapper .wp-block-table.is-style-table-bg td, .is-root-container .wp-block-table.is-style-table-bg th, .is-root-container .wp-block-table.is-style-table-bg td {
  border: none;
}
.second-contents__wrapper .wp-block-table.is-style-table-bg th, .is-root-container .wp-block-table.is-style-table-bg th {
  color: #fff;
  background: #af8b71;
  font-weight: 600;
}
.second-contents__wrapper .wp-block-table.is-style-table-bg td, .is-root-container .wp-block-table.is-style-table-bg td {
  color: #3E3A39;
  background: #F3EBDF;
}
.second-contents__wrapper .wp-block-table.is-style-table-column, .is-root-container .wp-block-table.is-style-table-column {
  overflow: visible;
}
.second-contents__wrapper .wp-block-table.is-style-table-column table, .is-root-container .wp-block-table.is-style-table-column table {
  min-width: inherit;
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column table, .is-root-container .wp-block-table.is-style-table-column table {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column tbody, .is-root-container .wp-block-table.is-style-table-column tbody {
    display: block;
  }
}
.second-contents__wrapper .wp-block-table.is-style-table-column tr, .is-root-container .wp-block-table.is-style-table-column tr {
  position: relative;
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column tr, .is-root-container .wp-block-table.is-style-table-column tr {
    display: block;
    padding: 8px 0;
  }
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column tr:first-of-type, .is-root-container .wp-block-table.is-style-table-column tr:first-of-type {
    border-top: none;
  }
}
.second-contents__wrapper .wp-block-table.is-style-table-column tr::after, .is-root-container .wp-block-table.is-style-table-column tr::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#ff808b 20%, transparent 20%);
  background-size: 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.second-contents__wrapper .wp-block-table.is-style-table-column th, .second-contents__wrapper .wp-block-table.is-style-table-column td, .is-root-container .wp-block-table.is-style-table-column th, .is-root-container .wp-block-table.is-style-table-column td {
  border: none;
  padding: 16px 12px 20px 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column th, .second-contents__wrapper .wp-block-table.is-style-table-column td, .is-root-container .wp-block-table.is-style-table-column th, .is-root-container .wp-block-table.is-style-table-column td {
    padding: 12px 8px 16px 8px;
  }
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column th, .second-contents__wrapper .wp-block-table.is-style-table-column td, .is-root-container .wp-block-table.is-style-table-column th, .is-root-container .wp-block-table.is-style-table-column td {
    padding: 0 0 8px;
    display: block;
  }
}
.second-contents__wrapper .wp-block-table.is-style-table-column th, .is-root-container .wp-block-table.is-style-table-column th {
  text-align: left;
  white-space: normal;
  font-weight: 600;
  color: #ff0018;
  width: 260px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column th, .is-root-container .wp-block-table.is-style-table-column th {
    width: 180px;
  }
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column th, .is-root-container .wp-block-table.is-style-table-column th {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-table.is-style-table-column td, .is-root-container .wp-block-table.is-style-table-column td {
  color: #3E3A39;
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-table.is-style-table-column td, .is-root-container .wp-block-table.is-style-table-column td {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-list, .is-root-container .wp-block-list {
  line-height: 2;
}
.second-contents__wrapper .wp-block-list > li, .is-root-container .wp-block-list > li {
  margin-inline: 0;
  padding-left: 16px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list > li, .is-root-container .wp-block-list > li {
    padding-left: 12px;
  }
}
.second-contents__wrapper .wp-block-list > li::before, .is-root-container .wp-block-list > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff808b;
  position: absolute;
  top: 13px;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list > li::before, .is-root-container .wp-block-list > li::before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-number, .is-root-container .wp-block-list.is-style-list-number {
  counter-reset: item;
}
.second-contents__wrapper .wp-block-list.is-style-list-number > li, .is-root-container .wp-block-list.is-style-list-number > li {
  padding-left: 46px;
  margin-top: 16px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-number > li, .is-root-container .wp-block-list.is-style-list-number > li {
    padding-left: 34px;
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-number > li:first-of-type, .is-root-container .wp-block-list.is-style-list-number > li:first-of-type {
  margin-top: 0;
}
.second-contents__wrapper .wp-block-list.is-style-list-number > li::before, .is-root-container .wp-block-list.is-style-list-number > li::before {
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ff808b;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal;
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 2px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-number > li::before, .is-root-container .wp-block-list.is-style-list-number > li::before {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-flow, .is-root-container .wp-block-list.is-style-list-flow {
  line-height: 1.6;
}
.second-contents__wrapper .wp-block-list.is-style-list-flow > li, .is-root-container .wp-block-list.is-style-list-flow > li {
  padding: 20px;
  background: #fbf8e8;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-flow > li, .is-root-container .wp-block-list.is-style-list-flow > li {
    padding: 16px;
    border-radius: 8px;
    gap: 16px 20px;
    margin-top: 28px;
  }
}
@media all and (max-width: 480px) {
  .second-contents__wrapper .wp-block-list.is-style-list-flow > li, .is-root-container .wp-block-list.is-style-list-flow > li {
    flex-direction: column;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-flow > li:first-of-type, .is-root-container .wp-block-list.is-style-list-flow > li:first-of-type {
  margin-top: 0;
}
.second-contents__wrapper .wp-block-list.is-style-list-flow > li:first-of-type::before, .second-contents__wrapper .wp-block-list.is-style-list-flow > li:first-of-type::after, .is-root-container .wp-block-list.is-style-list-flow > li:first-of-type::before, .is-root-container .wp-block-list.is-style-list-flow > li:first-of-type::after {
  content: none;
}
.second-contents__wrapper .wp-block-list.is-style-list-flow > li::before, .is-root-container .wp-block-list.is-style-list-flow > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 40px;
  border-radius: 0;
  background-color: transparent;
  background-image: radial-gradient(#ff0018 20%, transparent 20%);
  background-size: 8px 8px;
  position: absolute;
  top: -40px;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-flow > li::before, .is-root-container .wp-block-list.is-style-list-flow > li::before {
    width: 6px;
    background-size: 6px 6px;
    height: 28px;
    top: -28px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-flow > li::after, .is-root-container .wp-block-list.is-style-list-flow > li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ff0018 transparent transparent transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-flow > li::after, .is-root-container .wp-block-list.is-style-list-flow > li::after {
    border-width: 8px 7px 0 7px;
    top: -8px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-flow > li .block-editor-rich-text__editable, .is-root-container .wp-block-list.is-style-list-flow > li .block-editor-rich-text__editable {
  display: contents;
}
.second-contents__wrapper .wp-block-list.is-style-list-flow .wp-block-image, .is-root-container .wp-block-list.is-style-list-flow .wp-block-image {
  flex-shrink: 0;
  width: 120px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-flow .wp-block-image, .is-root-container .wp-block-list.is-style-list-flow .wp-block-image {
    width: 80px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-flow .wp-block-group, .is-root-container .wp-block-list.is-style-list-flow .wp-block-group {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .second-contents__wrapper .wp-block-list.is-style-list-flow .wp-block-group, .is-root-container .wp-block-list.is-style-list-flow .wp-block-group {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor, .is-root-container .wp-block-list.is-style-list-anchor {
  line-height: 1.6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 32px;
  font-size: 1.25rem;
  color: #ff0018;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor, .is-root-container .wp-block-list.is-style-list-anchor {
    font-size: 0.9375rem;
    gap: 12px 16px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor > li, .is-root-container .wp-block-list.is-style-list-anchor > li {
  padding: 0;
  width: calc((100% - 64px) / 3);
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor > li, .is-root-container .wp-block-list.is-style-list-anchor > li {
    width: calc((100% - 32px) / 2);
  }
}
@media all and (max-width: 480px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor > li, .is-root-container .wp-block-list.is-style-list-anchor > li {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor > li::before, .is-root-container .wp-block-list.is-style-list-anchor > li::before {
  content: none;
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor > li.current a, .is-root-container .wp-block-list.is-style-list-anchor > li.current a {
  background: #ff0018;
  color: #fff;
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor > li.current a::after, .is-root-container .wp-block-list.is-style-list-anchor > li.current a::after {
  background-image: url("../images/common/arrow_heart_down_white.svg");
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor > li > div, .is-root-container .wp-block-list.is-style-list-anchor > li > div {
  width: 100%;
  height: 100%;
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor a, .is-root-container .wp-block-list.is-style-list-anchor a {
  text-align: center;
  overflow-wrap: anywhere;
  word-break: keep-all;
  padding: 16px 40px;
  display: grid;
  place-content: center;
  border-radius: 8px;
  border: 2px solid #ff0018;
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor a, .is-root-container .wp-block-list.is-style-list-anchor a {
    padding: 10px 34px;
    border-radius: 6px;
    border-width: 1px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor a::after, .is-root-container .wp-block-list.is-style-list-anchor a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  background: url("../images/common/arrow_heart_down.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor a::after, .is-root-container .wp-block-list.is-style-list-anchor a::after {
    width: 13.5px;
    height: 11px;
    right: 12px;
  }
}
@media (hover: hover) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor a:hover, .is-root-container .wp-block-list.is-style-list-anchor a:hover {
    background: #ff0018;
    color: #fff;
  }
  .second-contents__wrapper .wp-block-list.is-style-list-anchor a:hover::after, .is-root-container .wp-block-list.is-style-list-anchor a:hover::after {
    background-image: url("../images/common/arrow_heart_down_white.svg");
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor02, .is-root-container .wp-block-list.is-style-list-anchor02 {
  line-height: 1.6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 16px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor02, .is-root-container .wp-block-list.is-style-list-anchor02 {
    gap: 12px 14px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor02 > li, .is-root-container .wp-block-list.is-style-list-anchor02 > li {
  padding: 0;
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor02 > li::before, .is-root-container .wp-block-list.is-style-list-anchor02 > li::before {
  content: none;
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor02 a, .is-root-container .wp-block-list.is-style-list-anchor02 a {
  display: inline-block;
  padding: 4px 32px 4px 16px;
  border-radius: 6px;
  border: 1px solid #ff0018;
  color: #ff0018;
  background: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor02 a, .is-root-container .wp-block-list.is-style-list-anchor02 a {
    font-size: 0.75rem;
    padding: 3px 28px 3px 12px;
    border-radius: 4px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-anchor02 a::after, .is-root-container .wp-block-list.is-style-list-anchor02 a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../images/common/arrow_heart_down.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-anchor02 a::after, .is-root-container .wp-block-list.is-style-list-anchor02 a::after {
    width: 8px;
    height: 6.4px;
    right: 10px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link, .is-root-container .wp-block-list.is-style-list-link {
  line-height: 1.6;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link, .is-root-container .wp-block-list.is-style-list-link {
    gap: 16px;
  }
}
@media all and (max-width: 600px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link, .is-root-container .wp-block-list.is-style-list-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link > li, .is-root-container .wp-block-list.is-style-list-link > li {
  padding: 0;
}
.second-contents__wrapper .wp-block-list.is-style-list-link > li::before, .is-root-container .wp-block-list.is-style-list-link > li::before {
  content: none;
}
.second-contents__wrapper .wp-block-list.is-style-list-link > li > div, .is-root-container .wp-block-list.is-style-list-link > li > div {
  width: 100%;
  height: 100%;
}
.second-contents__wrapper .wp-block-list.is-style-list-link a, .is-root-container .wp-block-list.is-style-list-link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1px solid #A7A7A8;
  padding: 16px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link a, .is-root-container .wp-block-list.is-style-list-link a {
    gap: 12px;
    padding: 12px;
    border-radius: 4px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link a[target=_blank]::after, .is-root-container .wp-block-list.is-style-list-link a[target=_blank]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_external_red.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link a[target=_blank]::after, .is-root-container .wp-block-list.is-style-list-link a[target=_blank]::after {
    width: 14px;
    height: 14px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link a[href$=".pdf"]::after, .is-root-container .wp-block-list.is-style-list-link a[href$=".pdf"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("../images/common/icon_pdf_red.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link a[href$=".pdf"]::after, .is-root-container .wp-block-list.is-style-list-link a[href$=".pdf"]::after {
    width: 14px;
    height: 17px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link02, .is-root-container .wp-block-list.is-style-list-link02 {
  line-height: 1.6;
  max-width: 460px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link02, .is-root-container .wp-block-list.is-style-list-link02 {
    max-width: 400px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 > li, .is-root-container .wp-block-list.is-style-list-link02 > li {
  padding: 0;
  border-bottom: 1px solid #ff0018;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link02 > li, .is-root-container .wp-block-list.is-style-list-link02 > li {
    margin-top: 4px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 > li::before, .is-root-container .wp-block-list.is-style-list-link02 > li::before {
  content: none;
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 > li:first-of-type, .is-root-container .wp-block-list.is-style-list-link02 > li:first-of-type {
  margin-top: -16px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link02 > li:first-of-type, .is-root-container .wp-block-list.is-style-list-link02 > li:first-of-type {
    margin-top: -12px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 a, .is-root-container .wp-block-list.is-style-list-link02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link02 a, .is-root-container .wp-block-list.is-style-list-link02 a {
    padding: 12px 0;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 a::after, .is-root-container .wp-block-list.is-style-list-link02 a::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 a[target=_blank]::after, .is-root-container .wp-block-list.is-style-list-link02 a[target=_blank]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_external_red.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link02 a[target=_blank]::after, .is-root-container .wp-block-list.is-style-list-link02 a[target=_blank]::after {
    width: 14px;
    height: 14px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-link02 a[href$=".pdf"]::after, .is-root-container .wp-block-list.is-style-list-link02 a[href$=".pdf"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("../images/common/icon_pdf_red.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-link02 a[href$=".pdf"]::after, .is-root-container .wp-block-list.is-style-list-link02 a[href$=".pdf"]::after {
    width: 14px;
    height: 17px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-service, .is-root-container .wp-block-list.is-style-list-service {
  line-height: 1.6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-service, .is-root-container .wp-block-list.is-style-list-service {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-top: 24px;
  }
}
@media all and (max-width: 480px) {
  .second-contents__wrapper .wp-block-list.is-style-list-service, .is-root-container .wp-block-list.is-style-list-service {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 12px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-service > li, .is-root-container .wp-block-list.is-style-list-service > li {
  margin: 0;
  padding: 20px;
  background: #fbf8e8;
  border-radius: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-service > li, .is-root-container .wp-block-list.is-style-list-service > li {
    padding: 16px;
    border-radius: 8px;
  }
}
.second-contents__wrapper .wp-block-list.is-style-list-service > li::before, .is-root-container .wp-block-list.is-style-list-service > li::before {
  content: none;
}
.second-contents__wrapper .wp-block-list.is-style-list-service h4, .is-root-container .wp-block-list.is-style-list-service h4 {
  margin: 0;
}
.second-contents__wrapper .wp-block-list.is-style-list-service p, .is-root-container .wp-block-list.is-style-list-service p {
  word-break: keep-all;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-list.is-style-list-service p, .is-root-container .wp-block-list.is-style-list-service p {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group > * > *:first-child, .is-root-container .wp-block-group > * > *:first-child {
  margin-top: 0 !important;
}
.second-contents__wrapper .wp-block-group.is-style-group-bg, .is-root-container .wp-block-group.is-style-group-bg {
  padding: 32px;
  border-radius: 12px;
  background: #fbf8e8;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-bg, .is-root-container .wp-block-group.is-style-group-bg {
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-bg h2, .is-root-container .wp-block-group.is-style-group-bg h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-bg h2, .is-root-container .wp-block-group.is-style-group-bg h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-bg02, .is-root-container .wp-block-group.is-style-group-bg02 {
  padding: 32px;
  border-radius: 12px;
  background: url("../images/common/bg_main.jpg") center top/auto repeat;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-bg02, .is-root-container .wp-block-group.is-style-group-bg02 {
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-bg02 h2, .is-root-container .wp-block-group.is-style-group-bg02 h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-bg02 h2, .is-root-container .wp-block-group.is-style-group-bg02 h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-pink, .is-root-container .wp-block-group.is-style-group-pink {
  padding: 32px;
  border-radius: 12px;
  background: #fff2f3;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-pink, .is-root-container .wp-block-group.is-style-group-pink {
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-pink h2, .is-root-container .wp-block-group.is-style-group-pink h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-pink h2, .is-root-container .wp-block-group.is-style-group-pink h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-white, .is-root-container .wp-block-group.is-style-group-white {
  padding: 32px;
  border-radius: 12px;
  background: #fff;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-white, .is-root-container .wp-block-group.is-style-group-white {
    padding: 20px;
    border-radius: 8px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-white h2, .is-root-container .wp-block-group.is-style-group-white h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-white h2, .is-root-container .wp-block-group.is-style-group-white h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe, .is-root-container .wp-block-group.is-style-group-stripe {
  padding: 40px;
  border-radius: 12px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #f1edd7 8px, #f1edd7 16px);
  position: relative;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-stripe, .is-root-container .wp-block-group.is-style-group-stripe {
    padding: 28px;
    border-radius: 8px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #f1edd7 6px, #f1edd7 12px);
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe::after, .is-root-container .wp-block-group.is-style-group-stripe::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-stripe::after, .is-root-container .wp-block-group.is-style-group-stripe::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 8px;
    top: 8px;
    left: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe > *, .is-root-container .wp-block-group.is-style-group-stripe > * {
  position: relative;
  z-index: 10;
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe h2, .is-root-container .wp-block-group.is-style-group-stripe h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-stripe h2, .is-root-container .wp-block-group.is-style-group-stripe h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe02, .is-root-container .wp-block-group.is-style-group-stripe02 {
  padding: 40px;
  border-radius: 12px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #E3D3BA 2px, #E3D3BA 4px);
  position: relative;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-stripe02, .is-root-container .wp-block-group.is-style-group-stripe02 {
    padding: 28px;
    border-radius: 8px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe02::after, .is-root-container .wp-block-group.is-style-group-stripe02::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  border-radius: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-stripe02::after, .is-root-container .wp-block-group.is-style-group-stripe02::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 8px;
    top: 8px;
    left: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe02 > *, .is-root-container .wp-block-group.is-style-group-stripe02 > * {
  position: relative;
  z-index: 10;
}
.second-contents__wrapper .wp-block-group.is-style-group-stripe02 h2, .is-root-container .wp-block-group.is-style-group-stripe02 h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-stripe02 h2, .is-root-container .wp-block-group.is-style-group-stripe02 h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-border, .is-root-container .wp-block-group.is-style-group-border {
  padding: 24px;
  border-radius: 12px;
  border: 2px solid #ff808b;
  background: #fff;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-border, .is-root-container .wp-block-group.is-style-group-border {
    padding: 16px;
    border-radius: 8px;
    border-width: 1px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-border h2, .is-root-container .wp-block-group.is-style-group-border h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-border h2, .is-root-container .wp-block-group.is-style-group-border h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-border02, .is-root-container .wp-block-group.is-style-group-border02 {
  padding: 24px;
  border-radius: 12px;
  border: 2px solid #E3D3BA;
  background: #fff;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-border02, .is-root-container .wp-block-group.is-style-group-border02 {
    padding: 16px;
    border-radius: 8px;
    border-width: 1px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-border02 h2, .is-root-container .wp-block-group.is-style-group-border02 h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-border02 h2, .is-root-container .wp-block-group.is-style-group-border02 h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-over, .is-root-container .wp-block-group.is-style-group-over {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  padding-block: 40px;
  background: url("../images/common/bg_main.jpg") center top/auto repeat;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-over, .is-root-container .wp-block-group.is-style-group-over {
    padding-block: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-over h2, .is-root-container .wp-block-group.is-style-group-over h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-over h2, .is-root-container .wp-block-group.is-style-group-over h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-overline, .is-root-container .wp-block-group.is-style-group-overline {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  padding-block: 60px;
  margin-top: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-overline, .is-root-container .wp-block-group.is-style-group-overline {
    padding-block: 40px;
    margin-top: 24px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-overline::after, .is-root-container .wp-block-group.is-style-group-overline::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(#ff0018 20%, transparent 20%);
  background-size: 8px 8px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-overline::after, .is-root-container .wp-block-group.is-style-group-overline::after {
    height: 6px;
    background-size: 6px 6px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-overline h2, .is-root-container .wp-block-group.is-style-group-overline h2 {
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-overline h2, .is-root-container .wp-block-group.is-style-group-overline h2 {
    margin-top: 8px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-underline, .is-root-container .wp-block-group.is-style-group-underline {
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
  padding-bottom: 72px;
  position: relative;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-underline, .is-root-container .wp-block-group.is-style-group-underline {
    padding-bottom: 48px;
  }
}
.second-contents__wrapper .wp-block-group.is-style-group-underline::after, .is-root-container .wp-block-group.is-style-group-underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(#ff0018 20%, transparent 20%);
  background-size: 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-group.is-style-group-underline::after, .is-root-container .wp-block-group.is-style-group-underline::after {
    height: 6px;
    background-size: 6px 6px;
  }
}
.second-contents__wrapper .wp-block-columns, .is-root-container .wp-block-columns {
  margin-top: 32px;
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns, .is-root-container .wp-block-columns {
    margin-top: 20px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two, .is-root-container .wp-block-columns.is-style-columns-two {
  display: flex;
  justify-content: center;
  gap: 28px 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two, .is-root-container .wp-block-columns.is-style-columns-two {
    flex-direction: column;
    gap: 24px 32px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two.--reverse, .is-root-container .wp-block-columns.is-style-columns-two.--reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two.--reverse, .is-root-container .wp-block-columns.is-style-columns-two.--reverse {
    flex-direction: column;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two.--center, .is-root-container .wp-block-columns.is-style-columns-two.--center {
  align-items: center;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column {
  width: calc((100% - 40px) / 2);
  flex-basis: auto;
  flex-grow: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column > *:first-child, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column > *:first-child {
  margin-top: 0;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column h4, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column h4 {
  margin: 20px 0 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column h4, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column h4 {
    margin: 14px 0 6px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column h5, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column h5 {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column .is-style-group-border, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column .is-style-group-border {
  padding: 16px 20px 20px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two > .wp-block-column .is-style-group-border, .is-root-container .wp-block-columns.is-style-columns-two > .wp-block-column .is-style-group-border {
    padding: 12px 16px 16px;
    margin-top: 16px;
  }
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two .wp-block-image, .is-root-container .wp-block-columns.is-style-columns-two .wp-block-image {
    max-width: 400px;
    margin-inline: auto;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-two .wp-block-image img, .is-root-container .wp-block-columns.is-style-columns-two .wp-block-image img {
  width: 100%;
  max-width: none;
  border-radius: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-two .wp-block-image img, .is-root-container .wp-block-columns.is-style-columns-two .wp-block-image img {
    border-radius: 8px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img, .is-root-container .wp-block-columns.is-style-columns-img {
  display: flex;
  justify-content: center;
  gap: 28px 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img, .is-root-container .wp-block-columns.is-style-columns-img {
    flex-direction: column;
    gap: 24px 32px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img.--reverse, .is-root-container .wp-block-columns.is-style-columns-img.--reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img.--reverse, .is-root-container .wp-block-columns.is-style-columns-img.--reverse {
    flex-direction: column;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img.--center, .is-root-container .wp-block-columns.is-style-columns-img.--center {
  align-items: center;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column {
  flex-basis: auto;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(1), .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(1) {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(1), .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(1) {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(2), .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(2) {
  width: 360px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(2), .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column:nth-of-type(2) {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column > *:first-child, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column > *:first-child {
  margin-top: 0;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column h4, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column h4 {
  margin: 20px 0 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column h4, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column h4 {
    margin: 14px 0 6px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column h5, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column h5 {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column .is-style-group-border, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column .is-style-group-border {
  padding: 16px 20px 20px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img > .wp-block-column .is-style-group-border, .is-root-container .wp-block-columns.is-style-columns-img > .wp-block-column .is-style-group-border {
    padding: 12px 16px 16px;
    margin-top: 16px;
  }
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img .wp-block-image, .is-root-container .wp-block-columns.is-style-columns-img .wp-block-image {
    max-width: 400px;
    margin-inline: auto;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-img .wp-block-image img, .is-root-container .wp-block-columns.is-style-columns-img .wp-block-image img {
  width: 100%;
  max-width: none;
  border-radius: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-img .wp-block-image img, .is-root-container .wp-block-columns.is-style-columns-img .wp-block-image img {
    border-radius: 8px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark, .is-root-container .wp-block-columns.is-style-columns-mark {
  display: flex;
  justify-content: center;
  gap: 28px 40px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark, .is-root-container .wp-block-columns.is-style-columns-mark {
    flex-direction: column;
    gap: 20px 32px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark.--reverse, .is-root-container .wp-block-columns.is-style-columns-mark.--reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark.--reverse, .is-root-container .wp-block-columns.is-style-columns-mark.--reverse {
    flex-direction: column;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark.--center, .is-root-container .wp-block-columns.is-style-columns-mark.--center {
  align-items: center;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column:first-of-type, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column:first-of-type {
  flex-shrink: 0;
  flex-basis: auto;
  width: 200px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column:first-of-type, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column:first-of-type {
    width: 100%;
    max-width: 140px;
    margin-inline: auto;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column:nth-of-type(2), .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column:nth-of-type(2) {
  flex-grow: 1;
  flex-basis: auto;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column:nth-of-type(2), .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column:nth-of-type(2) {
    width: 100%;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column > *:first-child, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column > *:first-child {
  margin-top: 0;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column h4, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column h4 {
  margin: 20px 0 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column h4, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column h4 {
    margin: 14px 0 6px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column h5, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column h5 {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column h5, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column h5 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column .is-style-group-border, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column .is-style-group-border {
  padding: 16px 20px 20px;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark > .wp-block-column .is-style-group-border, .is-root-container .wp-block-columns.is-style-columns-mark > .wp-block-column .is-style-group-border {
    padding: 12px 16px 16px;
    margin-top: 16px;
  }
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark .wp-block-image, .is-root-container .wp-block-columns.is-style-columns-mark .wp-block-image {
    max-width: 400px;
    margin-inline: auto;
  }
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark .wp-block-image > *, .is-root-container .wp-block-columns.is-style-columns-mark .wp-block-image > * {
  width: 100% !important;
  height: 100% !important;
}
.second-contents__wrapper .wp-block-columns.is-style-columns-mark .wp-block-image img, .is-root-container .wp-block-columns.is-style-columns-mark .wp-block-image img {
  width: 100% !important;
  height: auto !important;
  max-width: none;
  border-radius: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .wp-block-columns.is-style-columns-mark .wp-block-image img, .is-root-container .wp-block-columns.is-style-columns-mark .wp-block-image img {
    border-radius: 8px;
  }
}
.second-contents__wrapper .name__block, .is-root-container .name__block {
  margin-top: 40px;
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .name__block, .is-root-container .name__block {
    margin-top: 24px;
  }
}
.second-contents__wrapper .name__block > div, .is-root-container .name__block > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 20px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .name__block > div, .is-root-container .name__block > div {
    gap: 4px 16px;
  }
}
.second-contents__wrapper .name__block *, .is-root-container .name__block * {
  margin: 0;
}
.second-contents__wrapper .name__img img, .is-root-container .name__img img {
  width: 160px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .name__img img, .is-root-container .name__img img {
    width: 112px;
  }
}
.second-contents__wrapper .contact-tel, .is-root-container .contact-tel {
  line-height: 1.4;
}
.second-contents__wrapper .contact-tel a, .is-root-container .contact-tel a {
  text-decoration: none;
  color: #ff0018;
  font-size: 1.875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .contact-tel a, .is-root-container .contact-tel a {
    font-size: 1.375rem;
    gap: 6px;
  }
}
.second-contents__wrapper .contact-tel a::before, .is-root-container .contact-tel a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/common/icon_tel_red.svg") center center/contain no-repeat;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .contact-tel a::before, .is-root-container .contact-tel a::before {
    width: 20px;
    height: 20px;
    margin-top: 7px;
  }
}
.second-contents__wrapper .contact-mail, .is-root-container .contact-mail {
  line-height: 1.6;
}
.second-contents__wrapper .contact-mail a, .is-root-container .contact-mail a {
  text-decoration: none;
  color: #3E3A39;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .contact-mail a, .is-root-container .contact-mail a {
    font-size: 1.125rem;
    gap: 8px;
  }
}
.second-contents__wrapper .contact-mail a::before, .is-root-container .contact-mail a::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 25px;
  height: 19px;
  background: url("../images/common/icon_mail_red.svg") center center/contain no-repeat;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .contact-mail a::before, .is-root-container .contact-mail a::before {
    width: 20px;
    height: 15px;
    margin-top: 9px;
  }
}
.second-contents__wrapper .logo__sanko img, .is-root-container .logo__sanko img {
  width: 240px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .logo__sanko img, .is-root-container .logo__sanko img {
    width: 168px;
  }
}
.second-contents__wrapper .logo__jisedai img, .is-root-container .logo__jisedai img {
  width: 460px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .logo__jisedai img, .is-root-container .logo__jisedai img {
    width: 322px;
  }
}
.second-contents__wrapper .logo__global img, .is-root-container .logo__global img {
  width: 180px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .logo__global img, .is-root-container .logo__global img {
    width: 126px;
  }
}
.second-contents__wrapper .logo__first img, .is-root-container .logo__first img {
  width: 160px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .logo__first img, .is-root-container .logo__first img {
    width: 112px;
  }
}

.ism .second-main__ttl:before, .cm .second-main__ttl:before {
  left: 6px;
}
@media all and (max-width: 896px) {
  .ism .second-main__ttl:before, .cm .second-main__ttl:before {
    left: 3px;
  }
}

.qa-link {
  margin-top: 160px;
}
@media all and (max-width: 896px) {
  .qa-link {
    margin-top: 64px;
  }
}
.qa-link__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .qa-link__list {
    gap: 12px 32px;
    margin-top: 24px;
  }
}
.qa-link__item {
  width: calc((100% - 64px) / 2);
  max-width: 448px;
  padding-bottom: 44px;
  position: relative;
}
@media all and (max-width: 896px) {
  .qa-link__item {
    width: calc((100% - 32px) / 2);
  }
}
@media all and (max-width: 600px) {
  .qa-link__item {
    width: 100%;
  }
}
.qa-link__item > a {
  width: 100%;
  min-height: 194px;
  border-radius: 8px;
  padding: 54px 24px;
  display: block;
  background: #ff808b;
  color: #fff;
}
@media all and (max-width: 896px) {
  .qa-link__item > a {
    min-height: 160px;
    padding: 40px 16px;
  }
}
.qa-link__txt {
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}
.qa-link__txt::before, .qa-link__txt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #fff;
  margin-bottom: 2px;
}
.qa-link__txt::before {
  rotate: -30deg;
}
.qa-link__txt::after {
  rotate: 30deg;
}
.qa-link__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .qa-link__ttl {
    font-size: 1.125rem;
    gap: 8px;
  }
}
.qa-link__ttl::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url("../images/common/arrow_heart_white.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .qa-link__ttl::after {
    width: 10px;
    height: 12px;
  }
}
.qa-link__img01 {
  position: absolute;
  bottom: 0;
  left: 18px;
}
@media all and (max-width: 896px) {
  .qa-link__img01 {
    left: 4px;
  }
}
@media all and (max-width: 896px) {
  .qa-link__img01 img {
    width: 67.2px;
  }
}
.qa-link__img02 {
  position: absolute;
  right: -16px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .qa-link__img02 img {
    width: 109.6px;
  }
}
.qa-container {
  margin-top: 80px;
  padding: 60px 24px 100px;
  border-radius: 16px;
  background: #fbf8e8;
}
@media all and (max-width: 896px) {
  .qa-container {
    margin-top: 48px;
    padding: 40px 16px 56px;
  }
}
.qa-inner {
  max-width: 824px;
  margin-inline: auto;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .qa-inner {
    margin-top: 28px;
  }
}
.qa-contents {
  margin-top: 16px;
}
.qa-contents:first-of-type {
  margin-top: 0;
}
.qa-q {
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .qa-q {
    gap: 10px;
  }
}
.qa-q::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #3E3A39;
  position: absolute;
  top: 50%;
  right: 39px;
  translate: 0 -50%;
  z-index: 20;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .qa-q::before {
    height: 12px;
    right: 21px;
  }
}
.qa-q::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #3E3A39;
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .qa-q::after {
    width: 12px;
    right: 16px;
  }
}
.qa-q.active::before {
  opacity: 0;
}
.qa-q__mark {
  flex-shrink: 0;
  text-align: center;
  width: 46px;
  height: 46px;
  background: #ff808b;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 42px;
}
@media all and (max-width: 896px) {
  .qa-q__mark {
    width: 34px;
    height: 34px;
    font-size: 1.125rem;
    line-height: 30px;
  }
}
.qa-q__box {
  flex-grow: 1;
  padding: 32px 64px 32px 32px;
  background: #fff;
  border-radius: 24px 24px 24px 0;
  position: relative;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
}
@media all and (max-width: 896px) {
  .qa-q__box {
    padding: 20px 38px 20px 20px;
    border-radius: 16px 16px 16px 0;
  }
}
.qa-q__box::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 44px;
  background: url("../images/common/q_fukidashi.svg") center center/contain no-repeat;
  position: absolute;
  left: -28px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .qa-q__box::before {
    width: 32px;
    height: 35px;
    left: -20px;
  }
}
.qa-a {
  display: none;
  opacity: 0;
  margin-top: 16px;
  margin-left: 36px;
  padding: 32px;
  background: #FFF3F4;
  border-radius: 24px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .qa-a {
    margin-left: 24px;
    padding: 20px;
    border-radius: 16px;
  }
}
.qa-a.open {
  opacity: 0;
  display: block;
  -webkit-animation: accOpen 0.3s ease-out forwards;
          animation: accOpen 0.3s ease-out forwards;
}
.qa-a a {
  color: #ff0018;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ism-ttl {
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .ism-ttl {
    margin-bottom: 28px;
  }
}
.ism-ttl.--center {
  text-align: center;
}
.ism-ttl.--center .ism-ttl__en {
  justify-content: center;
}
.ism-ttl__en {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  word-break: keep-all;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .ism-ttl__en {
    font-size: 1.125rem;
    gap: 8px;
    margin-top: 8px;
  }
}
.ism-ttl__en::before, .ism-ttl__en::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
}
@media all and (max-width: 896px) {
  .ism-ttl__en::before, .ism-ttl__en::after {
    width: 6px;
    height: 6px;
  }
}
.ism-purpose {
  padding: 160px 0;
}
@media all and (max-width: 896px) {
  .ism-purpose {
    padding: 60px 0;
  }
}
.ism-purpose__copy {
  text-align: center;
}
@media all and (max-width: 896px) {
  .ism-purpose__copy img {
    width: 324px;
  }
}
.ism-purpose__contents {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ism-purpose__contents {
    margin-top: 28px;
  }
}
.ism-purpose__txt {
  text-align: center;
  word-break: keep-all;
  line-height: 2.5;
  letter-spacing: 0.25em;
}
@media all and (max-width: 600px) {
  .ism-purpose__txt {
    text-align: left;
    word-break: normal;
  }
}
.ism-purpose__txt + .ism-purpose__txt {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .ism-purpose__txt + .ism-purpose__txt {
    margin-top: 16px;
  }
}
.ism-purpose__img {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .ism-purpose__img {
    margin-top: 32px;
  }
}
.ism-value {
  padding: 80px 0 200px;
  min-height: 800px;
}
@media all and (max-width: 896px) {
  .ism-value {
    padding: 40px 0;
    min-height: 600px;
  }
}
.ism-value__container {
  display: flex;
  justify-content: space-between;
  gap: 32px 8%;
}
@media all and (max-width: 896px) {
  .ism-value__container {
    padding-block: 16px;
  }
}
.ism-value__block {
  flex-shrink: 0;
}
.ism-value__anchor__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .ism-value__anchor__list {
    gap: 24px;
  }
}
.ism-value__anchor__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.7;
}
.ism-value__anchor__item.anchor__shine {
  opacity: 1;
}
.ism-value__anchor__arrow {
  flex-shrink: 0;
  width: 14px;
  height: 18px;
  position: relative;
}
@media all and (max-width: 896px) {
  .ism-value__anchor__arrow {
    width: 11.2px;
    height: 14.4px;
  }
}
.ism-value__anchor__arrow img {
  vertical-align: top;
}
.ism-value__anchor .anchor-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.ism-value__anchor .anchor-arrow--active {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 1367px) {
  .ism-value__anchor__ttl.en__shine img {
    width: 182.4px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__anchor__ttl.en__shine img {
    width: 91.2px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__anchor__ttl.en__shine img {
    width: 79.8px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__anchor__ttl.en__ace img {
    width: 122.4px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__anchor__ttl.en__ace img {
    width: 61.2px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__anchor__ttl.en__ace img {
    width: 53.55px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__anchor__ttl.en__new img {
    width: 140.8px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__anchor__ttl.en__new img {
    width: 70.4px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__anchor__ttl.en__new img {
    width: 61.6px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__anchor__ttl.en__kind img {
    width: 151.2px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__anchor__ttl.en__kind img {
    width: 75.6px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__anchor__ttl.en__kind img {
    width: 66.15px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__anchor__ttl.en__one img {
    width: 128.8px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__anchor__ttl.en__one img {
    width: 64.4px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__anchor__ttl.en__one img {
    width: 56.35px;
  }
}
.ism-value__contents {
  flex-grow: 1;
  position: relative;
}
.ism-value__item {
  display: none;
  width: 100%;
}
.ism-value__item.item__shine {
  display: block;
}
.ism-value__img {
  text-align: right;
}
@media all and (max-width: 1367px) {
  .ism-value__img.img__shine img {
    width: 270px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__img.img__shine img {
    width: 240px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__img.img__shine img {
    width: 180px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__img.img__ace img {
    width: 284.4px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__img.img__ace img {
    width: 252.8px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__img.img__ace img {
    width: 189.6px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__img.img__new img {
    width: 338.4px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__img.img__new img {
    width: 300.8px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__img.img__new img {
    width: 225.6px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__img.img__kind img {
    width: 200.7px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__img.img__kind img {
    width: 178.4px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__img.img__kind img {
    width: 133.8px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__img.img__one img {
    width: 356.4px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__img.img__one img {
    width: 316.8px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__img.img__one img {
    width: 237.6px;
  }
}
.ism-value__box {
  margin-top: -40px;
}
@media all and (max-width: 1367px) {
  .ism-value__box {
    margin-top: -60px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__box {
    margin-top: 10px;
  }
}
.ism-value__en {
  letter-spacing: 0.1em;
}
.ism-value__ttl {
  margin-top: 10px;
}
@media all and (max-width: 1367px) {
  .ism-value__ttl.ttl__shine img {
    width: 246.4px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__ttl.ttl__shine img {
    width: 215.6px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__ttl.ttl__shine img {
    width: 154px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__ttl.ttl__ace img {
    width: 165.6px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__ttl.ttl__ace img {
    width: 144.9px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__ttl.ttl__ace img {
    width: 103.5px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__ttl.ttl__new img {
    width: 192px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__ttl.ttl__new img {
    width: 168px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__ttl.ttl__new img {
    width: 120px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__ttl.ttl__kind img {
    width: 204.8px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__ttl.ttl__kind img {
    width: 179.2px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__ttl.ttl__kind img {
    width: 128px;
  }
}
@media all and (max-width: 1367px) {
  .ism-value__ttl.ttl__one img {
    width: 175.2px;
  }
}
@media all and (max-width: 896px) {
  .ism-value__ttl.ttl__one img {
    width: 153.3px;
  }
}
@media all and (max-width: 480px) {
  .ism-value__ttl.ttl__one img {
    width: 109.5px;
  }
}
.ism-value__txt {
  line-height: 2;
  margin-top: 12px;
}
.ism-mission {
  background: #fbf8e8;
  padding: 160px 0;
}
@media all and (max-width: 896px) {
  .ism-mission {
    padding: 60px 0;
  }
}
.ism-mission__wrapper {
  max-width: 1020px;
}
.ism-mission__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 0;
}
.ism-mission__block {
  width: 60%;
}
@media all and (max-width: 600px) {
  .ism-mission__block {
    width: 100%;
  }
}
.ism-mission__copy {
  font-size: 1.75rem;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .ism-mission__copy {
    font-size: 1.25rem;
  }
}
.ism-mission__txt {
  line-height: 2.5;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .ism-mission__txt {
    margin-top: 20px;
  }
}
.ism-mission__img {
  width: 36%;
}
@media all and (max-width: 600px) {
  .ism-mission__img {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.ism-vision {
  margin-top: 160px;
  padding-top: 20px;
  height: calc(100vh - 100px);
  position: relative;
}
@media all and (max-width: 896px) {
  .ism-vision {
    padding-top: 16px;
    height: calc(100vh - 60px);
  }
}
.ism-vision .ism-ttl {
  position: relative;
  z-index: 10;
}
.ism-vision__heart {
  width: 224px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .ism-vision__heart {
    width: 134.4px;
  }
}
.ism-vision__outer {
  overflow: hidden;
  height: calc(100vh - 280px);
  -webkit-mask-image: linear-gradient(transparent, #000 5vh, #000 calc(100% - 20vh), transparent);
          mask-image: linear-gradient(transparent, #000 5vh, #000 calc(100% - 20vh), transparent);
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .ism-vision__outer {
    height: calc(100vh - 200px);
  }
}
.ism-vision__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .ism-vision__inner {
    gap: 40px;
  }
}
.ism-vision__copy {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .ism-vision__copy {
    font-size: 1.25rem;
  }
}
.ism-vision__item {
  text-align: center;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .ism-vision__item {
    margin-top: 16px;
  }
}
.ism-vision__txt {
  line-height: 2.5;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
.ism-vision__txt + .ism-vision__txt {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .ism-vision__txt + .ism-vision__txt {
    margin-top: 12px;
  }
}
.ism-vision__img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ism-vision__img img {
  width: 100%;
  max-width: none;
}
.ism-link {
  padding: 160px 0 60px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .ism-link {
    padding: 60px 0 40px;
  }
}
.ism-link__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .ism-link__ttl {
    font-size: 1.125rem;
  }
}
.ism-link__ttl:first-letter {
  color: #ff0018;
}
.ism-link__txt {
  margin-top: 40px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .ism-link__txt {
    margin-top: 20px;
  }
}
.ism-link__btn {
  max-width: 552px;
  margin-inline: auto;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .ism-link__btn {
    max-width: 340px;
    margin-top: 28px;
  }
}
.ism-link__btn > a {
  padding: 32px 24px;
  border: 2px solid #ff0018;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #ff0018;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .ism-link__btn > a {
    padding: 22px 16px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 1.125rem;
    gap: 20px;
  }
}
.ism-link__btn > a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .ism-link__btn > a::after {
    width: 12px;
    height: 14.5px;
  }
}

.bases-container {
  padding: 52px 40px;
  background: #fbf8e8;
  border-radius: 16px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .bases-container {
    padding: 28px 20px;
    margin-top: 32px;
  }
}
.bases-inner {
  max-width: 1100px;
  margin-inline: auto;
}
.bases h2 {
  margin-top: 0;
}
.bases-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .bases-block {
    gap: 16px 24px;
    margin-top: 24px;
  }
}
.bases-block > div {
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 896px) {
  .bases-block > div {
    width: calc((100% - 24px) / 2);
  }
}
@media all and (max-width: 600px) {
  .bases-block > div {
    width: 100%;
  }
}
.bases-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 116/76;
}
@media all and (max-width: 896px) {
  .bases-img img {
    border-radius: 8px;
  }
}
.bases-map {
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 600px) {
  .bases-map {
    aspect-ratio: 116/76;
  }
}
.bases-map iframe {
  width: calc(100% + 300px);
  height: calc(100% + 300px);
  position: absolute;
  inset: -150px;
}
.bases-list {
  padding: 28px 36px;
  background: #fff;
  border-radius: 12px;
  line-height: 2;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .bases-list {
    padding: 20px 24px;
    border-radius: 8px;
    margin-top: 24px;
  }
}
.bases-list > div {
  padding: 18px 0;
  display: flex;
  gap: 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .bases-list > div {
    padding: 16px 0;
    gap: 6px 16px;
  }
}
@media all and (max-width: 480px) {
  .bases-list > div {
    flex-wrap: wrap;
  }
}
.bases-list > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bases-list > div:first-of-type {
  padding-top: 0;
}
.bases-list > div:last-of-type {
  padding-bottom: 0;
}
.bases-list > div:last-of-type::after {
  content: none;
}
.bases-list dt {
  flex-shrink: 0;
  width: 200px;
  font-weight: 600;
  padding-left: 18px;
  position: relative;
}
@media all and (max-width: 896px) {
  .bases-list dt {
    width: 120px;
    padding-left: 14px;
  }
}
@media all and (max-width: 480px) {
  .bases-list dt {
    width: 100%;
  }
}
.bases-list dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
  position: absolute;
  top: 13px;
  left: 0;
}
@media all and (max-width: 896px) {
  .bases-list dt::before {
    width: 6px;
    height: 6px;
    top: 12px;
  }
}
.bases-list dd {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .bases-list dd {
    width: 100%;
  }
}
.bases-list dd a {
  color: #3E3A39;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-flex;
  gap: 8px;
}
@media all and (max-width: 896px) {
  .bases-list dd a {
    text-underline-offset: 3px;
    gap: 6px;
  }
}
.bases-list dd a[href^="tel:"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/icon_tel.svg") center center/contain no-repeat;
  margin-top: 9px;
}
@media all and (max-width: 896px) {
  .bases-list dd a[href^="tel:"]::after {
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }
}
.bases-list dd a[href^="mailto:"]::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url("../images/common/icon_mail.svg") center center/contain no-repeat;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .bases-list dd a[href^="mailto:"]::after {
    width: 16px;
    height: 12px;
    margin-top: 9px;
  }
}

.form .second-contents .form-privacy {
  text-align: center;
}
.form .second-contents .form-privacy a {
  color: #ff0018;
}
.form .second-contents .form-check {
  text-align: center;
  margin-top: 28px;
}
@media all and (max-width: 896px) {
  .form .second-contents .form-check {
    margin-top: 20px;
  }
}
.form .second-contents .form-check label:has(> input[type=checkbox]) {
  margin: 0;
}
.form .second-contents__wrapper {
  max-width: 960px;
}
.form .mw_wp_form_input .display_check {
  display: none;
}
.form .mw_wp_form_confirm .display_input {
  display: none;
}
.form .mw_wp_form_confirm .form-privacy {
  display: none;
}
.form .mw_wp_form_confirm .form-check {
  display: none;
}
.form .errmsg, .form #errorMessage {
  background: #fff;
  border: 1px solid #ff0018;
  padding: 16px;
  color: #ff0018;
  margin-bottom: 32px;
}
@media all and (max-width: 896px) {
  .form .errmsg, .form #errorMessage {
    padding: 12px;
    margin-bottom: 20px;
  }
}
.form-inner {
  margin-top: 36px;
}
@media all and (max-width: 896px) {
  .form-inner {
    margin-top: 20px;
  }
}
.form-item {
  display: flex;
  gap: 12px 20px;
  padding: 16px 0 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .form-item {
    flex-direction: column;
    gap: 6px 16px;
    padding: 12px 0 16px;
  }
}
.form-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.form-item dt {
  flex-shrink: 0;
  width: 260px;
  padding-left: 18px;
  margin-top: 4px;
  font-size: 1rem;
  color: #000;
  position: relative;
}
@media all and (max-width: 896px) {
  .form-item dt {
    width: 100%;
  }
}
.form-item dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff0018;
  position: absolute;
  top: 9px;
  left: 0;
}
.form-item dd {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .form-item dd {
    width: 100%;
  }
}
.form label:has(> input[type=radio]) {
  display: inline-block;
  margin-right: 20px;
}
.form label:has(> input[type=checkbox]) {
  display: inline-block;
  margin-right: 20px;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ACACAD;
  border-radius: 6px;
  font-size: 1rem !important;
  margin: 4px 10px 4px 0;
}
@media all and (max-width: 896px) {
  .form input[type=text], .form input[type=email], .form input[type=tel], .form select, .form textarea {
    border-radius: 4px;
  }
}
.form input[type=text].input__short, .form input[type=email].input__short, .form input[type=tel].input__short, .form select.input__short, .form textarea.input__short {
  max-width: 200px;
}
.form input[type=text].input__middle, .form input[type=email].input__middle, .form input[type=tel].input__middle, .form select.input__middle, .form textarea.input__middle {
  max-width: 300px;
}
.form textarea {
  height: 200px;
  font-size: 1rem !important;
}
.form input[type=radio], .form input[type=checkbox] {
  margin-right: 6px;
}
.form input[type=checkbox] {
  vertical-align: -1px;
}
.form-submit {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .form-submit {
    margin-top: 40px;
  }
}
.form-submit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.form-submit__list + .form-submit__list {
  margin-top: 20px;
}
.form-submit__list > li {
  width: calc((100% - 20px) / 2);
  max-width: 300px;
  position: relative;
}
@media all and (max-width: 896px) {
  .form-submit__list > li {
    max-width: 240px;
  }
}
@media all and (max-width: 480px) {
  .form-submit__list > li {
    width: 100%;
  }
}
.form-submit__btn {
  text-align: center;
  padding: 16px;
  width: 100%;
  background: #fff;
  color: #ff0018;
  border: 2px solid #ff0018;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .form-submit__btn {
    padding: 12px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .form-submit__btn:hover {
    opacity: 0.6;
  }
}
.form-submit__btn.--prev {
  color: #2D2A26;
  border-color: #2D2A26;
}
.form-submit__btn + .form-submit__btn {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .form-submit__btn + .form-submit__btn {
    margin-top: 20px;
  }
}

.news-list > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
}
.news-list > li:first-of-type::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
}
.news-list > li p {
  line-height: 1.6;
}
.news-item {
  padding: 28px 60px 28px 0;
  display: flex;
  gap: 10px 7%;
  position: relative;
}
@media all and (max-width: 896px) {
  .news-item {
    padding: 16px 42px 16px 0;
    flex-direction: column;
  }
}
@media (hover: hover) {
  .news-item:hover {
    opacity: 1;
  }
  .news-item:hover .top-news__arrow::after {
    width: 60px;
    height: 51px;
    background-image: url("../images/common/arrow_heart_active.svg");
  }
}
@media (hover: hover) and (max-width: 896px) {
  .news-item:hover .top-news__arrow::after {
    width: 42px;
    height: 35.7px;
  }
}
.news-arrow {
  width: 60px;
  height: 51px;
  display: grid;
  place-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .news-arrow {
    width: 42px;
    height: 35.7px;
  }
}
.news-arrow::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 13.5px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .news-arrow::after {
    width: 10px;
    height: 12.5px;
  }
}
.news-block {
  display: flex;
  gap: 8px 10%;
}
@media all and (max-width: 896px) {
  .news-block {
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 12px;
  }
}
.news-category {
  flex-shrink: 0;
  width: 180px;
}
@media all and (max-width: 896px) {
  .news-category {
    width: 150px;
  }
}
.news-category__item {
  text-align: center;
  padding: 2px 8px;
  font-size: 0.9375rem;
  color: #fff;
  background: #A0A0A1;
}
@media all and (max-width: 896px) {
  .news-category__item {
    font-size: 0.8125rem;
  }
}
.news-category__item.important {
  background: #ff0018;
}
.news-date {
  flex-shrink: 0;
  padding-top: 2px;
}
.news-txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-top: 2px;
}
.news-detail__main {
  padding-top: 42px;
  padding-bottom: 48px;
  position: relative;
}
@media all and (max-width: 896px) {
  .news-detail__main {
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
.news-detail__main::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(#ff0018 20%, transparent 20%);
  background-size: 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .news-detail__main::after {
    height: 6px;
    background-size: 6px 6px;
  }
}
.news-detail__main__ttl {
  font-size: 1.625rem;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media all and (max-width: 896px) {
  .news-detail__main__ttl {
    font-size: 1.1875rem;
  }
}
.news-detail__main__ttl::before {
  content: "";
  display: block;
  width: 22px;
  height: 20px;
  background: url("../images/common/ttl_heart.png") center center/contain no-repeat;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media all and (max-width: 896px) {
  .news-detail__main__ttl::before {
    width: 18px;
    height: 16px;
    margin-bottom: 12px;
  }
}
.news-detail__contents {
  padding-top: 28px;
}
@media all and (max-width: 896px) {
  .news-detail__contents {
    padding-top: 20px;
  }
}
.news-detail__block {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
@media all and (max-width: 896px) {
  .news-detail__block {
    gap: 10px 20px;
  }
}
.news-detail__block p {
  line-height: 1.6;
}
.news-detail__category {
  flex-shrink: 0;
  width: 180px;
}
@media all and (max-width: 896px) {
  .news-detail__category {
    width: 150px;
  }
}
.news-detail__category__item {
  text-align: center;
  padding: 2px 8px;
  font-size: 0.9375rem;
  color: #fff;
  background: #A0A0A1;
}
@media all and (max-width: 896px) {
  .news-detail__category__item {
    font-size: 0.8125rem;
  }
}
.news-detail__category__item.important {
  background: #ff0018;
}

.pagination {
  text-align: center;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination-list {
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}
@media all and (max-width: 896px) {
  .pagination-list {
    gap: 8px 10px;
  }
}
.pagination .page-numbers {
  display: inline-block;
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .pagination .page-numbers {
    padding: 8px;
    font-size: 0.9375rem;
  }
}
@media (hover: hover) {
  .pagination .page-numbers:hover {
    color: #ff0018;
  }
}
.pagination .page-numbers.current {
  color: #ff0018;
}
.pagination .page-numbers.prev {
  padding: 0;
  margin: 10px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 14px;
  height: 17px;
  background: url("../images/common/arrow_heart_prev.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .pagination .page-numbers.prev {
    margin: 8px;
    width: 12px;
    height: 14.5px;
  }
}
.pagination .page-numbers.next {
  padding: 0;
  margin: 10px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 14px;
  height: 17px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .pagination .page-numbers.next {
    margin: 8px;
    width: 12px;
    height: 14.5px;
  }
}

.staff-survey-container {
  margin-top: 64px;
  margin-inline: auto;
  max-width: 800px;
}
@media all and (max-width: 896px) {
  .staff-survey-container {
    margin-top: 32px;
  }
}
.staff-survey .wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 24px auto 0;
  padding: 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  color: #ff0018;
  font-size: 1.125rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .staff-survey .wpcf7 form .wpcf7-response-output {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.staff-survey-catch {
  text-align: center;
  word-break: keep-all;
  font-size: 1rem;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .staff-survey-catch {
    font-size: 0.9375rem;
    margin-top: 32px;
  }
}
.staff-survey input[type=text], .staff-survey input[type=email], .staff-survey input[type=tel], .staff-survey select, .staff-survey textarea {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ACACAD;
  border-radius: 6px;
  font-size: 1rem !important;
  margin: 4px 10px 4px 0;
}
@media all and (max-width: 896px) {
  .staff-survey input[type=text], .staff-survey input[type=email], .staff-survey input[type=tel], .staff-survey select, .staff-survey textarea {
    border-radius: 4px;
  }
}
.staff-survey input[type=text].input__short, .staff-survey input[type=email].input__short, .staff-survey input[type=tel].input__short, .staff-survey select.input__short, .staff-survey textarea.input__short {
  max-width: 200px;
}
.staff-survey input[type=text].input__middle, .staff-survey input[type=email].input__middle, .staff-survey input[type=tel].input__middle, .staff-survey select.input__middle, .staff-survey textarea.input__middle {
  max-width: 300px;
}
.staff-survey textarea {
  height: 200px;
}
.staff-survey-list {
  margin-top: 40px;
  container-type: inline-size;
}
@media all and (max-width: 896px) {
  .staff-survey-list {
    margin-top: 24px;
  }
}
.staff-survey-item {
  display: flex;
  gap: 12px 6.4cqw;
  padding: 28px 0 34px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .staff-survey-item {
    flex-direction: column;
    padding: 20px 0 26px 0;
  }
}
.staff-survey-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#D2D2D2 20%, transparent 20%);
  background-size: 6px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.staff-survey-item dt {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  width: 300px;
  padding-left: 20px;
}
@media all and (max-width: 896px) {
  .staff-survey-item dt {
    font-size: 1rem;
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}
.staff-survey-item dd {
  flex-grow: 1;
  font-size: 1rem;
}
@media all and (max-width: 896px) {
  .staff-survey-item dd {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.staff-survey-item .staff-survey-txt {
  font-size: 1rem;
  margin-bottom: 16px;
}
@media all and (max-width: 896px) {
  .staff-survey-item .staff-survey-txt {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}
.staff-survey-item p:has(select) {
  width: 100%;
}
.staff-survey-item p:has(input[type=text]) {
  width: 100%;
}
.staff-survey-item p:has(textarea) {
  width: 100%;
}
.staff-survey .radio-gender {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}
@media all and (max-width: 896px) {
  .staff-survey .radio-gender {
    justify-content: center;
    gap: 10px 28px;
  }
}
.staff-survey .radio-gender .wpcf7-list-item {
  margin-left: 0;
}
.staff-survey .radio-star {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 56px;
}
@media all and (max-width: 896px) {
  .staff-survey .radio-star {
    justify-content: center;
    gap: 10px 40px;
  }
}
@media all and (max-width: 480px) {
  .staff-survey .radio-star {
    gap: 10px 24px;
  }
}
.staff-survey .radio-star .wpcf7-list-item {
  margin-left: 0;
}
.staff-survey .radio-star .wpcf7-list-item label {
  cursor: pointer;
  font-family: "Kiyosuna-b", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}
@media all and (max-width: 896px) {
  .staff-survey .radio-star .wpcf7-list-item label {
    font-size: 1.125rem;
  }
}
.staff-survey .radio-star .wpcf7-list-item label .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
}
.staff-survey .radio-star .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/common/star_line.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
.staff-survey .wpcf7-not-valid-tip {
  font-size: 1rem;
  color: #ff0018;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .staff-survey .wpcf7-not-valid-tip {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 8px;
  }
}
.staff-survey-btn {
  max-width: 300px;
  margin-inline: auto;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .staff-survey-btn {
    max-width: 240px;
    margin-top: 48px;
  }
}
.staff-survey-btn + .staff-survey-btn {
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .staff-survey-btn + .staff-survey-btn {
    margin-top: 24px;
  }
}
.staff-survey-btn input[type=button] {
  text-align: center;
  padding: 16px;
  width: 100%;
  background: #fff;
  color: #ff0018;
  border: 2px solid #ff0018;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .staff-survey-btn input[type=button] {
    padding: 12px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .staff-survey-btn input[type=button]:hover {
    background: #ff0018;
    color: #fff;
  }
}
.staff-survey-btn input[type=submit] {
  text-align: center;
  padding: 16px;
  width: 100%;
  background: #fff;
  color: #ff0018;
  border: 2px solid #ff0018;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .staff-survey-btn input[type=submit] {
    padding: 12px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .staff-survey-btn input[type=submit]:hover {
    background: #ff0018;
    color: #fff;
  }
}