/* blue */
/* otange */
/* green */
/* red */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
.deco-img {
  position: absolute;
  z-index: 2;
}

.sec-bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.sec-bg img {
  width: 100%;
  max-width: inherit;
}

/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
  padding: 5rem 0 55rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-fv {
    padding: 9rem 0 7rem 0;
  }
}
.sec-fv .fv__inner {
  position: relative;
  z-index: 2;
}
.sec-fv .fv__inner .fv_txt01 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2.6071428571;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv__inner .fv_txt01 {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: -0.001em;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
}
.sec-fv .fv__inner .fv_txt02 {
  position: relative;
  width: 60.8rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv__inner .fv_txt02 {
    width: 29.6rem;
  }
}
.sec-fv .fv__inner .img {
  position: relative;
  z-index: 1;
  width: 64.3rem;
  margin: -3.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv__inner .img {
    width: 31rem;
    margin: -1.5rem auto 0 auto;
  }
}
.sec-fv .fv__inner .btn_wrap {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .sec-fv .fv__inner .btn_wrap {
    margin-top: 2.4rem;
    flex-direction: column;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-fv .c-button {
    width: calc(100% - 6rem);
  }
}
.sec-fv .sec-bg {
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-fv .sec-bg {
    height: 150%;
  }
}
.sec-fv .sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-fv .overflow {
  position: absolute;
  left: 0;
  top: -15rem;
  width: 100%;
  height: 150%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-fv .overflow {
    top: -6rem;
  }
}
.sec-fv .sec-bg02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 191.3rem;
  margin: 0 0 0 2.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-fv .sec-bg02 {
    width: 100%;
    margin: 0;
  }
}

