@charset "UTF-8";
/*!
Theme Name: Cocoon Child D4G
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.0.0
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article ul.faq-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid gray;
}
.article ul.faq-list li {
  margin: 15px 0 !important;
  padding: 15px 0 20px !important;
  list-style: none;
  border-bottom: 1px solid gray;
}
.article ul.faq-list li dl {
  margin: 0;
  padding: 0 0 0 2em;
  list-style: none;
}
.article ul.faq-list li dl dt, .article ul.faq-list li dl dd {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article ul.faq-list li dl dt {
  border-bottom: 1px solid colors(black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  font-weight: bold;
}
.article ul.faq-list li dl dt p {
  flex: 1;
  font-weight: bold;
  padding-right: 10px;
}
.article ul.faq-list li dl dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0;
}
.article ul.faq-list li dl dt::after {
  content: "";
}
.article ul.faq-list li dl dd {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid colors(black);
}
.article ul.faq-list li dl dd p:last-of-type {
  margin-bottom: 0;
}
.article ul.faq-list li dl dd::before {
  content: "A.";
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0;
}

.hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
}
.hero .hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero .hero-inner h1 {
  width: 55vw;
  height: auto;
}

.hero-navi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.navi li a {
  font-weight: bold;
}

.navi-in > ul li {
  width: 160px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
  .hero-navi {
    top: auto;
    bottom: 0;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
  .navi-in > ul li {
    width: 45%;
  }

  .hero .hero-inner h1 {
    position: relative;
    width: 85vw;
    top: -18%;
  }
  .hero .hero-inner h1 img {
    width: 100% !important;
    height: auto !important;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
.work-list li, .work-list dt, .work-list dd {
  list-style: none;
}
.work-list li::maker, .work-list dt::maker, .work-list dd::maker {
  content: "";
}
.work-list > li:not(:last-child) {
  margin-bottom: 5%;
}
.work-list .work-cont {
  display: flex;
}
@media screen and (max-width: 834px) {
  .work-list .work-cont {
    flex-direction: column;
  }
}
.work-list .work-cont .work-cont-txt {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
  .work-list .work-cont .work-cont-txt {
    width: 60%;
    margin-right: 5%;
  }
}
.work-list .work-cont .work-cont-img {
  flex: 1;
}
.work-list .work-cont .work-cont-img figure img {
  width: 100%;
  height: auto;
}

.navi-in > ul li {
  width: 160px;
  width: 140px;
}

/*# sourceMappingURL=style.css.map */
