/*
Theme Name: RDSGN ORIGINAL									
*/

/**********************************************
    PC版 CSS
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

.sp {
  display: none;
}

.pop {
  font-family: "Poppins", sans-serif;
}

.sub-midashi {
  color: #fff;

  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../../../image/slider/main.jpg);

  background-size: 100%;
  background-position: right;
  background-repeat: no-repeat;
  padding: 65px;
  font-size: 28px;
}

.sub-midashi-lead {
  font-size: 28px;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/**************************************************************
全体
**************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;

  color: #555;
  letter-spacing: 0.05em;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";

  margin: 0;
  text-align: center;
}


/**************************************************************
リンク
**************************************************************/
a:link {
  color: #555;
  text-decoration: none;
  transition: 1.0s;
}

a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: none;
}

a:active {
  color: #555;
  text-decoration: none;
}


.site-wrap {
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-top: 6px solid #FF6D1D;
}

/* =========================
   Header
========================= */
.site-header {
  background: #fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 22px 16px;
  gap: 20px;
}

.site-logo {
  width: 200px;
  flex-shrink: 0;
}

.site-logo img {
  width: 100%;
  height: auto;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: flex-end;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  flex-wrap: wrap;
}

.header-nav li {
  position: relative;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.08em;
  line-height: 1;
}

.header-nav li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #888;
}

.header-nav a {
  transition: opacity 0.3s ease;
}

.header-nav a:hover {
  opacity: 0.6;
}

.header-contact-area {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.header-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.4;
}

.header-tel a {
  font-size: 20px;
  color: #555;
  letter-spacing: 0.03em;
}

.header-tel span {
  font-size: 8px;
  color: #777;
  white-space: nowrap;
}

.contact-btn {
	width:160px;
  height: 44px;
  border: 1px solid #FF5722;
  background-color: #ff5722;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  /* font-weight: 500; */
  color: #555;
  /* background: #fff; */
  color: #fff !important;
  transition: all 0.3s ease;
}

.contact-btn2{
  background-color:#ff9800!important;
  border: 1px solid #ff9800!important;
}

.contact-btn:hover {
  background: #ff4800;
}

.contact-icon {
  font-size: 22px;
  line-height: 1;
}

/* =========================
   Main Visual
========================= */
.main-visual {
  position: relative;
  padding: 0 32px 32px;
}

.main-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  background: #3f3b3b;
}

/* 見出し */
.main-title {
  position: absolute;
  right: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;

}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================
   Instagram fixed text
========================= */
.instagram-fixed {
  position: fixed;
  /* absolute → fixed */
  right: -32px;
  top: 40%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  letter-spacing: 0.08em;
  white-space: nowrap;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  z-index: 999;
  /* 他の要素より上に出す */
}

.instagram-fixed::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: url("../../../image/base/icon-insta.svg") center / contain no-repeat;
}

/*********************************
       HOME コンセプト
********************************/

.small-house {
  background: #efefed;
  padding: 46px 40px 32px;
}

.small-house__inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.small-house__text {
  width: 42%;

}

.small-house__title {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
}

.small-house__title span {
  display: block;
}

.small-house__lead {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: left;
}

.small-house__lead p {
  margin: 0;
}

.small-house__image {
  width: 50%;
}

.small-house__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.small-house__btn-wrap {
  text-align: center;
  margin-top: 34px;
}

.small-house__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  height: 46px;
  padding: 0 28px;
  background: #FF6D1D;
  border: 1px solid #d34e4a;
  border-radius: 8px;
  color: #fff !important;
  font-size: 13px;

  text-decoration: none;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.small-house__btn a {
  color: #fff !important;
}

.small-house__btn:hover {
  opacity: 0.9;
  transform: translateY(1px);
}

/**********************************
　　TOP各項目見出し
********************************/

.pickup-title {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.pickup-title__sub {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}

.pickup-title__line {
  width: 30px;
  height: 1px;
  background: #111;
  display: block;
}

.pickup-title__jp {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.pickup-title__main {
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.5px;
  margin-bottom: 60px;
}


/**********************************
   REASON BOX
***********************************/


.merit-cards {
  padding: 0;
}

.merit-cards-sp .merit-cards__inner {
  display: none;
}

.merit-cards__inner {
  display: flex;
  gap: 14px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 25px;
}

.merit-card {
  flex: 1;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 22px 18px 20px;
  text-align: center;
  box-sizing: border-box;
  min-height: 185px;
}

.merit-card__icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 14px;
}

.merit-card__title {
  margin: 0 0 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.merit-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .merit-cards__inner {
    flex-direction: column;
    gap: 12px;
  }

  .merit-card {
    min-height: auto;
    padding: 20px 16px;
  }

  .merit-card__icon {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .merit-card__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .merit-card__text {
    font-size: 13px;
    line-height: 1.8;
  }
}





/**********************************
   TOP YOIUTUBE
***********************************/

.yt-section {
  background: #ff6a00;
  padding: 50px;
}

.yt-section__head {
  background: #ff6a00;
  padding: 40px 20px 30px;
  text-align: center;
}

.yt-section__title {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}

.yt-section__sub {
  margin: 0;
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
}

.yt-section__videos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.yt-video {
  width: calc(50% - 12px);
}

.yt-video__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.yt-video__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.yt-video h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .yt-section__title {
    font-size: 38px;
  }

  .yt-section__sub {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .yt-section {
    padding: 40px 0 32px;
  }

  .yt-section__head {
    padding: 0 16px 24px;
  }

  .yt-section__title {
    font-size: 30px;
  }

  .yt-section__sub {
    font-size: 16px;
  }

  .yt-section__videos {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }

  .yt-video {
    width: 100%;
  }

  .yt-video h3 {
    font-size: 15px;
    padding: 14px 16px 18px;
  }
}

/**********************************
   TOP EVENT
***********************************/

.top-event {
  background-color: #fff;
  padding: 80px 0;
}

.top-event .event-flex {
  width: 1100px;
  margin: 0 auto;
  display: flex;
}

.top-event .e-box {
  max-width: 500px;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.top-event .e-box__thumb {
  display: block;
}

.top-event .e-box__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.top-event .e-box__date {
  background: #FF6D1D;
  padding: 10px 16px 12px;
  text-align: center;
}

.top-event .e-box__date span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;

}

.top-event .e-box__body {
  padding: 22px 18px 18px;
}

.top-event .e-box__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}

.top-event .e-box__info {
  margin-top: 20px;
}

.top-event .e-box__info p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.top-event .e-box__info p:last-child {
  margin-bottom: 0;
}

.top-event .e-box__btns {
  margin-top: 20px;
  display: flex;
  gap: 14px;
}

.top-event .e-box__btn {
  width: calc(50% - 7px);
  min-height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-event .e-box__btn:hover {
  opacity: 0.9;
  transform: translateY(1px);
}

.top-event .e-box__btn--outline {
  background: #fff;
  border: 1px solid #555;
  color: #555;
}

.top-event .e-box__btn--yellow {
  background: #FF6D1D;
  border: 1px solid #ff3c00;
  color: #fff;
}

.top-event .e-box__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  flex: 0 0 20px;
}

.top-event .e-box__icon2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  color: #FF6D1D;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  flex: 0 0 20px;
}