/* sec-topics
---------------------------------------------------------------------------- */
.sec-topics {
  position: relative;
  margin-top: -34rem;
  margin-top: -48.5rem;
  margin-bottom: 12rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-topics {
    margin-top: -2.3rem;
    margin-bottom: 0;
  }
}
.sec-topics .topics-wrap {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.7rem 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-wrap {
    width: calc(100% - 6rem);
    max-width: inherit;
    padding: 0.8rem 0 2.2rem 0;
  }
}
.sec-topics .topics-wrap .topics-ttl {
  position: relative;
  width: 16rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.0012em;
  font-weight: 800;
  margin-bottom: 3.3rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-wrap .topics-ttl {
    width: 9.8rem;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.0006em;
    font-weight: 700;
    margin-bottom: 0;
  }
}
.sec-topics .topics-inner {
  position: relative;
  background: url("../images/top/bg_topics.png") repeat-y center top;
  background-size: 100% auto !important;
  padding: 0 3rem 0.5rem 3rem;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner {
    background: url("../images/top/bg_topics_sp.png") repeat-y center top;
    padding: 2.5rem 2rem 0.5rem 2rem;
  }
}
.sec-topics .topics-inner .topics-box {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C1C1C1;
  box-sizing: border-box;
  z-index: 3;
}
.sec-topics .topics-inner .topics-box__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.6rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box__links {
    gap: 0 0.9rem;
  }
}
.sec-topics .topics-inner .topics-box .box-img {
  width: 15.5rem;
  aspect-ratio: 155/87;
  border: 1px solid #414141;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box .box-img {
    width: 10rem;
    aspect-ratio: 100/56;
    border-radius: 0.6rem;
  }
}
.sec-topics .topics-inner .topics-box .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-topics .topics-inner .topics-box .box-txt {
  width: calc(100% - 17.1rem);
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box .box-txt {
    width: calc(100% - 10.9rem);
    padding-right: 0;
  }
}
.sec-topics .topics-inner .topics-box .box-txt .box-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box .box-txt .box-info {
    gap: 0 0.4rem;
  }
}
.sec-topics .topics-inner .topics-box .box-txt .box-info .date {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box .box-txt .box-info .date {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.sec-topics .topics-inner .topics-box .box-txt .box-info .cat {
  width: 11rem;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.5rem 0.5rem 0.7rem 0.5rem;
  border-radius: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box .box-txt .box-info .cat {
    width: 9rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 500;
    padding: 0.3rem 0.2rem;
    border-radius: 1.2rem;
  }
}
.sec-topics .topics-inner .topics-box .box-txt .ttl {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  line-break: strict;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box .box-txt .ttl {
    margin-top: 0.3rem;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.sec-topics .topics-inner .topics-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sec-topics .topics-inner .topics-box + .topics-box {
  margin-top: 1.5rem;
}
.sec-topics .topics-inner .topics-box:after {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  display: block;
  content: "";
  background: url("../images/common/ico_arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2.6rem;
  height: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner .topics-box:after {
    display: none;
  }
}
.sec-topics .topics-inner .topics-box.cat-interview .box-txt .box-info .date {
  color: #F67905;
}
.sec-topics .topics-inner .topics-box.cat-interview .box-txt .box-info .cat {
  background: #F67905;
}
.sec-topics .topics-inner .topics-box.cat-interview .box-txt .box-info .date {
  color: #F67905;
}
.sec-topics .topics-inner .topics-box.cat-interview .box-txt .box-info .cat {
  background: #F67905;
}
.sec-topics .topics-inner .topics-box.cat-activities .box-txt .box-info .date {
  color: #00A8D8;
}
.sec-topics .topics-inner .topics-box.cat-activities .box-txt .box-info .cat {
  background: #00A8D8;
}
.sec-topics .topics-inner .topics-box.cat-news .box-txt .box-info .date {
  color: #40A137;
}
.sec-topics .topics-inner .topics-box.cat-news .box-txt .box-info .cat {
  background: #40A137;
}
.sec-topics .topics-inner:before, .sec-topics .topics-inner:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background-size: 100% auto !important;
  width: 100%;
  z-index: 1;
}
.sec-topics .topics-inner:before {
  top: -8.4rem;
  background: url("../images/top/bg_topics_top.png") no-repeat center top;
  height: 8.5rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner:before {
    top: -3.2rem;
    background: url("../images/top/bg_topics_top_sp.png") no-repeat center top;
    height: 3.2rem;
  }
}
.sec-topics .topics-inner:after {
  bottom: -3rem;
  background: url("../images/top/bg_topics_btm.png") no-repeat center top;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec-topics .topics-inner:after {
    bottom: -2rem;
    background: url("../images/top/bg_topics_btm_sp.png") no-repeat center top;
    height: 2.5rem;
  }
}

/* sec-about
---------------------------------------------------------------------------- */
.sec-about {
  position: relative;
  margin-top: -33.6rem;
  padding-top: 28rem;
}
@media screen and (max-width: 767px) {
  .sec-about {
    margin-top: -8rem;
    padding-top: 10rem;
  }
}
.sec-about .about-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url("../images/top/bg_gray.png") repeat-y center 0;
  background-size: 100% auto !important;
}
@media screen and (max-width: 767px) {
  .sec-about .about-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: url("../images/top/bg_gray_sp.png") repeat-y center 0;
  }
}
.sec-about .l-inner {
  position: relative;
  padding: 0 35rem 0 15.3rem;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-about .l-inner {
    padding: 0;
  }
}
.sec-about .l-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background: url("../images/top/txt_about.svg") no-repeat center center;
  background-size: 100% auto;
  width: 9.1rem;
  height: 47.7rem;
}
@media screen and (max-width: 767px) {
  .sec-about .l-inner:before {
    top: -4.4rem;
    left: -0.4rem;
    right: auto;
    width: 6rem;
    height: 31.7rem;
    z-index: -1;
  }
}
.sec-about .c-title {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .sec-about .c-title {
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .txt_wrap {
    padding: 0 3rem;
  }
}
.sec-about .txt_wrap .ttl {
  color: #F67905;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-about .txt_wrap .ttl {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.sec-about .txt_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-about .txt_wrap .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
.sec-about .txt_wrap .txt + .txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-about .txt_wrap .txt + .txt {
    margin-top: 2rem;
  }
}
.sec-about .txt_wrap .atten {
  margin-top: 2.8rem;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-about .txt_wrap .atten {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
.sec-about .img {
  position: absolute;
  right: 0;
  top: 55.8rem;
  width: 46.8rem;
  aspect-ratio: 468/473;
  border: 1px solid #414141;
  border-right: none;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec-about .img {
    position: relative;
    top: 0;
    width: 34.5rem;
    aspect-ratio: 345/225;
    margin: 2rem 0 0 auto;
  }
}
.sec-about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about .sec-bg {
  top: 0;
}
.sec-about .deco-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 23.5rem;
}
@media screen and (max-width: 767px) {
  .sec-about .deco-img {
    top: 5.1rem;
    width: 12.9rem;
  }
}

/* sec-structure
---------------------------------------------------------------------------- */
.sec-structure {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 8.4rem;
  background: url("../images/top/bg_gray02.png") repeat-y center bottom;
  background-size: 100% auto !important;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-structure {
    padding-top: 3rem;
    padding-bottom: 9.7rem;
  }
}
.sec-structure .structure-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: row-reverse;
  gap: 0 3rem;
  width: 100%;
  max-width: 116.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-structure .structure-wrapper {
    flex-direction: column;
    gap: 2rem 0;
    max-width: inherit;
  }
}
.sec-structure .flex-txt {
  position: relative;
  width: calc(100% - 50.3rem);
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-txt {
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
  }
}
.sec-structure .flex-txt .c-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-txt .c-title {
    margin-bottom: 2rem;
  }
}
.sec-structure .txt_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
.sec-structure .txt_wrap .ttl {
  margin-top: 3rem;
  color: #F67905;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .ttl {
    margin-top: 4.4rem;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
  }
}
.sec-structure .txt_wrap .subttl {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #F67905;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .subttl {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.sec-structure .txt_wrap .overview_txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 2rem;
}
.sec-structure .txt_wrap .overview_txt dt {
  width: 6.4rem;
  color: #F67905;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .overview_txt dt {
    width: 6rem;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 700;
  }
}
.sec-structure .txt_wrap .overview_txt dd {
  width: calc(100% - 8.4rem);
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .overview_txt dd {
    width: calc(100% - 8rem);
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.sec-structure .txt_wrap .overview_txt + .overview_txt {
  margin-top: 1.5rem;
}
.sec-structure .txt_wrap .txt02 {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .txt02 {
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.sec-structure .txt_wrap .atten {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-structure .txt_wrap .atten {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.sec-structure .flex-img {
  width: 47.3rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-img {
    width: 26.5rem;
    margin: 0 auto;
  }
}
.sec-structure .l-inner {
  max-width: 111rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .l-inner {
    max-width: inherit;
  }
}
.sec-structure .flow-wrap {
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .sec-structure .flow-wrap {
    margin: 2rem auto;
  }
}
.sec-structure .flow-wrap .flow-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 10rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flow-wrap .flow-box {
    gap: 0 1.6rem;
  }
}
.sec-structure .flow-wrap .flow-box li {
  position: relative;
}
.sec-structure .flow-wrap .flow-box li .flow__img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flow-wrap .flow-box li .flow__img {
    width: 9.4rem;
  }
}
.sec-structure .flow-wrap .flow-box li .flow__txt {
  margin-top: -1rem;
  text-align: center;
  color: #F67905;
  font-size: 2.4rem;
  line-height: 2.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-structure .flow-wrap .flow-box li .flow__txt {
    margin-top: -0.4rem;
    font-size: 1.2rem;
    line-height: 2.4583333333;
    letter-spacing: -0.00096em;
    font-weight: 700;
  }
}
.sec-structure .flow-wrap .flow-box li:not(:last-of-type):after {
  position: absolute;
  top: 7rem;
  right: -7rem;
  display: block;
  content: "";
  background: url("../images/common/ico_arrow02.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 3.9rem;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flow-wrap .flow-box li:not(:last-of-type):after {
    top: 4rem;
    right: -1.4rem;
    width: 1rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-structure .txt.tac {
    text-align: left !important;
  }
}
.sec-structure .lead-txt {
  margin-top: 3rem;
  color: #F67905;
  font-size: 5rem;
  line-height: 0.76;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-structure .lead-txt {
    margin-top: 2rem;
    font-size: 3.8rem;
    line-height: 0.8;
    font-weight: 700;
  }
}
.sec-structure .lead-txt .num {
  font-size: 6.6rem;
  line-height: 0.5757575758;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-structure .lead-txt .num {
    font-size: 5.2rem;
    line-height: 0.5846153846;
    font-weight: 700;
  }
}
.sec-structure .btn_wrap {
  margin: 5rem auto 1.4rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-structure .btn_wrap {
    margin: 3rem auto 1rem auto;
  }
}
.sec-structure .btn_wrap .c-button {
  margin: 0 auto;
}
.sec-structure .btn_wrap + .atten {
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-structure .btn_wrap + .atten {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 500;
  }
}
.sec-structure .flex-collect {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect {
    margin-top: 4rem;
    flex-direction: column;
    gap: 1.5rem 0;
  }
}
.sec-structure .flex-collect .box {
  width: calc((100% - 1rem) / 2);
  max-width: 54.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box {
    width: 100%;
    max-width: inherit;
    border-radius: 1.6rem;
  }
}
.sec-structure .flex-collect .box__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 15rem;
  border-right: 1px solid #000;
  padding: 1.3rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__head {
    gap: 0 0.4rem;
    width: 100%;
    height: 4rem;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0;
  }
}
.sec-structure .flex-collect .box__head .box-ttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__head .box-ttl {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
  }
}
.sec-structure .flex-collect .box__head .ico-img {
  width: 5.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__head .ico-img {
    width: 3.2rem;
    margin: 0;
  }
}
.sec-structure .flex-collect .box__inner {
  position: relative;
  width: calc(100% - 15rem);
  background: #fff;
  padding: 1.6rem 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__inner {
    width: 100%;
    padding: 1.5rem 2rem 2rem 2rem;
  }
}
.sec-structure .flex-collect .box__inner:after {
  position: absolute;
  bottom: 1.5rem;
  display: block;
  content: "";
  background-size: 100% auto !important;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__inner:after {
    position: relative;
    bottom: 0;
  }
}
.sec-structure .flex-collect .box__inner .list-txt {
  position: relative;
  z-index: 2;
}
.sec-structure .flex-collect .box__inner .list-txt li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 1.1rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__inner .list-txt li {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    padding-left: 1.1rem;
  }
}
.sec-structure .flex-collect .box__inner .list-txt li:before {
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__inner .list-txt li:before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.sec-structure .flex-collect .box__inner .note {
  position: relative;
  z-index: 2;
  margin-top: 1.1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box__inner .note {
    margin-top: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
  }
}
.sec-structure .flex-collect .box.-possible .box__head {
  background: #F67905;
}
.sec-structure .flex-collect .box.-possible .box__inner:after {
  right: 1.8rem;
  background: url("../images/top/img05_structure.png") no-repeat center center;
  width: 12.3rem;
  height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box.-possible .box__inner:after {
    right: 0;
    left: 0;
    margin: 0.9rem auto 0 auto;
    width: 15.6rem;
    height: 7.4rem;
  }
}
.sec-structure .flex-collect .box.-possible .box__inner .list-txt li:before {
  background: #F67905;
}
.sec-structure .flex-collect .box.-notpossible .box__head {
  background: #00A8D8;
}
.sec-structure .flex-collect .box.-notpossible .box__inner:after {
  right: 1.4rem;
  background: url("../images/top/img06_structure.png") no-repeat center center;
  width: 13rem;
  height: 6.1rem;
}
@media screen and (max-width: 767px) {
  .sec-structure .flex-collect .box.-notpossible .box__inner:after {
    right: 0;
    left: 0;
    margin: 1rem auto 0 auto;
    width: 16.2rem;
    height: 7.6rem;
  }
}
.sec-structure .flex-collect .box.-notpossible .box__inner .list-txt li:before {
  background: #00A8D8;
}

/* sec-map
---------------------------------------------------------------------------- */
.sec-map {
  position: relative;
  padding: 14rem 0 4.7rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-map {
    padding: 6rem 0 6rem 0;
    margin-top: -3.5rem;
  }
}
.sec-map .c-title {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-map .c-title {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.sec-map .l-inner {
  position: relative;
  padding-top: 5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-map .l-inner {
    padding-top: 3rem;
  }
}
.sec-map .l-inner:before {
  position: absolute;
  right: 0;
  top: 5rem;
  display: block;
  content: "";
  background: url("../images/top/txt_map.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 8.8rem;
  height: 29.3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-map .l-inner:before {
    right: 0;
    top: -4rem;
    width: 5.8rem;
    height: 19.5rem;
  }
}
.sec-map .tabs {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-map .tabs {
    max-width: inherit;
  }
}
.sec-map .tabs .tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-map .tabs .tab-list {
    padding-left: 0.8rem;
  }
}
.sec-map .tabs .tab-list .tab-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  width: 15rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
  outline: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .sec-map .tabs .tab-list .tab-item {
    width: auto;
    height: 4.2rem;
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 700;
    padding: 0 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.sec-map .tabs .tab-list .tab-item.-all {
  z-index: 3;
  background: #1A1A1A;
}
.sec-map .tabs .tab-list .tab-item.-drug_store {
  z-index: 2;
  background: #00A8D8;
}
.sec-map .tabs .tab-list .tab-item.-hospital {
  z-index: 1;
  background: #F67905;
}
.sec-map .tabs .tab-list .tab-item.-public {
  z-index: 0;
  background: #40A137;
}
.sec-map .tabs .tab-list .tab-item.active {
  z-index: 4;
}
.sec-map .tabs .tab-list .tab-item + .tab-item {
  margin-left: -0.5rem;
}
.sec-map .tabs .tab-content .tab-panel {
  position: relative;
  display: none;
  width: 100%;
  height: 37rem;
  border: 4px solid #1A1A1A;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-map .tabs .tab-content .tab-panel {
    height: 52rem;
    border-radius: 1rem;
  }
}
.sec-map .tabs .tab-content .tab-panel.active {
  display: block;
}
.sec-map .tabs .tab-content .tab-panel iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.sec-map .sec-bg {
  top: 0;
}
.sec-map .deco-img {
  position: absolute;
  z-index: 2;
  top: -11rem;
  left: -1.6rem;
  width: 16.8rem;
}
@media screen and (max-width: 767px) {
  .sec-map .deco-img {
    top: -10rem;
    left: 0;
    width: 10.2rem;
  }
}

/* sec-activity
---------------------------------------------------------------------------- */
.sec-activity {
  position: relative;
  padding: 9.7rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .sec-activity {
    padding: 4.7rem 0 5rem 0;
  }
}
.sec-activity .l-inner {
  position: relative;
  padding-top: 5rem;
  padding-left: 22.8rem;
  padding-right: 10.3rem;
  max-width: 130.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-activity .l-inner {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    max-width: inherit;
  }
}
.sec-activity .l-inner:before {
  position: absolute;
  left: 0;
  top: 5.4rem;
  display: block;
  content: "";
  background: url("../images/top/txt_activity.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 19.2rem;
  height: 71.7rem;
}
@media screen and (max-width: 767px) {
  .sec-activity .l-inner:before {
    left: auto;
    right: 0;
    top: -1.6rem;
    background: url("../images/top/txt_activity_sp.svg") no-repeat center center;
    width: 100%;
    height: auto;
    aspect-ratio: 375/449;
  }
}
.sec-activity .c-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-activity .c-title {
    margin-bottom: 3rem;
  }
}
.sec-activity .btn_wrap {
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-activity .btn_wrap {
    margin: 3rem auto 0 auto;
  }
}
.sec-activity .btn_wrap .c-button {
  margin: 0 auto;
}
.sec-activity .deco-img {
  position: absolute;
  z-index: 2;
  top: -13rem;
  right: 7rem;
  width: 28.9rem;
}
@media screen and (max-width: 767px) {
  .sec-activity .deco-img {
    top: -10rem;
    left: auto;
    right: 1rem;
    width: 16.3rem;
  }
}
.sec-activity .sec-bg {
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* sec-interview
---------------------------------------------------------------------------- */
.sec-interview {
  padding: 5rem 0 16rem 0;
  background: #EDFFD4;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-interview {
    padding: 4rem 0 8rem 0;
  }
}
.sec-interview .l-inner {
  position: relative;
  padding-right: 12.6rem;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-interview .l-inner {
    padding-right: 3rem;
  }
}
.sec-interview .l-inner:before {
  position: absolute;
  right: 0;
  top: 5.4rem;
  display: block;
  content: "";
  background: url("../images/top/txt_interview.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 8.8rem;
  height: 75.6rem;
}
@media screen and (max-width: 767px) {
  .sec-interview .l-inner:before {
    right: 0;
    top: 0;
    width: 5.7rem;
    height: 50.4rem;
  }
}
.sec-interview .c-title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-interview .c-title {
    margin-bottom: 3rem;
  }
}
.sec-interview .btn_wrap {
  margin: 4rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-interview .btn_wrap {
    margin: 3rem auto 0 auto;
  }
}
.sec-interview .btn_wrap .c-button {
  margin: 0 auto;
}

.-comingsoon_img {
  position: relative;
  aspect-ratio: 325/183;
  border: 1px solid #414141;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 1;
}
.-comingsoon_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* slider */
.slider-wrap .main-post .main-img {
  position: relative;
}
.slider-wrap .main-post .main-img:before {
  position: absolute;
  right: -1rem;
  top: -3rem;
  display: block;
  content: "";
  background: url("../images/top/ico_new.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 11.4rem;
  height: 11.8rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img:before {
    right: -1rem;
    top: -3rem;
    width: 5.7rem;
    height: 5.9rem;
  }
}
.slider-wrap .main-post .main-img a {
  text-decoration: none;
}
.slider-wrap .main-post .main-img .img_wrap {
  position: relative;
  aspect-ratio: 325/183;
  border: 1px solid #414141;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img .img_wrap {
    aspect-ratio: 315/177;
    border-radius: 1rem;
  }
}
.slider-wrap .main-post .main-img .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .main-post .main-img .txt_wrap {
  position: absolute;
  left: 2rem;
  bottom: 4rem;
  width: 82rem;
  background: url("../images/top/bg_txtwrap.png") repeat-y center center;
  background-size: 100% auto !important;
  padding: 0.9rem 1.8rem 0 1.8rem;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img .txt_wrap {
    position: relative;
    left: 0;
    bottom: auto;
    width: 100%;
    background: url("../images/top/bg_txtwrap_sp.png") repeat-y center center;
    padding: 0.1rem 2rem 0 2rem;
  }
}
.slider-wrap .main-post .main-img .txt_wrap:before, .slider-wrap .main-post .main-img .txt_wrap:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  background-size: 100% auto !important;
  z-index: 1;
}
.slider-wrap .main-post .main-img .txt_wrap:before {
  background: url("../images/top/bg_top_txtwrap.png") no-repeat center top;
  top: -4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img .txt_wrap:before {
    background: url("../images/top/bg_top_txtwrap_sp.png") no-repeat center top;
    top: -3.4rem;
    height: 3.5rem;
  }
}
.slider-wrap .main-post .main-img .txt_wrap:after {
  background: url("../images/top/bg_btm_txtwrap.png") no-repeat center top;
  bottom: -2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img .txt_wrap:after {
    background: url("../images/top/bg_btm_txtwrap_sp.png") no-repeat center top;
    bottom: -1rem;
    height: 1.9rem;
  }
}
.slider-wrap .main-post .main-img .txt_wrap .date {
  position: relative;
  margin-top: -4.4rem;
  width: 11.1rem;
  color: #40A137;
  font-size: 1.5rem;
  line-height: 1.4933333333;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #40A137;
  margin-bottom: 0.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img .txt_wrap .date {
    width: 8.8rem;
    margin-top: -3rem;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    border-bottom: 1px solid #40A137;
  }
}
.slider-wrap .main-post .main-img .txt_wrap .ttl {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  line-break: strict;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slider-wrap .main-post .main-img .txt_wrap .ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .sp-sliderwrap {
    width: calc(100% + 6rem);
    margin-left: -3rem;
    padding: 0 3rem;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.slider-wrap .slider {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider {
    margin-top: 3.6rem;
  }
}
.slider-wrap .slider .slick-slide {
  margin: 0 0.65rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider .slick-slide {
    margin: 0 0.5rem;
  }
}
.slider-wrap .slider .slick-slide .post-links {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  text-decoration: none;
}
.slider-wrap .slider .slick-slide .img_wrap {
  position: relative;
  width: 17.5rem;
  aspect-ratio: 175/98;
  border: 1px solid #414141;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider .slick-slide .img_wrap {
    width: 12rem;
    aspect-ratio: 120/78;
    border-radius: 0.7rem;
  }
}
.slider-wrap .slider .slick-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider .slick-slide .txt_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1.6rem 1.6rem 1.6rem 19.1rem;
  border: 1px solid #414141;
  border-radius: 1rem;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider .slick-slide .txt_wrap {
    padding: 1rem 1rem 2rem 13rem;
    border-radius: 0.8rem;
  }
}
.slider-wrap .slider .slick-slide .txt_wrap .date {
  color: #40A137;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.6rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider .slick-slide .txt_wrap .date {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.slider-wrap .slider .slick-slide .txt_wrap .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  line-break: strict;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider .slick-slide .txt_wrap .ttl {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
  }
}
.slider-wrap .slider .slick-list {
  margin: 0 -0.65rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider .slick-list {
    margin: 0 -0.5rem;
    overflow: visible;
  }
}
.slider-wrap .slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-wrap .arrow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 2.5rem auto 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider-wrap .arrow_wrap {
    margin-top: 2rem;
  }
}
.slider-wrap .prev-arrow,
.slider-wrap .next-arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #414141;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.slider-wrap .prev-arrow:hover,
.slider-wrap .next-arrow:hover {
  opacity: 0.7;
}
.slider-wrap .prev-arrow {
  transform: rotate(180deg);
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .prev-arrow {
    margin-right: 1.5rem;
  }
}
.slider-wrap .next-arrow {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .next-arrow {
    margin-left: 1.5rem;
  }
}
.slider-wrap .prev-arrow::before,
.slider-wrap .next-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  border-color: #414141;
  transform: rotate(-45deg);
  transform: rotate(-45deg) translate(0%, -50%);
  margin-left: -0.3rem;
  margin-top: -0.1rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .prev-arrow::before,
  .slider-wrap .next-arrow::before {
    height: 0.4rem;
    width: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .prev-arrow::before,
  .slider-wrap .next-arrow::before {
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    border-color: #414141;
    transform: rotate(-45deg);
    margin-left: -0.5rem;
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .slider-wrap .prev-arrow::before,
  .slider-wrap .next-arrow::before {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.slider-wrap .dots_wrap {
  position: relative;
  top: -0.3rem;
}
.slider-wrap button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider-wrap .slide-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slide-dots {
    gap: 0 0.4rem;
  }
}
.slider-wrap .slide-dots li {
  position: relative;
  display: block;
  width: 1.9rem;
  height: 1.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slide-dots li {
    width: 1.5rem;
    height: 1rem;
  }
}
.slider-wrap .slide-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.slider-wrap .slide-dots li button:before {
  content: "";
  width: 1.9rem;
  height: 1.2rem;
  background: #fff;
  border: 1px solid #414141;
  border-radius: 0.6rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slide-dots li button:before {
    width: 1.5rem;
    height: 1rem;
    border-radius: 0.5rem;
  }
}
.slider-wrap .slide-dots li.slick-active {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slide-dots li.slick-active {
    width: 2.8rem;
  }
}
.slider-wrap .slide-dots li.slick-active button:before {
  width: 4rem;
  background: #40A137;
}
@media screen and (max-width: 767px) {
  .slider-wrap .slide-dots li.slick-active button:before {
    width: 2.8rem;
  }
}

/* sec-faq
---------------------------------------------------------------------------- */
.sec-faq {
  position: relative;
  margin-top: -13.6rem;
  padding-top: 19rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-faq {
    margin-top: -2.6rem;
    padding-top: 10.5rem;
  }
}
.sec-faq .faq-wrapper {
  background: url("../images/top/bg_gray.png") repeat-y center bottom;
  background-size: 100% auto !important;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrapper {
    background: url("../images/top/bg_gray_sp.png") repeat-y center bottom;
  }
}
.sec-faq .deco-img {
  width: 18.3rem;
  top: -20.8rem;
  right: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .deco-img {
    width: 9.65rem;
    top: -11.5rem;
    right: 3.2rem;
  }
}
.sec-faq .l-inner {
  position: relative;
  padding: 0 0 14rem 15.3rem;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-faq .l-inner {
    padding: 0 3rem 8rem 3rem;
  }
}
.sec-faq .l-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background: url("../images/top/txt_faq.svg") no-repeat center center;
  background-size: 100% auto;
  width: 10.9rem;
  height: 26.9rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .l-inner:before {
    top: -3rem;
    left: auto;
    right: -0.4rem;
    width: 7rem;
    height: 17.9rem;
  }
}
.sec-faq .c-title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .c-title {
    margin-bottom: 3rem;
  }
}
.sec-faq .faq-wrap .faq-box {
  position: relative;
  padding-bottom: 1.2rem;
  border: 1px solid #414141;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box {
    padding-bottom: 1rem;
  }
}
.sec-faq .faq-wrap .faq-box + .faq-box {
  border-top: none;
}
.sec-faq .faq-wrap .faq-box:nth-of-type(1) {
  border-radius: 1.9rem 1.9rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box:nth-of-type(1) {
    border-radius: 1rem 1rem 0 0;
  }
}
.sec-faq .faq-wrap .faq-box:last-of-type {
  border-radius: 0 0 1.9rem 1.9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box:last-of-type {
    border-radius: 0 0 1rem 1rem;
  }
}
.sec-faq .faq-wrap .faq-box .faq-q {
  position: relative;
  padding: 1.2rem 10.7rem 0 11.6rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .faq-q {
    padding: 1rem 3.5rem 0 7.3rem;
  }
}
.sec-faq .faq-wrap .faq-box .faq-q .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.2rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  background: #FABE00;
  padding: 0 0 4px 0;
  border: 1px solid #414141;
  border-left: none;
  border-top: none;
  border-radius: 0 0 0.8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .faq-q .num {
    width: 6rem;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    font-weight: 700;
    padding: 0 0 4px 0;
    border-radius: 0 0 0.64rem 0;
  }
}
.sec-faq .faq-wrap .faq-box .faq-q .txt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .faq-q .txt {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.sec-faq .faq-wrap .faq-box .faq-a {
  padding: 1.9rem 10.7rem 0 2.3rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .faq-a {
    padding: 1.2rem 3.5rem 0 2rem;
  }
}
.sec-faq .faq-wrap .faq-box .faq-a .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .faq-a .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
  }
}
.sec-faq .faq-wrap .faq-box .ico-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 8.7rem;
  height: 100%;
  border-left: 1px solid #414141;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .ico-btn {
    top: auto;
    bottom: 0;
    width: 2.6rem;
    height: 2.6rem;
    border-top: 1px solid #414141;
  }
}
.sec-faq .faq-wrap .faq-box .ico-btn:before, .sec-faq .faq-wrap .faq-box .ico-btn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: #414141;
}
.sec-faq .faq-wrap .faq-box .ico-btn:before {
  width: 2rem;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .ico-btn:before {
    width: 1.6rem;
  }
}
.sec-faq .faq-wrap .faq-box .ico-btn:after {
  width: 2px;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-faq .faq-wrap .faq-box .ico-btn:after {
    height: 1.6rem;
  }
}
.sec-faq .faq-wrap .faq-box.open .ico-btn:after {
  display: none;
}
.sec-faq .acd_btn {
  cursor: pointer;
}
.sec-faq .acd_cnts {
  display: none;
}
.sec-faq .sec-bg {
  top: 0;
}