@charset "UTF-8";
@import url("../../../../../css2");
@import url("../../../../../css2-1");
@import url('../../../../../css2-2');
@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
}
@keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
}
@-webkit-keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes circle {
  to {
    transform: rotate(1turn);
  }
}
@keyframes circle {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes circle-revese {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes circle-revese {
  to {
    transform: rotate(-1turn);
  }
}
@-webkit-keyframes arrow-line {
  0% {
    transform: translateX(0) scaleX(1);
    transform-origin: right center;
  }
  50% {
    transform: translateX(8px) scaleX(0.1);
    transform-origin: right center;
  }
  50.1% {
    transform: translateX(-8px) scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: translateX(0) scaleX(1);
    transform-origin: left center;
  }
}
@keyframes arrow-line {
  0% {
    transform: translateX(0) scaleX(1);
    transform-origin: right center;
  }
  50% {
    transform: translateX(8px) scaleX(0.1);
    transform-origin: right center;
  }
  50.1% {
    transform: translateX(-8px) scaleX(0);
    transform-origin: left center;
  }
  100% {
    transform: translateX(0) scaleX(1);
    transform-origin: left center;
  }
}
@-webkit-keyframes arrow-line-left {
  0% {
    transform: translateX(0) scaleX(1);
    transform-origin: left center;
  }
  50% {
    transform: translateX(-8px) scaleX(-0.1);
    transform-origin: left center;
  }
  50.1% {
    transform: translateX(8px) scaleX(0);
    transform-origin: right center;
  }
  100% {
    transform: translateX(0) scaleX(1);
    transform-origin: right center;
  }
}
@keyframes arrow-line-left {
  0% {
    transform: translateX(0) scaleX(1);
    transform-origin: left center;
  }
  50% {
    transform: translateX(-8px) scaleX(-0.1);
    transform-origin: left center;
  }
  50.1% {
    transform: translateX(8px) scaleX(0);
    transform-origin: right center;
  }
  100% {
    transform: translateX(0) scaleX(1);
    transform-origin: right center;
  }
}
@-webkit-keyframes arrow-line-top {
  0% {
    transform: translateY(0) scaleY(1);
    transform-origin: center top;
  }
  50% {
    transform: translateY(-8px) scaleY(-0.1);
    transform-origin: center top;
  }
  50.1% {
    transform: translateY(8px) scaleY(0);
    transform-origin: center bottom;
  }
  100% {
    transform: translateY(0) scaleY(1);
    transform-origin: center bottom;
  }
}
@keyframes arrow-line-top {
  0% {
    transform: translateY(0) scaleY(1);
    transform-origin: center top;
  }
  50% {
    transform: translateY(-8px) scaleY(-0.1);
    transform-origin: center top;
  }
  50.1% {
    transform: translateY(8px) scaleY(0);
    transform-origin: center bottom;
  }
  100% {
    transform: translateY(0) scaleY(1);
    transform-origin: center bottom;
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


.heading-3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
}

.heading-3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
}



.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 1600px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1179px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 559px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.figure {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.figure .figcaption {
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 559px) {
  .figure .figcaption {
    font-size: 12px;
  }
}

.heading-1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 559px) {
  .heading-1 {
    font-size: 18px;
  }
}
.heading-1::before {
  content: attr(data-heading1);
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .heading-1::before {
    font-size: 45px;
    margin-bottom: 5px;
  }
}
.heading-decoration-text {
  font-size: 80px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 559px) {
  .heading-decoration-text {
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center !important;
    margin-left: -30px;
  }
}
.heading-decoration-text--revrese {
  color: #fff;
}

.heading-3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #306BED;
}
@media screen and (max-width: 559px) {
  .heading-3 {
    font-size: 26px;
  }
}
.heading-3:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 559px) {
  .heading-3:not(:first-child) {
    margin-top: 30px;
  }
}
.heading-3:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 559px) {
  .heading-3:not(:last-child) {
    margin-bottom: 25px;
  }
}
.heading-3--reverse {
  color: #fff;
}

.heading-4 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .heading-4 {
    font-size: 20px;
  }
}
.heading-4:not(:first-child) {
  margin-top: 25px;
}
.heading-4:not(:last-child) {
  margin-bottom: 20px;
}
.heading-5 {
  font-size: 18px;
  line-height: 1.5;
}
.heading-5:not(:first-child) {
  margin-top: 20px;
}
.heading-5:not(:last-child) {
  margin-bottom: 20px;
}
.lead {
  line-height: 2em;
}
.lead:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 559px) {
  .lead:not(:first-child) {
    margin-top: 60px;
  }
}
.lead:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 559px) {
  .lead:not(:last-child) {
    margin-bottom: 60px;
  }
}
.lead::before, .lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
}

.list:not(:first-child) {
  margin-top: 20px;
}
.list:not(:last-child) {
  margin-bottom: 20px;
}
.list__item:not(:first-child) {
  margin-top: 15px;
}
.list__item:not(:last-child) {
  margin-bottom: 15px;
}

.section--map:not(:last-child) {
  margin-top: 50px;
}
.section--map:not(:last-child) {
  margin-bottom: 30px;
}

.paragraph {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 400;
  color: #333333;
}
.paragraph:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 559px) {
  .paragraph:not(:first-child) {
    margin-top: 15px;
  }
}
.paragraph:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .paragraph:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 559px) {
  .paragraph {
    font-size: 14px;
  }
}
.paragraph--reverse {
  color: #fff;
}