/**********************************
   TOP LINEUP
***********************************/

.top-lineup {
  background-color: #F8F6F1;
  padding: 80px 0;
}

.t-li-mida {
  display: flex;
}

.t-li-mida .pickup-title {
  width: 50%;
  box-sizing: border-box;
}

.catchcopy {
  font-size: 30px;
  color: #555;
  width: 40%;
  opacity: 0.6;
}

.service-links {
  padding: 0;
}

.service-links__inner {
  display: flex;
  flex-wrap: wrap;
}

.service-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  background: #111;
}

.service-card--gray {
  background: #333;
}

.service-card__image {
  position: relative;
  overflow: hidden;
}

.service-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}

.service-card__image img {
  display: block;
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.service-card__en {
  position: absolute;
  left: 34px;
  bottom: 38px;
  z-index: 2;
  font-size: 42px;
  line-height: 0.95;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}

.service-card__body {
  min-height: 305px;
  padding: 42px 44px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-card__title {
  margin: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
}

.service-card__text {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.service-card__more {
  margin-top: 40px;
  min-width: 112px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff100;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff100
}

.service-card__arrow {
  font-size: 18px;
  line-height: 1;
  opacity: 0.95;
}

.service-card:hover .service-card__image img {
  transform: scale(1.04);
  transition: transform 0.5s ease;
}

.service-card__image img {
  transition: transform 0.5s ease;
}



/*********************************
    footer CTA
*********************************/


.consultation {
  background: #ea5a24;
  padding: 48px 0 44px;
}

.consultation__inner {
  width: min(100%, 1920px);
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
}

.consultation__photo {
  width: 30%;
  max-width: 575px;
  flex: 0 0 auto;
}

.consultation__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 0 28px 28px 0;
}

.consultation__photo--right img {
  border-radius: 28px 0 0 28px;
}

.consultation__center {
  width: 36%;
  max-width: 660px;
  min-width: 520px;
  color: #fff;
  text-align: center;
  padding-top: 28px;
}

.consultation__catch {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1.2;
}

.consultation__catch strong {
  display: inline-block;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.consultation__catch strong span {
  color: #fff23c;
}

.consultation__slash {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  background: #ffd8bf;
}

.consultation__slash::before,
.consultation__slash::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 24px;
  background: #ffd8bf;
  transform-origin: center;
}

.consultation__slash--left {
  left: 22px;
  transform: rotate(66deg);
}

.consultation__slash--left::before {
  transform: rotate(32deg);
  top: -11px;
}

.consultation__slash--left::after {
  transform: rotate(-32deg);
  top: -11px;
}

.consultation__slash--right {
  right: 22px;
  transform: rotate(-66deg);
}

.consultation__slash--right::before {
  transform: rotate(-32deg);
  top: -11px;
}

.consultation__slash--right::after {
  transform: rotate(32deg);
  top: -11px;
}

.consultation__lead {
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.consultation__cards {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.consultation__card {
  width: calc((100% - 48px) / 3);
  color: #fff;
}

.consultation__num {
  width: 54px;
  height: 54px;
  margin: 0 auto -4px;
  border-radius: 50%;
  background: #fff;
  color: #ea5a24;
  font-size: 30px;
  font-weight: 700;
  line-height: 54px;
  position: relative;
  z-index: 2;
}

.consultation__box {
  position: relative;
  border: 3px solid #fff;
  padding: 10px;
}

.consultation__box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #fff;
}

.consultation__box h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.consultation__card p {
  margin: 42px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.consultation__btnWrap {
  margin-top: 32px;
}

.consultation__btn {
  width: min(100%, 420px);
  min-height: 74px;
  margin: 0 auto;
  padding: 0 28px 0 44px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.consultation__btn:hover {
  opacity: 0.92;
  transform: translateY(1px);
}

.consultation__arrow {
  color: #ea5a24;
  font-size: 44px;
  line-height: 1;
  margin-top: -4px;
}

.consultation__note {
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/****************************
  TOP WORKS
*********************************/

.swiper-wrapper {
  justify-content: center;
}

.works {
  padding: 70px 0;
  background: #f4f4f4;
  text-align: center;
  background: url(../../../image/base/graybg.jpg) left top repeat;
}

.works__title h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 40px;
}

.works__title span {
  color: #e84719;
}

.works-slider {
  width: 90%;
  margin: auto;
}

.work-card {
  background: #fff;
  text-align: left;
}

.work-card p {
  padding: 0 10px 15px 10px;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.work-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.work-card h3 {
  font-size: 16px;
  padding: 15px 15px 5px 15px;
  line-height: 1.6;
}

.swiper-button-prev,
.swiper-button-next {
  color: #e84719;
}

.works__btn {
  margin-top: 50px;
}

.works__btn a {
  display: inline-block;
  padding: 18px 50px;
  border: 1px solid #FF6D1D;
  border-radius: 40px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.works__btn a:hover {
  background: #FF6D1D;
  color: #fff;
}


/***********************************
TOP借り入れ事例
***********************************/

.top-panf-tt {
  background-color: #000;
  padding: 15px;
  background-image: url(image/top/bg.jpg);
}

.top-panf-tt h2 {
  font-size: 36px;
  color: #fddc0e;
  padding: 20px 0;
}

.top-panf-tt h3 {
  font-size: 12px;
  color: #fff;
  padding: 5px 0;
  line-height: 130%;
}

.top-panf-waku {
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 1200px;
}

.top-panf-waku .box--o {
  width: 31%;
}

.top-panf-waku .box--o img {
  width: 100%;
  height: auto;
}

.top-panf-waku-outer {
  background-color: #f6f6f6;
}

.slick-prev,
.slick-next {
  color: #000 !important;
}

.top-panf-waku .ff-box {
  margin: 15px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(189, 189, 189, 0.35);
}

.top-panf-waku .ff-box h4 {
  padding: 5px;
  background-color: #FF6D1D;
  color: #fff;
  font-size: 14px;
}

.top-panf-waku .ff-box .kao {
  display: flex;
  align-items: center;
  padding: 10px;
  text-align: left;
  padding-bottom: 0;
}

.top-panf-waku .ff-box .kao .ll {
  width: 25%;
}

.top-panf-waku .ff-box .kao .ll img {
  width: 100%;
  height: auto;
}

.top-panf-waku .ff-box .kao .rr {
  width: 70%;
  margin-left: 5%;
  line-height: 130%;
  padding: 10px;
}

/****借り入れ****/

.kari {
  background: #ff8a3d;
  /* やや濃いオレンジ */
  color: #fff;
  padding: 8px 14px;
}

.hen {
  background: #FF6D1D;
  /* 濃いオレンジ */
  color: #fff;
  padding: 8px 14px;
}

.kari span,
.hen span {
  font-weight: 700;
  font-size: 1.5em;
}

.slick-slider {
  background-color: #f6f6f6;
}




.top-panf-waku .pp-box-flex {
  display: flex;
  padding: 10px;
  align-items: center;
}

.top-panf-waku .pp-box-flex .pp-l {
  width: 30%;
  font-size: 11px;
  font-weight: bold;

}

.top-panf-waku .pp-box-flex .pp-r {
  width: 80%;
  font-size: 40px;
  color: #f36100;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.top-panf-waku .pp-box-flex .pp-r span {
  font-size: 19px;
  color: #000;
}

.top-panf-waku .hyou {
  padding: 15px !important;
  font-size: 12px;
}

.top-panf-waku .table-a {
  border: 1px solid #DDD;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;

}

.top-panf-waku .table-a th {
  border: 1px solid #DDD;
  padding: 10px 10px;

}

.top-panf-waku .table-a td {
  border: 1px solid #DDD;
  padding: 10px 10px;
  font-weight: normal;
}

.loan-inner {
  padding: 60px 0 30px 0;
}

.loan-inner h3 {
  font-size: 28px;
  line-height: 160%;
}

.loan-inner .ll {
  text-align: center;
}

.loan-inner .ll img {
  width: 1000px;
  height: auto;
}


.loan {
  background: #f4f4f4;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.loan__inner {
  width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.loan__text {
  width: 50%;
}

.loan__title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 25px;
}

.loan__title span {
  color: #FF6D1D;
  border-bottom: 3px solid #FF6D1D;
  padding-bottom: 6px;
}

.loan__lead {
  line-height: 2;
  color: #444;
}

.loan__image {
  width: 45%;
}

.loan__image img {
  width: 100%;
  display: block;
  border-radius: 15px;
}



/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
.footer {
  background-color: #000;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: space-between;
}

.footer-inner .f-logo {
  width: 25%;
}

.footer-inner .f-logo .tt {
	font-size:13px;
	display:block;
}


.footer-inner .f-logo img {
  width: 100%;
  height: auto;
}

.footer-inner .f-logo .tel {
  font-size: 26px;
  margin-top: 10px;

  color: #fff;
  align-items: center;
}

.footer-inner .f-logo .tel .mise {
  padding: 6px;
  background-color: #fff;
  padding: 5px;
  font-size: 9px;
  border-radius: 5px;
  line-height: 100%;
  color: #000;
  margin-right: 7px;

}

.footer-inner .f-logo .tel .rubik {
  color: #fff;
  font-weight: 400;
  margin-left: 5px;
}

.footer-inner .f-menu {
  width: 75%;

  box-sizing: border-box;
  color: #fff;
  padding-left: 150px;
}

.footer-inner .f-menu a {
  color: #fff !important;
}

.footer-inner .f-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-inner .f-menu ul li {
  list-style: none;
  width: 21%;
  text-align: left;
  border-bottom: dotted 1px #fff;
  margin: 2px 2%;
  padding-bottom: 3px;
  position: relative;
  /* ←追加 */
  padding-left: 1em;
  /* ←アイコン分スペース確保 */
}

.footer-inner .f-menu ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #fff;
  /* 色を必要に応じて変更 */
  font-size: 10px;
}

#copy {
  background-color: #FF6D1D;
  color: #fff;
  font-size: 13px;
  padding: 15px;
  line-height: 100%;
}

.pankuzunavi {
  background-color: #f4f4f4;
  padding: 10px;
  line-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  text-align: right;
}

/********************************
  スモールハウスとは
**************************************/

.mv {
  position: relative;
  width: 100%;
  min-height: 540px;
  background: url("../../../image/slider/main.jpg") center center / cover no-repeat;
  overflow: hidden;
}

.mv__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(75, 52, 121, 0.20) 0%,
      rgba(24, 18, 32, 0.18) 35%,
      rgba(0, 0, 0, 0.28) 100%);
  z-index: 1;
}

.mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  min-height: 540px;
  margin: 0 auto;
  padding: 70px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-sizing: border-box;


  justify-content: center;

}

.mv__lead {
  margin: 0;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);


/*   position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; */
}

.mv__sub {
  margin: 22px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.mv__btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.mv__btn {
  min-width: 280px;
  padding: 18px 28px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
  box-sizing: border-box;
}

.mv__btn--orange {
  background: #f57c00;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(245, 124, 0, 0.25);
}

.mv__btn--orange:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.mv__btn--white {
  background: #fff;
  color: #4a3a33 !important;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.18);
}

.mv__btn--white:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

.mv__scroll {
  margin-top: 55px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.mv__scroll-arrow {
  display: block;
  font-size: 22px;
  margin-bottom: 6px;
  animation: scrollFloat 2s ease-in-out infinite;
}

@keyframes scrollFloat {
  0% {
    transform: translateY(0);
    opacity: 0.6;
  }

  50% {
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}


/* =========================
   セクション全体（背景100%）
========================= */
.life {
  width: 100%;
  padding: 80px 20px;
  background: url("../../../image/about/bg.png") center center / cover no-repeat;
  box-sizing: border-box;
}

/* =========================
   中身だけ1100px固定
========================= */
.life__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================
   タイトル
========================= */
.life__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #555;
  letter-spacing: 0.05em;
}

/* =========================
   カードレイアウト（Flex）
========================= */
.life__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* 2列レイアウト */
.life__card {
  width: calc(50% - 15px);
  background: #fff;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 6px;
}

/* =========================
   中身
========================= */
.life__card img {
  width: 50px;
  margin-bottom: 15px;
}

.life__card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.life__card p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.life__card span {
  display: block;
  margin-top: 12px;
  color: #f57c00;
  font-weight: bold;
  font-size: 18px;
}

/* =========================
   下のテキスト
========================= */
.life__bottom {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 768px) {

  .life {
    padding: 60px 15px;
  }

  .life__title {
    font-size: 24px;
  }

  .life__card {
    width: 100%;
  }

}


/* =========================
   セクション全体
========================= */
.youtube-sec {
  position: relative;
  width: 100%;
  padding: 80px 20px 100px;
  background: url(../../../image/about/bg2.jpg) center center / cover no-repeat;
  box-sizing: border-box;
  z-index: 1;
}

/* 👇 白を50%でかぶせる */
.youtube-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  /* ←ここで透過調整 */
  z-index: -1;
}

/* =========================
   中身 1100px
========================= */
.youtube-sec__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================
   見出し
========================= */
.youtube-sec__title {
  margin: 0 0 38px;
  text-align: center;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #4f5961;
}

/* =========================
   リード文
========================= */
.youtube-sec__lead {
  margin: 0 0 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  color: #4f5961;
}

/* =========================
   動画ブロック
========================= */
.youtube-sec__movie {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.youtube-sec__movie:first-of-type {
  margin-top: 0;
}

/* 動画サイズ */
.youtube-sec__iframe {
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  box-sizing: border-box;
}



/* iframeをぴったり */
.youtube-sec__iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 1024px) {
  .youtube-sec__title {
    font-size: 42px;
  }

  .youtube-sec__lead {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .youtube-sec {
    padding: 60px 15px 80px;
  }

  .youtube-sec__title {
    font-size: 30px;
    line-height: 1.35;
  }

  .youtube-sec__lead {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.8;
  }

  .youtube-sec__movie {
    margin-top: 24px;
  }
}

/* =========================
   セクション
========================= */
.concept {
  width: 100%;
  padding: 100px 20px;
  background: #f7f3eb;
  /* ←背景なし（やわらかベージュ） */
  box-sizing: border-box;
}

/* =========================
   中央1100px
========================= */
.concept__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* =========================
   横並び
========================= */
.concept__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
}

/* 逆並び */
.concept__row--reverse {
  flex-direction: row-reverse;
}

/* =========================
   テキスト
========================= */
.concept__text {
  width: 50%;
}

.concept__text h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #4f5961;
}

.concept__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #ff5722;
  margin-bottom: 20px;
}

