@charset "UTF-8";

/* default */
html,
body {
  font-family: "Apple SD Gothic Neo";
  letter-spacing: -0.04em;
  word-break: keep-all;
  overflow-x: hidden;
}
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.width-wrap {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.width-wrap.large {
  max-width: 1820px;
}
.width-wrap-xlarge {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.fixed-mo-none {
  display: none !important;
}
.fixed-mo-rotate {
  transform: rotate(0deg) !important;
}

/* responsive class */
.pc-none {
  display: none;
}
.pc-none-small {
  display: none;
}
.mo-none {
  display: block;
}

/* animation */
@keyframes long {
  0% {
    bottom: 2.1%;
  }
  100% {
    bottom: 10%;
  }
}
@keyframes long2 {
  0% {
    top: 82%;
  }
  100% {
    top: 90%;
  }
}

/* icon */
.icon-ballon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 38px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 27px;
}
.icon-ballon.blue {
  background: #678290;
}
.icon-ballon.brown {
  background: #938e85;
}
.icon-ballon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0px;
  height: 0px;
}
.icon-ballon.blue:before {
  border-top: 8px solid #678290;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.icon-ballon.brown:before {
  border-top: 8px solid #938e85;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.tag {
  background: #eae9ed;
  border-radius: 1000px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-right: 4px;
}

/* btn */
.btn {
  width: fit-content;
  background: var(--black);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  transition: all 0.25s linear;
  border: 2px solid var(--black);
}
.btn.default {
  border-radius: 8px;
  padding: 12px 37px;
}
.btn.round {
  font-family: "SUIT" !important;
  border-radius: 1000px;
  padding: 12px 37px;
}
/* .btn.inherit:hover {
  background: inherit !important;
} */
.btn.round:hover,
.btn.default:hover {
  background: inherit !important;
  color: var(--black);
}
.btn.send {
  padding: 12px 37px;
  border-radius: 1000px;
  background: var(--po-color40);
  border: none;
}
.btn.send:hover {
  background: var(--po-color);
}

/* btn fixed */
.fixed-wrap {
  position: fixed;
  width: 257px;
  z-index: 9;
  font-family: "SUIT";
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 32px;
  bottom: 29px;
}
.fixed-wrap .btn-page {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.fixed-wrap .btn-page h5 {
  position: absolute;
  right: 22px;
  color: #fff;
  text-shadow: 1px 1px 1px #5a5a5a;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.fixed-wrap .btn-page img {
  width: 100%;
}
.fixed-wrap .box-area {
  background: #fff;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 16px;
}
.fixed-wrap .box-area .top-zone {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 0 12px;
  margin-bottom: 12px;
}
.fixed-wrap .box-area .top-zone img {
  grid-row: 1/3;
}
.fixed-wrap .box-area .top-zone h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.fixed-wrap .box-area .top-zone h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #0381fe;
}
.fixed-wrap .box-area h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 3px;
}
.fixed-wrap .box-area h5:nth-child(3) {
  font-weight: 400;
  margin-bottom: 0;
}
.fixed-wrap .box-area .btn.round {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 0;
  display: flex;
  justify-content: center;
  margin-top: 11px;
}
.fixed-wrap .btn-mo-close {
  background: linear-gradient(180deg, #6fd0dc 0%, #5582e2 52.6%, #8370dd 100%);
  background-size: 200% 200%;
  animation: gradient 3s ease infinite;
  transition: all 0.4s;
  border-radius: 1000px;
  padding: 12px 13px;
  width: fit-content;
  margin: 8px 0 -4px 0;
  cursor: pointer;
}

@keyframes gradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

.fixed-wrap .btn-mo-close img {
  transition: all 0.25s linear;
  transform: rotate(-135deg);
}
.fixed-wrap .btn.top {
  border-radius: 4px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  cursor: pointer;
}

/* font */
h1 {
  font-weight: 800;
  font-size: 56px;
  line-height: 84px;
}
h2 {
  font-weight: 800;
  font-size: 52px;
  line-height: 70px;
}
h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
}
h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
}
h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.po-col {
  color: var(--po-color);
}
.en {
  font-family: "SUIT" !important;
}
.po-bold {
  font-weight: 700 !important;
  border-top: 1px solid #eae9ed;
  border-bottom: 1px solid #eae9ed;
  width: 100%;
}

