@charset "UTF-8";
/*
Theme Name:switch_tcd063_child
Version:1.0
Template:switch_tcd063
*/
/*** The new CSS reset - version 1.8.4 (last updated 14.2.2023) ***/
@import url("https://fonts.googleapis.com/css2?family=Balthazar&family=Bellefair&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Oswald:wght@200;300;400;500;600;700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poiret+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #292f33;
}

body p {
  color: #292f33;
  font-family: "Noto Serif JP", sans-serif;
  margin: 0;
  line-height: 1.8;
}

body a {
  color: #292f33;
  font-family: "Noto Serif JP", sans-serif;
  margin: 0;
  line-height: 1.8;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

/**slider**/
.slick-slide {
  height: 100vh !important;
}
@media (max-width: 1450px) {
  .slick-slide {
    height: 100% !important;
  }
}

.header_box {
  position: absolute;
  display: flex;
  gap: 15px;
  top: 0;
  right: 25px;
  height: 90px;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .header_box {
    display: none;
  }
}
.header_box .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #292f33;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.353;
}
.header_box .tel {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.p-global-nav > ul > li > a {
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 1480px) {
  .p-global-nav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .p-global-nav > ul > li > a {
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 1280px) {
  .p-global-nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1240px) {
  .p-global-nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .p-global-nav > ul > li > a {
    font-size: 16px;
  }
}

/**slider**/
.slick-slide {
  height: 100vh !important;
}
@media (max-width: 1450px) {
  .slick-slide {
    height: 100% !important;
  }
}
.slick-slide .slick-slide {
  height: 100vh !important;
}
@media (max-width: 1450px) {
  .slick-slide .slick-slide {
    height: 100% !important;
  }
}
.slick-slide #menu-header {
  margin-right: 390px;
}
@media (max-width: 1199px) {
  .slick-slide #menu-header {
    margin-right: 0;
  }
}
.slick-slide .p-header-content__title {
  opacity: 1;
}
.slick-slide .header_main {
  position: relative;
}
.slick-slide .p-header-content__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.slick-slide .l-header__logo img {
  width: 180px;
  height: auto;
}
@media (max-width: 1199px) {
  .slick-slide .l-header__logo img {
    width: 120px;
    height: auto;
  }
}
.slick-slide .l-header__inner {
  max-width: 100%;
  width: 100%;
  margin-left: clamp(30px, 4.39238653vw, 60px);
}
@media (max-width: 1199px) {
  .slick-slide .l-header__inner {
    margin-left: 0;
  }
}
.slick-slide #js-header {
  overflow: hidden;
}
.slick-slide .slider_title {
  margin-top: clamp(25px, 3.074670571vw, 42px);
  font-size: clamp(24px, 2.196193265vw, 30px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.slick-slide .slider_space {
  display: none;
}
@media (max-width: 600px) {
  .slick-slide .slider_space {
    display: block;
  }
}

#menu-header {
  margin-right: 390px;
}
@media (max-width: 1199px) {
  #menu-header {
    margin-right: 0;
  }
}

.p-header-content__title {
  opacity: 1;
}

.header_main {
  position: relative;
}

.p-header-content__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.l-header__logo img {
  width: 180px;
  height: auto;
}
@media (max-width: 1199px) {
  .l-header__logo img {
    width: 120px;
    height: auto;
  }
}

.l-header__inner {
  max-width: 100%;
  width: 100%;
  margin-left: clamp(30px, 4.39238653vw, 60px);
}
@media (max-width: 1199px) {
  .l-header__inner {
    margin-left: 0;
  }
}

#js-header {
  overflow: hidden;
}
@media (max-width: 1199px) {
  #js-header {
    overflow: visible;
  }
}