.concept__text ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.concept__text li {
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  color: #555;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

.concept__text li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f57c00;
}

.concept__text h3 {
  background-color: #ff5722;
  color: #fff;
  padding: 5px;
  margin-bottom: 8px;
  line-height: 100%;
  border-radius: 5px;
}

/* =========================
   画像
========================= */
.concept__img {
  width: 50%;
}

.concept__img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* =========================
   スマホ
========================= */
@media (max-width: 768px) {

  .concept {
    padding: 60px 15px;
  }

  .concept__row {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }

  .concept__row--reverse {
    flex-direction: column;
  }

  .concept__text,
  .concept__img {
    width: 100%;
  }

  .concept__text h2 {
    font-size: 26px;
  }
}


.usage {
  width: 100%;
  padding: 80px 20px 100px;
  /*background: #fbf1d8;*/
  box-sizing: border-box;
  background: url(../../../image/about/bg3.png);
  background-repeat: no-repeat;
  background-position: bottom;
  box-sizing: border-box;
}

.usage__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.usage__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #4f5961;
}

.usage__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}

.usage__card {
  width: calc(25% - 21px);
  min-height: 170px;
  padding: 24px 18px;
  background: #fff;
  border: 2px solid #6d7074;
  border-radius: 28px;
  box-sizing: border-box;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.usage__icon {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 14px;
}

.usage__card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #4f5961;
}

