@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
:root {
  --fabric--demo-content--display: flex;
}

.en03 {
  font-family: "din-condensed", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/** ==========================================================================
*
*  other
*
========================================================================== **/
.justify-content__center {
  justify-content: center;
}

.justify-content__between {
  justify-content: space-between;
}

@media (max-width: 760px) {
  .sp-text-align__left {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .sp-text-align__center {
    text-align: center;
  }
}

.number-title {
  text-align: center;
  color: #476C91;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 2em 0 !important;
}
.number-title code {
  font-family: "din-condensed", sans-serif !important;
  background: none;
  color: #476C91;
  padding: 0;
  margin: 0;
  font-size: 8.5rem;
  line-height: 1;
}

.about-nav .ark-block-button {
  border: 2px solid #476C91;
}
.about-nav .qms4__link {
  position: relative;
}
.about-nav .qms4__link:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 4rem;
  background: url(images/icon_nav_bottom_arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: -3.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
.about-nav .ark-block-button__text {
  font-size: 1.9rem;
  text-align: center;
  color: #476C91;
  display: block;
  padding: 1em;
  font-weight: 700;
}

.performance-evaluation__section {
  padding: 5rem 7.5rem !important;
  margin-top: 10rem;
}
@media (max-width: 760px) {
  .performance-evaluation__section {
    padding: 3rem 2.8rem !important;
  }
}
@media (max-width: 760px) {
  .performance-evaluation__section__title {
    font-size: 3.1rem !important;
  }
}
.performance-evaluation__head {
  padding: 4.2rem 5.6rem !important;
  margin-top: 3.5rem !important;
  margin-bottom: 7rem !important;
}
@media (max-width: 760px) {
  .performance-evaluation__head {
    padding: 1.5rem !important;
    margin-bottom: 3rem !important;
  }
}

.about-badge-row {
  border: 1px solid #707070;
  padding: 2.6rem 2.3rem;
}

.about-link-list {
  padding-top: 3rem;
}
.about-link-list .qms4__link {
  position: relative;
  border: 1px solid #707070;
}
.about-link-list .qms4__link:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.6rem;
  background: url(images/icon_link_btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin: auto;
}
.about-link-list .ark-block-button__text {
  font-size: 1.6rem;
  text-align: center;
  color: #171717;
  display: block;
  padding: 1.35em 1em;
  font-weight: 700;
}

.accordion-blue {
  background: #476C91;
  text-align: center;
  color: #FFF;
  margin-top: 7rem !important;
  position: relative;
}
@media (max-width: 760px) {
  .accordion-blue {
    margin-top: 1.7rem !important;
    padding: 1em !important;
    font-size: 1.9rem !important;
  }
  .accordion-blue:after {
    content: "＋";
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    font-size: 1.7rem;
  }
}
@media (max-width: 760px) {
  .accordion-blue.active:after {
    content: "−";
    transform: rotate(0);
  }
}
.accordion-blue mark {
  font-size: 1.4rem;
}
.accordion-blue__contents {
  padding-top: 2rem;
}
@media (max-width: 760px) {
  .accordion-blue__contents {
    display: none;
  }
}
@media (max-width: 760px) {
  .accordion-blue__contents .wp-block-group {
    display: block;
  }
}
.accordion-blue__contents hr.is-style-wide {
  margin: 3.5rem 0 !important;
}
.accordion-blue__contents figure.image {
  display: block;
  width: 272px;
}
@media (max-width: 760px) {
  .accordion-blue__contents figure.image img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 760px) {
  .accordion-blue__contents figure.image {
    width: 100%;
  }
}
.accordion-blue__contents figure.image.sizeL {
  width: 503px;
}
@media (max-width: 760px) {
  .accordion-blue__contents figure.image.sizeL {
    width: 100%;
  }
}
.accordion-blue__contents figure.image.sizeL + .text-block {
  width: calc(100% - 503px - 35px);
}
@media (max-width: 760px) {
  .accordion-blue__contents figure.image.sizeL + .text-block {
    width: 100%;
  }
}
.accordion-blue__contents .text-block {
  width: calc(100% - 272px - 35px);
}
@media (max-width: 760px) {
  .accordion-blue__contents .text-block {
    width: 100%;
  }
}
.accordion-blue__contents .text-block h3.wp-block-heading {
  font-size: 2.1rem;
}
@media (max-width: 760px) {
  .accordion-blue__contents .text-block h3.wp-block-heading {
    font-size: 1.8rem;
    padding-left: 10rem;
    position: relative;
  }
}
.accordion-blue__contents .text-block h3.wp-block-heading + p {
  font-size: 1.6rem;
}
.accordion-blue__contents .text-block mark {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 1.5rem;
  padding: 0.3em 1em;
}
@media (max-width: 760px) {
  .accordion-blue__contents .text-block mark {
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.accordion-blue__contents .block-plus {
  padding: 2.5rem 4rem;
  margin-top: 3.5rem;
}
@media (max-width: 760px) {
  .accordion-blue__contents .block-plus {
    padding: 2.5rem 2rem;
  }
}
.accordion-blue__contents .block-plus__3col {
  padding: 2.5rem 3rem;
}
@media (max-width: 760px) {
  .accordion-blue__contents .block-plus__3col {
    max-width: 20rem;
    margin: 0 auto !important;
  }
}
.accordion-blue__contents .block-plus__title mark {
  display: inline-block;
  margin-right: 1.5rem;
  padding: 0.3em 1em;
}
.accordion-blue__contents .block-plus__row {
  justify-content: space-between;
}
@media (max-width: 760px) {
  .accordion-blue__contents .block-plus__row .wp-block-image img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2.5rem;
  }
}

/** ==========================================================================
*
*  共通
*
========================================================================== **/
@media (max-width: 760px) {
  .l-event-rec.l-other_article .wp-block-group__inner-container h2 {
    font-size: 5.5vw !important;
  }
}

.l-event-rec.l-other_article .wp-block-group__inner-container p {
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
  margin-bottom: 2rem !important;
}

.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  border: 1px solid #A7A7A7;
  background: #fff;
  color: #242424;
  text-decoration: none;
  z-index: 1;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  width: 24px;
  height: 24px;
  background: url(images/icon_arrow_circle_red.svg) no-repeat center/contain;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::before {
  background: #DE273A;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  color: #fff;
}
.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover::after {
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
}

/** ==========================================================================
*
*  施工事例 works
*
========================================================================== **/
.works-template-default.single-works .p-title-en h4 strong {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.works-template-default.single-works .l-main__body .wp-block-image img {
  aspect-ratio: 4/3 !important;
}
.works-template-default.single-works .l-voice__info {
  margin-top: 1rem;
}
.works-template-default.single-works .l-works-staff__list {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}
.works-template-default.single-works .l-works-staff__list-item {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.works-template-default.single-works .ark-block-slider .swiper.-thumb {
  margin: 24px 0 8px;
}
@media (max-width: 760px) {
  .works-template-default.single-works .ark-block-slider .swiper.-thumb {
    margin: 16px 0 8px;
  }
}
.works-template-default.single-works .swiper.-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
}

/** ==========================================================================
*
*  土地情報 land
*
========================================================================== **/
.post-type-archive-land .p-postList__body .p-info {
  background: #F5F1E9;
}
.post-type-archive-land .qms4__post-list__button {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.post-type-archive-land .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
  width: 48.5%;
}
.post-type-archive-land .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  width: 100%;
  padding: 12px 0;
  font-size: 0.8rem;
  padding-right: 12px;
}
.post-type-archive-land .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  width: 18px;
  height: 18px;
}
.post-type-archive-land .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
  width: 48.5%;
}
.post-type-archive-land .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  text-decoration: none;
  width: 100%;
  padding: 12px 0;
  font-size: 0.8rem;
  padding-right: 12px;
}
.post-type-archive-land .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  width: 18px;
  height: 18px;
}
.post-type-archive-land .p-postList.-type-card .p-postList__item {
  margin-bottom: 6.5rem;
}
.post-type-archive-land .p-postList.-type-card .p-postList__link {
  height: 92% !important;
}

