@-webkit-keyframes opening_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opening_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opening_logo {
  0% {
    width: 300px;
  }
  100% {
    width: 140%;
  }
}

@keyframes opening_logo {
  0% {
    width: 300px;
  }
  100% {
    width: 140%;
  }
}

@-webkit-keyframes scroll_anime {
  0% {
    bottom: 20px
  }
  18% {
    bottom: 26px
  }
  36% {
    bottom: 20px
  }
  100% {
    bottom: 20px;
  }
}

@keyframes scroll_anime {
  0% {
    bottom: 20px
  }
  18% {
    bottom: 26px
  }
  36% {
    bottom: 20px
  }
  100% {
    bottom: 20px;
  }
}

.bg_grade {
  display: inline;
  background: linear-gradient(90deg, #DA4659, #F0BD4B);
  color: #FFF;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 1.4;
  border-radius: 4px;
}

.txt_grade {
  display: inline;
  background: linear-gradient(90deg, #EF9152, #F25053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.visual_wrapper {
  position: relative;
  z-index: 99;
}

.topvisual {
  position: relative;
  width: 100%;
  padding: 0 3.5%;
  margin-bottom: 7vw;
}

.topvisual::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 24vw;
  height: 38vw;
  right: 0;
  bottom: -8.5vw;
  opacity: .25;
  background: linear-gradient(45deg, #F0BD4B, #DA4659);
  border-radius: 1vw 0 0 1vw;
}

.topvisual .visual_box {
  position: relative;
}

.topvisual .ph_box {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
}

.topvisual .ph_box .ph:nth-child(1) {
  border-radius: 4vw 0 4vw 4vw;
  overflow: hidden;
  margin-top: 7vw;
}

.topvisual .ph_box .ph:nth-child(2) {
  border-radius: 4vw 4vw 4vw 0;
  overflow: hidden;
}

.topvisual .ribbon-line-wrap {
  position: absolute;
  left: 14.5%;
  bottom: 16vw;
  width: 73.5%;
  pointer-events: none;
  z-index: 99;
}

.ribbon-line {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.ribbon-line-path {
  opacity: 0;
}

.topvisual .main_catch {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1vw;
  padding-left: 3.5%;
  z-index: 99;
}

.topvisual .main_catch .sub_catch {
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 1.0;
  padding: 7px 12px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: .5vw;
  transition: 1s;
}

.topvisual .main_catch h2 {
  font-size: 3.3vw;
  font-weight: 700;
  line-height: .8;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
  transition: 1s;
}

.topvisual.on .main_catch h2 {
  opacity: 1;
}

.topvisual .main_catch h2 mark {
  font-weight: 700;
  color: inherit;
  background: #FFF;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 4px;
  padding: 0px 0 1px 12px;
  line-height: 1.6;
}

.topvisual .main_catch h2 small {
  font-size: 2.78vw;
}

.topvisual .main_catch h2 em {
  color: #DA4659;
}

.topvisual .main_catch h2 .bg {
  background: #FFF;
  line-height: 1.0;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px 8px 0 0;
}

.topvisual .info_block {
  position: absolute;
  right: 3.5vw;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  column-gap: 2vw;
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: 1s;
  transition-delay: .3s;
}

.topvisual.on .info_block {
  opacity: 1;
}

.topvisual .info_block .icon_box {
  display: flex;
  column-gap: .8vw;
}

.topvisual .info_block .icon_box img {
  width: 8.5vw;
}

.topvisual .info_block .cv_box {
  width: calc(50% - 16vw);
}

.topvisual .cv_box .btn_cv a {
  font-size: 1.5vw;
  line-height: 5.6vw;
}

.topvisual .cv_box .btn_cv a::after {
  right: 2.78vw;
  width: 1.4vw;
  height: 1.4vw;
}

.topvisual .cv_box .btn_login {
  margin-top: .5vw;
}

.topvisual .cv_box .btn_login a {
  font-size: 1.25vw;
  background-size: 1.4vw auto;
  padding-right: 2vw;
}

.topvisual .info_block .cv_box .notice {
  font-size: .8vw;
  opacity: .6;
  margin-top: .5vw;
  line-height: 1.4;
}


@media screen and (max-width: 760px) {

.topvisual {
  padding: 0 5% 8%;
  margin-bottom: 12vw;
}

.topvisual::after {
  width: 60vw;
  height: 100vw;
  bottom: 0;
  border-radius: 4vw 0 0 4vw;
}

.topvisual::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 45vw;
  height: 54vw;
  left: 0;
  top: 20vw;
  opacity: .25;
  background: linear-gradient(45deg, #F0BD4B, #DA4659);
  border-radius: 0 4vw 4vw 0;
}

.topvisual .ph_box {
  flex-direction: column-reverse;
}

.topvisual .ph_box .ph:nth-child(1) {
  border-radius: 0 4vw 4vw 4vw;
  margin-top: 0;
  margin-left: 12%;
  width: 88%;
}

.topvisual .ph_box .ph:nth-child(2) {
  border-radius: 4vw 4vw 0 4vw;
  width: 88%;
}

.topvisual .ribbon-line-wrap {
  left: 8%;
  bottom: auto;
  top: 27vw;
  width: 76%;
}

.topvisual .main_catch {
  position: relative;
  padding-top: 5vw;
  padding-left: 0;
  margin-bottom: 5%;
}

.topvisual .main_catch .sub_catch {
  font-size: 4.5vw;
  padding: 7px 8px 9px;
  border-radius: 4px;
  margin-bottom: .8vw;
}

.topvisual .main_catch h2 {
  font-size: 7vw;
  margin-bottom: 0;
}

.topvisual .main_catch h2 mark {
  padding: 0px 0 1px 12px;
}

.topvisual .main_catch h2 small {
  font-size: 6.5vw;
}

.topvisual .info_block {
  position: initial;
  display: block;
  width: 100%;
  margin: 0;
}

.topvisual .info_block .icon_box {
  column-gap: .8vw;
  position: absolute;
  top: 3vw;
  right: -1vw;
}

.topvisual .info_block .icon_box img {
  width: 20vw;
}

.topvisual .info_block .cv_box {
  width: 100%;
}

.topvisual .cv_box .btn_cv a {
  font-size: 5vw;
  line-height: 15vw;
}

.topvisual .cv_box .btn_cv a::after {
  right: 9vw;
  width: 4vw;
  height: 4vw;
}

.topvisual .cv_box .btn_login {
  margin-top: 2.5vw;
}

.topvisual .cv_box .btn_login a {
  font-size: 3.4vw;
  background-size: 4vw auto;
  padding-right: 6vw;
}

.topvisual .info_block .cv_box .notice {
  font-size: 2.5vw;
  margin-top: 2.5vw;
}

}

/* section_concept */
.section_concept {
  padding: 8vw 0 2vw;
  position: relative;
  z-index: 99;
}

.section_concept .js-draw-line {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  top: -4vw;
  left: 0;
  transform: translateY(-50%);
}

.section_concept::before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 38vw;
  height: 59vw;
  left: 0;
  top: 0;
  opacity: .25;
  background: linear-gradient(45deg, #F0BD4B, #DA4659);
  border-radius: 0 1vw 1vw 0;
}

.section_concept .inner {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.section_concept .content_block {
  flex-basis: 50%;
}

.section_concept .title_box .stit em {
  font-size: 4.6rem;
}

.section_concept .content_block .txt_box {
  margin-top: 35px;
  font-weight: 500;
  line-height: 1.8;
}

.section_concept .content_block mark {
  background: #FFF;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 700;
}

.section_concept .ph_box {
  flex-basis: 50%;
  position: relative;
  z-index: 99;
}

.section_concept .ph_box .ph {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.10);
}

.section_concept .ph_box .ph:nth-child(1) {
  margin-left: 3.5vw;
  width: 75%;
}

.section_concept .ph_box .ph:nth-child(2) {
  margin-top: 2.8vw;
  width: 70%;
  transform: translateX(-3.5vw);
}

@media screen and (max-width: 760px) {
.section_concept {
  padding: 8vw 0 2vw;
  margin-bottom: 5%;
}

.section_concept .js-draw-line {
  top: -4vw;
  transform: translateY(-50%);
}

.section_concept::before {
  width: 84vw;
  height: 66vw;
  top: auto;
  bottom: 10vw;
  border-radius: 0 10px 10px 0;
}

.section_concept .inner {
  display: block;
}

.section_concept .title_box .stit em {
  font-size: 3.6rem;
}

.section_concept .content_block .txt_box {
  margin-top: 6%;
}

.section_concept .ph_box {
  margin-top: 6%;
}

.section_concept .ph_box .ph {
  border-radius: 10px;
}

.section_concept .ph_box .ph:nth-child(1) {
  margin-left: -2vw;
  width: 69%;
}

.section_concept .ph_box .ph:nth-child(2) {
  margin-top: -18%;
  margin-left: 41%;
  width: 59%;
  transform: translateX(2vw);
}
}


/* section_aikata */
.section_aikata {
  background: url(../images/top/bg_aikata.svg) top center no-repeat;
  background-size: 100% 100%;
  padding: 14vw 0;
  position: relative;
  z-index: 9;
}

.section_aikata .js-draw-line {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  top: -2vw;
  left: 0;
  transform: translateY(-50%);
}

.section_aikata .title_box {
  text-align: center;
  margin-bottom: 40px;
}

.section_aikata .content_box {
  background: #FFF;
  border-radius: 2vw;
  position: relative;
  padding: 60px 5% 70px 10%;
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.10);
}

.section_aikata .content_box:not(:last-child) {
  margin-bottom: 40px;
}

.section_aikata .content_box .icon_ribon {
  position: absolute;
  top: -5px;
  left: 20px;
}

.section_aikata .content_box .head_block {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section_aikata .content_box .head_block .txt_box {
  flex-basis: 55%;
}

.section_aikata .content_box .head_block .sub_tit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_aikata .content_box .head_block .title {
  margin: 20px 0;
}

.section_aikata .content_box .head_block .title span {
  font-size: 4rem;
  line-height: 1.0;
  padding: 0px 12px 2px;
}

.section_aikata .content_box .head_block .txt {
  line-height: 1.8;
}

.section_aikata .content_box .head_block .illust {
  flex-basis: 45%;
}

.section_aikata .mock_slide {
  margin-right: 5%;
}

.section_aikata .mock_slide .slider li {
  width: 235px;
  padding: 15px;
}

.section_aikata .mock_slide .slider li img {
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.25);
  border-radius: 16px;
}

.section_aikata .mock_slide .slick-prev {
  display: none!important;
}


@media screen and (max-width: 760px) {
.js-line-path {
  stroke-width: 5px;
}

.section_aikata {
  background: url(../images/top/bg_aikata.svg) top center no-repeat,url(../images/top/bg_aikata.svg) bottom center no-repeat;
  background-size: 100% auto;
  padding: 20vw 0;
  margin-top: -2%;
}

.section_aikata .js-draw-line {
  top: 3vw;
  transform: translateY(-50%);
}

.section_aikata .inner {
  padding: 0 3%;
}

.section_aikata .title_box {
  margin-bottom: 8%;
}

.section_aikata .content_box {
  border-radius: 2vw;
  padding: 6% 3% 5%;
}

.section_aikata .content_box:not(:last-child) {
  margin-bottom: 5%;
}

.section_aikata .content_box .icon_ribon {
  top: -3px;
  left: 3%;
  width: 25px;
}

.section_aikata .content_box .head_block {
  flex-wrap: wrap;
  row-gap: 1vw;
  margin-bottom: -2%;
}

.section_aikata .content_box .head_block .txt_box {
  flex-basis: 100%;
  padding-left: 12%;
  padding-right: 3%;
}

.section_aikata .content_box .head_block .sub_tit {
  font-size: 1.8rem;
}

.section_aikata .content_box .head_block .title {
  margin: 5% 0 6%;
}

.section_aikata .content_box .head_block .title span {
  font-size: 2.8rem;
  padding: 0px 12px 2px;
}

.section_aikata .content_box .head_block .illust {
  flex-basis: 100%;
}

.section_aikata .mock_slide {
  margin-right: 5%;
}

.section_aikata .mock_slide .slider li {
  width: 235px;
  padding: 15px;
}

.section_aikata .mock_slide .slider li img {
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.25);
  border-radius: 16px;
}

.section_aikata .mock_slide .slick-prev {
  display: none!important;
}

}


/* section_point */
.section_point {
  padding-top: 30px;
  position: relative;
  z-index: 99;
}

.section_point .js-draw-line {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 3vw;
  left: 0;
  transform: translateY(-100%);
}

.section_point .title_box {
  text-align: center;
  margin-bottom: 35px;
}

.section_point .title_box .stit {
  line-height: 1.4;
}

.section_point .content_block {
  display: flex;
  column-gap: 2.5%;
}

.section_point .point_box {
  flex-basis: 31.5%;
  background: #FFF;
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.10);
  border-radius: 15px;
  padding: 40px;
  position: relative;
  line-height: 1.7;
}

