@charset "UTF-8";
/*
 * foundation
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 400;
  min-width: 1340px;
  font-size: 1.125rem;
}

a {
  text-decoration: underline;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 好みで使用してください
p, dl, dt, dd, ul, li{
    line-height: 1.5;
    font-feature-settings : "palt";
    text-align:justify; 
    text-justify: inter-ideograph;
}
*/
li {
  line-height: 1.8;
  font-size: 1.125rem;
}

.sp {
  display: none !important;
}

.no-mt {
  margin-top: 0 !important;
}

p {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .pc-inline {
    display: inline !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .pc,
  .pc-inline {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/* ブロックスキップ */
.skip-link {
  position: absolute;
  top: -40px; /* 見えないように上に隠す */
  left: 0;
  background: var(--color-main);
  color: #fff;
  padding: 5px 16px;
  z-index: 1000;
  text-decoration: none;
  font-size: 1rem;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0; /* フォーカス時に表示 */
}

@media screen and (max-width: 767px) {
  .skip-link:focus {
    top: 80px;
  }
}
/* Autoprefixerを使用した場合の書き方 */
input[type=submit],
input[type=button] {
  border-radius: 0;
  box-sizing: content-box;
  appearance: button;
  border: none;
  cursor: pointer;
}

/*
 * layout
 */
/* header -------------------------------------- */
.l-header {
  height: 141px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  min-width: 1340px;
}
.l-header .l-header__head {
  width: 100%;
  height: 111px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.l-header .l-header__head.hide {
  background-color: transparent;
}
.l-header .l-header__head.hide .logo img {
  width: 210px;
  height: auto;
}
.l-header .l-header__head.hide .hdr-contact-area {
  right: 10px;
  top: 0;
}
.l-header .l-header__head.hide .hdr-contact-area .c-nav {
  display: none;
}
.l-header .l-header__head.hide .hdr-contact-area .hdr-contact a {
  font-size: 1.5rem;
}

.logo {
  margin-left: 50px;
  margin-top: 15px;
}
.logo img {
  width: 210px;
  transition: 0.3s;
}

@media screen and (max-width: 1500px) {
  .logo img {
    width: 150px;
  }
}
.hdr-contact-area {
  height: 111px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 13px 10px 0 0;
}
.hdr-contact-area a {
  transition: 0.3s;
}
.hdr-contact-area a:hover {
  opacity: 0.8;
}

.hdr-contact {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  color: var(--color-dark);
  font-size: 2vw;
  flex-wrap: wrap;
  line-height: 1.2;
  margin-left: 48px;
}
.hdr-contact a {
  text-decoration: none;
}
.hdr-contact a img {
  display: inline-flex;
  margin-right: 5px;
  margin-top: 6px;
}
.hdr-contact a span.addr {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
  text-align: right;
}
.hdr-contact a.contact-btn {
  display: flex;
  background-color: var(--color-accent);
  align-items: center;
  padding: 9px 22px;
  border-radius: 30px;
  margin-left: 16px;
}
.hdr-contact a.contact-btn span {
  font-size: 1.125rem;
  font-weight: 700;
}
.hdr-contact a.contact-btn span.big {
  font-size: 1.25rem;
}
.hdr-contact a.line-btn {
  display: flex;
  background-color: #09AF12;
  align-items: center;
  padding: 9px 22px;
  border-radius: 30px;
  margin-left: 6px;
}
.hdr-contact a.line-btn span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.hdr-contact a.line-btn span.big {
  font-size: 1.375rem;
}

.c-nav {
  margin: -30px auto 0;
  text-align: center;
  z-index: 11;
}

.c-nav-list {
  width: fit-content;
  margin: 0 auto;
  height: 60px;
  border: 4px solid #fff;
  border-radius: 30px;
  background-color: var(--color-light);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.c-nav-list > li {
  list-style: none;
  position: relative;
  padding: 0 20px;
  border-right: 1px dotted var(--color-main);
}
.c-nav-list > li.active {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-main);
}
.c-nav-list > li.active a {
  pointer-events: none;
}
.c-nav-list > li.has-sub {
  position: relative;
}
.c-nav-list > li:nth-last-of-type(1) {
  border-right: none;
  font-size: 1.125rem;
  font-weight: 500;
}
.c-nav-list > li:nth-last-of-type(1) img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.c-nav-list > li:nth-last-of-type(1):hover img,
.c-nav-list > li:nth-last-of-type(1) > ul:hover img {
  transform: rotate(-180deg);
}

.c-nav-list__link {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
.c-nav-list__link:hover {
  color: var(--color-main);
}
.c-nav-list__link::before {
  background: var(--color-main);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.c-nav-list__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c-nav-list-lv2 {
  display: none;
  position: absolute;
  left: -10px;
  top: 30px;
  margin: 0;
  padding: 18px 18px 20px;
  width: 164px;
  height: auto;
  z-index: 3;
  background-color: var(--color-light);
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.c-nav-list-lv2 > li {
  list-style: none;
  border-bottom: 1px dotted var(--color-main);
  padding: 10px 0;
}
.c-nav-list-lv2 > li a {
  text-align: left;
}
.c-nav-list-lv2 > li:nth-last-of-type(1) {
  border-bottom: none;
}

.c-nav-list-lv2__link {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-nav-list-lv2__link:hover {
  color: var(--color-main);
  opacity: 1;
}
.c-nav-list-lv2__link span {
  font-size: 1.625rem;
  line-height: 1;
  color: var(--color-light);
}

@media screen and (max-width: 1300px) {
  .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1270px) {
  .hdr-contact-area {
    min-width: 360px;
    justify-content: center;
  }
  .hdr-contact-area .c-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 0.3s;
    min-width: 100%;
  }
  .l-header .l-header__head {
    height: 60px;
  }
  .l-header.hide {
    background-color: #fff;
  }
  .logo {
    margin-top: 8px;
    margin-left: 16px;
  }
  .logo img {
    width: 56%;
    height: auto;
  }
}
.fix-side {
  position: fixed;
  width: 70px;
  height: 260px;
  right: -300px;
  top: calc(50vh - 130px);
  background-color: var(--color-dark);
  z-index: 99999;
  transition: 0.3s all;
}
.fix-side.active {
  right: 0px;
}
.fix-side a {
  display: block;
  width: 65px;
  height: 250px;
  margin: 5px 0 5px 5px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  transition: 0.3s;
}
.fix-side a img {
  margin-top: 10px;
}
.fix-side a:hover {
  background-color: var(--color-dark);
}

/* footer -------------------------------------- */
.l-footer {
  padding: 68px 0 50px;
}
.l-footer .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footer .ftr-data p.addr {
  margin-top: 30px;
  font-size: 1rem;
}
.l-footer .ftr-data .copyright {
  padding: 47px 0 0;
  font-size: 0.875rem;
}
.l-footer .ftr-data .sns {
  display: flex;
  margin-top: 27px;
}
.l-footer .ftr-data .sns a {
  margin-right: 26px;
}
.l-footer .ftr-data .sns a:hover img {
  opacity: 0.7;
}

.page-thanks .sns {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.page-thanks .sns a {
  margin-right: 26px;
}
.page-thanks .sns a:hover img {
  opacity: 0.7;
}

.ftr-link nav {
  display: flex;
}
.ftr-link nav ul {
  margin-right: 34px;
  padding: 0;
  margin-bottom: 0;
}
.ftr-link nav ul li {
  margin-bottom: 16px;
  margin-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.ftr-link nav ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url(../img/common/ftr-arrow.png);
  margin-right: 5px;
}
.ftr-link nav ul li a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.ftr-link nav ul li a:hover {
  color: var(--color-main);
}
.ftr-link nav ul li.second {
  padding-left: 1em;
}
.ftr-link nav ul li.second::before {
  width: 10px;
  height: 1px;
  background-image: url(../img/common/ftr-line.png);
}
.ftr-link nav ul:nth-of-type(1) {
  width: 260px;
}
.ftr-link nav ul:nth-of-type(2) {
  width: 120px;
}
.ftr-link nav ul:nth-of-type(3) {
  width: 200px;
}
.ftr-link .bnr {
  margin-top: 75px;
}
.ftr-link .bnr a {
  display: flex;
  align-items: center;
  width: 486px;
  height: 100px;
  background-color: #d4d4d4;
  border-radius: 50px;
  padding-left: 36px;
  text-decoration: none;
  font-size: 1rem;
}
.ftr-link .bnr a:hover {
  opacity: 0.7;
  color: var(--color-dark);
}
.ftr-link .bnr a::before {
  content: "●";
  font-size: 8px;
  color: #d3cbc6;
  line-height: 1.3;
  margin-right: 5px;
}

.ftr-fix {
  display: none;
}

#page_top {
  position: fixed;
  bottom: -200px;
  right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(191, 127, 63, 0.8);
}

#page_top a {
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 1rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
  .l-footer .inner {
    width: 100%;
  }
  .l-footer .ftr-data {
    width: 92%;
    margin: 0 auto;
    padding: 44px 0 20px;
  }
  .l-footer .ftr-data .ftr-logo {
    margin: 0 auto;
  }
  .l-footer .ftr-data .addr {
    margin-top: 30px;
    text-align: left;
    font-size: 1rem;
  }
  .l-footer .ftr-data .copyright {
    padding: 5px 0;
    text-align: left;
    margin-top: 40px;
    font-size: 0.625rem;
    display: block;
  }
  .f-link {
    width: 100%;
    background: #452309;
    padding-top: 17px;
    height: 45px;
    color: #fff;
  }
  /* sp-nav */
  .ftr-link {
    margin-left: 10vw;
  }
  .ftr-link .first {
    margin-bottom: 20px;
  }
  .ftr-link .first ul {
    padding-left: 4%;
  }
  .ftr-link .first ul li {
    margin-bottom: 16px;
    margin-left: 0;
    list-style-type: none;
  }
  .ftr-link .first ul li::before {
    content: "●";
    font-size: 8px;
    color: var(--color-main);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-link .first ul li a {
    text-decoration: none;
    font-size: 0.9375rem;
  }
  .ftr-link .first ul li a:hover {
    color: var(--color-dark);
  }
  .ftr-link .second {
    margin-bottom: 20px;
  }
  .ftr-link .second ul {
    padding-left: 4%;
  }
  .ftr-link .second ul li {
    margin-bottom: 16px;
    margin-left: 0;
    list-style-type: none;
  }
  .ftr-link .second ul li::before {
    content: "●";
    font-size: 8px;
    color: var(--color-light);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-link .second ul li a {
    text-decoration: none;
    font-size: 0.9375rem;
  }
  .ftr-link .second ul li a:hover {
    color: var(--color-dark);
  }
  .ftr-link .bnr {
    margin: 24px 0;
    width: 90%;
    background-color: #666;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 21vw;
    display: flex;
    align-items: center;
    border-radius: 12px;
    font-size: 0.9375rem;
  }
  .ftr-link .bnr a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
  }
  .ftr-link .bnr a::before {
    content: "●";
    font-size: 8px;
    color: var(--color-main);
    line-height: 1.3;
    margin-right: 5px;
  }
  .ftr-fix {
    width: 100%;
    position: sticky;
    bottom: -200px;
    z-index: 90;
    display: flex;
    justify-content: space-between;
    transition: 0.3s all;
  }
  .ftr-fix.active {
    bottom: 0px;
  }
  .ftr-fix a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50%;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 700;
  }
  .ftr-fix a:nth-of-type(1) {
    background-color: var(--color-light);
  }
  .ftr-fix a:nth-of-type(2) {
    background-color: var(--color-accent);
  }
  .ftr-fix a:nth-of-type(3) {
    background-color: #09AF12;
    color: #fff;
  }
  .ftr-fix a img {
    width: auto;
    height: auto;
    zoom: 0.5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .page-contact .ftr-fix a:nth-of-type(2) {
    background-color: #09AF12;
    color: #fff;
  }
}
/*
 * object
 */
/*下層パンくず*/
ol.breadcrumbs {
  width: 100%;
  margin: 141px auto 0;
  padding: 20px 60px;
  display: flex;
  flex-wrap: wrap;
}
ol.breadcrumbs li {
  list-style: none;
}
ol.breadcrumbs li::before {
  content: none;
  margin-left: 0;
}
ol.breadcrumbs li::after {
  content: ">";
  font-size: 0.625rem;
  padding: 0 5px;
}
ol.breadcrumbs li span {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--color-text);
}
ol.breadcrumbs li a {
  font-size: 0.75rem;
  color: var(--color-grey);
}
ol.breadcrumbs li a span {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--color-grey);
}
ol.breadcrumbs li:nth-last-of-type(1)::after {
  content: none;
}

@media screen and (max-width: 767px) {
  /*下層パンくず*/
  ol.breadcrumbs {
    width: 100%;
    margin: 60px auto 0;
    padding: 7px 16px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }
  ol.breadcrumbs li {
    list-style: none;
  }
  ol.breadcrumbs li::before {
    content: none;
    margin-left: 0;
  }
  ol.breadcrumbs li::after {
    content: ">";
    font-size: 0.75rem;
    padding: 0 5px;
  }
  ol.breadcrumbs li a {
    font-size: 0.75rem;
  }
  ol.breadcrumbs li span {
    font-size: 0.75rem;
    font-weight: normal;
  }
  ol.breadcrumbs li:nth-last-of-type(1)::after {
    content: none;
  }
}
/*ハンバーガー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: var(--color-light);
  z-index: 99999;
  right: 0;
  top: 0;
  transition: 0.3s;
  border: none;
  padding: 0;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 1px;
  background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 30px;
  width: 50%;
}
.openbtn span:nth-of-type(2) {
  top: 40px;
  width: 30%;
}
.openbtn span.menu {
  padding-top: 10px;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  background-color: transparent;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 30px;
  left: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.openbtn.active span:nth-of-type(2) {
  top: 42px;
  left: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.mm-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--color-light);
  z-index: 9000;
  top: 0;
  right: -200%;
  transition: 0.8s;
  opacity: 0.2;
  overflow: auto;
}

.mm-menu.active {
  top: 0;
  right: 0;
  opacity: 1;
}

.mm-page {
  position: relative;
  z-index: 8000;
}

.sp-nav-close {
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  transition: 0.8s;
  pointer-events: none;
}
.sp-nav-close.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  /*ハンバーガー */
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn {
    position: fixed;
    /*ボタン内側の基点となるためrelativeを指定*/
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: var(--color-light);
    z-index: 99999;
    right: 0;
    top: 0;
    transition: 0.3s;
    border: none;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 16px;
    height: 1px;
    background-color: var(--color-main);
  }
  .openbtn span:nth-of-type(1) {
    top: 20px;
    width: 50%;
  }
  .openbtn span:nth-of-type(2) {
    top: 28px;
    width: 30%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 32px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  .openbtn span.menu {
    padding-top: 8px;
    padding-left: 2px;
    font-size: 9px;
    color: var(--colo-txt);
    font-weight: 700;
    background-color: transparent;
  }
  .mm-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--color-light);
    z-index: 9000;
    right: -200%;
    transition: 0.8s;
    opacity: 0.2;
    overflow-y: scroll;
    padding: 68px 0 40px;
    top: 0;
  }
  .mm-menu.active {
    right: 0;
    opacity: 1;
  }
  .mm-page {
    position: relative;
    z-index: 8000;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu-link {
    min-width: 100%;
    height: auto;
    padding-top: 0;
  }
  .sp-menu-link .inner {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sp-menu-link .inner .sp-menu-data {
    border-right: none;
  }
  .sp-menu-link .inner .sp-menu-data .sp-menu-logo {
    width: 100%;
  }
  .sp-menu-link .inner .sp-menu-data .sp-menu-logo img {
    zoom: 0.5;
  }
  .sp-menu-link .inner .sidemenu-link {
    width: 100%;
  }
  .sp-menu-link .inner .sidemenu-link nav ul {
    width: 100%;
    padding: 0;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li {
    list-style-type: none;
    background-image: url(../img/common/icon-sp-arrow.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 25px 15px;
    line-height: 1;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li a {
    text-decoration: none;
    display: block;
    line-height: 1;
    padding: 14px 10px;
    border-top: 1px dashed var(--color-main);
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.second {
    background-image: none;
    padding-left: 1em;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.second a {
    border-top: none;
    padding: 9px;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.second a img {
    display: inline-block;
    vertical-align: bottom;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li.second:nth-of-type(7) {
    margin-bottom: 10px;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li:nth-of-type(1) {
    border-top: none;
  }
  .sp-menu-link .inner .sidemenu-link nav ul li:nth-last-of-type(1) {
    border-bottom: 1px dashed var(--color-main);
  }
  .sp-menu-link .inner .sidemenu-link .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 700;
    line-height: 1.2;
  }
  .sp-menu-link .inner .sidemenu-link .tel a {
    text-decoration: none;
    font-size: 2.6875rem;
    font-family: "roboto";
  }
  .sp-menu-link .inner .sidemenu-link .tel span {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 400;
  }
  .sp-menu-link .inner .sidemenu-link .tel img {
    margin-right: 8px;
  }
  .sp-menu-data a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 23px;
    text-decoration: none;
  }
  .sp-menu-data a span {
    font-size: 1.5625rem;
  }
  .sp-menu-data a.mail {
    background-color: var(--color-accent);
    border-radius: 30px;
    padding: 7px 0;
  }
  .sp-menu-data a.mail img {
    margin-right: 9px;
  }
  .sp-menu-data a.line {
    background-color: #09AF12;
    border-radius: 30px;
    color: #fff;
    padding: 7px 0;
  }
  .sp-menu-data a.line img {
    margin-right: 9px;
  }
  .sp-menu-data .sns {
    display: flex;
    margin-top: 9px;
  }
  .sp-menu-data .main-company {
    margin-top: 52px;
    margin-bottom: 30px;
  }
  .sp-menu-data .main-company img {
    zoom: 0.5;
    height: auto;
    margin-left: 16px;
  }
}
.related-posts {
  margin-top: 20px;
}
.related-posts .card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.related-posts .card-container .card {
  display: block;
  width: 32%;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-posts .card-container .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.related-posts .card-container .card .image {
  padding: 15px;
  width: 100%;
  height: 19vw;
  max-height: 220px;
  overflow: hidden;
}
.related-posts .card-container .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-posts .card-container .card .content {
  padding: 15px;
}
.related-posts .card-container .card .content h3 {
  font-size: 1.2em;
  margin: 0 0 10px;
  background-color: transparent;
}
.related-posts .card-container .card .content h3:hover {
  text-decoration: underline;
}
.related-posts .card-container .card .content .categories {
  font-size: 0.9em;
  color: #fff;
}
.related-posts .card-container .card .content .categories .category {
  display: inline-block;
  margin-right: 5px;
  background-color: var(--color-main);
  padding: 3px 8px;
  border-radius: 3px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .related-posts .card-container {
    flex-direction: column;
    gap: 15px;
  }
  .related-posts .card-container .card {
    width: 100%;
    margin-bottom: 40px;
  }
  .related-posts .card-container .card .image {
    width: 100%;
    height: 69vw;
    overflow: hidden;
    max-height: initial;
  }
}

.p-cta {
  position: relative;
  height: auto;
  width: 100%;
  padding: 47px 0;
  background-color: var(--color-main);
  margin-top: 120px;
}
.p-cta img.cta-float01 {
  position: absolute;
  top: -80px;
  right: 50%;
  margin-right: 430px;
}
.p-cta img.cta-float02 {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: 430px;
}
.p-cta .inner {
  width: var(--content-width);
  margin: 0 auto;
}
.p-cta .inner p.title {
  font-size: 2.9375rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.p-cta .inner p.title span {
  color: var(--color-accent);
}
.p-cta .inner .box {
  width: 48%;
  margin: 0 1%;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 40px 20px;
}
.p-cta .inner .box .en {
  font-size: 3.75rem;
  line-height: 1;
  margin-top: -11px;
}
.p-cta .inner .box p {
  margin-top: 26px;
  font-size: 1.25rem;
}
.p-cta .inner .box p.title {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: bold;
}
.p-cta .inner .box p.tel {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: bold;
}
.p-cta .inner .box p.tel span {
  font-size: 2rem;
}
.p-cta .inner .box p.fax {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: bold;
}
.p-cta .inner .box .c-for-list {
  margin: 56px auto 0;
}
.p-cta .inner .box .c-for-list a {
  margin: 0 auto;
  color: #fff;
}
.p-cta .area-wrap {
  display: flex;
  justify-content: space-between;
  width: 990px;
  margin: 43px auto 0;
  color: #fff;
  align-items: center;
}
.p-cta .area-wrap .title {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-main);
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-cta .area-wrap .area-list p {
  width: 824px;
  display: flex;
  margin-bottom: 12px;
}
.p-cta .area-wrap .area-list p span {
  width: 666px;
  display: block;
}
.p-cta .area-wrap .area-list p span.base {
  text-align: center;
  width: 146px;
  border: 2px solid #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cta .area-wrap .area-list p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-cta .cta-link-area {
  display: flex;
  width: var(--content-width);
  margin: 43px auto 0;
  justify-content: space-between;
}
.p-cta .cta-link-area a {
  display: block;
  width: 370px;
  height: 190px;
  border: 5px solid #fff;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.p-cta .cta-link-area a:hover {
  transform: translateY(-10px);
}
.p-cta .cta-link-area a p.title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 0;
  height: 70px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border-radius: 18px 18px 0 0;
}
.p-cta .cta-link-area a p.title img {
  margin-right: 5px;
}
.p-cta .cta-link-area a p.main {
  font-size: 2.625rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
  padding: 11px 0 4px;
}
.p-cta .cta-link-area a p.time {
  text-align: center;
  line-height: 1.4;
}
.p-cta .cta-link-area a p.time span {
  text-align: left;
  display: inline-block;
}
.p-cta .cta-link-area a:nth-of-type(1) p.title {
  background-color: var(--color-main);
}
.p-cta .cta-link-area a:nth-of-type(2) p.title {
  background-color: var(--color-accent);
  color: #000;
}
.p-cta .cta-link-area a:nth-of-type(3) p.title {
  background-color: #09AF12;
}

.page-contact .u-contents .p-cta {
  background-color: #fff;
  margin-top: 0;
}
.page-contact .u-contents .p-cta .cta-link-area {
  width: var(--u-content-width);
  margin: 0 auto 60px;
  justify-content: center;
}
.page-contact .u-contents .p-cta .cta-link-area a {
  margin: 0 20px;
}
.page-contact .u-contents .p-cta .cta-link-area a:nth-of-type(1) {
  border: 4px solid var(--color-main);
}
.page-contact .u-contents .p-cta .cta-link-area a:nth-of-type(2) {
  border: 4px solid var(--color-corp);
}
.page-contact .u-contents .p-cta .cta-link-area a:nth-of-type(2) p.title {
  background-color: var(--color-corp);
  color: #fff;
}
.page-contact .u-contents .p-cta .cta-link-area p.title {
  margin-top: 0;
  border-radius: 14px 14px 0 0;
}
.page-contact .u-contents .p-cta .cta-link-area p.main {
  margin-top: 0;
}
.page-contact .u-contents .p-cta .cta-link-area p.time {
  margin-top: 0;
}

@media screen and (max-width: 1560px) {
  img.cta-float01 {
    position: absolute;
    top: -80px;
    right: 50%;
    margin-right: 430px;
    width: 200px;
    height: auto;
  }
  img.cta-float02 {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: 430px;
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
  }
  .p-cta img.cta-float01 {
    width: auto;
    zoom: 0.5;
    left: 16px;
    right: auto;
    margin-right: 0;
    top: 0;
  }
  .p-cta img.cta-float02 {
    width: 134px;
    height: auto;
    top: 0;
    left: auto;
    right: 16px;
    margin-left: 0;
  }
  .p-cta .wrap {
    background-color: var(--color-main);
    margin-top: 62px;
    padding: 65px 0 20px;
  }
  .p-cta .wrap .inner {
    width: 92%;
    margin: 0 auto;
  }
  .p-cta .wrap .inner p.title {
    font-size: 1.8125rem;
  }
  .p-cta .area-wrap {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .p-cta .area-wrap .title {
    font-size: 1.375rem;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-radius: 23px;
    margin: 25px auto 12px;
  }
  .p-cta .area-wrap .area-list {
    width: 92%;
    margin: 0 auto;
  }
  .p-cta .area-wrap .area-list p {
    width: 100%;
    display: block;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .p-cta .area-wrap .area-list p span.base {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-cta .cta-link-area {
    display: block;
    width: 92%;
    margin: 24px auto;
  }
  .p-cta .cta-link-area a {
    margin-bottom: 12px;
    width: 100%;
    height: auto;
  }
  .p-cta .cta-link-area a p.time {
    padding-bottom: 10px;
  }
  .p-cta .cta-link-area a p.time span {
    font-size: 1.125rem;
  }
  .p-cta .cta-link-area a:hover {
    transform: translateY(0);
  }
  .page-contact .u-contents .p-cta .cta-link-area a {
    margin: 0 auto 40px;
  }
}
.c-heading-lv2 + *,
.c-heading-lv3 + *,
.c-heading-lv4 + *,
.c-heading-lv5 + *,
.c-heading-lv6 + *,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) + *,
:where(.u-editor) h6:where(:not(.is-reset-wp-block)) + * {
  margin-top: 0 !important;
}

.c-heading-lv2,
:where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
  margin: 96px 0 28px;
  font-size: 1.875rem;
  line-height: 1.4;
  border-top: 4px solid var(--color-main);
  border-bottom: 4px solid var(--color-main);
  padding: 10px 0 12px;
}

.c-heading-lv3,
:where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
  margin: 68px 0 28px;
  font-size: 1.625rem;
  background-color: var(--color-light);
  line-height: 1.5;
  padding: 9px 8px;
  border-radius: 10px;
}

.c-heading-lv4,
:where(.u-editor) h4:where(:not(.is-reset-wp-block)) {
  margin: 64px 0 16px;
  font-size: 1.5rem;
  border-bottom: 4px solid var(--color-accent);
  line-height: 1.5;
  padding-bottom: 12px;
}

.c-heading-lv5,
:where(.u-editor) h5:where(:not(.is-reset-wp-block)) {
  margin: 40px 0 16px;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-main);
  line-height: 1.5;
}

.c-heading-lv6,
:where(.u-editor) h6:where(:not(.is-reset-wp-block)) {
  margin: 20px 0 16px;
  font-size: 1.0625rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-heading-lv2,
  :where(.u-editor) h2:where(:not(.is-reset-wp-block)) {
    font-size: 1.4375rem;
  }
  .c-heading-lv3,
  :where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
    font-size: 1.3125rem;
  }
  .c-heading-lv4,
  :where(.u-editor) h4:where(:not(.is-reset-wp-block)) {
    font-size: 1.25rem;
  }
  .c-heading-lv5,
  :where(.u-editor) h5:where(:not(.is-reset-wp-block)) {
    font-size: 1.1875rem;
  }
}
.c-paragraph,
:where(.u-editor) p {
  margin-top: 1.2em;
  line-height: 2;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .c-paragraph,
  :where(.u-editor) p {
    margin-top: 1em;
    line-height: 1.8;
  }
}
.c-unordered-list,
:where(.u-editor) ul:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
  padding: 0;
}
.c-unordered-list li,
:where(.u-editor) ul:where(:not(.is-reset-wp-block)) li {
  list-style-type: none;
  text-indent: -0.9em;
  margin-left: 0.9em;
}
.c-unordered-list li:before,
:where(.u-editor) ul:where(:not(.is-reset-wp-block)) li:before {
  content: "⚫︎";
  font-size: 0.625rem;
  color: var(--color-main);
  margin-right: 5px;
}

.c-order-list,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) {
  list-style-type: none;
  counter-reset: count 0;
  margin-top: 40px;
  padding: 0;
}
.c-order-list li,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.c-order-list li a,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a {
  text-decoration: none;
}
.c-order-list li a:hover,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a:hover {
  color: var(--color-main);
}
.c-order-list li:before,
:where(.u-editor) ol:where(:not(.is-reset-wp-block)) li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: var(--color-main);
  font-weight: bold;
}

dt,
dd {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .c-unordered-list,
  :where(.u-editor) ul:where(:not(.is-reset-wp-block)) {
    margin-top: 40px;
  }
  .c-order-list,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) {
    list-style-type: none;
    counter-reset: count 0;
    margin-top: 40px;
  }
  .c-order-list li a,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a {
    text-decoration: none;
  }
  .c-order-list li a:hover,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) li a:hover {
    color: var(--color-main);
  }
  .c-order-list li:before,
  :where(.u-editor) ol:where(:not(.is-reset-wp-block)) li:before {
    content: counter(count) ". ";
    counter-increment: count 1;
    color: var(--color-main);
    padding-left: 3px;
    margin-right: 5px;
    font-weight: bold;
  }
}
.c-for-list,
.wp-block-button:where(:not(.is-reset-wp-block)) {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-for-list a,
.wp-block-button:where(:not(.is-reset-wp-block)) a {
  display: inline-block;
  align-items: center;
  position: relative;
  padding: 14px 80px 14px 40px;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: bold;
  background: #fff;
  color: var(--color-txt);
  border-radius: 41px;
  border: 2px solid var(--color-main);
  transition: 0.3s;
}
.c-for-list a:after,
.wp-block-button:where(:not(.is-reset-wp-block)) a:after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/common/btn-arrow.png), url(../img/common/btn-arrow_on.png);
  background-size: contain, 0 0;
}
.c-for-list a:hover,
.wp-block-button:where(:not(.is-reset-wp-block)) a:hover {
  background: var(--color-main);
  color: #fff;
}
.c-for-list a:hover::after,
.wp-block-button:where(:not(.is-reset-wp-block)) a:hover::after {
  background-image: url(../img/common/btn-arrow_on.png);
}

@media screen and (max-width: 767px) {
  .c-for-list,
  .wp-block-button:where(:not(.is-reset-wp-block)) {
    text-align: center;
    margin: 30px auto 64px;
  }
  .c-for-list a,
  .wp-block-button:where(:not(.is-reset-wp-block)) a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    padding: 13px 76px 13px 40px;
    min-height: 62px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
  .c-for-list a:after,
  .wp-block-button:where(:not(.is-reset-wp-block)) a:after {
    right: 38px;
  }
}
.c-blockquote,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
  line-height: 1.8;
  padding: 48px 36px;
  border-radius: 60px;
  background-color: var(--color-light);
  position: relative;
}
.c-blockquote p,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) p {
  font-size: 1.125rem;
}
.c-blockquote cite,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) cite {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 1.125rem;
  color: var(--color-grey);
}
.c-blockquote::before,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::before {
  content: url(../img/page/icon-blockquote.svg);
  position: absolute;
  top: 16px;
  left: 24px;
}
.c-blockquote::after,
:where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::after {
  content: url(../img/page/icon-blockquote-end.svg);
  position: absolute;
  bottom: 16px;
  right: 24px;
}

@media screen and (max-width: 767px) {
  .c-blockquote,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) {
    width: 100%;
    margin: 40px auto 0;
    border-radius: 30px;
  }
  .c-blockquote cite,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block)) cite {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 0.75rem;
  }
  .c-blockquote::before,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::before {
    top: 12px;
    left: 12px;
  }
  .c-blockquote::after,
  :where(.u-editor) blockquote:where(:not(.is-reset-wp-block))::after {
    bottom: 12px;
    right: 12px;
  }
}
.c-image,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) {
  margin-top: 40px;
}
.c-image img,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) img {
  max-width: 100%;
  height: auto;
}
.c-image figcaption,
:where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) figcaption {
  font-size: 0.75rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .c-image,
  :where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) {
    margin-top: 40px;
  }
  .c-image img,
  :where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) img {
    max-width: 100%;
    height: auto;
  }
  .c-image figcaption,
  :where(.u-editor) .wp-block-image:where(:not(.is-reset-wp-block)) figcaption {
    font-size: 0.75rem;
    margin-top: 16px;
  }
}
.c-iframe,
:where(.u-editor) iframe {
  max-width: 100%;
  aspect-ratio: 16/9;
}

