.top_service, .top_plan, .top_about {
  min-width: 1020px;
  overflow: hidden;
}

@media (max-width: 896px) {
  .top_service, .top_plan, .top_about {
    min-width: 100%;
  }
  .top_service > *, .top_plan > *, .top_about > * {
    max-width: 100%;
  }
}

.visual {
  position: relative;
  margin-bottom: 65px;
  background: #fff;
}

@media (max-width: 480px) {
  .visual {
    margin-bottom: 13.33333vw;
  }
}

.visual_image img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  opacity: 0.76;
}

@media (max-width: 480px) {
  .visual_image img {
    height: auto;
  }
}

.visual_text {
  position: absolute;
  width: 1020px;
  left: 50%;
  bottom: 140px;
  margin-left: -510px;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(0, 0, 0, 0.3), -3px 3px 3px rgba(0, 0, 0, 0.3), 3px -3px 3px rgba(0, 0, 0, 0.3), 3px 0px 3px rgba(0, 0, 0, 0.3), -3px 0px 3px rgba(0, 0, 0, 0.3), 0px 3px 3px rgba(0, 0, 0, 0.3), 0px -3px 3px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

@media (max-width: 480px) {
  .visual_text {
    width: 100%;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
}

.visual_title {
  text-align: center;
  margin-bottom: 58px;
}

@media (max-width: 480px) {
  .visual_title {
    margin-bottom: 13.33333vw;
  }
}

.visual_title span {
  display: block;
}

.visual_title span.large {
  font-size: 4.6rem;
  margin-bottom: 15px;
  letter-spacing: 2.5px;
}

@media (max-width: 480px) {
  .visual_title span.large {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
    letter-spacing: 3.7px;
  }
}

.visual_title span.small {
  font-size: 3.2rem;
  letter-spacing: 3px;
}

@media (max-width: 480px) {
  .visual_title span.small {
    font-size: 4.26667vw;
  }
}

.visual_list {
  text-align: center;
}

@media (max-width: 480px) {
  .visual_list {
    text-align: left;
    display: table;
    margin: 0 auto;
  }
}

.visual_list .text {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

@media (max-width: 480px) {
  .visual_list .text {
    margin-bottom: 3.2vw;
    font-size: 4.26667vw;
    padding-left: 1.33333vw;
    letter-spacing: 2px;
  }
}

@media (max-width: 480px) {
  .visual_list .text span {
    font-size: 3.46667vw;
  }
}

.visual_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .visual_list .list {
    display: block;
    margin-bottom: 14.13333vw;
  }
}

.visual_list .list li {
  width: 365px;
  min-height: 54px;
  background: #6ABAD7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.5rem;
  padding: 0 20px 1px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  text-shadow: none;
}

@media (max-width: 480px) {
  .visual_list .list li {
    width: 70.4vw;
    min-height: 10.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    font-size: 4.53333vw;
    letter-spacing: 2px;
  }
}

.visual_list .list li:not(:last-child) {
  margin-right: 48px;
}

@media (max-width: 480px) {
  .visual_list .list li:not(:last-child) {
    margin: 0 0 2.13333vw 0;
  }
}

.visual_list .list li:before {
  content: "";
  width: 45px;
  min-height: 100%;
  position: relative;
  top: 1px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center left/30px auto;
}

@media (max-width: 480px) {
  .visual_list .list li:before {
    margin: 0 2.66667vw 0 6.93333vw;
    width: 6.4vw;
    background-size: 100% auto;
    top: 0;
    min-height: 10.4vw;
  }
}

.top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_title {
    -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;
    margin-bottom: 6.66667vw;
  }
}

.top_title span.eng {
  font-size: 3.4rem;
  margin-right: 40px;
  letter-spacing: 3px;
  color: #6ABAD7;
}

@media (max-width: 480px) {
  .top_title span.eng {
    margin: 0 0 2.66667vw;
    font-size: 4vw;
  }
}

.top_title span.jpn {
  font-size: 2.1rem;
  font-weight: normal;
}

@media (max-width: 480px) {
  .top_title span.jpn {
    font-size: 5.33333vw;
  }
}

.top_service {
  margin-bottom: 90px;
}

@media (max-width: 480px) {
  .top_service {
    padding: 0 2.66667vw;
    margin-bottom: 13.33333vw;
  }
}

.top_service_inner {
  margin: 0 auto;
  width: 1020px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .top_service_inner {
    display: block;
  }
}

.top_service_description {
  width: 450px;
  max-width: 100%;
  padding-top: 50px;
}

@media (max-width: 480px) {
  .top_service_description {
    margin-bottom: 8vw;
    padding-top: 0;
  }
}

#contents .top_service_msg p {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #contents .top_service_msg p {
    margin-bottom: 6.66667vw;
  }
}

