@charset "utf-8";
/*コンセプトCSS*/
.bg_concept {
  width: 100%;
  margin-top: -70px;
  padding: 0 0 45px;
  position: relative;
  overflow: hidden;
}
.bg_concept::before {
  content: '';
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary_bg);
  transform: skewY(-10deg) translateY(90px);
  opacity: .75;
  z-index: -1;
}
.sec_concept .concept_img {
  position: relative;
  padding-top: 20px;
}
.sec_concept .concept_img .logo_kogao,
.sec_concept .concept_img .tx_concept01 {
  position: absolute;
  z-index: 100;
}
.sec_concept .concept_img .logo_kogao {
  width: 38%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_concept .concept_img .im_concept {
  margin-left: 160px;
  overflow: hidden;
  border-radius: 40px;
}
.sec_concept .concept_img .im_concept img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_concept .concept_img .tx_concept01 {
  width: 10%;
  height: auto;
  top: 0;
  right: 10%;
}
.sec_concept .concept_text {
  line-height: 2.2;
  margin-top: 1em;
}
.sec_concept .concept_text .primary.fb {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.concept_text_dc {
  margin-bottom: 80px;
  padding: 30px 35px 40px;
  position: relative;
}
.concept_text_dc::after {
  content: '';
  transform: translateX(-50%);
  width: 50px;
  height: 43px;
  background: url(../img/concept/concept_text_dc.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -34px;
  left: 50%;
}
.concept_text_dc p {
  line-height: 1;
}
.sec_impression .con.flex_all {
  max-width: 700px;
  justify-content: space-around;
}
.sec_impression .con.flex_all .text > p {
  margin-bottom: 2em;
}
.sec_impression .con.flex_all .im_impression {
  width: 43%;
}
.sec_impression .concept_text_dc img {
  height: 38px;
  width: auto;
}
.sec_impression .concept_text_dc .bottom img {
  height: 40px;
  margin-top: 25px;
}
.sec_appeal .concept_text_dc img {
  height: 108px;
  width: auto;
  margin: auto;
}
.sec_appeal .appeal_con {
  flex-wrap: wrap;
  gap: 70px 60px;
}
.appeal_box {
  position: relative;
  flex: 0 0 calc( 50% - 30px );
  border: 3px solid var(--primary);
  border-radius: 20px;
}
.appeal_box::before {
  content: '';
  width: 50px;
  height: 60px;
  max-width: 25%;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: absolute;
  top: -30px;
  left: 30px;
  z-index: 10;
}
.appeal_box.appeal01::before {
  background: url(../img/concept/tx_nb01.svg) no-repeat center;
  background-size: auto;
  background-color: #fff;
}
.appeal_box.appeal02::before {
  background: url(../img/concept/tx_nb02.svg) no-repeat center;
  background-size: auto;
  background-color: #fff;
}
.appeal_box.appeal03::before {
  background: url(../img/concept/tx_nb03.svg) no-repeat center;
  background-size: auto;
  background-color: #fff;
}
.appeal_box.appeal04::before {
  background: url(../img/concept/tx_nb04.svg) no-repeat center;
  background-size: auto;
  background-color: #fff;
}
.appeal_box.appeal05::before {
  background: url(../img/concept/tx_nb05.svg) no-repeat center;
  background-size: auto;
  background-color: #fff;
}
.appeal_box .appeal_text {
  padding: 45px 30px 20px;
}
.appeal_box .appeal_text h3 {
  margin-bottom: 1em;
}
.appeal_box .appeal_img {
  height: 200px;
  border-radius: 0 0 16px 16px;
}
.appeal_box.appeal01 .appeal_img {
  background: url(../img/concept/im_appeal01.jpg) 80% / cover no-repeat;
}
.appeal_box.appeal02 .appeal_img {
  background: url(../img/concept/im_appeal02.jpg) 80% / cover no-repeat;
}
.appeal_box.appeal03 .appeal_img {
  background: url(../img/concept/im_appeal03.jpg) 80% / cover no-repeat;
}
.appeal_box.appeal04 .appeal_img {
  background: url(../img/concept/im_appeal04.jpg) 80% / cover no-repeat;
}
.appeal_box.appeal05 {
  flex: 0 0 100%;
}
.appeal_box.appeal05 .text {
  flex-shrink: 0;
  margin-bottom:20px;
}
.appeal_box.appeal05 .comment01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  margin-bottom:15px;
}
.appeal_box.appeal05 .flex .comment01 img  {
  height: 100%;
  object-fit: cover;
}
.appeal_box.appeal05 .flex .comment01 img {
  height: auto;
  width: 220px;
  max-width: 80%;
}
.appeal_box.appeal05 .appeal05_main {
  padding-top: 30px;
  border-radius: 0 0 20px 20px;
}
.appeal_box.appeal05 .appeal05_main .tx_price {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: auto;
  padding-bottom: 48px;
}
.appeal_box.appeal05 .appeal05_main .tx_price img {
  width: 100%;
  height: auto;
}
.sec_worry {
  margin-top: -10px;
}
.sec_worry .con {
  position: relative;
  /* padding-bottom: 250px; */
}
.sec_worry h2 {
  width: 85%;
  max-width: 550px;
  margin: 110px auto 85px;
}
.sec_worry .worry_box {
  padding: 17px 40px 50px 20px;
  color: #fff;
  display: inline-block;
}
.sec_worry .worry_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.worry_box.face::after {
  background: url(../img/concept/worry_face.svg) no-repeat top left;
  background-size: contain;
}
.worry_box.body::after {
  background: url(../img/concept/worry_body.svg) no-repeat top left;
  background-size: contain;
}
.sec_worry .worry_box h3,
.sec_worry .worry_box .ul_chuck {
  position: relative;
  z-index: 3;
}
.sec_worry .worry_box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.sec_worry .worry_box h3 .bgcw {
  padding: 2px 7px 3px;
  margin-right: 5px;
}
.sec_worry .worry_box .ul_chuck > li {
  font-size: 16px;
  letter-spacing: 1px;
}
.sec_worry .im_worry {
  position: relative;
  width: 100vw;
  height: 450px;
  border-radius: 40px;
  margin-left: 80px;
  overflow: hidden;
  background: url(../img/concept/im_worry.jpg) no-repeat;
  background-size: contain;
  background-color: #ebf0f4;
  z-index: 1;
}
.sec_qa .title_qa {
  text-align: center;
  padding-top: 55px;
  margin-bottom: 40px;
}
.sec_qa .title_qa img {
  width: auto;
  height: 62px;
}
.dl_qa {
  border-bottom: 2px solid var(--primary);
}
.dl_qa > dt {
  position: relative;
  padding: 1.1em 4em;
  border-top: 2px solid var(--primary);
}
.dl_qa > dt::before,
.dl_qa > dt::after {
  content: "";
  width: 4em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.dl_qa > dt::before {
  height: 1.3em;
  left: .3em;
  background: url(
    ../img/concept/ic_qa.svg) no-repeat center;
  background-size: contain;
}
.dl_qa > dt::after {
  height: 1em;
  right: 1em;
  background: url(../img/concept/ic_arrow_qa.svg) no-repeat center;
  background-size: contain;
  transition: all .5s;
}
.dl_qa > dt.active::after {
  background: url(../img/concept/ic_arrow_qa.svg) no-repeat center;
  transform: translateY(-50%)scale(1, -1);
  transition: all .5s;
}
.dl_qa > dd {
  margin: 0 1.25em 1.25em;
  background-image: url(../img/common/dc_dotted.png);
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: top;
}
.dl_qa > dd .wrap{
  position: relative;
  padding: 1.5em 2.5em;
}

@media (min-width: 769px) {
  .sec_concept .concept_img::after {
    content: '';
    position: absolute;
    width: 38%;
    height: 100%;
    background: url(../img/concept/dc_logo.gif) no-repeat center;
    background-size: contain;
    bottom: -95%;
    right: -160px;
  }
  .sec_impression .con.flex_all .text {
    font-size: 17px;
    line-height: 2;
  }
  .appeal_box:not(.appeal05) h3 img {
    height: 75px;
  }
  .appeal_box.appeal05 h3 img {
    height: 23px;
  }
  .sec_worry .worry_box,
  .sec_worry .tx_concept03 {
    position: absolute;
    z-index: 2;
  }
  .worry_box.face {
    top: 104px;
    right: -40px;
  }
  .worry_box.body {
    bottom: 68px;
    left: -20px;
  }
  .sec_worry .tx_concept03 {
    right: 0px;
  }
  .sec_worry .tx_concept03 {
    bottom: 114px;
    right: 40px;
  }
  .sec_worry .tx_concept03 img {
    height: auto;
    width: 100%;
  }
  .sec_worry .link01 {
    margin-top: 130px;
    margin-bottom: 50px;
    padding: 18px;
  }
  .dl_qa {
    letter-spacing: 1px;
  }
}

@media (min-width:1025px) {
  .appeal_box.appeal05 .flex {
    align-items: stretch;
    padding: 45px 30px 0;
  }
  .worry_box.face {
    right: 0;
  }
  .worry_box.body {
    left: 0;
  }
}

@media (min-width: 1367px) {

}

@media (max-width:1024px) {
  .appeal_con {
    justify-content: center;
  }
  .appeal_box {
    flex: 0 0 100%;
    border: 2px solid var(--primary);
    max-width: 500px;
  }
  .appeal_box::before {
    width: 38px;
    height: 32px;
    max-width: 14%;
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    top: -16px;
    left: 19px;
  }
  .appeal_box .appeal_text {
    padding: 35px 25px 15px;
  }
  .appeal_box h3 img {
    height: 62px;
  }
  .appeal_box.appeal05 .appeal05_main .tx_price {
    max-width: 350px;
  }
  .appeal_box.appeal05 .appeal05_main .tx_price:not(:last-of-type) {
    padding-bottom: 50px;
  }
  .appeal_box.appeal05 .appeal05_main .tx_price:last-of-type {
    padding-bottom: 30px;
  }
  .appeal_box.appeal05 .comment01 {
    margin-bottom: 5px;
  }
  .appeal_box.appeal05 .flex .comment01 img {
    width: 60%;
    max-width: 170px;
  }
  .appeal_box.appeal05 .appeal05_main .tx_price img {
    max-width: 280px;
    margin: auto;
  }
  .sec_worry .im_worry {
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .sec_concept {
    margin-top: -30px;
  }
  .sec_concept .concept_img {
    padding-top: 74px;
  }
  .sec_concept .concept_img .logo_kogao {
    width: 70%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_concept .concept_img .tx_concept01 {
    width: 70px;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 9%;
  }
  .sec_concept .concept_img .im_concept {
    border-radius: 30px;
    margin: auto;
  }
  .sec_concept .concept_text {
    line-height: 2;
    font-size: 14px;
  }
  .sec_concept .concept_text .primary.fb {
    font-size: 18px;
  }
  .concept_text_dc {
    margin-bottom: 45px;
    padding: 18px 18px 25px;
  }
  .concept_text_dc::after {
    width: 31px;
    height: 23px;
    bottom: -18px;
  }
  .concept_text_dc h2 {
    line-height: 1;
  }
  .sec_impression {
    padding-bottom: 30px;
  }
  .sec_impression .con.flex_all {
    margin-top: -15px;
  }
  .sec_impression .concept_text_dc img {
    height: 20px;
  }
  .sec_impression .concept_text_dc .bottom img {
    height: 22px;
    margin-top: 10px;
  }
  .sec_impression .con.flex_all .text {
    font-size: 14px;
    line-height: 2;
  }
  .sec_impression .con.flex_all .text p {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .sec_impression .con.flex_all .im_impression {
    width: 55%;
  }
  .sec_worry {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .sec_worry.bg_concept::before {
    top: -45px;
  }
  .sec_worry h2 {
    margin: 10px auto 20px;
  }
  .sec_worry .worry_box {
    position: relative;
    padding: 13px 34px 43px 16px;
    z-index: 10;
  }
  .sec_worry .worry_box::after {
    opacity: .9;
  }
  .worry_box.face {
    margin: 0px 0 -70px auto;
    float: right;
  }
  .worry_box.body {
    margin: -103px auto 0 30px;
  }
  .sec_worry .worry_box h3 {
    font-size: 17px;
  }
  .sec_worry .worry_box .ul_chuck > li {
    font-size: 14px;
  }
  .sec_worry .im_worry {
    margin-left: 15px;
    height: 380px;
    background: url(../img/concept/im_worry_mob.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sec_worry .tx_concept03 {
    margin-top: 30px;
  }
  .sec_worry .tx_concept03 img {
    width: 60%;
    margin: auto;
  }
  .sec_worry .link01 {
    margin-top: 25px;
  }
  .sec_qa .title_qa {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .sec_qa .title_qa img {
    height: 50px;
  }
  .dl_qa {
    font-size: 13px;
  }
  .dl_qa > dt {
    padding: 1em 3em;
  }
  .dl_qa > dt::before,
  .dl_qa > dt::after {
    width: 3em;
  }
  .dl_qa > dt::before {
    height: 1.2em;
    left: 0;
  }
  .dl_qa > dt::after {
    height: .8em;
    right: 0;
  }
  .dl_qa > dd {
    background-size: 6px;
  }
  .dl_qa > dd .wrap {
    padding: 1em 1em 0em;
  }
}

@media screen and (max-width: 480px) {
  .appeal_box .text p {
    font-size: 14px;
  }
}