.single-land .wp-block-group__inner-container .is-style-en_title-heading {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.single-land .p-entry__head .p-entry__thumb {
  width: 100%;
}
@media (min-width: 761px) {
  .single-land .p-entry__head .p-entry__thumb {
    width: 80%;
  }
}
.single-land .p-entry__head .p-entry__thumb img {
  aspect-ratio: 3/2;
}
.single-land .l-main__body .wp-block-image img {
  aspect-ratio: 4/3 !important;
}
.single-land .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after {
  width: 24px;
  height: 24px;
  background: url(images/icon_arrow_circle_f-brown.svg) no-repeat center/contain;
}
.single-land .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::after {
  background: url(images/icon_arrow_circle_brown.svg) no-repeat center/contain;
}
.single-land .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  width: 24px;
  height: 24px;
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
}
.single-land .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::after {
  background: url(images/icon_arrow_circle_red.svg) no-repeat center/contain;
}
.single-land .ark-block-slider .swiper.-thumb {
  margin: 24px 0 8px;
}
@media (max-width: 760px) {
  .single-land .ark-block-slider .swiper.-thumb {
    margin: 16px 0 8px;
  }
}
.single-land .swiper.-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.single-land .p-tel {
  font-weight: 700;
}

/** ==========================================================================
*
*  分譲情報 house
*
========================================================================== **/
.post-type-archive-house .p-postList__body .p-info {
  background: #F5F1E9;
}
.post-type-archive-house .qms4__post-list__button {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.post-type-archive-house .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
  width: 48.5%;
}
.post-type-archive-house .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  width: 100%;
  padding: 12px 0;
  font-size: 0.8rem;
  padding-right: 12px;
}
.post-type-archive-house .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  width: 18px;
  height: 18px;
}
.post-type-archive-house .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
  width: 48.5%;
}
.post-type-archive-house .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  text-decoration: none;
  width: 100%;
  padding: 12px 0;
  font-size: 0.8rem;
  padding-right: 12px;
}
.post-type-archive-house .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  width: 18px;
  height: 18px;
}
.post-type-archive-house .p-postList.-type-card .p-postList__item {
  margin-bottom: 6.5rem;
}
.post-type-archive-house .p-postList.-type-card .p-postList__link {
  height: 92% !important;
}

