@charset "utf-8";
.pc-wrap {
  display: block;
}
.mobile-wrap {
  display: none;
}
.m-main-section {
  padding: 85px 20px 0 20px;
  box-sizing: border-box;
}
.m-main-section .page-two {
  margin-top: 30px;
}
.m-main-section .txt-area {
  text-align: right;
}
.m-main-section .txt-area p {
  font-size: 22px;
  line-height: 26px;
}
.m-main-section .txt-area p strong {
  font-weight: 600;
}
.m-main-section .txt-area .logo {
  display: inline-block;
  margin-bottom: 20px;
}
.m-main-section .txt-area .logo img {
  display: block;
  height: 35px;
}
.m-main-section .txt-area .sub-txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}
.m-main-section .img-area > img {
  display: block;
  width: 100%;
}
.m-section2 {
  width: 100%;
  padding: 60px 0;
  background: #11AEFF;
}
.m-section2 .txt-area {
  margin-bottom: 30px;
}
.m-section2 .txt-area p {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.m-section2 .txt-area p strong {
  font-weight: 600;
}
.m-section2 .txt-area .sub-txt {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 20px;
}
.m-section2 .img-area > img {
  display: block;
  width: 90%;
  margin: auto;
}
.m-section3 {
  width: 100%;
  min-height: 100vh;
  padding: 30px 0;
}
.m-section3 .m-section3-wrap {
  padding: 0 20px;
}
.m-section3 .txt-area p {
  font-size: 22px;
  line-height: 26px;
}
.m-section3 .txt-area p strong {
  display: block;
  margin-top: 20px;
  font-weight: 600;
}
.m-section3 .img-area {
  width: 100%;
  padding-top: 50px;
}
.m-section3 .img-area > img {
  display: block;
  width: 100%;
}
.m-section3 .sub-txt {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
}
.m-section4 {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.m-section4 .page-one {
  width: 100%;
}
.m-section4 .page-one .txt-area p {
  font-size: 22px;
  line-height: 26px;
}
.m-section4 .page-one .txt-area p.blue {
  margin-bottom: 20px;
  color: #0088FF;
  font-size: 20px;
}
.m-section4 .page-one .txt-area p strong {
  font-weight: 600;
}
.m-section4 .page-one .txt-area .sub-txt {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
}
.m-section4 .page-one .list-area {
  margin-top: 30px;
}
.m-section4 .page-one .list-area > .browser {
  width: 100%;
}
.m-section4 .page-one .list-area > .browser:after {
  display: block;
  clear: both;
  content: '';
}
.m-section4 .page-one .list-area > .browser > li {
  float: left;
  width: 20%;
}
.m-section4 .page-one .list-area > .browser > li > img {
  display: block;
  width: 80%;
  margin: auto;
}
.m-section4 .page-one .list-area .grid-visual {
  margin: 20px 0;
}
.m-section4 .page-one .list-area .grid-visual > img {
  display: block;
  width: 100%;
}
.m-section4 .page-one .list-area .grid-list {
  width: 100%;
  background: #6B8FAF;
  padding: 10px;
  border-radius: 20px;
  box-sizing: border-box;
}
.m-section4 .page-one .list-area .grid-list:after {
  display: block;
  clear: both;
  content: '';
}
.m-section4 .page-one .list-area .grid-list > li {
  float: left;
  width: 50%;
  margin: 10px 0;
}
.m-section4 .page-one .list-area .grid-list > li .list-img {
  display: block;
  text-align: center;
}
.m-section4 .page-one .list-area .grid-list > li .list-img > img {
  display: inline-block;
  height: 50px;
}
.m-section4 .page-one .list-area .grid-list > li .list-txt {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.m-section4 .page-two {
  width: 100%;
}
.m-section4 .page-two .page-two1,
.m-section4 .page-two .page-two2 {
  padding: 30px 0;
  box-sizing: border-box;
}
.m-section4 .page-two .txt-area {
  margin-bottom: 10px;
}
.m-section4 .page-two .txt-area p {
  font-size: 20px;
  text-align: center;
}
.m-section4 .page-two .txt-area p strong {
  font-weight: 600;
}
.m-section4 .page-two .img-area > img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.m-section5 {
  width: 100%;
}
.m-section5 .m-section5-1 {
  width: 100%;
  min-height: 100vh;
  padding: 50px 20px;
  background: url(/resources/images/mobile/m-section5-bg1.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.m-section5 .m-section5-2 {
  width: 100%;
  min-height: 100vh;
  padding: 50px 20px;
  background: url(/resources/images/mobile/m-section5-bg2.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.m-section5 .txt-area p {
  font-size: 22px;
  line-height: 26px;
}
.m-section5 .txt-area p.white {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.m-section5 .txt-area p strong {
  display: block;
  font-weight: 600;
}
.m-section5 .img-area {
  width: 100%;
  margin-top: 50px;
}
.m-section5 .img-area > img {
  display: block;
  width: 100%;
}
.m-section5 .sub-txt {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 18px;
}
.m-section6 {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0;
  background: url(/resources/images/section6-bg.png) no-repeat;
  background-size: cover;
}
.m-section6 .txt-area {
  margin-bottom: 30px;
  text-align: center;
}
.m-section6 .txt-area p {
  color: #2a2a2a;
  font-size: 20px;
  line-height: 24px;
}
.m-section6 .txt-area p strong {
  font-weight: 600;
}
.m-section6 .list-area {
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.m-section6 .list-area .list-wrap {
  width: 347px;
  margin: 20px auto;
}
.m-section6 .list-area .list-wrap .list {
  width: 347px;
  height: 375px;
  background: url(/resources/images/list-bg.png) no-repeat;
  text-align: center;
}
.m-section6 .list-area .list-wrap .list > p {
  padding-top: 45px;
  font-size: 21px;
}
.m-section6 .list-area .list-wrap .list > .logo {
  display: block;
  width: 206px;
  height: 53px;
  margin: auto;
  margin-top: 12px;
}
.m-section6 .list-area .list-wrap .list > .list-img {
  display: block;
  margin-top: 30px;
}
.m-section6 .list-area .list-wrap .list-btn {
  width: 330px;
  margin: 10px auto 0 auto;
}
.m-section6 .list-area .list-wrap .list-btn a {
  display: inline-block;
  width: 158px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 36px;
  background: #E4E7F1;
  color: #3B4C71;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.m-section6 .list-area .list-wrap .list-btn a:first-child {
  margin-right: 10px;
}
.m-section6 .list-area .list-wrap .list-btn a:hover {
  background: #F3A237;
  color: #fff;
}
.m-section6 .list-area .list-wrap .list-btn a:hover i {
  color: #fff;
  transition: 0.3s;
}
.m-section6 .list-area .list-wrap .list-btn a i {
  margin-right: 8px;
  color: #3B4C71;
}
.m-section7 {
  width: 100%;
  padding-bottom: 80px;
  background: url(/resources/images/section7-bg.png) center 0 no-repeat;
  background-size: cover;
}
.m-section7 .m-section7-wrap {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.m-section7 .m-section7-wrap .txt-area {
  width: 100%;
  padding-top: 70px;
}
.m-section7 .m-section7-wrap .txt-area .mountain-img {
  display: block;
  text-align: center;
}
.m-section7 .m-section7-wrap .txt-area .mountain-img > img {
  display: inline-block;
  height: 50px;
}
.m-section7 .m-section7-wrap .txt-area h3 {
  color: #39758F;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
}
.m-section7 .m-section7-wrap .txt-area h3 strong {
  display: block;
  color: #39758F;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.m-section7 .m-section7-wrap .txt-area .sub-txt {
  display: block;
  padding-top: 20px;
  color: #39758F;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
.m-section7 .m-section7-wrap .info-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 185px;
  margin-top: 30px;
  background: url(/resources/images/info-bg.png) center 0 no-repeat;
}
.m-section7 .m-section7-wrap .info-area p {
  color: #39758F;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.m-section7 .m-section7-wrap .info-area .tel > a {
  display: block;
  text-align: center;
  color: #39758F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 4.5px;
}
.m-section7 .m-section7-wrap .info-area .mail > a {
  display: block;
  text-align: center;
  color: #39758F;
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .fixed-nav {
    transform: scale(0.8);
    left: 10px;
    bottom: 10px;
  }
  .pc-wrap {
    display: none;
  }
  .mobile-wrap {
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .m-section2 .img-area > img {
    width: 70%;
  }
  .m-section3 .img-area > img {
    width: 70%;
    margin: auto;
  }
  .m-section4 .page-one .list-area .grid-list {
    width: 80%;
    margin: auto;
  }
  .m-section4 .page-one .list-area .grid-visual > img {
    width: 80%;
    margin: auto;
  }
  .m-section4 .page-two .img-area > img {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .m-section6 .list-area .list-wrap {
    width: 286px;
  }
  .m-section6 .list-area .list-wrap .list {
    width: 286px;
    height: 309px;
    background: url(/resources/images/mobile/m-list-bg.png) no-repeat;
  }
  .m-section6 .list-area .list-wrap .list > p {
    font-size: 18px;
  }
  .m-section6 .list-area .list-wrap .list > .logo {
    width: 194px;
    height: 45px;
  }
  .m-section6 .list-area .list-wrap .list > .logo > img {
    display: block;
    height: 45px;
    margin: 0 auto;
  }
  .m-section6 .list-area .list-wrap .list > .list-img {
    margin-top: 25px;
  }
  .m-section6 .list-area .list-wrap .list > .list-img > img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .m-section6 .list-area .list-wrap .list-btn {
    width: 100%;
  }
  .m-section6 .list-area .list-wrap .list-btn a {
    width: 48%;
    font-size: 12px;
  }
  .m-section6 .list-area .list-wrap .list-btn a:first-child {
    margin-right: 2%;
  }
  .m-section6 .list-area .list-wrap:first-child .list > .list-img {
    margin-top: 40px;
  }
  .m-section6 .list-area .list-wrap:first-child .list > .list-img > img {
    width: 93%;
  }
  .m-section6 .list-area .list-wrap:last-child .list > .list-img {
    margin-top: 15px;
  }
  .m-section6 .list-area .list-wrap:last-child .list > .list-img > img {
    width: 85%;
  }
}
