@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap&text=%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");


/* body */
body { 
    background-color: #FFFFFF; 
    color: #000000;
    -webkit-text-size-adjust: none; 
    font-family: 'Inter';
}
a, a:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.pc_only{
  display: block;
}
.pc_only_if {
    display: inline-flex;
}
.sp_only {
    display: none !important;
}
.fix-height {
    max-height: 700px;
    margin-left: auto!important;
    margin-right: auto!important;
}


/* header */
.header-area {
    display: flex;
    align-items: center;
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 1;
    max-width: 1440px;
}
.header-area figure {
    width: 17%;
    margin: 0px 30% 0 3%;
}
.menu-nav {
    width: 50%;
    font-weight: bold;
    padding: 0 3.2% 0 17.5%;
}
.menu-nav-item {
    font-size: 17px;
    font-weight: bold;
    padding: 12% 0 0 10px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.menu-nav-item1 {
    font-size: 14px;
    padding: 0 0 0 60px;
}
.menu-nav-item1 a,.menu-nav-item2 a{
    color: #FF862B;
}
.menu-nav-item1 a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 22px;
    top: -4px;
    background-size: contain;
    background-image: url(../images/icon2.png);
}
.menu-nav-item2 {
    font-size: 14px;
    padding: 0 0 0 45px;
}
.menu-nav-item2 a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 6px;
    top: -4px;
    background-size: contain;
    background-image: url(../images/icon1.png);
}
.modal-btn, .modal-close-btn {
    display: none;
    font-size: 40px;
    font-weight: 100;
    padding: 0;
    cursor: pointer;
    transform: scaleX(1.1);
    position: absolute;
    top: -22px;
}
.menu-modal {
    display:none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFFFFF;
    padding: 10px;
}
.modal-close-btn {
    position: absolute;
    top: -7px;
    right: 10px;
}

/* 固定ヘッダーのスタイル */
.fixed-header {
  align-items: center;
  height: 100px;
  width: 100%;
  max-width: 1440px;
  position: fixed;
  top: 0;
  background-color: #fff; /* 背景色 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* ドロップシャドウ */
  z-index: 1000; /* 上位表示 */
  display: none; /* 初期状態で非表示 */
  text-align: center;
}

.fixed-header nav a {
  text-decoration: none;
}

.fixed-header nav a:hover {
  text-decoration: underline;
}

main {
  overflow: hidden;
}

/* top */
.top-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}
.top-main {
    width: 41%;
    margin: 12.65% 12.65% 3.6%;
}
.top-slick {
    padding: 0;
}
.top-slick li {
    padding: 0.22%;
}

.top-slick img {
    width: 273px;
}

/* inquiry */
.text-primary {
  color: #007bff;
}

.price {
  font-size: 2.5rem;
}

.btn-custom {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
  transition: background-color 0.2s, transform 0.2s;
}

.btn-custom:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

#inquiry1, #inquiry2, #inquiry3 {
    background-image:url(../images/inq_back.jpg);
    background-size:cover;
    background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
    position: relative;
    z-index: 1;
    max-width: 1440px; 
    margin: 0 auto;
}

#inquiry1::before,#inquiry2::before,#inquiry3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* 白の半透明レイヤー */
  z-index: -1; /* 背景として配置 */
}
#inquiry {
  max-width: 1440px;
  margin: 0 auto;
}
.inq-area {
    padding: 2% 15.25% 2% 15.25%;
}
#inquiry h2, #inquiry1 h2, #inquiry2 h2, #inquiry3 h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
}
#inquiry1 h2, #inquiry2 h2 {
    color: #000;
}
#inquiry1 h2 span,#inquiry2 h2 span {
    color: #184CAC;
}
#inquiry1 h2 small,#inquiry2 h2 small {
  font-size: 20px;
  font-weight:bold;
}
#inquiry1 img {
    width: 50%;
}

