@charset "UTF-8";
.content-wrapper p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .content-wrapper p {
    font-size: 24px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 820px) {
  .content-wrapper {
    overflow: hidden;
  }
}

/* banner */
.fixbanner {
  display: block;
  position: fixed;
  width: 234px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 300ms 0s ease;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  z-index: 2;
}
.fixbanner:hover {
  transform: scale(1.1);
}
.fixbanner.bn1 {
  background-image: url("../img/banner1.png");
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .fixbanner.bn1 {
    left: 10px;
    right: auto;
  }
}
.fixbanner.bn2 {
  background-image: url("../img/banner2.png");
  bottom: 20px;
  right: 280px;
}
@media screen and (max-width: 820px) {
  .fixbanner.bn2 {
    left: 260px;
    right: auto;
  }
}
.fixbanner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .fixbanner {
    background-size: contain;
    background-position: center center;
    white-space: nowrap;
  }
  .fixbanner.active {
    bottom: -66.66667vh;
  }
}

/* top */
.kv {
  width: 100%;
  height: 670px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .kv {
    width: 100vw;
    height: 65vh;
  }
}
.kv__anime {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.kv__bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/kv_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .kv__bg1 {
    background: url(../img/sp_kv_bg.jpg) top center no-repeat;
    background-size: cover;
  }
}
.kv__bg2 {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/kv_bg2.png) center center no-repeat;
  background-size: 100% 200px;
}
@media screen and (max-width: 820px) {
  .kv__bg2 {
    height: 33.33333vh;
    bottom: -11.33333vh;
    background: url(../img/sp_kv_bg2.png) center center no-repeat;
    background-size: 100% 23vh;
  }
}
.kv__main {
  position: absolute;
  left: 10px;
  top: 80px;
  display: block;
  width: 816px;
  height: 564px;
  background-image: url("../img/kv_main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.kv__main a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .kv__main {
    left: -15px;
    top: 4vh;
    width: 100vw;
    height: 65vh;
    background-image: url("../img/sp_kv_main.png");
    background-position: left top;
    background-size: contain;
    white-space: nowrap;
  }
}

.merit {
  width: 100%;
  background-color: #fff;
  background-image: url("../img/snow1.png"), url("../img/snow2.png");
  background-size: 5%, 4%;
  background-repeat: no-repeat;
  background-position: top 50px left 100px, bottom 50px right 100px;
  padding-top: 10px;
  padding-bottom: 70px;
}
@media screen and (max-width: 820px) {
  .merit {
    padding-bottom: 50px;
  }
}

/* point title */
.point__title {
  text-align: center;
  padding-bottom: 50px;
}
.point__title h2 {
  text-align: center;
  color: #0d0d80;
  font-size: 20px;
  margin-bottom: 20px;
}
.point__title h3 {
  text-align: center;
  color: #0097CD;
  font-size: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .point__title h3 {
    font-size: 30px;
    line-height: 1.8;
  }
}
.point__title p {
  text-align: center;
  color: #4D4D4D;
  font-size: 20px;
}
@media screen and (max-width: 820px) {
  .point__title p {
    font-size: 26px;
  }
}

/*btn*/
ul.btn {
  margin: 40px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  ul.btn {
    flex-direction: column;
  }
}
ul.btn li {
  margin: 10px;
  text-align: center;
}
ul.btn li a {
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 820px) {
  ul.btn li a {
    width: 100% !important;
    font-size: 24px !important;
    padding: 25px 0 !important;
  }
}
ul.btn li.btn-m a {
  width: 320px;
  padding: 20px 0;
  background-color: #fff;
  border: 2px solid #0097CD;
  color: #0097CD;
  font-size: 18px;
}
ul.btn li.btn-m a:hover {
  background-color: #bae4f9;
}
ul.btn li.btn-l a {
  width: 400px;
  padding: 25px 0;
  background-color: #0d0d80;
  color: #fff;
  font-size: 20px;
}
ul.btn li.btn-l a:hover {
  background-color: #3c3c82;
}

.btn-circle-right a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #0097CD;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

/* ranking */
.maeuri {
  background-color: #f2feff;
  padding: 3em;
  text-align: center;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border-radius: 30px;
}
@media screen and (max-width: 820px) {
  .maeuri {
    padding: 1.5em;
    width: 96%;
    margin: 0 auto 40px;
  }
}
.maeuri h3 {
  text-align: center;
  color: #0097CD;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .maeuri h3 {
    font-size: 30px;
  }
}

