@charset "UTF-8";
.btn__original {
  max-width: 400px;
  border-radius: 8px !important;
}
.btn__original .swell-block-button__link {
  width: 100% !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 28.8px */
  border-radius: 8px !important;
  position: relative;
}
@media (max-width: 767px) {
  .btn__original .swell-block-button__link {
    font-size: 16px;
  }
}
.btn__original .swell-block-button__link::after {
  position: absolute;
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/angle_right.png) no-repeat center center/contain;
  top: 50%;
  right: 11.5%;
  translate: 0 -50%;
  z-index: 1;
}
@media (max-width: 600px) {
  .btn__original .swell-block-button__link::after {
    width: 18px;
  }
}

.btn__original.--fv {
  max-width: 400px;
  width: 100%;
  margin-inline: 0;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .btn__original.--fv:hover {
    opacity: 0.8;
  }
}
@media (max-width: 600px) {
  .btn__original.--fv {
    max-width: 290px;
    margin-inline: auto;
  }
}

.home #header {
  margin-top: 26px;
  padding-inline: 20px;
}
@media (max-width: 960px) {
  .home #header {
    margin-top: 0;
    padding-inline: 0;
  }
}
.home #header .l-header__inner.l-container {
  max-width: 1340px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
  background: #fff;
  border-radius: 12px;
}
@media (max-width: 1240px) {
  .home #header .l-header__inner.l-container {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .home #header .l-header__inner.l-container {
    border-radius: 0;
  }
}
.home #header .l-header__logo {
  margin-right: 0;
}
@media (max-width: 960px) {
  .home #header .l-header__logo {
    margin-right: auto;
  }
}
.home .l-content.l-container {
  padding-top: 0 !important;
  margin-block: 0 !important;
}
.home .post_content h2 {
  background: none !important;
  /* 背景色を消す */
  border: none !important;
  /* 枠線を消す */
  padding: 0 !important;
  /* 余白をゼロにする */
  margin: 0 !important;
  /* 上下の余白（お好みで調整） */
  text-align: left !important;
  /* 左寄せにする */
}
.home .post_content h2::before,
.home .post_content h2::after {
  display: none !important;
}

/* グローバルナビ　ホバー下線 */
.c-gnav > .menu-item > a:after {
  bottom: 12px;
}

.c-gnav > .menu-item > a {
  padding-inline: 20px;
}
@media (max-width: 1240px) {
  .c-gnav > .menu-item > a {
    padding-inline: 12px;
  }
}

.c-headLogo.-txt {
  font-family: "Noto Serif JP";
}

.header__btn {
  transition: opacity 0.3s ease;
}
.header__btn .swell-block-button__link {
  width: 192px !important;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-align: left;
}
@media (max-width: 600px) {
  .header__btn .swell-block-button__link {
    max-width: 290px;
    width: 100% !important;
    margin-inline: auto;
    text-align: center;
    padding-right: 48px !important;
  }
}
@media (any-hover: hover) {
  .header__btn:hover {
    opacity: 0.8;
  }
}

/******************************************
    fv
******************************************/
@media (max-width: 600px) {
  #main_visual {
    margin-top: 48px;
  }
}
#main_visual .p-mainVisual__inner {
  min-height: 760px;
}
@media (max-width: 960px) {
  #main_visual .p-mainVisual__inner {
    min-height: auto;
    height: 600px;
  }
}
@media (max-width: 600px) {
  #main_visual .p-mainVisual__inner {
    min-height: auto;
    height: 160vw;
  }
}

.fv_title {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 48px !important;
  /* 72px */
}
@media (max-width: 960px) {
  .fv_title {
    font-size: 3vw;
  }
}
@media (max-width: 600px) {
  .fv_title {
    font-size: 6.4vw;
    margin-bottom: 40px !important;
  }
}

.fv__lead {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
  margin-bottom: 64px !important;
}
@media (max-width: 767px) {
  .fv__lead {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .fv__lead {
    margin-bottom: 60% !important;
  }
}

.contact__lead {
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin-bottom: 8px !important;
}
@media (max-width: 600px) {
  .contact__lead {
    font-size: 14px;
    margin-bottom: 2px !important;
    width: fit-content;
    margin-inline: auto;
  }
}

/******************************************
    共通
******************************************/
.section__title {
  position: absolute !important;
  font-family: Roboto;
  top: -28px;
  left: 0;
  color: rgba(50, 88, 142, 0.08) !important;
  font-size: 100px !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  z-index: 0;
  /* 160px */
}
.section__title.--gray {
  color: rgba(255, 255, 255, 0.15) !important;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 68px !important;
    left: 3%;
    top: -35px;
  }
}

.section__title-text {
  padding-left: 1.25em;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  /* 38.4px */
}
@media (max-width: 767px) {
  .section__title-text {
    font-size: 18px;
    padding-left: 24px;
  }
}
@media (max-width: 600px) {
  .section__title-text {
    font-size: 14px;
    padding-left: 20px;
  }
}
.section__title-text::before {
  position: absolute;
  content: "";
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background: #32588e;
  top: 50%;
  left: 10px;
  translate: 0 -50%;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section__title-text::before {
    width: 12px;
  }
}
@media (max-width: 600px) {
  .section__title-text::before {
    left: 6px;
  }
}
.section__title-text.--white {
  color: #fff !important;
}

