body {
  background-color: rgba(135, 207, 242, 0.1);
}

.mv {
  width: 100%;
  background: url(../images/bg_mv.jpg) center/cover no-repeat;
}
.mv video {
  display: block;
  width: 100%;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.mv + .baseW {
  padding: 52px 0 143px;
}
@media (max-width: 768px) {
  .mv + .baseW {
    padding: 30px 0 60px;
  }
}

.reason {
  margin-top: 65px;
  text-align: center;
}
@media (max-width: 768px) {
  .reason {
    margin-top: 38px;
  }
}
.reason .reason_ttl {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
  font-size: 33px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .reason .reason_ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .reason .reason_ttl {
    width: 13.5em;
    font-size: 22px;
  }
}
.reason .reason_ttl::before, .reason .reason_ttl::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  width: 1px;
  height: 0.8em;
  background-color: #000;
}
.reason .reason_ttl::before {
  left: -0.8em;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .reason .reason_ttl::before {
    left: 0.2em;
  }
}
.reason .reason_ttl::after {
  right: -0.8em;
  transform: rotate(20deg);
}
@media (max-width: 768px) {
  .reason .reason_ttl::after {
    right: 0.2em;
  }
}
.reason .reason_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 97px;
}
@media (max-width: 768px) {
  .reason .reason_list {
    margin-bottom: 55px;
  }
}
.reason .reason_list li {
  width: 30.8%;
  padding: 28px;
  border-radius: 9px;
  text-align: left;
  background-color: rgba(246, 171, 0, 0.2);
}
@media (max-width: 768px) {
  .reason .reason_list li {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
  }
  .reason .reason_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.reason .reason_list li .reason_list_ttl {
  position: relative;
  padding-left: 38px;
  margin-bottom: 0.5em;
  font-size: 24px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .reason .reason_list li .reason_list_ttl {
    padding-left: 27px;
    font-size: 18px;
  }
}
.reason .reason_list li .reason_list_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 33px;
  background: url(../images/icon_check.png) center/contain no-repeat;
}
@media (max-width: 768px) {
  .reason .reason_list li .reason_list_ttl::before {
    width: 24px;
    height: 24px;
  }
}
.reason .experience {
  width: 95%;
  max-width: 1000px;
  padding: 65px 48px 45px;
  margin: 0 auto 114px;
  background-color: rgba(246, 171, 0, 0.2);
}
@media (max-width: 768px) {
  .reason .experience {
    padding: 28px 10px 20px;
    margin-bottom: 40px;
  }
}
.reason .experience .experience_ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 34px;
  font-weight: 500;
  color: #0f3284;
  text-align: center;
}
@media (max-width: 768px) {
  .reason .experience .experience_ttl {
    font-size: 26px;
  }
}
.reason .experience .experience_ttl::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  right: 0;
  left: 0;
  margin: auto;
  width: 4em;
  height: 6px;
  background-color: #0f3284;
}
@media (max-width: 768px) {
  .reason .experience .experience_ttl::after {
    height: 3px;
  }
}
.reason .experience .experience_img_wrap {
  max-width: 660px;
  margin: 0 auto 52px;
}
@media (max-width: 500px) {
  .reason .experience .experience_img_wrap {
    margin-bottom: 28px;
  }
}
.reason .experience .experience_img_wrap .experience_img_list {
  display: none;
}
.reason .experience .experience_img_wrap .experience_img_list.active {
  display: block;
}
.reason .experience .experience_img_wrap .experience_img_list li {
  border: 8px solid black;
}
@media (max-width: 768px) {
  .reason .experience .experience_img_wrap .experience_img_list li {
    border-width: 4px;
  }
}
.reason .experience .experience_img_wrap .experience_img_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 368px;
}
@media (max-width: 768px) {
  .reason .experience .experience_img_wrap .experience_img_list li img {
    height: 42vw;
  }
}
.reason .experience .service_icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.reason .experience .service_icons .service_cat {
  position: relative;
  margin-bottom: 1.4em;
  font-size: 23px;
  text-align: center;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .service_cat {
    font-size: 16px;
  }
}
.reason .experience .service_icons .service_cat::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.4em;
  margin: auto;
  width: 4em;
  height: 3px;
  background-color: #000;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .service_cat::after {
    height: 2px;
  }
}
.reason .experience .service_icons > div {
  padding: 28px 37px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1024px) {
  .reason .experience .service_icons > div {
    padding: 18px 24px;
  }
}
@media (max-width: 500px) {
  .reason .experience .service_icons > div {
    padding: 18px 12px;
  }
}
.reason .experience .service_icons .free_service {
  position: relative;
  width: 77.4%;
}
@media (max-width: 1024px) {
  .reason .experience .service_icons .free_service {
    width: 100%;
  }
}
.reason .experience .service_icons .free_service .click {
  position: absolute;
  top: -35px;
  left: -24px;
  width: 116px;
  height: 120px;
  padding: 0.8em 0 0 0.2em;
  font-size: 17px;
  color: #1136a5;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.1em;
  background: url(../images/bg_balloon.png) center/contain no-repeat;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .free_service .click {
    left: 10px;
    width: 80px;
    height: 84px;
    font-size: 13px;
    padding-left: 0.3em;
  }
}
@media (max-width: 500px) {
  .reason .experience .service_icons .free_service .click {
    top: -20px;
  }
}
@media (max-width: 350px) {
  .reason .experience .service_icons .free_service .click {
    left: -19px;
  }
}
.reason .experience .service_icons .free_service .click .pconly {
  display: inline;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .free_service .click .pconly {
    display: none;
  }
}
.reason .experience .service_icons .free_service .click .sponly {
  display: none;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .free_service .click .sponly {
    display: inline;
  }
}
.reason .experience .service_icons .free_service .click .finger {
  position: absolute;
  width: 38px;
  left: -3px;
  bottom: -15px;
  -webkit-animation: finger_move 0.8s linear infinite;
          animation: finger_move 0.8s linear infinite;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .free_service .click .finger {
    left: 0;
    bottom: -3px;
    width: 22px;
  }
}
.reason .experience .service_icons .free_service .click .finger::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 18px;
  height: 10px;
  background: url(../images/effect_finger.png) center/contain no-repeat;
  -webkit-animation: finger_effect 0.8s linear infinite;
          animation: finger_effect 0.8s linear infinite;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .free_service .click .finger::before {
    top: -7px;
    left: 10px;
    width: 14px;
  }
}
.reason .experience .service_icons .free_service .icon_list li {
  width: 20%;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .free_service .icon_list li {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .reason .experience .service_icons .free_service .icon_list li {
    width: 33%;
  }
  .reason .experience .service_icons .free_service .icon_list li br {
    display: none;
  }
}
.reason .experience .service_icons .paid_service {
  width: 21%;
}
@media (max-width: 1024px) {
  .reason .experience .service_icons .paid_service {
    width: 100%;
    margin-top: 20px;
  }
}
.reason .experience .service_icons .paid_service .icon_list li {
  width: 100%;
}
@media (max-width: 1024px) {
  .reason .experience .service_icons .paid_service .icon_list li {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .reason .experience .service_icons .paid_service .icon_list li {
    width: 33%;
  }
  .reason .experience .service_icons .paid_service .icon_list li br {
    display: none;
  }
}
.reason .experience .service_icons .icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.reason .experience .service_icons .icon_list li {
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .reason .experience .service_icons .icon_list li {
    padding: 0.5em;
  }
}
@media (max-width: 500px) {
  .reason .experience .service_icons .icon_list li {
    padding: 0.2em;
  }
}
.reason .experience .service_icons .icon_list li a {
  transition: 0.8s;
}
.reason .experience .service_icons .icon_list li a:hover {
  opacity: 0.7;
}
.reason .experience .service_icons .icon_list li a img {
  max-width: 90px;
}
.reason .experience .service_icons .icon_list li a .service_name {
  min-height: 2.4em;
  margin-bottom: 0.4em;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .reason .experience .service_icons .icon_list li a .service_name {
    white-space: inherit;
  }
}
@media (max-width: 768px) {
  .reason .experience .service_icons .icon_list li a .service_name {
    font-size: 12px;
  }
}
.reason .experience .intro_txt {
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .reason .experience .intro_txt {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .reason .experience .intro_txt {
    font-size: 14px;
  }
}

@-webkit-keyframes finger_move {
  0% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes finger_move {
  0% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes finger_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes finger_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.connect_img {
  max-width: 916px;
  margin: 0 auto 115px;
}
@media (max-width: 768px) {
  .connect_img {
    margin-bottom: 40px;
  }
}

.example_ttl {
  position: relative;
  margin-bottom: 1.4em;
  font-size: 34px;
  font-weight: 500;
  color: #0f3284;
  text-align: center;
}
@media (max-width: 768px) {
  .example_ttl {
    font-size: 26px;
  }
}
.example_ttl::after {
  content: "";
  position: absolute;
  bottom: -0.4em;
  right: 0;
  left: 0;
  margin: auto;
  width: 4em;
  height: 6px;
  background-color: #f6ab00;
}

.example {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.example .example_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  .example .example_wrap {
    margin-bottom: 40px;
  }
}
.example .example_wrap .example_img {
  width: 53%;
}
@media (max-width: 768px) {
  .example .example_wrap .example_img {
    order: 1;
    width: 100%;
    margin-bottom: 1em;
  }
}
.example .example_wrap .example_txt {
  width: 43.3%;
}
@media (max-width: 768px) {
  .example .example_wrap .example_txt {
    order: 2;
    width: 100%;
  }
}
.example .example_wrap .example_txt .example_service {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  .example .example_wrap .example_txt .example_service {
    font-size: 15px;
  }
}
.example .example_wrap .example_txt .example_service::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.example .example_wrap .example_txt .example_intro {
  text-align: justify;
}
.example .example_wrap .common_btn {
  margin-top: 113px;
}/*# sourceMappingURL=billboard.css.map */