/*----------------------------------------------------
  共通
----------------------------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
  font-family: shippori-mincho, sans-serif;
  font-weight: 600;
}
main {
  position: relative;
}
:root,
[data-bs-theme="light"] {
  --bs-success-rgb: 18, 102, 44;
  --bs-warning-rgb: 158, 134, 62;
  --bs-primary-rgb: 35, 55, 92;
}

.h6 {
  font-size: 1.1rem;
}
p {
  line-height: 1.6;
}
ol,
ul {
  padding-left: 0;
  list-style-type: none;
}

ul.kome li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}
a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

a img:hover {
  opacity: 0.75;
  transition: 0.75s;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.lh-15 {
  line-height: 1.5;
}
.lh-175 {
  line-height: 1.75;
}
.lh-2 {
  line-height: 2;
}
.fs-5 {
  font-size: 1.2rem !important;
  line-height: 1.75;
  font-weight: 600 !important;
}

.fs-6 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}
.fs-7 {
  font-size: 1rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-small {
  font-size: 0.9rem;
}
.mt-n5 {
  margin-top: -10%;
}

.bg-fbfaf7 {
  background: #fbfaf7;
}
.container-lg.mainVisual {
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1100px;
  }
}

/*----------------------------------------------------
  共通　ここまで
----------------------------------------------------*/

/*----------------------------------------------
1.top ここから
----------------------------------------------*/

/*----------------------------------------------
1.top　ここまで
----------------------------------------------*/

/*----------------------------------------------
2.concept ここから
----------------------------------------------*/

/*----------------------------------------------
2.concept　ここまで
----------------------------------------------*/
.bg-concept {
  position: relative;
  background-color: #23375c;
  /*background: url("../images/concept/bg-concept.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;*/
}

.bg-concept:after {
  position: absolute;
  border: 1px solid #f9f3e5;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}

/*----------------------------------------------
3.freeplan ここから
----------------------------------------------*/

/*----------------------------------------------
3.freeplan　ここまで
----------------------------------------------*/

/*----------------------------------------------
4.equipment ここから
----------------------------------------------*/
.icon2,
.icon3 {
  position: relative;
}
.icon2::before {
  position: absolute;
  background-image: url("../images/equipment/icon2.webp");
  background-position: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  top: -50px;
  background-repeat: no-repeat;
}

.icon3::before {
  position: absolute;
  background-image: url("../images/equipment/icon3.webp");
  background-position: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  top: -50px;
  background-repeat: no-repeat;
}
/*----------------------------------------------
4.equipment　ここまで
----------------------------------------------*/

/*----------------------------------------------
5.location ここから
----------------------------------------------*/

/*----------------------------------------------
5.location　ここまで
----------------------------------------------*/

/*----------------------------------------------
6.quality ここから
----------------------------------------------*/

/*----------------------------------------------
6.quality　ここまで
----------------------------------------------*/

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  .container-lg.mainVisual {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 843px) {
}
@media screen and (max-width: 768px) {
  /*----------------------------------------------
共通
----------------------------------------------*/
  .my-5.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem;
  }
  .fs-5 {
    font-size: 1rem !important;
  }
  .icon2::before {
    position: absolute;
    background-image: url("../images/equipment/icon2.webp");
    background-position: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
    content: "";
    top: -70px;
  }

  .icon3::before {
    position: absolute;
    background-image: url("../images/equipment/icon3.webp");
    background-position: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
    content: "";
    top: -70px;
  }
}