@media screen and (max-width: 1179px) {
  .view--is-desktop {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .view--is-desktop-lower {
    display: none !important;
  }
}
.view--is-laptop {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 1179px) {
  .view--is-laptop {
    display: block;
  }
}
.view--is-laptop-lower {
  display: none;
}
@media screen and (max-width: 1179px) {
  .view--is-laptop-lower {
    display: block;
  }
}
.view--is-palmtop {
  display: none;
}
@media screen and (max-width: 559px) {
  .view--is-palmtop {
    display: block;
  }
}

.editor-styles-wrapper {
  background-color: #FAFBFD;
}
.editor-styles-wrapper .wp-block {
  max-width: 90%;
  color: #333333;
}

body.home {
  background: url("../../../../uploads/bg.png");
  background-size: 500px 500px;
}

@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}
@media (max-width: 559px) {
  .pc_only {
    display: none;
  }
}
.main .c_link01 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 24px;
  border-bottom: 2px solid #333333;
  transition: 0.5s;
  position: relative;
  display: block;
}
.main .c_link01:hover {
  color: #306BED;
  border-color: #306BED;
}
.main .c_link01::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  transform: translate(50%, -50%);
  transition: 0.5s;
  color: #306BED;
  width: 15px;
  height: 10px;
  background-image: url(../../../../uploads/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main .c_link01:hover::before {
  right: 12px;
}

@media (max-width: 559px) {
  .main .c_link01 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 19px;
  }
  .main .c_link01::before {
    top: calc(50% - 9px);
    right: 17px;
  }
}
.main-hero {
  width: calc(100% - 100px);
  margin: 0 0 40px auto;
  position: relative;
  z-index: 3;
}
.main-hero video {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
}
.main-hero .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  opacity: .08;
  max-width: 800px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .main-hero .img {
    width: 652px;
  }
}
@media (max-width: 1366px) {
  .main-hero .img {
    width: 519px;
  }
}
@media (max-width: 1280px) {
  .main-hero .img {
    width: 459px;
  }
}

.main-hero .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}
.main-hero .texts {
  position: absolute;
  left: 80px;
  bottom: 100px;
}
.main-hero .texts .keyword01 {
  font-size: 80px;
  line-height: 87px;
  color: #FFF;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .main-hero .texts .keyword01 {
    font-size: 65px;
    line-height: 70px;
  }
}

.main-hero .texts .keyword02 {
  font-size: 27px;
  font-weight: bold;
  color: #20B7B2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .main-hero .texts .keyword02 {
    font-size: 24px;
  }
}

.main-hero .texts .keyword02 span {
  display: block;
  font-size: 35px;
}
@media screen and (max-width: 1366px) {
  .main-hero .texts .keyword02 span {
    font-size: 32px;
  }
}

.main-hero .texts .keyword03 {
  font-size: 17px;
  color: #FFF;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .main-hero .texts .keyword03 {
    font-size: 14px;
  }
}


.view_1366 {
  display: none;
}
@media screen and (max-width: 1366px) {
  .view_1366 {
    display: block;
  }
}