.--mb60 {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .--mb60 {
    margin-bottom: 40px !important;
  }
}

.section {
  padding-block: 120px !important;
}
@media (max-width: 767px) {
  .section {
    padding-block: 94px 40px !important;
  }
}

.--mt28 {
  margin-top: 28px !important;
}

.--mb8 {
  margin-bottom: 8px !important;
}
@media (max-width: 600px) {
  .--mb8 {
    margin-bottom: 4px !important;
  }
}

.--mt100 {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .--mt100 {
    margin-top: 80px !important;
  }
}

.--mb16 {
  margin-bottom: 16px !important;
}

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

.--mb80 {
  margin-bottom: 80px !important;
}
@media (max-width: 767px) {
  .--mb80 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .--mb72_sm {
    margin-bottom: 72px !important;
  }
}

@media (max-width: 600px) {
  .--mb4_sp {
    margin-bottom: 4px !important;
  }
}

/******************************************
    animation
******************************************/
.animated__fadeIn {
  opacity: 0 !important;
  translate: 0 40px !important;
  transition: opacity 0.4s ease, translate 0.6s ease !important;
}
.animated__fadeIn.js-show {
  opacity: 1 !important;
  translate: 0 0 !important;
}

.animated__fadeInEarly {
  opacity: 0 !important;
  translate: 0 20px !important;
  transition: opacity 0.4s ease, translate 0.6s ease;
}

.animated__fadeIn.--center {
  translate: -50% 40px !important;
}
.animated__fadeIn.--center.js-show {
  opacity: 1 !important;
  translate: -50% 0 !important;
}

.animated__fadeInEarly.js-show {
  opacity: 1 !important;
  translate: 0 0 !important;
}

/******************************************
    Mission
******************************************/
#mission .swell-block-fullWide__inner {
  position: relative;
}
#mission .swell-block-fullWide__inner .wp-block-media-text {
  column-gap: 8.7719%;
}
@media (max-width: 767px) {
  #mission .swell-block-fullWide__inner .wp-block-media-text {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #mission .wp-block-media-text__content {
    padding: 0 !important;
  }
}
#mission .mission__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  /* 64px */
  margin-bottom: 40px !important;
}
@media (max-width: 960px) {
  #mission .mission__title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  #mission .mission__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px !important;
  }
}
#mission .mission__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media (max-width: 600px) {
  #mission .mission__text {
    font-size: 14px;
  }
}

/******************************************
    service
******************************************/
#service .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #service .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
#service .service__column {
  margin-top: 200px !important;
  margin-bottom: 64px !important;
}
@media (max-width: 767px) {
  #service .service__column {
    margin-top: 120px !important;
  }
}
@media (max-width: 600px) {
  #service .service__column {
    margin-top: 74px !important;
    margin-bottom: 72px !important;
  }
}
@media (max-width: 600px) {
  #service .service__column .swell-block-columns__inner {
    row-gap: 32px;
  }
}
#service .service__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
  margin-bottom: 16px !important;
}
@media (max-width: 1100px) {
  #service .service__item-title {
    font-size: 18px;
  }
}
#service .service__btn {
  max-width: 400px;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  #service .service__btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 600px) {
  #service .service__btn {
    max-width: 290px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  #service .service__btn .swell-block-button__link {
    font-size: 18px;
    padding-right: 48px;
  }
}
@media (max-width: 600px) {
  #service .service__cta-text {
    font-size: 14px;
    line-height: 1.4;
  }
}

/******************************************
    strength
******************************************/
@media (max-width: 767px) {
  #strength {
    padding-block: 140px 40px !important;
  }
}
#strength .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #strength .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
#strength .strength__title {
  display: none;
}
@media (min-width: 768px) {
  #strength .strength__title.--md {
    display: block;
  }
}
@media (max-width: 767px) {
  #strength .strength__title.--sm {
    display: block;
  }
}
@media (max-width: 767px) {
  #strength .strength__title {
    line-height: 0.8 !important;
    top: -72px;
  }
}
#strength .wp-block-media-text {
  column-gap: 8.7719%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #strength .wp-block-media-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #strength .wp-block-media-text.--reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #strength .wp-block-media-text__content {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  #strength .wp-block-media-text__media {
    width: 100%;
  }
}
#strength .strength__number {
  color: #32588e;
  font-family: Roboto;
  font-size: 54px;
  font-weight: 900;
  line-height: 150%;
  /* 81px */
}
@media (max-width: 600px) {
  #strength .strength__number {
    font-size: 30px;
  }
}
#strength .strength__item-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 50.4px */
}
@media (max-width: 600px) {
  #strength .strength__item-title {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  #strength .strength__text {
    font-size: 14px;
  }
}

/******************************************
    works
******************************************/
#works .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #works .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
#works .swell-block-columns__inner {
  row-gap: 48px;
}

