@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.png");
    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: #c3e0f4;
  padding: 80px 0;
}
.problems h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
  color: #05479a;
}
.nayami_list > li {
  background-color: #fff;
  border: 4px solid;
  border-radius: 12px;
  border-color: #004299;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.worried-sp {
  margin: 40px auto 0;
  text-align: center;
  max-width: 80%;
}
.worried-sp img {
  width: 80%;
}
.worried-pc {
  display: none;
}
@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: 20px;
    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: #fff;
  padding: 80px 0;
}
.solutions h2 {
  text-align: center;
  margin: 20px 0;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
  color: #05479a;
}
.solutions .inner .sol-p {
  text-align: center;
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
.solutions .inner .sol-p {
  font-size: 1em;
}
}

.assist {
  background-color: #e3f3ff;
  padding: 80px 0;
}
.assist h2 {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
}
.assist h2 .marker {
  background-image: linear-gradient(transparent 40%, #ffef6c 40%);
  background-repeat: no-repeat;
  background-size: 100% 1em;
  background-position: 0 0.4em;
  padding-bottom: 0.05em;
  box-decoration-break: clone;
  display: inline;
}
.assist-img {
  padding-bottom: 80px;
}
.assist-txt {
  text-align: center;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
  margin-bottom: 80px;
}
.assist-img-woman {
  text-align: center;
  padding: 0 30%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.assist h2 {
  margin-bottom: 40px;
}
.assist-img {
  padding-bottom: 60px;
}
.assist-txt {
  margin-bottom: 60px;
}
.assist-img-woman {
  text-align: center;
  padding: 0 25%;
  margin: 0 auto;
}
}
.full-h2 {
  background-color: #05479a;
  color: #fff;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: bold;
  text-align: center;
}
.full-h2::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 20px 0 20px;
  border-style: solid;
  border-color: #05479a transparent transparent transparent;
}
.remake {
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}
.remake h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  color: #05479a;
  text-align: center;
  margin-bottom: 30px;
}
.balloon {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  border-radius: 999px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #05479a;
}
.balloon span {
  margin: 0;
  padding: 0;
}
.remake .balloon {
  background: #05479a;
  color: #fff;
  display: block;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.remake .balloon:before {
  border-top: 15px solid #05479a;
}
.remake-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 80px 0 100px;
  position: relative;
}
.box-in {
  border: 4px solid #004299;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  flex: 1 1 400px;
  background-color: #fff;
  position: relative;
}
.arrow-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.arrow-center img {
  width: 60px;
  height: auto;
}
.remake-box-img {
  width: 80%;
  margin: 0 auto;
}
.remake-img {
  margin: 0 auto;
}
.remake-box-txt {
  text-align: center;
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 600;
  color: #05479a;
}
.remake-text {
  text-align: center;
  margin-bottom: 80px;
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
.remake {
  padding: 40px 0 60px;
}
.remake-text-light {
  text-align: left;
}
.remake-box {
  flex-direction: column;
  gap: 10px;
  margin: 40px 0 80px;
}
.arrow-center img {
  transform: rotate(90deg);
  width: 40px;
}
.box-in {
  flex: 1 1 100%;
  padding: 30px;
}
.remake-text {
  margin-bottom: 40px;
}
}
.support {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.support img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .support {
    height: 30vh;
  }
}
@media (min-width: 768px) {
  .remake-item {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .remake-img {
    width: 600px;
  }
  .remake-body {
    margin-top: 0;
    flex: 0 0 1;
  }
  .remake-body p {
    font-size: 18px;
  }
  .remake .balloon {
    max-width: 410px;
    font-size: 26px;
  }
}
.price {
  background-color: #fff;
  padding: 80px 0;
}
.price h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 600;
  color: #05479a;
}
.table-box {
  padding: 0 15%;
}
.table_price {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.table_price tr {
  background-color: #e2f2ff;
}
.table_price tr:nth-child(even) {
  background-color: #fff;
}
.table_price th, .table_price td {
  padding: 1.3em 1em;
}
.table_price thead th {
  background-color: #9ddcf7;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
.table_price tbody th {
  color: #4d9bc1;
}
.table_price .price-td {
  font-weight: bold;
  color: #ff5a00;
  width: 40%;
}
.price-txt {
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 787px) {
.table-box {
  padding: 0;
}
.price {
  padding: 60px 0;
}
}
.voice {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.voice h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  color: #05479a;
  text-align: center;
  margin-bottom: 30px;
}
.voice-item {
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  border: 4px solid #05479a;
}
.voice-item + .voice-item {
  margin-top: 30px;
}
.voice-img {
  text-align: center;
  padding: 10px;
}
.voice-body {
  margin-top: 20px;
}
.voice-item h3 {
  color: #eb6da5;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}
.voice-item a {
  text-decoration: underline;
  color: #eb6da5;
}
@media (min-width: 768px) {
  .voice-item {
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .voice-img {
    width: 30%;
    margin-right: 30px;
  }
  .voice-body {
    margin-top: 0;
    flex: 0 0 1;
  }
  .voice-body p {
    font-size: 18px;
  }
  .voice .balloon {
    max-width: 410px;
    font-size: 26px;
  }
}
.flow {
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url("../images/bg_flow.png");
  background-color: #c3e0f4;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.flow h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 40px);
  color: #05479a;
  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: #fff;
  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: #05479a;
  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: #05479a;
  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: #05479a;
  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_navy.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: #e7e7e7;
  padding: 10px;
}
.faq-item dt {
  display: flex;
  font-weight: 600;
}
.faq-item dt:before {
  display: block;
  content: "Q";
  color: #05479a;
  margin-right: 10px;
  font-weight: 500;
}
.faq-item dd {
  display: flex;
}
.faq-item dd:before {
  display: block;
  content: "A";
  color: #ff5a00;
  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);
  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;
}
@media (max-width: 767px) {
  .service-col {
    flex: 1 1 calc(50% - 10px);
  }
}
.note {
  background-color: #d8d8d8;
  padding: 60px 0;
}
.note-item {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.note-item dt {
  font-weight: 600;
  color: #05479a;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.note .note-item dd {
  font-size: 14px;
}
@media (min-width: 768px) {
  .note-item {
    padding: 46px;
  }
.note-item dd {
  font-size: 1em;
}
}
.contact {
  padding-top: 30px;
  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;
  margin-top: 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;
}
}