#contents .top_service_msg p:last-child {
  margin-bottom: 0;
}

.top_service_btns {
  padding: 20px 0 45px;
  width: 500px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  max-width: 100%;
}

@media (max-width: 480px) {
  .top_service_btns {
    padding: 8vw 0;
  }
}

.top_service_btns::after {
  content: "";
  position: absolute;
  background: #EFEFEF;
  top: 0;
  bottom: 0;
  left: 30px;
  right: -30px;
  z-index: -1;
}

@media (max-width: 480px) {
  .top_service_btns::after {
    top: 0;
    left: 30px;
  }
}

.top_service_btns li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_service_btns li:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.top_service_btns a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_service_btns a:hover .text {
    background: rgba(70, 132, 155, 0.8);
    width: 500px;
    -webkit-transition: width 0.3s 0s, background 0.3s 0.3s;
    transition: width 0.3s 0s, background 0.3s 0.3s;
  }
}

.top_service_btns .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(106, 186, 215, 0.95);
  color: #fff;
  width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 38px;
  font-size: 1.8rem;
  -webkit-transition: width 0.3s 0.3s, background 0.3s 0s;
  transition: width 0.3s 0.3s, background 0.3s 0s;
}

@media (max-width: 480px) {
  .top_service_btns .text {
    width: 38.4vw;
    padding-left: 5.33333vw;
    font-size: 4.53333vw;
    -webkit-transition: unset;
    transition: unset;
  }
}

.top_service_btns .text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(106, 186, 215, 0.95)), color-stop(51%, transparent));
  background-image: linear-gradient(to bottom right, rgba(106, 186, 215, 0.95) 50%, transparent 51%);
  width: 112px;
}

@media (max-width: 480px) {
  .top_service_btns .text::after {
    width: 20.8vw;
  }
}

.top_service_btns .image img {
  width: 100%;
  display: block;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .top_service_btns .image img {
    height: 24.53333vw;
  }
}

.top_plan {
  margin-bottom: 90px;
}

@media (max-width: 480px) {
  .top_plan {
    padding: 0 2.66667vw;
    margin-bottom: 13.33333vw;
  }
}

.top_plan_inner {
  margin: 0 auto;
  width: 1020px;
  max-width: 100%;
}

.top_plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0;
}

@media (max-width: 480px) {
  .top_plan_list {
    display: block;
  }
}

.top_plan_set {
  width: 485px;
  min-height: 235px;
}

@media (max-width: 480px) {
  .top_plan_set {
    width: 100%;
    min-height: 44.26667vw;
  }
  #contents .top_plan_set {
    margin: 0;
  }
}

.top_plan_set:nth-child(n + 3) {
  margin-top: 30px;
}

@media (max-width: 480px) {
  #contents .top_plan_set:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.top_plan_set.orange {
  background: #ffefd4;
}

.top_plan_set.orange .kind span {
  border-color: #ff9228;
}

.top_plan_set.orange .kind span:nth-child(2n + 1) {
  color: #ff9228;
}

.top_plan_set.orange .kind span:nth-child(2n) {
  background: #ff9228;
}

.top_plan_set.orange .include {
  background: #ff9228;
}

.top_plan_set.green {
  background: #e5edd7;
}

.top_plan_set.green .kind span {
  border-color: #8ec037;
}

.top_plan_set.green .kind span:nth-child(2n + 1) {
  color: #8ec037;
}

.top_plan_set.green .kind span:nth-child(2n) {
  background: #8ec037;
}

.top_plan_set.green .include {
  background: #8ec037;
}