.news {
  width: calc(100% - 334px);
  box-sizing: border-box;
  max-width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 25px;
  color: #333333;
  z-index: 2;
  position: relative;
  left: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .news {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1179px) {
  .news {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.news .name {
  font-size: 20px;
  line-height: 30px;
  width: 80px;
  border-right: 1px solid #C7C7C7;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  box-sizing: border-box;
}
@media screen and (max-width: 1179px) {
  .news .name {
    display: none;
  }
}
 .news .date {
  font-size: 14px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  width: 130px;
  text-align: center;
  color: #666666;
}
 .news .text {
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  width: calc(100% - 210px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  margin-top: 0 !important;
}
 .news:hover .text {
  color: #306BED;
}
.main-hero .scroll {
  font-size: 15px;
  color: #FFF;
  position: absolute;
  right: calc(100% + 50px);
  bottom: 0;
  transform: rotate(90deg) translate(0, 50%);
  width: 105px;
  transform-origin: bottom right;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
.main-hero .scroll::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.main-hero .scroll::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  -webkit-animation: scrolltop 2000ms linear infinite;
          animation: scrolltop 2000ms linear infinite;
}

@-webkit-keyframes scrolltop {
  0% {
    right: 52px;
  }
  100% {
    right: 2px;
  }
}

@keyframes scrolltop {
  0% {
    right: 52px;
  }
  100% {
    right: 2px;
  }
}
.main-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (max-width: 1179px) {
  .main-hero {
    width: calc(100% - 25px);
    margin-bottom: 25px;
  }
  .main-hero::before {
    display: none;
  }
  .main-hero video {
    height: calc(100vh - 150px);
    min-height: auto;
  }
  .main-hero .img {
    height: 100%;
    min-height: auto;
    max-width: calc(100% - 45px);
    width: 100%;
  }
  .main-hero .img img {
    -o-object-position: center right;
    object-position: center right;
  }
  .main-hero .texts {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 15px 20px 20px;
    box-sizing: border-box;
  }
  .main-hero .texts .keyword01 {
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .main-hero .texts .keyword02 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .main-hero .texts .keyword02 span {
    font-size: 17px;
  }
  .main-hero .texts .keyword03 {
    font-size: 12px;
  }
  .news {
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .news .name {
    display: none;
  }
  .news .date {
    font-size: 12px;
    line-height: 20px;
    width: 70px;
    text-align: left;
  }
  .news .text {
    font-size: 12px;
    line-height: 20px;
    width: calc(100% - 70px);
  }
  .main-hero .scroll {
    display: none;
  }
}
.main-sec01 {
  position: relative;
  background: linear-gradient(to left, transparent 230px, #FFF 230px);
  padding: 200px 0 140px;
  width: 1770px;
}
.main-sec01 .area {
  width: 1770px;
  padding: 0 160px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media (max-width: 1440px) {
  .main-sec01 .area {
    width: 980px;
    padding: 0 80px;
    margin: 0;
  }
}
@media (max-width: 1366px) {
  .main-sec01 .area {
    width: 710px;
  }
}

.main-sec01 .area .titles {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
.main-sec01 .area .titles .title {
  font-size: 43px;
  line-height: 59px;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .main-sec01 .area .titles {
    margin-bottom: 30px;
  }
  .main-sec01 .area .titles .title {
    font-size: 38px;
    line-height: 52px;
  }
}
.main-sec01 .area .titles .etitle {
  font-size: 130px;
  line-height: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #EAEAEA;
  position: absolute;
  top: -80px;
  left: -60px;
  z-index: -1;
  letter-spacing: .05em;
}
@media (max-width: 1366px) {
  .main-sec01 .area .titles .etitle {
    font-size: 120px;
    left: -20px;
  }
}

.main-sec01 .area .texts {
  width: 750px;
  max-width: 100%;
  margin-bottom: 70px;
}
.main-sec01 .area .texts .text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 35px;
}
.main-sec01 .area .texts .link {
  font-size: 18px;
  font-weight: bold;
  line-height: 65px;
  display: block;
  width: 390px;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  color: #FFF;
  background: #306BED;
  position: relative;
  transition: 0.5s;
  border-radius: 33px;
  text-align: center;
  margin: 0 0 0 auto;
}
.main-sec01 .area .texts .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 18px;
  height: 10px;
  background-image: url(../../../../uploads/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main-sec01 .area .texts .link:hover {
  background: #5282ED;
}
.main-sec01 .area .texts .link:hover::before {
  right: 5px;
}
.main-sec01 .area .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 750px;
  max-width: 100%;
  gap: 35px 20px;
  margin-top: 36px;
}
.main-sec01 .area .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #9A9A9A;
  width: 100%;
}
.main-sec01 .area .links .link {
  width: calc(50% - 20px);
  padding-right: 45px;
  box-sizing: border-box;
}
.main-sec01 .imgs {
  position: absolute;
  top: 150px;
  right: -100px;
  width: 1820px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .main-sec01 .imgs {
    right: -20px;
  }
}
@media screen and (max-width: 1366px) {
  .main-sec01 .imgs {
    right: 0;
  }
}

.main-sec01 .imgs .img01 {
  width: 370px;
  margin-right: 35px;
}
.main-sec01 .imgs .img02 {
  width: 370px;
  margin-top: 110px;
}
@media screen and (max-width: 1366px) {
  .main-sec01 .imgs .img02 {
    margin-top: 140px;
  }
}

.main-sec01::before {
  content: "";
  width: 100vw;
  height: 1300px;
  max-height: 200vh;
  background: linear-gradient(to bottom, #124B9A, #09264D);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.main-sec01::after {
  content: "";
  width: calc(100vw - 234px);
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1440px) {
  .main-sec01::after {
    width: calc(100vw - 80px);
  }
}
@media screen and (min-width: 1180px) and (max-width: 1366px) {
  .main-sec01 {
    width: 1366px;
  }
  .main-sec01 .imgs {
    width:600px;
    transform: initial;
  }
  .main-sec01 .area {
    padding: 0 50px;
  }

}
@media (max-width: 1179px) {
  .main-sec01 {
    padding: 80px 0 0;
    margin-top: 25px;
    background-color: #fff;
    background-image: none !important;
    width: 100%;
  }
  .main-sec01 .area {
    padding: 0 25px;
    width: 100%;
  }
  .main-sec01 .area .titles {
    margin-bottom: 30px;
  }
  .main-sec01 .area .titles .title {
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .main-sec01 .area .titles .etitle {
    font-size: 80px;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .main-sec01 .area .texts {
    margin: 0 auto 25px;
  }
  .main-sec01 .area .texts .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .main-sec01 .area .texts .link {
    font-size: 15px;
    line-height: 55px;
    border-radius: 28px;
    margin: 30px auto;
  }
  .main-sec01 .area .links {
    margin: 0 auto;
    display: block;
  }
  .main-sec01 .area .name {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 25px;
  }
  .main-sec01 .area .links .link {
    width: 100%;
  }
  .main-sec01 .area .links .link:not(:first-child) {
    margin-top: 19px;
  }
  .main-sec01 .imgs {
    padding: 0 40px 40px;
    box-sizing: border-box;
    margin-top: 40px;
    position: static;
    transform: translateX(0%);
    width: auto;
    max-width: 100%;
    background: url(../../../../uploads/bg_pattern.png);
  }
  .main-sec01 .imgs::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 116px;
    background-color: #fff;
    z-index: -1;
  }

  .main-sec01 .imgs .img01 {
    width: 370px;
    margin-right: 20px;
  }
  .main-sec01 .imgs .img02 {
    width: 370px;
    margin-top: 55px;
  }
  .main-sec01::before {
    width: 100%;
    height: calc(100vh - 185px);
    max-height: initial;
    transform: translateY(-100%);
  }
  .main-sec01::after {
    display: none;
  }
}
.main-sec02 {
  padding: 125px 0 110px;
}
.main-sec02 .area {
  width: calc(100% - 160px);
  max-width: 1200px;
  padding: 75px 70px 60px 80px;
  border: 1px solid #333333;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.main-sec02 .area .titles {
  position: absolute;
  top: 0;
  left: 30px;
  display: flex;
  background: url("../../../../uploads/bg.png");
  background-size: contain;
  padding: 0 25px;
  transform: translateY(-50%);
}
.main-sec02 .area .titles .etitle {
  font-size: 42px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-right: 16px;
  letter-spacing: 0.05em;
}
.main-sec02 .area .titles .title {
  font-size: 16px;
  align-self: center;
  font-weight: bold;
  margin-top: 10px;
}
.main-sec02 .area .texts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-sec02 .area .texts .text {
  font-size: 16px;
}
.main-sec02 .area .texts .link {
  width: 370px;
  max-width: 100%;
}

@media (max-width: 1179px) {
  .main-sec02 {
    padding: 30px 25px 50px;
  }
  .main-sec02 .area {
    width: 100%;
    padding: 65px 25px 40px;
    border: 1px solid #333333;
  }
  .main-sec02 .area .titles {
    width: 220px;
    padding: 0;
    display: block;
    left: 50%;
    transform: translate(-50%, -55%);
    text-align: center;
  }
  .main-sec02 .area .titles .etitle {
    font-size: 26px;
    margin-right: 0;
  }
  .main-sec02 .area .titles .title {
    font-size: 14px;
    margin-top: 0;
  }
  .main-sec02 .area .texts {
    display: block;
  }
  .main-sec02 .area .texts .text {
    margin-bottom: 40px;
  }
}
.main-sec03 {
  background: #20B7B2 !important;
  padding: 140px 0 300px;
  position: relative;
}
@media (max-width: 1440px) {
  .main-sec03 {
    padding-bottom: 140px;
  }
}

.main-sec03 .deco {
  font-size: 175px;
  font-family: "Outfit", sans-serif;
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #FFF;
  opacity: 0.17;
  position: absolute;
  bottom: 100%;
  transform: rotate(90deg);
  transform-origin: left bottom;
  left: -15px;
  font-weight: 600;
}
.main-sec03 .area {
  width: 1780px;
  box-sizing: border-box;
  padding: 0 80px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}
.main-sec03 .area .texts {
  color: #FFF;
}
.main-sec03 .area .texts .title {
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 35px;
}
.main-sec03 .area .texts .text01 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.main-sec03 .area .texts .text02 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.main-sec03 .area .imgs {
  width: calc(100% - 315px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 6px;
}
.main-sec03 .area .imgs .img {
  width: calc((100% - 18px) / 4);
}
@media (max-width: 1366px) {
  .main-sec03 .area .imgs .img {
    width: calc((100% - 12px) / 3);
  }
}

.main-sec03 .area .imgs::after {
  content: "";
  width: calc((100% - 18px) / 4);
}

@media (max-width: 1179px) {
  .main-sec03 {
    padding: 45px 25px 40px;
  }
  .main-sec03 .deco {
    font-size: 100px;
    bottom: 98%;
  }
  .main-sec03 .area {
    display: block;
    text-align: center;padding: 0;
  }
  .main-sec03 .area .imgs {
    width: 100%;
  }
  .main-sec03 .area .texts .title {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .main-sec03 .area .texts .text01 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .main-sec03 .area .texts .text02 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main-sec03 .area .imgs .img {
    width: calc((100% - 12px) / 3);
  }
  .main-sec03 .area .imgs::after {
    display: none;
  }
}
@media (max-width: 559px) {
  .main-sec03 .area .imgs .img {
    width: calc((100% - 6px) / 2);
  }
  .main-sec03 .area .imgs::after {
    display: none;
  }
}
.main-sec04 {
  background: linear-gradient(to bottom, #20B7B2 165px, transparent 165px);
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1440px) and (min-width: 1180px) {
  .main-sec04 {
    padding-top: 165px;
    background: #fff !important;
  }
}
.main-sec04::before {
  content: "";
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  width: calc(100% - 160px);
  height: calc(100% + 170px);
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media (max-width: 1440px) {
  .main-sec04::before {
    content: none;
  }
}

.main-sec04 .container .titles {
  position: relative;
  text-align: center;
}
.main-sec04 .container .titles .etitle {
  font-size: 130px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #EBEBEB;
  height: 0;
  overflow: visible;
  transform: translateY(-75px);
}
.main-sec04 .container .titles .title {
  font-size: 43px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.main-sec04 .slider {
  margin-top: 45px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .main-sec04 .slider {
    max-width: 1160px;
  }
}

.main-sec04 .slider .slick-initialized .slick-slide {
  margin: 0 20px;
}
@media (max-width: 1440px) {
  .main-sec04 .slider .slick-initialized .slick-slide {
    margin: 0 30px;
  }
}
@media (max-width: 1366px) {
  .main-sec04 .slider .slick-initialized .slick-slide {
    margin: 0 20px;
  }
}
@media (max-width: 1179px) {
  .main-sec04 .slider .slick-initialized .slick-slide {
    margin: 0 15px;
    text-align: center;
  }
}
.main-sec04 .slider .items {
  padding: 10px 0;
}
.main-sec04 .slider .items * {
  overflow: visible !important;
}

.main-sec04 .slider .item a {
  color: #333333;
  max-width: 100%;
  background: #FFF;
  display: inline-flex !important;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1179px) {
  .main-sec04 .slider .item a {
    flex-flow: column;
  }
}

.main-sec04 .slider .item a:hover .img img {
  opacity: .7;
}
.main-sec04 .slider .item a:hover .c_link01 {
  color: #306BED;
  border-color: #306BED;
}
.main-sec04 .slider .item a:hover .c_link01::before {
  right: 12px;
}
.main-sec04 .slider .item .texts {
  padding: 60px 55px;
  width: calc(100% - 474px);
  box-sizing: border-box;
}
@media (max-width: 1366px) {
  .main-sec04 .slider .item .texts {
    width: calc(100% - 430px);
    padding: 50px 55px;
  }
}

.main-sec04 .slider .item .texts .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  border-left: 7px solid #20B7B2;
  padding-left: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.main-sec04 .slider .item .texts .title {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 1366px) {
  .main-sec04 .slider .item .texts .title {
    font-size: 28px;
    line-height: 1.5;
  }
}

.main-sec04 .slider .item .texts .cate, .main-sec04 .slider .item .texts .service {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: left;
}
@media (max-width: 1366px) {
  .main-sec04 .slider .item .texts .cate, .main-sec04 .slider .item .texts .service {
    font-size: 14px;
  }
}

.main-sec04 .slider .item .texts .cate span:first-child, .main-sec04 .slider .item .texts .service span:first-child {
  font-size: 14px;
  line-height: 26px;
  width: 100px;
  color: #FFF;
  background: #333333;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 1366px) {
  .main-sec04 .slider .item .texts .cate span:first-child, .main-sec04 .slider .item .texts .service span:first-child {
    font-size: 12px;
  }
}

.main-sec04 .slider .item .texts .link {
  width: 180px;
  margin: 30px 0 0 auto;
}
.main-sec04 .slider .item .img {
  width: 474px;
  display: flex;
}
@media (max-width: 1366px) {
  .main-sec04 .slider .item .img {
    width: 430px;
  }
}
@media (max-width: 1179px) {
  .main-sec04 .slider .item .img {
    width: 100%;
  }
}
.main-sec04 .slider .item .img img {
  object-fit: cover;
  transition: .3s;
}
.main-sec04 .slider .links {
  width: calc(100% - 40px);
  margin: 40px auto 0;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.main-sec04 .slider .links .control {
  width: 270px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-sec04 .slider .links .control:empty {
  margin: 0;
}
.main-sec04 .slider .links .control .prev, .main-sec04 .slider .links .control .next {
  font-size: 16px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  background: #FFF;
  box-sizing: border-box;
  transition: 0.5s;
  cursor: pointer;
}
.main-sec04 .slider .links .control .prev:hover, .main-sec04 .slider .links .control .next:hover {
  color: #306BED;
}
.main-sec04 .slider .links .control .num {
  font-size: 18px;
  font-weight: bold;
  align-self: center;
}
.main-sec04 .slider .links .link {
  width: 230px;
}

@media (max-width: 1179px) {
  .main-sec04 {
    background: initial;
    padding: 40px 0 0;
    overflow: hidden;
  }
  .main-sec04::before {
    content: none;
  }
  .main-sec04 .container {
    padding-top: 25px;
    transform: inherit;
    background: initial;
    box-shadow: initial;
  }
  .main-sec04 .container .titles .etitle {
    font-size: 60px;
    transform: translateY(-32px);
  }
  .main-sec04 .container .titles .title {
    font-size: 23px;
  }
  .main-sec04 .slider {
    margin-top: 35px;
    max-width: 292px;
  }
  .main-sec04 .slider .item {
    margin: 0;
    flex-wrap: wrap;
  }
  .main-sec04 .slider .item .texts {
    padding: 20px;
    width: 100%;
    order: 2;
  }
  .main-sec04 .slider .item .texts .name {
    font-size: 12px;
    line-height: 18px;
    padding-left: 13px;
    margin-bottom: 10px;
    border-left: 0;
    position: relative;
  }
  .main-sec04 .slider .item .texts .name::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #20B7B2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main-sec04 .slider .links {
    width: 100%;
    padding: 0;
  }
  .main-sec04 .slider .item .texts .title {
    font-size: 16px;
    line-height: 24px;
    height: 76px;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
  .main-sec04 .slider .item .texts .cate, .main-sec04 .slider .item .texts .service {
    display: flex;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .main-sec04 .slider .item .texts .cate span:first-child, .main-sec04 .slider .item .texts .service span:first-child {
    align-self: flex-start;
    font-size: 10px;
    line-height: 18px;
    width: 70px;
    margin-right: 10px;
  }
  .main-sec04 .slider .item .texts .cate span:last-child, .main-sec04 .slider .item .texts .service span:last-child {
    width: calc(100% - 80px);
  }
  .main-sec04 .slider .item .texts .link {
    display: none;
  }
  .main-sec04 .slider .item .img {
  }
  .main-sec04 .slider .item .img img {
    width: 100%;
  }
  .main-sec04 .slider .links {
    display: block;
    margin: 15px auto 0;
    width: calc(100vw - 50px);
    transform: translateX(-50%);
    left: 50%;
  }
  .main-sec04 .slider .links .control {
    width: 190px;
    font-size: 13px;
    margin: 0 auto 25px;
  }
  .main-sec04 .slider .links .control .prev, .main-sec04 .slider .links .control .next {
    width: 40px;
    line-height: 40px;
  }
  .main-sec04 .slider .links .control .num {
    font-size: 13px;
  }
  .main-sec04 .slider .links .link {
    width: 155px;
    margin-left: auto;
  }
}

.main-sec05 {
  margin-top: 120px;
}
@media (max-width: 1179px) {
  .main-sec05 {
    margin-top: 50px;
  }
}
.main-sec05 .area {
  width: 1800px;
  padding: 0 100px;
  max-width: 100%;
  margin: 0 auto 150px;
  box-sizing: border-box;
}
@media (max-width: 1366px) {
  .main-sec05 .area {
    padding: 0 80px;
  }
}


.main-sec05 .area .titles {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
.main-sec05 .area .titles .title {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-right: 55px;
  position: relative;
}
.main-sec05 .area .titles .title::before {
  content: "";
  width: 1px;
  height: 90%;
  background: #333333;
  position: absolute;
  top: 5%;
  right: -25px;
  transform: rotate(30deg);
}
.main-sec05 .area .titles .etitle {
  font-size: 25px;
  font-family: "Outfit", sans-serif;
  align-self: center;
  font-weight: 600;
  letter-spacing: .05em;
}
.main-sec05 .area .titles .link {
  width: 230px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-sec05 .area .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-sec05 .area .items .item {
  width: calc(50% - 30px);
  display: flex;
  gap: 40px;
}
@media (max-width: 1366px) {
  .main-sec05 .area .items .item {
    gap: 30px;
    width: calc(50% - 25px);
  }
}

.main-sec05 .area .items .item .img {
  width: 260px;
  height: 196px;
}
@media (max-width: 1366px) {
  .main-sec05 .area .items .item .img {
    height: 173px;
    width: 44%;
  }
}


.main-sec05 .area .items .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}
.main-sec05 .area .items .item .texts {
  width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
@media (max-width: 1366px) {
  .main-sec05 .area .items .item .texts {
    width: 56%;
  }
}

.main-sec05 .area .items .item .texts .date {
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #888888;
  margin-right: 25px;
  align-self: center;
}
.main-sec05 .area .items .item .texts .tag {
  font-size: 13px;
  line-height: 24px;
  padding: 0 13px;
  color: #FFF;
  background: #20B7B2;
  border-radius: 12px;
  align-self: center;
}
.main-sec05 .area .items .item .texts .title {
  font-size: 18px;
  line-height: 33px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 15px;
  color: #333333;
  transition: 0.5s;
}
.main-sec05 .area .items .item:nth-child(n+3) {
  margin-top: 50px;
}
.main-sec05 .area .items .item:hover .title {
  color: #20B7B2;
}

@media (max-width: 1179px) {
  .main-sec05 {
    padding: 0 25px;
  }
  .main-sec05 .area {
    margin: 0 auto 50px;
    padding: 0 0 70px 0;
    padding-bottom: 70px;
    position: relative;
  }
  .main-sec05 .area .titles {
    margin-bottom: 30px;
    position: static;
  }
  .main-sec05 .area .titles .title {
    font-size: 23px;
    margin-right: 30px;
  }
  .main-sec05 .area .titles .title::before {
    right: -14px;
  }
  .main-sec05 .area .titles .etitle {
    font-size: 11px;
  }
  .main-sec05 .area .titles .link {
    width: 155px;
    top: auto;
    bottom: 0;
  }
  .main-sec05 .area .items {
    display: block;
  }
  .main-sec05 .area .items .item {
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    gap: 20px;
  }
  .main-sec05 .area .items .item .img {
    width: 100px;
    height: 75px;
  }
  .main-sec05 .area .items .item .texts {
    width: calc(100% - 120px);
  }
  .main-sec05 .area .items .item .texts .date {
    font-size: 12px;
    margin-right: 15px;
  }
  .main-sec05 .area .items .item .texts .tag {
    font-size: 10px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
  }
  .main-sec05 .area .items .item .texts .title {
    font-size: 13px;
    line-height: 23px;
    -webkit-line-clamp: 3;
    margin-top: 9px;
    width: 100%;
  }
  .main-sec05 .area .items .item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 19px 20px;
  box-sizing: border-box;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.9);
}
.header .logo {
  width: 220px;
  transition: 0.5s;
}
.header #humb {
  display: none;
}
.header .area {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  align-items: center;
}
.header .area .whiteimg {
  display: none;
}
.header .links01 {
  display: flex;
  gap: 45px;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.header .links01 .link {
  color: #333333;
  position: relative;
  font-weight: bold;
}
.header .links01 .link::before {
  content: "";
  width: 0;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1180px) {
  .header .links01 .link:hover::before {
    width: 100%;
    left: 0;
  }
}
.header .links01 .linklist {
  position: relative;
}
.header .links01 .linklist .name {
  padding-bottom: 5px;
  font-weight: bold;
}
.header .links01 .linklist .name .fa {
  margin-left: 10px;
}
.header .links01 .linklist .name .fa::before {
  font-size: 12px;
}
.header .links01 .linklist .popup {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgba(26, 26, 26, 0.9);
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  opacity:  1;
  transition: .5s;
  transform: translateY(10px) translateX(-50%);

}
.header .links01 .linklist .popup .link01 {
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.header .links01 .linklist .popup .link01 span {
  position: relative;
}
.header .links01 .linklist .popup .link01 span::before {
  content: "";
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1180px) {
  .header .links01 .linklist .popup .link01 span:hover::before {
    width: 100%;
    left: 0;
  }
}
.header .links01 .linklist .popup .link02 {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  color: #FFF;
  display: block;
}
.header .links01 .linklist .popup .link02 span {
  position: relative;
}
.link02 li::before {
  content: "-";
  margin-right: 5px;
}
.header .links01 .linklist .popup .link02 span::after {
  content: "";
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
@media screen and (min-width: 1180px) {
  .header .links01 .linklist .popup .link02 span:hover::after {
    width: 100%;
    left: 0;
  }
}
.header .links01 .linklist .popup01 {
  width: 235px;
}
.header .links01 .linklist .popup02 {
  width: 195px;
}
.child_list > li > ul > li {
  display: inline-flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
}
.child_list > li > ul > li::before {
  content: "";
  width: 7px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (min-width: 1180px) {
  .header .links01 .linklist:not(:hover) .popup {
    opacity: 0;
    z-index: -1;
    transform: translateY(-5px) translateX(-50%);
    visibility: hidden;
  }
}
@media screen and (max-width: 1179px) {
  .popup .child_list_item > ul{
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 150px;
  }
}

.header .linksfix {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 22px 50px 22px 40px;
  background: #1A1A1A;
  display: flex;
}
.header .linksfix .flink {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #FFF;
  overflow: visible;
}
.header .linksfix .flink.link01 {
  letter-spacing: .05em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1179px) {
  .header .linksfix .flink.link01 {
    transform: translateX(-10px);
  }
}
.header .linksfix .flink svg {
  margin-right: 5px;
  opacity: .4;
}

.header .linksfix .flink.link02,
.header .linksfix .flink.link03 {
  font-size: 17px;
}

.header .linksfix .flink + .flink {
  margin-left: 90px;
  position: relative;
}
.header .linksfix .flink + .flink::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: -45px;
  background: #FFF;
  opacity: .3;
}
.header .linksfix .flink + .flink span {
  position: relative;
}
.header .linksfix .flink + .flink span::before {
  content: "";
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
@media (min-width: 1180px) {
  .header .linksfix .flink + .flink span:hover::before {
    width: 100%;
    left: 0;
  }
  .header .linksfix .flink + .flink:hover path {
    fill: #FFF;
  }
  .header .linksfix .flink + .flink:hover rect {
    fill: #FFF;
  }
}

@media (min-width: 1180px) {
  body#top .header:not(.open) {
    top: 25px;
    padding: 19px 40px 19px 140px;
    background: none;
    position: absolute;
    z-index: 999999;
  }
  body#top .header:not(.open) .logo {
    width: 275px;
  }
  body#top .header .logo {
    width: 220px;
    display: block;
  }

  body#top .header:not(.open) .area {
    align-items: flex-start;
    padding-right: 10px;
  }
  body#top .header:not(.open) .area .redimg {
    display: none;
  }
  body#top .header:not(.open) .area .whiteimg {
    display: block;
  }
  body#top .header:not(.open) .links01 {
    color: #FFF;
  }
  body#top .header:not(.open) .link {
    color: #FFF;
  }
  body#top .header:not(.open) .link::before {
    background: #FFF;
  }
}
@media (max-width: 1179px) {
  body {
    padding-top: 50px;
  }
  .header .logo {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 13px 11px 12px;
    background: #FFF;
  }
  .header .logo img {
    width: 146px;
  }
  .header #humb {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    top: 0;
    right: 0;
    background: #1A1A1A;
    z-index: 1001;
  }
  .header #humb::before,
  .header #humb::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .header #humb::before {
    top: 17px;
  }
  .header #humb::after {
    top: 24px;
  }
  .header #humb span {
    font-size: 10px;
    text-align: center;
    color: #FFF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
  }
  .header .tellink {
    display: flex;
    width: 55px;
    height: 55px;
    position: fixed;
    top: 0;
    right: 55px;
    z-index: 1001;
  }
  .header .tellink svg {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .tellink span {
    font-size: 10px;
    text-align: center;
    color: #333333;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
  }
  .header #humb.active::before {
    transform: translate(-50%, -50%) rotate(150deg);
    top: 23px;
  }
  .header #humb.active::after {
    transform: translate(-50%, -50%) rotate(-150deg);
    top: 23px;
  }
  .header #humb.active ~ .links01 {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .header .links01 {
    display: block;
    color: #FFF;
    background: #1A1A1A;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    height: 100%;
    z-index: -1;
    padding: 80px 0 40px;
    box-sizing: border-box;
    transition: .5s;
    overflow: scroll;
  }
  .header .links01 .link {
    font-size: 16px;
    color: #FFF;
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
  }
  .header .links01 .linklist {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .header .links01 .linklist .name {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    font-weight: 500;
  }
  .header .links01 .linklist .name i {
    display: none;
  }
  .header .links01 .linklist .popup {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(0%);
    background: initial;
    padding: 0;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
    border-radius: 0;
  }
  .header .links01 .linklist .child_list_item:first-child .link01 {
    line-height: 1.6;
    margin-bottom: 70px;
  }
  .header .links01 .linklist .popup02 .child_list_item:first-child .link01 {
    margin-bottom: 40px;
  }
  .popup > li > ul {
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 0;
    top: 0;
  }
  .popup > li > ul > li {
    display: block;
  }
  .header .links01 .linklist .popup .link02 {
    /* width: calc(50% - 5px);
    margin-left: calc(50% + 5px); */
  }
  .header .links01 .linklist .popup01 {
    width: 100%;
  }
  .header .links01 .linklist .popup02 {
    font-weight: 400;
    width: 100%;
  }
  .header .links01 > *:nth-child(n+2) {
    margin-left: auto;
  }
  .header .linksfix {
    position: static;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
  }
  .header .linksfix .flink::before {
    display: none;
  }
  .header .linksfix .flink svg {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    transform: translateY(-3px);
  }
  @media screen and (max-width: 1179px) {
    .header .linksfix .link02 svg,
    .header .linksfix .link03 svg {
      width: 30px;
      height: 30px;
      transform: translateY(-1px);
    }
  }
  .header .linksfix .flink + .flink {
    font-size: 15px;
    line-height: 50px;
    margin-left: 0;
    width: calc(50% - 5px);
    border-radius: 25px;
  }
  .header .linksfix .link01 {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    margin: 10px auto 30px;
    text-align: center;
  }
  .header .linksfix .link02 {
    width: calc(50% - 5px);
    font-size: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
  }
  .header .linksfix .link03 {
    width: calc(50% - 5px);
    font-size: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
  }
}
footer .footer-contact {
  background: linear-gradient(to bottom, transparent 135px, #262626 135px);
}
footer .footer-contact .container {
  padding: 60px 50px 80px;
  background: url("../../../../uploads/contact.jpg");
  background-size: cover;
  text-align: center;
  border-radius: 10px;
  width: calc(100% - 200px);
  max-width: inherit;
}
@media screen and (max-width: 1440px) {
  footer .footer-contact .container {
    width: calc(100% - 160px);
  }
}

footer .footer-contact .container .etitle {
  font-size: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #FFF;
  letter-spacing: .05em;
  margin-bottom: 4px;
}
footer .footer-contact .container .text {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #FFF;
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  footer .footer-contact .container .text {
    margin-bottom: 10px;
  }
}

footer .footer-contact .container .links {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1480px) and (min-width: 1180px) {
  footer .footer-contact .container .links {
    flex-wrap: wrap;
  }
}
footer .footer-contact .container .links .link01 {
  font-size: 44px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media (max-width: 1480px) and (min-width: 1180px) {
  footer .footer-contact .container .links .link01 {
    width: 100%;
  }
}
footer .footer-contact .container .links .link01 .img {
  margin-right: 10px;
}
footer .footer-contact .container .links .link01 .img img {
  width: 32px;
  transform: translateY(-2px);
}
@media (max-width: 1179px) {
  footer .footer-contact .container .links .link01 .img img {
    width: 20px;
  }
}

footer .footer-contact .container .links .link02 {
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #003EC6;
  width: 410px;
  border-radius: 35px;
  transition: 0.5s;
}
footer .footer-contact .container .links .link02 .img {
  width: 24px;
  margin-right: 15px;
}
footer .footer-contact .container .links .link02:hover {
  background: #1550D1;
}
footer .footer-contact .container .links .link03 {
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #306BED;
  width: 410px;
  border-radius: 35px;
  transition: 0.5s;
}
footer .footer-contact .container .links .link03 .img {
  width: 25px;
  margin-right: 15px;
}
footer .footer-contact .container .links .link03:hover {
  background: #5282ED;
}
footer .footer-contact .container .links img {
  vertical-align: middle;
}
footer .footer-content {
  padding: 20px 0 100px;
  background: #262626;
}
footer .footer-content .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px;
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  footer .footer-content .area {
    padding: 60px 80px;
  }
}
footer .footer-content .area .logos {
  width: 465px;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  footer .footer-content .area .logos {
    width: 375px;
  }
}

footer .footer-content .area .logos .logo {
  width: 288px;
  margin-bottom: 30px;
}

footer .footer-content .area .logos .address {
  font-size: 15px;
  color: #FFF;
  margin-bottom: 9px;
}
footer .footer-content .area .logos .tel {
  font-size: 15px;
  color: #FFF;
  margin-bottom: 25px;
}
footer .footer-content .area .logos .licence {
  padding: 20px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
footer .footer-content .area .logos .licence img {
  width: 146px;
  margin-right: 20px;
}
footer .footer-content .area .logos .licence .licence__text {
  width: calc(100% - 166px);
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
}
footer .footer-content .area .links {
  width: 660px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}

footer .footer-content .area .links li {
  list-style-type: none;
}

footer .footer-content .area .links .links01 > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1179px) {
  footer .footer-content .area .links .links01 > li:not(:last-child) {
    margin-bottom: 25px;
  }
}

footer .footer-content .area .links .links01 {
  width: 30%;
}
footer .footer-content .area .links .links01 .link01 {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  margin-top: 25px;
  display: block;
  line-height: 1.5;
}
footer .footer-content .area .links .links01 .link01 span {
  position: relative;
}
footer .footer-content .area .links .links01 .link01 span::before {
  content: "";
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
footer .footer-content .area .links .links01 .link01 span:hover::before {
  width: 100%;
  left: 0;
}

footer .footer-content .area .links .links01 .link02 {
  font-size: 15px;
  font-weight: 400;
  color: #9A9A9A;
  display: block;
}
footer .footer-content .area .links > ul > li > ul {
  margin-top: 10px;
}
@media screen and (max-width: 1179px) {
  footer .footer-content .area .links > ul > li > ul {
    margin-top: 15px;
  }
}
footer .footer-content .area .links > ul > li > ul > li {
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 1179px) {
  footer .footer-content .area .links > ul > li > ul > li {
    margin-top: 10px;
  }
}
footer .footer-content .area .links > ul > li > ul > li::before {
  content: "";
  width: 7px;
  border-top: 1px solid #9A9A9A;
  position: absolute;
  top: 10px;
  left: 0;
}


footer .footer-content .area .links .links01 .link02 span {
  position: relative;
}
footer .footer-content .area .links .links01 .link02 span::before {
  content: "";
  width: 0;
  height: 1px;
  background: #9A9A9A;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
footer .footer-content .area .links .links01 .link02 span:hover::before {
  width: 100%;
  left: 0;
}
footer .footer-content .area .links .links01 .link01:first-child {
  margin-top: 0;
}
footer .footer-content .area .links .links01:first-child {
  width: 35%;
}
footer .footer-content .area .links .links02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid rgba(112,112,112,.3);
  padding-top: 30px;
  width: 100%;
}
footer .footer-content .area .links .links02 .link {
  font-size: 14px;
  color: #9A9A9A;
  display: block;
  width: 30%;
}
footer .footer-content .area .links .links02 .link span {
  position: relative;
}
footer .footer-content .area .links .links02 .link span::before {
  content: "";
  width: 0;
  height: 1px;
  background: #9A9A9A;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.5s;
}
footer .footer-content .area .links .links02 .link:hover span::before {
  width: 100%;
  left: 0;
}

footer .footer-content .area .links .links02 .link:first-child {
  width: 35%;
}
footer .footer-content .area .links .links02::after {
  content: "";
  width: 30%;
}
footer .footer-content .area .copyright {
  position: absolute;
  left: 60px;
  bottom: 0;
  color: #FFF;
  font-size: 13px;
}
footer .footer-content .area .to-up {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  background: #FFF;
  font-size: 16px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  footer .footer-content .area .to-up {
    right: 80px;
    bottom: 20px;
  }
}

footer .footer-content .area .to-up .fa-chevron-up {
  transition: .3s;
  transition-timing-function: ease-in;
}
footer .footer-content .area .to-up:hover .fa-chevron-up {
  transform: translateY(-5px);
}

@media screen and (min-width: 1180px) and (max-width: 1400px) {
  footer .footer-contact .container {
    padding: 62px 25px 80px 25px;
  }
  footer .footer-contact .container .links .link01 .img {
    margin-right: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 1366px) {
  footer .footer-content {
    padding: 100px 0 80px;
  }
  footer .footer-content .area {
    padding: 0 25px 85px;
  }
  footer .footer-content .area .logos {
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-content .area .logos .logo {
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer-content .area .links {
    margin: 0 auto;
    padding-top: 0;
  }
}
@media (max-width: 1179px) {
  footer .footer-contact {
    background: linear-gradient(to bottom, transparent 135px, #262626 135px);
  }
  footer .footer-contact .container {
    padding: 35px 25px 40px 25px;
    border-radius: 0;
    width: 100%;
    background-image: url("../../../../uploads/contact_sp.jpg");
  }
  footer .footer-contact .container .etitle {
    font-size: 30px;
    margin-bottom: 7px;
    line-height: 1.5;
  }
  footer .footer-contact .container .text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  footer .footer-contact .container .links {
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
  }
  footer .footer-contact .container .links .link01 {
    font-size: 30px;
  }
  footer .footer-contact .container .links .link01 .img {
    width: 24px;
    margin-right: 5px;
    display: inline-block;
  }
  footer .footer-contact .container .links .link02 {
    font-size: 17px;
    line-height: 55px;
    width: 100%;
    border-radius: 28px;
    max-width: 325px;
  }
  footer .footer-contact .container .links .link02 .img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
  }
  footer .footer-contact .container .links .link03 {
    font-size: 17px;
    line-height: 55px;
    width: 100%;
    border-radius: 28px;
    max-width: 325px;
    margin-top: 5px;
  }
  footer .footer-contact .container .links .link03 .img {
    width: 22px;
    margin-right: 10px;
    display: inline-block;
  }
  footer .footer-content {
    padding: 40px 0 0;
  }
  footer .footer-content .area {
    padding: 0 25px 85px;
  }
  footer .footer-content .area .logos {
    order: 2;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-content .area .logos .logo {
    width: 200px;
    margin: 0 auto 20px;
  }
  footer .footer-content .area .logos .address {
    font-size: 12px;
    margin-bottom: 5px;
  }
  footer .footer-content .area .logos .tel {
    font-size: 12px;
    margin-bottom: 20px;
  }
  footer .footer-content .area .logos .licence {
    padding: 15px 10px;
  }
  footer .footer-content .area .logos .licence img {
    width: 93px;
    margin-right: 10px;
  }
  footer .footer-content .area .logos .licence .licence__text {
    width: calc(100% - 103px);
    font-size: 10px;
    text-align: left;
  }
  footer .footer-content .area .links {
    margin: 0 auto;
    padding-top: 0;
    gap: 30px;
    justify-content: flex-start;
  }
  footer .footer-content .area .links .links01 {
    width: calc(33.3% - 20px);
  }
  footer .footer-content .area .links .links01 .link02 {
    font-size: 13px;
  }
  footer .footer-content .area .links .links01:first-child {
    width: calc(33.3% - 20px);
  }
  footer .footer-content .area .links .links02 {
    margin-top: 20px;
    padding-top: 20px;
  }
  footer .footer-content .area .links .links02 .link {
    font-size: 13px;
    width: 100%;
  }
  footer .footer-content .area .links .links02 .link:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footer-content .area .copyright {
    left: 25px;
    bottom: 35px;
    font-size: 10px;
  }
  footer .footer-content .area .to-up {
    right: 15px;
    bottom: 20px;
    font-size: 14px;
    width: 45px;
    line-height: 45px;
  }
}
@media (max-width: 559px) {
  footer .footer-content .area .links .links01 {
    width: calc(50% - 15px);
  }
}

.hero {
  min-height: 390px;
}