.usage__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4f5961;
}

/* タブレット */
@media (max-width: 1024px) {
  .usage__card {
    width: calc(50% - 14px);
  }
}

/* スマホ */
@media (max-width: 767px) {
  .usage {
    padding: 60px 15px 80px;
  }

  .usage__title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .usage__list {
    gap: 18px;
  }

  .usage__card {
    width: 100%;
    min-height: auto;
    padding: 22px 16px;
    border-radius: 22px;
  }

  .usage__icon {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .usage__card h3 {
    font-size: 17px;
  }

  .usage__card p {
    font-size: 14px;
  }
}

.usage__arrow{
	display:none;
}


.price-sec {
  width: 100%;
  padding: 90px 20px 100px;
  background: #f7f3e8;
  box-sizing: border-box;
}

.price-sec__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.price-sec__title {
  margin: 0;
  text-align: center;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #4f5961;
  margin-bottom: 30px;
}

.price-sec__title2{
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #4f5961;
  margin-bottom: 60px;
	margin-top:60px;
}





.price-sec__lead {
  margin: 18px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: #5a646c;
}

.price-sec__plan {
  max-width: 640px;
  margin: 40px auto 50px;
  padding: 34px 20px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.price-sec__plan-label {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #4f5961;
}

.price-sec__plan-price {
  margin: 0;
  font-size: 43px;
  line-height: 1.2;
  font-weight: 700;
  color: #f57c00;
  letter-spacing: 0.02em;
}

.price-sec__plan-price span {
  font-size: 55px;
}

.price-sec__compare {
  display: flex;
  gap: 34px;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.price-card {
  width: calc(50% - 17px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.price-card__title {
  margin: 0;
  padding: 26px 24px 18px;
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #4f5961;
}

.price-card__photo {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  background: #ececec;
  overflow: hidden;
}

.price-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 画像を後で入れる予定なら、このままでもOK。
   一旦空箱だけ確保したい時は img を消しても高さが保てる */

.price-card__body {
  padding: 24px 28px 30px;
}

.price-card__body p {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.6;
  color: #4f5961;
  font-weight: 600;
}

.price-card__body p .pop {
  font-size: 28px;
}



.price-card__body p:last-child {
  margin-bottom: 0;
}

.price-card__body strong {
  font-weight: 700;
  color: #f57c00;
}

.price-card__body span {
	font-size:20px;
  color: #ff4800;
	font-weight:800;
	display:block;
}

/* スマホ */
@media (max-width: 1024px) {
  .price-sec__title {
    font-size: 42px;
  }

  .price-card__title {
    font-size: 24px;
  }

  .price-card__body p {
    font-size: 22px;
  }

  .price-sec__plan-price {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .price-sec {
    padding: 60px 15px 70px;
  }

  .price-sec__title {
    font-size: 30px;
    line-height: 1.4;
  }

  .price-sec__lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .price-sec__plan {
    margin: 28px auto 34px;
    padding: 24px 16px;
    border-radius: 14px;
  }

  .price-sec__plan-label {
    font-size: 17px;
  }

  .price-sec__plan-price {
    font-size: 32px;
  }

  .price-sec__compare {
    gap: 20px;
  }

  .price-card {
    width: 100%;
  }

  .price-card__title {
    padding: 20px 16px 14px;
    font-size: 24px;
  }

  .price-card__body {
    padding: 18px 18px 22px;
  }

  .price-card__body p {
    font-size: 18px;
    line-height: 1.7;
  }
}


.faq {
  width: 100%;
  padding: 90px 20px 100px;
  background: #f7f7f7;
  box-sizing: border-box;
}

.faq__inner {
  max-width: 900px;
  margin: 0 auto;
}

.faq__title {
  margin: 0;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  color: #4f5961;
}

.faq__lead {
  margin: 24px 0 50px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #5e6870;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq__item {
  background: #efefef;
  border-radius: 16px;
  overflow: hidden;
}

.faq__question {
  width: 100%;
  padding: 24px 28px;
  border: none;
  background: #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #4f5961;
  box-sizing: border-box;
}

.faq__question:hover {
  background: #ebebeb;
}

.faq__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 20px;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f57c00;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.faq__icon::before {
  width: 18px;
  height: 3px;
}

.faq__icon::after {
  width: 3px;
  height: 18px;
}

/* 開いた時マイナスに */
.faq__item.is-open .faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, padding 0.45s ease;
  background: #ffffff;
}

.faq__answer-inner {
  padding: 0 28px 0;
}

.faq__item.is-open .faq__answer {
  max-height: 300px;
}

.faq__item.is-open .faq__answer .faq__answer-inner {
  padding: 0 28px 28px;
  padding-top: 28px;
  text-align: left;
}

.faq__answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #4f5961;
}

.faq__answer p+p {
  margin-top: 10px;
}

/* スマホ */
@media (max-width: 767px) {
  .faq {
    padding: 60px 15px 70px;
  }

  .faq__title {
    font-size: 30px;
  }

  .faq__lead {
    margin: 18px 0 30px;
    font-size: 15px;
  }

  .faq__question {
    padding: 18px 16px;
    font-size: 18px;
  }

  .faq__answer-inner {
    padding: 0 16px 0;
  }

  .faq__item.is-open .faq__answer .faq__answer-inner {
    padding: 0 16px 18px;
  }

  .faq__answer p {
    font-size: 15px;
  }
}


.cta {
  position: relative;
  background: #ff6a00;
  padding: 50px;
}

/* 画像レイヤー */
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../../image/about/small4.jpg") center center / cover no-repeat;
  opacity: 0.2;
  /* ←ここで調整（0.1〜0.3くらいが良い） */
  z-index: 0;
}

/* 中身を前面に */
.cta__inner {
  position: relative;
  z-index: 1;
}

.cta__inner {
  max-width: 900px;
  margin: 0 auto;
}

.cta__title {
  margin: 0 0 30px;
  font-size: 44px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}

.cta__lead {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
}

.cta__text {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

/* ボタン */
.cta__btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fff;
  color: #ff6a00;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

/* スマホ */
@media (max-width: 767px) {
  .cta {
    padding: 70px 15px;
  }

  .cta__title {
    font-size: 26px;
  }

  .cta__lead,
  .cta__text {
    font-size: 15px;
  }

  .cta__btn {
    width: 100%;
    padding: 16px;
    font-size: 16px;
  }
}


/***************************************
       Works
***************************************/

.works-archive {
  width: 100%;
  padding: 60px 20px 100px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.works-archive__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.works-archive__title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #4f5961;
}

.works-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.works-archive__card {
  width: calc(33.333% - 20px);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.works-archive__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.works-archive__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9e9e9;
}

.works-archive__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.works-archive__card:hover .works-archive__img img {
  transform: scale(1.05);
}

.works-archive__name {
  margin: 0;
  padding: 15px 8px 0 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #222;
}

.works-archive__gaiyou {
  padding: 8px;
  padding-bottom: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}

.works-archive__none {
  text-align: center;
  font-size: 16px;
  color: #666;
}

/* タブレット */
@media (max-width: 1024px) {
  .works-archive__card {
    width: calc(50% - 15px);
  }
}

/* スマホ */
@media (max-width: 767px) {
  .works-archive {
    padding: 60px 15px;
  }

  .works-archive__title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .works-archive__list {
    gap: 20px;
  }

  .works-archive__card {
    width: 100%;
  }

  .works-archive__name {
    font-size: 16px;
    padding: 14px;
  }
}

/************************************
       施工事例single
***************************************/

.works-single {
  width: 100%;
  padding: 80px 20px 100px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.works-single__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.works-single__article {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.works-single__img {
  width: 100%;
  background: #e9e9e9;
}

.works-single__img img {
  width: 100%;
  height: auto;
  display: block;
}

.works-single__body {
  padding: 40px;
}

.works-single__title {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #222;
}

.works-single__gaiyou {
  margin-bottom: 30px;
  padding: 20px 24px;
  background: #f8f8f8;
  border-left: 4px solid #f57c00;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  border-radius: 8px;
  box-sizing: border-box;
}

.works-single__content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.works-single__content h2,
.works-single__content h3,
.works-single__content h4 {
  margin: 2em 0 0.8em;
  line-height: 1.5;
  color: #222;
}

.works-single__content p {
  margin: 0 0 1.5em;
}

.works-single__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em 0;
}

.works-single__content ul,
.works-single__content ol {
  margin: 0 0 1.5em 1.5em;
}

.works-single__back {
  margin-top: 40px;
  text-align: center;
}

.works-single__back a {
  display: inline-block;
  padding: 14px 32px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  transition: 0.3s ease;
}

.works-single__back a:hover {
  opacity: 0.85;
}

/* タブレット */
@media (max-width: 1024px) {
  .works-single__body {
    padding: 32px;
  }

  .works-single__title {
    font-size: 30px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .works-single {
    padding: 50px 15px 70px;
  }

  .works-single__article {
    border-radius: 14px;
  }

  .works-single__body {
    padding: 24px 18px;
  }

  .works-single__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .works-single__gaiyou {
    margin-bottom: 24px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.8;
  }

  .works-single__content {
    font-size: 15px;
    line-height: 1.9;
  }

  .works-single__back {
    margin-top: 30px;
  }

  .works-single__back a {
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
  }
}

/********************************
　　　イベント
****************************/

.event-single {
  width: 100%;
  padding: 80px 20px 100px;
  background: #f7f7f7;
  box-sizing: border-box;
}

.event-single__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.event-single__article {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  width: 46%;
  margin: 2%;
}

.event-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.event-single__head {
  padding: 36px 40px 24px;
}

.event-single__area {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  background: #f57c00;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 999px;
}

.event-single__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

.event-single__meta {
  margin: 0 25px;
  padding: 24px 28px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 24px;
}

.event-single__meta p {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.event-single__meta p:last-child {
  border-bottom: none;
}

.event-single__meta span {
  display: inline-block;
  min-width: 60px;
  margin-right: 18px;
  font-weight: 700;
  color: #f57c00;
}

.event-single__cta {
  text-align: center;
  margin-bottom: 20px;
}

.event-single__btn {
  display: inline-block;
  min-width: 280px;
  padding: 16px 30px;
  background: #FF5722;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: 0.3s ease;
}

.event-single__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.event-single__content {
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

/* 本文内の見出し */
.event-single__content h2 {
  margin: 2.2em 0 0.8em;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 1.5;
  color: #222;
  border-bottom: 2px solid #f57c00;
}

.event-single__content h3 {
  margin: 2em 0 0.8em;
  font-size: 22px;
  line-height: 1.5;
  color: #222;
}

.event-single__content h4 {
  margin: 1.8em 0 0.8em;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
}

/* 本文 */
.event-single__content p {
  margin: 0 0 1.5em;
}

.event-single__content ul,
.event-single__content ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.event-single__content li {
  margin-bottom: 0.6em;
}

/* 画像 */
.event-single__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
  border-radius: 12px;
}

/* WPの画像回り込み対策 */
.event-single__content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.event-single__content .alignleft {
  float: left;
  margin: 0 24px 20px 0;
}

.event-single__content .alignright {
  float: right;
  margin: 0 0 20px 24px;
}

.event-single__content::after {
  content: "";
  display: block;
  clear: both;
}

/* iframeや埋め込み */
.event-single__content iframe {
  max-width: 100%;
  display: block;
  margin: 2em auto;
}

/* テーブル */
.event-single__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.event-single__content th,
.event-single__content td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.7;
}

.event-single__content th {
  background: #f8f8f8;
  font-weight: 700;
}

/* スマホ */
@media (max-width: 767px) {
  .event-single {
    padding: 50px 15px 70px;
  }

  .event-single__article {
    border-radius: 14px;
  }

  .event-single__head {
    padding: 24px 18px 18px;
  }

  .event-single__title {
    font-size: 26px;
  }

  .event-single__meta {
    margin: 0 18px;
    padding: 16px;
    border-radius: 12px;
  }

  .event-single__meta p {
    font-size: 14px;
    line-height: 1.8;
  }

  .event-single__meta span {
    min-width: 52px;
    margin-right: 12px;
  }

  .event-single__cta {
    padding: 24px 18px 0;
  }

  .event-single__btn {
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
    font-size: 16px;
  }

  .event-single__content {
    padding: 28px 18px;
    font-size: 15px;
    line-height: 1.9;
  }

  .event-single__content h2 {
    font-size: 22px;
  }

  .event-single__content h3 {
    font-size: 19px;
  }

  .event-single__content h4 {
    font-size: 17px;
  }

  .event-single__content .alignleft,
  .event-single__content .alignright {
    float: none;
    margin: 2em auto;
  }
}

/***************************
 * single
 * ********************************/

.event-detail {
  width: 100%;
  padding: 80px 20px 100px;
  background: #f7f7f7;
}

.event-detail__inner {
  max-width: 900px;
  margin: 0 auto;
}

.event-detail__article {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* 画像 */
.event-detail__thumb img {
  width: 100%;
  display: block;
  height: auto;
}

/* ヘッダー */
.event-detail__head {
  padding: 36px 40px 24px;
}

.event-detail__area {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: #f57c00;
  color: #fff;
  font-size: 13px;
  border-radius: 999px;
}

.event-detail__title {
  font-size: 34px;
  line-height: 1.5;
  margin: 0;
}

/* 情報 */
.event-detail__meta {
  margin: 0 40px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 14px;
}

.event-detail__meta p {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.event-detail__meta p:last-child {
  border-bottom: none;
}

.event-detail__meta span {
  color: #f57c00;
  font-weight: bold;
  margin-right: 12px;
}

/* CTA */
.event-detail__cta {
  padding: 30px 40px 0;
  text-align: center;
}

.event-detail__btn {
  display: inline-block;
  padding: 16px 30px;
  background: #f57c00;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.event-detail__btn:hover {
  transform: translateY(-2px);
}

/* 本文 */
.event-detail__content {
  padding: 40px;
  line-height: 2;
}

.event-detail__content h2 {
  margin-top: 2em;
  border-bottom: 2px solid #f57c00;
  padding-bottom: 8px;
}

.event-detail__content img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
}

/* 戻る */
.event-detail__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  flex-wrap: wrap;
}

/* 共通ボタン */
.event-detail__btn {
  display: inline-block;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
  text-align: center;
  min-width: 220px;
}

/* 戻る */
.event-detail__btn--back {
  background: #222;
  color: #fff !important;
}

.event-detail__btn--back:hover {
  opacity: 0.8;
}

/* 申し込み（メインCTA） */
.event-detail__btn--reserve {
  background: #f57c00;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(245, 124, 0, 0.25);
}

.event-detail__btn--reserve:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(245, 124, 0, 0.35);
}

/* スマホ */
@media (max-width: 767px) {
  .event-detail__actions {
    padding: 30px 20px;
    gap: 12px;
  }

  .event-detail__btn {
    width: 100%;
  }
}

.event-detail__back a {
  display: inline-block;
  padding: 12px 26px;
  background: #222;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}

/* スマホ */
@media (max-width: 767px) {

  .event-detail__head,
  .event-detail__content,
  .event-detail__back {
    padding: 20px;
  }

  .event-detail__meta {
    margin: 0 20px;
  }

  .event-detail__title {
    font-size: 24px;
  }

  .event-detail__btn {
    width: 100%;
  }
}


/* =========================
   コンテンツ基本
========================= */
.event-detail__content {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

/* =========================
   見出し
========================= */
.event-detail__content h1 {
  font-size: 32px;
  margin: 2em 0 0.8em;
  line-height: 1.4;
  font-weight: 700;
}

.event-detail__content h2 {
  font-size: 26px;
  margin: 2em 0 0.8em;
  padding-bottom: 8px;
  border-bottom: 2px solid #f57c00;
  line-height: 1.5;
  font-weight: 700;
}

.event-detail__content h3 {
  font-size: 22px;
  margin: 1.8em 0 0.6em;
  line-height: 1.5;
  font-weight: 700;
}

.event-detail__content h4 {
  font-size: 18px;
  margin: 1.6em 0 0.6em;
  line-height: 1.5;
  font-weight: 700;
}

.event-detail__content h5 {
  font-size: 16px;
  margin: 1.5em 0 0.6em;
  line-height: 1.5;
  font-weight: 700;
}

/* =========================
   段落
========================= */
.event-detail__content p {
  margin: 0 0 1.6em;
}

/* =========================
   リスト
========================= */
.event-detail__content ul,
.event-detail__content ol {
  margin: 0 0 1.6em 1.4em;
  padding: 0;
}

.event-detail__content li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

/* ULだけちょいデザイン */
.event-detail__content ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.event-detail__content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f57c00;
}

/* =========================
   画像
========================= */
.event-detail__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
  border-radius: 10px;
}

/* =========================
   リンク
========================= */
.event-detail__content a {
  color: #f57c00;
  text-decoration: underline;
}

.event-detail__content a:hover {
  opacity: 0.8;
}

/* =========================
   強調
========================= */
.event-detail__content strong {
  font-weight: 700;
  color: #222;
}

/* =========================
   引用
========================= */
.event-detail__content blockquote {
  margin: 2em 0;
  padding: 16px 20px;
  background: #f8f8f8;
  border-left: 4px solid #f57c00;
}

/* =========================
   テーブル
========================= */
.event-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

.event-detail__content th,
.event-detail__content td {
  border: 1px solid #ddd;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.6;
}

.event-detail__content th {
  background: #f8f8f8;
  font-weight: 700;
}

/* =========================
   iframe（YouTubeなど）
========================= */
.event-detail__content iframe {
  max-width: 100%;
  display: block;
  margin: 2em auto;
}

/* =========================
   WP画像回り込み対応
========================= */
.event-detail__content .aligncenter {
  display: block;
  margin: 2em auto;
}

.event-detail__content .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.event-detail__content .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.event-detail__content::after {
  content: "";
  display: block;
  clear: both;
}

/* =========================
   スマホ
========================= */
@media (max-width: 767px) {

  .event-detail__content {
    font-size: 15px;
    line-height: 1.9;
  }

  .event-detail__content h1 {
    font-size: 24px;
  }

  .event-detail__content h2 {
    font-size: 22px;
  }

  .event-detail__content h3 {
    font-size: 20px;
  }

  .event-detail__content h4 {
    font-size: 18px;
  }

  .event-detail__content .alignleft,
  .event-detail__content .alignright {
    float: none;
    margin: 2em auto;
  }
}


/***********************************
       会社概要
****************************/

.company-page {
  width: 100%;
  background: #f7f7f7;
  box-sizing: border-box;
}

/* =========================
   上部ビジュアル
========================= */
.company-hero {
  background: #fff;
  border-top: 3px solid #f57c00;
  border-bottom: 1px solid #e7e7e7;
  width: 800px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 50px;
}

.company-hero__image img {
  width: 100%;
  height: auto;
  display: block;
}

.company-hero__info {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 20px 32px;
  text-align: center;
  box-sizing: border-box;
}

.company-hero__address {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}

.company-hero__tel {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.company-hero__tel a {
  color: #222;
  text-decoration: none;
}

.company-hero__map {
  margin: 0;
}

.company-hero__time{
	font-size:14px;
	margin-bottom:15px;
}

.company-hero__map a {
  display: inline-block;
  min-width: 150px;
  padding: 13px 24px;
  background: #f57c00;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease;
}

.company-hero__map a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* =========================
   会社概要
========================= */
.company-outline {
  padding: 70px 20px 100px;
  background: #f7f7f7;
  box-sizing: border-box;
}

.company-outline__inner {
  max-width: 900px;
  margin: 0 auto;
}

.company-outline__title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 18px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.company-outline__title::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 5px;
  height: 1.2em;
  background: #f57c00;
  border-radius: 3px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 2px solid #f57c00;
}

.company-table tr {
  border-bottom: 1px solid #ececec;
}

.company-table th,
.company-table td {
  padding: 22px 20px;
  font-size: 15px;
  line-height: 1.9;
  vertical-align: top;
  text-align: left;
}

.company-table th {
  width: 220px;
  background: #fcfcfc;
  color: #666;
  font-weight: 700;
  white-space: nowrap;
}

.company-table td {
  color: #333;
}

/* =========================
   スマホ対応
========================= */
@media (max-width: 767px) {
  .company-hero__info {
    padding: 20px 15px 24px;
  }

  .company-hero__address {
    font-size: 18px;
    line-height: 1.7;
  }

  .company-hero__tel {
    font-size: 30px;
  }

  .company-hero__map a {
    width: 100%;
    min-width: auto;
    box-sizing: border-box;
  }

  .company-outline {
    padding: 50px 15px 70px;
  }

  .company-outline__title {
    margin-bottom: 24px;
    font-size: 28px;
    padding-left: 14px;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .company-table tr {
    padding: 14px 0;
  }

  .company-table th {
    padding: 0 0 8px;
    background: none;
    font-size: 14px;
  }

  .company-table td {
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

/********************************
      来場予約
*********************************/

.repe-midashi-frame {
  margin-top: 50px;
  margin-bottom: 10px;
}

.repe-midashi {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.repe-midashi:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.repe-midashi:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.repe-midashi:before {
  left: 0;
}

.repe-midashi:after {
  right: 0;
}

.repe-midashi2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 170%;
}

/***************************************
電話番号
******************************************/

.tel-flex {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

.tel-flex .box {
  width: 48%;
  margin: 1%;
  padding: 15px;
  background-color: #f36d00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.tel-flex .box .ll {
  width: 20%;
  background-color: #fff;
  border-radius: 5px;
  font-size: 14px;
  line-height: 120%;
  padding: 10px;
}

.tel-flex .box .rr {
  width: 80%;
  font-size: 36px;
  color: #fff;
  font-optical-sizing: auto;
}

.apply-form {
  width: 1000px;
  margin: 0 auto;
  border: solid 10px #ccc;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 100px;
}


/*apply------------------------------------------------------------*/

#apply-frame {
  padding: 20px;
  margin: 0 auto;
}

.apply-line {
  overflow: hidden;
  padding: 15px;
  border-bottom: dashed 1px #ccc;
  text-align: left;
}

.apply-line-l {
  width: 30%;
  font-weight: bold;
  font-size: 14px;
  border-left: solid 2px #f36d00;
  padding-left: 10px;
  float: left;
}

.apply-line-r {
  width: 60%;
  float: right;
  font-size: 14px;
  text-align: left;
  border-left: solid 2px #f36d00;
  padding-left: 10px;
}

.apply-mes {
  padding: 30px 15px;
  background-color: #f2f2f2;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 180%;
}

.hissu {
  color: #FF0004;
  font-size: 10px;
}

.wpcf7-text {
  padding: 10px;
  width: 430px;
  color: #636063;
  font-size: 13px;
  background-color: #F9F9F9;
  border: solid 1px #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wpcf7-date {
  padding: 10px;
  width: 200px;
  color: #636063;
  font-size: 13px;
  background-color: #F9F9F9;
  border: solid 1px #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}


.wpcf7-text:focus {
  background-color: #FFFFCC;
}

.wpcf7-textarea {
  padding: 10px;
  width: 90%;
  height: 100px;
  color: #636063;
  font-size: 13px;
  background-color: #F9F9F9;
  border: solid 1px #CCCCCC;
}

.wpcf7-textarea:focus {
  background-color: #FFFFCC;
}

.wpcf7-form-control.wpcf7-submit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  width: 300px;
  border: none;
  padding: 20px;
  background-color: #444444;
  color: #fff;
  border-radius: 5px;
	margin-top:30px;
}

.wpcf7-form-control.wpcf7-submit:hover {
  filter: alpha(opacity=80);
  opacity: .6;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}

span.wpcf7-list-item {
  display: block !important;
}

select {
  padding: 10px;
  width: 260px;
  color: #636063;
  font-size: 13px;
  background-color: #F9F9F9;
  border: solid 1px #CCCCCC;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  overflow: hidden;
}

.halfsize {
  width: 200px;
  margin-top: 5px;
  margin-right: 7px;
}

.contact-mes {
  padding: 15px;
  background-color: #f5a23b;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}

/********************************
    商品プラン
**************************/

.menu-flex {
  display: flex;
  width: 900px;
  margin: 0 auto;
  justify-content: center;
  padding: 30px 0;
}

.menu-flex a {
  display: block;
  padding: 8px;
  text-align: center;
  width: 48%;
  margin: 1%;
  border: solid 1px #ccc;
  box-sizing: border-box;
  font-size: 16px;
  color: #505050;

}

.menu-flex a:hover {
  background-color: #f39800;
  color: #fff;
}

.lineup-box {
  border: solid 2px #ccc;
  padding: 15px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.lineup-box .zu-flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.lineup-box .zu-flex .zu {
  width: 54%;
  margin-right: 1%;
}

.lineup-box .zu-flex .zu2 {
  width: 45% !important;
}

.lineup-box .zu-flex .zu img {
  width: 100%;
  height: auto;
}

.w900 {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.info-flex {
  display: flex;
  line-height: 1;
}

.info-flex .madori {
  background-color: #f4a100;
  color: #fff;
  font-size: 28px;
  padding: 10px 15px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.info-flex p {
  padding: 10px 20px;
  background-color: #fff;
  color: #505050;
  line-height: 100%;
  border-radius: 5px;
  font-size: 14px;
  /* margin-bottom: 10px; */
	line-height:140%;

}

.info-flex .madori h3 {
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
}


.info-flex .madori h3 span {
  font-weight: 500;
  font-size: 80px;
}

.info-flex .tubo {
  background-color: #906511;
  color: #fff;
  padding: 10px 15px;
}

.info-flex .tubo h3 {
  font-size: 15px;
}

.info-flex .tubo h3 span {
  font-weight: 500;
  font-size: 24px;
}

.info-flex .heibei {
  background-color: #7b560e;
  color: #fff;
  padding: 10px 15px;
}

.info-flex .heibei h3 {
  font-size: 15px;
}

.info-flex .heibei h3 span {
  font-weight: 500;
  font-size: 24px;
}

.info-flex .hontai {
  background-color: #da5151;
  color: #fff;
  padding: 10px 15px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.info-flex .hontai h3 {
  font-size: 40px;
}

.info-flex .hontai h3 span {
  font-weight: 500;
  font-size: 80px;
  font-style: italic;
	letter-spacing:-1px;
}

.info-flex .num {
  background-color: #fcb42a;
  color: #fff;
  padding: 10px 15px;
}

.info-flex .num h3 {
  font-weight: 500;
  font-size: 16px;
}

.madori,
.tubo,
.heibei,
.hontai {
  width: 120px;
}

.info-flex .yoyaku {}

.info-flex .yoyaku img {
  width: 360px;
  height: auto;
}

.plan-midashi {
  background-color: #da5151;
  padding: 5px;
  font-size: 19px;
  color: #fff;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 15px;
}

.lineup-frame {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.m-t100 {
  margin-top: 100px;
}

/***********************
 * THX
 * *******************/

.thx-mes {
  max-width: 760px;
  margin: 60px auto;
  padding: 45px 35px;
  background: #fff;
  border: 3px solid #ffeadf;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(255, 109, 29, 0.12);
}

.thx-mes h3 {
  margin: 0 0 28px;
  color: #ff6d1d;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
}

.thx-mes h3::before {
  content: "✓";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  background: #ff6d1d;
  color: #fff;
  border-radius: 50%;
  font-size: 34px;
  line-height: 64px;
  font-weight: 700;
}

.thx-mes p {
  margin: 0 0 20px;
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.thx-mes p:last-child {
  margin-bottom: 0;
}

/* WP-PageNavi */
.pager {
  margin: 50px 0 0;
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #eee;
  border-radius: 999px;
  background: #fff;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.wp-pagenavi a:hover {
  background: #ff6d1d;
  border-color: #ff6d1d;
  color: #fff;
}

.wp-pagenavi .current {
  background: #ff6d1d;
  border-color: #ff6d1d;
  color: #fff;
}

.wp-pagenavi .pages {
  background: #f7f7f7;
  color: #777;
}

@media screen and (max-width: 768px) {
  .pager {
    margin-top: 35px;
  }

  .wp-pagenavi {
    gap: 6px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .wp-pagenavi .pages {
    width: 100%;
    margin-bottom: 4px;
  }
}

/***********プライバシーポリシー*********/

.privacy-box{
	height:100px;
	overflow-y:auto;
	padding:15px;
	margin:20px 0;
	border:1px solid #ddd;
	background:#fafafa;
	font-size:13px;
	line-height:1.8;
	border-radius:6px;
	font-family:"メイリオ","Meiryo",sans-serif;
	text-align:left;
}

.privacy-agree{
	margin:15px 0 30px;
	font-size:14px;
	text-align:center;
}

.privacy-agree input{
	margin-right:8px;
	transform:scale(1.2);
}