.top_plan_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_plan_head .text {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 480px) {
  .top_plan_head .text {
    padding: 2.66667vw;
  }
}

.top_plan_head .kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .top_plan_head .kind {
    margin-bottom: 2.66667vw;
  }
}

.top_plan_head .kind span {
  width: 35px;
  min-height: 34px;
  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;
  border: 1px solid;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0 0 0 2px;
}

@media (max-width: 480px) {
  .top_plan_head .kind span {
    width: 6.66667vw;
    min-height: 6.66667vw;
    font-size: 4vw;
  }
}

.top_plan_head .kind span:not(:last-child) {
  margin-right: 2px;
}

@media (max-width: 480px) {
  .top_plan_head .kind span:not(:last-child) {
    margin-right: 0.8vw;
  }
}

.top_plan_head .kind span:nth-child(2n) {
  color: #fff;
}

.top_plan_head .name {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
}

@media (max-width: 480px) {
  .top_plan_head .name {
    font-size: 4.26667vw;
  }
}

.top_plan_head .image {
  width: 166px;
  margin-left: 40px;
}

@media (max-width: 480px) {
  .top_plan_head .image {
    width: 30.93333vw;
    margin-left: 3vw;
  }
}

.top_plan_head .image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 138px;
}

@media (max-width: 480px) {
  .top_plan_head .image img {
    height: 25.86667vw;
  }
}

.top_plan_foot {
  padding: 0 10px 10px;
}

@media (max-width: 480px) {
  .top_plan_foot {
    padding: 0 2.66667vw 2.66667vw;
  }
}

.top_plan_foot .include {
  color: #fff;
  line-height: 1;
  float: left;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-right: 22px;
  margin-top: 10px;
  width: 150px;
  min-height: 26px;
  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;
}

@media (max-width: 480px) {
  .top_plan_foot .include {
    width: 32vw;
    min-height: 5.86667vw;
    font-size: 1.15rem;
    margin-right: 5.33333vw;
    margin-top: 0;
  }
}

.top_plan_foot .price {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}

@media (max-width: 480px) {
  .top_plan_foot .price {
    font-size: 3.73333vw;
  }
}

.top_plan_foot .num1 {
  color: #ff0000;
  font-size: 5.8rem;
  line-height: 0.7;
}

@media (max-width: 480px) {
  .top_plan_foot .num1 {
    font-size: 8.8vw;
  }
}

.top_plan_foot .num2 {
  color: #ff0000;
  font-size: 4rem;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .top_plan_foot .num2 {
    font-size: 5.86667vw;
    margin-right: 2px;
  }
}

.top_plan_foot .detail {
  font-size: 1rem;
  clear: both;
  line-height: 1.4;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .top_plan_foot .detail {
    margin-top: 2.4vw;
  }
}

.top_about {
  margin-bottom: 90px;
}

@media (max-width: 480px) {
  .top_about {
    padding: 0 2.66667vw;
    margin-bottom: 13.33333vw;
  }
}

.top_about_inner {
  margin: 0 auto;
  width: 1020px;
  max-width: 100%;
}

.top_about_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0;
}

@media (max-width: 480px) {
  .top_about_btns {
    display: block;
    padding-top: 1.33333vw;
  }
}

.top_about_btns li {
  width: 320px;
}

@media (max-width: 480px) {
  .top_about_btns li {
    width: 100%;
  }
}

.top_about_btns li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 480px) {
  .top_about_btns li:not(:last-child) {
    margin: 0 0 6.66667vw;
  }
}

.top_about_btns li a {
  display: block;
  text-decoration: none;
  background: #000;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .top_about_btns li a:hover .image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.7;
  }
}

.top_about_btns li .image {
  overflow: hidden;
}

.top_about_btns li .image img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .top_about_btns li .image img {
    height: 39.46667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: unset;
    transition: unset;
  }
}

.top_about_btns li .text {
  background: #6ABAD7;
  color: #fff;
  min-height: 50px;
  line-height: 1.4;
  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: 1.8rem;
}

@media (max-width: 480px) {
  .top_about_btns li .text {
    min-height: 13.86667vw;
  }
}
/*# sourceMappingURL=top.css.map */