#inquiry h2 {
  color: #fff;
}
#inquiry h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 1.5rem;
}
.inq-text1, .inq-text2 {
    color: #ff853c;
    background: #FFFFFF;
    padding: 5.4% 0 5.4% 17.1%;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 700;
    margin: 0 2%;
}
.inq-text1::before {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 7.5%;
    top: 24%;
    background-size: contain;
    background-image: url(../images/icon1.png);
}
.inq-text2::before {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    left: 7.5%;
    top: 24%;
    background-size: contain;
    background-image: url(../images/icon2.png);
}
.inq-text1::after, .inq-text2::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 44%;
    right: 9.2%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #ff853c;
    border-bottom: 2px solid #ff853c;
}
.inq-main {
    margin: 5% 8.5% 5% 8.5%;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
}
.inq-item1, .inq-item2, .inq-item3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.inq-item1 {
    padding: 4% 0 0 0;
}
.inq-item1 span {
    font-size: 28px;
    margin: 0 0.3rem;
}
.inq-item2 {
    padding: 0;
    font-size: 51px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    letter-spacing: 0px;
}
.inq-item2::before {
    content: "　";
    background-size: contain;
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.inq-item3 {
    font-size: 22px;
    padding: 0 0 4% 0;
    letter-spacing: -1.5px;

}


/* s4 */
.s4-area {
    padding: 2% 0 2% 0;
}
#s4 h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 1.2rem;
}
#s4 small {
    font-weight: bold;
}
#s4 span {
    color: #184CAC;
}
.s4-h2-text {
    color: #FF862B;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
}
.s4-main {
    margin: 1% 17% 1% 17%;
}
.s4-text-l, .s4-text-r {
    flex: 0 0 55%;
    max-width: 55%;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.s4-text-l {
    padding-left: 4%;
}
.s4-text-r {
    padding-right: 4%;
}
.s4-h3-text {
    color: #FF862B;
    font-size: 22px;
    font-weight: 700;
}
.s4-img {
    flex: 0 0 45%;
    max-width: 45%;
}
#s4 .card {
    background-color: #F4F4F4;
}
#s4 .card-text {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
}
#s4 .card span {
    color: #184CAC;
}
#s4 .card img {
    height: 110px;
    padding: 20px;
}

/* s5 */
.s5-area {
    padding: 5% 0 2% 0;
    background: #FAFAFA;
}
#s5 h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
}
#s5 h2 span {
  color: #184CAC;
}
#s5 h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}
.s5-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 3rem;
}
.s5-main {
    margin: 0 26.5%;
}
.s5-main-img {
    background: #FFFFFF;
    padding: 29% 13%;
    border-radius: 100px;
    margin: 0 15px;
}
.s5-main-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 1rem;
}
.features-section {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}

.feature-content {
  flex: 1;
}

.feature-number {
  color: #184CAC;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.feature h2 {
  font-size: 1.5rem;
  margin: 10px 0 20px;
  color: #333;
  text-align: left !important;

}

.feature .highlight {
  color: #184CAC;
  font-weight: bold;
}

.feature-description {
  font-size: 1rem;
  color: #555;
}

.feature-image {
  flex: 1;
  text-align: center;
}

.feature-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* s6 */
.s6-area {
    padding: 4% 0 2% 0;
}
#s6 h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
}
#s6 h2 span {
  color: #184CAC;
}
#s6 h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}
.s6-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 3rem;
}
.s6-main {
    margin: 0 14.2%;
}
.s6-main-img {
    background: linear-gradient(90deg, #fcb33d, #f27f30);
    padding: 14% 14%;
    border-radius: 100px;
    margin: 0 19%;
}
.s6-main-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 2rem;
}
.s6-h3-text {
    color: #FF862B;
    font-size: 22px;
    font-weight: 700;
    margin: 0 -2% 4.5%;
}
.slider {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* カードが横に並びきらない場合に次の行に送る */
  justify-content: center;
}
.slick-next:before, .slick-prev:before {
  color: #000;
}
.slick-card {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 12px;
  height: 100%;
  display: flex;
  flex-direction: column; /* カード内の要素を縦並びに */
  justify-content: space-between; /* カード内のスペースを均等に配置 */
  height: 100%; /* 全カードの高さを均等に */
  box-sizing: border-box; /* パディングやボーダーを含む高さ調整 */
}
.slick-track {
  height: 100%;
}
.slick-card img {
  width: 80%;
  margin: 0 auto;
}