.u-editor {
  --table-border-color: var(--color-grey);
  --table-bg-color: var(--color-light);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table {
  margin-top: 40px;
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
.u-editor table {
  border-collapse: collapse;
  border: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
.u-editor table tr {
  border-bottom: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
.u-editor table tr th,
.u-editor table tr td {
  line-height: 1.3;
  font-size: 1.125rem;
  padding: 15px 30px;
  text-align: left;
  border-color: var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
.u-editor table thead th {
  background-color: var(--table-bg-color);
  border-right: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
.u-editor table tbody th {
  background-color: var(--table-bg-color);
  border-right: 1px solid var(--table-border-color);
}
.u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
.u-editor table tbody td {
  border-right: 1px solid var(--table-border-color);
}

@media screen and (max-width: 767px) {
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table.has-fixed-layout {
    width: max-content !important;
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table,
  .u-editor table {
    margin-top: 40px;
    border-collapse: collapse;
    border: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr,
  .u-editor table tr {
    border-bottom: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td,
  .u-editor table tr th,
  .u-editor table tr td {
    line-height: 1.3;
    font-size: 1.125rem;
    padding: 15px 30px;
    text-align: left;
    border-color: var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead th,
  .u-editor table thead th {
    background-color: var(--table-bg-color);
    border-right: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody th,
  .u-editor table tbody th {
    background-color: var(--table-bg-color);
    border-right: 1px solid var(--table-border-color);
  }
  .u-editor .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody td,
  .u-editor table tbody td {
    border-right: 1px solid var(--table-border-color);
  }
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 88px auto 0;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  margin: 0;
  padding: 7px 10px !important;
  line-height: 2;
  color: var(--color-main);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  background-color: var(--color-main);
  border: 2px solid var(--color-main) !important;
  border-radius: 10px;
  color: var(--color-white);
  font-weight: 700;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  padding: 0;
}
.wp-pagenavi .extend,
.wp-pagenavi .pages {
  color: var(--color-text);
  border: none;
}
.wp-pagenavi a {
  border: 2px solid var(--color-main) !important;
  border-radius: 10px;
}
.wp-pagenavi a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.next-prev {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 60px auto 0;
}
.next-prev .prev,
.next-prev .next {
  max-width: 384px;
}
.next-prev .prev a,
.next-prev .next a {
  display: inline-block;
  position: relative;
  line-height: 2;
  color: var(--color-u-text);
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}
.next-prev .prev a:hover,
.next-prev .next a:hover {
  text-decoration: none;
}
.next-prev .prev a::before,
.next-prev .next a::before {
  position: absolute;
}
.next-prev .prev {
  margin-right: auto;
}
.next-prev .prev a {
  padding-left: 1em;
}
.next-prev .prev a::before {
  content: "«";
  top: 0;
  left: 0;
}
.next-prev .next {
  margin-left: auto;
}
.next-prev .next a {
  padding-right: 1em;
}
.next-prev .next a::before {
  content: "»";
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 70px auto 0;
    text-align: center;
  }
  .wp-pagenavi span.current,
  .wp-pagenavi a {
    padding: 10px 7px;
  }
  .wp-pagenavi .pages {
    width: 100%;
  }
  .next-prev {
    flex-direction: column;
    margin: 42px auto 0;
  }
  .next-prev .prev,
  .next-prev .next {
    max-width: none;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

:where(.u-editor) .wp-block-column > :first-child,
:where(.u-editor) .wp-block-group__inner-container > :first-child,
:where(.u-editor) .wp-block-media-text__content > :first-child,
:where(.u-editor) blockquote.wp-block-quote > :first-child {
  margin-top: 0 !important;
}
:where(.u-editor) .wp-block-column > :last-child,
:where(.u-editor) .wp-block-group__inner-container > :last-child,
:where(.u-editor) .wp-block-media-text__content > :last-child,
:where(.u-editor) blockquote.wp-block-quote > :last-child {
  margin-bottom: 0 !important;
}

.c-slider .splide__slide,
.c-slider--sp .splide__slide {
  list-style: none;
}
.c-slider .splide__slide::before,
.c-slider--sp .splide__slide::before {
  display: none !important;
}

.c-slider02 .splide__slide {
  height: 590px;
  list-style: none;
}
.c-slider02 .splide__slide::before {
  display: none !important;
}

.c-slider,
.c-slider--sp {
  margin-top: 50px;
}
.c-slider .splide__controls,
.c-slider--sp .splide__controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.c-slider .splide__toggle .splide__toggle__play,
.c-slider .splide__toggle .splide__toggle__pause,
.c-slider--sp .splide__toggle .splide__toggle__play,
.c-slider--sp .splide__toggle .splide__toggle__pause {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.c-slider .splide__toggle .splide__toggle__play,
.c-slider--sp .splide__toggle .splide__toggle__play {
  background-image: url(../img/common/icon-slider-play01.png);
}
.c-slider .splide__toggle .splide__toggle__pause,
.c-slider--sp .splide__toggle .splide__toggle__pause {
  background-image: url(../img/common/icon-slider-stop01.png);
}
.c-slider .splide__toggle:not(.is-active) .splide__toggle__play,
.c-slider--sp .splide__toggle:not(.is-active) .splide__toggle__play {
  display: block;
}
.c-slider .splide__toggle.is-active .splide__toggle__pause,
.c-slider--sp .splide__toggle.is-active .splide__toggle__pause {
  display: block;
}
.c-slider .splide__pagination button,
.c-slider .splide__toggle,
.c-slider--sp .splide__pagination button,
.c-slider--sp .splide__toggle {
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.c-slider .splide__pagination,
.c-slider--sp .splide__pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  padding: 0;
}
.c-slider .splide__pagination button,
.c-slider--sp .splide__pagination button {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--color-grey);
  border-radius: 10px;
}
.c-slider .splide__pagination button.is-active,
.c-slider--sp .splide__pagination button.is-active {
  background: var(--color-accent);
}
.c-slider .splide__pagination > li,
.c-slider--sp .splide__pagination > li {
  margin: 0;
  padding: 0;
}
.c-slider .splide__pagination > li::before,
.c-slider--sp .splide__pagination > li::before {
  display: none !important;
}

.c-slider--sp {
  margin-top: 50px;
}

.c-slider02 {
  margin-top: 50px;
}

.c-slider02__main img,
.c-slider02__thumbnail img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.c-slider02__main {
  position: relative;
}
.c-slider02__main .splide__arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.c-slider02__main .splide__arrow {
  --arrow-space: 26px;
  appearance: none;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  pointer-events: visible;
}
.c-slider02__main .splide__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-top: 3px solid #000;
}
.c-slider02__main .splide__arrow--prev {
  left: var(--arrow-space);
}
.c-slider02__main .splide__arrow--prev::before {
  left: 36%;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
}
.c-slider02__main .splide__arrow--next {
  right: var(--arrow-space);
}
.c-slider02__main .splide__arrow--next::before {
  right: 36%;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

.c-slider__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.c-slider02__thumbnail {
  margin-top: 40px;
}
.c-slider02__thumbnail .splide__slide {
  width: 160px;
  height: 95px;
  transition: 0.2s all;
  cursor: pointer;
}
.c-slider02__thumbnail .splide__slide:not(.is-active) {
  opacity: 0.3;
}

@media screen and (min-width: 768px) {
  .c-slider--sp .splide__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .c-slider--sp .splide__controls {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-slider .splide__slide,
  .c-slider02 .splide__slide,
  .c-slider--sp .splide__slide {
    height: 69vw;
  }
  .c-slider--sp .splide__controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .c-slider02__thumbnail {
    margin-top: 10px;
  }
  .c-slider02__thumbnail .splide__slide {
    height: 12vw;
  }
}
/* 画像ポップアップスタイル */
.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.image-popup-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-popup-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.image-popup-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10000;
}
.image-popup-close:hover {
  background-color: rgb(255, 255, 255);
}
.image-popup-close:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .image-popup-overlay {
    padding: 10px;
  }
  .image-popup-close {
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    font-size: 1.125rem;
  }
}
.c-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: var(--content-width);
  margin: 42px auto 0;
}

.c-card__type {
  display: block;
  width: 360px;
  text-decoration: none;
  transition: 0.3s;
}

.c-card__type:hover {
  opacity: 0.8;
  transform: translateX(10px);
}

.c-card__image {
  width: 360px;
  height: 270px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ccc;
}
.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.voice-list .c-card__image img {
  object-position: top;
}

/*施工事例一覧ページ用スタイル*/
.c-card-wrap.u-page {
  gap: 35px;
  width: 100%;
  margin: 42px auto 0;
}
.c-card-wrap.u-page .c-card__type {
  display: block;
  width: 310px;
  text-decoration: none;
  transition: 0.3s;
}
.c-card-wrap.u-page .c-card__image {
  width: 310px;
  height: 232px;
  border-radius: 20px;
  overflow: hidden;
}

.c-card__cat {
  background-color: var(--color-main);
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
}

.c-card__cat:nth-of-type(1) {
  margin-top: 20px;
}

.c-card__title {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.c-card__cont {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.125rem;
  color: var(--color-main);
}

.c-card__tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-grey);
}

.c-card__tags__title {
  flex-shrink: 0;
}

.c-card__tags__list {
  display: flex;
  flex-wrap: wrap;
}

.c-recommend-map {
  display: grid;
  position: relative;
  margin-top: 83px;
}

.c-recommend-map__image {
  grid-row: 1;
}

.c-recommend-map-list {
  grid-row: 1;
  margin: 0;
  padding: 0;
}

.c-recommend-map-list-lv2 {
  margin: 10px 0 0;
  padding: 0;
}
.c-recommend-map-list-lv2 > li {
  position: relative;
  padding-left: 19px;
  line-height: 1.6;
  list-style: none;
  font-feature-settings: "palt" 1;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-recommend-map-list-lv2 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--color-main);
}

.c-recommend-map-list-lv2__unit {
  display: block;
  padding-right: 19px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}

.c-recommend-map-list-lv2__small {
  font-size: 1rem;
}

.c-recommend-map-list__title {
  line-height: 1.3;
  text-align: center;
  color: var(--color-main);
  font-size: 1.5rem;
  font-weight: 700;
}

.c-qa-layout {
  margin-top: 51px;
}

.c-qa-layout__head,
.c-qa-layout__body {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.c-qa-layout__head {
  align-items: center;
  padding: 8px 16px;
  background-color: var(--color-light);
  border-radius: 20px;
}

.c-qa-layout__body {
  padding: 10px 16px 0;
}

.c-qa-layout__head__pref,
.c-qa-layout__body__pref {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: calc(1em + 16px);
  line-height: 1;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: var(--font-en);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-qa-layout__head__pref {
  color: var(--color-white);
  background-color: var(--color-main);
  border-radius: 5px;
}

.c-qa-layout__body__pref {
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
}

.c-qa-layout__title {
  flex-grow: 1;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-qa-layout__detail {
  flex-grow: 1;
}
.c-qa-layout__detail > :first-child {
  margin-top: 0 !important;
}
.c-qa-layout__detail > :last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .c-recommend-map-list__item {
    position: absolute;
    list-style: none;
  }
  .c-recommend-map-list__item.is-item01 {
    top: 55px;
    left: -44px;
  }
  .c-recommend-map-list__item.is-item02 {
    top: -61px;
    left: 258px;
  }
  .c-recommend-map-list__item.is-item03 {
    bottom: -21px;
    left: 187px;
  }
  .c-recommend-map-list__item.is-item04 {
    bottom: -36px;
    right: 219px;
  }
  .c-recommend-map-list__item.is-item05 {
    bottom: 153px;
    right: -57px;
  }
  .c-recommend-map-list__type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 290/290;
    padding: 5px;
    width: 290px;
    text-decoration: none;
    border: 10px solid var(--color-accent);
    border-radius: 300px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFE5 100%);
    box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.5);
  }
  .c-recommend-map__image02,
  .c-recommend-map__image03 {
    grid-row: 1;
    position: absolute;
  }
  .c-recommend-map__image02 {
    top: -43px;
    right: -10px;
  }
  .c-recommend-map__image03 {
    left: -92px;
    bottom: -71px;
  }
}
.c-products-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .c-card-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    margin: 30px auto 0;
  }
  .c-card__type {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-card__image {
    width: 41%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .c-card__txt {
    width: 56%;
  }
  .c-card__cat {
    margin-top: 10px;
    padding: 8px;
    font-size: 0.875rem;
  }
  .c-card__cat:nth-of-type(1) {
    margin-top: 0;
  }
  .c-card__title {
    font-size: 1.125rem;
  }
  .c-card__cont {
    font-size: 1rem;
  }
  /*施工事例一覧ページ用スタイル*/
  .c-card-wrap.u-page {
    gap: 20px;
    width: 100%;
    margin: 30px auto 0;
  }
  .c-card-wrap.u-page .c-card__type {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-card-wrap.u-page .c-card__image {
    width: 41%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .c-card-wrap.u-page .c-card__txt {
    width: 56%;
  }
  .c-recommend-map {
    margin-top: 21px;
  }
  .c-recommend-map__image {
    margin-inline: -3.865vw;
  }
  .c-recommend-map__image02 {
    display: none;
  }
  .c-recommend-map__image03 {
    margin-top: -16px;
  }
  .c-recommend-map__detail {
    margin-top: -10px;
    padding: 0 13px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFE5 100%);
    border: 10px solid var(--color-accent);
    border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.5);
  }
  .c-recommend-map-list {
    padding: 0 0 4px;
  }
  .c-recommend-map-list__item {
    list-style: none;
  }
  .c-recommend-map-list__item + .c-recommend-map-list__item {
    border-top: 2px solid var(--color-main);
  }
  .c-recommend-map-list__type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px;
    width: 100%;
    text-decoration: none;
  }
  .c-recommend-map-list-lv2 {
    margin: 10px 0 0;
    padding: 0 15px;
    width: 100%;
  }
  .c-recommend-map-list-lv2 > li {
    position: relative;
    padding-left: 19px;
    line-height: 1.6;
    list-style: none;
    font-size: 1.125rem;
    font-weight: 700;
    font-feature-settings: "palt" 1;
  }
  .c-recommend-map-list-lv2 > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--color-main);
  }
  .c-recommend-map-list-lv2__unit {
    display: inline-block;
    margin-left: 20px;
    padding-right: 0;
    text-align: left;
  }
  .c-products-logo {
    flex-wrap: wrap;
  }
}
.c-faq {
  margin-top: 100px;
}
.c-faq .c-faq__item {
  margin-top: 48px;
}
.c-faq .c-faq__item .c-faq__item__question {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 11px 16px;
  background-color: var(--color-light);
  border-radius: 20px;
  position: relative;
  display: flex;
}
.c-faq .c-faq__item .c-faq__item__question p {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  width: calc(100% - 55px);
}
.c-faq .c-faq__item .c-faq__item__question::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/page/icon_q.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.c-faq .c-faq__item .c-faq__item__answer {
  display: flex;
  padding: 0 16px;
  margin-top: 10px;
}
.c-faq .c-faq__item .c-faq__item__answer p {
  margin-top: 0;
  font-size: 1.125rem;
  width: calc(100% - 55px);
}
.c-faq .c-faq__item .c-faq__item__answer::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/page/icon_a.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-faq .c-faq__item .c-faq__item__question {
    align-items: center;
    border-radius: 0;
  }
}
/*
 * pages
 */
.cat-area {
  width: var(--u-content-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-area p.date {
  font-size: 1rem;
  margin-right: 12px;
  color: var(--color-grey);
}
.cat-area .cat {
  display: flex;
  align-items: center;
}
.cat-area .cat a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1rem;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  transition: 0.3s;
}
.cat-area .cat a:hover {
  background-color: #fff;
  color: #000;
}
.cat-area ul.cat {
  display: flex;
  margin-bottom: 40px;
  margin-top: 0;
  padding: 0;
}
.cat-area ul.cat li {
  list-style: none;
  margin-bottom: 10px;
}
.cat-area ul.cat li::before {
  content: none;
}
.cat-area ul.cat li a {
  display: inline-block;
  padding: 10px;
  font-size: 1rem;
  background-color: #fff;
  color: var(--color-main);
  line-height: 1;
  text-decoration: none;
  margin-right: 12px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}
.cat-area ul.cat li a:hover {
  background-color: var(--color-main);
  color: #fff;
}
.cat-area ul.cat li span.current {
  display: inline-block;
  padding: 10px;
  font-size: 1rem;
  background-color: var(--color-main);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  margin-right: 12px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
}
.cat-area ul.cat li:nth-last-of-type(1) a {
  margin-right: 0;
}

.single-main .cat-area {
  justify-content: left;
}

.archive .c-heading-lv3,
.archive :where(.u-editor) h3:where(:not(.is-reset-wp-block)) {
  margin: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}

.archive .c-unordered-list li,
.archive :where(.u-editor) ul:where(:not(.is-reset-wp-block)) li {
  list-style-type: none;
  text-indent: 0;
  margin-left: 0;
}

/*  施工事例一覧 */
.works-list .wrap {
  width: var(--u-content-width);
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.works-list .wrap .box {
  width: 310px;
  margin-right: 35px;
  margin-bottom: 40px;
}
.works-list .wrap .box:nth-of-type(3n) {
  margin-right: 0;
}
.works-list .wrap .box a {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: 0.3s;
}
.works-list .wrap .box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.works-list .wrap .box a:hover {
  opacity: 0.8;
  transform: translateX(10px);
}
.works-list .wrap .box .image {
  width: 310px;
  height: 232px;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ccc;
}
.works-list .wrap .box p.cat {
  background-color: var(--color-main);
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
  font-size: 1rem;
}
.works-list .wrap .box p.title {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.works-list .wrap .box p.cont {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.125rem;
  color: var(--color-main);
}
.works-list.voice-list .wrap .box .image img {
  object-position: top;
}

@media screen and (max-width: 767px) {
  .cat-area {
    width: 100%;
  }
  .cat-area p.date {
    font-size: 0.875rem;
    line-height: 1;
  }
  .cat-area .cat {
    display: block;
  }
  .cat-area .cat a {
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    text-decoration: none;
    margin-right: 10px;
  }
  .cat-area .cat a:hover {
    background-color: #fff;
    color: #000;
  }
  .cat-area ul.cat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .cat-area ul.cat li::before {
    content: none;
  }
  .cat-area ul.cat li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    margin-right: 16px;
  }
  .cat-area ul.cat li a:active {
    background-color: var(--color-main);
    color: #fff;
    filter: brightness(1);
  }
  .cat-area ul.cat li span.current {
    padding: 10px 20px;
    font-size: 1rem;
    margin-right: 16px;
  }
  /*  施工事例一覧 */
  .works-list .wrap {
    width: 100%;
    margin: 0 auto;
  }
  .works-list .wrap .box {
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .works-list .wrap .box:nth-of-type(3n) {
    margin-right: auto;
  }
  .works-list .wrap .box a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: 0.3s;
  }
  .works-list .wrap .box a .image {
    width: 100%;
    height: 69vw;
    overflow: hidden;
  }
  .works-list .wrap .box a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .works-list .wrap .box a:hover {
    opacity: 0.8;
    transform: translateX(10px);
  }
  .works-list .wrap .box .image {
    width: 310px;
    height: 232px;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ccc;
  }
  .works-list .wrap .box p.cat {
    background-color: var(--color-main);
    color: #fff;
    padding: 8px 12px;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
  }
  .works-list .wrap .box p.title {
    margin-top: 8px;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .works-list .wrap .box p.cont {
    margin-top: 0;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.125rem;
    color: var(--color-main);
  }
}
.single-main {
  text-align: center;
  padding: 64px 0;
  background-color: var(--color-light);
  border-top: 4px solid var(--color-main);
}
.single-main .inner {
  width: var(--u-content-width);
  margin: 0 auto;
}
.single-main h1 {
  margin: 24px auto 0;
  font-size: 2.125rem;
  text-align: left;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .single .l-main {
    background-color: #fff;
  }
  .single-main {
    text-align: center;
    padding-top: 40px;
    text-align: left;
  }
  .single-main .inner {
    width: 92%;
    margin: 0 auto;
  }
  .single-main h1 {
    width: 100%;
    margin: 12px auto 0;
    font-size: 1.5625rem;
    border-bottom: none;
    text-align: left;
    line-height: 1.5;
  }
}
/* 施工事例 */
.single-works-cat a {
  text-decoration: none;
  border: 1px solid var(--color-main);
  padding: 5px 15px;
  font-size: 1.0625rem;
  font-weight: 700;
  border-radius: 20px;
  transition: 0.3s;
}
.single-works-cat a:hover {
  background-color: var(--color-main);
  color: #fff;
}

.before-after-intro {
  font-size: 1.5rem;
  font-weight: 700;
}

.room-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.room-wrap .room-item {
  width: 48%;
}
.room-wrap .room-item .image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.room-wrap .room-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-wrap .room-item .image span {
  background-color: #000;
  padding: 3px 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.room-wrap .room-item .cont {
  font-size: 1rem;
  margin-top: 10px;
}

table.works-table th {
  width: 200px;
}

.reform-voice {
  display: flex;
  justify-content: space-between;
}
.reform-voice .txt {
  width: 68%;
  font-size: 1rem;
  line-height: 1.5;
}
.reform-voice .image {
  width: 30%;
}
.reform-voice .image img {
  width: 100%;
  height: auto;
}

.before-after-row {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 60px;
}
.before-after-row .b-a-item .image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.before-after-row .b-a-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after-row .b-a-item .image span {
  background-color: #000;
  padding: 3px 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.before-after-row .b-a-item .cont {
  font-size: 1rem;
  margin-top: 10px;
}
.before-after-row .before {
  width: 34%;
}
.before-after-row .after {
  width: 63%;
}

.related-voice a {
  display: block;
  width: 500px;
  margin: 40px auto 0;
  text-decoration: none;
  border-radius: 20px;
  background-color: var(--color-light);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 4px solid var(--color-corp);
  transition: 0.3s;
}
.related-voice a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
.related-voice a .sub {
  font-size: 1.25rem;
  color: #FFF;
  background-color: var(--color-corp);
  padding: 10px 20px;
  text-align: center;
  margin-top: 0;
}
.related-voice a .main {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  margin-top: 0;
  padding: 10px;
  font-weight: bold;
}

.point-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.point-items .point-box {
  width: 480px;
  margin: 0 40px 40px 0;
}
.point-items .point-box:nth-of-type(2n) {
  margin-right: 0;
}
.point-items .point-box .image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.point-items .point-box .image::before {
  content: "POINT";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  background-color: var(--color-white);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0 0 10px 0;
}
.point-items .point-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point-items .point-box .point-text {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}

.youtube-iframe {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .room-wrap {
    display: block;
  }
  .room-wrap .room-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .u-editor .works-table tr th {
    width: 100%;
    display: block;
    padding: 4%;
  }
  .u-editor .works-table tr td {
    width: 100%;
    display: block;
    padding: 4%;
  }
  .related-voice a {
    width: 92%;
  }
  .related-voice a .sub {
    line-height: 1.3;
  }
  .related-voice a .main {
    line-height: 1.3;
  }
  .reform-voice {
    display: block;
  }
  .reform-voice .txt {
    width: 100%;
  }
  .reform-voice .image {
    width: 100%;
    margin-top: 40px;
  }
  .reform-voice img {
    width: 100%;
    height: auto;
  }
  .before-after-row {
    display: block;
  }
  .before-after-row .before {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
  }
  .before-after-row .before .image {
    width: 50%;
  }
  .before-after-row .before .cont {
    width: 50%;
    padding: 0 0 0 4%;
    margin-top: 0;
  }
  .before-after-row .after {
    width: 100%;
  }
  .point-items {
    display: block;
  }
  .point-items .point-box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .point-items .point-box:nth-of-type(2n) {
    margin-right: auto;
  }
  .point-items .point-box .image {
    width: 100%;
  }
  .point-items .point-box .image::before {
    font-size: 0.875rem;
  }
}
.u-main {
  width: 100%;
  height: 214px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: var(--color-light);
  border-top: 4px solid var(--color-main);
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-main .h1-wrap {
  text-align: center;
}
.u-main .h1-wrap .en {
  font-size: 1.25rem;
  font-family: "Outfit";
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
}
.u-main .h1-wrap h1 {
  padding-bottom: 22px;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
.u-main .h1-wrap h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 66px;
  height: 10px;
  background: url(../img/common/icon-heading01.png) no-repeat 0 0/contain;
  transform: translateX(-50%);
}

/* 404 */
.not-found-wrap p.not-found {
  text-align: center;
  margin-top: 0;
}

/* 目的別おススメお風呂リフォーム */
.purpose-link {
  width: 1000px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.purpose-link a {
  display: block;
  width: 320px;
  height: 200px;
  border: 8px solid var(--color-accent);
  border-radius: 20px;
  background: linear-gradient(to bottom, #ffffff 0%, #fffbe5 100%);
  text-align: center;
  padding: 15px 18px;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}
.purpose-link a p.title {
  margin-top: 0;
  font-size: 1.5rem;
  color: var(--color-main);
  font-weight: 700;
  line-height: 1.3;
}
.purpose-link a ul {
  margin: 16px 0 0;
}
.purpose-link a ul li {
  font-size: 1.125rem;
  margin-bottom: 5px;
  line-height: 1.3;
  text-align: left;
  font-weight: 700;
}
.purpose-link a:nth-of-type(1), .purpose-link a:nth-of-type(3) {
  padding: 30px 18px;
}
.purpose-link a::after {
  content: "";
  background: url(../img/page/icon-arrow-purpose.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
.purpose-link a:hover {
  transform: translateY(10px);
}

h2.purpose-h2 {
  background-color: var(--color-main);
  border: none;
  text-align: center;
  font-size: 2.125rem;
  color: var(--color-accent);
  font-weight: 700;
  line-height: 1.4;
  border-radius: 30px;
  padding: 30px;
}
h2.purpose-h2 span {
  font-size: 1.625rem;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  margin-top: 12px;
}

.purpose-column {
  margin-bottom: 40px;
}
.purpose-column p.title {
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  border-top: 6px solid var(--color-accent);
  border-bottom: 6px solid var(--color-accent);
  background-color: #FFFBE8;
}
.purpose-column .wp-block-image {
  margin: 0 0 16px;
}
.purpose-column .wp-block-image img {
  width: 100%;
  height: auto;
}

.recommend-product {
  border: 4px solid var(--color-main);
  border-radius: 60px;
  overflow: hidden;
  margin-top: 68px;
}
.recommend-product p.title {
  margin-top: 0;
  background-color: var(--color-light);
  text-align: center;
  font-size: 2rem;
  color: var(--color-main);
  font-weight: 700;
  line-height: 1.5;
  padding: 20px;
}
.recommend-product p.title span {
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
  color: var(--color-text);
}
.recommend-product .wrap {
  display: flex;
  padding: 30px 40px;
}
.recommend-product .wrap .image {
  width: 320px;
  height: 284px;
  margin-right: 60px;
}
.recommend-product .wrap .txt {
  padding-top: 40px;
}
.recommend-product .wrap .txt .list-wrap {
  display: flex;
  align-items: center;
}
.recommend-product .wrap .txt .list-wrap p {
  margin-right: 20px;
  margin-top: 0;
}
.recommend-product .wrap .txt .list-wrap ul {
  margin: 0;
}
.recommend-product .wrap .txt .list-wrap ul li {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.recommend-list {
  border: 4px solid var(--color-main);
  border-radius: 60px;
  overflow: hidden;
  margin-top: 40px;
  padding: 38px 136px 30px;
  background-color: var(--color-light);
}
.recommend-list p.title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin: 0;
}
.recommend-list p.title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.recommend-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 0;
}
.recommend-list ul li {
  width: 47%;
  margin-bottom: 4px;
  font-size: 1.25rem;
}
.recommend-list ul li a {
  text-decoration: none;
}
.recommend-list ul li a:hover {
  color: var(--color-main);
}

.anzen-wrap {
  padding: 1px 0 96px;
  margin-top: 96px;
  background-color: var(--color-light02);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.anzen-wrap .inner {
  width: var(--u-content-width);
  margin: 0 auto;
}
.anzen-wrap .inner .purpose-column p.title {
  background-color: #fff;
}
.anzen-wrap .inner .recommend-product {
  background-color: #fff;
}
.anzen-wrap .inner .recommend-product .wrap .image {
  margin-right: 30px;
}
.anzen-wrap .inner .recommend-product .wrap .txt .list-wrap ul li {
  text-indent: -0.7em;
  margin-left: 0.7em;
}

@media screen and (max-width: 767px) {
  .purpose-link {
    width: 92%;
    margin: 40px auto 0;
    display: block;
    gap: 0;
    margin-bottom: 20px;
  }
  .purpose-link a {
    width: 100%;
    height: auto;
    border: 8px solid var(--color-accent);
    padding: 15px 40px 15px 15px;
    margin-bottom: 20px;
  }
  .purpose-link a:nth-of-type(1), .purpose-link a:nth-of-type(3) {
    padding: 15px 40px 15px 15px;
  }
  .purpose-link a::after {
    content: "";
    background: url(../img/page/icon-arrow-purpose.png) no-repeat center/contain;
    position: absolute;
    left: 90%;
    bottom: 50%;
    transform: translateY(50%);
  }
  .purpose-link a:hover {
    transform: translateY(0);
  }
  h2.purpose-h2 {
    font-size: 1.6875rem;
  }
  h2.purpose-h2 span {
    font-size: 1.25rem;
  }
  .purpose-column p.title {
    font-size: 1.25rem;
  }
  .recommend-product {
    border-radius: 30px;
  }
  .recommend-product p.title {
    padding: 40px 10px 20px;
    font-size: 1.75rem;
  }
  .recommend-product p.title span {
    font-size: 1.25rem;
  }
  .recommend-product .wrap {
    padding: 20px 10px;
    display: block;
  }
  .recommend-product .wrap .txt .list-wrap {
    display: block;
  }
  .recommend-product .wrap .txt .list-wrap p {
    margin-right: 0;
  }
  .recommend-product .wrap .txt .list-wrap p img {
    margin: 0 auto;
  }
  .recommend-product .wrap .txt .list-wrap ul {
    margin-top: 10px;
  }
  .recommend-product .c-for-list {
    margin-bottom: 30px;
  }
  .recommend-list {
    padding: 40px 20px;
  }
  .recommend-list ul {
    display: block;
  }
  .recommend-list ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
}
/* ご契約の流れ*/
h2.flow-h2 {
  display: flex;
  align-items: center;
}
h2.flow-h2 span.free {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--color-accent);
  padding: 0;
  margin-right: 20px;
}
h2.flow-h2 span.step {
  font-size: 2.125rem;
  font-weight: 700;
  color: var(--color-main);
  margin-right: 20px;
}

.cta-link-area-wrap {
  margin-top: 42px;
  padding: 40px 40px 30px;
  background-color: var(--color-main);
  border-radius: 20px;
}

.cta-link-area-wrap p.intro {
  text-align: center;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
}

.cta-link-area-wrap .cta-link-area {
  display: flex;
  margin: 25px auto 0;
  justify-content: space-between;
}

.cta-link-area-wrap .cta-link-area a {
  display: block;
  width: 300px;
  height: 190px;
  border: 5px solid #fff;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}

.cta-link-area-wrap .cta-link-area a:hover {
  transform: translateY(-10px);
}

.cta-link-area-wrap .cta-link-area a p.title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 0;
  height: 70px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border-radius: 18px 18px 0 0;
  margin-top: 0;
}

.cta-link-area-wrap .cta-link-area a p.title img {
  margin-right: 5px;
}

.cta-link-area-wrap .cta-link-area a p.main {
  font-size: 1.875rem;
  font-weight: 900;
  color: #000;
  line-height: 1;
  padding: 11px 0 4px;
  margin-top: 0;
}

.cta-link-area-wrap .cta-link-area a p.time {
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}

.cta-link-area-wrap .cta-link-area a p.time span {
  text-align: left;
  display: inline-block;
}

.cta-link-area-wrap .cta-link-area a:nth-of-type(1) p.title {
  background-color: var(--color-main);
}

.cta-link-area-wrap .cta-link-area a:nth-of-type(2) p.title {
  background-color: var(--color-accent);
  color: #000;
}

.cta-link-area-wrap .cta-link-area a:nth-of-type(3) p.title {
  background-color: #09AF12;
}

/* 風呂名人の強み */
.tsuyomi-wrap {
  margin-top: 24px;
}

.tsuyomi-wrap .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box {
  width: 320px;
  height: 222px;
  border-radius: 40px;
  background-color: var(--color-light02);
  overflow: hidden;
  margin: 0 16px 16px 0;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box a {
  text-decoration: none;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box .title {
  width: 100%;
  background-color: var(--color-main);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box .title p {
  background-color: var(--color-accent);
  border-radius: 30px;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box .title p span.tsuyomi {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-main);
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box .title p span.num {
  font-size: 30px;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box p.cont {
  margin: 0 35px;
  padding: 15px 0 21px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box:nth-of-type(3n) {
  margin-right: 0;
}

.strength-list {
  margin-top: 64px;
  padding: 80px 0;
  background-color: var(--color-light02);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.strength-list .wp-block-group__inner-container {
  width: var(--u-content-width);
  margin: 0 auto;
}

.strength-ul {
  margin-top: 20px;
}
.strength-ul li {
  margin-bottom: 10px;
}

.strength-box {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
}

.strength-box .title {
  width: 100%;
  background-color: var(--color-main);
  padding: 12px 40px;
  display: flex;
  align-items: center;
}

.strength-box .title .circle {
  width: 150px;
  height: 150px;
  background-image: url(../img/page/circle-bg.png);
  text-align: center;
  font-size: 1.875rem;
  padding-top: 32px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
}

.strength-box .title .circle span.tsuyomi {
  font-size: 1.5625rem;
  color: var(--color-main);
}

.strength-box .title .circle span.num {
  font-size: 2.5rem;
}

.strength-box .title .text {
  margin-top: 0;
  font-size: 2.125rem;
  color: #fff;
  line-height: 1.3;
  margin-left: 32px;
  font-weight: 900;
}

.strength-box .wp-block-columns {
  padding: 24px 0 40px;
  margin: 0 26px;
}

.strength-box .wp-block-columns p {
  line-height: 1.8;
  margin-top: 0.8em;
}

.is-layout-flex.reverse {
  flex-direction: row-reverse;
}

.page-id-468 .strength-list {
  padding-bottom: 160px;
}
.page-id-468 .u-contents {
  padding-bottom: 0;
}
.page-id-468 .p-cta {
  margin-top: 0;
}

@media screen and (max-width: 1340px) {
  .strength-list {
    width: 1340px;
    margin-left: calc(50% - 670px);
  }
}
@media screen and (max-width: 767px) {
  .strength-list {
    margin-top: 64px;
    padding: 80px 0 120px;
    background-color: var(--color-light02);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
  }
  .strength-list > .wp-block-group__inner-container {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
  }
  .strength-box > .wp-block-group__inner-container {
    width: 100%;
  }
  .strength-box .wp-block-columns {
    margin: 0 18px;
    display: block;
  }
  .strength-box .wp-block-columns .wp-block-column:nth-last-of-type(1) p {
    margin-top: 10px !important;
  }
  .strength-box .title {
    padding: 4%;
  }
  .strength-box .title .circle {
    width: 90px;
    height: 90px;
    padding-top: 17px;
    font-size: 1.375rem;
    background-size: cover;
  }
  .strength-box .title .circle span.tsuyomi {
    font-size: 1.1875rem;
  }
  .strength-box .title .circle span.num {
    font-size: 1.875rem;
  }
  .strength-box .title .text {
    width: calc(100% - 100px);
    font-size: 1.4375rem;
    margin-left: 10px;
  }
  .tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
  }
  .tsuyomi-wrap .wp-block-group__inner-container .tsuyomi-box:nth-of-type(3n) {
    margin-right: auto;
  }
  .u-editor .company-table.wp-block-flexible-table-block-table > table.has-fixed-layout {
    width: 100% !important;
  }
  .company-table table tr th {
    display: block;
    width: 100% !important;
  }
  .company-table table tr td {
    display: block;
    width: 100% !important;
  }
  .page-id-468 .p-cta {
    padding-top: 0;
  }
  .page-id-468 .p-cta img.cta-float01 {
    top: -210px;
  }
  .page-id-468 .p-cta img.cta-float02 {
    top: -113px;
  }
  .page-id-468 .p-cta .wrap {
    margin-top: 0;
  }
}
/*  風呂名人の流れ  */
/* お客様の声 */
.questionnaire-wrap {
  display: flex;
  justify-content: space-between;
}
.questionnaire-wrap .questionnaire-image {
  width: 48%;
}
.questionnaire-wrap .questionnaire-image img {
  margin: 0 auto;
}

.comprehensive {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: bold;
}
.comprehensive span {
  font-size: 4.375rem;
  color: var(--color-main);
  font-weight: 700;
}

.question p.q {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 40px 0 10px;
  color: var(--color-main);
}

@media screen and (max-width: 767px) {
  .blog .l-main,
  .page .l-main,
  .error404 .l-main,
  .archive .l-main,
  .category .l-main {
    background-color: #fff;
  }
  .u-main {
    width: 100%;
    height: auto;
    min-height: 190px;
    padding: 20px;
    margin: 0 auto;
    background-color: var(--color-light);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .u-main .h1-wrap {
    text-align: center;
  }
  .u-main .h1-wrap .en {
    font-size: 1.25rem;
    font-family: "Outfit";
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1;
  }
  .u-main .h1-wrap h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
  }
  .not-found-wrap p.not-found {
    text-align: left;
    margin-top: 0;
  }
  /*  風呂名人の流れ  */
  h2.flow-h2 {
    flex-wrap: wrap;
  }
  h2.flow-h2 span.free {
    font-size: 1.125rem;
    margin-right: 10px;
  }
  h2.flow-h2 span.step {
    font-size: 1.375rem;
    margin-right: 10px;
  }
  .cta-link-area-wrap {
    padding: 40px 0 6px;
  }
  .cta-link-area-wrap p.intro {
    font-size: 7.4vw;
    line-height: 1.3;
    padding: 0 10px;
  }
  .cta-link-area-wrap .cta-link-area {
    width: 92%;
    display: block;
    margin: 25px auto 0;
  }
  .cta-link-area-wrap .cta-link-area a {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .cta-link-area-wrap .cta-link-area a p.title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 0;
    height: 70px;
    font-size: 1.25rem;
  }
  .cta-link-area-wrap .cta-link-area a p.main {
    font-size: 2.25rem;
  }
  .cta-link-area-wrap .cta-link-area a p.time {
    text-align: center;
    line-height: 1.4;
    margin-top: 10px;
  }
  /* お客様の声 */
  .questionnaire-wrap {
    display: block;
  }
  .questionnaire-wrap .questionnaire-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* 送信完了　サンクスページ */
.news-list.shot-code article h3 {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.news-list.shot-code article a:hover {
  color: var(--color-main);
}

.main-image-wrap {
  overflow: hidden;
  background-color: var(--color-accent);
  min-width: 1340px;
}

.main-image {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  aspect-ratio: 1920/641;
  margin-top: 110px;
  padding-top: 40px;
  position: relative;
}
.main-image > .main-txt {
  width: 100%;
}
.main-image a.main-float-bnr {
  display: block;
  pointer-events: none;
}
.main-image a.main-float-bnr:hover img {
  opacity: 0.8;
}

.main-float-bnr-wrap {
  position: absolute;
  right: 13.85%;
  top: 50%;
  width: 14.42%;
  transform: translateY(-50%);
  z-index: 2;
}

.main-catch {
  padding-bottom: 44px;
}
.main-catch::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 841px;
  width: 43.8%;
  height: 100%;
  background: url(../img/top/main-bg.png) no-repeat left top/cover;
  z-index: 2;
}

.main-catch__item01,
.main-catch__item02 {
  position: relative;
}

.main-catch__item01 {
  width: 66.5%;
  z-index: 3;
}

.main-catch__item02 {
  width: 100%;
  z-index: 1;
}

.main-under {
  position: relative;
  width: 1052px;
  margin: -44px auto 0;
  z-index: 11;
}
.main-under p.title {
  text-align: center;
  color: #fff;
  background-color: var(--color-corp);
  padding: 0 20px 16px 53px;
  border-radius: 60px 60px 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.main-under p.title img.icon-u-main {
  position: absolute;
  left: -21px;
  top: -7px;
}
.main-under p.title span.num {
  font-size: 2.8125rem;
  font-weight: 900;
  margin: 0 5px;
}
.main-under p.title span.middle, .main-under p.title span.middle02 {
  font-size: 1.5rem;
}
.main-under p.title span.yuma {
  background-color: #fff;
  color: var(--color-corp);
  padding: 1px 7px;
  margin-right: 7px;
  color: var(--color-sub);
}

.top-section .inner {
  width: var(--content-width);
  margin: 0 auto;
}

.greeting {
  width: 100%;
  margin-top: 102px;
  padding-bottom: 38px;
}
.greeting .inner {
  position: relative;
}
.greeting .inner img.boss {
  position: absolute;
  right: -200px;
  top: 0;
}
.greeting .inner h2 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.7;
  color: var(--color-main);
}
.greeting .inner p {
  width: 772px;
  line-height: 2;
  font-size: 1.375rem;
  margin-top: 24px;
}
.greeting .inner .wrap {
  margin-top: 28px;
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
.greeting .inner .wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.greeting .inner .wrap .box .balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1em;
  padding: 9px 34px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  background: var(--color-main);
  border-radius: 10px;
}
.greeting .inner .wrap .box .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color-main);
}
.greeting .inner .wrap .box .balloon p {
  margin: 0;
  padding: 0;
}
.greeting .cam-bnr {
  margin-top: 88px;
}
.greeting .cam-bnr a {
  margin: 0 auto;
}
.greeting .cam-bnr a img {
  margin: 0 auto;
}
.greeting .cam-bnr a:hover {
  opacity: 0.7;
}

.top-top-flow__more > :first-child,
.top-flow__more > :first-child,
.top-products__more > :first-child,
.top-voice__more > :first-child,
.top-works__more > :first-child,
.top-greeting__more > :first-child {
  margin-top: 0 !important;
}
.top-top-flow__more > :last-child,
.top-flow__more > :last-child,
.top-products__more > :last-child,
.top-voice__more > :last-child,
.top-works__more > :last-child,
.top-greeting__more > :last-child {
  margin-bottom: 0 !important;
}

.top-top-flow__more {
  margin-top: 40px;
}

.top-flow__more {
  margin-top: 40px;
}

.top-products__more {
  margin-top: 46px;
}

.top-voice__more,
.top-works__more {
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .main-under .cont {
    display: flex;
    justify-content: space-between;
    padding: 21px 11px 22px;
    border-radius: 0 0 60px 60px;
    background-color: #fff;
    border: 5px solid var(--color-corp);
    border-top: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .main-under .cont .cont__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    border-right: 3px solid var(--color-corp);
  }
  .main-under .cont .cont__item.cont__item--01 {
    width: 328px;
  }
  .main-under .cont .cont__item.cont__item--02 {
    width: 352px;
  }
  .main-under .cont .cont__item.cont__item--03 {
    width: 340px;
  }
  .main-under .cont .cont__item:last-child {
    border-right: none;
  }
  .main-under .cont p {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .main-under .cont p span {
    display: block;
    color: var(--color-sub);
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) {
  .greeting .inner img.boss {
    width: 400px;
    height: auto;
    right: 0;
  }
}
.top-plan {
  background-color: var(--color-light);
  border-radius: 200px 200px 0 0;
  margin-top: -200px;
  position: relative;
  z-index: 11;
  padding-top: 91px;
  text-align: center;
}
.top-plan h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
.top-plan h2 span {
  display: block;
  color: var(--color-accent);
}
.top-plan h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  position: relative;
  background-color: #FFBF02;
  z-index: 9;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
}
.top-plan h2::after {
  content: "";
  width: 30px;
  height: 6px;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
  z-index: 10;
}

.top-plan p.intro {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 34px;
}
.top-plan .inner {
  width: var(--content-width);
  margin: 37px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(../img/top/plan-image.png);
  background-repeat: no-repeat;
  background-position: center;
}
.top-plan .inner article {
  width: 300px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 28px;
  padding: 44px 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.top-plan .inner article p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.top-plan .inner article p.title {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: var(--color-main);
  border-radius: 10px;
  line-height: 1.2;
  padding: 7px 0;
}
.top-plan .inner article p.main-txt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
}
.top-plan .inner article a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-main);
  margin-top: 15px;
}
.top-plan .inner article a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.top-plan .inner article a:hover {
  color: var(--color-main);
}
.top-plan .inner article:nth-of-type(1) {
  margin-right: 540px;
}
.top-plan .inner article:nth-of-type(3) {
  margin-right: 540px;
}

.p-top-heading-v2 {
  padding-bottom: 12px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}
.p-top-heading-v2 span {
  display: block;
  color: var(--color-accent);
}
.p-top-heading-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 66px;
  height: 10px;
  background: url(../img/common/icon-heading01.png) no-repeat 0 0/contain;
  transform: translateX(-50%);
}
.p-top-heading-v2.is-type02::before {
  background-image: url(../img/common/icon-heading02.png);
}

.top-works {
  padding-top: 90px;
}

.top-voice {
  margin-top: 118px;
}

.top-works,
.top-voice {
  background-color: var(--color-white);
}
.top-works .wrap,
.top-voice .wrap {
  width: var(--content-width);
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.top-works .wrap .box a,
.top-voice .wrap .box a {
  display: block;
  width: 360px;
  text-decoration: none;
  transition: 0.3s;
}
.top-works .wrap .box a:hover,
.top-voice .wrap .box a:hover {
  opacity: 0.8;
  transform: translateX(10px);
}
.top-works .wrap .box .image,
.top-voice .wrap .box .image {
  width: 360px;
  height: 270px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ccc;
}
.top-works .wrap .box p.cat,
.top-voice .wrap .box p.cat {
  background-color: var(--color-main);
  color: #fff;
  padding: 8px 12px;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
  font-size: 1rem;
}
.top-works .wrap .box p.title,
.top-voice .wrap .box p.title {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.top-works .wrap .box p.cont,
.top-voice .wrap .box p.cont {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.125rem;
  color: var(--color-main);
}

.top-flow {
  margin-top: 120px;
  padding: 120px 0;
  position: relative;
  background-color: var(--color-light02);
}
.top-flow img.flow-float {
  position: absolute;
  top: 7px;
  right: 50%;
  margin-right: 250px;
}
.top-flow .flow-image {
  margin-top: 50px;
}
.top-flow .flow-image img {
  margin: 0 auto;
}

.link-area {
  width: var(--content-width);
  margin: 120px auto 0;
  display: flex;
  justify-content: space-between;
}
.link-area a {
  display: block;
  width: 540px;
  height: 250px;
  border-radius: 60px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.link-area a img {
  margin-left: 24px;
}
.link-area a:nth-of-type(1) {
  background-image: url(../img/top/faq-bnr-bg.jpg);
}
.link-area a:nth-of-type(2) {
  background-image: url(../img/top/bnr-company-bg.jpg);
}
.link-area a:hover {
  opacity: 0.7;
}

.top-news {
  margin-top: 120px;
}
.top-news .inner {
  width: var(--content-width);
  margin: 0 auto;
  padding: 80px 85px 85px;
  border-radius: 60px;
  background-color: var(--color-light02);
}
.top-news .inner .news-list {
  margin-top: 68px;
}

.news-list article {
  list-style-type: none;
  padding-bottom: 20px;
  border-bottom: 2px solid #B2B2B2;
  margin-bottom: 30px;
}
.news-list article p {
  margin-bottom: 16px;
}
.news-list article p.cat {
  font-size: 0.875rem;
  font-weight: 400;
  color: #626262;
}
.news-list article p.cat span {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-main);
  padding: 4px 12px;
  margin-left: 12px;
}
.news-list article a {
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}
.news-list article a:hover {
  color: var(--color-main);
}

.top-recommend {
  position: relative;
  padding: 178px 0 120px;
  z-index: 3;
}
.top-recommend::before, .top-recommend::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.top-recommend::before {
  top: 0;
  height: calc(100% + 201px);
  background: linear-gradient(180deg, #FFE77D 0%, #FFA600 100%);
  z-index: 1;
}
.top-recommend::after {
  top: -1px;
  height: 98px;
  background: url(../img/top/recommend-bg01.png) repeat-x center top/auto 100%;
  z-index: 2;
}

.top-recommend__inner {
  position: relative;
  margin: 0 auto;
  width: var(--content-width);
  z-index: 3;
}
.top-recommend__inner > :first-child {
  margin-top: 0 !important;
}
.top-recommend__inner > :last-child {
  margin-bottom: 0 !important;
}

.top-recommend__lead {
  margin-top: 22px;
  line-height: 1.8;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
}

.top-recommend__more {
  margin-top: 85px;
}
.top-recommend__more > :first-child {
  margin-top: 0 !important;
}
.top-recommend__more > :last-child {
  margin-bottom: 0 !important;
}

.top-works-section {
  position: relative;
  overflow: hidden;
  border-radius: 200px 200px 0 0;
  z-index: 4;
  background-color: var(--color-white);
}

.c-card-wrap.is-top-products {
  margin-top: 25px;
}

.top-products {
  margin-top: 115px;
}

.p-top-logo-img {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .l-main {
    background-color: var(--color-light);
  }
  .main-image-wrap {
    min-width: auto;
  }
  .main-image {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-width: 100%;
    padding-left: 0;
    margin-top: 60px;
    padding-top: 15px;
    text-align: center;
    aspect-ratio: auto;
  }
  .main-image a {
    display: block;
  }
  .main-image a.main-float-bnr {
    position: absolute;
    top: 14px;
    right: 50%;
    width: 40.7vw;
    transform: translateX(50%);
  }
  .main-image img {
    width: 100%;
    height: auto;
  }
  .main-float-bnr-wrap {
    position: relative;
    top: 0;
    right: 0;
    aspect-ratio: 828/437;
    padding: 0 3.26%;
    width: 100%;
    background: url(../img/top/main-bg-sp.jpg) no-repeat center top/cover;
    transform: translateY(0);
  }
  .main-catch {
    padding-bottom: 0;
  }
  .main-catch::before {
    display: none;
  }
  .main-catch__item01,
  .main-catch__item02 {
    width: 100%;
  }
  .main-under {
    position: relative;
    width: 92%;
    margin: -5.43vw auto 0;
    left: auto;
    transform: translateX(0);
  }
  .main-under p.title {
    padding: 23px 16px 16px;
    font-size: 6.1vw;
    line-height: 1.2;
  }
  .main-under p.title span.middle {
    font-size: 5.9vw;
  }
  .main-under p.title span.middle02 {
    line-height: 1;
    font-size: 5.56vw;
  }
  .main-under p.title span.num {
    font-size: 9.67vw;
  }
  .main-under p.title span.yuma {
    display: inline-block;
    margin: 7px auto 0;
    padding: 4px 7px;
    font-size: 5.8vw;
  }
  .main-under p.title img.icon-u-main {
    width: 18vw;
    height: auto;
    left: -12px;
    top: auto;
    bottom: 40px;
  }
  .top-section .inner {
    padding: 0 3.865vw;
  }
  .greeting {
    margin-top: 55px;
    padding-bottom: 56px;
  }
  .greeting .inner img.boss {
    position: relative;
    width: auto;
    height: auto;
    zoom: 0.5;
    margin: 60px auto 0;
    right: auto;
    top: auto;
  }
  .greeting .inner h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .greeting .inner p {
    width: 100%;
    line-height: 1.8;
    margin-top: 21px;
    font-size: 1.125rem;
  }
  .greeting .inner .wrap {
    flex-direction: column;
    gap: 32px;
    width: 100%;
    margin-top: 36px;
    padding: 0 14px;
  }
  .greeting .inner .wrap .box {
    width: 100%;
  }
  .greeting .cam-bnr {
    margin-top: 66px;
  }
  .greeting .cam-bnr a {
    display: block;
    width: 100%;
    height: auto;
  }
  .top-plan {
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
    padding: 84px 16px 60px;
  }
  .top-plan h2 {
    font-size: 2rem;
  }
  .top-plan p.intro {
    font-size: 1.1875rem;
    text-align: left;
  }
  .top-plan img.plan-image-sp {
    margin-top: 31px;
  }
  .top-plan .inner {
    background-image: none;
    margin-top: 24px;
  }
  .top-plan .inner article {
    width: 48%;
    padding: 20px 16px 45px;
    position: relative;
    margin-bottom: 4%;
  }
  .top-plan .inner article p {
    font-size: 1.125rem;
    text-align: left;
  }
  .top-plan .inner article p.title {
    font-size: 1.25rem;
  }
  .top-plan .inner article p.main-txt {
    font-size: 1.0625rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 6px;
  }
  .top-plan .inner article a {
    position: absolute;
    bottom: 20px;
    display: block;
    width: calc(100% - 32px);
    text-align: center;
    padding-bottom: 3px;
  }
  .top-plan .inner article:nth-of-type(2) {
    order: 3;
  }
  .top-plan .inner article:nth-of-type(3) {
    order: 2;
  }
  .top-plan .inner article:nth-of-type(4) {
    order: 4;
  }
  .top-plan .inner p.intro {
    font-size: 1.1875rem;
  }
  .top-plan .inner article:nth-of-type(1), .top-plan .inner article:nth-of-type(3) {
    margin-right: 0;
  }
  .top-works {
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-works .wrap {
    width: 92%;
    display: block;
    margin: 0 auto;
  }
  .top-works .wrap .box a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .top-works .wrap .box a .image {
    width: 41%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .top-works .wrap .box a .txt {
    width: 56%;
  }
  .top-works .wrap .box a p.cat {
    margin-top: 0;
    padding: 8px;
    font-size: 0.875rem;
  }
  .top-works .wrap .box a p.title {
    font-size: 1.125rem;
  }
  .top-works .wrap .box a p.cont {
    font-size: 1rem;
  }
  .top-flow {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top-flow h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .top-flow .flow-image {
    width: 100%;
    margin: 0 auto;
    padding: 0 3.865vw;
  }
  .top-flow .flow-image img {
    margin-top: -32px;
  }
  .top-flow .flow-image img.flow-float {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
  }
  .link-area {
    background-color: #fff;
    margin: 0;
    padding-top: 54px;
    display: block;
  }
  .link-area a {
    width: 92%;
    height: 48.5vw;
    font-size: 2rem;
    margin: 0 auto 32px;
    padding-left: 32px;
  }
  .link-area a:nth-of-type(2) {
    margin-bottom: 0;
  }
  .top-news {
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding-top: 80px;
  }
  .top-news .inner {
    margin: 0 auto;
    padding: 64px 15px 60px;
  }
  .top-news .inner h2 {
    font-size: 2rem;
  }
  .news-list article {
    margin-bottom: 20px;
  }
  .news-list article p {
    text-align: left;
  }
  .news-list article p.cat span {
    padding: 4px 12px;
  }
  .news-list article h3 {
    text-align: left;
  }
  .news-list article h3 a {
    line-height: 1.5;
  }
  .p-top-heading-v2 {
    padding-bottom: 17px;
    font-size: 2rem;
  }
  .top-recommend {
    position: relative;
    padding: 102px 0 70px;
    z-index: 3;
  }
  .top-recommend::after {
    top: -1px;
    height: 43px;
    background: url(../img/top/recommend-bg01-sp.png) repeat-x center top/auto 100%;
    z-index: 2;
  }
  .top-recommend__inner {
    padding: 0 3.865vw;
  }
  .top-recommend__lead {
    margin-top: 20px;
    line-height: 1.6;
    text-align: left;
    font-size: 1.1875rem;
  }
  .top-recommend__more {
    margin-top: 0;
    padding-inline: 14px;
  }
  .top-recommend__more .c-for-list {
    text-align: left;
  }
  .top-works-section {
    padding: 84px 3.865vw 0;
    border-radius: 60px 60px 0 0;
  }
  .main-under .cont {
    display: flex;
    flex-direction: column;
    padding: 6px 10px 22px;
    border-radius: 0 0 60px 60px;
    background-color: #fff;
    border: 5px solid var(--color-corp);
    border-top: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .main-under .cont .cont__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 8px;
    border-bottom: 3px solid var(--color-corp);
  }
  .main-under .cont .cont__item:last-child {
    border-bottom: none;
  }
  .main-under .cont p {
    text-align: center;
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .main-under .cont p span {
    display: block;
    color: var(--color-sub);
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 6px;
  }
  .top-top-flow__more,
  .top-flow__more,
  .top-products__more,
  .top-voice__more,
  .top-works__more {
    width: 100%;
  }
  .top-top-flow__more {
    margin-top: 40px;
  }
  .top-flow__more {
    margin-top: 37px;
  }
  .top-products__more {
    margin-top: 35px;
  }
  .top-voice__more,
  .top-works__more {
    margin-top: 37px;
  }
  .top-greeting__more {
    width: 100%;
  }
  .c-card-wrap.is-top-voice, .c-card-wrap.is-top-works {
    margin-top: 40px;
  }
  .top-products {
    margin-top: 80px;
  }
}
:root {
  --content-space: 16px;
  --content-negative-space: -16px;
  --content-width: 1160px;
  --u-content-width: 1000px;
  --content-max-width: calc(var(--content-width) + (var(--content-space) * 2));
  --content-narrow-width: 1000px;
  --content-narrow-max-width: calc(var(--content-narrow-width) + (var(--content-space) * 2));
  --color-white:#fff;
  --color-grey:#858585;
  --color-text:#000;
  --color-u-text:#006EC1;
  --color-main:#1865BF;
  --color-sub:#13843E;
  --color-accent:#FFE240;
  --color-corp:#43A207;
  --color-dark:#000000;
  --color-light:#EDF7FF;
  --color-light02:#FFFBE8;
  --font-main:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
  --font-en: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  :root {
    --content-space: 32px;
    --content-negative-space: -32px;
    --content-width: 100%;
    --u-content-width: 92%;
    --content-max-width: 100%;
    --content-narrow-width: 100%;
    --content-narrow-max-width: 100%;
  }
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-semibold {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

:target,
[id] {
  scroll-margin-top: 150px;
}

.l-main {
  overflow: hidden;
}

.u-contents {
  width: var(--u-content-width);
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 80px;
}
.u-contents > *:first-child {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  #wrapper {
    background: #fff;
  }
  .u-contents {
    width: var(--u-content-width);
    margin: 0 auto;
    padding-bottom: 60px;
  }
  :target,
  [id] {
    scroll-margin-top: 70px;
  }
}
.display-none {
  display: none !important;
}