.section_point .point_box .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(135deg, #FF9468, #F45243);
}

.section_point .point_box .pin {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translate(-45%,-35%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #FFF;
  background: linear-gradient(135deg, #FF9468, #F45243);
}

.section_point .point_box .pin::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  bottom: -1px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  background: #5B554F;
  width: 6px;
  height: 2px;

}

.section_point .point_box .tit {
  color: #F17052;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.section_point .point_box .illust {
  width: 100%;
  aspect-ratio: 300 / 215;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

@media screen and (max-width: 760px) {
.section_point {
  padding-top: 12vw;
}

.section_point .js-draw-line {
  top: 9vw;
  transform: translateY(-100%);
}

.section_point .title_box {
  margin-bottom: 10%;
}

.section_point .content_block {
  flex-wrap: wrap;
  row-gap: 4.5vw;
}

.section_point .point_box {
  flex-basis: 100%;
  border-radius: 2vw;
  padding: 10% 6% 6%;
}

.section_point .point_box .num {
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  line-height: 40px;
}

.section_point .point_box .tit {
  font-size: 2.4rem;
}

.section_point .point_box .illust {
  width: 90%;
  margin: 4% 5%;
  transform: scale(.9);
}

}



/* section_voice */
.section_voice {
  position: relative;
  z-index: 999;
  padding-bottom: 12vw;
}

.section_voice .content_block {
  display: flex;
  column-gap: 3%;
}

.section_voice .voice_box {
  flex-basis: 48.5%;
  background: #FFF;
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.10);
  border-radius: 15px;
  padding: 25px;
  position: relative;
  line-height: 1.7;
}

.section_voice .voice_box .head_block {
  display: flex;
  align-items: center;
  column-gap: 5%;
}

.section_voice .voice_box .head_block .ph {
  flex-basis: 50%;
  border-radius: 8px;
  overflow: hidden;
}

.section_voice .voice_box .head_block .txt_box {
  flex-basis: 45%;
}

.section_voice .voice_box .head_block .catch {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
}

.section_voice .voice_box .head_block .name {
  opacity: .5;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 12px;
}

.section_voice .voice_box .txt {
  padding: 20px 15px 15px;
  line-height: 1.8;
  font-size: 1.6rem;
}

.section_voice .voice_box .tag {
  padding: 0 15px 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
}

.section_voice .voice_box .tag li {
  color: #F17052;
  font-size: 1.6rem;
  font-weight: 700;
}

.section_voice .voice_box .tag li::before {
  content: "#";
}

.section_voice .notice {
  font-size: 1.2rem;
  opacity: .6;
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
.section_voice {
  padding-bottom: 12vw;
}

.section_voice .title_box .stit {
  line-height: 1.4;
}

.section_voice .content_block {
  flex-wrap: wrap;
  row-gap: 6vw;
}

.section_voice .voice_box {
  flex-basis: 100%;
  border-radius: 2vw;
  padding: 6%;
}

.section_voice .voice_box .head_block {
  display: flex;
  align-items: center;
  column-gap: 4%;
}

.section_voice .voice_box .head_block .ph {
  flex-basis: 46%;
  border-radius: 1vw;
}

.section_voice .voice_box .head_block .txt_box {
  flex-basis: 50%;
}

.section_voice .voice_box .head_block .catch {
  font-size: 1.8rem;
}

.section_voice .voice_box .head_block .name {
  font-size: 1.3rem;
  margin-top: 4%;
}

.section_voice .voice_box .txt {
  padding: 4% 0%;
  font-size: 1.4rem;
}

.section_voice .voice_box .tag {
  padding: 0;
  column-gap: 3vw;
}

.section_voice .voice_box .tag li {
  font-size: 1.4rem;
}

.section_voice .notice {
  margin-top: 4%;
  line-height: 1.4;
}

}



/* section_safety */
.section_safety {
  position: relative;
  z-index: 99;
}

.section_safety .js-draw-line {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-82%);
}

