.top .c-ttl-02:after {
  background-color: #DCBF1E;
}

.top-mv {
  color: #FFF;
  position: relative;
  background: #00828D url("/assets/images/top/mv_bg.jpg") no-repeat center bottom/cover;
}
@media screen and (max-width:767px) {
  .top-mv {
    background-image: url("/assets/images/top/mv_bg_sp.jpg");
    text-align: center;
  }
}
.top-mv__inner {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .top-mv__inner {
    height: 562px;
  }
}
@media screen and (min-width:1025px) and (max-width: 1400px) {
  .top-mv__inner {
    position: static;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-mv__inner {
    height: auto;
    text-align: center;
  }
}
.top-mv__box {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:1025px) {
  .top-mv__box {
    padding-top: 70px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv__box {
    padding-top: 28px;
  }
}
.top-mv__lead {
  font-weight: 900;
  line-height: 1.6;
}
@media print, screen and (min-width:1025px) {
  .top-mv__lead {
    font-size: 5.6rem;
  }
}
@media screen and (max-width:1159px) {
  .top-mv__lead {
    font-size: 4.8275862069vw;
  }
}
@media screen and (max-width:1024px) {
  .top-mv__lead {
    font-size: 4.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv__lead {
    font-size: 3rem;
  }
}
@media print, screen and (min-width:1025px) {
  .top-mv__txt {
    font-size: 1.9rem;
    line-height: 2.2105263158;
    letter-spacing: -0.02em;
    margin-top: 1.35em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width:1159px) {
  .top-mv__txt {
    font-size: 1.6379310345vw;
  }
}
@media screen and (max-width:1024px) {
  .top-mv__txt {
    font-size: 1.5rem;
    line-height: 1.8667;
    margin-top: 15px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-mv__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:1024px) {
  .top-mv__btn {
    margin-top: 17px;
  }
  .top-mv__btn .c-btn-01 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:1025px) {
  .top-mv__deco {
    width: 685px;
    height: 577px;
    position: absolute;
    left: 600px;
    bottom: -30px;
  }
}
@media screen and (min-width:1025px) and (max-width: 1400px) {
  .top-mv__deco {
    left: auto;
    right: 0;
    bottom: -15px;
    width: 48.9285714286vw;
    height: 41.2142857143vw;
  }
}
@media screen and (max-width:1024px) {
  .top-mv__deco {
    display: block;
    margin-right: -10px;
  }
  .top-mv__deco img {
    display: block;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3d(0, 1.3rem, 0);
            transform: translate3d(0, 1.3rem, 0);
  }
}

.top-news {
  background-color: #FFF;
}
@media print, screen and (min-width:768px) {
  .top-news {
    padding: 17px 0 14px;
  }
}
@media screen and (max-width:767px) {
  .top-news {
    padding: 18px 0 16px;
  }
}
.top-news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .top-news dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width:768px) {
  .top-news dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #CAD5D5;
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    max-width: 170px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-news dt {
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    max-width: 150px;
  }
}
@media screen and (max-width:767px) {
  .top-news dt {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    max-width: 70px;
  }
}
.top-news dt span {
  display: inline-block;
  background-color: #F02B2B;
  color: #FFF;
  font-weight: 500;
}
@media print, screen and (min-width:768px) {
  .top-news dt span {
    font-size: 1.5rem;
    padding: 0.3em 0.85em;
    border-radius: 4px;
  }
}
@media screen and (max-width:767px) {
  .top-news dt span {
    width: 70px;
    font-size: 1.3rem;
    border-radius: 2px;
    text-align: center;
    padding: 5px 2px;
  }
}
.top-news dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media print, screen and (min-width:768px) {
  .top-news dd {
    padding-left: 30px;
    width: calc(100% - 170px);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-news dd {
    width: calc(100% - 160px);
    padding-left: 20px;
  }
}
@media screen and (max-width:767px) {
  .top-news dd {
    padding-left: 20px;
    width: calc(100% - 70px);
  }
}
.top-news ul li {
  line-height: 1.5;
}
@media print, screen and (min-width:768px) {
  .top-news ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0;
  }
}
@media screen and (max-width:767px) {
  .top-news ul li + li {
    margin-top: 6px;
  }
}
.top-news ul li .date {
  color: #6F7E7E;
}
@media print, screen and (min-width:768px) {
  .top-news ul li .date {
    display: inline;
    padding-right: 1em;
  }
}
@media screen and (max-width:767px) {
  .top-news ul li .date {
    display: block;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:768px) {
  .top-news ul li .text {
    display: inline;
  }
}
@media screen and (max-width:767px) {
  .top-news ul li .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-news ul a:hover {
    color: #00828D;
    text-decoration: underline;
  }
}

@media print, screen and (min-width:768px) {
  .top-sect__btn {
    margin-top: 64px;
  }
}
@media screen and (max-width:767px) {
  .top-sect__btn {
    margin-top: 36px;
  }
}

.sect-reason {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sect-reason.active {
  opacity: 1;
}

@media print, screen and (min-width:768px) {
  .top-card-01__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -13px;
    margin-right: -13px;
  }
  .top-card-01__item {
    width: calc(33.33% - 26px);
    margin-left: 13px;
    margin-right: 13px;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .top-card-01__item + .top-card-01__item {
    margin-top: 8px;
  }
}
.top-card-01__link {
  display: block;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  will-change: transform;
}
@media print, screen and (min-width:768px) {
  .top-card-01__link {
    height: 100%;
    border-radius: 5px;
    padding: 31px 10px 25px;
    -webkit-box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.16);
            box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-card-01__link {
    padding-bottom: 35px;
  }
}
@media screen and (max-width:767px) {
  .top-card-01__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2px;
    padding: 19px 1rem 18px 2rem;
    -webkit-box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
            box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width:374px) {
  .top-card-01__link {
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-card-01__link:hover {
    -webkit-box-shadow: 0 0 transparent;
            box-shadow: 0 0 transparent;
    -webkit-transform: translateY(3px) scale(0.99);
            transform: translateY(3px) scale(0.99);
  }
}
.top-card-01__ico {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.top-card-01__ico img {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .top-card-01__ico {
    height: 100px;
  }
  .top-card-01__ico.icon01 {
    padding-top: 5px;
  }
  .top-card-01__ico.icon01 img {
    width: 88px;
    height: 75px;
  }
  .top-card-01__ico.icon02 img {
    width: 110px;
    height: 81px;
    margin-top: -2px;
  }
  .top-card-01__ico.icon03 {
    padding-top: 9px;
  }
  .top-card-01__ico.icon03 img {
    width: 118px;
    height: 59px;
  }
}
@media screen and (max-width:767px) {
  .top-card-01__ico {
    width: 70px;
  }
  .top-card-01__ico.icon01 img {
    width: 62px;
    height: 53px;
  }
  .top-card-01__ico.icon02 img {
    width: 68px;
    height: 50px;
  }
  .top-card-01__ico.icon03 img {
    width: 69px;
    height: 35px;
  }
}
.top-card-01__txt {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media print, screen and (min-width:768px) {
  .top-card-01__txt {
    font-size: 2rem;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-card-01__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-card-01__txt {
    font-size: 1.5rem;
    line-height: 1.73;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width:374px) {
  .top-card-01__txt {
    padding-left: 1rem;
  }
}
.top-card-01__edge {
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-card-01__edge:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 66px 66px;
  border-color: transparent transparent #FF8E1D transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-card-01__edge:after {
  content: "";
  width: 9px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 10px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.121 13.414'%3E%3Cpath d='M748.931,1808.572l6,6-6,6' transform='translate(-748.224 -1807.865)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .top-card-01__edge {
    width: 50px;
    height: 50px;
  }
  .top-card-01__edge:before {
    border-width: 0 0 50px 50px;
  }
  .top-card-01__edge:after {
    margin-top: 3px;
  }
}
@media screen and (max-width:767px) {
  .top-card-01__edge {
    width: 40px;
    height: 40px;
  }
  .top-card-01__edge:before {
    border-width: 0 0 40px 40px;
  }
  .top-card-01__edge:after {
    width: 7px;
    height: 12px;
    margin-top: 2px;
    margin-left: 5px;
  }
}

@media print, screen and (min-width:768px) {
  .l-container--configs .l-inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
  }
}
@media print, screen and (min-width:768px) {
  .sect-configs__banner {
    max-width: 80%;
    width: 800px;
    margin: -10px auto 90px;
  }
}
@media screen and (max-width:767px) {
  .sect-configs__banner {
    margin: 0 0 55px;
    padding-top: 7px;
  }
}
@media screen and (max-width:767px) {
  .sect-configs__body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1px;
  }
}
.sect-configs__bottom {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .sect-configs__bottom {
    margin-top: 75px;
  }
}
@media screen and (max-width:767px) {
  .sect-configs__bottom {
    margin-top: 40px;
  }
}
@media print, screen and (min-width:768px) {
  .sect-configs__bottom p {
    letter-spacing: 0.022em;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .sect-configs__bottom p {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
  }
}

.config-grid__item {
  background-color: #FFF;
  position: relative;
  border-radius: 5px;
  border-top: 12px solid #00828D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media print, screen and (min-width:768px) {
  .config-grid__item {
    min-height: 555px;
    -webkit-box-shadow: 16px 16px 30px rgba(44, 57, 57, 0.15);
            box-shadow: 16px 16px 30px rgba(44, 57, 57, 0.15);
  }
}
@media screen and (max-width:767px) {
  .config-grid__item {
    -webkit-box-shadow: 8px 8px 15px rgba(44, 57, 57, 0.15);
            box-shadow: 8px 8px 15px rgba(44, 57, 57, 0.15);
  }
}
.config-grid__inner {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .config-grid__inner {
    padding: 26px 10px 84px;
  }
}
@media screen and (max-width:767px) {
  .config-grid__inner {
    padding: 20px 10px 60px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .config-grid__inner:hover .c-btn-02--gray {
    background-color: #D4E0E0;
  }
  .is-view-pc .config-grid__inner:hover .c-btn-02--gray .c-btn-02__ico {
    -webkit-transform: translate3d(5px, -50%, 0);
            transform: translate3d(5px, -50%, 0);
  }
}
.config-grid__ttl {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .config-grid__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:767px) {
  .config-grid__ttl {
    font-size: 1.6rem;
  }
}
.config-grid__ttl:after {
  content: "";
  display: block;
  background-color: #CAD5D5;
  height: 2px;
  margin: 11px auto 0;
}
@media print, screen and (min-width:768px) {
  .config-grid__ttl:after {
    width: 60px;
  }
}
@media screen and (max-width:767px) {
  .config-grid__ttl:after {
    width: 50px;
  }
}
.config-grid__img {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .config-grid__img {
    margin-top: 30px;
  }
  .config-grid__img img {
    max-width: 330px;
  }
}
@media screen and (max-width:767px) {
  .config-grid__img {
    margin-top: 23px;
  }
  .config-grid__img img {
    max-width: 300px;
  }
}
@media print, screen and (min-width:768px) {
  .config-grid__txt {
    line-height: 1.75;
    padding: 0 8% 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width:767px) {
  .config-grid__txt {
    line-height: 1.65;
    padding: 0 5% 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.config-grid__btn {
  position: absolute;
  left: 15px;
  right: 15px;
}
@media print, screen and (min-width:768px) {
  .config-grid__btn {
    bottom: 24px;
  }
}
@media screen and (max-width:767px) {
  .config-grid__btn {
    bottom: 20px;
  }
}
.config-grid__btn .c-btn-02--gray {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.config-grid.swiper-container {
  width: 100%;
  overflow: visible !important;
}
.config-grid.swiper-container .swiper-slide {
  opacity: 0.5;
}
.config-grid.swiper-container .swiper-slide-visible {
  opacity: 1;
}
@media print, screen and (min-width:768px) {
  .config-grid.swiper-container.swiper-container-pagination {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:768px) {
  .config-grid.swiper-container > .swiper-pagination {
    display: none !important;
    margin-bottom: 0;
  }
}
.l-container--cards {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .l-container--cards {
    padding-bottom: 120px;
  }
}
@media screen and (max-width:767px) {
  .l-container--cards {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
.l-container--cards:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  background: url("/assets/images/top/bg_card_tl.png") no-repeat 0 0, url("/assets/images/top/bg_card_br.png") no-repeat 100% 100%;
  background-color: #e0e8e8;
}
@media print, screen and (min-width:768px) {
  .l-container--cards:before {
    bottom: -74px;
  }
}
@media screen and (max-width:767px) {
  .l-container--cards:before {
    bottom: -95px;
    background-size: 75% auto, 80% auto;
  }
}
.l-container--cards > * {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width:768px) {
  .top-card-02 {
    padding-top: 25px;
  }
}
@media screen and (max-width:767px) {
  .top-card-02 {
    padding-top: 25px;
  }
}
@media print, screen and (min-width:768px) {
  .top-card-02__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -74px;
  }
}
@media print, screen and (min-width:768px) {
  .top-card-02__item {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 74px;
    width: calc(33.33% - 40px);
  }
}
@media screen and (min-width:768px) and (max-width: 1023px) {
  .top-card-02__item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width:767px) {
  .top-card-02__item + .top-card-02__item {
    margin-top: 41px;
  }
}
.top-card-02__inner {
  display: block;
  height: 100%;
  background-color: #FFF;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .top-card-02__inner {
    text-align: center;
    border-radius: 5px;
    padding: 0 10px 84px;
    -webkit-box-shadow: 16px 16px 30px rgba(44, 57, 57, 0.06);
            box-shadow: 16px 16px 30px rgba(44, 57, 57, 0.06);
  }
}
@media screen and (max-width:767px) {
  .top-card-02__inner {
    padding: 0 5.5% 20px;
    -webkit-box-shadow: 8px 8px 15px rgba(44, 57, 57, 0.06);
            box-shadow: 8px 8px 15px rgba(44, 57, 57, 0.06);
    border-radius: 3px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-card-02__inner:hover .c-btn-02--gray {
    background-color: #D4E0E0;
  }
  .is-view-pc .top-card-02__inner:hover .c-btn-02--gray .c-btn-02__ico {
    -webkit-transform: translate3d(5px, -50%, 0);
            transform: translate3d(5px, -50%, 0);
  }
}
.top-card-02__lbl {
  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%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  position: relative;
  background-color: #00828D;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media print, screen and (min-width:768px) {
  .top-card-02__lbl {
    max-width: 300px;
    height: 52px;
    border-radius: 5px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width:767px) {
  .top-card-02__lbl {
    max-width: 260px;
    height: 36px;
    border-radius: 3px;
    font-size: 1.7rem;
  }
}
.top-card-02__lbl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00828D transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
}
@media print, screen and (min-width:768px) {
  .top-card-02__lbl:after {
    border-width: 15px 11px 0 11px;
    margin-left: -11px;
  }
}
@media screen and (max-width:767px) {
  .top-card-02__lbl:after {
    border-width: 12px 9px 0 9px;
    margin-left: -9px;
  }
}
@media screen and (max-width:767px) {
  .top-card-02__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .top-card-02__ico {
    height: 90px;
    margin-top: 13px;
    display: block;
    text-align: center;
  }
  .top-card-02__ico.icon01 img {
    width: 88px;
    height: 75px;
  }
  .top-card-02__ico.icon02 img {
    width: 124px;
    height: 74px;
  }
  .top-card-02__ico.icon03 {
    padding-top: 8px;
  }
  .top-card-02__ico.icon03 img {
    width: 118px;
    height: 59px;
  }
  .top-card-02__ico.icon04 img {
    width: 52px;
    height: 76px;
  }
  .top-card-02__ico.icon05 img {
    width: 57px;
    height: 80px;
  }
  .top-card-02__ico.icon06 img {
    width: 90px;
    height: 90px;
    margin-top: -8px;
  }
}
@media screen and (max-width:767px) {
  .top-card-02__ico {
    width: 75px;
  }
  .top-card-02__ico.icon01 img {
    width: 60px;
    height: 52px;
  }
  .top-card-02__ico.icon02 img {
    width: 72px;
    height: 43px;
  }
  .top-card-02__ico.icon03 img {
    width: 73px;
    height: 37px;
  }
  .top-card-02__ico.icon04 img {
    width: 40px;
    height: 58px;
  }
  .top-card-02__ico.icon05 img {
    width: 42px;
    height: 59px;
  }
  .top-card-02__ico.icon06 img {
    width: 61px;
    height: 61px;
  }
}
@media print, screen and (min-width:768px) {
  .top-card-02__txt {
    line-height: 1.875;
    margin-top: 7px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width:767px) {
  .top-card-02__txt {
    line-height: 1.65;
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width:374px) {
  .top-card-02__txt {
    padding-left: 1rem;
  }
}
@media print, screen and (min-width:768px) {
  .top-card-02__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width:767px) {
  .top-card-02__btn {
    margin-top: 18px;
  }
}
.top-card-02__btn .c-btn-02--gray {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-container--video {
  padding-top: 0;
}
@media print, screen and (min-width:768px) {
  .l-container--video {
    padding-bottom: 19px;
  }
}
@media screen and (max-width:767px) {
  .l-container--video {
    padding-bottom: 10px;
  }
}

.sect-video {
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media print, screen and (min-width:768px) {
  .sect-video {
    padding-top: 71px;
    padding-bottom: 64px;
    border-radius: 5px;
    -webkit-box-shadow: 30px 30px 40px rgba(44, 57, 57, 0.1);
            box-shadow: 30px 30px 40px rgba(44, 57, 57, 0.1);
  }
}
@media screen and (max-width:767px) {
  .sect-video {
    padding: 33px 24px 33px;
    border-radius: 3px;
    -webkit-box-shadow: 15px 15px 20px rgba(44, 57, 57, 0.1);
            box-shadow: 15px 15px 20px rgba(44, 57, 57, 0.1);
  }
}
@media print, screen and (min-width:768px) {
  .sect-video .c-ttl-02 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .sect-video .c-ttl-02 {
    margin-bottom: 30px;
  }
}
.sect-video__lead {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .sect-video__lead {
    font-size: 2.2rem;
    line-height: 1.9;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .sect-video__lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width:768px) {
  .sect-video__video {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:768px) {
  .sect-video__btn {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .sect-video__btn {
    margin-top: 23px;
  }
}

.l-container--news {
  position: relative;
  background-color: #F6F6F6;
}
@media print, screen and (min-width:768px) {
  .l-container--news .l-inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1340px;
  }
}
@media print, screen and (min-width:768px) {
  .sect-news {
    padding-bottom: 16px;
  }
}
.sect-news__body {
  padding-bottom: 1px;
}
@media screen and (max-width:767px) {
  .sect-news__body {
    padding-left: 17px;
    padding-right: 17px;
  }
}