.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

@keyframes fadeout-txt-box-pc {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout-txt-box-sp {
  0% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-ads-mv {
    padding-top: 60px;
  }
}
@media screen and (max-width: 425px) {
  .sec-ads-mv {
    padding-top: 0;
  }
}
.sec-ads-mv__container {
  position: relative;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .sec-ads-mv__container {
    background-color: #fff;
  }
}
.sec-ads-mv__bg__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-ads-mv__ttl {
  position: absolute;
  left: 9.8958333333vw;
  top: 9.8958333333vw;
  display: block;
  width: 40.1041666667vw;
}
@media screen and (max-width: 425px) {
  .sec-ads-mv__ttl {
    left: 5vw;
    top: 31vw;
    width: 87vw;
  }
}
.sec-ads-mv__ttl__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-ads-mv__reqst-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 11.4583333333vw;
  top: 35.4166666667vw;
  padding: 1.3020833333vw 0 1.5625vw;
  width: 36.4583333333vw;
  background-color: #f38100;
  font-size: 1.3vw;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-ads-mv__reqst-btn {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 425px) {
  .sec-ads-mv__reqst-btn {
    left: 9vw;
    top: 106vw;
    padding: 3vw 0 3.4vw;
    width: 82vw;
    font-size: 3.8vw;
  }
}
.sec-ads-mv__reqst-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.4583333333vw;
  background: url("../images/icn/icn-btn-arrow-right-white.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .sec-ads-mv__reqst-btn:after {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .sec-ads-mv__reqst-btn:after {
    right: 3vw;
    width: 3.4vw;
    height: 5.4vw;
  }
}
.sec-ads-mv__reqst-btn__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-ads-mv__reqst-btn__img--box {
  display: block;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec-ads-mv__reqst-btn__img--box {
    width: 60%;
  }
}
.sec-ads-mv__reqst-btn__txt {
  display: block;
  font-size: 1.3vw;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sec-ads-mv__reqst-btn__txt {
    width: 35%;
  }
}
@media screen and (max-width: 425px) {
  .sec-ads-mv__reqst-btn__txt {
    font-size: 3.5vw;
  }
}