.section_safety .inner {
  position: relative;
  z-index: 99;
}

.section_safety .safety_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1.5vw;
}

.section_safety .safety_box {
  flex-basis: 32%;
  background: #FFF;
  border: 1px solid rgba(91,85,79,.15);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

.section_safety .safety_box .icon {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(135deg, #F0BD4B, #F17052);
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_safety .safety_box .catch {
  width: calc(100% - 80px);
  padding-left: 5%;
  line-height: 1.6;
  font-weight: 500;
}

.section_safety .safety_box .catch em {
  color: #F17052;
  font-weight: 700;
}

.section_safety .doctor_block {
  margin-top: 80px;
  border-radius: 16px;
}

.section_safety .doctor_block {
  margin-top: 80px;
  border-radius: 16px;
  background: #FFF url(../images/cmn/bg_note.png) repeat;
  background-size: 16px auto;
  border: 1px solid #F17052;
  padding: 45px 60px 60px;
  display: flex;
  column-gap: 4%;
  position: relative;
}

.section_safety .doctor_block .tit_ribon {
  position: absolute;
  top: 20px;
  left: -4px;
  width: 373px;
  height: 50px;
  display: inline-block;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  background: url(../images/top/bg_catch_ribon.svg) center left no-repeat;
  background-size: auto 50px;
  line-height: 1.0;
  padding: 12px 25px;
}

.section_safety .doctor_block .txt_box {
  padding-top: 50px;
  flex-basis: 72%;
  font-size: 1.6rem;
}

.section_safety .doctor_block .txt_box .catch {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}

.section_safety .doctor_block .txt_box em {
  font-weight: 700;
}

.section_safety .doctor_block .profile_box {
  flex-basis: 24%;
}

.section_safety .doctor_block .profile_box .name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.2;
  text-align: center;
}

.section_safety .doctor_block .profile_box .name em {
  font-size: 2.2rem;
}

@media screen and (max-width: 760px) {
.section_safety .js-draw-line {
  transform: translateY(-60%);
}

.section_safety .safety_list {
  row-gap: 1.5vw;
}

.section_safety .safety_box {
  flex-basis: 100%;
  border-radius: 1.5vw;
  padding: 2vw;
}

.section_safety .safety_box .icon {
  width: 60px;
  height: 60px;
  border-radius: 1vw;
}

.section_safety .safety_box .icon img {
  transform: scale(.8);
}

.section_safety .safety_box .catch {
  width: calc(100% - 60px);
  padding-left: 4%;
}

.section_safety .doctor_block {
  margin-top: 12%;
  border-radius: 2vw;
  padding: 6% 7% 9%;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 4vw;
}

.section_safety .doctor_block .tit_ribon {
  top: 4vw;
  left: -4px;
  width: 285px;
  height: 38px;
  font-size: 1.8rem;
  background-size: auto 37px;
  padding: 9px 16px;
}

.section_safety .doctor_block .txt_box {
  padding-top: 10vw;
  flex-basis: 100%;
  font-size: 1.5rem;
}

.section_safety .doctor_block .txt_box .catch {
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.section_safety .doctor_block .profile_box {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  column-gap: 8%;
  margin-bottom: 3%;
}

.section_safety .doctor_block .profile_box .ph {
  flex-basis: 45%;
}

.section_safety .doctor_block .profile_box .name {
  font-size: 1.4rem;
  margin-top: 0;
  flex-basis: 47%;
  line-height: 1.6;
  text-align: left;
}

.section_safety .doctor_block .profile_box .name em {
  font-size: 2.2rem;
}

}


/* section_faq */
.section_sub_contents {
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 20px 0px rgb(177 169 147 / 0.10);
  margin: 0 4%;
  padding: 7vw 0;
  position: relative;
  z-index: 99;
}

.section_faq {
  position: relative;
  z-index: 9;
}

.section_faq .faq_box dt {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding: 9px 50px 11px 65px;
  margin-bottom: 10px;
  border: 1px solid rgba(91,85,79,.15);
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
}

.section_faq .faq_box dt:hover {
  background: rgba(241,112,82,.05);
}

.section_faq .faq_box dt .plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 14px;
  height: 14px;
}

.section_faq .faq_box dt .plus::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5B554F;
}

.section_faq .faq_box dt .plus::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #5B554F;
  transition: .3s;
}