.slider_title {
  margin-top: clamp(25px, 3.074670571vw, 42px);
  font-size: clamp(24px, 2.196193265vw, 30px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

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

.p-index-content01 {
  background: url(/wp-content/uploads/top_blackbg.jpg) no-repeat center center !important;
  background-size: cover !important;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .p-index-content01 {
    background: url(/wp-content/uploads/top_blackbg.jpg) no-repeat !important;
    background-size: cover !important;
    margin-bottom: 0;
    background-position-y: -1px !important;
  }
}

.p-index-content01__title {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(20px, 1.6837481698vw, 23px) !important;
  margin-bottom: clamp(25px, 2.9282576867vw, 40px);
}
@media (max-width: 650px) {
  .p-index-content01__title {
    text-align: start;
  }
}
@media (max-width: 425px) {
  .p-index-content01__title {
    font-size: 19px !important;
  }
}

.p-index-content01__desc {
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif !important;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.1713030747vw, 16px) !important;
}
@media (max-width: 650px) {
  .p-index-content01__desc {
    text-align: start;
  }
}
@media (max-width: 360px) {
  .p-index-content01__desc {
    font-size: 13px !important;
  }
}

.p-index-content01__link {
  background: #292f33 !important;
}

@media (max-width: 767px) {
  .p-index-content02 {
    padding-top: 20px !important;
  }
}

.p-index-content02__content {
  padding: clamp(70px, 7.027818448vw, 96px) 20px clamp(75px, 7.3938506589vw, 101px);
  background: #f9f9f4 !important;
}
.p-index-content02__content .box_logo {
  text-align: center;
  margin-bottom: clamp(40px, 3.6603221083vw, 50px);
}
.p-index-content02__content .box_logo img {
  max-width: 108px;
  width: 100%;
  height: auto;
}
.p-index-content02__content .p-index-content02__cat {
  font-family: "Balthazar", serif;
  font-size: clamp(42px, 3.6603221083vw, 50px);
  margin-bottom: clamp(30px, 3.074670571vw, 42px);
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-index-content02__content .p-index-content02__title {
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(20px, 1.6105417277vw, 22px) !important;
  margin-bottom: clamp(50px, 3.6603221083vw, 50px);
  line-height: 1.694;
  color: #292f33 !important;
}
@media (max-width: 425px) {
  .p-index-content02__content .p-index-content02__title {
    font-size: 20px !important;
  }
}
.p-index-content02__content .p-index-content02__desc {
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: clamp(14px, 1.1713030747vw, 16px) !important;
  color: #292f33 !important;
}
@media (max-width: 769px) {
  .p-index-content02__content .p-index-content02__desc {
    text-align: start;
  }
}

.p-cb {
  padding-top: 0;
}

.p-index-content02_wrap {
  background: url(/wp-content/uploads/top_conceptbg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: clamp(70px, 7.3206442167vw, 100px);
}

.p-article01 {
  border: none;
}

.p-article01__date.p-triangle {
  display: none !important;
}

.p-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: clamp(20px, 2.635431918vw, 36px);
       column-gap: clamp(20px, 2.635431918vw, 36px);
}
@media (max-width: 769px) {
  .p-blog-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .p-blog-list {
    grid-template-columns: 1fr;
  }
}

.p-blog-list__item {
  width: 100%;
}

.p-article01__img {
  position: relative;
}
.p-article01__img .cat_content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(150px, 14.6412884334vw, 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  color: #fff;
  background: #c43737;
  font-weight: 400;
  font-size: clamp(12px, 1.0980966325vw, 15px);
}

.p-article01__content {
  background: #fff;
}

.p-index-content02 {
  padding-bottom: clamp(70px, 7.3206442167vw, 100px);
}

.p-index-content08__btn {
  top: 0;
}

.p-index-content08_wrap {
  padding-top: clamp(70px, 6.6617862372vw, 91px);
  background: #fff;
}

.p-index-content08 {
  background: #fff;
}

.p-headline02__title {
  font-family: "Balthazar", serif !important;
  color: #292f33 !important;
  font-weight: 400 !important;
  font-size: clamp(42px, 3.6603221083vw, 50px);
  letter-spacing: 0.1em;
}

.p-headline02__sub {
  display: none;
  line-height: 1;
  margin-left: 21px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .p-index-content08 {
    padding-bottom: 50px;
  }
}

.p-index-content08__btn a {
  width: 200px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #292f33;
  border-radius: 4px;
  transition: 0.4s;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-index-content08__btn a {
    margin: 0 auto;
  }
}
.p-index-content08__btn a:hover {
  background: #ab2727;
  color: #fff;
  transition: 0.4s;
}

.p-index-content04_wrap .l-inner {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}

.p-index-content04 {
  padding: 0;
}
.p-index-content04 .p-headline02__title {
  font-family: "Balthazar", serif !important;
  color: #292f33;
  font-size: clamp(28px, 2.7818448023vw, 38px) !important;
  font-weight: 400;
}
.p-index-content04 .p-headline02__sub {
  line-height: 1;
  margin-left: 21px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 500 !important;
}

.p-index-content04__col--news {
  background: #f7f6f3;
  position: relative;
  padding: 67px 52px 120px 52px;
}
@media (max-width: 600px) {
  .p-index-content04__col--news {
    padding: 67px 30px 120px 30px;
  }
}
@media (max-width: 425px) {
  .p-index-content04__col--news {
    padding: 67px 20px 120px 20px;
  }
}
.p-index-content04__col-list {
  margin-bottom: clamp(40px, 4.6852122987vw, 64px) !important;
}

.p-index-content04__col--event {
  background: #f7f6f3;
  position: relative;
  padding: 67px 52px 0px 52px;
  color: #292f33;
}
@media (max-width: 600px) {
  .p-index-content04__col--event {
    padding: 67px 30px 0px 30px;
  }
}
@media (max-width: 425px) {
  .p-index-content04__col--event {
    padding: 67px 20px 0px 20px;
  }
}
.p-index-content04__col--event .p-headline02__title {
  color: #292f33 !important;
}

.p-index-content04__col {
  width: 50%;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .p-index-content04__col {
    width: 100%;
  }
}

.p-article09__date {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #292f33;
}

.p-index-content04__col--news .p-index-content04__col-link a {
  color: #292f33 !important;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  width: 171px;
  height: 54px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin: 0 auto;
  transition: 0.4s;
  justify-content: center;
  border: 1px solid #292f33;
}
.p-index-content04__col--news .p-index-content04__col-link a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.p-cb__item,
.p-cb__item:last-child {
  margin-bottom: 0 !important;
}

.p-index-content04__col-link a::after {
  display: none;
}

.s01 {
  background: #fff;
  padding-bottom: clamp(80px, 8.0527086384vw, 110px);
  padding-top: clamp(70px, 7.3206442167vw, 100px);
}
.s01 .inner {
  max-width: 1326px;
  width: 100%;
  margin: 0 auto;
}
.s01 .inner .wrap {
  margin: 0 20px;
}
.s01 .inner .wrap .flex_box {
  display: flex;
  -moz-column-gap: clamp(21px, 3.074670571vw, 42px);
       column-gap: clamp(21px, 3.074670571vw, 42px);
  margin-bottom: clamp(80px, 8.0527086384vw, 110px);
}
@media (max-width: 991px) {
  .s01 .inner .wrap .flex_box {
    flex-direction: column;
    row-gap: 30px;
  }
}
.s01 .inner .wrap .flex_box .col {
  width: 50%;
}
@media (max-width: 991px) {
  .s01 .inner .wrap .flex_box .col {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
}
.s01 .inner .wrap .flex_box .col a {
  transition: 0.4s;
}
.s01 .inner .wrap .flex_box .col a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.s01 .inner .wrap .flex_box .col .main_card {
  position: relative;
}
.s01 .inner .wrap .flex_box .col .main_card .stick {
  position: absolute;
  top: -21px;
  right: 0;
  padding: 11px 12px 16px 21px;
  color: #292f33;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  background: #fff;
  text-align: center;
}
@media (max-width: 425px) {
  .s01 .inner .wrap .flex_box .col .main_card .stick {
    font-size: 15px;
  }
}
.s01 .inner .wrap .flex_box .col .main_card .arrow {
  position: absolute;
  bottom: 11px;
  right: 10px;
  width: 80px;
  height: auto;
}
@media (max-width: 425px) {
  .s01 .inner .wrap .flex_box .col .main_card .arrow {
    width: 60px;
  }
}
.s01 .inner .wrap .flex_box .col .card {
  padding: clamp(20px, 2.196193265vw, 30px) 0;
  background: #fff;
  height: 140px;
}
.s01 .inner .button_flex {
  display: flex;
  gap: clamp(25px, 2.9282576867vw, 40px);
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .s01 .inner .button_flex {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
.s01 .inner .col {
  width: 50%;
}
@media (max-width: 769px) {
  .s01 .inner .col {
    width: 100%;
  }
}
.s01 .inner .col .button a {
  max-width: 340px;
  width: 100%;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-top: 1px solid #292f33;
  border-bottom: 1px solid #292f33;
  color: #292f33;
  font-weight: bold;
  font-size: 18px;
  transition: 0.4s;
}
.s01 .inner .col .button a:hover {
  padding-left: 20px;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .s01 .inner .col .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .s01 .inner .col .button a {
    width: 280px;
    padding-left: 50px;
  }
}
.s01 .inner .col .button a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}
.s01 .bg1 a::after {
  background: url(/wp-content/uploads/top_order.jpg) no-repeat center center;
  background-size: cover;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
}
.s01 .bg2 a::after {
  background: url(/wp-content/uploads/top_zeh72.jpg) no-repeat center center;
  background-size: cover;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  content: "";
}

.l-footer .button_flex {
  display: flex;
  gap: clamp(25px, 2.9282576867vw, 40px);
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .l-footer .button_flex {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
.l-footer .col {
  width: 50%;
}
@media (max-width: 769px) {
  .l-footer .col {
    width: 100%;
  }
}
.l-footer .col .button a {
  max-width: 400px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  padding-right: 105px;
  transition: 0.4s;
}
@media (max-width: 425px) {
  .l-footer .col .button a {
    font-size: 20px;
    padding-right: 60px;
  }
}
.l-footer .col .button a:hover {
  padding-right: 85px;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .l-footer .col .button a {
    margin: 0 auto;
  }
}
.l-footer .col .button a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 7%;
}

.p-footer-link__title {
  font-weight: 400 !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(22px, 1.9033674963vw, 26px) !important;
  margin-bottom: 30px !important;
}
@media (max-width: 615px) {
  .p-footer-link__title {
    text-align: start;
  }
}
@media (max-width: 425px) {
  .p-footer-link__title {
    font-size: 20px !important;
  }
}

.p-footer-link__desc {
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: clamp(14px, 1.1713030747vw, 16px) !important;
  line-height: 1.8 !important;
  margin-bottom: 50px !important;
}
@media (max-width: 815px) {
  .p-footer-link__desc {
    text-align: start;
  }
}

.p-info {
  background: #fff !important;
}
.p-info .inner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.p-info .inner .wrap {
  margin: 0 20px;
}
.p-info .inner .wrap .footer_logo {
  margin-bottom: 33px;
}
.p-info .inner .wrap .address {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 34px;
  color: #292f33;
  letter-spacing: 0.04em;
}
.p-info .inner .wrap .bold {
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-info .button a {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: 90px;
  background: #c43737;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #fff;
  font-size: clamp(16px, 1.317715959vw, 18px);
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.4s;
}
.p-info .button a span {
  font-family: "Noto Serif JP", sans-serif;
}
.p-info .button a:hover {
  transition: 0.4s;
  background: #ab2727;
}
@media (max-width: 500px) {
  .p-info .pc {
    display: none;
  }
}
.p-info .sp {
  display: none;
}
@media (max-width: 500px) {
  .p-info .sp {
    display: inherit;
  }
}

.p-footer-nav {
  padding-top: clamp(50px, 6.0761346999vw, 83px);
  padding-bottom: clamp(30px, 3.8799414348vw, 53px);
  color: #fff !important;
  background: #292f33 !important;
  border-bottom: none !important;
}
.p-footer-nav a {
  color: #fff !important;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 500;
  line-height: 1.8;
}

#js-pagetop {
  background: #c43737 !important;
}

.p-footer-nav li + li::before {
  margin: 0 clamp(10px, 1.8301610542vw, 25px);
}
@media (max-width: 1170px) {
  .p-footer-nav li + li::before {
    display: none;
  }
}

@media (max-width: 1170px) {
  .p-footer-nav li {
    height: 30px;
  }
}

#menu-footer {
  padding: 40px 20px 0 20px;
  flex-wrap: wrap;
}
@media (max-width: 1170px) {
  #menu-footer {
    display: block;
    text-align: start;
    padding: 40px 20px 0 20px;
  }
}

.c-footer-bar__item:first-child {
  background: #292f33;
}
.c-footer-bar__item:first-child a {
  color: #fff;
}

.sbi_follow_btn a {
  background: #c43737 !important;
}
.sbi_follow_btn a:hover {
  background: #d69968 !important;
}

#sbi_load {
  padding-top: 20px;
}

.p-index-content08_wrap .p-article01__content {
  display: none !important;
}

#menu-item-93 a {
  position: relative;
}
#menu-item-93 a::after {
  content: "外装リフォーム";
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  position: absolute;
  top: 16px;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  #menu-item-93 a::after {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  #menu-item-93 a::after {
    display: none;
  }
}

#menu-item-171 a {
  position: relative;
}
#menu-item-171 a::after {
  content: "長期優良住宅";
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  position: absolute;
  top: 16px;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 1300px) {
  #menu-item-171 a::after {
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  #menu-item-171 a::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */