@charset "UTF-8";
@media (min-width: 851px) {
  .sp {
    display: none;
  }
}

@media (max-width: 850px) {
  .pc {
    display: none;
  }
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

.d-none {
  display: none !important;
}

.full-image {
  width: 100%;
}

.mv_a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mv_a--data {
  background-image: url("../../images/ads/mv_data_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--data {
    background-image: url("../../images/ads/mv_data.jpg");
  }
}

.mv_a--multi-ch {
  background-image: url("../../images/ads/multi_ch/mv_multi_ch_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--multi-ch {
    background-image: url("../../images/ads/multi_ch/mv_multi_ch.jpg");
  }
}

.mv_a--targeting01 {
  background-image: url("../../images/ads/multi_ch/mv_targeting01_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--targeting01 {
    background-image: url("../../images/ads/multi_ch/mv_targeting01.jpg");
  }
}

.mv_a--targeting02 {
  background-image: url("../../images/ads/multi_ch/mv_targeting02_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--targeting02 {
    background-image: url("../../images/ads/multi_ch/mv_targeting02.jpg");
  }
}

.mv_a--survey {
  background-image: url("../../images/ads/survey/mv_survey_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--survey {
    background-image: url("../../images/ads/survey/mv_survey.jpg");
  }
}

.mv_a--about {
  background-image: url("../../images/ads/multi_ch/mv_about_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--about {
    background-image: url("../../images/ads/multi_ch/mv_about.jpg");
  }
}

.mv_a--nwsre {
  background-image: url("../../images/ads/nwsre/mv_nwsre_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--nwsre {
    background-image: url("../../images/ads/nwsre/mv_nwsre.jpg");
  }
}

.mv_a--media {
  background-image: url("../../images/ads/media/mv_media_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--media {
    background-image: url("../../images/ads/media/mv_media.jpg");
  }
}

.mv_a--cmdeco {
  background-image: url("../../images/ads/cmdeco/mv_cmdeco_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--cmdeco {
    background-image: url("../../images/ads/cmdeco/mv_cmdeco.jpg");
  }
}

.mv_a--mdb {
  background-image: url("../../images/ads/mdb/mv_mdb_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--mdb {
    background-image: url("../../images/ads/mdb/mv_mdb.jpg");
  }
}

.mv_a--contact {
  background-image: url("../../images/ads/contact/mv_contact_sp.jpg");
}

@media (min-width: 851px) {
  .mv_a--contact {
    background-image: url("../../images/ads/contact/mv_contact.jpg");
  }
}

.hline02 {
  background: rgb(35, 143, 51);
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 143, 51)), color-stop(60%, rgb(163, 211, 69)));
  background: linear-gradient(90deg, rgb(35, 143, 51) 0%, rgb(163, 211, 69) 60%);
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 19px 5px 19px 26px;
  line-height: 1.5625;
}

@media (min-width: 851px) {
  .hline02 {
    font-size: 18px;
    padding: 25px;
  }
}

.hline02 small {
  font-size: 20px;
}

@media (min-width: 851px) {
  .hline02 small {
    font-size: 16px;
  }
}

.ads-letter {
  background: rgb(22, 79, 52);
  background: -webkit-gradient(linear, left top, right top, from(rgb(22, 79, 52)), color-stop(70%, rgb(22, 124, 52)));
  background: linear-gradient(90deg, rgb(22, 79, 52) 0%, rgb(22, 124, 52) 70%);
  padding: 55px 40px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 851px) {
  .ads-letter {
    padding: 50px 0;
  }
}

.ads-letter__btn {
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 30px;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100px;
  margin: 0 auto 50px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 851px) {
  .ads-letter__btn {
    font-size: 20px;
    max-width: 545px;
    height: 54px;
    margin-bottom: 25px;
  }
}

.ads-letter__btn::before {
  content: "";
  background: url("../../../images/ads/icon_letter.png") no-repeat center/cover;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 27px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}

@media (min-width: 992px) {
  .ads-letter__btn::before {
    width: 26px;
    height: 20px;
  }
}

.ads-letter__txt {
  color: #FFF;
  font-size: 28px;
  line-height: 1.875;
  text-align: center;
}

@media (min-width: 851px) {
  .ads-letter__txt {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.ads-direc {
  background-color: #efefef;
  padding: 25px 0;
}

.ads-direc__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -50px;
}

.ads-direc__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 50px;
  position: relative;
}

.ads-direc__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.ads-direc__item:not(:last-child)::after {
  content: "";
  background-color: #168034;
  width: 1px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}

.ads-direc__item:nth-child(2)::after {
  right: 0;
}

.ads-direc__item a {
  color: #505050;
  display: block;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  position: relative;
}

.ads-direc__item a::before {
  content: "";
  background-color: #168034;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.ads-direc__item a:hover {
  text-decoration: underline;
}

.ads-fixed {
  position: fixed;
  top: 50vh;
  right: 0;
}

@media (max-width: 850px) {
  .ads-fixed {
    display: none;
  }
}

.ads-fixed a:hover img {
  opacity: 1;
}

.colorbox-custom#cboxOverlay {
  background-color: rgba(0, 75, 69, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.colorbox-custom#colorbox {
  position: relative;
  z-index: 10002;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  height: 100vh !important;
  overflow: hidden;
}

.colorbox-custom #cboxWrapper {
  position: relative;
  z-index: 10002;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  height: 100vh !important;
  overflow-y: auto;
}

.colorbox-custom #cboxContent,
.colorbox-custom #cboxLoadedContent {
  width: 100% !important;
  height: 100% !important;
}

.colorbox-custom #cboxPrevious,
.colorbox-custom #cboxNext {
  display: none !important;
}

.c-modal {
  display: none;
}

.c-modal__wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 70px 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 850px) {
  .c-modal {
    padding: 100px 36px 150px;
  }
}

.c-modal__close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 58px;
}

@media (max-width: 850px) {
  .c-modal__close {
    right: 36px;
    top: 30px;
  }
}

.c-modal__close::after {
  content: "";
  background: url("../../images/ads/icon_close03.png") no-repeat center/contain;
  height: 30px;
  width: 30px;
  display: block;
}

@media (max-width: 850px) {
  .c-modal__close::after {
    height: 37px;
    width: 37px;
  }
}

.c-modal__footer {
  margin-top: 50px;
  text-align: center;
}

.c-modal__footer-close {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 850px) {
  .c-modal__footer-close {
    font-size: 27px;
  }
}

.c-modal__footer-close::after {
  content: "";
  background: url("../../images/ads/icon_close03.png") no-repeat center/contain;
  height: 15px;
  width: 15px;
  margin-left: 17px;
}

@media (max-width: 850px) {
  .c-modal__footer-close::after {
    height: 28px;
    width: 28px;
    margin-left: 20px;
  }
}

.c-modal__ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-bottom: 46px;
  text-align: center;
}

@media (max-width: 850px) {
  .c-modal__ttl {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 58px;
  }
}

.c-modal__content {
  background-color: #fff;
  border-radius: 15px;
  padding: 19px 40px 90px;
}

@media (min-width: 851px) {
  .c-modal__content {
    padding: 36px 52px;
  }
}

.c-hover {
  position: relative;
  display: block;
}

.c-hover::before {
  content: "";
  pointer-events: none;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-hover:hover::before {
  opacity: 0.3;
  visibility: visible;
}

.hline03 {
  background-color: #e8e8df;
  border-left: 11px solid #168034;
  color: #168034;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 26px;
  padding: 20px 27px;
  text-align: left;
}

@media (min-width: 851px) {
  .hline03 {
    font-size: 22px;
    line-height: 1.625;
    margin-bottom: 26px;
    padding: 15px 25px;
  }
}

.ads-slider {
  padding-top: 15px;
  position: relative;
}

@media (min-width: 851px) {
  .ads-slider {
    padding-top: 12px;
  }
}

.ads-slider ul li img {
  width: 100%;
  height: 100%;
}

.ads-slider .controls .bxNext,
.ads-slider .controls .bxPrev {
  border-radius: 100%;
  background-color: #9b9b9b;
  background-image: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: visible;
  position: relative;
  z-index: 99;
  position: absolute;
  top: 50%;
}

@media (min-width: 851px) {

  .ads-slider .controls .bxNext,
  .ads-slider .controls .bxPrev {
    width: 55px;
    height: 55px;
    margin-top: -2rem;
  }
}

.ads-slider .controls .bxNext::after,
.ads-slider .controls .bxPrev::after {
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 20px;
}

@media (min-width: 851px) {

  .ads-slider .controls .bxNext::after,
  .ads-slider .controls .bxPrev::after {
    width: 10px;
    height: 18px;
  }
}

.ads-slider .controls .bxNext.c-hover,
.ads-slider .controls .bxPrev.c-hover {
  overflow: hidden;
}

.ads-slider .controls .bxNext.c-hover::before,
.ads-slider .controls .bxPrev.c-hover::before {
  border-radius: 100%;
}

.ads-slider .controls .bxNext {
  right: 33px;
}

.ads-slider .controls .bxNext::after {
  background-image: url(../../images/ads/modal_next.png);
}

.ads-slider .controls .bxPrev {
  left: 33px;
}

.ads-slider .controls .bxPrev::after {
  background-image: url(../../images/ads/modal_prev.png);
}

.ads-slider .bx-wrapper .bx-next,
.ads-slider .bx-wrapper .bx-prev {
  border-radius: 100%;
  background-color: #9b9b9b;
  background-image: none;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

@media (min-width: 851px) {

  .ads-slider .bx-wrapper .bx-next,
  .ads-slider .bx-wrapper .bx-prev {
    width: 55px;
    height: 55px;
  }
}

.ads-slider .bx-wrapper .bx-next::after,
.ads-slider .bx-wrapper .bx-prev::after {
  background-size: cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 20px;
}

@media (min-width: 851px) {

  .ads-slider .bx-wrapper .bx-next::after,
  .ads-slider .bx-wrapper .bx-prev::after {
    width: 10px;
    height: 18px;
  }
}

.ads-slider .bx-wrapper .bx-next {
  right: 33px;
}

.ads-slider .bx-wrapper .bx-next::after {
  background-image: url(../../images/ads/modal_next.png);
}

.ads-slider .bx-wrapper .bx-prev {
  left: 33px;
}

.ads-slider .bx-wrapper .bx-prev::after {
  background-image: url(../../images/ads/modal_prev.png);
}

.ads-bnr {
  background-color: #505050;
  padding: 50px 0;
}

.ads-bnr__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.ads-bnr__item {
  background-color: #FFF;
  text-decoration: none;
}

.ads-bnr__item:hover img {
  opacity: 1;
}

.ads-bnr__txt {
  color: #505050;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.333;
  padding: 29px 10px;
}

.ads-bnr__txt span {
  font-size: 22px;
}

@media (max-width: 850px) {
  .ads-bnr__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ads-menu {
  margin-top: 90px;
}

.ads-menu__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 18px;
}

.ads-menu__item {
  background-color: #FFF;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 50px 0 48px 50px;
  overflow: hidden;
}

.ads-menu__item a {
  text-decoration: none;
}

.ads-menu__item a:hover img {
  opacity: 1;
}

.ads-menu__item::before {
  content: "";
  background: rgb(50, 166, 50);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(50, 166, 50)), color-stop(55%, rgb(150, 204, 65)));
  background: linear-gradient(0deg, rgb(50, 166, 50) 0%, rgb(150, 204, 65) 55%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 100%;
}

.ads-menu__item:nth-child(1) .ads-menu__media img {
  max-width: 72px;
}

@media (min-width: 851px) {
  .ads-menu__item:nth-child(1) .ads-menu__media img {
    max-width: 34px;
  }
}

.ads-menu__item:nth-child(2) .ads-menu__media img {
  max-width: 29px;
}

@media (min-width: 851px) {
  .ads-menu__item:nth-child(2) .ads-menu__media img {
    max-width: 14px;
  }
}

.ads-menu__item:nth-child(3) .ads-menu__media img {
  max-width: 72px;
}

@media (min-width: 851px) {
  .ads-menu__item:nth-child(3) .ads-menu__media img {
    max-width: 36px;
  }
}

.ads-menu__item:nth-child(4) .ads-menu__media img {
  max-width: 78px;
}

@media (min-width: 851px) {
  .ads-menu__item:nth-child(4) .ads-menu__media img {
    max-width: 36px;
  }
}

.ads-menu__item:nth-child(5) .ads-menu__media img {
  max-width: 58px;
}

@media (min-width: 851px) {
  .ads-menu__item:nth-child(5) .ads-menu__media img {
    max-width: 42px;
  }
}

.ads-menu__ttl {
  color: #168034;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.46;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.ads-menu__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 850px) {
  .ads-menu__media {
    width: 78px;
  }
}

@media (min-width: 851px) {
  .ads-menu__media {
    margin: 0 auto;
  }
}

.ads-menu__btn {
  border: 2px solid #168034;
  color: #168034;
  font-size: 28px;
  letter-spacing: 0.05em;
  display: block;
  padding: 0 34px;
  height: 88px;
  margin: 22px 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 851px) {
  .ads-menu__btn {
    border-right: none;
    font-size: 16px;
    border-width: 1px;
    padding: 0 14px;
    max-width: 264px;
    height: 36px;
    margin-top: 19px;
  }

  .ads-menu__btn:hover {
    background-color: rgba(85, 85, 85, 0.15);
  }
}

.ads-menu__btn::after {
  content: "";
  background: url("../../images/ads/icn_arrow.png") no-repeat center/contain;
  width: 13px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 37px;
}

@media (min-width: 851px) {
  .ads-menu__btn::after {
    width: 8px;
    height: 14px;
    right: 16px;
  }
}

.ads-cate {
  margin-top: 50px;
}

.ads-cate__lst {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 851px) {
  .ads-cate__lst {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px 19px;
  }
}

.ads-cate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 65px 0;
}

@media (max-width: 850px) {
  .ads-cate__item {
    min-height: 146px;
  }
}

@media (min-width: 851px) {
  .ads-cate__item {
    height: 223px;
    padding: 0 0;
  }
}

.ads-cate__item:not(.ads-cate__item--txt) {
  cursor: pointer;
  background: url("../../images/ads/bg_cate_sp.jpg") no-repeat center/100% 100%;
  position: relative;
}

@media (min-width: 851px) {
  .ads-cate__item:not(.ads-cate__item--txt) {
    background-image: url("../../images/ads/bg_cate.jpg");
  }
}

.ads-cate__item:not(.ads-cate__item--txt)::after {
  content: "";
  background: url("../../images/ads/icon_arrow_circle.png") no-repeat center/cover;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (min-width: 851px) {
  .ads-cate__item:not(.ads-cate__item--txt)::after {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 13px;
    bottom: 14px;
  }
}

.ads-cate__item--txt {
  background: url("../../images/ads/bg_menu_txt.png") no-repeat right center/100% 100%;
}

.ads-cate__item--txt img {
  max-width: 304px;
}

@media (min-width: 851px) {
  .ads-cate__item--txt img {
    max-width: 284px;
  }
}

.ads-cate__number {
  color: #fff;
  font-size: 35px;
  font-style: oblique;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media (min-width: 851px) {
  .ads-cate__number {
    font-size: 40px;
    top: 14px;
    left: 15px;
  }
}

.ads-cate__ttl {
  color: #FFF;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.8;
}

@media (min-width: 851px) {
  .ads-cate__ttl {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.ads-cate__news {
  margin-top: 90px;
}

.ads-cate__news .c-hover:hover img {
  opacity: 1;
}

.ads-cate__news .lst {
  border-bottom: 1px solid #168034;
  padding-bottom: 35px;
  margin-top: 35px;
}

.ads-cate__news .lst .item {
  text-align: left;
}

@media (min-width: 851px) {
  .ads-cate__news .lst .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    padding: 0 20px;
  }
}

.ads-cate__news .lst .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.ads-cate__news .lst .item .label {
  background-color: #f35d53;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 66px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 851px) {
  .ads-cate__news .lst .item .label {
    font-size: 14px;
    width: 47px;
    height: 20px;
    line-height: 20px;
  }
}

.ads-cate__news .lst .item .date,
.ads-cate__news .lst .item .txt {
  color: #168034;
  font-size: 30px;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

@media (min-width: 851px) {

  .ads-cate__news .lst .item .date,
  .ads-cate__news .lst .item .txt {
    font-size: 16px;
    line-height: 1.875;
  }
}

.ads-cate__news .lst .item .txt {
  text-decoration: none;
}

@media (max-width: 850px) {
  .ads-cate__news .lst .item .txt {
    display: block;
    letter-spacing: 0.03em;
  }
}

.ads-cate__news .lst .item .txt::after {
  content: "";
  background: url("../../images/common/i_pdf.png") no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 851px) {
  .ads-cate__news .lst .item .txt::after {
    width: 12px;
    height: 12px;
  }
}

.ads-cate__news .lst .item .txt:hover {
  text-decoration: underline;
}

.p-facility {
  background-color: #f1efe6;
  padding: 72px 0 67px;
  margin-top: 90px;
}

@media (min-width: 851px) {
  .p-facility {
    padding: 50px 0;
  }
}

@media (max-width: 850px) {
  .p-facility .l-inner {
    padding: 0 110px;
  }
}

.p-facility__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

@media (min-width: 851px) {
  .p-facility__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-facility__item a:hover img {
  opacity: 1;
}

.ads-news {
  padding: 90px 0 100px;
}

.ads-news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 851px) {
  .ads-news .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}

@media (max-width: 850px) {
  .ads-news .item {
    border-bottom: 2px solid #e8e8df;
    padding-bottom: 40px;
  }
}

.ads-news .item:not(:last-child) {
  margin-bottom: 40px;
}

.ads-news .item .date {
  color: #168034;
  white-space: nowrap;
}

.ads-news .item .date,
.ads-news .item .txt {
  font-size: 30px;
  line-height: 1.875;
  text-align: left;
}

@media (min-width: 851px) {

  .ads-news .item .date,
  .ads-news .item .txt {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.ads-news .item .txt {
  color: #505050;
  text-decoration: none;
}

@media (max-width: 850px) {
  .ads-news .item .txt {
    text-align: justify;
  }
}

.ads-news .item .txt:hover {
  text-decoration: underline;
}

.ads-viewing__head {
  padding: 19.5px 0;
}

@media (min-width: 851px) {
  .ads-viewing__head {
    padding: 12px 0;
  }
}

.ads-viewing__head.--01 {
  background-color: #567dbb;
}

.ads-viewing__head.--02 {
  background-color: #ef809d;
}

.ads-viewing__head.--03 {
  background-color: #47b87d;
}

.ads-viewing__head.--04 {
  background-color: #f2785b;
}

.ads-viewing__head.--05 {
  background-color: #6ac2cb;
}

.ads-viewing__head.--06 {
  background-color: #e85265;
}

.ads-viewing__head.--07 {
  background-color: #86c26a;
}

.ads-viewing__head.--08 {
  background-color: #4c8dd0;
}

.ads-viewing__head.--09 {
  background-color: #f49b64;
}

.ads-viewing__ttl {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

@media (min-width: 851px) {
  .ads-viewing__ttl {
    font-size: 20px;
  }
}

.ads-viewing__content {
  padding: 50px 0 80px;
}

@media (min-width: 851px) {
  .ads-viewing__content {
    padding: 40px 0 80px;
  }
}

.ads-viewing__table.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ads-viewing__table .table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
}

@media (max-width: 850px) {
  .ads-viewing__table .table {
    width: 1450px;
  }
}

.ads-viewing__table .table tr {
  border-bottom: 1px solid #e5e5e5;
}

.ads-viewing__table .table tr th,
.ads-viewing__table .table tr td {
  vertical-align: middle;
}

.ads-viewing__table .table tr th {
  background-color: #e5e5e5;
  color: #8d8d8d;
  font-size: 24px;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  white-space: nowrap;
  width: auto;
  letter-spacing: 0.05em;
}

.ads-viewing__table .table tr th:not(:last-child) {
  border-right: 2px solid #d7d7d7;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr th {
    font-size: 15px;
    padding: 12px 10px;
  }
}

.ads-viewing__table .table tr th.width01 {
  width: 500px;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr th.width01 {
    width: 310px;
  }
}

.ads-viewing__table .table tr th.width02 {
  width: 300px;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr th.width02 {
    width: 150px;
  }
}

.ads-viewing__table .table tr td {
  font-size: 28px;
  padding: 25px 2px;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr td {
    font-size: 16px;
  }
}

.ads-viewing__table .table tr td strong {
  font-size: 30px;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr td strong {
    font-size: 20px;
  }
}

.ads-viewing__table .table tr td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-decoration: none;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr td a:hover {
    text-decoration: underline;
  }
}

.ads-viewing__table .table tr td img {
  width: 90px;
  height: 90px;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr td img {
    width: 50px;
    height: 50px;
  }
}

.ads-viewing__table .table tr td h2 {
  color: #1e659c;
  font-size: 28px;
  letter-spacing: 0;
  /*  white-space: nowrap;*/
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 851px) {
  .ads-viewing__table .table tr td h2 {
    font-size: 16px;
  }
}

.ads-viewing__back {
  text-align: right;
  margin-top: 20px;
}

@media (min-width: 851px) {
  .ads-viewing__back {
    margin-top: 10px;
  }
}

.ads-viewing__back a {
  color: #505050;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

@media (min-width: 851px) {
  .ads-viewing__back a {
    font-size: 16px;
  }
}

.ads-viewing__back a:hover {
  text-decoration: underline;
}

@media (min-width: 851px) {
  .sp {
    display: none;
  }

  .ads-bnr {
    padding: 40px 0;
  }

  .ads-bnr__txt {
    font-size: 18px;
    padding: 20px 10px;
  }

  .ads-bnr__txt span {
    font-size: 18px;
  }

  .ads-menu {
    margin-top: 55px;
  }

  .ads-menu__lst {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .ads-menu__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0 12px;
  }

  .ads-menu__item::before {
    background: rgb(50, 166, 50);
    background: -webkit-gradient(linear, left top, right top, from(rgb(50, 166, 50)), color-stop(55%, rgb(150, 204, 65)));
    background: linear-gradient(90deg, rgb(50, 166, 50) 0%, rgb(150, 204, 65) 55%);
    width: 100%;
    height: 16px;
    right: 0;
    bottom: auto;
  }

  .ads-menu__ttl {
    text-align: center;
    font-size: 18px;
    line-height: 1.66;
  }

  .ads-menu__media {
    height: 68px;
  }
}

@media (max-width: 850px) {
  .pc {
    display: none;
  }

  .ads-menu__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
  }

  .ads-menu__ttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .ads-menu__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*#gNav07 .open_navi_a {
  height: auto !important;
  padding-bottom: 75px;
}
#gNav07 .open_navi_a_inner.--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
#gNav07 .open_navi_a_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
#gNav07 .open_navi_a_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#gNav07 .open_navi_a_imgb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#gNav07 .open_navi_a_imgb li {
  border: 1px solid #a8d3b3;
}
#gNav07 .open_navi_a_imgb li:not(:last-child) {
  margin-bottom: 22px !important;
}
#gNav07 .open_navi_a_imgb li a {
  color: #505050;
  font-size: 14px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
}
#gNav07 .open_navi_a_imgb li a span {
  display: block;
  padding: 16.5px;
}
#gNav07 .open_navi_a_imgm {
  width: 310px;
}
#gNav07 .open_navi_a_imgm li {
  border: 1px solid #a8d3b3;
  width: 100% !important;
}
#gNav07 .open_navi_a_imgm li:not(:last-child) {
  margin-bottom: 13px !important;
}
#gNav07 .open_navi_a_imgm li a {
  color: #505050;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
#gNav07 .open_navi_a_imgm li a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 123px;
          flex: 0 0 123px;
}
#gNav07 .open_navi_a_imgm li a span {
  display: block;
  padding: 0 0 0 10px;
  text-align: left;
}
#gNav07 .open_navi_a_txt:not(:last-child) {
  margin-bottom: 10px !important;
}
#gNav07 .open_navi_a_txt li a {
  color: #505050;
  display: block;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  text-align: left;
  text-decoration: none;
  position: relative;
}
#gNav07 .open_navi_a_txt li a::before {
  content: "";
  background-color: #168034;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#gNav07 .open_navi_a_txt li a:hover {
  text-decoration: underline;
}
#gNav07 .open_navi_a_letter {
  margin-top: auto;
}
#gNav07 .open_navi_a_letter a {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
}*/

.ads-modal {
  display: none;
}

.ads-modal__head {
  max-width: 606px;
  margin: 0 auto 30px;
}

@media (min-width: 851px) {
  .ads-modal__head {
    max-width: 479px;
    margin-bottom: 15px;
  }
}

.ads-modal__head img {
  width: 100%;
}

@media (max-width: 850px) {
  .ads-modal--top .ads-modal__wrap {
    padding-bottom: 56px;
  }
}

@media (min-width: 851px) {
  .ads-modal--top .ads-modal__wrap {
    min-height: 432px;
  }
}

.ads-modal__wrap {
  background: url("../../images/ads/bg_modal_sp.jpg") no-repeat top center/100% 100%;
  padding: 40px 38px;
}

@media (min-width: 851px) {
  .ads-modal__wrap {
    background-size: 100% auto;
    background-image: url("../../images/ads/bg_modal.jpg");
    padding: 35px 0;
  }
}

.ads-modal__content {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.ads-modal__ttl {
  color: #168034;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.ads-modal__ttl small {
  font-size: 40px;
  color: #505050;
  font-weight: normal;
}

@media (min-width: 851px) {
  .ads-modal__ttl {
    letter-spacing: 0.05em;
    font-size: 39px;
  }

  .ads-modal__ttl small {
    font-size: 29px;
  }
}

.ads-modal__box {
  background-color: #f2f2ea;
  border-radius: 10px;
  padding: 30px;
  margin-top: 100px;
  position: relative;
}

@media (min-width: 851px) {
  .ads-modal__box {
    padding: 30px 50px;
    margin-top: 49px;
  }
}

.ads-modal__box .txt {
  font-size: 30px;
  line-height: 1.73;
}

@media (min-width: 851px) {
  .ads-modal__box .txt {
    font-size: 16px;
    line-height: 1.875;
  }
}

.ads-modal__box .number {
  position: absolute;
  right: 40px;
}

@media (min-width: 851px) {
  .ads-modal__box .number {
    right: 80px;
  }
}

.ads-modal__01 .ads-modal__box .number {
  top: -96px;
}

.ads-modal__02 .ads-modal__box .number {
  top: -98px;
}

.ads-modal__03 .ads-modal__box .number {
  top: -99px;
}

.ads-modal__04 .ads-modal__box .number {
  top: -95px;
}

@media (max-width: 850px) {
  .ads-modal__05 .ads-modal__box {
    margin-top: 40px;
  }
}

.ads-modal__05 .ads-modal__box .number {
  top: -99px;
}

.ads-modal__btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin: 0;
  height: auto;
  position: absolute;
}

.ads-modal__close {
  width: 44px;
  height: 44px;
  top: -150px;
  right: 0;
}

@media (min-width: 851px) {
  .ads-modal__close {
    top: -20px;
    width: 36px;
    height: 36px;
  }
}

.ads-modal__close img {
  width: 100%;
}

.ads-modal__next,
.ads-modal__prev {
  top: 80px;
}

@media (min-width: 851px) {

  .ads-modal__next,
  .ads-modal__prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px;
  }
}

.ads-modal__next {
  right: -10px;
}

@media (min-width: 851px) {
  .ads-modal__next {
    right: -55px;
  }
}

.ads-modal__prev {
  left: -10px;
}

@media (min-width: 851px) {
  .ads-modal__prev {
    left: -55px;
  }
}

.hover:hover {
  opacity: 0.5;
}

.mv_a--channel {
  background: url("../../images/ads/mv_channel.jpg") no-repeat center/cover;
}

.p-channelIntro {
  padding: 57px 0 76px;
}

@media (max-width: 850px) {
  .p-channelIntro {
    padding: 50px 0 92px;
  }
}

.p-channelIntro__btn {
  background-color: #168034;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto;
  height: 52px;
  width: 370px;
  position: relative;
  text-decoration: none;
}

@media (max-width: 850px) {
  .p-channelIntro__btn {
    font-size: 27px;
    height: 77px;
    width: 538px;
  }
}

.p-channelIntro__btn::after {
  content: "";
  background: url("../../images/ads/icon_arrow01.png") no-repeat center/contain;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}

@media (max-width: 850px) {
  .p-channelIntro__btn::after {
    height: 32px;
    width: 32px;
    margin-top: -16px;
    right: 27px;
  }
}

.p-channelIntro__time {
  font-size: 27px;
  line-height: 1;
  display: block;
  margin-top: 10px;
}

@media (min-width: 851px) {
  .p-channelIntro__time {
    font-size: 16px;
    margin-top: 6px;
  }
}

.p-channelIntro__txt {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 44px;
  text-align: center;
}

@media (max-width: 850px) {
  .p-channelIntro__txt {
    font-size: 27px;
    line-height: 1.7;
    margin-top: 60px;
    text-align: left;
  }
}

.p-channelIntro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px -6px 0;
}

@media (min-width: 851px) {
  .p-channelIntro__list {
    max-width: 880px;
    margin: 40px auto 0;
    gap: 23px 16px;
  }
}

@media (max-width: 850px) {
  .p-channelIntro__list {
    gap: 50px 19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-channelIntro__list li:nth-child(1) a {
  -webkit-box-shadow: 0 6px 0 #567dbb;
  box-shadow: 0 6px 0 #567dbb;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(1) a {
    -webkit-box-shadow: 0 10px 0 #567dbb;
    box-shadow: 0 10px 0 #567dbb;
  }
}

.p-channelIntro__list li:nth-child(2) a {
  -webkit-box-shadow: 0 6px 0 #ef809d;
  box-shadow: 0 6px 0 #ef809d;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(2) a {
    -webkit-box-shadow: 0 10px 0 #ef809d;
    box-shadow: 0 10px 0 #ef809d;
  }
}

.p-channelIntro__list li:nth-child(3) a {
  -webkit-box-shadow: 0 6px 0 #47b87d;
  box-shadow: 0 6px 0 #47b87d;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(3) a {
    -webkit-box-shadow: 0 10px 0 #47b87d;
    box-shadow: 0 10px 0 #47b87d;
  }
}

.p-channelIntro__list li:nth-child(4) a {
  -webkit-box-shadow: 0 6px 0 #f2785b;
  box-shadow: 0 6px 0 #f2785b;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(4) a {
    -webkit-box-shadow: 0 10px 0 #f2785b;
    box-shadow: 0 10px 0 #f2785b;
  }
}

.p-channelIntro__list li:nth-child(5) a {
  -webkit-box-shadow: 0 6px 0 #6ac2cb;
  box-shadow: 0 6px 0 #6ac2cb;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(5) a {
    -webkit-box-shadow: 0 10px 0 #6ac2cb;
    box-shadow: 0 10px 0 #6ac2cb;
  }
}

.p-channelIntro__list li:nth-child(6) a {
  -webkit-box-shadow: 0 6px 0 #e85265;
  box-shadow: 0 6px 0 #e85265;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(6) a {
    -webkit-box-shadow: 0 10px 0 #e85265;
    box-shadow: 0 10px 0 #e85265;
  }
}

.p-channelIntro__list li:nth-child(7) a {
  -webkit-box-shadow: 0 6px 0 #86c26a;
  box-shadow: 0 6px 0 #86c26a;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(7) a {
    -webkit-box-shadow: 0 10px 0 #86c26a;
    box-shadow: 0 10px 0 #86c26a;
  }
}

.p-channelIntro__list li:nth-child(8) a {
  -webkit-box-shadow: 0 6px 0 #4c8dd0;
  box-shadow: 0 6px 0 #4c8dd0;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(8) a {
    -webkit-box-shadow: 0 10px 0 #4c8dd0;
    box-shadow: 0 10px 0 #4c8dd0;
  }
}

.p-channelIntro__list li:nth-child(9) a {
  -webkit-box-shadow: 0 6px 0 #f49b64;
  box-shadow: 0 6px 0 #f49b64;
}

@media (max-width: 850px) {
  .p-channelIntro__list li:nth-child(9) a {
    -webkit-box-shadow: 0 10px 0 #f49b64;
    box-shadow: 0 10px 0 #f49b64;
  }
}

@media (max-width: 850px) {

  .p-channelIntro__list li:nth-child(1) a,
  .p-channelIntro__list li:nth-child(2) a,
  .p-channelIntro__list li:nth-child(6) a,
  .p-channelIntro__list li:nth-child(7) a {
    width: 282px;
  }
}

@media (max-width: 850px) {

  .p-channelIntro__list li:nth-child(8) a,
  .p-channelIntro__list li:nth-child(9) a {
    width: 339px;
  }
}

.p-channelIntro__list a {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #168034;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 0 #86c26a;
  box-shadow: 0 6px 0 #86c26a;
  color: #168034;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  height: 54px;
  min-width: 154px;
  padding: 0 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

@media (max-width: 850px) {
  .p-channelIntro__list a {
    -webkit-box-shadow: 0 10px 0 #86c26a;
    box-shadow: 0 10px 0 #86c26a;
    font-size: 27px;
    min-width: 219px;
    height: 86px;
    padding: 0;
  }
}

.p-channelIntro__list a:hover {
  opacity: 0.5;
}

.p-channelSec {
  margin-bottom: 90px;
}

@media (max-width: 850px) {
  .p-channelSec {
    margin-bottom: 100px;
  }
}

.p-channelSec__head {
  background-color: #567dbb;
  margin-bottom: 40px;
  padding: 20px 0;
  text-align: left;
}

@media (max-width: 850px) {
  .p-channelSec__head {
    margin-bottom: 50px;
    padding: 26px 0;
  }
}

#anchor1 .p-channelSec__head {
  background-color: #567dbb;
}

#anchor2 .p-channelSec__head {
  background-color: #ef809d;
}

#anchor3 .p-channelSec__head {
  background-color: #47b87d;
}

#anchor4 .p-channelSec__head {
  background-color: #f2785b;
}

#anchor5 .p-channelSec__head {
  background-color: #6ac2cb;
}

#anchor6 .p-channelSec__head {
  background-color: #e85265;
}

#anchor7 .p-channelSec__head {
  background-color: #86c26a;
}

#anchor8 .p-channelSec__head {
  background-color: #4c8dd0;
}

#anchor9 .p-channelSec__head {
  background-color: #f49b64;
}

.p-channelSec__ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 850px) {
  .p-channelSec__ttl {
    font-size: 27px;
  }
}

.channel-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #b2b2b2;
  box-shadow: 0 0 20px #b2b2b2;
  margin-bottom: 70px;
  padding-bottom: 64px;
  position: relative;
}

@media (max-width: 850px) {
  .channel-item {
    margin-bottom: 70px;
  }
}

@media (min-width: 851px) {
  .channel-item {
    max-width: 840px;
    margin: 0 auto 60px;
  }
}

.channel-item:last-child {
  margin-bottom: 0;
}

.channel-item__head {
  padding: 35px 35px 55px;
}

@media (min-width: 851px) {
  .channel-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 27px 32px 27px 40px;
  }
}

.channel-item__head-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 137px;
}

@media (min-width: 851px) {
  .channel-item__head-logo {
    max-width: 108px;
  }
}

.channel-item__head-logo img {
  width: 100%;
}

@media (max-width: 850px) {
  .channel-item__head-logo {
    position: absolute;
    left: 40px;
    top: 40px;
  }
}

.channel-item__head-info {
  text-align: left;
}

@media (min-width: 851px) {
  .channel-item__head-info {
    padding-top: 10px;
  }
}

.channel-item__head-name {
  border-bottom: 1px solid #d0d0d0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (max-width: 850px) {
  .channel-item__head-name {
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 137px;
    margin-left: 187px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
}

.channel-item__head-txt {
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}

@media (max-width: 850px) {
  .channel-item__head-txt {
    font-size: 27px;
  }
}

@media (max-width: 850px) {
  .channel-item__body {
    display: none;
  }
}

.channel-item__list {
  text-align: left;
}

.channel-item__list.--main {
  background-color: #f5f5f5;
  padding-bottom: 25px;
}

@media (max-width: 850px) {
  .channel-item__list.--main {
    padding-bottom: 69px;
  }
}

@media (min-width: 851px) {
  .channel-item__list:not(.--main) dt span {
    padding-left: 25px;
  }
}

.channel-item__list dt {
  border-top: 1px solid #168034;
  border-left: 6px solid #168034;
  color: #168034;
}

@media (max-width: 850px) {
  .channel-item__list dt {
    border-top-width: 2px;
    border-left-width: 8px;
  }
}

.channel-item__list dt span {
  background-color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 10px;
}

@media (max-width: 850px) {
  .channel-item__list dt span {
    font-size: 27px;
    padding: 18px;
  }
}

.channel-item__list-txt {
  color: #168034;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  padding-left: 190px;
  padding-right: 32px;
  text-align: left;
}

@media (max-width: 850px) {
  .channel-item__list-txt {
    font-size: 27px;
    padding: 47px 40px 0;
    text-align: center;
  }
}

.channel-item__tbl {
  display: grid;
  grid-auto-flow: column;
  gap: 20px 4px;
  margin-top: 18px;
  padding: 0 34px;
  text-align: center;
}

@media (max-width: 850px) {
  .channel-item__tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 18px;
    margin-top: 50px;
  }
}

.channel-item__tbl-col {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
}

@media (max-width: 850px) {
  .channel-item__tbl-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 303px;
    flex: 0 303px;
  }

  .channel-item__tbl-box:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 349px;
    flex: 0 349px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .channel-item__tbl-box:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.channel-item__tbl-box.--total .label {
  background-color: #168034;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 850px) {
  .channel-item__tbl-box.--total .label {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.channel-item__tbl-box.--total .value {
  color: #168034;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 850px) {
  .channel-item__tbl-box.--total .value {
    font-size: 29px;
  }
}

.channel-item__tbl .label {
  background-color: #eaeaea;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  padding: 13px 10px;
}

@media (max-width: 850px) {
  .channel-item__tbl .label {
    font-size: 27px;
    margin-bottom: 26px;
    padding: 27px 10px;
  }
}

.channel-item__tbl .value {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media (max-width: 850px) {
  .channel-item__tbl .value {
    font-size: 27px;
  }
}

.channel-item__more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #676767;
  color: #fff;
  font-size: 16px;
  padding: 10px 35px 10px 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  text-align: left;
  width: 178px;
}

@media (max-width: 850px) {
  .channel-item__more {
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin-top: 86px;
    padding: 32px;
    position: relative;
    text-align: center;
    width: 100%;
  }
}

.channel-item__more::after {
  content: "";
  background: url("../../images/ads/icon_arrow02.png") no-repeat center/contain;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
}

@media (max-width: 850px) {
  .channel-item__more::after {
    height: 32px;
    width: 32px;
    margin-top: -16px;
  }
}

.channel-item .viewmore {
  background-color: #cfcfcf;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #505050;
  font-size: 24px;
  margin: 0 auto;
  text-decoration: none;
  height: 55px;
  width: 182px;
}

@media (min-width: 851px) {
  .channel-item .viewmore {
    display: none;
  }
}

.channel-item .viewmore::after {
  content: "もっと見る";
}

.channel-item .viewmore.is-active {
  margin-top: 50px;
}

.channel-item .viewmore.is-active::after {
  content: "閉じる";
}

.p-channelDetail {
  margin-top: 60px;
}

.p-channelDetail .cate-ttl {
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 850px) {
  .p-channelDetail .cate-ttl {
    margin-bottom: 50px;
  }
}

.p-channelDetail .cate-ttl span {
  display: inline-block;
  border: 1px solid #168034;
  border-left-width: 4px;
  color: #168034;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  min-width: 348px;
  padding: 12px 19px;
}

@media (max-width: 850px) {
  .p-channelDetail .cate-ttl span {
    border-width: 2px;
    border-left-width: 9px;
    display: block;
    font-size: 25px;
    padding: 24px 30px;
  }
}

.p-channelDetail__main {
  margin-bottom: 60px;
  position: relative;
  padding-left: 210px;
  text-align: left;
}

@media (min-width: 851px) {
  .p-channelDetail__main {
    padding-top: 15px;
  }
}

@media (max-width: 850px) {
  .p-channelDetail__main {
    padding-left: 0;
  }
}

@media (min-width: 851px) {
  .p-channelDetail__main-img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 850px) {
  .p-channelDetail__main-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 33px;
    width: 150px;
  }
}

@media (max-width: 850px) {
  .p-channelDetail__main-head {
    border-bottom: 1px solid #168034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
}

.p-channelDetail__main-ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
}

@media (min-width: 851px) {
  .p-channelDetail__main-ttl {
    font-size: 26px;
    border-bottom: 1px solid #168034;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.p-channelDetail__main-txt {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 850px) {
  .p-channelDetail__main-txt {
    font-size: 27px;
  }
}

.p-channelDetail__main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

@media (max-width: 850px) {
  .p-channelDetail__main-btn {
    gap: 27px;
    margin-top: 45px;
  }
}

.p-channelDetail .btn-blank {
  border: 1px solid #168034;
  background-color: #168034;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  height: 52px;
  width: 251px;
}

@media (max-width: 850px) {
  .p-channelDetail .btn-blank {
    font-size: 25px;
    height: 85px;
    padding: 0 38px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

.p-channelDetail .btn-blank::after {
  content: "";
  background: url("../../images/ads/icon_blank01.png") no-repeat center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

@media (max-width: 850px) {
  .p-channelDetail .btn-blank::after {
    height: 28px;
    width: 28px;
  }
}

.p-channelDetail .btn-blank.btn-blank--outline {
  background-color: #fff;
  color: #168034;
}

.p-channelDetail .btn-blank.btn-blank--outline::after {
  background-image: url("../../images/ads/icon_blank02.png");
}

.p-channelDetail__news {
  margin-bottom: 60px;
  position: relative;
  text-align: left;
}

.p-channelDetail__news:hover .bx-wrapper .bx-controls-direction a {
  opacity: 1;
}

.p-channelDetail__news-desc {
  color: #969696;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 6px;
}

@media (max-width: 850px) {
  .p-channelDetail__news-desc {
    font-size: 18px;
    margin-top: 10px;
  }
}

.p-channelDetail__news-ttl {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.2;
}

@media (max-width: 850px) {
  .p-channelDetail__news-ttl {
    font-size: 20px;
    margin-top: 10px;
  }
}

.p-channelDetail__news-img {
  background-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 255px;
}

@media (min-width: 851px) {
  .p-channelDetail__news-img {
    height: 164px;
  }
}

.p-channelDetail__news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-channelDetail__news .bx-wrapper .bx-controls-direction a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: rgba(142, 142, 142, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  height: 255px;
  width: 34px;
}

@media (min-width: 851px) {
  .p-channelDetail__news .bx-wrapper .bx-controls-direction a {
    opacity: 0;
    height: 164px;
  }
}

.p-channelDetail__news .bx-wrapper .bx-controls-direction a::after {
  content: "";
  background: url("../../images/ads/icon_next.png") no-repeat center/contain;
  height: 18px;
  width: 100%;
}

.p-channelDetail__news .bx-wrapper .bx-prev {
  left: 0;
}

.p-channelDetail__news .bx-wrapper .bx-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-channelDetail__news .bx-wrapper .bx-next {
  right: 0;
}

.p-channelInfo {
  background-color: #66b989;
  padding: 43px 0 120px;
}

@media (max-width: 850px) {
  .p-channelInfo {
    padding: 40px 0 60px;
  }
}

.p-channelInfo__box {
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 40px;
  text-align: left;
}

.p-channelInfo__tbl-row {
  margin-bottom: 7px;
}

@media (min-width: 851px) {
  .p-channelInfo__tbl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
  }
}

@media (max-width: 850px) {
  .p-channelInfo__tbl-row {
    border-left: 12px solid #66b989;
    border-top: 2px solid #66b989;
    padding: 10px 0 43px 10px;
    margin-bottom: 17px;
  }
}

.p-channelInfo__tbl-col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #d8d8d8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.667;
}

@media (min-width: 851px) {
  .p-channelInfo__tbl-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 174px;
    padding: 40px 0 40px 65px;
  }
}

@media (max-width: 850px) {
  .p-channelInfo__tbl-col {
    font-size: 30px;
    margin-top: 19px;
    padding-top: 32px;
    padding-left: 34px;
  }
}

.p-channelInfo__tbl-col.--label {
  color: #66b989;
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 190px;
  flex: 0 190px;
}

@media (min-width: 851px) {
  .p-channelInfo__tbl-col.--label {
    border-top-color: #66b989;
    border-left: 12px solid #66b989;
  }
}

@media (max-width: 850px) {
  .p-channelInfo__tbl-col.--label {
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
  }
}

.p-channelInfo__tbl-col.--label span {
  font-weight: 600;
}

@media (max-width: 850px) {
  .p-channelInfo__tbl-col.--label span:not(.icon) {
    position: relative;
    top: 2px;
  }
}

.p-channelInfo__tbl-col.--label .icon {
  margin-top: 24px;
}

@media (max-width: 850px) {
  .p-channelInfo__tbl-col.--label .icon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 10px 0 0;
  }

  .p-channelInfo__tbl-col.--label .icon img {
    width: 100%;
  }

  .p-channelInfo__tbl-col.--label .icon.--01 {
    width: 49px;
  }

  .p-channelInfo__tbl-col.--label .icon.--02 {
    width: 42px;
  }

  .p-channelInfo__tbl-col.--label .icon.--03 {
    width: 37px;
  }

  .p-channelInfo__tbl-col.--label .icon.--04 {
    width: 49px;
  }
}

.p-channelInfo__tbl-col.--label .icon img {
  display: block;
  margin: 0 auto;
}

.p-channelInfo__tbl .spec-txt {
  color: #66b989;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 850px) {
  .p-channelInfo__tbl .spec-txt {
    font-size: 32px;
    text-align: center;
  }
}

.p-channelInfo__tbl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 850px) {
  .p-channelInfo__tbl .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
  }
}

.p-channelInfo__tbl .chart-img {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 313px;
}

@media (min-width: 851px) {
  .p-channelInfo__tbl .chart-img {
    margin-left: 85px;
  }
}

@media (max-width: 850px) {
  .p-channelInfo__tbl .chart-img {
    height: 370px;
    width: 541px;
  }
}

.p-channelInfo__tbl .chart-img img {
  height: auto;
  width: 100%;
}

.p-channelInfo__tbl .btn-modalDetail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #999;
  border: 0;
  border-radius: 50px;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 38px;
  width: 124px;
}

@media (min-width: 851px) {
  .p-channelInfo__tbl .btn-modalDetail {
    margin-left: 29px;
  }
}

@media (max-width: 850px) {
  .p-channelInfo__tbl .btn-modalDetail {
    font-size: 28px;
    height: 68px;
    width: 223px;
  }
}

.p-channelInfo__tbl table {
  width: 100%;
}

.p-channelInfo__tbl table th,
.p-channelInfo__tbl table td {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

@media (max-width: 850px) {

  .p-channelInfo__tbl table th,
  .p-channelInfo__tbl table td {
    font-size: 27px;
  }
}

.p-channelInfo__tbl table td {
  text-align: right;
  padding-right: 28px;
}

.p-channelInfo__tbl table tbody:not(.total) tr:last-child th,
.p-channelInfo__tbl table tbody:not(.total) tr:last-child td {
  padding-bottom: 35px;
}

.p-channelInfo__tbl table .total th,
.p-channelInfo__tbl table .total td {
  background-color: #66b989;
  color: #fff;
  font-size: 20px;
  padding: 3px;
}

@media (max-width: 850px) {

  .p-channelInfo__tbl table .total th,
  .p-channelInfo__tbl table .total td {
    font-size: 27px;
  }
}

.p-channelInfo__tbl table .total th {
  border-radius: 5px 0 0 5px;
  padding-left: 88px;
}

@media (max-width: 850px) {
  .p-channelInfo__tbl table .total th {
    padding-left: 28px;
  }
}

.p-channelInfo__tbl table .total td {
  border-radius: 0 5px 5px 0;
  padding-right: 28px;
}

@media (max-width: 850px) {
  .p-channelInfo__tbl table .total td {
    padding-left: 0;
    font-size: 32px;
  }
}

.p-channelInfo__other {
  border-top: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  margin-top: 40px;
}

@media (max-width: 850px) {
  .p-channelInfo__other {
    margin-top: 54px;
    padding-top: 28px;
    display: block;
  }
}

.p-channelInfo__other .label {
  color: #66b989;
  font-size: 18px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
  width: 190px;
}

@media (max-width: 850px) {
  .p-channelInfo__other .label {
    font-size: 27px;
    width: auto;
  }
}

.p-channelInfo__other .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 24px;
}

@media (max-width: 850px) {
  .p-channelInfo__other .info {
    padding-top: 32px;
  }
}

.p-channelInfo__other .info table {
  width: 100%;
}

.p-channelInfo__other .info table th,
.p-channelInfo__other .info table td {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 850px) {

  .p-channelInfo__other .info table th,
  .p-channelInfo__other .info table td {
    font-size: 25px;
  }
}

.p-channelInfo__other .info table th {
  width: 200px;
}

@media (max-width: 850px) {
  .p-channelInfo__other .info table th {
    width: 226px;
  }
}

.p-channelInfo__btn {
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 850px) {
  .p-channelInfo__btn {
    margin-top: 48px;
  }
}

.p-channelInfo__btn .back-list {
  background-color: #575757;
  border-radius: 5px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  font-size: 16px;
  height: 52px;
  width: 251px;
}

@media (max-width: 850px) {
  .p-channelInfo__btn .back-list {
    font-size: 28px;
    height: 85px;
    width: 362px;
  }
}

.modalChannel__box {
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 850px) {
  .modalChannel__box {
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 133px;
    padding: 34px 35px;
  }
}

.modalChannel__box:last-child {
  margin-bottom: 0;
}

.modalChannel__box-footer {
  display: none;
}

@media (max-width: 850px) {
  .modalChannel__box-footer {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 35px);
    text-align: right;
  }
}

.modalChannel__list dt {
  border-left: 8px solid #168034;
  border-bottom: 1px solid #168034;
  color: #168034;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 24px;
  padding: 4px 14px;
}

@media (max-width: 850px) {
  .modalChannel__list dt {
    font-size: 27px;
    border-left-width: 14px;
    border-bottom-width: 2px;
    padding: 18px 24px;
  }
}

.modalChannel__list dd ul {
  position: relative;
}

@media (min-width: 851px) {
  .modalChannel__list dd ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 20px;
  }

  .modalChannel__list dd ul::after {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
  }
}

@media (min-width: 992px) {
  .modalChannel__list dd ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.modalChannel__list dd ul li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 23px;
}

@media (max-width: 850px) {
  .modalChannel__list dd ul li {
    margin-bottom: 23px;
  }

  .modalChannel__list dd ul li:last-child {
    margin-bottom: 0;
  }
}

.modalChannel__list dd ul a {
  color: #1e659c;
}

.modalChannel__list dd ul a:hover {
  text-decoration: underline;
}

.modalChannel__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.modalChannel__item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 68px;
}

@media (max-width: 850px) {
  .modalChannel__item img {
    margin-right: 48px;
    width: 80px;
  }
}

.modalChannel__item-name {
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 850px) {
  .modalChannel__item-name {
    font-size: 25px;
  }
}

.modalChannel--detail {
  max-width: 780px;
  margin: 0 auto;
}

.modalChannel--detail .modalChannel__close {
  right: 20px;
}

@media (max-width: 850px) {
  .modalChannel--detail .modalChannel__close {
    right: 36px;
  }
}

@media (max-width: 850px) {
  .modalChannel--detail .modalChannel__footer {
    display: block;
  }
}

.modalChannel__tbl {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 25px 20px 35px;
}

@media (max-width: 850px) {
  .modalChannel__tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 2px;
    padding: 59px 40px 52px;
  }
}

.modalChannel__tbl-ttl {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  margin-bottom: 29px;
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 850px) {
  .modalChannel__tbl-ttl {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 35px;
    width: 100%;
  }
}

@media (min-width: 851px) {
  .modalChannel__tbl-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .modalChannel__tbl-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 850px) {
  .modalChannel__tbl-body ul {
    margin-bottom: 35px;
  }

  .modalChannel__tbl-body ul:last-child {
    margin-bottom: 0;
  }
}

.modalChannel__tbl-body li {
  margin-bottom: 24px;
}

@media (max-width: 850px) {
  .modalChannel__tbl-body li {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

.modalChannel__tbl-body li:last-child {
  margin-bottom: 0;
}

.modalChannel__footer {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 850px) {
  .modalChannel__footer {
    display: none;
  }
}

.modalChannel__footer-close {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 850px) {
  .modalChannel__footer-close {
    font-size: 27px;
  }
}

.modalChannel__footer-close::after {
  content: "";
  background: url("../../images/ads/icon_close03.png") no-repeat center/contain;
  height: 15px;
  width: 15px;
  margin-left: 17px;
}

@media (max-width: 850px) {
  .modalChannel__footer-close::after {
    height: 28px;
    width: 28px;
    margin-left: 20px;
  }
}

@media (max-width: 850px) {
  .c-modal__wrap.modalChannel .c-modal__content {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.multi-ch__lst {
  margin-top: 55px;
  margin-bottom: 90px;
}

@media (min-width: 851px) {
  .multi-ch__lst {
    margin-top: 60px;
    margin-bottom: 115px;
  }
}

.multi-ch__item:not(:last-child) {
  margin-bottom: 89px;
}

@media (min-width: 851px) {
  .multi-ch__item:not(:last-child) {
    margin-bottom: 85px;
  }
}

.multi-ch__box {
  padding-top: 27px;
}

@media (min-width: 851px) {
  .multi-ch__box {
    padding: 30px 49px 0;
  }
}

.multi-ch__box.--px0 {
  padding-right: 0;
  padding-left: 0;
}

.multi-ch__box__txt {
  font-size: 30px;
  line-height: 1.7333333333;
  text-align: left;
  margin-top: 45px;
}

@media (min-width: 851px) {
  .multi-ch__box__txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
}

.multi-ch__des {
  background-color: #FFF;
  border: 4px solid #168034;
  color: #168034;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.7;
  position: relative;
  padding: 60px 16px;
  margin-bottom: 43px;
}

@media (min-width: 851px) {
  .multi-ch__des {
    border-width: 2px;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    padding: 25px 10px;
    margin-bottom: 45px;
  }
}

.multi-ch__des span {
  font-size: 28px;
  color: #505050;
}

@media (min-width: 851px) {
  .multi-ch__des span {
    font-size: 16px;
  }
}

.multi-ch__des::before {
  position: absolute;
  top: 100%;
  left: 166px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  height: 29px;
  width: 25px;
  border-right: 4px solid #168034;
  background-color: white;
  content: "";
}

@media (min-width: 851px) {
  .multi-ch__des::before {
    border-width: 2px;
    width: 17px;
  }
}

.multi-ch__des::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 172px;
  width: 25px;
  height: 2px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  background-color: #FFF;
  margin-top: -1px;
}

@media (min-width: 851px) {
  .multi-ch__des::after {
    width: 17px;
  }
}

.multi-ch__media {
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 851px) {
  .multi-ch__media {
    margin-bottom: 23px;
  }
}

@media (max-width: 850px) {
  .multi-ch__media {
    padding: 50px 40px 0;
  }
}

@media (max-width: 850px) {
  .multi-ch__media img {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .multi-ch__media.--scroll {
    overflow: scroll;
  }

  .multi-ch__media.--scroll img {
    width: auto;
  }
}

.multi-ch__txt {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  text-align: left;
}

.multi-ch__txt span {
  color: #1e659c;
  cursor: pointer;
}

.multi-ch__txt span:hover {
  text-decoration: underline;
}

@media (min-width: 851px) {
  .multi-ch__txt {
    text-align: right;
    font-size: 14px;
  }
}

.multi-ch__sc {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 63px;
  margin-bottom: 15px;
  margin-top: 70px;
}

@media (max-width: 850px) {
  .multi-ch__sc {
    padding: 0 40px;
  }
}

@media (min-width: 851px) {
  .multi-ch__sc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 33px 27px;
    margin-bottom: 20px;
  }
}

.multi-ch__sc .item.--1 h4 {
  background-color: #567dbb;
}

.multi-ch__sc .item.--2 h4 {
  background-color: #ef809d;
}

.multi-ch__sc .item.--3 h4 {
  background-color: #47b87d;
}

.multi-ch__sc .item.--4 h4 {
  background-color: #f2785b;
}

.multi-ch__sc .item.--5 h4 {
  background-color: #6ac2cb;
}

.multi-ch__sc .item.--6 h4 {
  background-color: #e85265;
}

.multi-ch__sc .item.--7 h4 {
  background-color: #86c26a;
}

.multi-ch__sc .item.--8 h4 {
  background-color: #4c8dd0;
}

.multi-ch__sc .item.--9 h4 {
  background-color: #f49b64;
}

.multi-ch__sc .item .ttl {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 14px 25px;
  margin-bottom: 30px;
  line-height: 1.5625;
}

@media (min-width: 851px) {
  .multi-ch__sc .item .ttl {
    font-size: 16px;
    padding: 10px 12px;
    margin-bottom: 20px;
  }
}

.multi-ch__sc .item .media {
  margin-bottom: 30px;
}

@media (min-width: 851px) {
  .multi-ch__sc .item .media {
    margin-bottom: 20px;
  }
}

.multi-ch__sc .item .txt {
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  text-align: justify;
}

@media (min-width: 851px) {
  .multi-ch__sc .item .txt {
    font-size: 14px;
  }
}

.modalMulti-ch__table {
  border: 1px solid #b7b7b7;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
  width: 100%;
}

.modalMulti-ch__table tr {
  border-bottom: 1px solid #b7b7b7;
}

.modalMulti-ch__table tr th,
.modalMulti-ch__table tr td {
  font-size: 30px;
  line-height: 1.6;
  text-align: left;
  padding: 10px 20px;
}

@media (min-width: 851px) {

  .modalMulti-ch__table tr th,
  .modalMulti-ch__table tr td {
    font-size: 16px;
    line-height: 2.375;
    padding: 5px 17px;
    vertical-align: middle;
  }
}

.modalMulti-ch__table tr th {
  width: 206px;
}

@media (min-width: 851px) {
  .modalMulti-ch__table tr th {
    width: 216px;
  }
}

.modalMulti-ch__table tr th.bg-blue {
  background-color: #ebf4ee;
}

.modalMulti-ch__table tr th.bg-gray {
  background-color: #f4f4f5;
}

.modalMulti-ch__table tr td {
  line-height: 1.75;
}

.modalMulti-ch__ttl {
  margin: 74px 0 68px;
}

@media (min-width: 851px) {
  .modalMulti-ch__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 33px;
    margin: 40px 0 35px;
  }
}

.modalMulti-ch__ttl p {
  font-size: 32px;
  line-height: 1.46875;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 851px) {
  .modalMulti-ch__ttl p {
    font-size: 18px;
    line-height: 1.77;
    text-align: left;
    margin-bottom: 10px;
  }
}

.modalMulti-ch__ttl h3 {
  color: #168034;
  font-size: 64px;
  text-align: center;
  line-height: 1.578125;
}

.modalMulti-ch__ttl h3 span {
  border-bottom: 7px solid #168034;
  font-weight: bold;
}

@media (min-width: 851px) {
  .modalMulti-ch__ttl h3 {
    font-size: 40px;
    text-align: left;
    padding-bottom: 5px;
  }
}

.modalMulti-ch__map {
  max-width: 425px;
  margin: 0 auto 0;
}

@media (min-width: 851px) {
  .modalMulti-ch__map {
    max-width: 231px;
    margin-left: 40px;
  }
}

.modalMulti-ch__lst li {
  margin-bottom: 60px;
}

@media (min-width: 851px) {
  .modalMulti-ch__lst li {
    margin-bottom: 45px;
  }
}

.modalMulti-ch__lst h3 {
  border-bottom: 1px solid #168034;
  color: #505050;
  font-size: 30px;
  line-height: 1.4666666667;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.modalMulti-ch__lst h3 span {
  color: #168034;
  margin-right: 5px;
}

@media (min-width: 851px) {
  .modalMulti-ch__lst h3 {
    font-size: 16px;
  }
}

.modalMulti-ch__lst p {
  font-size: 30px;
  line-height: 1.6666666667;
}

@media (max-width: 850px) {
  .modalMulti-ch__lst p {
    text-align: justify;
  }
}

@media (min-width: 851px) {
  .modalMulti-ch__lst p {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media (min-width: 851px) {
  .modalMulti-ch__lst p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.modalMulti-ch__lst p.small {
  display: block;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media (min-width: 851px) {
  .modalMulti-ch__lst p.small {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}

.about {
  padding: 49px 0 100px;
}

@media (min-width: 851px) {
  .about {
    padding: 60px 0 115px;
  }
}

.about-box {
  padding: 48px 0 87px;
}

@media (min-width: 851px) {
  .about-box {
    padding: 38px 60px 76px;
  }
}

.about-box__ttl {
  color: #168034;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7333333333;
  text-align: left;
}

@media (min-width: 851px) {
  .about-box__ttl {
    font-size: 24px;
    line-height: 1.79;
  }
}

.about-box__txt {
  font-size: 30px;
  line-height: 1.7333333333;
  text-align: left;
  margin-top: 45px;
}

@media (min-width: 851px) {
  .about-box__txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    margin-top: 30px;
  }
}

.about-map {
  background-color: #f2f0e7;
  padding: 30px 0;
}

.about-map__wrap {
  position: relative;
}

@media (min-width: 851px) {
  .about-map__wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.about-map__box {
  max-width: 610px;
}

@media (max-width: 850px) {
  .about-map__box {
    margin: 0 auto;
  }
}

@media (min-width: 851px) {
  .about-map__box {
    max-width: 432px;
  }
}

.about-map__box div {
  background-color: #FFF;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  padding: 35px;
}

@media (min-width: 851px) {
  .about-map__box div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding: 29px 25px;
  }
}

.about-map__box div img {
  width: 90px;
}

@media (min-width: 851px) {
  .about-map__box div img {
    width: 78px;
  }
}

.about-map__box div p {
  color: #168034;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.53;
  text-align: left;
  line-height: 1.7333333333;
}

@media (min-width: 851px) {
  .about-map__box div p {
    font-size: 28px;
    line-height: 1.4;
  }
}

.about-map__box .note {
  font-size: 24px;
  text-align: left;
  margin-top: 20px;
}

@media (min-width: 851px) {
  .about-map__box .note {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.about-map__media {
  max-width: 436px;
  margin: 0 auto;
}

@media (min-width: 851px) {
  .about-map__media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 102px;
    max-width: 364px;
    margin-top: 20px;
  }
}

.about-des {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 851px) {
  .about-des {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

@media (min-width: 851px) {
  .about-des__wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.about-des ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 33px;
}

@media (min-width: 851px) {
  .about-des ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 20px;
  }
}

@media (max-width: 850px) {
  .about-des ul li {
    max-width: 608px;
    margin: 0 auto;
    width: 100%;
  }
}

.about-des ul li>div {
  background-color: #168034;
  border-radius: 6px;
  padding: 6px;
}

@media (min-width: 851px) {
  .about-des ul li>div {
    padding: 7px;
  }
}

.about-des ul li>div h2 {
  background-color: #FFF;
  color: #168034;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4333333333;
  letter-spacing: 0.05em;
  padding: 25px 15px;
}

@media (min-width: 851px) {
  .about-des ul li>div h2 {
    font-size: 24px;
    line-height: 1.79;
    padding: 15.5px 15px;
  }
}

.about-des ul li>div div {
  background: rgb(50, 166, 50);
  background: -webkit-gradient(linear, left top, right top, from(rgb(50, 166, 50)), color-stop(55%, rgb(150, 204, 65)));
  background: linear-gradient(90deg, rgb(50, 166, 50) 0%, rgb(150, 204, 65) 55%);
  padding: 30px 0;
}

@media (min-width: 851px) {
  .about-des ul li>div div {
    padding: 35.5px 0;
  }
}

.about-des ul li>div div p {
  color: #FFF;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 851px) {
  .about-des ul li>div div p {
    font-size: 39.89px;
  }

  .about-des ul li>div div p small {
    font-size: 29.92px;
  }
}

.about-des ul li .note {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

@media (min-width: 851px) {
  .about-des ul li .note {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.about-des__price {
  border-radius: 10px;
  background: rgb(50, 166, 50);
  background: -webkit-gradient(linear, left top, right top, from(rgb(50, 166, 50)), color-stop(55%, rgb(150, 204, 65)));
  background: linear-gradient(90deg, rgb(50, 166, 50) 0%, rgb(150, 204, 65) 55%);
  padding: 25px 20px;
  margin-top: 47px;
}

@media (min-width: 851px) {
  .about-des__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28.5px 50px;
    margin-top: 39px;
  }
}

.about-des__price .txt {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 850px) {
  .about-des__price .txt {
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 851px) {
  .about-des__price .txt {
    font-size: 30px;
    padding-left: 55px;
  }
}

.about-des__price .price {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 851px) {
  .about-des__price .price {
    font-size: 40px;
  }
}

.about-des__txt {
  font-size: 30px;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 80px;
}

@media (min-width: 851px) {
  .about-des__txt {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 50px;
  }
}

.about .multi-ch__lst {
  margin: 0;
}

.about .multi-ch__box {
  padding-top: 48px;
}

.about .multi-ch__media {
  padding: 0;
}

.survey {
  padding: 44px 0 75px;
}

@media (min-width: 851px) {
  .survey {
    padding: 57px 0 90px;
  }
}

.survey .hline02 {
  margin-bottom: 38px;
}

.survey-item:not(:last-child) {
  margin-bottom: 80px;
}

@media (min-width: 851px) {
  .survey-item:not(:last-child) {
    margin-bottom: 105px;
  }
}

.survey-item__ttl {
  border-bottom: 1px solid #168034;
  color: #168034;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.38;
  text-align: left;
  margin-bottom: 38px;
  line-height: 1.7333333333;
  padding-bottom: 10px;
}

@media (min-width: 851px) {
  .survey-item__ttl {
    font-size: 18px;
    margin-bottom: 32px;
    padding-bottom: 5px;
  }
}

@media (min-width: 851px) {
  .survey dl {
    padding: 0 70px;
  }
}

.survey dl dt,
.survey dl dd {
  font-size: 30px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.73;
}

@media (min-width: 851px) {

  .survey dl dt,
  .survey dl dd {
    font-size: 16px;
    line-height: 1.875;
  }
}

.survey dl dt {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey dl dt span {
  color: #168034;
  margin-right: 2px;
}

@media (min-width: 851px) {
  .survey dl dt {
    margin-bottom: 5px;
  }
}

.survey dl dd+dt {
  margin-top: 45px;
}

.survey-lst {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 80px;
  margin-bottom: 15px;
}

@media (min-width: 851px) {
  .survey-lst {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 33px 27px;
    margin-bottom: 20px;
  }
}

.survey-lst .item.--1 h4 {
  background-color: #567dbb;
}

.survey-lst .item.--2 h4 {
  background-color: #ef809d;
}

.survey-lst .item.--3 h4 {
  background-color: #47b87d;
}

.survey-lst .item.--4 h4 {
  background-color: #f2785b;
}

.survey-lst .item.--5 h4 {
  background-color: #6ac2cb;
}

.survey-lst .item.--6 h4 {
  background-color: #e85265;
}

.survey-lst .item.--7 h4 {
  background-color: #86c26a;
}

.survey-lst .item.--8 h4 {
  background-color: #4c8dd0;
}

.survey-lst .item.--9 h4 {
  background-color: #f49b64;
}

.survey-lst .item .ttl {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 14px 20px;
  margin-bottom: 30px;
  line-height: 1.5625;
}

@media (min-width: 851px) {
  .survey-lst .item .ttl {
    font-size: 16px;
    padding: 10px 12px;
    margin-bottom: 23px;
  }
}

.survey-txt {
  font-size: 24px;
  line-height: 1.6666666667;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey-txt span {
  margin-right: 2px;
}

@media (min-width: 851px) {
  .survey-txt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.p-nwsre {
  padding: 55px 0 117px;
}

@media (min-width: 851px) {
  .p-nwsre {
    padding: 60px 0 114px;
  }
}

.p-nwsre__txt {
  font-size: 30px;
  line-height: 1.733;
  text-align: left;
  margin-bottom: 80px;
}

.p-nwsre__txt span {
  color: #1e659c;
}

.p-nwsre__txt span:hover {
  text-decoration: underline;
}

@media (min-width: 851px) {
  .p-nwsre__txt {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 50px;
  }
}

.p-nwsre__lst-ttl {
  border-bottom: 2px solid #168034;
  color: #168034;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.07;
  text-align: left;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

@media (min-width: 851px) {
  .p-nwsre__lst-ttl {
    border-bottom-width: 1px;
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
}

.p-nwsre__lst-item:not(:last-child) {
  margin-bottom: 80px;
}

.p-nwsre__lst-back {
  text-align: right;
  margin-top: 40px;
}

@media (min-width: 851px) {
  .p-nwsre__lst-back {
    margin-top: 10px;
  }
}

.p-nwsre__lst-back a {
  color: #505050;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

@media (min-width: 851px) {
  .p-nwsre__lst-back a {
    font-size: 16px;
  }
}

.p-nwsre__lst-back a:hover {
  text-decoration: underline;
}

.p-nwsre__lst .lst .item {
  border-bottom: 2px solid #dadada;
  padding-bottom: 30px;
  text-align: left;
}

@media (min-width: 851px) {
  .p-nwsre__lst .lst .item {
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
    padding-bottom: 21px;
  }
}

.p-nwsre__lst .lst .item:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 851px) {
  .p-nwsre__lst .lst .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.p-nwsre__lst .lst .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 850px) {
  .p-nwsre__lst .lst .item .info {
    margin-bottom: 10px;
  }
}

@media (min-width: 851px) {
  .p-nwsre__lst .lst .item .info div {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    width: 70px;
  }
}

.p-nwsre__lst .lst .item .label {
  background-color: #f35d53;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 0.05em;
  display: block;
  width: 66px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 13px;
}

@media (min-width: 851px) {
  .p-nwsre__lst .lst .item .label {
    font-size: 14px;
    width: 47px;
    height: 20px;
    line-height: 20px;
    margin-right: 23px;
  }
}

.p-nwsre__lst .lst .item .date,
.p-nwsre__lst .lst .item .txt {
  color: #505050;
  font-size: 30px;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

@media (min-width: 851px) {

  .p-nwsre__lst .lst .item .date,
  .p-nwsre__lst .lst .item .txt {
    font-size: 14px;
    line-height: 1.875;
  }
}

.p-nwsre__lst .lst .item .txt {
  color: #1e659c;
  text-decoration: none;
}

@media (min-width: 851px) {
  .p-nwsre__lst .lst .item .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 850px) {
  .p-nwsre__lst .lst .item .txt {
    display: block;
    letter-spacing: 0.03em;
  }
}

.p-nwsre__lst .lst .item .txt::after {
  content: "";
  background: url("../../images/common/i_pdf.png") no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 851px) {
  .p-nwsre__lst .lst .item .txt::after {
    width: 12px;
    height: 12px;
  }
}

.p-nwsre__lst .lst .item .txt:hover {
  text-decoration: underline;
}

.p-cmdeco {
  padding: 55px 0 107px;
}

@media (min-width: 851px) {
  .p-cmdeco {
    padding: 60px 0 115px;
  }
}

.p-cmdeco__txt {
  font-size: 30px;
  line-height: 1.733;
  text-align: left;
  margin-bottom: 45px;
}

.p-cmdeco__txt span {
  color: #1e659c;
}

.p-cmdeco__txt span:hover {
  text-decoration: underline;
}

@media (min-width: 851px) {
  .p-cmdeco__txt {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 55px;
  }
}

.p-cmdeco__lst {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 109px;
}

@media (min-width: 851px) {
  .p-cmdeco__lst {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
}

.p-cmdeco__lst .ttl {
  background: rgb(35, 143, 51);
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 143, 51)), color-stop(60%, rgb(163, 211, 69)));
  background: linear-gradient(90deg, rgb(35, 143, 51) 0%, rgb(163, 211, 69) 60%);
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 19px 5px 19px 26px;
  line-height: 1.5625;
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 851px) {
  .p-cmdeco__lst .ttl {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 11px;
    text-align: center;
  }
}

.p-cmdeco__lst .txt {
  font-size: 30px;
  line-height: 1.733;
  text-align: left;
  margin-bottom: 43px;
}

@media (min-width: 851px) {
  .p-cmdeco__lst .txt {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 27px;
  }
}

.p-cmdeco__lst .btn {
  background-color: #575757;
  border-radius: 4px;
  color: #FFF;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  max-width: 400px;
  height: 100px;
}

.p-cmdeco__lst .btn::after {
  content: "";
  background: url("../../../images/ads/i_blank.png") no-repeat center/contain;
  display: inline-block;
}

@media (min-width: 851px) {
  .p-cmdeco__lst .btn {
    font-size: 16px;
    max-width: 251px;
    height: 52px;
  }

  .p-cmdeco__lst .btn::after {
    width: 17px;
    height: 17px;
    margin-left: 14px;
  }
}

.p-cmdeco__info {
  border-top: 1px solid #575757;
  margin-top: 86px;
  padding-top: 46px;
}

@media (min-width: 851px) {
  .p-cmdeco__info {
    margin-top: 50px;
    padding-top: 23px;
  }
}

.p-cmdeco__info p {
  font-size: 30px;
  line-height: 1.733;
  text-align: left;
}

@media (min-width: 851px) {
  .p-cmdeco__info p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-cmdeco__info p:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 851px) {
  .p-cmdeco__info p:not(:last-child) {
    margin-bottom: 5px;
  }
}

.p-cmdeco__channel {
  margin-top: 90px;
}

@media (min-width: 851px) {
  .p-cmdeco__channel {
    margin-top: 78px;
  }
}

.p-cmdeco__channel-head {
  background: rgb(35, 143, 51);
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 143, 51)), color-stop(60%, rgb(163, 211, 69)));
  background: linear-gradient(90deg, rgb(35, 143, 51) 0%, rgb(163, 211, 69) 60%);
}

.p-cmdeco__channel-head .hline {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 19px 5px 19px 26px;
  line-height: 1.5625;
}

@media (min-width: 851px) {
  .p-cmdeco__channel-head .hline {
    font-size: 18px;
    padding: 25px;
  }
}

.p-cmdeco__channel-head .hline small {
  font-size: 20px;
}

@media (min-width: 851px) {
  .p-cmdeco__channel-head .hline small {
    font-size: 16px;
  }
}

.p-cmdeco__channel-time {
  font-size: 27px;
  line-height: 1;
  display: block;
  margin-top: 6px;
  text-align: right;
}

@media (min-width: 851px) {
  .p-cmdeco__channel-time {
    font-size: 16px;
  }
}

.p-cmdeco__channel-lst {
  margin-top: 60px;
}

@media (min-width: 851px) {
  .p-cmdeco__channel-lst {
    margin-top: 32px;
  }
}

@media (min-width: 851px) {
  .p-cmdeco__channel-lst__item:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding-bottom: 24px;
    margin-bottom: 22px;
  }
}

.p-cmdeco__channel-lst__item ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 851px) {
  .p-cmdeco__channel-lst__item ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }
}

@media (max-width: 850px) {
  .p-cmdeco__channel-lst__item ul li:not(:nth-last-child(-n+2)) {
    border-bottom: 2px solid #dadada;
    margin-bottom: 60px;
    padding: 0 20px 60px;
  }
}

.p-cmdeco__channel-lst__item ul li a {
  text-decoration: none;
}

.p-cmdeco__channel-lst__item ul li a:hover span {
  text-decoration: underline;
}

.p-cmdeco__channel-lst__item ul li img {
  width: 130px;
  margin: 0 auto 30px;
  display: block;
}

@media (min-width: 851px) {
  .p-cmdeco__channel-lst__item ul li img {
    width: 110px;
    margin-bottom: 20px;
  }
}

.p-cmdeco__channel-lst__item ul li span {
  font-size: 28px;
  color: #505050;
  display: block;
  line-height: 1.625;
}

@media (min-width: 851px) {
  .p-cmdeco__channel-lst__item ul li span {
    font-size: 16px;
  }
}

.p-mdb {
  padding: 55px 0 90px;
}

@media (min-width: 851px) {
  .p-mdb {
    padding: 60px 0 115px;
  }
}

.p-mdb__txt {
  font-size: 30px;
  line-height: 1.733;
  text-align: left;
  margin-top: 48px;
}

@media (min-width: 851px) {
  .p-mdb__txt {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 22px;
  }
}

.p-mdb__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 29px;
}

@media (min-width: 851px) {
  .p-mdb__box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 94px;
    -moz-column-gap: 94px;
    column-gap: 94px;
    margin-top: 65px;
  }
}

@media (max-width: 850px) {
  .p-mdb__box .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-mdb__box .content .group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px;
}

@media (min-width: 851px) {
  .p-mdb__box .content .group-btn {
    row-gap: 27px;
  }
}

.p-mdb__box .content .group-btn .btn {
  border-radius: 6px;
  color: #FFF;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 324px;
  height: 106px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}

@media (min-width: 851px) {
  .p-mdb__box .content .group-btn .btn {
    max-width: 364px;
    height: 88px;
  }
}

.p-mdb__box .content .group-btn .btn--book {
  background-color: #168034;
  font-size: 40px;
}

@media (min-width: 851px) {
  .p-mdb__box .content .group-btn .btn--book {
    font-size: 30px;
  }
}

.p-mdb__box .content .group-btn .btn--book::after {
  content: "";
  background: url("../../../images/ads/i_booksp.png") no-repeat center/contain;
  width: 46px;
  height: 37px;
  margin-left: 17px;
  position: relative;
  top: 3px;
}

@media (min-width: 851px) {
  .p-mdb__box .content .group-btn .btn--book::after {
    background-image: url("../../../images/ads/i_book.png");
    width: 39px;
    height: 31px;
  }
}

.p-mdb__box .content .group-btn .btn--pdf {
  border: 3px solid #168034;
  color: #168034;
  font-size: 30px;
  line-height: 1.6;
  max-width: 318px;
  height: 128px;
}

@media (min-width: 851px) {
  .p-mdb__box .content .group-btn .btn--pdf {
    max-width: 358px;
    height: 82px;
    font-size: 18px;
  }
}

.p-mdb__box .content .group-btn .btn--pdf.c-hover::before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
}

.p-mdb__box .media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 304px;
  flex: 0 0 304px;
  max-width: 304px;
}

.p-mdb__address {
  margin-top: 78px;
}

@media (min-width: 851px) {
  .p-mdb__address {
    margin-top: 50px;
  }
}

.p-mdb__address p {
  font-size: 30px;
  line-height: 1.73;
  text-align: left;
}

@media (min-width: 851px) {
  .p-mdb__address p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-mdb__address p:not(:last-child) {
  margin-bottom: 45px;
}

.p-mdb__address p a {
  text-decoration: none;
}

.p-mdb__address p.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mdb__address p.flex span {
  margin-right: 3px;
}

@media (max-width: 850px) {
  .p-mdb__address p.flex {
    font-size: 24px;
  }
}

.p-contact {
  padding: 55px 0 90px;
}

@media (min-width: 851px) {
  .p-contact {
    padding: 60px 0 115px;
  }
}

@media (min-width: 851px) {
  .p-contact--confirm {
    padding-top: 50px;
  }
}

.p-contact__txt {
  font-size: 30px;
  line-height: 1.733;
  text-align: left;
  margin-bottom: 98px;
}

@media (min-width: 851px) {
  .p-contact__txt {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 60px;
  }
}

.p-form__row:not(:first-child) {
  margin-top: 64px;
}

@media (min-width: 851px) {
  .p-form__row:not(:first-child) {
    margin-top: 45px;
  }
}

.p-form__ttl {
  text-align: left;
  margin-bottom: 15px;
}

@media (min-width: 851px) {
  .p-form__ttl {
    margin-bottom: 5px;
  }
}

.p-form__ttl .ttl {
  color: #505050;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media (min-width: 851px) {
  .p-form__ttl .ttl {
    font-size: 16px;
  }
}

.p-form__ttl .rq {
  background-color: #ff908c;
  border-radius: 4px;
  color: #FFF;
  font-size: 20px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 78px;
  height: 30px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

@media (min-width: 851px) {
  .p-form__ttl .rq {
    font-size: 12px;
    width: 46px;
    height: 18px;
    line-height: 18px;
  }
}

.p-form__control {
  background-color: #ececec;
  background-clip: padding-box;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #505050;
  font-family: inherit;
  font-size: 30px;
  line-height: 1.5;
  outline: none;
  width: 100%;
  padding: 26.5px 26px;
  margin: 0;
}

@media (min-width: 851px) {
  .p-form__control {
    font-size: 16px;
    padding: 20px 19px;
  }
}

.p-form__control--textarea {
  max-width: 100%;
  min-height: 570px;
}

@media (min-width: 851px) {
  .p-form__control--textarea {
    min-height: 261px;
  }
}

.p-form__control::-webkit-input-placeholder {
  color: #9f9f9f;
}

.p-form__control::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.p-form__control:-ms-input-placeholder {
  color: #9f9f9f;
}

.p-form__control::-ms-input-placeholder {
  color: #9f9f9f;
}

.p-form__control::placeholder {
  color: #9f9f9f;
}

.p-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 80px;
}

@media (min-width: 851px) {
  .p-btn-group {
    -webkit-column-gap: 46px;
    -moz-column-gap: 46px;
    column-gap: 46px;
    margin-top: 85px;
  }
}

.p-btn-group .btn {
  background-color: transparent;
  border-radius: 6px;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 100px;
  margin: 0;
  padding: 0;
}

@media (min-width: 851px) {
  .p-btn-group .btn {
    font-size: 18px;
    max-width: 320px;
    height: 52px;
  }
}

.p-btn-group .btn--submit {
  background-color: #168934;
}

.p-btn-group .btn--back {
  background-color: #999999;
}

@media (min-width: 851px) {
  .p-confirm {
    border-top: 1px solid #e0e0e0;
  }
}

@media (min-width: 851px) and (min-width: 851px) {
  .p-confirm {
    padding-top: 20px;
  }
}

@media (min-width: 851px) {
  .p-confirm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-bottom: 20px;
  }
}

.p-confirm__row:not(:last-child) {
  margin-bottom: 60px;
}

@media (min-width: 851px) {
  .p-confirm__row:not(:last-child) {
    margin-bottom: 23px;
  }
}

.p-confirm__ttl {
  color: #505050;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: left;
}

@media (max-width: 850px) {
  .p-confirm__ttl {
    border-bottom: 1px solid #969696;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .p-confirm__ttl::before {
    content: "●";
    margin-right: 5px;
  }
}

@media (min-width: 851px) {
  .p-confirm__ttl {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px;
  }
}

.p-confirm__content p {
  color: #505050;
  font-size: 30px;
  line-height: 1.733;
  word-break: break-all;
  text-align: left;
}

@media (min-width: 851px) {
  .p-confirm__content p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.p-thanks__ttl {
  border-bottom: 1px solid #e0e0e0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3684210526;
  letter-spacing: 0.05em;
  padding-bottom: 46px;
}

@media (min-width: 851px) {
  .p-thanks__ttl {
    line-height: 1.0714285714;
    font-size: 28px;
    padding-bottom: 40px;
  }
}

.p-thanks__txt {
  font-size: 30px;
  line-height: 1.733;
  margin-top: 48px;
}

@media (min-width: 851px) {
  .p-thanks__txt {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 40px;
  }
}

.p-thanks__btn {
  background-color: #999999;
  border-radius: 6px;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 100px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin: 99px auto 0;
}

@media (min-width: 851px) {
  .p-thanks__btn {
    font-size: 18px;
    max-width: 320px;
    height: 52px;
    margin-top: 83px;
  }
}

label.error {
  color: red;
  display: block;
  margin-top: 10px;
  text-align: left;
}


.mv_a--case {
  background: url(../../images/ads/mv_case.jpg) no-repeat center / cover;
}

.p-caseIntro {
  padding: 57px 0 105px;
  text-align: left;
}

.p-case__head {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .6em;
  text-align: center;
  color: #168034;
}

.p-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 1.6%;
  margin-top: 36px;
}

.p-case__list li {
  width: 23.8%;
  line-height: 1.2;
}

.p-case__list li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #4F4F4F;
}

.p-case__list li a:hover {
  opacity: .8;
}

.p-case__list__date {
  font-size: 12px;
  letter-spacing: .1em;
  color: #168034;
}

.p-case__list__box {
  border: solid 1px #A8D3B3;
  padding: 6px 7px;
}

.p-case__list__img {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  text-align: center;
  /* aspect-ratio: 16 / 9; */
}

.p-case__list__img img,
.p-case__list__logo img {
  max-width: 100%;
}

.p-case__list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* object-fit: cover;
  aspect-ratio: 16 / 9; */
}

.p-case__list__label {
  display: inline-block;
  background: #F79919;
  padding: 5px 10px;
  min-width: 146px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-case__list__ttl {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  min-height: 2.4em;
}

.p-case__list__info {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-top: 8px;
  border-top: solid 1px #A8D3B3;
  margin-top: 5px;
}

.p-case__list__logo {
  width: 54px;
}

.p-case__list__name {
  width: calc(100% - 71px);
  font-size: 14px;
  line-height: 1.42;
}

.p-case__past {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 103px;
}

.p-case__past li {
  width: calc((100% - 40px) / 3);
}

.p-case__past li a {
  display: block;
  border-radius: 4px;
  border: solid 1px #168034;
  background: #fff;
  padding: 20px;
  color: #168034;
  font-size: 20px;
  text-align: center;
  letter-spacing: .3em;
  text-decoration: none;
}

.p-case__past li a:hover {
  background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 850px) {
  .p-caseIntro {
    padding: 77px 0 97px;
  }

  .p-case__head {
    font-size: 34px;
  }

  .p-case__list {
    gap: 30px 4.4%;
    margin-top: 50px;
  }

  .p-case__list li {
    width: 47.8%;
  }

  .p-case__list__date {
    font-size: 24px;
  }

  .p-case__list__box {
    border-width: 2px;
  }

  .p-case__list__label {
    display: block;
    padding: 8px 5px;
    min-width: auto;
    font-size: 26px;
  }

  .p-case__list__ttl {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-size: 30px;
  }

  .p-case__list__info {
    border-top-width: 2px;
    margin-top: 23px;
  }

  .p-case__list__name {
    font-size: 24px;
  }

  .p-case__past {
    margin-top: 90px;
    gap: 40px 4.4%;
  }

  .p-case__past li {
    width: 47.8%;
  }

  .p-case__past li a {
    padding: 70px 20px;
    border-width: 2px;
    font-size: 30px;
  }
}

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