.ranking {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .ranking {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.ranking .point__title .img-c img {
  max-width: 430px;
}
.ranking .osusume {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .ranking .osusume {
    display: block;
  }
}
.ranking .osusume li {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .ranking .osusume li {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 10px 30px;
  }
}
.ranking .osusume li img {
  max-width: 100%;
  margin: 0 auto;
}
.ranking .medalArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ranking .medalArea > div {
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div {
    text-align: center;
  }
}
.ranking .medalArea > div.first {
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div.second {
    width: 100%;
    margin-top: 40px;
  }
}
.ranking .medalArea > div p {
  position: relative;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background: #68B1E4;
  font-size: 18px;
  padding: 5px;
}
.ranking .medalArea > div p::before, .ranking .medalArea > div p::after {
  position: absolute;
  font-weight: 900;
  content: "★";
  top: 50%;
  transform: translateY(-50%);
  font-size: 75%;
  left: 20px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div p::before, .ranking .medalArea > div p::after {
    left: 10px;
  }
}
.ranking .medalArea > div p::after {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div p::after {
    right: 10px;
  }
}
.ranking .medalArea > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div ul {
    margin-top: 15px;
  }
}
.ranking .medalArea > div ul li {
  margin: 0 6px;
}
.ranking .medalArea > div ul li:first-child {
  margin-left: 0;
}
.ranking .medalArea > div ul li:last-child {
  margin-right: 0;
}
.ranking .medalArea > div ul.bgcolor {
  background-image: radial-gradient(#438dd9, #214377);
  border-radius: 6px;
  padding: 30px 10px;
  gap: 50px 12px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div ul.bgcolor {
    gap: 25px 5px;
  }
}
.ranking .medalArea > div ul.bgcolor .wide {
  width: 100%;
  text-align: center;
}
.ranking .medalArea > div ul.bgcolor .wide img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div ul.bgcolor .wide img {
    width: 90%;
  }
}
.ranking .medalArea > div ul.bgcolor li:not(.wide) img {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 820px) {
  .ranking .medalArea > div ul.bgcolor li:not(.wide) img {
    width: 90%;
  }
}

.img-c img {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 4px;
}

/* point1 */
.point1 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
}