.slick-card h3 {
  font-size: 1.2rem;
  margin: 12px 0;
  text-align: left;
}

.slick-card .price {
  color: #184CAC;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: left;
}

.slick-card table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  border: solid 1px #cccccc;
}

.slick-card table th {
  text-align: center;
  font-weight: bold;
  border: solid 1px #cccccc;
  background-color: #FFF8F8;
  font-size: 0.8rem;
  padding: 5px;
}


.slick-card table td {
  text-align: left;
  border: solid 1px #cccccc;
  font-size: 0.8rem;
  padding: 5px;
}

.slick-card .note {
  font-size: 0.6rem;
  color: #555;
}


/* s7 */
#s7 {
  max-width: 1440px;
  margin: 0 auto;
}
.s7-area {
    padding: 5% 0 2% 0;
}
#s7 h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
}
#s7 h2 span {
  color: #184CAC;
}
#s7 h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}

.s7-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 3rem;
}
.s7-main {
    margin: 0 15.2%;
    position: relative;
}
.s7-main-box {
    background: #F6F6F6;
    padding: 0.7% 5%;
    margin-bottom: 2.5rem;
    display: flex;
    position: relative;
}

.s7-main .s7-main-box:first-child::after {
    content: "お申し込み頂く場合";
    font-weight: bold;
    position: absolute;
    top: 106%;
    left: 10%;
}

.s7-main .s7-main-box:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 108%;
    left: calc(5%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #F6F6F6;
    height: 20px;
    width: 40px;
}
.s7-main-text-head {
    color: #184CAC;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    border-right: 2px solid #c7c7c7;
    padding-right: 4%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.s7-main-text-head span {
    font-size: 44px;
    font-family: 'Roboto Condensed';
}
.s7-main-text {
    font-size: 1.1rem;
    letter-spacing: -1px;
    line-height: 1.4;
    padding: 2% 4%;
}
.s7-main-text h3 {
    color: #184CAC;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}


/* s8 */
#s8 {
  max-width: 1440px;
  margin: 0 auto;
}
.s8-area {
    padding: 5% 0 0 0;
}
#s8 h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 1.5rem;
}
#s8 h2 span {
  color: #184CAC;
}
#s8 h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}
#s8 h4 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.s8-text {
    font-size: 0.9rem;
    line-height: 30px;
    margin-bottom: 3rem;
}
.s8-main {
    margin: 1% 23.3%;
}
.s8-main-text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 4% 0 8.5%;
}

#s8 .card {
  border: none;
  transition: transform 0.2s;
}

#s8 .card:hover {
  transform: translateY(-5px);
}

#s8.card-img-top {
  height: 200px;
  object-fit: cover;
}

#s8 .card-title {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #184CAC;
}
#s8 .card-body {
  background-color: #F7F7F7;
}

#s8 .card-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  text-align: left;
}
#s8 .card-img, .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}



/* s9 */
#s9 {
  max-width: 1440px;
  margin: 0 auto;
}
.s9-area {
    padding: 4% 0 5% 0;
}
#s9 h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 1.5rem;
}
#s9 h2 span {
  color: #184CAC;
}
#s9 h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}
.s9-text {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 3rem;
}
.s9-main {
    margin: 1% 23.3%;
}
.s9-main-text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 4% 0 8.5%;
}

#s9 .card {
  border: none;
  transition: transform 0.2s;
}

#s9 .card:hover {
  transform: translateY(-5px);
}

#s9.card-img-top {
  height: 200px;
  object-fit: cover;
}

#s9 .card-title {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #184CAC;
}
#s9 .card-body {
  background-color: #F7F7F7;
}

#s9 .card-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  text-align: left;
}
#s9 .card-img, .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* s10 */
.s10-area {
    padding: 4% 0 2% 0;
}
#s10 h2 {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 2rem;
}
#s10 h2 span {
  color: #184CAC;
}
#s10 h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}
#s10 .s10-area nav {
  display: none;
}

/* inquiry */
.inquiry-area {
  padding: 2% 0 4% 0;
  background-color: #184CAC;
  color: #FFF;
}
#inquiry h2 span {
  color: #184CAC;
}
#inquiry h2 small {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #B4B4B4;
}