/* footer */
footer {
  overflow: hidden;
}
footer .width-wrap .top-area {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 17px 0;
}
footer .width-wrap .bottom-area .left-zone li,
footer .width-wrap .top-area li {
  position: relative;
  margin-right: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #777;
}
footer .width-wrap hr {
  position: relative;
  left: -450px;
  width: 200%;
  height: 1px;
  background: #eae9ed;
  border: none;
}
footer .width-wrap .bottom-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 22px 0 30px 0;
}
footer .width-wrap .bottom-area .left-zone {
  display: flex;
  flex-wrap: wrap;
}
footer .width-wrap .top-area li:last-child,
footer .width-wrap .bottom-area .left-zone li:last-child {
  margin-right: 0;
}
footer .width-wrap .top-area li:before,
footer .width-wrap .bottom-area .left-zone li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #eae9ed;
  right: -16.5px;
  top: 4px;
}
footer .width-wrap .top-area li:last-child:before,
footer .width-wrap .bottom-area .left-zone li:last-child:before {
  content: "";
  display: none;
}
footer .width-wrap .bottom-area .logo-zone {
  display: flex;
  align-items: center;
}
footer .width-wrap .bottom-area .logo-zone img:nth-child(1) {
  width: 64.66px;
  margin-right: 20px;
}
footer .width-wrap .bottom-area .logo-zone img:nth-child(2) {
  width: 108.31px;
}

/* responsive */
@media all and (max-width: 1860px) {
  .width-wrap.large {
    width: 95%;
  }
}
@media all and (max-width: 1240px) {
  .width-wrap {
    width: 95%;
  }
}
@media all and (max-width: 1000px) {
  .pc-none {
    display: block;
  }
  h2 {
    font-size: 46px;
    line-height: 63px;
  }
  h3 {
    font-size: 30px;
    line-height: 37px;
  }
  h4 {
    font-size: 28px;
    line-height: 48px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 805px) {
  h2 {
    font-size: 40px;
    line-height: 58px;
  }
  h5 {
    font-size: 16px;
    line-height: 25px;
  }
  footer .width-wrap .bottom-area .left-zone li,
  footer .width-wrap .top-area li {
    font-size: 14px;
    line-height: 33px;
    margin-right: 20px;
  }
  footer .width-wrap .top-area li:before,
  footer .width-wrap .bottom-area .left-zone li:before {
    right: -12px;
    top: 10px;
  }
  footer .width-wrap .bottom-area {
    flex-direction: column-reverse;
  }
  footer .width-wrap .bottom-area .left-zone li:nth-child(1) {
    order: 2;
  }
  footer .width-wrap .bottom-area .logo-zone {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 700px) {
  .pc-none-small {
    display: block;
  }
  .mo-none {
    display: none;
  }
  h1 {
    font-size: 28px;
    line-height: 42px;
  }
  h2 {
    font-size: 25px;
    line-height: 37px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 14px;
    line-height: 21px;
  }
  h6 {
    font-size: 17px;
    line-height: 25px;
  }
  .fixed-wrap .btn.top {
    width: 40px;
    height: 40px;
    margin-right: 5.5px;
  }
  .fixed-wrap .btn.top img {
    width: 23px;
  }
  footer .width-wrap hr {
    left: -290px;
  }
}
@media all and (max-width: 450px) {
  .btn {
    font-size: 14px;
    line-height: 21px;
  }
  .btn.round {
    padding: 4px 15px;
  }
  .btn.default {
    padding: 5px 15px;
  }
}
@media all and (max-width: 425px) {
  h2 {
    font-size: 19px;
    line-height: 27px;
  }
  h3 {
    font-size: 20px;
    line-height: 27px;
  }
  h4 {
    font-size: 14px;
    line-height: 21px;
  }
  h5 {
    font-size: 12px;
    line-height: 21px;
  }
  h6 {
    font-size: 14px;
    line-height: 21px;
  }
  .btn-send {
    padding: 13.5px 115.5px;
    font-size: 16px;
    line-height: 24px;
  }
  footer .width-wrap .bottom-area .left-zone li,
  footer .width-wrap .top-area li {
    font-size: 11px;
    line-height: 19px;
    margin-right: 15px;
  }
  footer .width-wrap .top-area li:before,
  footer .width-wrap .bottom-area .left-zone li:before {
    right: -9px;
    top: 5px;
  }
}

@media all and (max-width: 350px) {
  .fixed-wrap {
    position: fixed;
    width: 215px;
    z-index: 9;
    font-family: "SUIT";
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    right: 32px;
    bottom: 29px;
  }
}
