@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*----------------------------------------
	共通
----------------------------------------*/
body {
  overflow-x: hidden;
}

.index article {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .index article {
    padding: 4.5rem 0 5rem;
  }
}

.textBox .title02 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .textBox .title02 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .textBox .title02 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .textBox p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.textBox p:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .textBox p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

.colorBox {
  background-color: #2b2b2b;
}

/* ファーストビュー
---------------------------------------------- */
#fv .swiper-slide {
  width: 100%;
  height: calc(100vh - 8rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  #fv .swiper-slide {
    height: calc(100vh - 6rem);
    height: calc(100svh - 6rem);
  }
}
#fv .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#fv .slider01 {
  background: url(images/slider01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  #fv .slider01 {
    background: url(images/slider01_sp.jpg) no-repeat top center/cover;
  }
}
#fv .slider02 {
  background: url(images/slider02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  #fv .slider02 {
    background: url(images/slider02_sp.jpg) no-repeat top center/cover;
  }
}
#fv .slider03 {
  background: url(images/slider03.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #fv .slider03 {
    background: url(images/slider03_sp.jpg) no-repeat top center/cover;
  }
}
#fv h1 {
  position: absolute;
  font-size: 3rem;
  top: 14%;
  left: 8%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #fv h1 {
    font-size: 5.6rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #fv h1 {
    font-size: 2.7rem;
    left: 5%;
  }
}
@media screen and (max-width: 320px) {
  #fv h1 {
    font-size: 2.3rem;
  }
}
#fv h1 span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 2rem 0.4rem;
}
@media screen and (max-width: 768px) {
  #fv h1 span {
    padding: 0.5rem 1.2rem 0.5rem 1.5rem;
  }
}
#fv h1 span:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #fv h1 span:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
}

/* 私たちの想い
---------------------------------------------- */
@media screen and (max-width: 320px) {
  #vision .textBox .title02 br:not(.pcNone) {
    display: none;
  }
}

/* 事業内容
---------------------------------------------- */
#information .colorBox {
  padding: 6rem;
}
@media screen and (min-width: 769px) {
  #information .colorBox {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #information .colorBox {
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  #information .informationBox {
    display: flex;
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (min-width: 769px) {
  #information .informationBox:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
#information .informationBox:not(:last-of-type) {
  border-bottom: 1px dashed #aea597;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #information .informationBox:not(:last-of-type) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  #information .informationBox .image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #information .informationBox .image {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #information .informationBox .text {
    width: 50%;
  }
}
#information .informationBox .text .title03 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #information .informationBox .text .title03 {
    margin-bottom: 1rem;
  }
}
#information .informationBox dl dt,
#information .informationBox dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
#information .informationBox dl dt {
  line-height: 1.3;
  border-left: 4px solid #aea597;
  padding-left: 0.8rem;
  margin-bottom: 0.6rem;
}
#information .informationBox dl dd {
  line-height: 1.5;
  margin-bottom: 1.6rem;
  padding-left: 1.3rem;
}
#information .informationBox ul {
  display: flex;
  gap: 1.2rem;
}
#information .informationBox ul li {
  max-width: 3.2rem;
}
@media screen and (max-width: 768px) {
  #information .informationBox ul li {
    max-width: 2.8rem;
  }
}

/* 会社案内
---------------------------------------------- */
#company {
  padding-bottom: 0;
}
#company #outline {
  max-width: 900px;
  margin: 8rem auto 4rem;
}
@media screen and (max-width: 768px) {
  #company #outline {
    margin: 6rem auto 2rem;
  }
}
#company #outline .title02 {
  text-align: center;
}
#company #outline .title02 span {
  display: inline-block;
  position: relative;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  #company #outline .title02 span {
    padding: 0 2.3rem;
  }
}
#company #outline .title02 span::before, #company #outline .title02 span::after {
  content: "";
  display: inline-block;
  background-color: #aea597;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.7rem);
}
@media screen and (max-width: 768px) {
  #company #outline .title02 span::before, #company #outline .title02 span::after {
    width: 1.2rem;
    height: 1.2rem;
    top: calc(50% - 0.4rem);
  }
}
#company #outline .title02 span::before {
  left: 0;
}
#company #outline .title02 span::after {
  right: 0;
}
@media screen and (min-width: 769px) {
  #company #outline .title02 {
    margin-bottom: 2rem;
  }
}
#company #outline dl div {
  padding: 1.8rem 1rem;
}
@media screen and (min-width: 769px) {
  #company #outline dl div {
    display: flex;
    padding: 2.5rem 2rem;
  }
}
#company #outline dl div:not(:last-of-type) {
  border-bottom: 1px dashed #aea597;
}
#company #outline dl dt,
#company #outline dl dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #company #outline dl dt,
  #company #outline dl dd {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
#company #outline dl dt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  #company #outline dl dt {
    width: 25%;
    min-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #company #outline dl dt {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  #company #outline dl dd {
    width: 80%;
  }
}
#company #googleMap iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company #googleMap iframe {
    height: 30rem;
  }
}

/* お問合せ
---------------------------------------------- */
#contact .title02 {
  text-align: center;
  margin-bottom: 2rem;
}
#contact .colorBox {
  margin-top: 1rem;
  text-align: center;
  padding: 3rem;
}
@media screen and (min-width: 769px) {
  #contact .colorBox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
  }
}
#contact .colorBox .title03 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #contact .colorBox .title03 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #contact .telBox,
  #contact .mailBox {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 769px) {
  #contact .telBox {
    border-right: 1px dashed #aea597;
    padding-right: 8%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 768px) {
  #contact .telBox {
    border-bottom: 1px dashed #aea597;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
#contact .telBox .sentence {
  margin-top: 0.5rem;
}
#contact .telBox a {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #contact .telBox a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .mailBox {
    padding: 1rem 0;
  }
}
#contact .mailBox a {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #contact .mailBox a {
    font-size: 2rem;
  }
}/*# sourceMappingURL=index.css.map */