@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&family=Roboto+Condensed:wght@300;400&display=swap");
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1131px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  .is-sp {
    display: none;
  }
}
.p0 {
  padding: 0 !important;
}

body {
  font-family: "Roboto Condensed", "Quicksand", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

li.c-meta__item.c-meta__item--author {
  display: none;
}

.page-id-16 .c-entries--panel .c-entry-summary__content,
.tax-wan_category .c-entries--panel .c-entry-summary__content,
.post-type-archive-wanmember .c-entries--panel .c-entry-summary__content {
  display: block;
}

.page-id-16 .c-entry-summary__body,
.tax-wan_category .c-entry-summary__body,
.post-type-archive-wanmember .c-entry-summary__body {
  text-align: center;
}

.page-id-16 .c-entry-summary__meta,
.tax-wan_category .c-entry-summary__meta,
.post-type-archive-wanmember .c-entry-summary__meta {
  display: none;
}

.member h3.c-entry-summary__title {
  text-align: center;
}

.home .c-entries--panel .c-entry-summary__content {
  display: block;
  text-align: center;
}

.home .c-entry-summary__meta {
  display: none !important;
}

/*=============================================
# top
=============================================== */
.top-text-box {
  margin-top: 25% !important;
}
.top-text-box p {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.top-text-box .wp-block-separator {
  width: 70%;
  margin: 1rem auto 0;
}

@media screen and (max-width: 767px) {
  p.top-sub-text {
    font-size: 22px !important;
  }

  p.top-text {
    font-size: 25px !important;
  }
}
.smb-section__subtitle {
  color: #707070 !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
}

.home h2.smb-section__title {
  letter-spacing: 2px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

.service-img {
  margin-top: 2rem !important;
}

.service {
  max-width: 960px !important;
  width: 100% !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-30%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .service {
    width: 95% !important;
    transform: translateY(-20%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  .service {
    width: 90% !important;
  }
}
.service::before {
  content: "";
  width: 98%;
  height: 95%;
  border: 1px solid #E16B46;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .service::before {
    width: 95%;
    height: 94%;
  }
}
@media screen and (max-width: 767px) {
  .service .list1 {
    padding-left: 4rem;
    font-size: 14px !important;
  }
}
.service .is-style-sme-list-remark li:before {
  left: calc(-1.5em - 24px);
  position: absolute;
  color: #DE0101;
}
.service .is-style-sme-list-remark li:nth-child(1)::before {
  content: "01 ー ";
}
.service .is-style-sme-list-remark li:nth-child(2)::before {
  content: "02 ー ";
}
.service .is-style-sme-list-remark li:nth-child(3)::before {
  content: "03 ー ";
}
.service .is-style-sme-list-remark li:nth-child(4)::before {
  content: "04 ー ";
}
.service .icon {
  position: absolute;
  bottom: -3rem;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .service .icon {
    bottom: -6rem;
    right: 0rem;
    z-index: 3;
  }
  .service .icon img {
    width: 110px;
  }
}

.main-btn a {
  padding: 1.2rem 7rem !important;
  font-size: 15px;
  letter-spacing: 3px;
  position: relative;
  color: #ffffff;
}
.main-btn a::after {
  content: "\f061";
  transform: translate(0, -50%);
  position: absolute;
  right: 7%;
  top: 50%;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}

.touroku-inner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.touroku-img {
  position: absolute;
  bottom: -3rem;
  right: 32%;
}
@media screen and (max-width: 767px) {
  .touroku-img {
    right: 10%;
  }
  .touroku-img img {
    width: 88px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  .touroku-img {
    right: 26%;
  }
}

.touroku {
  font-size: 1.2rem !important;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .touroku {
    font-size: 1rem !important;
  }
}
.touroku::before, .touroku::after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #707070;
}
.touroku::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.touroku::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.message {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .message p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .message-section {
    padding: 1em;
  }
}
.message-box {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

input.smf-text-control__control {
  width: 100%;
}

.contact-doui-text {
  margin-top: 1rem !important;
}
@media screen and (max-width: 767px) {
  .contact-doui-text {
    text-align: left;
  }
}

.scroll-text {
  height: 300px;
  padding: 2rem;
  border: 1px solid #E16B46;
  overflow: auto;
  background: #fff;
  font-size: 14px;
}

.form-kiyaku .smf-checkboxes-control__control {
  text-align: center;
}

form[data-screen=confirm] .form-kiyaku {
  display: none;
}

.contact .smf-action .smf-button-control__control {
  background-color: #E16B46;
  background-image: none !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff;
  padding: 1rem 0 !important;
  width: 316px;
}

/*=============================================
# footer
=============================================== */
p.company-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
p.company-name span {
  font-size: 18px;
}

p.company-access {
  margin-top: 1rem !important;
  letter-spacing: 0.1em;
}

p.company-text {
  margin-top: 0 !important;
  font-size: 16px !important;
  letter-spacing: 0.08em;
}
p.company-text a {
  text-decoration: none !important;
  color: #333333;
}

.footer-sns {
  margin-top: 0.5rem !important;
}

.footer-right {
  text-align: center;
}

.footer-inner .widget.widget_nav_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-inner .widget.widget_nav_menu ul {
    justify-content: center !important;
  }
}
.footer-inner .widget.widget_nav_menu ul li {
  margin-top: 0 !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-inner .widget.widget_nav_menu ul li {
    margin: 8px;
  }
}

.footer-inner {
  padding-top: 3rem !important;
  padding-bottom: 0 !important;
}

.l-footer-widget-area {
  padding: 0 !important;
}

.c-fluid-container {
  padding: 0 !important;
}

.c-copyright--inverse {
  background-color: #DE0101;
  color: #fff;
}

/*=============================================
# ドロワー
=============================================== */
[id=drawer-nav].c-drawer--overall .c-drawer__inner {
  margin-top: 3rem;
}

.c-drawer__inner ul {
  font-size: 20px;
  letter-spacing: 0.1em;
  max-width: 350px;
  width: 100%;
  margin: 5% auto 0;
}
@media screen and (max-width: 767px) {
  .c-drawer__inner ul {
    font-size: 16px;
  }
}
.c-drawer__inner ul li {
  margin: 1rem 0;
}
.c-drawer__inner ul li small {
  display: block;
  opacity: 0.8;
}

[id=drawer-nav].c-drawer--overall .c-drawer__controls {
  right: 10%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  [id=drawer-nav].c-drawer--overall .c-drawer__controls {
    right: 5%;
  }
}

/*=============================================
# 検索
=============================================== */
@media screen and (max-width: 767px) {
  .sp-f18 {
    font-size: 18px !important;
  }
}
.search ul {
  padding: 0 !important;
}

.page-id-16 .l-contents__inner {
  margin-top: 0 !important;
}

.searchandfilter ul {
  text-align: center;
}
.searchandfilter ul li {
  list-style: none;
  display: inline-block !important;
  padding: 0;
  margin: 0;
}

select.sf-input-select {
  padding: 1rem 2rem 1rem 1rem;
  margin: 0 1rem;
  min-width: 200px !important;
  border: 1px solid #DBDBDB;
  color: #585858;
}

.searchandfilter ul li.sf-field-submit {
  display: block !important;
  margin-top: 2rem !important;
}

input[type=submit] {
  padding: 1rem 0;
  width: 240px !important;
  border-radius: 50px;
  border: none !important;
  background: #DE0101;
  color: #fff;
}
input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
}

.category-btn {
  position: relative;
}
.category-btn::after {
  content: "\f061";
  transform: translate(0, -50%);
  position: absolute;
  right: 7%;
  top: 50%;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.member-section h2 {
  background: none !important;
  border: none !important;
  text-align: center;
  font-size: 1.8rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .member-section h2 {
    font-size: 1.4rem;
    margin: 3rem 0;
  }
}
.member-section h3 {
  color: #de0101;
  border-bottom: none !important;
  margin-bottom: 0.5rem !important;
}
.member-section p {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 1rem;
}
.member-section .insta-box {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 1rem;
}
.member-section .insta-box p {
  border: none !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .page-id-16 .c-entries__item {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
.wan-info-group {
  margin-top: 10% !important;
}
@media screen and (max-width: 767px) {
  .wan-info-group {
    margin-top: 20% !important;
  }
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
  /* デフォルトの矢印を無効(IE用) */
}

.back-none {
  background: transparent !important;
}

@media screen and (max-width: 767px) {
  .service-img img {
    height: 165px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .message-img img {
    height: 200px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #de0101;
}