#sendmessage {
    display: none;
}
#errormessage {
    color: #FF0000;
}
.validation {
  color: #FF0000;
}
.privacy {
}
.privacy > iframe {
    height: 650px;
    width: 100%;
    border: none;
}
.form-check-input {
  position: relative;
}
.pointer {
  cursor: pointer;
}

#contact_submit {
    width: 10rem;
    height: 3rem;
}

#s10 .card {
  border: none;
}
.q-and-a-title {
  background-color: #F4F4F4;
  line-height: 2.5rem;
  font-weight: bold;
  cursor: pointer;
}
.q-and-a-Q {
  color: #184CAC;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  padding-right: 5%;
}
.q-and-a-A {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  padding-right: 5%;
}

/* footer */
#footer {
    background: #f4f4f4;
    color: #000;
    max-width: 1440px;
    margin: 0 auto;
}

.footer-area {
    padding: 2% 0;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: -1px;
}
.footer-area a, .footer-area a:hover {
    color: #000000;
    text-decoration: underline;

}
.footer-area figure img {
    width: 10.2%;
    margin-bottom: 0.2%;
}
.footer-text.desc{
    margin-top: 1.5%;
    font-weight: bold;
}
.footer-text.copy{
    color: #484848;
}

.fixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 15rem;
    height: 7rem;
    padding: 15px;
    background-color: #184CAC;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.fixed-btn h5 {
    font-size: 1.2rem;
    font-weight: bold;
}
.fixed-btn div {
    background-color: #FFF;
    color: #184CAC;
    font-size: 0.8rem;
    font-weight: bold;
    border: none;
    width: 90%;
    padding: 10px;
    margin: 15px auto 5px auto;
}

@media screen and (min-width: 1440px){
  .top-area {
    background-size: auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 0px) and (max-width: 1180px){
  .menu-nav {
    padding: 0 3% 0 7.5%;
  }
  .inq-text1, .inq-text2 {
    font-size: 15px;
  }
  .inq-text1::before, .inq-text2::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 0px) and (max-width: 950px){
  .menu-nav {
    padding: 0 3% 0 0;
  }

}


@media screen and (min-width:0px) and (max-width:768px) {
  .pc_only {
    display: none;
  }
  .pc_only_if {
    display: none;
  }
  .sp_only {
    display: block !important;
  }
  .sp_only_ib {
    display: inline-block;
  }

  /* header */
  .header-area {
    margin: 0 auto;

  }

  /* s1 */
  #s1 {
    padding-top: 0;
  }
  #s1 h2, #s2 h2, #inquiry1 h2, #inquiry2 h2, #inquiry3 h2, #s4 h2, #s5 h2, #s6 h2, #s7 h2, #s9 h2, #s10 h2 {
    font-size: 22px;
    line-height: 1.3;
    padding-top: 2.5rem;
    margin-bottom: 0;
  }
  .s1-h2-text, .s2-h2-text, .s4-h2-text {
    font-size: 27px;
  }
  .s1-text, .s5-text, .s6-text, .s7-text, .s9-text {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 1.5rem 1.2rem 1rem;
    line-height: 1.8;
  }
  .s1-main, .s2-main, .inq-main, .s4-main, .s6-main, .s7-main, .s9-main {
    margin: 0 0 2rem;
  }
  .s1-main-text {
    font-size: 12px;
    margin: 0.4rem 0 0.9rem;
  }


  /* s2 */
  .s2-area, .inq-area, .s4-area, .s5-area, .s6-area, .s9-area, .s10-area {
    padding: 1px 0;
  }
  .s2-main ul {
    padding: 0 2.5rem;
  }
  .s2-main li {
    font-size: 14px;
    letter-spacing: -1px;
    padding-left: 1.2rem;
    line-height: 1.4;
  }
  .s2-main li:before {
    top: 0.3rem;
    width: 12px;
    height: 12px;
  }
  .s2-main li:after {
    width: 5px;
    height: 9px;
    top: 5px;
    left: 4px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }


  /* inquiry */
  #inquiry1 h2, #inquiry2 h2, #inquiry3 h2 {
    padding-top: 1.5rem;
    margin-bottom: 1.2rem;
  }
  #inquiry1 img {
    width: 90%;
  }
  .inq-text1, .inq-text2 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0rem 2rem 1rem;
    line-height: unset;
    padding: 1rem 0 1rem 4rem;
  }
  .inq-text1::before, .inq-text2::before {
    width: 31px;
    height: 31px;
    left: 53px;
    top: 12px;
  }
  .inq-text1::after, .inq-text2::after {
    top: 26px;
    right: 50px;
  }
  .inq-main {
    margin: 0 0 1rem;
    border-radius: 0;
  }
  .inq-item1 {
    font-size: 14px;
  }
  .inq-item1 {
    padding: 1rem 0 0 0;
  }
  .inq-item1 span {
      font-size: 20px;
  }
  .inq-item2 {
    font-size: 37px;
  }
  .inq-item2::before {
    width: 30px;
    height: 30px;
    top: 36%;
    left: 11%;
  }
  .inq-item3 {
    font-size: 14px;
    padding: 0 0 1.5rem 0;
  }


  /* s4 */
  #s4 h2 {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #s4 .card-body {
    padding: 0.5rem;
  }
  #s4 .col-3, #s4 .col-8 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #s4 .card img {
    height: 56px;
    padding: 5px;
  }
  #s4 .card-text {
    padding: 5px;
    font-size: 0.9rem;
    text-align: left;
  }
  .s4-img {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
  }
  .s4-text-l, .s4-text-r {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 2rem 2rem;
    font-size: 14px;
    font-weight: 600;
  }
  .s4-h3-text {
    font-size: 16px;
    text-align: center;
    margin: 1rem 0;
  }
  .sp-rev {
    flex-direction: column-reverse;
  }


  /* s5 */
  #s5 h2 {
    margin: 0;
  }
  .s5-text {
    margin: 1rem 1.2rem 1.5rem;
  }
  .s5-main {
      margin: 0 0.5rem 2rem;
  }
  #s5 .col-4 {
    padding: 0 8px !important;
  }
  .s5-main-img {
    background: #FFFFFF;
    padding: 34.5% 16.5%;
    border-radius: 100px;
    margin: 0;
  }
  .s5-main-text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0.5rem;
  }
  #s5 .feature-number {
    padding-top: 0.8rem;
  }
  #s5 .feature-content h2 {
    padding-top: 0.2rem;
  }
  .feature-description {
    font-size: 0.8rem;
    color: #555;
  }

  /* s6 */
  #s6 .col-12 {
    display: flex;
  }
  .s6-main-img {
    width: calc(32% - 0.5rem);
    height: max-content;
    padding: 1.4rem;
    margin: 0 0 2.5rem 0.5rem;
  }
  .s6-main-text {
    width: calc(68% - 0.5rem);
    padding: 0 1rem 0 0.5rem;
    font-size: 14px;
    text-align: left;
    margin: 0;
  }
  .s6-h3-text {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 7.5%;
  }

  .slick-prev {
    left: -4px;
  }
  .slick-next {
    right: -4px;
}

/* s7 */
  #s7 h2 {
    padding-top: 1.5rem;
  }
  .s7-text {
    margin: 1.5rem 1.2rem 1.5rem;
  }
  .s7-main {
    margin: 0 2rem 2rem;
  }
  .s7-main-box {
    border: 1px solid #c7c7c7;
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
  .s7-main-box div:not(:last-child) :before {
    right: calc(50% - 14px);
    height: 8px;
    width: 28px;
  }
  .s7-main-box {
    background: #F6F6F6;
    padding: 5% 5%;
    margin-bottom: 2.5rem;
    display: block;
    position: relative;
}
  .s7-main-text-head {
    color: #184CAC;
    font-family: 'Roboto Condensed';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 2;
    border-right: none;
    text-align: center;
    justify-content: center;
  }
  .s7-main-text-head:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 90px;
    display: inline-block;
    width: 60px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ccc;
    border-radius: 2px;
  }
  .s7-main-text-head h3 {
    font-size: 1.2rem;
  }
  .s7-main-text {
    font-size: 0.8rem;
    line-height: 1.4rem;
    text-align: left;
    margin-top: 15px;
  }
  .s7-main .s7-main-box:first-child::after {
    content: "お申し込み頂く場合";
    font-weight: bold;
    position: absolute;
    top: 106%;
    left: 25%;
}

  /* s9 */
  #s9 .col-6 {
    padding: 0 8px !important;
  }
  .s9-main {
    margin: 0 0.5rem 1rem;
  }
  .s9-main-text {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0.5rem 0 1rem;
  }


  /* s10 */
  .s10-area {
    padding: 0 0 3rem 0;
  }
  .nav-open {
    margin: 0;
    border: 1px solid #c7c7c7;
    font-size: 15px;
    line-height: 1.4rem;
    font-weight: bold;
    padding: 1rem 0.8rem;
    margin-top: 1.5rem;
  }
  .nav-open:before {
    font-size: 21px;
    margin-right: 1rem;
  }
  .nav-open::after {
    top: 35%;
    right: 5%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .s10-nav-text {
    margin: 0 1.2rem;
    border: 1px solid #c7c7c7;
    border-top: unset;
    font-size: 13px;
    padding: 0.8rem 2.6rem;
  }
  #s10 .container{
    padding-left: 0px;
    padding-right: 0px;
  }
  .q-and-a-title {
    background-color: #F4F4F4;;
  }
  .q-and-a-Q {
    color: #184CAC;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    padding-right: 5%;
  }
  .q-and-a-A {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    padding-right: 5%;
  }

  .inquiry-area {
    padding: 2% 0 4% 0;
    background-color: #184CAC;
    color: #FFF;
  }
  #inquiry h4 span {
    color: #184CAC;
  }
  #inquiry h4 small {
    display: block;
    font-size: 0.8rem;
    color: #fff;
  }

  #s8 h2 {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 1.5rem;
  } 
  .s8-main {
    margin: 0px;
  }
  #s8 h4 {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 1.5rem;
  }
  /* footer */
  .footer-area {
    padding: 1rem 0 2rem;
    font-weight: 300;
  }
  .footer-area figure img {
    width: 35%;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .fixed-btn {
      position: fixed;
      z-index: 1000;
      width: 100%;
      right: 0px;
      bottom: 0px;
      height: 7rem;
      padding: 15px;
      background-color: #184CAC;
      color: #fff;
      border-radius: 0px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
  }
  .fixed-btn h5 {
      font-size: 1.2rem;
      font-weight: bold;
  }
  .fixed-btn div {
      background-color: #FFF;
      color: #184CAC;
      font-size: 0.8rem;
      font-weight: bold;
      border: none;
      width: 90%;
      padding: 10px;
      margin: 15px auto 5px auto;
  }


}

/************************************
アニメーション
************************************/
.upFadeIn.is-view {
  opacity: 1;
  transform: translate(0);
}

.upFadeIn {
  opacity: 0;
  transform: translateY(64px);
  transition: opacity .7s ease-out,transform .7s cubic-bezier(.55,.02,.24,.97);
}

.leftFadeIn.is-view {
  opacity: 1;
  transform: translate(0);
}

.leftFadeIn {
  opacity: 0;
  transform: translateX(-64px);
  transition: opacity .7s ease-out,transform .7s cubic-bezier(.55,.02,.24,.97);
}

.rightFadeIn.is-view {
  opacity: 1;
  transform: translate(0);
}

.rightFadeIn {
  opacity: 0;
  transform: translateX(64px);
  transition: opacity .7s ease-out,transform .7s cubic-bezier(.55,.02,.24,.97);
}

@keyframes donwFadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, -20px);
    -webkit-transform: translate(-50%, -20px);
    display: block;
  }
  to {
    opacity: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    display: none;
  }
}
@keyframes upFadeOut {
  from {
    opacity: 1;
    transform: translate(-50%, 130px);
    -webkit-transform: translate(-50%, 130px);
    display: block;
  }
  to {
    opacity: 0;
    transform: translate(-50%, 100px);
    -webkit-transform: translate(-50%, 100px);
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