.single-house .wp-block-group__inner-container .is-style-en_title-heading {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.single-house .p-entry__head .p-entry__thumb {
  width: 100%;
}
@media (min-width: 761px) {
  .single-house .p-entry__head .p-entry__thumb {
    width: 80%;
  }
}
.single-house .p-entry__head .p-entry__thumb img {
  aspect-ratio: 3/2;
}
.single-house .l-main__body .wp-block-image img {
  aspect-ratio: 3/2 !important;
}
.single-house .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a::after {
  width: 24px;
  height: 24px;
  background: url(images/icon_arrow_circle_f-brown.svg) no-repeat center/contain;
}
.single-house .is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02.is-style-fill_action02 a:hover::after {
  background: url(images/icon_arrow_circle_brown.svg) no-repeat center/contain;
}
.single-house .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  width: 24px;
  height: 24px;
  background: url(images/icon_arrow_circle_white.svg) no-repeat center/contain;
}
.single-house .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a:hover::after {
  background: url(images/icon_arrow_circle_red.svg) no-repeat center/contain;
}
.single-house .ark-block-slider .swiper.-thumb {
  margin: 24px 0 8px;
}
@media (max-width: 760px) {
  .single-house .ark-block-slider .swiper.-thumb {
    margin: 16px 0 8px;
  }
}
.single-house .swiper.-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.single-house .p-tel {
  font-weight: 700;
}

/** ==========================================================================
*
*  展示場 modelhouse
*
========================================================================== **/
.post-type-archive-modelhouse .p-postList__body .p-info {
  background: #F5F1E9;
}
.post-type-archive-modelhouse .p-postList.-type-card .p-postList__item {
  margin-bottom: 6.5rem;
}
.post-type-archive-modelhouse .p-postList.-type-card .p-postList__link {
  height: 92% !important;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline {
  width: 48.5%;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  width: 100%;
  padding: 12px 0;
  font-size: 0.8rem;
  padding-right: 12px;
}
.post-type-archive-modelhouse .qms4__post-list__button__item.is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  width: 18px;
  height: 18px;
}
.post-type-archive-modelhouse .p-postList__thumb {
  aspect-ratio: 3/2;
}
.post-type-archive-modelhouse .p-postList__thumb figure {
  aspect-ratio: 3/2;
}
.post-type-archive-modelhouse .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 {
  width: 48.5%;
}
.post-type-archive-modelhouse .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a {
  text-decoration: none;
  width: 100%;
  padding: 12px 0 !important;
  font-size: 0.8rem;
  padding-right: 12px !important;
}
.post-type-archive-modelhouse .is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01.is-style-fill_action01 a::after {
  width: 18px;
  height: 18px;
}
.post-type-archive-modelhouse .p-postList__body .p-info-modelhouse {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 16px 16px 14px;
}