.point1_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  background-image: url("../img/snow3.png"), url("../img/snow1.png"), url("../img/snow2.png");
  background-size: 5%, 4%, 5%;
  background-repeat: no-repeat;
  background-position: top 50px left 100px, top 10px right 50px, bottom 50px right 150px;
}
.point1_flex img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 820px) {
  .point1_flex img {
    max-width: 100%;
  }
}
.point1_flex > div {
  width: 50%;
}
.point1_flex > div p {
  padding: 30px;
  font-size: 20px;
}
.point1_flex > div.txt-r {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point1_flex > div.img-l {
  order: 1;
}
.point1_flex > div.txt-l {
  order: 1;
  display: flex;
  justify-content: center;
}
.point1_flex > div.img-r {
  order: 2;
}

/* point2 */
.point2 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
  background-image: url("../img/snow2.png"), url("../img/snow3.png"), url("../img/snow1.png");
  background-size: 5%, 3%, 5%;
  background-repeat: no-repeat;
  background-position: top 50px left 100px, top 90px right 50px, bottom 50px right 150px;
}
.point2 h4 {
  width: 100%;
  padding: 10px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-color: #29AAE2;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .point2 h4 {
    font-size: 28px;
  }
}
.point2 h5 {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .point2 h5 {
    font-size: 22px;
  }
}
.point2 h5 small {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .point2 h5 small {
    font-size: 18px;
    display: block;
  }
}
.point2 p {
  text-align: center;
  margin-bottom: 20px;
}
.point2 p small {
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .point2 p small {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px) {
  .point2 .img-c img {
    max-width: 60%;
  }
}
@media screen and (max-width: 820px) {
  .point2 .spBtn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background-color: #0d0d80;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}

/* point3 */
.point3 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
}
.point3 .p3img {
  width: 100%;
  text-align: left;
  padding-right: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .point3 .p3img {
    padding-right: 30px;
  }
}
.point3 .btn {
  text-align: center;
  clear: both;
}
@media screen and (max-width: 820px) {
  .point3 .btn .spBtn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background-color: #0d0d80;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.point3__title {
  position: relative;
  width: 100%;
  height: 538px;
  padding-top: 250px;
}
@media screen and (max-width: 820px) {
  .point3__title {
    padding-top: 180px;
  }
}
.point3__title__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/p3_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 820px) {
  .point3__title__bg {
    background-attachment: scroll;
  }
}
.point3__title__main {
  position: relative;
  display: block;
  width: 292px;
  height: 136px;
  background-image: url("../img/p3_titleicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
.point3__title:before, .point3__title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .point3__title:before, .point3__title:after {
    height: 50px;
  }
}
.point3__title:before {
  top: 0;
  background: url(../img/wave1.png) center center no-repeat;
  background-size: 100% 100px;
}
@media screen and (max-width: 820px) {
  .point3__title:before {
    top: -2px;
    background: url(../img/wave1_sp.png) center center no-repeat;
    background-size: 100% 50px;
  }
}
.point3__title:after {
  bottom: 0;
  background: url(../img/wave2.png) center center no-repeat;
  background-size: 100% 100px;
}
@media screen and (max-width: 820px) {
  .point3__title:after {
    bottom: -2px;
    background: url(../img/wave2_sp.png) center center no-repeat;
    background-size: 100% 50px;
  }
}

/** slick (Slide) **/
.slide {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.slide .slide_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .slide .slide_inner {
    display: block;
  }
}
.slide .slide_inner .item {
  width: calc(20% - 30px);
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item {
    width: 100%;
  }
}
.slide .slide_inner .item figure {
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item figure {
    margin-bottom: -20px;
  }
}
.slide .slide_inner .item figure img {
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item figure img {
    width: 200px;
    margin: 40px auto;
  }
}
.slide .slide_inner .item figure:before {
  content: "\ea1c";
  font-family: "icomoon";
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -10px;
  font-size: 2rem;
  color: #ccc;
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item figure:before {
    display: none;
  }
}
.slide .slide_inner .item em {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #29AAE2;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: #ddd solid 1px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item em {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    line-height: 28px;
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.slide .slide_inner .item em span {
  display: none;
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item em span {
    display: flex;
    width: 26px;
    height: 26px;
    background: #5ac7d1;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
  }
}
.slide .slide_inner .item p {
  text-align: left;
  font-size: 13px;
  line-height: 1.85;
  font-feature-settings: "palt";
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .item p {
    padding: 10px 30px 0;
  }
}
.slide .slide_inner .item:last-child figure:before {
  content: none;
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .slick-dots {
    bottom: auto;
    top: -20px;
  }
  .slide .slide_inner .slick-dots li {
    margin: 0;
  }
  .slide .slide_inner .slick-dots li button:before {
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    width: 8px;
    height: 8px;
    border: #142850 solid 1px;
    box-sizing: border-box;
    left: 6px;
    top: 6px;
  }
  .slide .slide_inner .slick-dots li.slick-active button:before {
    background: #5ac7d1;
  }
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .slick-next, .slide .slide_inner .slick-prev {
    top: 45%;
  }
  .slide .slide_inner .slick-next:before, .slide .slide_inner .slick-prev:before {
    content: "\ea1c";
    font-family: "icomoon";
    color: #5ac7d1;
    font-size: 2rem;
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .slick-next {
    right: 8%;
  }
}
@media screen and (max-width: 820px) {
  .slide .slide_inner .slick-prev {
    left: 8%;
    z-index: 1;
  }
  .slide .slide_inner .slick-prev:before {
    transform: rotate(180deg);
    display: inline-block;
  }
}
.slide .slideText {
  margin-top: 30px;
}
.slide .slideText p {
  text-align: center;
  margin-bottom: 40px;
  background: #29AAE2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .slide .slideText p {
    font-size: initial;
  }
}
.slide .slideText small {
  font-size: 1rem;
}

/* today1 */
.today1 {
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .today1 {
    margin: 10px 20px 0 0;
    padding-bottom: 30px;
  }
}
.today1 .today_title {
  padding: 10px 0;
}
@media screen and (max-width: 820px) {
  .today1 .today_title {
    font-size: 30px;
  }
}
.today1 small {
  width: 100%;
  color: #787878;
  float: right;
  text-align: right;
  padding: 10px;
  font-size: 11px;
  clear: both;
}
@media screen and (max-width: 820px) {
  .today1 small {
    font-size: 20px;
  }
}

.slide_today {
  background-color: #D3EDFB;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today {
    padding: 10px;
  }
}
.slide_today .today_title {
  text-align: center;
  color: #0097CD;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .slide_today .today_title {
    font-size: 30px;
  }
}
.slide_today .slide_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner {
    display: block;
  }
}
.slide_today .slide_inner .item {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 820px) {
  .slide_today .slide_inner .item {
    width: 240px;
  }
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner .item {
    width: 100%;
    margin: 0 auto;
  }
}
.slide_today .slide_inner .item figure {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner .item figure {
    width: 100%;
  }
}
.slide_today .slide_inner .item figure img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .slide_today .slide_inner .item figure img {
    max-width: 80%;
  }
}
.slide_today .slide_inner .item figure:before {
  content: "\ea1c";
  font-family: "icomoon";
  position: absolute;
  right: -40px;
  top: 40%;
  margin-top: -10px;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner .item figure:before {
    right: 0;
  }
}
.slide_today .slide_inner .item h4 {
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slide_today .slide_inner .item h4 img {
  margin: -10px 20px 0 20px;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .slide_today .slide_inner .item h4 img {
    max-width: 42px;
  }
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner .item h4 img {
    margin: -10px 10px 0 60px;
  }
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner .item h4.wt img {
    margin: -10px 10px 0 50px;
  }
}
.slide_today .slide_inner .item h4 span {
  font-size: 16px;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 820px) {
  .slide_today .slide_inner .item h4 span {
    font-size: 28px;
  }
}
.slide_today .slide_inner .item p {
  text-align: left;
  font-size: 14px;
  line-height: 1.85;
  font-feature-settings: "palt";
  padding: 10px 5px 0 20px;
  clear: both;
}
@media screen and (max-width: 820px) and (max-width: 375px) {
  .slide_today .slide_inner .item p {
    padding: 10px 40px;
  }
}
.slide_today .slide_inner .item p small {
  font-size: 10px;
  display: block;
}
.slide_today .slide_inner .item:last-child figure:before {
  content: none;
}

/* point4 */
.point4 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 70px;
  background: url(../img/p4_bg.jpg) center center no-repeat;
  background-size: cover;
}

