@charset "UTF-8";
/*Theme Name: 株式会社ブレイク*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 100%;
}

body {
  font-family: "Inter", sans-serif;
  color: #222;
  overflow-x: hidden;
  line-height: 1.8;
}

body .inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

body .inner.narrow {
  max-width: 1120px;
}

body .inner.mini {
  max-width: 970px;
}

body .main_title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  color: #121212;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width: 980px) {
  body .main_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

body .main_title em {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #688abb;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  body .main_title em {
    font-size: 0.6rem;
  }
}

body .main_title span {
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
}

@media screen and (max-width: 980px) {
  body .main_title span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title span {
    font-size: 0.8rem;
  }
}

body .main_title span.mini {
  font-size: 1.125rem;
}

@media screen and (max-width: 980px) {
  body .main_title span.mini {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body .main_title span.mini {
    font-size: 0.7rem;
  }
}

body .main_title.white {
  color: #fff;
}

body .main_title.white em {
  color: #fff;
}

body .sub_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  body .sub_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  body .sub_title {
    font-size: 1.1rem;
  }
}

body .sub_title span {
  display: block;
  font-size: 4.6rem;
  line-height: 0.2;
  color: #e6e9ed;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 980px) {
  body .sub_title span {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  body .sub_title span {
    font-size: 3rem;
  }
}

body .sub_title span em {
  position: relative;
}

body .sub_title span em:before, body .sub_title span em:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #e6e9ed;
}

@media screen and (max-width: 768px) {
  body .sub_title span em:before, body .sub_title span em:after {
    width: 30px;
  }
}

body .sub_title span em:before {
  left: -60px;
}

@media screen and (max-width: 768px) {
  body .sub_title span em:before {
    left: -40px;
  }
}

body .sub_title span em:after {
  right: -60px;
}

@media screen and (max-width: 768px) {
  body .sub_title span em:after {
    right: -40px;
  }
}

body .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  width: 100%;
  border: 1px solid #777;
  color: #adadad;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 13px;
}

@media screen and (max-width: 768px) {
  body .btn {
    max-width: 400px;
    padding: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  body .btn:hover {
    background: #777;
    color: #fff;
  }
}

body .org_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  width: 100%;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #fa7705), color-stop(81%, #df3b00), to(#fa4605));
  background: linear-gradient(180deg, #fa7705 2%, #df3b00 81%, #fa4605 100%);
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 20px;
}

@media screen and (max-width: 1280px) {
  body .org_btn {
    max-width: 320px;
    padding: 10px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  body .org_btn {
    max-width: 170px;
    font-size: 0.7rem;
  }
}

body .org_btn:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  body .org_btn:after {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  body .org_btn:after {
    right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 769px) {
  body .org_btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #fa7705), color-stop(81%, #df3b00), to(#fa4605));
    background: linear-gradient(0deg, #fa7705 2%, #df3b00 81%, #fa4605 100%);
  }
}

body .ylw_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 720px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f5c62d), to(#ff9538));
  background: linear-gradient(180deg, #f5c62d 40%, #ff9538 100%);
  border: 1px solid #fff;
  border-radius: 4px;
  color: #121212;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 20px;
}

@media screen and (max-width: 980px) {
  body .ylw_btn {
    max-width: 500px;
    font-size: 1.4rem;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  body .ylw_btn {
    font-size: 1.2rem;
  }
}

body .ylw_btn:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #121212;
  border-right: 3px solid #121212;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  right: 140px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 980px) {
  body .ylw_btn:after {
    right: 80px;
  }
}

@media screen and (max-width: 768px) {
  body .ylw_btn:after {
    right: 20px;
  }
}

@media screen and (min-width: 769px) {
  body .ylw_btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f5c62d), to(#ff9538));
    background: linear-gradient(0deg, #f5c62d 40%, #ff9538 100%);
  }
}

body .blue_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  width: 100%;
  border: 1px solid #364069;
  color: #364069;
  font-weight: 600;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  body .blue_btn {
    max-width: 300px;
    padding: 10px;
  }
}

body .blue_btn:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #364069;
  border-right: 3px solid #364069;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  body .blue_btn:hover {
    background: #364069;
    color: #fff;
  }
}

body #cta {
  background: url("images/bg_cta.webp");
  background-size: 100%;
  background-position: center;
  padding: 60px 0;
}

@media screen and (max-width: 980px) {
  body #cta {
    padding: 40px 20px;
  }
}

body #cta .ylw_btn {
  margin: 0 auto;
}

body #cta .line {
  background: rgba(20, 20, 2, 0.5);
  color: #fff;
  padding: 40px 0;
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  body #cta .line {
    padding: 20px;
  }
}

body #cta .line h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

body #cta .line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}

@media screen and (max-width: 980px) {
  body #cta .line ul {
    gap: 10px;
  }
}

body #cta .line ul li {
  width: 19%;
}

@media screen and (max-width: 980px) {
  body #cta .line ul li {
    width: 48%;
  }
}

body #cta .line ul img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  body .pconly {
    display: block;
  }
  body .smonly {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body .pconly {
    display: none;
  }
  body .smonly {
    display: block;
  }
}

header .h_blc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 50px 5px 20px;
}

@media screen and (max-width: 768px) {
  header .h_blc {
    padding: 10px;
  }
}

header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #364069;
}

@media screen and (min-width: 769px) {
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #364069;
    gap: 25px;
  }
  header .nav a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
  }
  header .nav a:hover {
    color: #688abb;
  }
}

@media screen and (max-width: 768px) {
  header .menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #364069;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #385888;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 20px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav a {
    padding: 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  header .menu-content .nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

header .fv {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 980px) {
  header .fv {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  header .fv {
    padding-top: 70px;
  }
}

header .fv .fv_left {
  background: #364069;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 0.8;
  width: 15.105%;
}

@media screen and (max-width: 768px) {
  header .fv .fv_left {
    width: 12%;
  }
}

header .fv .fv_left p {
  letter-spacing: 6px;
  font-size: 1.9vw;
  padding: 40px 10px 0 0;
}

@media screen and (max-width: 1600px) {
  header .fv .fv_left p {
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 980px) {
  header .fv .fv_left p {
    font-size: 1.4vw;
    padding: 20px 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  header .fv .fv_left p {
    padding: 10px 5px 0 2px;
    font-size: 1.4vw;
    letter-spacing: 2px;
  }
}

header .fv .fv_left strong {
  font-size: 20.3vw;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  header .fv .fv_left strong {
    font-size: 15vw;
  }
}

header .fv .fv_right {
  width: 81.25%;
}

@media screen and (max-width: 768px) {
  header .fv .fv_right {
    width: 85%;
  }
}

header .fv .fv_top {
  position: relative;
}

header .fv .fv_top > img {
  width: 87.372%;
  display: block;
  margin-left: auto;
}

header .fv .fv_top .copy {
  position: absolute;
  top: 50px;
  left: 0;
  width: 41.218%;
}

@media screen and (max-width: 768px) {
  header .fv .fv_top .copy {
    top: 10px;
    width: 44%;
  }
}

header .fv .fv_top .copy img {
  display: block;
}

header .fv .fv_top .main_copy {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  header .fv .fv_top .main_copy {
    margin-bottom: 5px;
  }
}

header .fv .fv_top .main_copy img:first-child {
  width: 94.092%;
}

header .fv .fv_top .main_copy img:last-child {
  width: 100%;
}

header .fv .fv_top .sub_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 96.424%;
}

@media screen and (max-width: 768px) {
  header .fv .fv_top .sub_copy {
    gap: 5px;
  }
}

header .fv .fv_top .sub_copy img:first-child {
  width: 74.4%;
}

header .fv .fv_top .sub_copy img:last-child {
  width: 19.517%;
}

header .fv .fv_top .org_btn {
  position: absolute;
  bottom: 18%;
  left: 45%;
}

@media screen and (max-width: 768px) {
  header .fv .fv_top .org_btn {
    left: 45%;
    bottom: 5%;
  }
}

header .fv .usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 35px 0;
}

@media screen and (max-width: 980px) {
  header .fv .usp {
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  header .fv .usp {
    padding: 20px 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 20px;
  }
}

header .fv .usp img:first-child {
  max-width: 478px;
  width: 30.6%;
}

@media screen and (max-width: 768px) {
  header .fv .usp img:first-child {
    width: 40%;
  }
}

header .fv .usp img:nth-child(2) {
  max-width: 239px;
  width: 15.3%;
}

@media screen and (max-width: 768px) {
  header .fv .usp img:nth-child(2) {
    width: 25%;
  }
}

header .fv .usp img:nth-child(3) {
  max-width: 218px;
  width: 13.9%;
}

@media screen and (max-width: 768px) {
  header .fv .usp img:nth-child(3) {
    width: 35%;
  }
}

header .fv .usp img:nth-child(4) {
  max-width: 137px;
  width: 8.7%;
}

@media screen and (max-width: 768px) {
  header .fv .usp img:nth-child(4) {
    width: 20%;
  }
}

main #reskilling {
  background: url("images/bg_reskilling.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

@media screen and (max-width: 980px) {
  main #reskilling {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  main #reskilling {
    padding: 60px 0 40px;
  }
}

main #reskilling .box {
  position: relative;
  background: #fff;
  border: 3px solid #121212;
  padding: 60px 10px 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  main #reskilling .box {
    padding: 40px 10px 20px;
  }
}

main #reskilling .box h2 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 900px;
  background: #f0b918;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px;
}

@media screen and (max-width: 980px) {
  main #reskilling .box h2 {
    font-size: 1rem;
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  main #reskilling .box h2 {
    max-width: 300px;
    font-size: 0.8rem;
    top: -30px;
  }
}

main #reskilling .box h3 {
  text-align: center;
  font-size: 1.85rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  main #reskilling .box h3 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  main #reskilling .box h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

main #reskilling .box div {
  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;
  gap: 75px;
}

@media screen and (max-width: 980px) {
  main #reskilling .box div {
    margin: 0 auto 40px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #reskilling .box div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

main #reskilling .box > img {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

main #reskilling p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  main #reskilling p {
    font-size: 0.6rem;
  }
}

main #graduates {
  color: #121212;
  padding: 60px 0;
}

@media screen and (max-width: 980px) {
  main #graduates {
    padding: 40px 0;
  }
}

main #graduates .swiper {
  position: relative;
  overflow: hidden;
}

main #graduates .swiper-wrapper iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

main #graduates .graduates-pagination {
  position: relative;
  bottom: 0;
  padding: 20px 0 30px;
  text-align: center;
}

main #graduates .graduates-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  background: #e4e4e4;
  opacity: 1;
}

main #graduates .graduates-pagination .swiper-pagination-bullet-active {
  background: #acacac;
}

main #graduates .blue_btn {
  margin: 0 auto;
}

main #about {
  background: url("images/bg_about.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 150px;
}

@media screen and (max-width: 980px) {
  main #about {
    padding: 40px 0;
  }
}

main #about .box {
  background: #fff;
  border: 3px solid #121212;
  padding: 40px 80px 80px;
}

@media screen and (max-width: 1280px) {
  main #about .box {
    padding: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #about .box {
    padding: 20px;
  }
}

main #about .blc {
  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;
  gap: 70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  main #about .blc {
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #about .blc {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  main #about .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #about .blc > img {
  width: 60.5%;
}

@media screen and (max-width: 980px) {
  main #about .blc > img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  main #about .blc > img {
    max-width: 500px;
    width: 100%;
  }
}

main #about .blc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

main #about .blc div p {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

main #about .blc div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

main #about .pic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

main #about .pic_list li {
  width: 19.5%;
}

@media screen and (max-width: 980px) {
  main #about .pic_list li {
    width: 32%;
  }
}

main #about .pic_list img {
  width: 100%;
}

main #partner {
  padding-top: 80px;
}

@media screen and (max-width: 980px) {
  main #partner {
    padding-top: 40px;
  }
}

main #partner .wrap {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 100px;
}

@media screen and (max-width: 980px) {
  main #partner .wrap {
    padding: 0 0 40px;
  }
}

main #partner .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 40px;
  -webkit-animation: scroll_left 40s linear infinite;
          animation: scroll_left 40s linear infinite;
}

@media screen and (max-width: 980px) {
  main #partner .wrap ul {
    gap: 20px;
  }
}

@-webkit-keyframes scroll_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

main #partner .wrap ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

main #partner .wrap ul img {
  height: 40px;
}

@media screen and (max-width: 980px) {
  main #partner .wrap ul img {
    height: 20px;
  }
}

main #partner .cashback {
  background: url("images/bg_cashback.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

@media screen and (max-width: 980px) {
  main #partner .cashback {
    padding: 40px 0;
  }
}

main #partner .cashback ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main #partner .cashback ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

main #partner .cashback ul li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  main #partner .cashback ul li {
    width: 100%;
  }
}

main #partner .movie {
  padding: 150px 0;
}

@media screen and (max-width: 980px) {
  main #partner .movie {
    padding: 40px 20px;
  }
}

main #partner .movie iframe {
  display: block;
  width: 720px;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 32px;
  -webkit-box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 9px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  main #partner .movie iframe {
    max-width: 600px;
    width: 100%;
  }
}

main #recommend {
  background: url("images/bg_recommend.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 80px;
}

@media screen and (max-width: 980px) {
  main #recommend {
    padding: 40px 20px;
  }
}

main #recommend .main_title {
  margin-bottom: 100px;
}

@media screen and (max-width: 980px) {
  main #recommend .main_title {
    margin-bottom: 40px;
  }
}

main #recommend ul {
  max-width: 650px;
  margin: 0 auto;
}

main #recommend li {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  main #recommend li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #recommend li {
    font-size: 1rem;
    padding-left: 30px;
  }
}

main #recommend li:not(:last-child) {
  margin-bottom: 15px;
}

main #recommend li:after {
  position: absolute;
  content: "";
  background: url("images/ylw_check.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 768px) {
  main #recommend li:after {
    width: 20px;
    height: 20px;
  }
}

main #recommend li span {
  color: #f0b918;
}

main #reason {
  background: url("images/bg_reason.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

main #reason .reason_top {
  padding: 56px 0;
}

@media screen and (max-width: 980px) {
  main #reason .reason_top {
    padding: 40px 0;
  }
}

main #reason .reason_top .main_title {
  margin-bottom: 100px;
}

@media screen and (max-width: 980px) {
  main #reason .reason_top .main_title {
    margin-bottom: 50px;
  }
}

main #reason .reason_top .inner {
  position: relative;
}

main #reason .reason_top .bg {
  position: relative;
  top: 0;
  left: 0;
  background: url("images/bg_reason_top.svg") no-repeat;
  mix-blend-mode: multiply;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top .bg {
    height: 270px;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top .bg {
    max-height: 200px;
  }
}

main #reason .reason_top h3 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  right: 0;
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top h3 {
    font-size: 2.6rem;
    top: -20px;
    max-width: 750px;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top h3 {
    font-size: 1.2rem;
    top: -10px;
    max-width: 380px;
  }
}

main #reason .reason_top h3:before {
  position: absolute;
  content: "";
  background: url("images/left_reason.svg");
  background-size: 100%;
  width: 67px;
  height: 68px;
  top: -20px;
  left: 20px;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top h3:before {
    width: 37px;
    height: 37px;
    top: -10px;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top h3:before {
    width: 27px;
    height: 27px;
  }
}

main #reason .reason_top h3:after {
  position: absolute;
  content: "";
  background: url("images/right_reason.svg");
  background-size: 100%;
  width: 67px;
  height: 68px;
  bottom: -20px;
  right: 20px;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top h3:after {
    width: 37px;
    height: 37px;
    bottom: -10px;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top h3:after {
    width: 27px;
    height: 27px;
  }
}

main #reason .reason_top h3 span {
  color: #f0b918;
}

main #reason .reason_top ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 960px;
  padding: 80px 0;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top ul {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top ul {
    padding: 30px 40px 20px 0;
  }
}

main #reason .reason_top li {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 60px;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top li {
    font-size: 0.9rem;
  }
}

main #reason .reason_top li:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  main #reason .reason_top li:not(:last-child) {
    margin-bottom: 15px;
  }
}

main #reason .reason_top li:after {
  position: absolute;
  content: "";
  background: url("images/ylw_check.svg") no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 1280px) {
  main #reason .reason_top li:after {
    width: 20px;
    height: 20px;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_top li:after {
    top: 5px;
  }
}

main #reason .reason_top li span {
  color: #f0b918;
}

main #reason .reason_btm {
  background: rgba(131, 177, 245, 0.75);
  padding: 30px 0 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #reason .reason_btm {
    padding: 20px 20px 40px;
  }
}

main #reason .reason_btm h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 0.94;
  font-weight: 900;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  main #reason .reason_btm h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 10px;
  }
}

main #reason .reason_btm p {
  color: #fff;
  font-size: 1.18rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 980px) {
  main #reason .reason_btm p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_btm p {
    font-size: 0.8rem;
    text-align: left;
  }
}

main #reason .reason_btm div {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.08);
  font-size: 10rem;
  font-weight: 900;
  text-align: center;
  line-height: 0.7;
  letter-spacing: 5px;
}

@media screen and (max-width: 1700px) {
  main #reason .reason_btm div {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1280px) {
  main #reason .reason_btm div {
    font-size: 5rem;
    bottom: 0;
  }
}

@media screen and (max-width: 980px) {
  main #reason .reason_btm div {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #reason .reason_btm div {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

main #feature {
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  main #feature {
    padding: 60px 0;
  }
}

main #feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 20px;
}

@media screen and (max-width: 980px) {
  main #feature ul {
    gap: 20px 10px;
  }
}

main #feature ul li {
  width: 23%;
}

@media screen and (max-width: 768px) {
  main #feature ul li {
    width: 48%;
  }
}

main #feature ul p {
  font-size: 0.94rem;
  line-height: 1.5;
}

main #feature ul p span {
  display: block;
  font-size: 0.75rem;
}

main #feature ul img {
  width: 100%;
  margin-bottom: 10px;
}

main #support ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 980px) {
  main #support ul {
    gap: 20px 10px;
  }
}

main #support ul li {
  width: 31.5%;
}

@media screen and (max-width: 768px) {
  main #support ul li {
    width: 48%;
  }
}

main #support ul p {
  font-size: 0.94rem;
  line-height: 1.5;
}

main #support ul img {
  width: 100%;
  margin-bottom: 20px;
}

main #support .btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 980px) {
  main #support .btn {
    margin: 20px auto 0;
  }
}

main #curriculum {
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  main #curriculum {
    padding: 60px 0;
  }
}

main #curriculum ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 20px;
}

@media screen and (max-width: 980px) {
  main #curriculum ul {
    gap: 20px 10px;
  }
}

main #curriculum ul li {
  width: 23.4%;
}

@media screen and (max-width: 980px) {
  main #curriculum ul li {
    width: 22.9%;
  }
}

@media screen and (max-width: 768px) {
  main #curriculum ul li {
    width: 48%;
  }
}

main #curriculum ul p {
  font-size: 0.94rem;
  line-height: 1.5;
}

main #curriculum ul img {
  width: 100%;
  margin-bottom: 10px;
}

main #curriculum .btn {
  margin: 80px auto 0;
}

@media screen and (max-width: 980px) {
  main #curriculum .btn {
    margin: 20px auto 0;
  }
}

main #schedule img {
  width: 100%;
}

main #schedule p {
  font-size: 0.75rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  main #schedule p {
    font-size: 0.6rem;
    text-align: left;
  }
}

main #example {
  padding: 140px 0;
}

@media screen and (max-width: 980px) {
  main #example {
    padding: 60px 0;
  }
}

main #example ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  main #example ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

main #example ul li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  main #example ul li {
    width: 100%;
  }
}

main #works .wrap {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px;
}

main #works .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll_left 30s linear infinite;
          animation: scroll_left 30s linear infinite;
}

@keyframes scroll_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

main #skills {
  background: #e0edff;
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  main #skills {
    padding: 40px 0;
  }
}

main #skills ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

main #skills ul li {
  width: 24%;
  max-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 20px 5px 40px;
  background: #f2f8ff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 980px) {
  main #skills ul li {
    width: 23%;
    padding: 0 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #skills ul li {
    width: 48%;
  }
}

main #skills ul div {
  height: 100%;
}

main #skills ul h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: auto;
}

@media screen and (max-width: 980px) {
  main #skills ul h3 {
    font-size: 0.9rem;
  }
}

main #skills ul h3 span {
  display: block;
  font-size: 0.75rem;
}

@media screen and (max-width: 980px) {
  main #skills ul h3 span {
    font-size: 0.6rem;
  }
}

main #able {
  padding: 80px 0;
}

@media screen and (max-width: 980px) {
  main #able {
    padding: 40px 0;
  }
}

main #able .main_title {
  line-height: 2;
}

main #able .inner div {
  position: relative;
  border: 1px solid #81a6ff;
  padding: 10px 10px 10px 100px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main #able .inner div {
    padding: 20px 20px 10px 20px;
  }
}

main #able .inner div h3 {
  position: absolute;
  top: -15px;
  left: -10px;
  color: #fff;
  max-width: 180px;
  width: 100%;
  border-radius: 100px;
  background: #1c4b90;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 2px;
}

main #able .inner div span {
  font-weight: bold;
}

main #after {
  padding: 30px 0 60px;
}

@media screen and (max-width: 980px) {
  main #after {
    padding: 20px 0 40px;
  }
}

main #after .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  main #after .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 680px;
    gap: 20px;
  }
}

main #after h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main #after h3 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main #after p {
    font-size: 0.8rem;
  }
}

main #after p:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  main #after p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main #interview {
  padding: 80px 0;
}

@media screen and (max-width: 980px) {
  main #interview {
    padding: 40px 0;
  }
}

main #interview ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  main #interview ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  main #interview li {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  main #interview li {
    width: 100%;
  }
}

main #aggregation {
  padding: 80px 0 100px;
}

@media screen and (max-width: 980px) {
  main #aggregation {
    padding: 40px 0 80px;
  }
}

main #aggregation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

@media screen and (max-width: 1280px) {
  main #aggregation ul {
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  main #aggregation ul {
    gap: 20px;
  }
}

main #aggregation ul li {
  width: 30%;
}

@media screen and (max-width: 768px) {
  main #aggregation ul li {
    width: 47%;
  }
}

main #aggregation ul img {
  display: block;
  margin: 0 auto;
}

main #google .swiper {
  position: relative;
  overflow: hidden;
}

main #google .swiper-slide {
  height: auto;
  padding: 35px;
  border-radius: 13px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 980px) {
  main #google .swiper-slide {
    padding: 20px;
    -webkit-box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 4px 2px 10px 0 rgba(0, 0, 0, 0.15);
  }
}

main #google .swiper-slide .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

main #google .swiper-slide .blc h3 {
  font-size: 0.875rem;
  font-weight: bold;
}

main #google .swiper-slide .blc time {
  display: block;
  color: #959595;
  font-size: 0.625rem;
}

main #google .swiper-slide p {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 10px;
  font-size: 0.75rem;
}

main #philosophy {
  background: url("images/bg_philosophy.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px;
  color: #fff;
}

@media screen and (max-width: 980px) {
  main #philosophy {
    padding: 40px 20px 80px;
  }
}

main #philosophy img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main #philosophy img {
    margin: 0 auto 20px;
  }
}

main #philosophy ul {
  max-width: 530px;
  margin: 0 auto 60px;
  padding-left: 40px;
}

@media screen and (max-width: 980px) {
  main #philosophy ul {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  main #philosophy ul {
    padding-left: 30px;
  }
}

main #philosophy ul li {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main #philosophy ul li {
    font-size: 1rem;
  }
}

main #philosophy ul li:not(:last-child) {
  margin-bottom: 5px;
}

main #philosophy ul li:after {
  position: absolute;
  content: "";
  background: url("images/white_check.svg") no-repeat;
  background-size: 100%;
  width: 26px;
  height: 26px;
  top: 5px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  main #philosophy ul li:after {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}

main #philosophy p {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  main #philosophy p {
    font-size: 0.9rem;
    text-align: left;
  }
}

main #message {
  background: #dce4f1;
  padding: 0 20px;
}

main #message .box {
  background: #fff;
  padding: 100px 0 80px;
  position: relative;
  top: -100px;
}

@media screen and (max-width: 980px) {
  main #message .box {
    top: -50px;
    padding: 60px 0 40px;
  }
}

main #message .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  main #message .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}

main #message .boss {
  max-width: 270px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (max-width: 980px) {
  main #message .boss {
    max-width: 100%;
    width: 100%;
  }
}

main #message .boss h3 {
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 980px) {
  main #message .boss h3 {
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  main #message .boss img {
    display: block;
    margin: 0 auto;
  }
}

main #message .txt {
  max-width: 630px;
}

@media screen and (max-width: 1280px) {
  main #message .txt {
    max-width: 600px;
  }
}

@media screen and (max-width: 980px) {
  main #message .txt {
    max-width: 100%;
    width: 100%;
  }
}

main #message .txt p:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  main #message .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
}

main #message ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  main #message ul {
    gap: 20px 10px;
  }
}

main #message ul li {
  width: 21%;
  font-size: 0.625rem;
}

@media screen and (max-width: 768px) {
  main #message ul li {
    width: 48%;
    font-size: 0.6rem;
  }
}

main #message ul div {
  max-height: 70px;
  min-height: 70px;
  margin: 0 auto 20px;
  position: relative;
}

main #message ul img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

main #partnership {
  padding: 60px 0;
}

main #partnership ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #partnership ul li {
  width: 32%;
}

main #partnership .btn {
  margin: 30px auto 0;
}

main #sdgs .sub_title {
  margin-bottom: 20px;
}

main #sdgs .inner > img {
  display: block;
  margin: 0 auto 30px;
}

main #sdgs ul {
  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;
  gap: 15px;
}

main #sdgs .btn {
  margin: 30px auto 0;
}

main #difference {
  padding: 80px 0 100px;
}

@media screen and (max-width: 980px) {
  main #difference {
    padding: 60px 0;
  }
}

main #difference ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px 35px;
}

@media screen and (max-width: 980px) {
  main #difference ul {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  main #difference ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #difference ul li {
  width: 48%;
}

@media screen and (max-width: 768px) {
  main #difference ul li {
    width: 100%;
  }
}

main #difference ul div {
  position: relative;
}

main #difference ul div img:first-child {
  width: 100%;
}

main #difference ul div img:last-child {
  position: absolute;
  bottom: -30px;
  left: -10px;
}

@media screen and (max-width: 768px) {
  main #difference ul div img:last-child {
    width: 80px;
    bottom: -20px;
  }
}

main #difference ul h3 {
  margin: 30px 0 20px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #385888;
}

@media screen and (max-width: 768px) {
  main #difference ul h3 {
    font-size: 1.1rem;
    margin: 20px 0 10px;
  }
}

main #difference ul p:not(:last-child) {
  margin-bottom: 20px;
}

main #graf .js-scrollable {
  overflow: hidden !important;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable {
    overflow: scroll !important;
  }
}

main #graf .js-scrollable table {
  width: 100%;
  -webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table {
    min-width: 600px;
  }
}

main #graf .js-scrollable table tr:last-child td:first-of-type {
  border-bottom: none;
}

main #graf .js-scrollable table tr:last-child td:nth-of-type(2) {
  border-bottom: 7px solid #364069;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table tr:last-child td:nth-of-type(2) {
    border-bottom: 3px solid #364069;
  }
}

main #graf .js-scrollable table th {
  background: #688abb;
  color: #fff;
  text-align: center;
  padding: 5px 0 10px;
  vertical-align: middle;
  width: 25%;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table th {
    padding: 5px 0;
  }
}

main #graf .js-scrollable table th:first-child {
  background: #385888;
  border-top: 7px solid #385888;
  border-right: 7px solid #364069;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table th:first-child {
    border-top: 3px solid #385888;
    border-right: 3px solid #364069;
  }
}

main #graf .js-scrollable table th:nth-child(2) {
  width: 40%;
  background: #ad4f61;
  font-weight: 900;
  font-size: 1.6rem;
  border-left: 7px solid #364069;
  border-right: 7px solid #364069;
  border-top: 7px solid #364069;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table th:nth-child(2) {
    border-left: 3px solid #364069;
    border-right: 3px solid #364069;
    border-top: 3px solid #364069;
  }
}

main #graf .js-scrollable table th:nth-child(3) {
  border-top: 7px solid #688abb;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table th:nth-child(3) {
    border-top: 3px solid #688abb;
  }
}

main #graf .js-scrollable table td {
  background: #fff;
  color: #314158;
  font-size: 0.75rem;
  padding: 10px 20px;
  vertical-align: middle;
  height: 80px;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td {
    padding: 10px;
    height: auto;
    font-size: 0.6rem;
  }
}

main #graf .js-scrollable table td:first-of-type {
  background: #ecfdf5;
  font-size: 1rem;
  text-align: center;
  border-right: 7px solid #364069;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td:first-of-type {
    border-right: 3px solid #364069;
    font-size: 0.8rem;
  }
}

main #graf .js-scrollable table td:nth-of-type(2) {
  padding: 10px 40px;
  border-bottom: 1px solid #fff;
  border-right: 7px solid #364069;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td:nth-of-type(2) {
    padding: 10px;
    border-right: 3px solid #364069;
  }
}

main #graf .js-scrollable table td:nth-of-type(2) span {
  color: #ad4f61;
}

main #graf .js-scrollable table td:nth-of-type(3) {
  border-bottom: 1px solid #fff;
}

main #graf .js-scrollable table td:nth-of-type(3) span {
  color: #688abb;
}

main #graf .js-scrollable table td.bg {
  background: #f8fafc;
}

main #graf .js-scrollable table td span {
  font-weight: bold;
  line-height: 1.4;
}

main #graf .js-scrollable table td span.small {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td span.small {
    font-size: 0.8rem;
  }
}

main #graf .js-scrollable table td span.mdl {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td span.mdl {
    font-size: 1rem;
  }
}

main #graf .js-scrollable table td span.big {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td span.big {
    font-size: 1.2rem;
  }
}

main #graf .js-scrollable table td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td div {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  main #graf .js-scrollable table td img {
    width: 20px;
  }
}

main #flow {
  padding: 80px 0;
}

@media screen and (max-width: 980px) {
  main #flow {
    padding: 60px 0;
  }
}

main #flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #flow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

main #flow ul:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 2px;
  background: #385888;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  main #flow ul:after {
    width: 2px;
    height: 90%;
    left: 50%;
  }
}

main #flow ul li {
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #688abb;
  background: #fff;
  width: 32%;
}

@media screen and (max-width: 768px) {
  main #flow ul li {
    width: 100%;
  }
}

main #flow ul img {
  display: block;
  margin: 0 auto 10px;
}

main #flow ul h3 {
  font-size: 1.25rem;
  font-weight: 900;
  text-align: center;
  color: #364069;
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  main #flow ul h3 {
    font-size: 1.2rem;
  }
}

main #flow ul h3 span {
  display: block;
  font-size: 1rem;
  color: #688abb;
}

@media screen and (max-width: 1280px) {
  main #flow ul h3 span {
    font-size: 0.8rem;
  }
}

main #payment {
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {
  main #payment {
    padding-bottom: 60px;
  }
}

main #payment .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #payment .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

main #payment .list > li {
  position: relative;
  width: 32%;
  font-size: 0.875rem;
  border-radius: 4px;
  border: 1px solid #688abb;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  main #payment .list > li {
    width: 100%;
  }
}

main #payment .list > li:nth-child(2) {
  border: 4px solid #ad4f61;
}

main #payment .list > li:nth-child(2) h3 {
  font-weight: 900;
  background: #ad4f61;
}

main #payment .list > li:nth-child(2) span {
  color: #ad4f61;
}

main #payment .list > li:nth-child(2) li:after {
  background: url("images/red_check.svg") no-repeat;
  background-size: 100%;
}

main #payment .list strong {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  border-radius: 100px;
  background: #f0b918;
  color: #fff;
  font-weight: 900;
  font-size: 0.75rem;
  text-align: center;
}

main #payment .list h3 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  background: #688abb;
  color: #fff;
  padding: 10px;
}

main #payment .list div {
  padding: 30px 25px 60px;
}

@media screen and (max-width: 1280px) {
  main #payment .list div {
    padding: 20px;
  }
}

main #payment .list p {
  text-align: center;
}

main #payment .list span {
  font-weight: bold;
  color: #688abb;
}

main #payment .list span.big {
  font-size: 2.25rem;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-right: 5px;
}

@media screen and (max-width: 980px) {
  main #payment .list span.big {
    font-size: 1.6rem;
  }
}

main #payment .list span.mdl {
  font-size: 1rem;
}

main #payment .list ul {
  border-top: 1px solid #e2e8f0;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 35px;
}

main #payment .list ul li {
  position: relative;
  line-height: 1.6;
}

main #payment .list ul li:not(:last-child) {
  margin-bottom: 20px;
}

main #payment .list ul li:after {
  position: absolute;
  content: "";
  background: url("images/blue_check.svg") no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  top: 5px;
  left: -30px;
}

main #payment .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  border: 1px solid #688abb;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #688abb;
  padding: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  main #payment .box {
    gap: 10px;
  }
}

main #payment .box span {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  main #payment .box span {
    font-size: 1.8rem;
  }
}

main #payment .credit {
  font-size: 0.875rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #payment .credit {
    margin-bottom: 40px;
  }
}

main #payment .credit h4 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #a1a1a1;
  width: 100px;
  margin: 0 auto 10px;
}

main #payment .credit .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main #payment .credit .blc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

main #payment .credit .blc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  main #payment .credit .blc ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}

main #payment .credit span {
  display: block;
  color: #898989;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main #payment .credit span {
    text-align: left;
  }
}

main #payment .banner {
  text-align: center;
  display: block;
}

main #faq {
  padding: 80px 0;
  font-size: 0.875rem;
  max-width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  main #faq {
    padding: 60px 0;
  }
}

main #faq li:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  main #faq li:not(:last-child) {
    margin-bottom: 40px;
  }
}

main #faq h3 {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

main #faq h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20px;
  -webkit-transform: translateY(-40%) rotate(135deg);
          transform: translateY(-40%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #717182;
  border-right: 2px solid #717182;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  main #faq h3:after {
    right: 0;
  }
}

main #faq h3.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main #faq h3 .q {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  color: #fff;
  background: #364069;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  line-height: 2.2;
}

main #faq h3 .title {
  font-weight: 600;
  width: 95%;
}

@media screen and (max-width: 768px) {
  main #faq h3 .title {
    width: 85%;
  }
}

main #faq .cont {
  display: none;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  main #faq .cont {
    padding-top: 20px;
  }
}

main #faq .cont .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

main #faq .cont .wrap .a {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  color: #fff;
  background: #cf3d44;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  line-height: 2.2;
}

main #faq .cont .wrap .txt {
  width: 95%;
}

@media screen and (max-width: 768px) {
  main #faq .cont .wrap .txt {
    width: 85%;
  }
}

main #faq .btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 980px) {
  main #faq .btn {
    margin: 40px auto 0;
  }
}

main #last_cta {
  background: url("images/bg_last_cta.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: #fff;
}

@media screen and (max-width: 980px) {
  main #last_cta {
    padding: 40px 0;
  }
}

main #last_cta .main_title {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  main #last_cta .main_title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #last_cta .main_title {
    font-size: 1rem;
  }
}

main #last_cta .inner {
  position: relative;
}

main #last_cta .box {
  background: url("images/bg_last_cta02.svg") no-repeat;
  mix-blend-mode: multiply;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 768px) {
  main #last_cta .box {
    height: 300px;
  }
}

main #last_cta .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  main #last_cta .txt {
    padding: 20px 30px;
    max-width: 400px;
  }
}

main #last_cta ul {
  max-width: 500px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  main #last_cta ul {
    margin: 0 auto 20px;
  }
}

main #last_cta ul li {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  padding-left: 45px;
}

@media screen and (max-width: 980px) {
  main #last_cta ul li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  main #last_cta ul li {
    font-size: 0.8rem;
    padding-left: 35px;
  }
}

main #last_cta ul li:not(:last-child) {
  margin-bottom: 10px;
}

main #last_cta ul li:after {
  position: absolute;
  content: "";
  background: url("images/white_check.svg") no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 768px) {
  main #last_cta ul li:after {
    width: 15px;
    height: 15px;
    left: 10px;
  }
}

main #last_cta ul li span {
  color: #f0b918;
}

main #last_cta p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main #last_cta p {
    font-size: 0.9rem;
  }
}

main #last_cta strong {
  display: block;
  font-size: 0.75rem;
}

main #error {
  padding: 100px 0;
}

@media screen and (max-width: 980px) {
  main #error {
    padding: 40px 0;
  }
}

main #error p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  main #error p {
    margin-bottom: 20px;
  }
}

main #error .btn {
  margin: 0 auto;
}

footer {
  background: #0f1c3c;
  color: #fff;
  position: relative;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 90px;
  padding: 100px 0 80px;
}

@media screen and (max-width: 1280px) {
  footer .inner {
    padding: 40px 0;
    gap: 40px;
  }
}

@media screen and (max-width: 980px) {
  footer .inner {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 0;
  }
}

footer .inner .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
  font-size: 0.875rem;
}

@media screen and (max-width: 1280px) {
  footer .inner .f_nav {
    gap: 50px;
  }
}

@media screen and (max-width: 980px) {
  footer .inner .f_nav {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner .f_nav {
    padding: 0 20px;
    gap: 10px 40px;
    width: 100%;
  }
}

footer .inner .f_nav h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

footer .inner .f_nav ul {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer .inner .f_nav ul {
    margin-bottom: 10px;
  }
}

footer .inner .f_nav a {
  display: block;
}

@media screen and (min-width: 769px) {
  footer .inner .f_nav a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  footer .inner .f_nav a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 980px) {
  footer .inner .f_logo {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  footer .inner .f_logo {
    text-align: center;
    width: 100%;
  }
}

footer .f_banner {
  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;
  gap: 50px;
  max-width: 1100px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 1280px) {
  footer .f_banner {
    gap: 20px;
  }
}

@media screen and (max-width: 980px) {
  footer .f_banner {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .f_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    text-align: center;
  }
}

footer .f_banner li {
  width: 31%;
}

@media screen and (max-width: 980px) {
  footer .f_banner li {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  footer .f_banner li {
    width: 100%;
  }
}

footer .f_banner a {
  display: block;
}

footer small {
  border-top: 3px solid #fff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  footer small {
    font-size: 0.6rem;
    border-top: 1px solid #fff;
  }
}

footer .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f0b918;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  text-align: center;
  z-index: 9;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: none;
}

@media screen and (min-width: 769px) {
  footer .pagetop:hover {
    cursor: pointer;
    background: #ad4f61;
  }
}

@media screen and (max-width: 768px) {
  footer .pagetop {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    bottom: 60px;
    right: 10px;
  }
}

footer .fixbtn {
  display: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  footer .fixbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn a {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-size: 0.8rem;
  }
  footer .fixbtn a:before {
    right: 10px;
  }
  footer .fixbtn a:after {
    right: 12px;
  }
}
/*# sourceMappingURL=style.css.map */