@charset "UTF-8";

/* common
---------------------------------------- */
img {
  width: 100%;
}
.btn a:hover {
  filter: brightness(175%);
  transition: filter 0.3s;
  cursor: pointer;
}
.btn a img {
  border-radius: 10px;
}
.btn a img.border {
  border: 1px solid #fff;
}
#pageWrapper {
  /* max-width: 1920px; */
  margin: 0 auto;
}
.secWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* header
---------------------------------------- */
header .secWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25%;
}
header .secWrapper .logo {
  width: 200px;
}
header .secWrapper .btn {
  width: 200px;

}

/* sec01
---------------------------------------- */
#sec01 {
  background: url("../images/pc/comp/sec01-bg_re202409.png") no-repeat center top, linear-gradient(180deg, #f2fcfe, #c8e5f5);
  background-size: auto;
  padding: 0 0 5%;
}
.webp #sec01 {
  background: url("../images/pc/webp/sec01-bg_re202409.webp") no-repeat center top, linear-gradient(180deg, #f2fcfe, #c8e5f5);
  background-size: auto;
}
#sec01 .btn {
  display: flex;
  margin: 0 0 5%;
}
#sec01 .btn .inner {
  width: 30%;
  margin: 0 0 0 4.166667%;
}

/* sec02
---------------------------------------- */
#sec02 {
  padding: 0 0 20px;
}
.videoWrapepr {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 5%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 61.1979166666667%;
}
.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #999;
  width: 100%;
  height: 100%;
}
.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 1px solid #999;
}
.thumb:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* sec03
---------------------------------------- */
#sec03 {
  background: #eaf7fb;
}

/* sec04
---------------------------------------- */
#sec04 {
  background: linear-gradient(180deg, #fff, #fff, #daecf6);
  position: relative;
  z-index: 0;
}
#sec04:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eaf7fb transparent transparent transparent;
  border-width: 15vh 100vw 0 0;
}

/* sec06
---------------------------------------- */
#sec06 {
  background: #0d6cb7;
  position: relative;
  z-index: 0;
}
#sec06:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15vh 100vw 0 0;
}
#sec06 .btn {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  z-index: 2;
}
#sec06 .btn .inner {
  width: 31.66667%;
  max-width: 380px;
  margin: 0 3% 0 0;
}

/* sec08
---------------------------------------- */
#sec08 {
  background: #eaf7fb;
}

/* sec09
---------------------------------------- */
#sec09 {
  background: #0d6cb7;
}
#sec09 .btn {
  width: 40%;
  max-width: 480px;
  margin: 0 auto;
}
#sec09 .btn:last-child {
  width: 30%;
  max-width: 360px;
  padding: 0 0 5.833333%;
}

/* footer
---------------------------------------- */
footer .secWrapper {
  text-align: center;
  padding: 5.833333% 0;
}
footer ul {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: 0 auto 5.833333%;
}
footer ul li {
  border-right: 1px solid #424849;
  padding: 0 2%;
}
footer ul li:nth-child(1) {
  max-width: 130px;
}
footer ul li:nth-child(2) {
  max-width: 212px;
}
footer ul li:nth-child(3) {
  max-width: 171px;
  border-right: none;
}
footer ul.btn li a img {
  vertical-align: middle;
  border-radius: 0;
}
.copyright {
  width: 80%;
  max-width: 388px;
  margin: 0 auto;
}


/* floating
---------------------------------------- */
.floating {
  position: fixed;
  right: 10px;
  bottom: 10px;
  max-width: 480px;
  z-index: 100;
}
.floating_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.floating_btn {
  position: absolute;
  right: 2%;
  width: 60%;
  cursor: pointer;
  bottom: 12%;
}
.floating_close {
  position: absolute;
  top: -10%;
  right: 0;
  width: 10%;
  cursor: pointer;
}
.active {
  opacity: 1;
  visibility: visible;
}
.none {
  opacity: 0;
  visibility: hidden;
}