@media (max-width: 600px) {
  .works__column,
  .works__swiper-container {
    display: none;
  }
}
.works__column .works__item,
.works__swiper-container .works__item {
  position: relative;
  border-radius: 12px;
  background: #F8FAFE;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding-inline: 24px;
  padding-block: 60px 40px;
}
@media (max-width: 600px) {
  .works__column .works__item,
  .works__swiper-container .works__item {
    min-height: 312px;
    padding-block: 84px 40px;
  }
}
.works__column .works__number,
.works__swiper-container .works__number {
  position: absolute;
  left: -4px;
  top: -15px;
  color: rgba(50, 88, 142, 0.05);
  font-family: Roboto;
  font-size: 120px;
  font-weight: 900;
  line-height: 100%;
  /* 120px */
  /* 38.4px */
}
.works__column .works__item-title,
.works__swiper-container .works__item-title {
  color: #32588e;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  margin-bottom: 24px !important;
}
.works__column .works__group,
.works__swiper-container .works__group {
  background: #fff;
  padding: 12px;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .works__column .works__group,
  .works__swiper-container .works__group {
    padding: 12px 4px;
  }
}
.works__column .works__label,
.works__swiper-container .works__label {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  padding: 4px 12px;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  background: #32588e;
  color: #F7F7F7;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  margin-bottom: 8px !important;
}
@media (max-width: 767px) {
  .works__column .works__label,
  .works__swiper-container .works__label {
    font-size: 14px;
  }
}
.works__column .works__text strong,
.works__swiper-container .works__text strong {
  color: #EA3800;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .works__column .works__text,
  .works__swiper-container .works__text {
    font-size: 1.8vw;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .works__column .works__text,
  .works__swiper-container .works__text {
    font-size: 16px;
    white-space: normal;
    line-height: 1;
  }
}

.worksSlider {
  width: 100%;
  padding-inline: calc(50% - 50vw);
}

.worksSlider__inner {
  padding-inline: 40px;
}

.works__swiper-container,
.works__swiper,
.works__swiper-wrapper,
.works__swiper-slide {
  position: relative;
  overflow: visible;
}

.works__swiper-container {
  display: none;
}
@media (max-width: 600px) {
  .works__swiper-container {
    display: block;
  }
}

.works__swiper-slide {
  overflow: visible;
  max-width: 280px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
  position: relative;
}

.swiper__bottom {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  margin-inline: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(50, 88, 142, 0.08);
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #32588e;
}

/******************************************
    message
******************************************/
#message .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #message .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
#message .wp-block-media-text {
  column-gap: 8.7719%;
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  #message .wp-block-media-text {
    margin-top: 72px !important;
    row-gap: 24px;
  }
}
#message .wp-block-media-text hr {
  margin-block: 24px !important;
  border-bottom: 1px solid #333;
}
@media (max-width: 600px) {
  #message .wp-block-media-text hr {
    margin-block: 8px !important;
  }
}
#message .wp-block-media-text.--gap-small {
  column-gap: 4.83% !important;
}
@media (max-width: 600px) {
  #message .wp-block-media-text__content {
    padding: 0 !important;
  }
}
#message .wp-block-media-text__media img {
  display: block;
  border-radius: 12px;
}
#message .message__post {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 600px) {
  #message .message__post {
    font-size: 14px;
  }
}
#message .message__name.--ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 0 !important;
}
#message .message__name.--en {
  color: rgba(51, 51, 51, 0.4);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 0.32px;
}
@media (max-width: 600px) {
  #message .message__name.--en {
    font-size: 14px;
  }
}
#message .message__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}
@media (max-width: 600px) {
  #message .message__text {
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 180%;
  }
}
#message .greeting__wrap {
  margin-top: 0 !important;
}
#message .message__btn {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  #message .message__btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 600px) {
  #message .message__btn {
    max-width: 290px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  #message .message__btn .swell-block-button__link {
    font-size: 18px;
    padding-right: 48px;
  }
}

/******************************************
    column
******************************************/
@media (max-width: 600px) {
  #column {
    margin-bottom: 0 !important;
  }
}
#column .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #column .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
#column .p-postList__thumb {
  border-radius: 12px;
  overflow: hidden;
}
#column .is-style-more_btn {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}
#column .column__btn {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  #column .column__btn:hover {
    opacity: 0.8;
  }
}
@media (max-width: 600px) {
  #column .column__btn {
    max-width: 290px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  #column .column__btn .swell-block-button__link {
    font-size: 16px;
    padding-right: 50px;
  }
}

.p-postList__cat {
  display: inline-block;
  padding: 2px 16px;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
  background: #32588e;
  color: #F7F7F7;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  opacity: 1;
}
.p-postList__cat::before {
  display: none;
}