.single-modelhouse .wp-block-group__inner-container .is-style-en_title-heading {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.single-modelhouse .p-entry__head .p-entry__thumb {
  width: 80%;
}
@media (max-width: 760px) {
  .single-modelhouse .p-entry__head .p-entry__thumb {
    width: 100%;
  }
}
.single-modelhouse .p-entry__head .p-entry__thumb img {
  aspect-ratio: 3/2;
}
.single-modelhouse .l-main__body .wp-block-image img {
  aspect-ratio: 4/3 !important;
}
.single-modelhouse .l-works-staff__list {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  flex-wrap: wrap;
}
.single-modelhouse .l-works-staff__list-item {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media (max-width: 760px) {
  .single-modelhouse .l-works-staff__list-item {
    width: 100%;
  }
}
.single-modelhouse .ark-block-slider .swiper.-thumb {
  margin: 24px 0 8px;
}
@media (max-width: 760px) {
  .single-modelhouse .ark-block-slider .swiper.-thumb {
    margin: 16px 0 8px;
  }
}
.single-modelhouse .swiper.-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
}

/** ==========================================================================
*
*  新着情報 news
*
========================================================================== **/
.single-news .wp-block-group__inner-container .is-style-en_title-heading {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.single-news .p-entry__head .p-entry__thumb img {
  aspect-ratio: 4/3 !important;
}

/** ==========================================================================
*
*  スタッフ member
*
========================================================================== **/
.single-member .wp-block-group__inner-container .is-style-en_title-heading {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.single-member .p-entry__head .p-entry__thumb img {
  aspect-ratio: 4/3 !important;
}

/** ==========================================================================
*
*  イベント event
*
========================================================================== **/
.l-event-reco__title h4.wp-block-heading.is-style-en_title-heading strong {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}

.wp-block-group.l-event-category .wp-block-group.l-event_hash .qms4__term-list .widget__main-list:not(:root) li {
  border: none;
}
.wp-block-group.l-event-category .wp-block-group.l-event_hash .widget__main-list li a::before {
  content: "#";
  padding-right: 2px;
}

.l-event-reco__postlist .qms4__post-list__post-thumbnail img {
  aspect-ratio: 1/1 !important;
}
.l-event-reco__postlist ul.qms4__post-list__terms.qms4__post-list__terms--taxonomy-event__hash {
  overflow: visible;
  max-height: fit-content;
}
.l-event-reco__postlist ul.qms4__post-list__terms.qms4__post-list__terms--taxonomy-event__hash .qms4__post-list__terms__icon {
  background-color: transparent;
  border: none;
  color: #242424;
}
.l-event-reco__postlist ul.qms4__post-list__terms.qms4__post-list__terms--taxonomy-event__hash .qms4__post-list__terms__icon::before {
  content: "#";
  padding-right: 2px;
}

.qms4__block__event-calendar__display-list .qms4__block__event-calendar__display-list-item__thumbnail img {
  aspect-ratio: 1/1;
}

.post-type-archive.post-type-archive-event .p-postList__thumb .c-postThumb__figure {
  aspect-ratio: 1/1;
}
.post-type-archive.post-type-archive-event .event-hash .widget__main-list:not(:root) li {
  border: none;
}
.post-type-archive.post-type-archive-event .event-hash .widget__main-list li a::before {
  content: "#";
  padding-right: 2px;
}
.post-type-archive.post-type-archive-event .p-postList__meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
.post-type-archive.post-type-archive-event .new:after {
  font-family: "times-new-roman", sans-serif !important;
  font-size: 15px;
  line-height: 56px;
  top: 15px;
  left: 15px;
  width: 56px;
  height: 56px;
}

.single-event .p-entry__thumb {
  width: 70% !important;
  max-width: 500px !important;
}
.single-event .p-entry__thumb img {
  aspect-ratio: 1/1 !important;
}
.single-event .u-flex--aic,
.single-event .u-flex--aicw {
  display: block;
}
.single-event .u-flex--aicw {
  text-align: center;
}
.single-event .l-event-rec .wp-block-group__inner-container .is-style-en_title-heading {
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}

/** ==========================================================================
*
*  form
*
========================================================================== **/
.page-id-157 .l-footer__bg,
.page-id-145 .l-footer__bg,
.page-id-153 .l-footer__bg,
.page-id-149 .l-footer__bg,
.page-id-989 .l-footer__bg {
  display: none;
}

.page-id-157 .l-footer .l-footer_bg,
.page-id-157 .l-footer .l-footer-contact,
.page-id-157 .l-footer .l-footer-sns,
.page-id-157 .l-footer .l-line__link,
.page-id-157 .l-footer .l-footer-message,
.page-id-157 .l-footer .l-footer-main,
.page-id-157 .l-footer .wp-block-cover,
.page-id-145 .l-footer .l-footer_bg,
.page-id-145 .l-footer .l-footer-contact,
.page-id-145 .l-footer .l-footer-sns,
.page-id-145 .l-footer .l-line__link,
.page-id-145 .l-footer .l-footer-message,
.page-id-145 .l-footer .l-footer-main,
.page-id-145 .l-footer .wp-block-cover,
.page-id-153 .l-footer .l-footer_bg,
.page-id-153 .l-footer .l-footer-contact,
.page-id-153 .l-footer .l-footer-sns,
.page-id-153 .l-footer .l-line__link,
.page-id-153 .l-footer .l-footer-message,
.page-id-153 .l-footer .l-footer-main,
.page-id-153 .l-footer .wp-block-cover,
.page-id-149 .l-footer .l-footer_bg,
.page-id-149 .l-footer .l-footer-contact,
.page-id-149 .l-footer .l-footer-sns,
.page-id-149 .l-footer .l-line__link,
.page-id-149 .l-footer .l-footer-message,
.page-id-149 .l-footer .l-footer-main,
.page-id-149 .l-footer .wp-block-cover,
.page-id-989 .l-footer .l-footer_bg,
.page-id-989 .l-footer .l-footer-contact,
.page-id-989 .l-footer .l-footer-sns,
.page-id-989 .l-footer .l-line__link,
.page-id-989 .l-footer .l-footer-message,
.page-id-989 .l-footer .l-footer-main,
.page-id-989 .l-footer .wp-block-cover {
  display: none !important;
}

/** ==========================================================================
*
*  thanks
*
========================================================================== **/
.l-thanks__text {
  line-height: 2;
}

.l-thanks__btn {
  margin-top: 3vw;
}

/** ==========================================================================
*
*  よくある質問 faq
*
========================================================================== **/
.l-faq__anc-list .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a {
  border: 1px solid #A7A7A7;
}
.l-faq__anc-list .is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor.is-style-anchor a::before {
  background: #DE273A;
}

/** ==========================================================================
*
*  プライバシー・クッキーポリシー privacy
*
========================================================================== **/
.l-policy__container {
  margin-bottom: 80px;
}
.l-policy__container .p-item__title {
  margin-top: 20px;
}
.l-policy__intro {
  margin-bottom: 36px;
}
.l-policy__title:first-child {
  margin-bottom: 16px;
}

/** ==========================================================================
*
* 会社概要
*
========================================================================== **/
.l-company-info .p-title-en h4 strong {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.l-company-info table {
  border-top: none;
  border-right: none;
}
.l-company-info .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .l-company-info .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: none;
}
.l-company-info__table {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}
.l-company-info__table tr {
  border-top: 1px solid #BEBEBE;
}
.l-company-info__table tr:last-child {
  border-bottom: 1px solid #BEBEBE;
}
.l-company-info__table th,
.l-company-info__table td {
  padding: 20px 20px 20px 10px !important;
}
@media (max-width: 760px) {
  .l-company-info__table th,
  .l-company-info__table td {
    padding: 15px 0 15px 10px !important;
  }
}
.l-company-info__table th {
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-company-info__table th {
    width: 25%;
  }
}
.l-company-info__table td a .arkb-format-1 {
  display: inline-block;
  background: #333333;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  padding: 2px 8px;
  margin-left: 8px;
}
@media (max-width: 760px) {
  .l-company-info__table td a .arkb-format-1 {
    margin-left: 0;
  }
}
.l-company-info__table td a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 761px) {
  .l-company-info__table td a[href^="tel:"] {
    pointer-events: none;
  }
}

.l-company-message .p-title-en h4 strong {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
@media (max-width: 760px) {
  .l-company-message .p-inner .ark-block-columns__inner {
    flex-direction: column-reverse;
  }
}

.l-company-history .p-title-en h4 strong {
  font-family: "times-new-roman", sans-serif !important;
  text-transform: uppercase;
  font-size: 14px !important;
  margin-top: 0.6rem !important;
}
.l-company-history table {
  border-top: none;
  border-right: none;
}
.l-company-history .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th, .l-company-history .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border: none;
}
.l-company-history__table {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}
.l-company-history__table tr {
  border-top: 1px solid #BEBEBE;
}
.l-company-history__table tr:last-child {
  border-bottom: 1px solid #BEBEBE;
}
.l-company-history__table th,
.l-company-history__table td {
  padding: 14px 20px 14px 10px !important;
}
@media (max-width: 760px) {
  .l-company-history__table th,
  .l-company-history__table td {
    padding: 15px 0 15px 10px !important;
  }
}
.l-company-history__table th {
  font-weight: 500;
  width: 140px;
}
@media (max-width: 760px) {
  .l-company-history__table th {
    width: 20%;
  }
}
.l-company-history__table td a {
  display: inline-block;
  background: #333333;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  padding: 2px 8px;
  margin-left: 8px;
}

/*# sourceMappingURL=style02.css.map */