.sec-about {
  position: relative;
}
.sec-about:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 365px;
  content: "";
  background-color: #e0e0e0;
}
@media screen and (max-width: 1440px) {
  .sec-about:before {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .sec-about:before {
    display: none;
  }
}
.sec-about:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 11.4583333333vw;
  height: 44.2708333333vw;
  background-image: url("../images/ads/img-about-side.png");
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .sec-about:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-about:after {
    display: none;
  }
}
.sec-about .ttl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec-about .ttl {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-about .ttl__picture {
  display: block;
  width: 55%;
}
@media screen and (max-width: 1440px) {
  .sec-about .ttl__picture {
    width: 50%;
  }
}
.sec-about .ttl__picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-about .content {
  position: relative;
  margin-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-about .content {
    margin-top: 20px;
  }
}
.sec-about .content:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 25px;
  content: "";
  background-image: linear-gradient(to right, #ffe658 0%, #f38100 100%);
}
.sec-about .content__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-about .content__inner {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-about .content__container {
  width: 61%;
}
.sec-about .content__video-box {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: calc(100% - 7vw);
  display: block;
  width: 40%;
}
@media screen and (max-width: 1440px) {
  .sec-about .content__video-box {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .sec-about .content__video-box {
    display: none;
  }
}
.sec-about .content__video {
  width: 100%;
  height: auto;
}
.sec-about .content__video-play-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  background-color: rgb(243, 129, 0);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sec-about .content__video-play-btn {
    border-radius: 40px;
    width: 80px;
    height: 80px;
  }
}
.sec-about .content__video-play-btn:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 768px) {
  .sec-about .content__video-play-btn:before {
    left: 37%;
  }
}
.sec-about .txt-lead {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 500;
}
.sec-about .sub-ttl {
  margin-top: 10vw;
  font-size: 3rem;
  font-weight: 700;
}
.sec-about .txt-body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.68;
  color: #5a5a5a;
  width: 44vw;
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .sec-about .txt-body {
    width: 100%;
  }
}
.sec-about .point {
  margin-top: 205px;
  padding-bottom: 150px;
  background-color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .sec-about .point {
    margin-top: 120px;
    padding-bottom: 80px;
  }
}
.sec-about .point__ttl {
  transform: translateY(-65%);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .sec-about .point__ttl {
    font-size: 2rem;
  }
}
.sec-about .point__ttl__txt1 {
  display: block;
}
.sec-about .point__ttl__txt2 {
  display: block;
}
.sec-about .point__ttl__txt2--big {
  display: inline-block;
  font-size: 120%;
}
.sec-about .point__ttl__txt2--bigger {
  font-size: 210%;
}
.sec-about .point__ttl__txt2--mont {
  font-family: "Montserrat", sans-serif;
}
.sec-about .point__list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__list {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-about .point__item {
  margin-top: 30px;
  border-radius: 23px;
  width: 100%;
  background-color: #fff;
}
.sec-about .point__item:nth-of-type(1) {
  margin-top: 0;
  padding: 55px 20px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item:nth-of-type(1) {
    padding: 40px 3.5vw;
  }
}
.sec-about .point__item:nth-of-type(2) {
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item:nth-of-type(2) {
    padding: 40px 3.5vw;
  }
}
.sec-about .point__item:nth-of-type(3) {
  padding: 32px 20px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item:nth-of-type(3) {
    padding: 40px 3.5vw;
  }
}
.sec-about .point__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__inner {
    display: block;
  }
}
.sec-about .point__item__img-box--1 {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__img-box--1 {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.sec-about .point__item__img-box--2 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__img-box--2 {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.sec-about .point__item__img-box--3 {
  width: 37%;
  max-width: 301px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__img-box--3 {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.sec-about .point__item__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-about .point__item__content {
  width: 55%;
  max-width: 459px;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__content {
    margin-top: 30px;
    width: 100%;
  }
}
.sec-about .point__item__num {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  color: #e0e0e0;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__num {
    font-size: 3.5rem;
  }
}
.sec-about .point__item__num__big {
  display: inline-block;
  margin-left: 10px;
  font-size: 130%;
}
.sec-about .point__item__ttl {
  margin-top: 5px;
  letter-spacing: 0.1em;
}
.sec-about .point__item__ttl__txt1, .sec-about .point__item__ttl__txt2 {
  display: inline-block;
  padding: 5px 15px;
  background-color: #f38100;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-about .point__item__ttl__txt1, .sec-about .point__item__ttl__txt2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .sec-about .point__item__ttl__txt1, .sec-about .point__item__ttl__txt2 {
    font-size: 1.8rem;
  }
}
.sec-about .point__item__ttl__txt2 {
  margin-top: 10px;
}
.sec-about .point__item__body {
  margin-top: 10px;
  line-height: 1.9;
  color: #5a5a5a;
}
.sec-about .point__item__body__sm {
  display: inline-block;
  vertical-align: text-top;
  font-size: 70%;
}
.sec-about .point__item__ref {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #898888;
}
@media screen and (max-width: 1000px) {
  .sec-about .content:before {
    display: none;
  }
  .sec-about .about .contents {
    flex-direction: column;
  }
  .sec-about .about .contents .buss {
    order: 2;
    width: 100%;
    max-width: 385px;
    margin-top: 115px;
    position: relative;
  }
  .sec-about .about .contents .buss::after {
    content: "";
    background-image: url("../images/ads/arrow-btm.png");
    background-size: contain;
    width: 54px;
    height: 59px;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-about .about .contents .cen-cont {
    padding-top: 50px;
    order: 1;
    width: 100%;
  }
  .sec-about .about .contents .cen-cont .img-box .arrow {
    display: none;
  }
  .sec-about .about .contents .cen-cont .img-box img {
    max-width: 100%;
  }
  .sec-about .about .contents .cen-cont > p {
    width: 100%;
    line-height: 2;
  }
  .sec-about .about .contents .life {
    margin-top: 110px;
    order: 3;
    width: 100%;
    max-width: 385px;
    position: relative;
  }
  .sec-about .about .contents .life::after {
    content: "";
    background-image: url("../images/ads/icn-plus.png");
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sec-about:before {
    height: 500px;
  }
  .sec-about .ttl {
    padding-top: 40px;
  }
  .sec-about .ttl__picture {
    max-width: 440px;
  }
  .sec-about .content {
    padding-bottom: 60px;
  }
  .sec-about .content:after {
    width: 90%;
    height: 15px;
  }
  .sec-about .content__inner {
    padding: 0;
  }
  .sec-about .content__container {
    width: 100%;
  }
  .sec-about .content__img {
    display: none;
  }
  .sec-about .txt-lead {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1080px + 20px * 2);
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-about .txt-lead {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-about .sp-video-box {
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    width: 95%;
    height: auto;
  }
  .sec-about .sub-ttl {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1080px + 20px * 2);
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-about .sub-ttl {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-about .txt-body {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1080px + 20px * 2);
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-about .txt-body {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-about .about {
    padding: 50px 0 100px;
  }
  .sec-about .about__ttl {
    font-size: 2.7rem;
  }
  .sec-about .about__ttl:before {
    width: 32px;
    height: 28px;
  }
  .sec-about .about__content {
    margin-top: 50px;
  }
  .sec-about .about__picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
}

.sec-env {
  position: relative;
  margin-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-env {
    margin-top: 80px;
  }
}
.sec-env:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 25px;
  content: "";
  background-image: linear-gradient(to right, #ffaf7b 0%, #d76d77 50%, #a186d1 100%);
}
.sec-env .ttl {
  position: relative;
  padding: 30px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-env .ttl {
    overflow: hidden;
    padding: 14px 2vw;
  }
}
.sec-env .ttl:before {
  position: absolute;
  top: 0;
  display: block;
  width: 54%;
  height: 100%;
  content: "";
  background-color: #e0e0e0;
}
.sec-env .ttl:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  display: block;
  width: 11.9791666667vw;
  height: 45.3125vw;
  content: "";
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .sec-env .ttl:after {
    display: none;
  }
}
.sec-env .ttl.left:before {
  left: 0;
}
.sec-env .ttl.right:before {
  right: 0;
}
.sec-env .ttl__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sec-env .ttl__sm {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-env .ttl__sm {
    font-size: 2rem;
  }
}
.sec-env .ttl__lg {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-env .ttl__lg {
    font-size: 2.5rem;
  }
}
.sec-env .ttl__en__inner {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-env .ttl__en__inner {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.sec-env .ttl__en__inner:before, .sec-env .ttl__en__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 125px;
  height: 1px;
  background-color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-env .ttl__en__inner:before, .sec-env .ttl__en__inner:after {
    width: 10vw;
  }
}
.sec-env .ttl__en__inner:before {
  right: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-env .ttl__en__inner:before {
    right: calc(100% + 5vw);
  }
}
.sec-env .ttl__en__inner:after {
  left: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-env .ttl__en__inner:after {
    left: calc(100% + 5vw);
  }
}
.sec-env .ttl:after {
  z-index: -1;
  right: 0;
  background-image: url("../images/ads/img-env-side.png");
}
.sec-env .content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-env .content {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
@media screen and (min-width: 769px) {
  .sec-env .content {
    position: relative;
    z-index: 1;
  }
}
.sec-env .content__img {
  margin-top: 40px;
  margin-left: -30px;
  width: 63%;
  max-width: 598px;
}
@media screen and (max-width: 768px) {
  .sec-env .content__img {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}
.sec-env .content__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-env .content__body {
  margin-left: auto;
  margin-top: -290px;
  width: 45%;
  max-width: 452px;
}
@media screen and (max-width: 1024px) {
  .sec-env .content__body {
    margin-top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .sec-env .content__body {
    margin-top: 20px;
    width: 100%;
  }
}
.sec-env .content__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.68;
  color: #5a5a5a;
}
.sec-env .content__btn {
  margin-top: 60px;
}
.sec-env .content__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .sec-env .content__btn .btn__anchor {
    font-size: 1.6rem;
  }
}
.sec-env .content__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-env .content__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: 0.35s;
}
.sec-env .content__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-env .content__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-env .content__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-env .content__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-env .content__btn .btn__anchor {
    border: 0;
  }
  .sec-env .content__btn .btn__anchor:before {
    display: none;
  }
  .sec-env .content__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-env .content__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-env .content__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-env .content__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #ffaf7b 0%, #d76d77 50%, #a186d1 100%);
}
@media screen and (max-width: 1000px) {
  .sec-env .ttl:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-env:after {
    width: 90%;
    height: 15px;
  }
}

.sec-reason {
  position: relative;
  margin-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-reason {
    margin-top: 80px;
  }
}
.sec-reason:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 25px;
  content: "";
  background-image: linear-gradient(to right, #bf4df5 0%, #68e2fd 100%);
}
.sec-reason .ttl {
  position: relative;
  padding: 30px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl {
    overflow: hidden;
    padding: 14px 2vw;
  }
}
.sec-reason .ttl:before {
  position: absolute;
  top: 0;
  display: block;
  width: 54%;
  height: 100%;
  content: "";
  background-color: #e0e0e0;
}
.sec-reason .ttl:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  display: block;
  width: 11.9791666667vw;
  height: 45.3125vw;
  content: "";
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .sec-reason .ttl:after {
    display: none;
  }
}
.sec-reason .ttl.left:before {
  left: 0;
}
.sec-reason .ttl.right:before {
  right: 0;
}
.sec-reason .ttl__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sec-reason .ttl__sm {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl__sm {
    font-size: 2rem;
  }
}
.sec-reason .ttl__lg {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl__lg {
    font-size: 2.5rem;
  }
}
.sec-reason .ttl__en__inner {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl__en__inner {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.sec-reason .ttl__en__inner:before, .sec-reason .ttl__en__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 125px;
  height: 1px;
  background-color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl__en__inner:before, .sec-reason .ttl__en__inner:after {
    width: 10vw;
  }
}
.sec-reason .ttl__en__inner:before {
  right: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl__en__inner:before {
    right: calc(100% + 5vw);
  }
}
.sec-reason .ttl__en__inner:after {
  left: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-reason .ttl__en__inner:after {
    left: calc(100% + 5vw);
  }
}
.sec-reason .ttl:after {
  z-index: -1;
  left: 0;
  background-image: url("../images/ads/img-reason-side.png");
}
.sec-reason .content {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  min-height: 30vw;
}
.sec-reason .content__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-reason .content__inner {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-reason .content__container {
  width: 43%;
}
.sec-reason .content__logo {
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .sec-reason .content__logo {
    margin: 20px auto 0;
    max-width: 250px;
  }
}
.sec-reason .content__logo__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-reason .content__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  color: #5a5a5a;
  line-height: 1.68;
}
.sec-reason .content__btn {
  margin-top: 30px;
}
.sec-reason .content__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .sec-reason .content__btn .btn__anchor {
    font-size: 1.6rem;
  }
}
.sec-reason .content__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-reason .content__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: 0.35s;
}
.sec-reason .content__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-reason .content__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-reason .content__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-reason .content__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .content__btn .btn__anchor {
    border: 0;
  }
  .sec-reason .content__btn .btn__anchor:before {
    display: none;
  }
  .sec-reason .content__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-reason .content__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason .content__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-reason .content__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #bf4df5 0%, #68e2fd 100%);
}
.sec-reason .content__picture {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 46vw;
}
.sec-reason .content__picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sec-reason .ttl:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-reason {
    padding-bottom: 70px;
  }
  .sec-reason:after {
    width: 90%;
    height: 15px;
  }
  .sec-reason .content {
    margin-top: 50px;
    display: block;
  }
  .sec-reason .content__container {
    width: 100%;
  }
  .sec-reason .content__ttl {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .sec-reason .content__picture {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
}

.sec-signegemap {
  position: relative;
  margin-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-signegemap {
    margin-top: 80px;
  }
}
.sec-signegemap:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 25px;
  content: "";
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
.sec-signegemap .ttl {
  position: relative;
  padding: 30px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl {
    overflow: hidden;
    padding: 14px 2vw;
  }
}
.sec-signegemap .ttl:before {
  position: absolute;
  top: 0;
  display: block;
  width: 54%;
  height: 100%;
  content: "";
  background-color: #e0e0e0;
}
.sec-signegemap .ttl:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  display: block;
  width: 11.9791666667vw;
  height: 45.3125vw;
  content: "";
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .sec-signegemap .ttl:after {
    display: none;
  }
}
.sec-signegemap .ttl.left:before {
  left: 0;
}
.sec-signegemap .ttl.right:before {
  right: 0;
}
.sec-signegemap .ttl__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sec-signegemap .ttl__sm {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl__sm {
    font-size: 2rem;
  }
}
.sec-signegemap .ttl__lg {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl__lg {
    font-size: 2.5rem;
  }
}
.sec-signegemap .ttl__en__inner {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl__en__inner {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.sec-signegemap .ttl__en__inner:before, .sec-signegemap .ttl__en__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 125px;
  height: 1px;
  background-color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl__en__inner:before, .sec-signegemap .ttl__en__inner:after {
    width: 10vw;
  }
}
.sec-signegemap .ttl__en__inner:before {
  right: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl__en__inner:before {
    right: calc(100% + 5vw);
  }
}
.sec-signegemap .ttl__en__inner:after {
  left: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-signegemap .ttl__en__inner:after {
    left: calc(100% + 5vw);
  }
}
.sec-signegemap .ttl:after {
  right: 0;
  z-index: -1;
  background-image: url("../images/ads/img-signegemap-side.webp");
}
.sec-signegemap .content {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 85px;
  min-height: 26vw;
}
.sec-signegemap .content__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__inner {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-signegemap .content__container {
  margin-left: auto;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__container {
    margin-top: 20px;
  }
}
.sec-signegemap .content__price {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__price {
    text-align: center;
  }
}
.sec-signegemap .content__price__heading {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__price__heading {
    font-size: 2rem;
  }
}
.sec-signegemap .content__price__txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__price__txt {
    font-size: 2rem;
  }
}
.sec-signegemap .content__price__txt__orange {
  display: inline-block;
  margin-right: 14px;
  font-size: 200%;
  color: #f38122;
}
.sec-signegemap .content__txt {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.68;
  color: #5a5a5a;
}
.sec-signegemap .content__btn {
  margin-top: 30px;
}
.sec-signegemap .content__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__btn .btn__anchor {
    font-size: 1.6rem;
  }
}
.sec-signegemap .content__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-signegemap .content__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: 0.35s;
}
.sec-signegemap .content__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-signegemap .content__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-signegemap .content__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-signegemap .content__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__btn .btn__anchor {
    border: 0;
  }
  .sec-signegemap .content__btn .btn__anchor:before {
    display: none;
  }
  .sec-signegemap .content__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-signegemap .content__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-signegemap .content__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-signegemap .content__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
.sec-signegemap .content__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 49vw;
}
.sec-signegemap .content__picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sec-signegemap .ttl:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-signegemap {
    padding-bottom: 70px;
  }
  .sec-signegemap:after {
    width: 90%;
    height: 15px;
  }
  .sec-signegemap .content {
    margin-top: 50px;
    display: block;
  }
  .sec-signegemap .content__container {
    width: 100%;
  }
  .sec-signegemap .content__ttl {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .sec-signegemap .content__picture {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
}

.sec-plan {
  position: relative;
  margin-top: 150px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sec-plan {
    margin-top: 80px;
  }
}
.sec-plan:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 25px;
  content: "";
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
.sec-plan .ttl {
  position: relative;
  padding: 30px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl {
    overflow: hidden;
    padding: 14px 2vw;
  }
}
.sec-plan .ttl:before {
  position: absolute;
  top: 0;
  display: block;
  width: 54%;
  height: 100%;
  content: "";
  background-color: #e0e0e0;
}
.sec-plan .ttl:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  display: block;
  width: 11.9791666667vw;
  height: 45.3125vw;
  content: "";
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  .sec-plan .ttl:after {
    display: none;
  }
}
.sec-plan .ttl.left:before {
  left: 0;
}
.sec-plan .ttl.right:before {
  right: 0;
}
.sec-plan .ttl__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sec-plan .ttl__sm {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl__sm {
    font-size: 2rem;
  }
}
.sec-plan .ttl__lg {
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl__lg {
    font-size: 2.5rem;
  }
}
.sec-plan .ttl__en__inner {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl__en__inner {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.sec-plan .ttl__en__inner:before, .sec-plan .ttl__en__inner:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 125px;
  height: 1px;
  background-color: #898888;
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl__en__inner:before, .sec-plan .ttl__en__inner:after {
    width: 10vw;
  }
}
.sec-plan .ttl__en__inner:before {
  right: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl__en__inner:before {
    right: calc(100% + 5vw);
  }
}
.sec-plan .ttl__en__inner:after {
  left: calc(100% + 40px);
}
@media screen and (max-width: 768px) {
  .sec-plan .ttl__en__inner:after {
    left: calc(100% + 5vw);
  }
}
.sec-plan .ttl:after {
  left: 0;
  z-index: -1;
  background-image: url("../images/ads/img-plan-side.webp");
}
.sec-plan .content {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 85px;
  min-height: 27.3vw;
}
.sec-plan .content__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-plan .content__inner {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-plan .content__container {
  margin-bottom: 50px;
  margin-right: auto;
  width: 43%;
}
@media screen and (max-width: 768px) {
  .sec-plan .content__container {
    margin-top: 20px;
  }
}
.sec-plan .content__price {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-plan .content__price {
    text-align: center;
  }
}
.sec-plan .content__price__heading {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .content__price__heading {
    font-size: 2rem;
  }
}
.sec-plan .content__price__txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .content__price__txt {
    font-size: 2rem;
  }
}
.sec-plan .content__price__txt__orange {
  display: inline-block;
  margin-right: 14px;
  font-size: 200%;
  color: #f38122;
}
.sec-plan .content__txt {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.68;
  color: #5a5a5a;
}
.sec-plan .content__btn {
  margin-top: 30px;
}
.sec-plan .content__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .sec-plan .content__btn .btn__anchor {
    font-size: 1.6rem;
  }
}
.sec-plan .content__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-plan .content__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: 0.35s;
}
.sec-plan .content__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-plan .content__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-plan .content__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-plan .content__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-plan .content__btn .btn__anchor {
    border: 0;
  }
  .sec-plan .content__btn .btn__anchor:before {
    display: none;
  }
  .sec-plan .content__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-plan .content__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-plan .content__btn .btn__anchor {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-plan .content__btn .btn__anchor:after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
.sec-plan .content__picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 47vw;
}
.sec-plan .content__picture img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sec-plan .ttl:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-plan {
    padding-bottom: 70px;
  }
  .sec-plan:after {
    width: 90%;
    height: 15px;
  }
  .sec-plan .content {
    margin-top: 50px;
    display: block;
  }
  .sec-plan .content__container {
    width: 100%;
  }
  .sec-plan .content__ttl {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .sec-plan .content__picture {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
}

.sec-casestudy {
  margin-top: 150px;
  padding: 150px 0;
  background-image: linear-gradient(to right, #fff 0%, #dbdbdb 100%);
}
.sec-casestudy .ttl {
  text-align: center;
}
.sec-casestudy .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-casestudy .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-casestudy .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-casestudy .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-casestudy .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-casestudy .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
.sec-casestudy .post-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-casestudy .post-list {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-casestudy .post-item {
  width: 100%;
  max-width: 375px;
}
.sec-casestudy .post-item:nth-of-type(2) {
  margin: 0 20px;
}
.sec-casestudy .post-item__img {
  width: 100%;
  height: auto;
}
.sec-casestudy .post-item__ttl {
  margin-top: 18px;
  font-size: 2rem;
  font-weight: 500;
}
.sec-casestudy .post-item__body {
  margin-top: 18px;
  font-size: 1.6rem;
}
.sec-casestudy .post-item__detail {
  display: block;
  border-radius: 5px;
  margin: 25px auto 0;
  padding: 10px;
  max-width: 250px;
  background-color: #f38100;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.sec-casestudy .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-casestudy .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-casestudy .btn.more .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-casestudy .btn.more .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-casestudy .btn.more .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-casestudy .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-casestudy .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-casestudy .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-casestudy .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-casestudy .btn.more .btn__anchor {
    border: 0;
  }
  .sec-casestudy .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-casestudy .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-casestudy .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
.sec-casestudy .btn.more .btn__anchor {
  margin-top: 85px;
}
@media screen and (min-width: 769px) {
  .sec-casestudy .post-item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sec-casestudy {
    padding: 60px 0;
  }
  .sec-casestudy .post-list {
    position: relative;
    display: block;
    padding: 0 10vw;
  }
  .sec-casestudy .post-item {
    max-width: none;
  }
  .sec-casestudy .post-item:nth-of-type(2) {
    margin: 0;
  }
  .sec-casestudy .slick-arrow {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 24vw;
    text-indent: -9999em;
    display: block;
    width: 4vw;
    height: 10vw;
  }
  .sec-casestudy .slick-arrow.slick-prev {
    left: 3vw;
    background-image: url("../images/icn/icn-slider-arrow-left-gray.png");
  }
  .sec-casestudy .slick-arrow.slick-next {
    right: 3vw;
    background-image: url("../images/icn/icn-slider-arrow-right-gray.png");
  }
  .sec-casestudy .btn.more .btn__anchor {
    margin-top: 50px;
  }
}

.sec-news {
  margin: 150px 0;
}
@media screen and (max-width: 768px) {
  .sec-news {
    margin: 80px 0;
  }
}
.sec-news .ttl {
  text-align: center;
}
.sec-news .ttl .ttl__en {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 5rem;
}
.sec-news .ttl .ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-news .ttl .ttl__ja:after {
  display: block;
  margin: 20px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-color: #f38100;
}
@media screen and (max-width: 768px) {
  .sec-news .ttl .ttl__en {
    font-size: 3.4rem;
  }
  .sec-news .ttl .ttl__ja {
    font-size: 2.2rem;
  }
  .sec-news .ttl .ttl__ja:after {
    margin-top: 12px;
  }
}
.sec-news .ttl__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.sec-news .ttl__ja:after {
  background-image: linear-gradient(to right, #fa709a 0%, #f38100 100%);
}
.sec-news .news-list {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1080px + 20px * 2);
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec-news .news-list {
    padding: 0 3.5vw;
    max-width: calc(1080px + 3.5vw * 2);
  }
}
.sec-news .news-item {
  border-top: 1px dashed #5a5a5a;
  padding: 30px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5a5a5a;
}
.sec-news .news-item:last-of-type {
  border-bottom: 1px dashed #5a5a5a;
}
.sec-news .news-item__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1110px;
}
.sec-news .news-item__cat {
  display: inline-block;
  border-radius: 9px;
  margin-left: 60px;
  margin-right: 40px;
  margin: 0 20px;
  padding: 5px 0;
  min-width: 120px;
  text-align: center;
  color: #fff;
}
.sec-news .news-item__cat.notice {
  background-color: #707070;
}
.sec-news .news-item__cat.advertising {
  background-color: #f38100;
}
.sec-news .news-item__cat.construction {
  background-color: #6f86d6;
}
.sec-news .btn.more {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-news .btn.more {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-news .btn.more .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-news .btn.more .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-news .btn.more .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-news .btn.more .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-news .btn.more > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-news .btn.more > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-news .btn.more > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .btn.more .btn__anchor {
    border: 0;
  }
  .sec-news .btn.more .btn__anchor:before {
    display: none;
  }
  .sec-news .btn.more .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-news .btn.more .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .sec-news .news-item__ttl:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .news-item {
    padding: 20px 0;
  }
  .sec-news .news-item__container {
    flex-wrap: wrap;
  }
  .sec-news .news-item__ttl {
    margin-top: 10px;
    width: 100%;
  }
  .sec-news .news-item__cat {
    min-width: 100px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=page-ads.css.map */