/******************************************
    contact
******************************************/
#contact {
  padding-block: 100px !important;
}
@media (max-width: 600px) {
  #contact {
    padding-block: 80px 40px !important;
  }
}
#contact .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #contact .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  #contact .contact__text {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 600px) {
  #contact .contact__text {
    font-size: 14px;
  }
}
#contact .contact__title {
  left: 50%;
  translate: -50% 0;
}
#contact .contact__title-text {
  padding-left: 0;
}
#contact .contact__title-text::before {
  display: none;
}
#contact .contact__btn {
  max-width: 824px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  transition: box-shadow 0.3s ease;
}
@media (any-hover: hover) {
  #contact .contact__btn:hover {
    box-shadow: 0 0 12px 5px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  #contact .contact__btn {
    margin-bottom: 16px;
  }
}
#contact .contact__btn .swell-block-button__link {
  background: #32588e;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 24px;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 767px) {
  #contact .contact__btn .swell-block-button__link {
    padding-block: 16px;
    padding-left: 72px;
    font-size: 16px;
    padding-right: 30px;
  }
}
#contact .contact__btn .swell-block-button__link span {
  text-align: left;
}
#contact .contact__btn .swell-block-button__link::before {
  position: absolute;
  content: "";
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon-contact.png) no-repeat center center/contain;
  top: 50%;
  left: 24px;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  #contact .contact__btn .swell-block-button__link::before {
    width: 40px;
  }
}
#contact .contact__btn .swell-block-button__link::after {
  right: 24px;
  width: 8px;
  height: 15px;
  background: transparent url(../img/angle_white.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  #contact .contact__btn .swell-block-button__link::after {
    right: 18px;
  }
}
#contact .contact__btn .swell-block-button__link .swl-fz {
  line-height: 1;
}
@media (max-width: 767px) {
  #contact .contact__btn .swell-block-button__link .swl-fz {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
}
#contact .contact__btn.--tel .swell-block-button__link {
  background: #FFF;
  color: #32588e;
}
#contact .contact__btn.--tel .swell-block-button__link::before {
  background: url(../img/icon-tel.png) no-repeat center center/contain;
}
#contact .contact__btn.--tel .swell-block-button__link::after {
  background: url(../img/angle_main-color.png) no-repeat center center/contain;
}
#contact .contact__btn.--line .swell-block-button__link {
  background: #06C755;
}
#contact .contact__btn.--line .swell-block-button__link::before {
  background: url(../img/icon-line.png) no-repeat center center/contain;
}
#contact .contact__column {
  max-width: 824px;
  width: 100%;
  margin-inline: auto;
}

/******************************************
    フッター
******************************************/
#before_footer_widget {
  margin-block: 0 !important;
}

.footer-wrap {
  padding-block: 40px 0px !important;
}

.footer-wrap__title {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  /* 43.2px */
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .footer-wrap__title {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .footer-wrap__title {
    text-align: left;
  }
}

.footer-wrap__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-wrap__text {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .footer-wrap__text {
    text-align-last: left;
  }
}

@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .l-footer__nav {
    align-items: flex-start;
  }
}
.l-footer__nav .menu-item a {
  padding-inline: 24px;
}
@media (max-width: 767px) {
  .l-footer__nav .menu-item a {
    padding-inline: 0;
    border: none;
  }
}

.l-footer__nav li:first-child a {
  border-left: none;
}

.l-footer__nav li:last-child a {
  border-right: none;
}

/******************************************
        page
******************************************/
.page .post_content h2 {
  background: none !important;
  /* 背景色を消す */
  border: none !important;
  /* 枠線を消す */
  padding: 0 !important;
  /* 余白をゼロにする */
  margin: 0 !important;
  /* 上下の余白（お好みで調整） */
  text-align: left !important;
  /* 左寄せにする */
}
.page .post_content h2::before,
.page .post_content h2::after {
  display: none !important;
}
.page .item__title.--line {
  position: relative;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  /* 51.2px */
  margin-bottom: 40px !important;
  padding-left: 32px !important;
  margin-bottom: 42px !important;
}
@media (max-width: 767px) {
  .page .item__title.--line {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 600px) {
  .page .item__title.--line {
    font-size: 18px !important;
    line-height: 1.8 !important;
    padding-left: 16px !important;
  }
}
.page .item__title.--line::before {
  display: block !important;
  position: absolute;
  content: "";
  width: 12px;
  height: 100%;
  background: #32588e;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .page .item__title.--line::before {
    width: 6px;
  }
}

.head-section {
  padding-block: 40px !important;
}

.head-section__title {
  color: #333 !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 160% !important;
}
@media (max-width: 767px) {
  .head-section__title {
    font-size: 32px !important;
  }
}
@media (max-width: 600px) {
  .head-section__title {
    font-size: 24px !important;
  }
}

.head-section__text {
  margin-top: 40px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
}
@media (max-width: 767px) {
  .head-section__text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .head-section__text {
    font-size: 14px;
    margin-top: 16px !important;
  }
}

.section--small {
  padding-block: 80px !important;
}
@media (max-width: 767px) {
  .section--small {
    padding-block: 40px !important;
  }
}

.business__column .swell-block-columns__inner {
  row-gap: 40px !important;
}
@media (max-width: 600px) {
  .business__column .swell-block-columns__inner {
    row-gap: 16px !important;
  }
}

.business__item {
  padding: 40px 40px 64px 40px !important;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .business__item {
    padding: 24px !important;
  }
}

.business__number {
  color: #32588e;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  /* 33.6px */
}
@media (max-width: 767px) {
  .business__number {
    margin-bottom: 0 !important;
  }
}

.business__item-title {
  display: inline-block;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  /* 44.8px */
  padding-inline: 24px;
  background: #32588e;
}
@media (max-width: 767px) {
  .business__item-title {
    font-size: 16px;
    padding-inline: 12px;
  }
}

.business__item-text {
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}
@media (max-width: 767px) {
  .business__item-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .business__item-text {
    font-size: 14px;
  }
}

.business__item-heading {
  padding: 4px 0 5px 0 !important;
  border-bottom: 2px solid #32588e;
  margin-bottom: 18px !important;
}
@media (max-width: 767px) {
  .business__item-heading {
    font-size: 16px;
    margin-bottom: 8px !important;
  }
}
@media (max-width: 600px) {
  .business__item-heading {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .business__item-list {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .business__item-list {
    font-size: 14px;
  }
}

#price .price__table {
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  background: #fff;
  padding-bottom: 0 !important;
}
@media (max-width: 600px) {
  #price .price__table.--sm {
    display: none;
  }
}
#price .price__table.--sp {
  display: none;
}
@media (max-width: 600px) {
  #price .price__table.--sp {
    display: block;
  }
}
#price .price__table th {
  background: #32588e;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
}
@media (max-width: 600px) {
  #price .price__table th {
    font-size: 14px;
    text-align: left;
  }
}
#price .price__table td {
  text-align: left;
  padding: 12px 24px;
}
@media (max-width: 600px) {
  #price .price__table td {
    font-size: 14px;
    padding: 10px 8px;
  }
}
#price .price__table tr th:first-child,
#price .price__table tr td:first-child {
  width: 25.86%;
}
@media (max-width: 600px) {
  #price .price__table tr th:first-child,
  #price .price__table tr td:first-child {
    width: 58%;
  }
}
#price .c-scrollHint.sp_ {
  margin-top: 0px !important;
}
@media (max-width: 600px) {
  #price .c-scrollHint.sp_ {
    display: none;
  }
}
#price .price__table-title {
  display: none;
  background: none !important;
  /* 背景色を消す */
  border: none !important;
  /* 枠線を消す */
  padding: 0 !important;
  /* 余白をゼロにする */
  margin: 0 !important;
  /* 上下の余白（お好みで調整） */
  text-align: left !important;
  /* 左寄せにする */
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 16px !important;
  padding-left: 20px !important;
  position: relative;
}
@media (max-width: 600px) {
  #price .price__table-title {
    display: block;
  }
}
#price .price__table-title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  background: #32588e;
  top: 48%;
  left: 0;
  translate: 0 -50%;
}

.price__caution {
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  font-size: 16px;
}
@media (max-width: 767px) {
  .price__caution {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .price__caution {
    font-size: 12px;
  }
}

.sns__btn-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 960px) {
  .sns__btn-wrap {
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .sns__btn-wrap {
    align-items: center;
  }
}

.sns__btn {
  width: 228px;
  margin: 0 !important;
}
@media (max-width: 600px) {
  .sns__btn {
    max-width: 343px;
    width: 100%;
  }
}
.sns__btn .swell-block-button__link {
  padding: 8px 24px !important;
}
.sns__btn .swell-block-button__link::before {
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 24px;
  translate: 0 -50%;
  z-index: 1;
}
@media (max-width: 600px) {
  .sns__btn .swell-block-button__link::before {
    left: 60px;
  }
}
.sns__btn .swell-block-button__link::after {
  width: 6px;
  height: 12px;
  background: url(../img/angle_white.png) no-repeat center center/contain;
}
.sns__btn.--facebook .swell-block-button__link {
  background: #0866FF;
  padding-left: 40px !important;
}
.sns__btn.--facebook .swell-block-button__link::before {
  background: transparent url(../img/icon_facebook.png) no-repeat center center/contain;
}
.sns__btn.--note .swell-block-button__link {
  background: #040000;
}
.sns__btn.--note .swell-block-button__link::before {
  background: transparent url(../img/icon_note.png) no-repeat center center/contain;
}

#about .about__column {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  background: #fff;
  margin-bottom: 4px !important;
}
@media (max-width: 600px) {
  #about .about__column .swell-block-columns__inner {
    flex-direction: column;
    row-gap: 0px;
    margin-left: 0;
  }
}
#about .about__column .swell-block-column:first-child p {
  color: #32588e;
  font-weight: 500;
}
#about .about__column .swell-block-column p {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  #about .about__column .swell-block-column p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #about .about__column .swell-block-column p {
    font-size: 14px;
    line-height: 1.2;
  }
}
#about .swell-block-column {
  padding: 24px;
}
@media (max-width: 767px) {
  #about .swell-block-column {
    padding: 16px 12px;
    flex: 1;
  }
}
@media (max-width: 600px) {
  #about .swell-block-column {
    padding-inline: 8px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about .swell-block-column:first-child {
    flex: 0 0 90px;
  }
}
@media (max-width: 600px) {
  #about .swell-block-column:first-child {
    flex: auto;
    padding-block: 8px 4px;
  }
}
@media (max-width: 600px) {
  #about .swell-block-column:nth-child(2) {
    padding-block: 4px 8px;
    max-width: 100%;
    width: 100%;
  }
}

.about__list {
  font-size: 16px;
}
@media (max-width: 600px) {
  .about__list {
    font-size: 14px;
  }
}

#column .c-tabBody {
  border: none !important;
  padding: 0 !important;
}
#column .c-tabList {
  margin-bottom: 40px !important;
  column-gap: 12px;
  row-gap: 8px;
}
#column .c-tabList .c-tabList__button {
  border-radius: 32px;
  padding: 12px;
  color: #32588e;
  min-width: 120px;
  opacity: 1;
  background: #fff;
  border: 1px solid #32588e;
}
#column .c-tabList .c-tabList__button[aria-selected=true] {
  background: #32588e;
  color: #fff;
}
@media (max-width: 767px) {
  #column .c-tabList .c-tabList__button {
    padding: 6px 16px;
    min-width: 60px;
  }
}

