/*----------------------------------------------------
  共通 /*@import "bootstrap";*/

body {
  position: relative;
  font-style: normal;
  overflow-x: hidden;
font-family: "noto-sans", sans-serif;
font-weight: 400;
font-style: normal;
	line-height: 1.4;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  line-height: 1.4;
}
p {
  line-height: 1.8;
  font-size: 1.1rem;
}

.text-point {
  color: #f15a24;
}
.border-point {
  border: 1px solid #f15a24;
}
.main {
  position: relative;
  z-index: 1;
}
.mv {
  text-align: center;
  display: block;
  margin: -50px auto 0 auto;
}
.mvSP {
  text-align: center;
  display: block;
  margin: 2rem auto -3rem auto;
}
a img {
  display: block;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
a img {
  width: 100%;
  vertical-align: middle;
}
a img:not(#menuContent):hover {
  transform: translateY(-5px);
}

a img#menuContent:hover {
  transform: translateY(5px);
}

.close a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #ddd;
  border-radius: 50%;
}

.close a i {
  font-size: 20px;
  z-index: 888;
  color: #222;
}
.main::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 135px;
  height: 150px;
  background: url(../images/house.webp);
}
.tit-fit {
  object-fit: cover;
  width: 100%;
  height: 9vw;
}
ol,
ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.container-lg {
  max-width: 900px;
  margin: auto;
}

.block1 {
  background: #f0edec;
}
.block2 {
  background: #fff;
}
.block3 {
  background: #ffeeeb;
}
.block4 {
  background: #002b51;
}
.block5 {
  background: #f15a24 linear-gradient(90deg, rgba(241, 90, 36, 1) 0%, rgba(247, 147, 30, 1) 100%);
  padding: 4vw 0;
}
.swiper-wrapper {
  height: auto !important;
  padding-bottom: 3rem;
}

header {

}

.siteLogo {
  width: 240px;
  background: #fff;
  padding: 0.5rem;
}

.mt-n6 {
  margin-top: -5rem !important;
}

section:nth-child(n + 2) {
  padding: 5rem 0;
}
/*----------------------------------------------------
FOOTER
----------------------------------------------------*/
footer {
  padding: 3rem 0;
}

/*----------------------------------------------------
FOOTERここまで
----------------------------------------------------*/
/*----------------------------------------------------
ページトップ
----------------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0%;
  bottom: 11%;
  /*background: #3f98ef;*/
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top:hover {
  background: #2965a0;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*----------------------------------------------------
ページトップここまで
----------------------------------------------------*/

/*----------------------------------------------------
サイドメニュー
----------------------------------------------------*/
/* サイドメニュー本体 */
.sideMenu {
  position: fixed;
  top: 20%;
  right: -100px;
  width: 200px;
  opacity: 0;
  z-index: 10;
  transition: right 0.5s ease, opacity 0.5s ease;
}

/* 表示時 */
.sideMenu.active {
  right: 0;
  opacity: 1;
}

/* メニュー内容の切り替えアニメーション（閉じてもふわっと） */
.sideMenu .menuContent {
  max-height: 500px;
  opacity: 1;
  /*overflow: hidden;*/
  transition: all 0.4s ease;
}

.sideMenu.closed .menuContent {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

/* 開くボタン */
#openMenu {
  position: fixed;
  top: 19%;
  right: 10px;
  z-index: 100;
  display: none;
  background: none;
  border: 0;
  transition: all 0.4s ease;
}

/* 閉じるボタン */

#closeMenu {
  position: fixed;
  top: 19%;
  right: -150px; /* 初期位置（隠す） */
  opacity: 0;
  z-index: 100;
  background: none;
  border: 0;
  transition: all 0.4s ease;
}

#closeMenu.active {
  position: fixed;
  top: 19%;
  right: 10px; /* サイドメニュー幅＋余白 */
  z-index: 100;
  opacity: 1;
}

#openMenu i,
#closeMenu i {
  color: #f15a24;
  background: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
}

/*----------------------------------------------------
サイドボタンここまで
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  header {
    position: absolute;
    top: -1.15rem;
    left: 1rem;
    z-index: 9;
  }
  .siteLogo {
    width: 50%;
    background: #fff;
    padding: 0;
  }
  .h1 {
    font-size: 1.4rem;
  }
  section:nth-child(n + 2) {
    padding: 3rem 0;
  }
  .main::before {
    display: none;
  }

  ul li {
    font-size: 0.85rem;
  }
  small,
  .small {
    font-size: 0.7rem;
  }
  p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #fff;
}
.swiper {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .siteLogo {
    width: 50%;
    background: #fff;
    padding: 0;
  }
}