.section_faq .faq_box dt.on .plus::after {
  transform: rotate(90deg);
}

.section_faq .faq_box dd {
  position: relative;
  padding-top: 2px;
  padding-left: 65px;
  display: none;
}

.section_faq .faq_box dd:not(:last-child) {
  margin-bottom: 40px;
}

.section_faq .faq_box dt::before {
  content: "Q";
  position: absolute;
  top: 11px;
  left: 15px;
  width: 36px;
  height: 36px;
  background: rgba(241,112,82,.2);
  color: #F17052;
  font-size: 1.6rem;
  line-height: 33px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}

.section_faq .faq_box dd::before {
  content: "A";
  position: absolute;
  top: 5px;
  left: 15px;
  width: 36px;
  height: 36px;
  background: rgba(241,112,82,1);
  color: #FFF;
  font-size: 1.6rem;
  line-height: 33px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
}

@media screen and (max-width: 760px) {
.section_sub_contents {
  border-radius: 3vw;
  margin: -4% 3% 8%;
  padding: 8% 0;
}

.section_faq {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section_faq::before {
  top: -22vw;
}

.section_faq::after {
  height: 85%;
}

.section_faq .faq_box dt {
  font-size: 1.3rem;
  padding: 6px 30px 8px 42px;
  margin-bottom: 6px;
  line-height: 1.6;
}

.section_faq .faq_box dt .plus {
  right: 15px;
  width: 12px;
  height: 12px;
}

.section_faq .faq_box dt .plus::before {
  top: 5px;
}

.section_faq .faq_box dt .plus::after {
  left: 5px;
}

.section_faq .faq_box dd {
  padding-top: 5px;
  padding-left: 42px;
  line-height: 1.6;
}

.section_faq .faq_box dd:not(:last-child) {
  margin-bottom: 6%;
}

.section_faq .faq_box dt::before {
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 26px;
  height: 26px;
  font-size: 1.5rem;
  line-height: 23px;
}

.section_faq .faq_box dd::before {
  top: 5px;
  left: 8px;
  width: 26px;
  height: 26px;
  font-size: 1.5rem;
  line-height: 23px;
}

}

/* section_news */
.section_news {
  position: relative;
  margin-bottom: 6vw;
}

.section_news .news_list {
  border-top: 1px solid rgba(0,0,0,.1);
}

.section_news .news_list > li {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.section_news .news_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 30px;
  padding: 20px 80px 20px 30px;
  position: relative;
}

.section_news .news_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 16px;
  height: 16px;
  background: url(../images/cmn/arrow.svg) center center no-repeat;
  background-size: 100% auto;
  transition: .3s;
}

.section_news .news_list li a:hover::after {
  right: 30px;
}

.section_news .news_list li a:hover {
  background-color: rgba(241,112,82,.05);
  opacity: 1;
}

.section_news .news_list .date {
  font-size: 1.3rem;
  color: #939393;
}

.section_news .news_list .title {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scroller {
  height: 250px;
  overflow-y: scroll;
}

.scroller::-webkit-scrollbar {
  width: 13px;
  background-color: #ECECEC;
  border-radius: 7px;
}

.scroller::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  width: 13px;
  border-radius: 7px;
}

.section_news.publication .content_block {
  padding-right: 20px;
}

.section_news.publication .news_list .title {
  width: calc(100% - 120px);
}


@media screen and (max-width: 760px) {
  .section_news {
    margin-bottom: 8%;
    padding: 0;
  }

  .section_news .inner {
    padding: 0 7%;
    border-radius: 14px;
  }

  .section_news .news_list li a {
    justify-content: start;
    flex-wrap: wrap;
    padding: 5% 30px 5% 10px;
    column-gap: 0;
  }

  .section_news .news_list .date {
    font-size: 1.1rem;
    padding-right: 4%;
  }

  .section_news .news_list .category_news li {
    width: auto;
    min-width: 80px;
    font-size: 1.2rem;
    line-height: 20px;
    padding: 0 12px;
  }

  .section_news .news_list .title {
    line-height: 1.4;
    margin-top: 3%;
    font-size: 1.4rem;
  }

  .section_news .news_list li a::after {
    right: 8px;
  }

  .scroller {
    height: 280px;
  }

  .scroller::-webkit-scrollbar {
    width: 8px;
  }

  .scroller::-webkit-scrollbar-thumb {
    width: 8px;
  }

}