/******************************************
    contact
******************************************/
.contact-btn__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 80px !important;
}
@media (max-width: 960px) {
  .contact-btn__wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-btn__wrap {
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 40px !important;
  }
}
.contact-btn__wrap .contact-btn {
  display: inline-block;
  background: #fff;
  color: #333;
  border-radius: 4px;
  padding: 12px 16px;
  min-width: 240px;
  text-align: center;
  font-weight: 500;
  line-height: 180%;
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .contact-btn__wrap .contact-btn {
    min-width: 160px;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .contact-btn__wrap .contact-btn {
    max-width: 342px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .contact-btn__wrap .contact-btn:hover {
    opacity: 0.8;
  }
}
.contact-btn__wrap .contact-btn span {
  display: block;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 960px) {
  .contact-btn__wrap .contact-btn span {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .contact-btn__wrap .contact-btn span {
    padding-left: 0;
    font-size: 16px !important;
    font-weight: 700;
  }
}
.contact-btn__wrap .contact-btn span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_btn.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 960px) {
  .contact-btn__wrap .contact-btn span::before {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .contact-btn__wrap .contact-btn span::before {
    left: 12.5%;
  }
}

#contact-wrap h3 {
  background: none !important;
  /* 背景色を消す */
  border: none !important;
  /* 枠線を消す */
  padding: 0 !important;
  /* 余白をゼロにする */
  margin: 0 !important;
  /* 上下の余白（お好みで調整） */
  text-align: left !important;
  /* 左寄せにする */
}
#contact-wrap h3::before,
#contact-wrap h3::after {
  display: none !important;
}
#contact-wrap h3.--under-line {
  width: fit-content;
  margin-inline: auto !important;
  padding-bottom: 4px !important;
  margin-bottom: 40px !important;
  position: relative;
  padding-inline: 8px !important;
}
#contact-wrap h3.--under-line::before {
  display: block !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #32588e;
}

.form {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 80px;
}
.form .form-item {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .form .form-item {
    margin-bottom: 20px;
  }
}
.form .form-item:last-child {
  margin-bottom: 0;
}
.form .form-item input[type=text],
.form .form-item input[type=email],
.form .form-item input[type=tel],
.form .form-item textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  margin-top: 8px;
  padding: 0.5em 1em;
  border-radius: 4px;
  border: 1px solid #9C9C9C;
  background: #FFF;
}
@media (max-width: 600px) {
  .form .form-item input[type=text],
  .form .form-item input[type=email],
  .form .form-item input[type=tel],
  .form .form-item textarea {
    padding: 8px 12px;
  }
}
.form .form-item textarea {
  resize: none;
  height: 250px;
}
.form .form-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form .form-item input[type=checkbox] {
    margin-top: 2.5px;
  }
}
.form .form-checkbox {
  width: 100%;
  text-align: center;
}
.form .wpcf7-list-item-label {
  padding-left: 10px;
  position: relative;
}
.form .privacy-policy {
  text-decoration: underline;
  margin-right: 5px;
  line-height: 1;
  color: inherit;
}
.form .wpcf7-list-item-label {
  font-size: 18px;
}
@media (max-width: 600px) {
  .form .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.form .button-wrap {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .form .button-wrap {
    margin-top: 24px;
  }
}
.form .submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  max-width: 400px;
  padding: 16px;
  border-radius: 4px;
  background: #32588E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .form .submit-btn {
    max-width: 290px;
    padding-right: 32px;
  }
}
@media (max-width: 600px) {
  .form .submit-btn {
    padding-block: 10px;
  }
}
.form .submit-btn:hover, .form .submit-btn:focus {
  opacity: 0.8;
}
.form .button-wrap {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .form .button-wrap {
    max-width: 290px;
  }
}
.form .button-wrap::after {
  position: absolute;
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_contact-btn.png) no-repeat center center/contain;
  top: 50%;
  right: 10%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .form .button-wrap::after {
    width: 18px;
  }
}
.form .wpcf7-not-valid-tip {
  font-size: 14px;
  white-space: nowrap;
  height: 0 !important;
}
@media (max-width: 600px) {
  .form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.form .form-item-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.form .form-label {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  padding: 0 8px;
  border-radius: 4px;
  background: #9C9C9C;
}
.form .form-label.--required {
  background: #EC2828;
}
.form .form-checkboxs .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .form .form-checkboxs .wpcf7-form-control {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
}
.form .form-checkboxs .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-left: 0;
}
.form .form-item-textarea {
  margin-bottom: 40px;
}
.form .form-checkbox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
}
.form .form-checkbox .wpcf7-acceptance label .privacy-policy {
  display: inline-block;
  font-weight: 700;
  color: #32588e;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s ease;
}
.form .form-checkbox .wpcf7-acceptance label .privacy-policy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #32588e;
  left: 0;
  bottom: -4px;
}
@media (any-hover: hover) {
  .form .form-checkbox .wpcf7-acceptance label .privacy-policy:hover {
    opacity: 0.8;
  }
}
.form .button-wrap .wpcf7-spinner {
  position: absolute !important;
  right: 25%;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* 送信完了メッセージを非表示にする */
.wpcf7-response-output {
  display: none !important;
}

#contact-wrap .contact-wrap__btn {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #contact-wrap .contact-wrap__btn {
    max-width: 540px;
  }
}
#contact-wrap .contact-wrap__btn .swell-block-button__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding-block: 40px;
  padding-left: 128px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #contact-wrap .contact-wrap__btn .swell-block-button__link {
    padding-block: 20px;
    padding-left: 90px;
  }
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn .swell-block-button__link {
    font-size: 16px;
    line-height: 1.6;
    padding-block: 14px;
    padding-left: 72px;
  }
}
#contact-wrap .contact-wrap__btn .swell-block-button__link span {
  text-align: left;
}
@media (any-hover: hover) {
  #contact-wrap .contact-wrap__btn .swell-block-button__link:hover {
    opacity: 0.8;
  }
}
#contact-wrap .contact-wrap__btn.--line .swell-block-button__link {
  background: #06C755;
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--line .swell-block-button__link {
    letter-spacing: -0.02em;
  }
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--line .swell-block-button__link .swl-fz {
    font-size: 14px !important;
  }
}
#contact-wrap .contact-wrap__btn.--line .swell-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  translate: 0 -50%;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background: transparent url(../img/icon-line.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  #contact-wrap .contact-wrap__btn.--line .swell-block-button__link::before {
    width: 54px;
  }
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--line .swell-block-button__link::before {
    left: 16px;
    width: 40px;
  }
}
#contact-wrap .contact-wrap__btn.--line .swell-block-button__link::after {
  width: 8px;
  height: 15px;
  right: 24px;
  background: url(../img/angle_white.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--line .swell-block-button__link::after {
    right: 12px;
  }
}
#contact-wrap .contact-wrap__btn.--tel .swell-block-button__link {
  background: #fff;
  color: #32588e;
  border: 2px solid #32588e;
  line-height: 1.2;
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--tel .swell-block-button__link {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--tel .swell-block-button__link strong {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--tel .swell-block-button__link .swl-fz {
    font-size: 14px !important;
    letter-spacing: -0.02em;
  }
}
#contact-wrap .contact-wrap__btn.--tel .swell-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  translate: 0 -50%;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  background: transparent url(../img/icon-tel.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  #contact-wrap .contact-wrap__btn.--tel .swell-block-button__link::before {
    width: 54px;
  }
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--tel .swell-block-button__link::before {
    left: 16px;
    width: 40px;
  }
}
#contact-wrap .contact-wrap__btn.--tel .swell-block-button__link::after {
  width: 8px;
  height: 15px;
  right: 24px;
  background: url(../img/angle_main-color.png) no-repeat center center/contain;
}
@media (max-width: 600px) {
  #contact-wrap .contact-wrap__btn.--tel .swell-block-button__link::after {
    right: 12px;
  }
}

/******************************************
    投稿ページ
******************************************/
.p-articleMetas__termList.c-categoryList::before {
  display: none !important;
}
.p-articleMetas__termList.c-categoryList .c-categoryList__link {
  padding: 4px 8px;
  border-radius: 32px;
}

/******************************************
    サイドバー
******************************************/
#sidebar .p-postList__cat {
  font-size: 12px;
  padding: 2px 8px;
}

/******************************************
    サンクスページ
******************************************/
#thanks {
  padding-block: 80px 100px !important;
}

.thanks__title, .privacy-policy__title {
  color: #32588E;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  /* 51.2px */
}
@media (max-width: 960px) {
  .thanks__title, .privacy-policy__title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .thanks__title, .privacy-policy__title {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .thanks__title.--sm, .--sm.privacy-policy__title {
    display: none;
  }
}
.thanks__title.--sp, .--sp.privacy-policy__title {
  display: none;
}
@media (max-width: 600px) {
  .thanks__title.--sp, .--sp.privacy-policy__title {
    display: block;
  }
}

.thanks__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}
@media (max-width: 600px) {
  .thanks__text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .back__btn {
    max-width: 290px;
  }
}
.back__btn .swell-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  translate: 0 -50%;
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon_back-btn.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .back__btn .swell-block-button__link::before {
    width: 18px;
    left: 36px;
  }
}
.back__btn .swell-block-button__link::after {
  display: none;
}

/******************************************
    プライバシーポリシーページ
******************************************/
#privacy-policy {
  padding-block: 80px 100px !important;
}

/******************************************
    404ページ
******************************************/
.c-ttl404 {
  color: #32588e;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  /* 51.2px */
}
@media (max-width: 600px) {
  .c-ttl404 {
    font-size: 20px;
  }
}

.error404 .c-searchForm {
  margin-bottom: 80px;
}

/******************************************
    voice
******************************************/
#voice .swell-block-fullWide__inner {
  position: relative;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  #voice .swell-block-fullWide__inner {
    padding-top: 0 !important;
  }
}
#voice h3.--under-line {
  width: fit-content;
  margin-inline: auto !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding-inline: 20px;
  border: none;
  position: relative;
}
#voice h3.--under-line::before {
  display: block !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #32588e;
}
@media (max-width: 600px) {
  #voice h3.--under-line {
    padding-inline: 16px;
    margin-bottom: 24px !important;
  }
}

.voice__head-column {
  margin-bottom: 72px !important;
  position: relative;
}
@media (max-width: 767px) {
  .voice__head-column {
    margin-bottom: 48px !important;
  }
}
.voice__head-column::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 124px solid transparent;
  border-left: 124px solid transparent;
  border-top: 82px solid #eff2f6;
  border-bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice__head-column::after {
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 50px solid #eff2f6;
    bottom: -28px;
  }
}
.voice__head-column .swell-block-columns__inner {
  border-radius: 12px;
  background: #EFF2F6;
  padding: 40px;
}
@media (max-width: 767px) {
  .voice__head-column .swell-block-columns__inner {
    margin-left: 0;
    padding: 24px 15px;
    flex-direction: column;
    row-gap: 16px;
  }
}
.voice__head-column .voice__img-wrap {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  row-gap: 12px;
}
@media (max-width: 767px) {
  .voice__head-column .voice__img-wrap {
    width: 100%;
  }
}
.voice__head-column .voice__img-wrap .wp-block-image {
  margin-bottom: 0;
}
.voice__head-column .voice__img-wrap img {
  display: block;
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.voice__head-column .voice__img-wrap-text {
  font-weight: 700;
  line-height: 160%;
  /* 24px */
}
@media (max-width: 600px) {
  .voice__head-column .voice__img-wrap-text {
    font-size: 14px;
  }
}
.voice__head-column .voice__text-wrap {
  flex: 1;
  padding: 24px 32px;
  border-radius: 8px;
  background: #FFF;
}
@media (max-width: 767px) {
  .voice__head-column .voice__text-wrap {
    margin-left: 0;
    width: 100%;
    padding: 16px;
  }
}
.voice__head-column .voice__text-wrap .title {
  display: inline-block;
  padding: 4px 24px;
  color: #fff;
  background: #32588e;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
}
@media (max-width: 767px) {
  .voice__head-column .voice__text-wrap .title {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .voice__head-column .voice__text-wrap .title {
    font-size: 14px;
  }
}
.voice__head-column .voice__text-wrap .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  /* 40px */
}
@media (max-width: 767px) {
  .voice__head-column .voice__text-wrap .text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .voice__head-column .voice__text-wrap .text {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.01em;
  }
}

.voice__contents .swell-block-columns__inner {
  margin-left: 0;
}
@media (max-width: 767px) {
  .voice__contents .swell-block-columns__inner {
    flex-direction: column;
    row-gap: 0;
  }
}
.voice__contents .voice__item {
  background: #EBEBEB;
  padding: 40px;
  margin-left: 0;
  width: 50% !important;
  position: relative;
}
@media (max-width: 960px) {
  .voice__contents .voice__item {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .voice__contents .voice__item {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .voice__contents .voice__item {
    padding-block: 24px 40px;
    padding-inline: 16px;
  }
}
.voice__contents .voice__item.--blue {
  background: #F8FAFE;
}
@media (max-width: 600px) {
  .voice__contents .voice__item.--blue {
    padding-top: 32px;
  }
}
.voice__contents .voice__item.--triangle {
  z-index: 1;
}
.voice__contents .voice__item.--triangle::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 100%;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 113px solid transparent;
  border-bottom: 113px solid transparent;
  border-left: 25px solid #ebebeb;
  border-right: 0;
}
@media (max-width: 767px) {
  .voice__contents .voice__item.--triangle::after {
    top: auto;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 50px solid #ebebeb;
    border-bottom: 0;
    bottom: -25px;
    left: 50%;
    translate: -50% 0;
  }
}
.voice__contents .voice__item-label {
  display: inline-block;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding-inline: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .voice__contents .voice__item-label {
    display: block;
    width: fit-content;
    margin-inline: auto;
    padding: 4px 56px;
  }
}
@media (max-width: 600px) {
  .voice__contents .voice__item-label {
    font-size: 16px;
  }
}
.voice__contents .voice__item-label.--gray {
  background: rgba(51, 51, 51, 0.45);
}
.voice__contents .voice__item-label.--blue {
  background: #324D8E;
}
.voice__contents .voice__item-title {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  border-bottom: 1px solid #333;
  padding: 8px;
  margin-bottom: 72px;
}
.voice__contents .voice__item-title.--blue {
  color: #324D8E;
  border-color: #324D8E;
}
@media (max-width: 767px) {
  .voice__contents .voice__item-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .voice__contents .voice__item-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.voice__contents .voice__item-media-text {
  padding: 30px 24px;
  border-radius: 12px;
  background: #F9F9F9;
  column-gap: 24px;
}
@media (max-width: 960px) {
  .voice__contents .voice__item-media-text {
    column-gap: 10%;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .voice__contents .voice__item-media-text {
    column-gap: 16px;
    padding: 24px 8px;
  }
}
.voice__contents .voice__item-media-text.--blue {
  background: rgba(50, 88, 142, 0.08);
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .voice__contents .voice__item-media-text.--blue {
    padding: 24px 8px;
  }
}
.voice__contents .voice__item-media-text .wp-block-media-text__media {
  flex: 1 1 80px;
  display: block;
  max-width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.voice__contents .voice__item-media-text .wp-block-media-text__media img {
  width: 100%;
}
@media (max-width: 767px) {
  .voice__contents .voice__item-media-text .wp-block-media-text__media {
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .voice__contents .voice__item-media-text .wp-block-media-text__media {
    max-width: 50px;
  }
}
.voice__contents .voice__item-media-text .wp-block-media-text__content {
  flex: 1;
  padding: 0;
}
.voice__contents .voice__item-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
.voice__contents .voice__item-text.--blue {
  color: #324D8E;
}
@media (max-width: 960px) {
  .voice__contents .voice__item-text {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .voice__contents .voice__item-text {
    font-size: 16px;
    font-weight: 700;
  }
}

.mail__link a,
.tel__link a {
  color: #333;
}/*# sourceMappingURL=style.css.map */