/* question_lead
---------------------------------------------------- */
.history {
  margin: 0;
}
.question_lead {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px 50px;
}
.question_lead_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.question_lead_txt {
  width: min(50vw, 600px);
  position: relative;
}
.question_lead_txt::before {
  content: "";
  display: block;
  background: url(../images/common/text_back1.webp) no-repeat left top;
  background-size: contain;
  width: 205px;
  height: 159px;
  position: absolute;
  left: -65px;
  top: -20px;
  z-index: 1;
}
.question_lead_txt h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}
.question_lead_txt h2 span {
  color: #d52626;
}
.question_lead_txt p {
  font-size: 17px;
  line-height: 1.9;
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.question_lead img {
  width: min(42.83vw, 514px);
  height: auto;
}

@media screen and (max-width: 750px) {
  .question_lead {
    padding: 8vw 5.33vw;
  }
  .question_lead_inner {
    display: block;
  }
  .question_lead_txt {
    width: auto;
  }
  .question_lead_txt::before {
    width: 40vw;
    height: 30.933vw;
    left: -17.333vw;
    top: -5.33vw;
  }
  .question_lead_txt h2 {
    font-size: 5.86vw;
    line-height: 1.5;
  }
  .question_lead_txt p {
    font-size: 3.73vw;
    margin-top: 2.66vw;
  }
  .question_lead img {
    width: 100%;
    max-width: 514px;
    height: auto;
    display: block;
    margin: 5.33vw auto 0;
  }
}
/* question_point
---------------------------------------------------- */
.question_point {
  background: url(../images/common/bg2.webp) no-repeat center bottom;
  background-size: cover;
  padding: 47px 20px 75px;
}
.question_point_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.question_point_lead {
  display: flex;
  gap: 41px;
  align-items: center;
  margin-bottom: 50px;
}
.question_point_lead p {
  line-height: 2.2;
  color: #fff;
}
.question_point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.question_point ul li {
  width: min(31.16vw, 374px);
  background: url(../images/common/bg1.webp) no-repeat center center;
  text-align: center;
  padding: 24px 0 28px;
}
.question_point ul li:nth-child(1) {
  box-shadow: 10px 10px 0px 0px rgb(255, 183, 52);
}
.question_point ul li:nth-child(1) dt {
  color: #fa7c00;
}
.question_point ul li:nth-child(2) {
  box-shadow: 10px 10px 0px 0px rgb(231, 93, 161);
}
.question_point ul li:nth-child(2) dt {
  color: #da267f;
}
.question_point ul li:nth-child(3) {
  box-shadow: 10px 10px 0px 0px rgb(0, 154, 208);
}
.question_point ul li:nth-child(3) dt {
  color: #0089b9;
}
.question_point ul li:nth-child(4) {
  box-shadow: 10px 10px 0px 0px rgb(255, 154, 152);
}
.question_point ul li:nth-child(4) dt {
  color: #e24845;
}
.question_point ul li:nth-child(5) {
  box-shadow: 10px 10px 0px 0px rgb(57, 164, 72);
}
.question_point ul li:nth-child(5) dt {
  color: #1c862b;
}
.question_point ul li:nth-child(6) {
  box-shadow: 10px 10px 0px 0px rgb(164, 117, 71);
}
.question_point ul li:nth-child(6) dt {
  color: #975718;
}
.question_point ul li img {
  width: min(27vw, 324px);
  height: auto;
}
.question_point ul li dt {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 18px 0 15px;
}
.question_point ul li dd {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 750px) {
  .question_point {
    padding: 8vw 5.333vw 10.667vw;
  }
  .question_point_lead {
    display: block;
    margin-bottom: 8vw;
  }
  .question_point_lead h2 {
    text-align: center;
  }
  .question_point_lead h2 img {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
  .question_point_lead p {
    font-size: 3.733vw;
    line-height: 1.9;
    margin-top: 5.33vw;
  }
  .question_point ul {
    display: block;
  }
  .question_point ul li {
    width: auto;
    padding: 5.33vw;
  }
  .question_point ul li:nth-child(1) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(255, 183, 52);
  }
  .question_point ul li:nth-child(2) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(231, 93, 161);
  }
  .question_point ul li:nth-child(3) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(0, 154, 208);
  }
  .question_point ul li:nth-child(4) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(255, 154, 152);
  }
  .question_point ul li:nth-child(5) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(57, 164, 72);
  }
  .question_point ul li:nth-child(6) {
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(164, 117, 71);
  }
  .question_point ul li + li {
    margin-top: 6.5vw;
  }
  .question_point ul li img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  .question_point ul li dt {
    font-size: 5.33vw;
    margin: 3vw 0;
  }
  .question_point ul li dd {
    font-size: 4.26vw;
  }
}
/* question_head
---------------------------------------------------- */
.question_head {
  background-image: linear-gradient(90deg, rgb(180, 132, 62) 0%, rgb(205, 171, 81) 12%, rgb(230, 209, 99) 23%, rgb(180, 132, 62) 61%, rgb(230, 209, 99) 100%);
  padding-top: 6px;
}
.question_head_inner {
  background: url(../images/common/page_title_back.avif) no-repeat center top;
  background-size: cover;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.question_head_inner p {
  width: 119px;
  padding: 6px 0 8px;
  line-height: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #af8e41;
}
.question_head_inner h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .question_head {
    padding-top: 1.33vw;
  }
  .question_head_inner {
    height: auto;
    display: block;
    padding: 5.33vw 0;
  }
  .question_head_inner p {
    width: 25vw;
    padding: 1.3vw 0 1.4vw;
    font-size: 4.2vw;
    margin: 0 auto 2.5vw;
  }
  .question_head_inner h2 {
    font-size: 5.2vw;
    line-height: 1.3;
    text-align: center;
  }
}
/* question_contents
---------------------------------------------------- */
.question_contents {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
}
.category .question_contents {
  background: unset;
}
.question_contents_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 60px;
}
.question_contents_inner .txt_marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffea88 60%);
}
.question_contents_inner .txt_red {
  font-weight: bold;
  color: #d52626;
}
.question_contents_box1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
.question_contents_box1 img {
  width: min(38.33vw, 460px);
  height: auto;
}
.question_contents_box1 p {
  line-height: 1.9;
  margin-bottom: 30px;
}
.question_contents_box1 h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 4px;
  margin: 0 0 20px;
}
.question_contents_box1 ul {
  line-height: 1.9;
  list-style: disc outside;
  margin: 0 0 0 25px;
}
.question_contents_box2 {
  margin-top: 40px;
  border: 3px solid #b09453;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 17px 15px 17px 25px;
  gap: min(1.83vw, 22px);
}
.question_contents_box2 h3 {
  border-radius: 50%;
  background-color: #b09453;
  width: min(10vw, 120px);
  height: min(10vw, 120px);
  color: #fff;
  font-size: min(1.66vw, 20px);
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.question_contents_box2 p {
  width: min(80vw, 960px);
  line-height: 1.9;
}
.question_contents .question_catch {
  font-size: 18px;
  text-align: center;
  margin: 25px 0;
}
.question_contents .question_catch br {
  display: none;
}

@media screen and (max-width: 750px) {
  .question_contents {
    padding: 8vw 5.333vw 10.667vw;
  }
  .question_contents_inner {
    padding: 0;
  }
  .question_contents_box1 {
    display: block;
  }
  .question_contents_box1 img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 5.33vw;
  }
  .question_contents_box1 p {
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
  .question_contents_box1 h3 {
    font-size: 5vw;
    border-bottom: 0.8vw solid #a2843d;
    padding: 0 0 0.8vw;
    margin-bottom: 2.66vw;
  }
  .question_contents_box1 ul {
    font-size: 3.73vw;
    margin: 0 0 0 6.66vw;
  }
  .question_contents_box2 {
    margin-top: 5.33vw;
    border: 0.8vw solid #b09453;
    display: block;
    padding: 4vw;
  }
  .question_contents_box2 h3 {
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 4.26vw;
    display: block;
    text-align: center;
    padding: 2.13vw 0;
  }
  .question_contents_box2 p {
    font-size: 3.73vw;
    width: auto;
    margin-top: 2.66vw;
  }
  .question_contents .question_catch {
    font-size: 4.26vw;
    line-height: 1.7;
    margin: 5.33vw 0;
  }
  .question_contents .question_catch br {
    display: inline;
  }
}
/* question_case
---------------------------------------------------- */
.question_case {
  background: url(../images/common/bg3.webp) no-repeat center top;
  background-size: cover;
}
.question_case_inner {
  width: min(100vw, 1280px);
  margin: 0 auto;
  padding: 60px 20px 70px;
}
.question_case_inner h2 {
  text-align: center;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 25px;
  padding-bottom: 12px;
  background: url(../images/question/case_title_line.webp) no-repeat center bottom;
}
.question_case_inner h2 + p {
  text-align: center;
  color: #fff;
  line-height: 1.9;
  margin: 0 0 40px;
}
.question_case_inner .slide {
  position: relative;
  width: min(93.75vw, 1200px);
  margin-right: auto;
  margin-left: auto;
}
.question_case_inner .slide .slide_ar {
  position: absolute;
  top: 30%;
  transition: opacity 0.4s;
  width: min(1.87vw, 24px);
  height: auto;
  cursor: pointer;
}
.question_case_inner .slide .slide_ar.slide_ar_prev {
  left: max(-3.12vw, -40px);
}
.question_case_inner .slide .slide_ar.slide_ar_next {
  right: max(-3.12vw, -40px);
}
.question_case_inner .slide .slide_ar:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}
.question_case_inner .slide ul {
  display: flex;
  justify-content: center;
  gap: min(3.04vw, 39px);
}
.question_case_inner .slide ul li {
  width: min(21.17vw, 271px);
}
.question_case_inner .slide ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.question_case_inner .slide ul li a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: min(0.78vw, 10px);
}
.question_case_inner .slide ul li a p {
  font-size: min(1.17vw, 15px);
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.question_case_inner .slide ul li a p.slide_item_date {
  font-size: min(1.01vw, 13px);
  margin-top: min(0.23vw, 3px);
}
.question_case_inner .question_case_btn a {
  display: block;
  margin: 35px auto 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 300px;
  height: 54px;
  box-sizing: border-box;
  border: 3px solid #666;
  line-height: 46px;
  font-size: 18px;
  font-weight: 600;
}
.question_case_inner .question_case_btn a::before {
  display: inline-block;
  content: "";
  background: url(../images/common/ar8.webp) no-repeat left top;
  background-size: contain;
  width: 12px;
  height: 14px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
.question_case_inner .question_case_faq {
  background-color: #fff;
  margin-top: 40px;
  padding: 50px 60px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.question_case_inner .question_case_faq h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 4px;
  margin: 0 0 25px;
}
.question_case_inner .question_case_faq h3 + p {
  line-height: 1.9;
}
.question_case_inner .question_case_faq dl {
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0;
}
.question_case_inner .question_case_faq dl dt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 45px;
}
.question_case_inner .question_case_faq dl dt::before {
  content: "";
  display: block;
  background: url(../images/question/selfcheck_case_q.webp) no-repeat left top;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: -3px;
}
.question_case_inner .question_case_faq dl dd {
  padding: 0 0 0 45px;
  line-height: 1.9;
  margin-top: 12px;
}

@media screen and (max-width: 750px) {
  .question_case {
    padding: 8vw 5.333vw 10.667vw;
  }
  .question_case_inner {
    width: auto;
    padding: 0;
  }
  .question_case_inner h2 {
    font-size: 6.933vw;
    margin: 0 0 4vw;
    padding-bottom: 2.133vw;
    background-size: auto 4vw;
  }
  .question_case_inner h2 + p {
    font-size: 3.733vw;
    text-align: left;
    margin: 0 0 8vw;
  }
  .question_case_inner .slide {
    width: auto;
  }
  .question_case_inner .question_case_btn a {
    border: 0.8vw solid #666;
    border-radius: 13.33vw;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 4.1vw;
    padding: 2.8vw 0 3.3vw;
  }
  .question_case_inner .question_case_btn a::before {
    width: 2.6vw;
    height: 3vw;
    margin: -1vw 1.8vw 0 0;
  }
  .question_case_inner .question_case_faq {
    margin-top: 8vw;
    padding: 5.33vw;
  }
  .question_case_inner .question_case_faq h3 {
    font-size: 5vw;
    border-bottom: 0.8vw solid #a2843d;
    padding: 0 0 0.8vw;
    margin-bottom: 2.66vw;
  }
  .question_case_inner .question_case_faq h3 + p {
    font-size: 3.73vw;
  }
  .question_case_inner .question_case_faq dl {
    padding: 4vw 0;
  }
  .question_case_inner .question_case_faq dl dt {
    font-size: 3.73vw;
    padding: 0 0 0 8vw;
  }
  .question_case_inner .question_case_faq dl dt::before {
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    left: 0px;
    top: -0.533vw;
  }
  .question_case_inner .question_case_faq dl dd {
    font-size: 3.73vw;
    padding: 0 0 0 8vw;
    margin-top: 2.13vw;
  }
}
.question_container .question_contents .question_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: min(4.16vw, 50px);
  padding: 40px 0;
}
.question_container .question_contents .question_list ul li {
  width: min(35.25vw, 423px);
  background: url(../images/common/bg1.webp) repeat left top;
  box-shadow: min(0.83vw, 10px) min(0.83vw, 10px) 0px 0px rgb(176, 148, 83);
  position: relative;
}
.question_container .question_contents .question_list ul li a {
  display: block;
  height: min(32.41vw, 389px);
  box-sizing: border-box;
  padding: min(3.16vw, 38px) min(3.16vw, 38px) min(0.83vw, 10px);
  background: url(../images/works/triangle.webp) no-repeat right 7px bottom 7px;
}
.question_container .question_contents .question_list ul li .date {
  position: absolute;
  left: max(-1.16vw, -14px);
  top: max(-1.41vw, -17px);
  width: min(14vw, 168px);
  height: min(3.83vw, 46px);
  background: url(../images/works/ribbon.webp) no-repeat left top;
  background-size: contain;
  color: #fff;
  font-size: min(1.41vw, 17px);
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  padding: min(0.58vw, 7px) 0 0 min(1.25vw, 15px);
}
.question_container .question_contents .question_list ul li .title {
  font-size: min(1.58vw, 19px);
  font-weight: 600;
  line-height: 1.75;
  margin-top: min(1.08vw, 13px);
}
@media screen and (max-width: 750px) {
  .question_container .question_contents .question_list ul {
    display: block;
  }
  .question_container .question_contents .question_list ul li {
    width: auto;
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(176, 148, 83);
  }
  .question_container .question_contents .question_list ul li + li {
    margin-top: 9.333vw;
  }
  .question_container .question_contents .question_list ul li a {
    height: auto;
    box-sizing: border-box;
    padding: 7.467vw 5.333vw 6.133vw;
    background: url(../images/works/triangle.webp) no-repeat right 1.333vw botto
m 1.333vw;
    background-size: 4.267vw 4.267vw;
  }
  .question_container .question_contents .question_list ul li .date {
    left: -2.933vw;
    top: -3.467vw;
    width: 36vw;
    height: 9.867vw;
    font-size: 3.467vw;
    padding: 1.867vw 0 0 3.467vw;
  }
  .question_container .question_contents .question_list ul li .title {
    font-size: 4.267vw;
    line-height: 1.6;
    margin-top: 2.667vw;
  }
  .question_container .question_contents .question_list ul li img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=question.css.map */