/* access */
.access {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
  text-align: center;
}
.access h4 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .access h4 {
    font-size: 28px;
    line-height: 2;
  }
}
.access p {
  margin-bottom: 20px;
}

/* point5 */
.point5 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
}
.point5 .bg-bus {
  position: relative;
}
.point5 .bg-bus h3 {
  line-height: 1.6;
}
.point5 .bg-bus::after {
  position: absolute;
  content: "";
  background: url("../img/bus.png") bottom right/cover no-repeat;
  right: 0;
  bottom: -10px;
  width: 230px;
  height: 182px;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .point5 .bg-bus::after {
    width: 200px;
    height: 160px;
    bottom: -60px;
  }
}
.point5 h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .point5 h4 {
    font-size: 22px;
  }
}
.point5 h4 a {
  text-decoration: underline;
}
.point5 .point5_flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 820px) {
  .point5 .point5_flex {
    display: block;
  }
}
.point5 .point5_flex > div {
  width: 50%;
  min-height: 180px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .point5 .point5_flex > div {
    width: 100%;
    min-height: auto;
  }
}
.point5 .point5_flex > div p {
  padding: 20px;
}
.point5 .point5_flex > div.ttl-l {
  justify-content: center;
  background: url("../img/service_bg.png") center center repeat;
}
@media screen and (max-width: 820px) {
  .point5 .point5_flex > div.ttl-l {
    display: block;
  }
}
.point5 .point5_flex > div.ttl-l p {
  color: #0097CD;
  font-size: 26px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .point5 .point5_flex > div.ttl-l p {
    font-size: 22px;
  }
}
.point5 .point5_flex > div.ttl-l p small {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 820px) {
  .point5 .point5_flex > div.ttl-l p small {
    display: inline-block;
  }
}
.point5 .point5_flex > div.txt-r {
  text-align: left;
}
.point5 .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 100%;
}
.point5 .links .link {
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 0.5% 0;
  padding: 30px 0;
  text-align: center;
  width: calc(25% - 10px);
}
@media screen and (max-width: 820px) {
  .point5 .links .link {
    margin: 0 auto 15px;
    padding: 10px;
    width: calc(49% - 10px);
  }
}
.point5 .links .link img {
  margin: 0 auto;
}

/* point6 */
.point6 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
}
.point6 ul.btn1 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .point6 ul.btn1 {
    justify-content: space-between;
  }
}
.point6 ul.btn1 li {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
}
@media screen and (max-width: 820px) {
  .point6 ul.btn1 li {
    width: calc(50% - 20px);
  }
}
.point6 ul.btn1 li a:hover {
  opacity: 0.8;
}
.point6 ul.btn2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.point6 ul.btn2 li {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.point6 ul.btn2 li a:hover {
  opacity: 0.8;
}

/* coupon */
.kv_coupon {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.kv__main_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.coupon_area {
  padding: 50px 0;
}
.coupon_area img {
  max-width: 100%;
}
.coupon_area .price {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #184f92;
}

.inner-coupon {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  text-align: center;
}
.inner-coupon h4 {
  margin-bottom: 20px;
  font-size: 18px;
  padding: 10px;
  background-color: #184f92;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .inner-coupon h4 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.inner-coupon .price {
  font-size: 18px;
  color: #184f92;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .inner-coupon .price {
    font-size: 30px;
  }
}
.inner-coupon p.price span {
  font-size: 22px;
  color: #e5004f;
}
@media screen and (max-width: 820px) {
  .inner-coupon p.price span {
    font-size: 38px;
  }
}
.inner-coupon .kome {
  max-width: 500px;
  padding-top: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .inner-coupon .kome {
    max-width: 100%;
    padding-top: 60px;
  }
}
.inner-coupon .kome p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .inner-coupon .kome p {
    font-size: 22px;
    text-align: left !important;
  }
}

.img-cp img {
  max-width: 260px;
}
@media screen and (max-width: 820px) {
  .img-cp img {
    max-width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */