@charset "utf-8";
/* CSS Document */
/* /////////////////////////////// リセット / ノーマライズ / サニタイズ */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  -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 {
  background: #FDFDFD;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #141414;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
h2 {
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
  .sp-no {
    display: block;
  }
  .pc-no {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
  .sp-no {
    display: none;
  }
  .pc-no {
    display: block;
  }
}
/*画像*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* /////////////////////////////// ヘッダー */
header {
  text-align: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  header {
    background-image: url("../images/top_pc.jpg");
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 738px;
  }
  header div {
    display: none;
  }
}
/* /////////////////////////////// お悩み */
.problems {
  background-color: #fff;
  padding-top: 100px;
}
.problems h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
  color: #e79a9b;
}
.nayami_list > li {
  border: 4px solid;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
/* 交互に色を変更：奇数 */
.nayami_list > li:nth-child(odd) {
  border-color: #5ba7bd; /* 水色 */
  background-color: #f1f7fc;
}
/* 偶数 */
.nayami_list > li:nth-child(even) {
  border-color: #eb9d9e; /* 桃色 */
  background-color: #fff2f2;
}
.worried-sp {
  margin: 40px auto;
  text-align: center;
  max-width: 80%;
}
.worried-sp img {
  width: 80%;
}
.worried-pc {
  display: none;
}
/* 背景画像に見せる専用ラッパー */
.bg-img-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 0; /* 不要な隙間防止 */
}
.bg-img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .nayami_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .nayami_list > li {
    font-size: 18px;
    width: calc((100% - 60px) / 3);
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .nayami_list > li + li {
    margin-top: 0;
  }
  .worried-sp {
    display: none;
  }
  .worried-pc {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.solutions {
  background-color: #fff2f2;
  position: relative;
  overflow: hidden;
}
.deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}
/* それぞれの飾りに位置指定 */
.deco01 { top: 200px; right: 2%; width: 260px; }
.deco02 { top: 400px; left: 0; width:260px; }
.deco03 { bottom: 560px; left: 5%; width: 200px; }
.deco04 { top: 760px; right: 5%; width: 280px; }
.deco05 { bottom: 0; left: 0; width: 220px; }
.deco06 { bottom: 10%; right: 2%; 
}
@media screen and (max-width: 1024px) {
  .deco-sp {
    display: none !important;
  }
}
.solutions .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  }
.solutions .inner h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
}
.solutions h2 > div img {
    margin-top: 20px;
}
.solutions h2 + p {
  text-align: center;
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 22px);
  margin-bottom: 60px;
}
.product-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* デフォルトは4列 */
  gap: 20px;
  justify-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-img {
    grid-template-columns: repeat(2, 1fr); /* スマホ時に2列に変更 */
  }
}
.solution-details {
  margin-top: 80px;
}
.solution-item h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: #fff;
  padding: 8px 32px;
  transform: rotate(-10deg);
  display: inline-block;
  position: absolute;
  top: -30px;
}
.solution-item {
  padding: 40px 60px;
  position: relative;
  border-radius: 120px;
  background-color: #fff;
}
.solution-item:nth-child(1) h3 {
  background-color: #e3c980;
}
.solution-item:nth-child(2) h3 {
  background-color: #96c9d0;
}
.solution-item:nth-child(3) h3 {
  background-color: #e69b99;
}
.solution-body {
  margin-top: 30px;
}
.solution-img {
  margin-top: 20px;
  text-align: center;
}
.solution-item + .solution-item {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .solutions .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .solutions h2 br {
    display: none;
  }
  .product-img {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .product-img img {
    margin-top: 0;
  }
  .product-img img {
    display: block;
/*    width: calc((100% - 40px) / 4);*/
  }
  .product-img img + img {
    margin-top: 0;
  }
  .solution-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .solution-item h3 {
    left: 30px;
  }
  .solution-body {
    flex: 1;
    padding: 20px;
    margin-top: 0;
  }
  .solution-img {
    width: 300px;
    margin-left: 30px;
  }
}
.reasons {
  background-color: #fff;
}
.reasons .reasons-pc {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
  }
.reasons .reasons-img {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
  }
.reasons h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  text-align: center;
  margin-bottom: 40px;
}
.fc-pink {
  color: #e2007e;
}
.fc-blue {
  color: #009ce6;
}
.reasons h3 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 26px);
  margin-bottom: 40px;
}
.reasons .subtitle {
  margin-bottom: 20px;
}
.reasons .inner {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cases {
  background-color: #5aa6bc;
  padding: 60px 20px;
  text-align: center;
}
.cases h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.cases .cases-sub-text {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 600;
}
.case-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.case-box {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
  flex: 1 1 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.case-title {
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 22px);
  color: #5aa6bc;
  margin-bottom: 32px;
  height: 80px; /* ← 高さを統一（必要に応じて調整） */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.case-text {
  text-align: left;
}
.flow {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url("../images/bg_flow.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.flow h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  color: #5aa6bc;
  margin-bottom: 20px;
}
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-top: 40px;
  padding: 20px 0 60px;
}
.flow_design03 ul {
  padding: 0;
}
.flow_design03 li {
  list-style-type: none;
}
.flow_design03 dd {
  margin-left: 0;
}
.flow03 {
  position: relative;
}
.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow03 > li {
  position: relative;
}
.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}
.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #5aa6bc;
  display: inline-block;
  margin-right: 0.3em;
}
.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}
.flow03 > li dl::before, .flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #5aa6bc;
  border-radius: 50%;
  left: -4px;
}
.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow03 > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #5aa6bc;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .flow03 > li dl dt {
    font-size: 23px;
  }
}
.faqs {
  background-image: url("../images/bg_grid_pink.gif");
  padding: 60px 0;
}
.faqs h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  margin-bottom: 40px;
}
.faq-item {
  border-radius: 10px;
  box-shadow: 10px 10px 0px 0px rgba(59, 59, 59, 0.4);
  background-color: #fff;
  padding: 16px;
}
.faq-item + .faq-item {
  margin-top: 30px;
}
.faq-item dd {
  margin-top: 10px;
  background-color: #fdfad4;
  padding: 10px;
}
.faq-item dt {
  display: flex;
  font-weight: 600;
}
.faq-item dt:before {
  display: block;
  content: "Q";
  color: #e7999f;
  margin-right: 10px;
  font-weight: 500;
}
.faq-item dd {
  display: flex;
}
.faq-item dd:before {
  display: block;
  content: "A";
  color: #5ba9b0;
  margin-right: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .faq-item {
    padding: 46px;
  }
  .faq-item dd {
    margin-top: 20px;
    padding: 16px 30px;
  }
}
.target-item + .target-item {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .target-list {
    display: flex;
    justify-content: space-between;
  }
  .target-item + .target-item {
    margin-top: 0;
  }
}
.services {
  padding: 60px 0;
  text-align: center;
}
.services h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
}
.service-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.service-col {
  flex: 1 1 calc(25% - 15px); /* 通常は4列 */
  min-width: 160px;
/*  min-width: 220px;*/
}
.service-col img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 16px;
}
.service-col ul {
  list-style: none;
/*  list-style: inside;*/
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

/* ▼ スマホサイズ（最大767px）で2列2行に変更 ▼ */
@media (max-width: 767px) {
  .service-col {
    flex: 1 1 calc(50% - 10px);
  }
}
.contact {
  padding: 60px 0;
/*  padding-bottom: 30px;*/
  background-color: #fff88e;
  text-align: center;
}
.contact h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  margin-bottom: 20px;
}
.last p {
  font-weight: 600;
  font-size: clamp(20px, 2.5vw, 26px);
  padding: 30px 0;
}
.last .logo {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .last p {
    text-align: center;
  }
}