header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
}
header .header__container {
  width: 97%;
  max-width: initial;
  margin: 0 auto;
  padding-top: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0F0F0F;
}
@media only screen and (max-width: 1024px) {
  header .header__container {
    padding-top: 3.61vw;
  }
}
header .header__container h1 {
  font-size: 28px;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  header .header__container h1 {
    font-size: 2.73vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container h1 {
    font-size: 5.33vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container .openbtn span {
    background-color: #0F0F0F;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color: #2F4CAD;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color: #2F4CAD;
  }
}
header .header__container #g-nav {
  width: 785px;
  text-transform: uppercase;
  font-family: "Arial";
}
@media only screen and (max-width: 1024px) {
  header .header__container #g-nav {
    width: 76.66vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container #g-nav {
    background-color: #EBF0FF;
    width: 100%;
  }
}
header .header__container #g-nav ul {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  header .header__container #g-nav ul {
    flex-direction: column;
    color: #2F4CAD;
    font-family: "Arial";
  }
}
header .header__container #g-nav ul li {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  header .header__container #g-nav ul li {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container #g-nav ul li {
    margin-bottom: 8vw;
    font-size: 5.33vw;
  }
}
header .header__container #g-nav ul li a:hover {
  color: #D9D9D9;
  transition: all 0.3s;
}
header .header__container #g-nav ul li.companyHeadContact {
  border: solid 1px #0F0F0F;
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  header .header__container #g-nav ul li.companyHeadContact {
    border-radius: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  header .header__container #g-nav ul li.companyHeadContact {
    border: solid 1px #2F4CAD;
    border-radius: 13.33vw;
    padding: 1.33vw 5.33vw;
  }
}
header .header__container #g-nav ul li.companyHeadContact a {
  padding: 15px 45px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  header .header__container #g-nav ul li.companyHeadContact a {
    padding: 1.46vw 4.49vw;
  }
}
header .header__container #g-nav ul li.companyHeadContact a:hover {
  color: #FFFFFF;
}
header .header__container #g-nav ul li.companyHeadContact:hover {
  background-color: #2F4CAD;
  color: #FFFFFF;
  border: solid 1px rgba(255, 255, 255, 0);
  transition: all 0.3s;
}

footer {
  width: 100%;
  background-color: #EBF0FF;
  padding-top: 67px;
  padding-bottom: 31px;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding-top: 6.54vw;
    padding-bottom: 3.03vw;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding-top: 24vw;
  }
}
footer .container {
  max-width: 1140px;
  width: 95%;
}
@media only screen and (max-width: 750px) {
  footer .container {
    width: 75%;
  }
}
footer .container .footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__addressContainer {
    margin-top: 13.87vw;
  }
}
footer .container .footer__container .footer__addressContainer h1 {
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 35px;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__addressContainer h1 {
    font-size: 3.42vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__addressContainer h1 {
    font-size: 9.33vw;
  }
}
footer .container .footer__container .footer__addressContainer .footer__companyName {
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__addressContainer .footer__companyName {
    font-size: 1.66vw;
    margin: 1.46vw 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__addressContainer .footer__companyName {
    font-size: 4.53vw;
    margin: 4vw 0;
  }
}
footer .container .footer__container .footer__addressContainer address {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__addressContainer address {
    font-size: 1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__addressContainer address {
    font-size: 3.73vw;
  }
}
footer .container .footer__container .footer__addressContainer address p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__addressContainer address p {
    margin-bottom: 0.49vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__addressContainer address p {
    margin-bottom: 1.33vw;
  }
}
footer .container .footer__container .footer__menu {
  width: 690px;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__menu {
    width: 67.38vw;
  }
}
footer .container .footer__container .footer__menu .footer__nav .footer__navLists {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists {
    flex-direction: column;
  }
}
footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList {
    font-size: 4.27vw;
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList:last-child {
    margin-bottom: 0;
  }
}
footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList a:hover {
  color: #2F4CAD;
  transition: all 0.3s;
}
footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul {
  display: flex;
  flex-direction: column;
}
footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li {
  font-size: 14px;
  font-weight: 400;
  padding-left: 17px;
  margin-top: 15px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li:first-child {
    margin-top: 2.67vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li {
    font-size: 1.37vw;
    padding-left: 1.66vw;
    margin-top: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li {
    font-size: 3.73vw;
    margin-top: 0;
    margin-bottom: 2.67vw;
    padding-left: 4vw;
  }
}
footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #D9D9D9;
}
@media only screen and (max-width: 1024px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li::before {
    width: 0.98vw;
  }
}
@media only screen and (max-width: 750px) {
  footer .container .footer__container .footer__menu .footer__nav .footer__navLists .footer__navList ul li::before {
    width: 2.67vw;
    height: 2px;
  }
}
footer .container .footer__smallContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
  footer .container .footer__smallContainer {
    flex-direction: column;
    align-items: initial;
    margin-top: 10.67vw;
  }
}
footer .container .footer__smallContainer a {
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  footer .container .footer__smallContainer a {
    font-size: 3.2vw;
    margin-right: auto;
  }
}
footer .container .footer__smallContainer small {
  width: initial;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 750px) {
  footer .container .footer__smallContainer small {
    font-size: 3.2vw;
    text-align: center;
    margin-left: 0;
    margin-top: 8vw;
  }
}

html {
  background-color: #FFFFFF;
  color: #0F0F0F;
}
html body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  html body {
    font-size: 1.66vw;
  }
}
@media only screen and (max-width: 750px) {
  html body {
    font-size: 3.73vw;
  }
}
html body .btn {
  width: 254px;
  border-radius: 40px;
}
@media only screen and (max-width: 1024px) {
  html body .btn {
    width: 24.8vw;
    border-radius: 3.91vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .btn {
    width: 49.07vw;
  }
}
html body .btn a {
  padding: 26px 46px;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #EBF0FF;
  text-transform: uppercase;
  font-size: 18px;
  color: #2F4CAD;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  html body .btn a {
    padding: 2.54vw 4.49vw;
    border-radius: 3.91vw;
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .btn a {
    padding: 5.6vw 7.73vw;
    border-radius: 9.6vw;
    font-size: 4.27vw;
  }
}
html body .btn a::after {
  position: absolute;
  content: "";
  background-image: url(../img/company/arrowRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 5px;
  right: 42px;
  top: 45%;
}
@media only screen and (max-width: 1024px) {
  html body .btn a::after {
    width: 1.95vw;
    height: 0.49vw;
    right: 4.1vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .btn a::after {
    width: 5.07vw;
    height: 1.33vw;
    right: 6.67vw;
  }
}
html body .btn a:hover {
  background-color: #2F4CAD;
  transition: all 0.4s;
  color: #FFFFFF;
}
html body .btn a:hover::after {
  background-image: url(../img/company/arrowRightWhite.svg);
  right: 35px;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  html body .btn a:hover::after {
    right: 3.42vw;
  }
}
html body .headingSecondary {
  font-size: 75px;
  font-weight: 700;
  font-weight: bold;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  text-transform: uppercase;
  line-height: 60px;
}
@media only screen and (max-width: 1024px) {
  html body .headingSecondary {
    font-size: 7.32vw;
    line-height: 5.86vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .headingSecondary {
    font-size: 10.67vw;
    line-height: 1.2;
  }
}
html body .headingSecondary span {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1024px) {
  html body .headingSecondary span {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .headingSecondary span {
    font-size: 3.73vw;
  }
}
html body .headingCenter {
  text-align: center;
}
html body .headingTertiaryContainer .headingTertiary {
  font-size: 40px;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  html body .headingTertiaryContainer .headingTertiary {
    font-size: 3.91vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .headingTertiaryContainer .headingTertiary {
    font-size: 8vw;
  }
}
html body .headingTertiaryContainer p {
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1024px) {
  html body .headingTertiaryContainer p {
    font-size: 1.76vw;
    margin-bottom: 1.66vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .headingTertiaryContainer p {
    font-size: 3.73vw;
    margin-bottom: 2.67vw;
  }
}
html body .bottomPage-top {
  margin-top: 239px;
}
@media only screen and (max-width: 750px) {
  html body .bottomPage-top {
    margin-top: 26.67vw;
  }
}
html body .bottomPage-top p {
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  html body .bottomPage-top p {
    margin-top: 8vw;
    line-height: 8vw;
  }
}
html body .topImg {
  position: absolute;
  width: 1013px;
  height: 462px;
  right: 0;
  bottom: -540px;
}
@media only screen and (max-width: 1220px) {
  html body .topImg {
    width: 73.77vw;
  }
}
@media only screen and (max-width: 1024px) {
  html body .topImg {
    width: 67.38vw;
    height: 30.27vw;
    right: 0;
    bottom: -40.53vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .topImg {
    width: 78.4vw;
    height: 35.73vw;
    bottom: -57.07vw;
  }
}
html body .topImg picture {
  width: 100%;
}
html body .topImg picture img {
  width: 100%;
}
html body .bggray {
  background-color: #F7F7F7;
}
html body .contact {
  padding-top: 150px;
  padding-bottom: 142px;
}
@media only screen and (max-width: 1024px) {
  html body .contact {
    padding-top: 14.65vw;
    padding-bottom: 13.87vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .contact {
    padding-top: 29.33vw;
    padding-bottom: 38.13vw;
  }
}
html body .contact .container {
  max-width: 1040px;
}
@media only screen and (max-width: 750px) {
  html body .contact .container {
    width: 85%;
  }
}
html body .contact .container .contact__btn {
  width: 100%;
}
html body .contact .container .contact__btn a {
  background-color: #D9D9D9;
  padding: 82px 0 66px;
}
@media only screen and (max-width: 1024px) {
  html body .contact .container .contact__btn a {
    padding: 8.01vw 0 6.45vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .contact .container .contact__btn a {
    padding: 16vw 0 14.67vw;
  }
}
html body .contact .container .contact__btn a:hover {
  background-color: #2F4CAD;
}
html body .contact .container .contact__btn a:hover div p {
  color: #EBF0FF;
}
html body .contact .container .contact__btn a div p {
  font-size: 60px;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  font-weight: 400;
  color: #0F0F0F;
  text-align: center;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  html body .contact .container .contact__btn a div p {
    font-size: 5.86vw;
    line-height: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .contact .container .contact__btn a div p {
    font-size: 12vw;
    line-height: 1;
  }
}
html body .contact .container .contact__btn a div p span {
  font-size: 18px;
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  html body .contact .container .contact__btn a div p span {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .contact .container .contact__btn a div p span {
    font-size: 4vw;
  }
}
html body .contact .container .contact__btn a::after {
  content: none;
}

#top {
  /*--- about ---*/
  /*--- service ---*/
  /*--- company ---*/
  /*--- news ---*/
}
#top #splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #F7F7F7;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  #top #splash {
    height: 100dvh;
  }
}
#top #splash_logo {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 30%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #top #splash_logo {
    top: 35%;
  }
}
#top #splash_logo .mainVisual__heading {
  color: #0F0F0F;
}
#top #splash_logo .mainVisual__heading .mainVisual__headingLG {
  font-size: 75px;
  font-weight: 700;
  font-weight: bold;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  line-height: 90px;
}
@media only screen and (max-width: 1024px) {
  #top #splash_logo .mainVisual__heading .mainVisual__headingLG {
    font-size: 7.32vw;
    line-height: 8.79vw;
  }
}
@media only screen and (max-width: 750px) {
  #top #splash_logo .mainVisual__heading .mainVisual__headingLG {
    font-size: 10.67vw;
    line-height: 13.6vw;
  }
}
#top #splash_logo .mainVisual__heading .mainVisual__heading01 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top #splash_logo .mainVisual__heading .mainVisual__heading01 {
    font-size: 2.44vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #top #splash_logo .mainVisual__heading .mainVisual__heading01 {
    font-size: 5.33vw;
    line-height: 11.2vw;
  }
}
#top #splash_logo .blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#top header .header__container {
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(15, 15, 15, 0.3);
}
@media only screen and (max-width: 750px) {
  #top header .header__container {
    text-shadow: initial;
  }
}
@media only screen and (max-width: 750px) {
  #top header .header__container h1 {
    text-shadow: 1px 1px 3px rgba(15, 15, 15, 0.3);
  }
}
@media only screen and (max-width: 750px) {
  #top header .header__container .openbtn span {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 750px) {
  #top header .header__container .openbtn.active span:nth-of-type(1) {
    background-color: #2F4CAD;
  }
}
@media only screen and (max-width: 750px) {
  #top header .header__container .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 750px) {
  #top header .header__container .openbtn.active span:nth-of-type(3) {
    background-color: #2F4CAD;
  }
}
#top header .header__container #g-nav ul li.companyHeadContact {
  border: solid 1px #FFFFFF;
  box-shadow: 0px 2px 25px -15px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 750px) {
  #top header .header__container #g-nav ul li.companyHeadContact {
    border: solid 1px #2F4CAD;
    border-radius: 13.33vw;
    padding: 1.33vw 5.33vw;
  }
}
#top header .header__container #g-nav ul li.companyHeadContact:hover {
  border: solid 1px rgba(255, 255, 255, 0);
}
#top .mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual {
    height: 100dvh;
  }
}
#top .mainVisual .slider {
  position: relative;
  z-index: 1;
  height: 100vh;
}
#top .mainVisual .slider .slider-item {
  width: 100%;
  height: 100vh;
}
#top .mainVisual .slider .slider-item picture img {
  width: 100%;
  height: 100%;
}
#top .mainVisual .mainVisual__imgContainer .mainVisual__heading {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 30%;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__imgContainer .mainVisual__heading {
    top: 35%;
  }
}
#top .mainVisual .mainVisual__imgContainer .mainVisual__heading .mainVisual__headingLG {
  font-size: 75px;
  color: #FFFFFF;
  font-weight: 700;
  font-weight: bold;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  line-height: 90px;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__imgContainer .mainVisual__heading .mainVisual__headingLG {
    font-size: 7.32vw;
    line-height: 8.79vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__imgContainer .mainVisual__heading .mainVisual__headingLG {
    font-size: 10.67vw;
    line-height: 13.6vw;
  }
}
#top .mainVisual .mainVisual__imgContainer .mainVisual__heading .mainVisual__heading01 {
  font-size: 25px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__imgContainer .mainVisual__heading .mainVisual__heading01 {
    font-size: 2.44vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__imgContainer .mainVisual__heading .mainVisual__heading01 {
    font-size: 5.33vw;
    line-height: 11.2vw;
  }
}
#top .mainVisual .mainVisual__news {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  width: 824px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  height: 70px;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__news {
    width: 80.47vw;
    padding-left: 2.93vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news {
    width: 93.33vw;
    height: 13.33vw;
    padding-left: 4vw;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--desc {
  display: flex;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc {
    flex-wrap: wrap;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--desc time {
  font-size: 17px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc time {
    font-size: 1.66vw;
    margin-right: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc time {
    font-size: 3.2vw;
    margin-right: 2.67vw;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--desc .mainVisual__news--cat {
  font-size: 18px;
  color: #2F4CAD;
  margin-right: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc .mainVisual__news--cat {
    font-size: 1.76vw;
    margin-right: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc .mainVisual__news--cat {
    font-size: 3.2vw;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--desc .mainVisual__news--content {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc .mainVisual__news--content {
    font-size: 1.66vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--desc .mainVisual__news--content {
    font-size: 3.47vw;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow {
  display: flex;
  align-items: center;
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft {
  border-right: solid 1px #D9D9D9;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft {
    border-right: none;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a {
  position: relative;
  width: 75px;
  height: 70px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a {
    width: 12vw;
    height: 13.33vw;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/company/arrowLeft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a span {
    background-image: url(../img/company/arrowRight.svg);
    transform: scale(-1, 1);
    width: 50%;
    height: 50%;
    top: 45%;
    bottom: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a:hover span {
  background-image: url(../img/company/topNewsArrowHover.svg);
  transition: all 0.4s;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowLeft a:hover span {
    background-image: url(../img/company/arrowRight.svg);
    transform: scale(-1, 1);
    width: 50%;
    height: 50%;
    top: 45%;
    bottom: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a {
  position: relative;
  width: 75px;
  height: 70px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a {
    width: 12vw;
    height: 13.33vw;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/company/arrowLeft.svg);
  transform: scale(-1, 1);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a span {
    background-image: url(../img/company/arrowRight.svg);
    transform: initial;
    width: 50%;
    height: 50%;
    top: 45%;
    bottom: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a:hover span {
  background-image: url(../img/company/topNewsArrowHover.svg);
  transform: scale(-1, 1);
  transition: all 0.4s;
}
@media only screen and (max-width: 750px) {
  #top .mainVisual .mainVisual__news .mainVisual__news--arrow .arrowRight a:hover span {
    background-image: url(../img/company/arrowRight.svg);
    transform: initial;
    width: 50%;
    height: 50%;
    top: 45%;
    bottom: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#top .about {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#top .about .container .about__textContainer {
  margin-top: 191px;
  margin-left: 7%;
}
@media only screen and (max-width: 1024px) {
  #top .about .container .about__textContainer {
    margin-top: 18.65vw;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #top .about .container .about__textContainer {
    margin-top: 40vw;
    margin-left: 0;
  }
}
#top .about .container .about__textContainer .about__text01 {
  font-size: 18px;
  margin-bottom: 27px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  #top .about .container .about__textContainer .about__text01 {
    font-size: 1.76vw;
    margin-bottom: 2.64vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .about .container .about__textContainer .about__text01 {
    font-size: 4.27vw;
    margin-bottom: 10.67vw;
  }
}
#top .about .container .about__textContainer .about__headingLG {
  font-size: 75px;
  font-weight: 700;
  font-weight: bold;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  line-height: 90px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  #top .about .container .about__textContainer .about__headingLG {
    font-size: 7.32vw;
    line-height: 8.79vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .about .container .about__textContainer .about__headingLG {
    font-size: 10.67vw;
    line-height: 13.6vw;
  }
}
#top .about .container .about__textContainer .about__heading01 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .about .container .about__textContainer .about__heading01 {
    font-size: 2.44vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .about .container .about__textContainer .about__heading01 {
    font-size: 5.33vw;
    margin-top: 8vw;
  }
}
#top .about .container .about__textContainer .about__text02 {
  font-size: 17px;
  width: 811px;
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  #top .about .container .about__textContainer .about__text02 {
    font-size: 1.66vw;
    width: 79.2vw;
    margin-top: 6.35vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .about .container .about__textContainer .about__text02 {
    font-size: 3.73vw;
    width: 95%;
    margin-top: 16vw;
  }
}
#top .about .container .about__btn {
  margin-top: 80px;
  margin-left: 7%;
}
@media only screen and (max-width: 1024px) {
  #top .about .container .about__btn {
    margin-top: 7.81vw;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 750px) {
  #top .about .container .about__btn {
    margin-left: 0;
    margin-top: 20vw;
  }
}
#top .service {
  margin-top: 159px;
  background-color: #F7F7F7;
  padding-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #top .service {
    margin-top: 15.53vw;
    padding-top: 11.72vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service {
    margin-top: 26.67vw;
    padding-top: 24vw;
  }
}
#top .service .container {
  max-width: 1090px;
}
#top .service .container .service__heading {
  margin-bottom: 81px;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__heading {
    margin-bottom: 7.91vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__heading {
    margin-bottom: 13.33vw;
  }
}
#top .service .container .service__heading p {
  font-size: 17px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__heading p {
    font-size: 1.66vw;
    margin-top: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__heading p {
    font-size: 3.73vw;
    margin-top: 8vw;
  }
}
#top .service .container .service__lists .service__list {
  display: flex;
  border-bottom: solid 7px;
  justify-content: space-between;
  margin-bottom: 59px;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list {
    border-bottom: solid 0.68vw;
    margin-bottom: 5.76vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 13.33vw;
  }
}
#top .service .container .service__lists .service__list .service__img {
  width: 60.28%;
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__img {
    width: 100%;
  }
}
#top .service .container .service__lists .service__list .service__textContainer {
  width: 36.88%;
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__textContainer {
    border-left: solid 3px;
    padding-top: 6.67vw;
    padding-left: 1.33vw;
    width: 100%;
  }
}
#top .service .container .service__lists .service__list .service__textContainer .lifeSupportImg {
  width: 114px;
  margin-bottom: 6px;
}
#top .service .container .service__lists .service__list .service__textContainer .service__category {
  padding: 5px 9px;
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__category {
    padding: 0.49vw 0.88vw;
    font-size: 2.44vw;
    margin-bottom: 3.03vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__category {
    font-size: 3.73vw;
    padding: 1.07vw 2.4vw;
    margin-bottom: 4vw;
  }
}
#top .service .container .service__lists .service__list .service__textContainer .service__text {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__text {
    font-size:1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__text {
    font-size: 3.47vw;
  }
}
#top .service .container .service__lists .service__list .service__textContainer .service__btn {
  margin-left: auto;
  width: 162px;
  margin-top: 100px;
}
@media only screen and (max-width: 1220px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn {
    margin-top: 7.81vw;
  }
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn {
    width: 15.82vw;
    margin-top: 6.84vw;
    margin-bottom: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn {
    width: 34.67vw;
    margin-top: 2.67vw;
  }
}
#top .service .container .service__lists .service__list .service__textContainer .service__btn a {
  padding: 15px 0 15px 27px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn a {
    padding: 1.46vw 0 1.46vw 2.64vw;
    font-size: 1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn a {
    padding: 2.93vw 0 2.93vw 5.33vw;
    font-size: 3.47vw;
  }
}
#top .service .container .service__lists .service__list .service__textContainer .service__btn a::after {
  right: 25px;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn a::after {
    right: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list .service__textContainer .service__btn a::after {
    width: 2.93vw;
    right: 3.73vw;
  }
}
#top .service .container .service__lists .service__list:first-child {
  border-bottom: solid 7px #ADD5BB;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list:first-child {
    border-bottom: solid 0.68vw #ADD5BB;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:first-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:first-child .service__textContainer {
    border-left: solid 3px #ADD5BB;
  }
}
#top .service .container .service__lists .service__list:first-child .service__textContainer .service__category {
  background-color: #ADD5BB;
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:first-child .service__textContainer .service__category {
    margin-bottom: 1.07vw;
  }
}
#top .service .container .service__lists .service__list:first-child .service__textContainer .service__btn a {
  background-color: #ADD5BB;
  color: #0F0F0F;
}
#top .service .container .service__lists .service__list:first-child .service__textContainer .service__btn a:hover {
  background-color: #4B5A50;
  color: #FFFFFF;
}
#top .service .container .service__lists .service__list:nth-child(2) {
  border-bottom: solid 7px #900B4D;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list:nth-child(2) {
    border-bottom: solid 0.68vw #900B4D;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:nth-child(2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:nth-child(2) .service__textContainer {
    border-left: solid 3px #900B4D;
  }
}
#top .service .container .service__lists .service__list:nth-child(2) .service__textContainer .service__category {
  background-color: #C496AD;
}
#top .service .container .service__lists .service__list:nth-child(2) .service__textContainer .service__btn a {
  background-color: #C496AD;
  color: #0F0F0F;
}
#top .service .container .service__lists .service__list:nth-child(2) .service__textContainer .service__btn a:hover {
  background-color: #900B4D;
  color: #FFFFFF;
}
#top .service .container .service__lists .service__list:nth-child(3) {
  border-bottom: solid 7px #2F4CAD;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list:nth-child(3) {
    border-bottom: solid 0.68vw #2F4CAD;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:nth-child(3) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:nth-child(3) .service__textContainer {
    border-left: solid 3px #2F4CAD;
  }
}
#top .service .container .service__lists .service__list:nth-child(3) .service__textContainer .service__category {
  background-color: #A5BAFF;
}
#top .service .container .service__lists .service__list:nth-child(3) .service__textContainer .service__btn a {
  background-color: #A5BAFF;
  color: #0F0F0F;
}
#top .service .container .service__lists .service__list:nth-child(3) .service__textContainer .service__btn a:hover {
  background-color: #2F4CAD;
  color: #FFFFFF;
}
#top .service .container .service__lists .service__list:last-child {
  margin-bottom: 0;
  border-bottom: solid 7px #E3E300;
}
@media only screen and (max-width: 1024px) {
  #top .service .container .service__lists .service__list:last-child {
    border-bottom: solid 0.68vw #E3E300;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  #top .service .container .service__lists .service__list:last-child .service__textContainer {
    border-left: solid 3px #E3E300;
  }
}
#top .service .container .service__lists .service__list:last-child .service__textContainer .service__category {
  background-color: #E3E300;
}
#top .company {
  background-color: #F7F7F7;
  padding-top: 204px;
  padding-bottom: 260px;
}
@media only screen and (max-width: 1024px) {
  #top .company {
    padding-top: 19.92vw;
    padding-bottom: 25.39vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .company {
    padding-top: 16vw;
    padding-bottom: 64.53vw;
  }
}
#top .company .container {
  max-width: 1140px;
}
#top .company .container .company__container {
  display: flex;
  position: relative;
}
#top .company .container .company__container .company__img {
  width: 74.12%;
}
@media only screen and (max-width: 750px) {
  #top .company .container .company__container .company__img {
    width: 82.93vw;
  }
}
#top .company .container .company__container .company__text {
  width: 47.46%;
  position: absolute;
  right: 0;
  top: 25%;
  background-color: #A0A0A0;
  border-left: solid 14px #F7F7F7;
  border-top: solid 14px #F7F7F7;
}
@media only screen and (max-width: 1024px) {
  #top .company .container .company__container .company__text {
    width: 60%;
    border-left: solid 1.37vw #F7F7F7;
    border-top: solid 1.37vw #F7F7F7;
  }
}
@media only screen and (max-width: 750px) {
  #top .company .container .company__container .company__text {
    width: 78.93vw;
    top: 40%;
    border-left: solid 1.33vw #F7F7F7;
    border-top: solid 1.33vw #F7F7F7;
  }
}
#top .company .container .company__container .company__text .company__textContainer {
  width: 415px;
  margin: 90px auto;
}
@media only screen and (max-width: 1024px) {
  #top .company .container .company__container .company__text .company__textContainer {
    width: 40.53vw;
    margin: 5.86vw auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .company .container .company__container .company__text .company__textContainer {
    width: 66.4vw;
  }
}
#top .company .container .company__container .company__text .company__textContainer .headingSecondary {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 54px;
}
@media only screen and (max-width: 1024px) {
  #top .company .container .company__container .company__text .company__textContainer .headingSecondary {
    font-size: 5.86vw;
    line-height: 5.27vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .company .container .company__container .company__text .company__textContainer .headingSecondary {
    font-size: 10.67vw;
    line-height: 1.2;
  }
}
#top .company .container .company__container .company__text .company__textContainer .company__btn {
  margin-left: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #top .company .container .company__container .company__text .company__textContainer .company__btn {
    margin-top: 3.91vw;
  }
}
#top .news {
  padding-top: 140px;
}
@media only screen and (max-width: 1024px) {
  #top .news {
    padding-top: 13.67vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .news {
    padding-top: 21.33vw;
  }
}
#top .news .container {
  max-width: 824px;
}
#top .news .container .news__lists {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__lists {
    margin-top: 4.88vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__lists {
    margin-top: 8vw;
  }
}
#top .news .container .news__lists .news__list {
  border-top: solid 1px #D9D9D9;
  position: relative;
  overflow: hidden;
  width: 100%;
  outline: none;
  transition: ease 0.2s;
}
#top .news .container .news__lists .news__list a {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: inline-block;
}
#top .news .container .news__lists .news__list:hover {
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__lists .news__list:hover {
    padding-left: 2.93vw;
  }
}
#top .news .container .news__lists .news__list .listBtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 25px 27px 25px 13px;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__lists .news__list .listBtn {
    padding: 2.44vw 2.64vw 2.44vw 1.27vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__lists .news__list .listBtn {
    padding: 4vw 2.67vw 4vw 4vw;
  }
}
#top .news .container .news__lists .news__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #EBF0FF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#top .news .container .news__lists .news__list:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#top .news .container .news__lists .news__list:last-child {
  border-bottom: solid 1px #D9D9D9;
}
#top .news .container .news__lists .news__list .news__list--text {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__lists .news__list .news__list--text {
    flex-wrap: wrap;
  }
}
#top .news .container .news__lists .news__list .news__list--text time {
  font-size: 17px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__lists .news__list .news__list--text time {
    font-size: 1.66vw;
    margin-right: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__lists .news__list .news__list--text time {
    font-size: 3.47vw;
    margin-bottom: 2.67vw;
  }
}
#top .news .container .news__lists .news__list .news__list--text .news__list--cat {
  font-size: 18px;
  color: #2F4CAD;
  text-transform: uppercase;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__lists .news__list .news__list--text .news__list--cat {
    font-size: 1.76vw;
    margin-right: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__lists .news__list .news__list--text .news__list--cat {
    font-size: 3.47vw;
    margin-bottom: 2.67vw;
  }
}
#top .news .container .news__lists .news__list .news__list--text .news__list--content {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__lists .news__list .news__list--text .news__list--content {
    font-size: 1.66vw;
  }
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__lists .news__list .news__list--text .news__list--content {
    font-size: 3.73vw;
  }
}
#top .news .container .news__btn {
  margin: 30px auto;
}
@media only screen and (max-width: 1024px) {
  #top .news .container .news__btn {
    margin: 2.93vw auto;
  }
}
@media only screen and (max-width: 750px) {
  #top .news .container .news__btn {
    margin: 8vw auto;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
#about-page .aboutUs {
  position: relative;
}
#about-page .aboutUs .container {
  max-width: 1040px;
}
@media only screen and (max-width: 750px) {
  #about-page .aboutUs .container .aboutUs__heading .headingSecondary {
    line-height: 0.7;
  }
}
#about-page .aboutUs .container .aboutUs__heading .headingSecondary span {
  font-size: 25px;
}
@media only screen and (max-width: 1024px) {
  #about-page .aboutUs .container .aboutUs__heading .headingSecondary span {
    font-size: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .aboutUs .container .aboutUs__heading .headingSecondary span {
    font-size: 3.73vw;
  }
}
#about-page .aboutUs .container .aboutUs__heading .about__text {
  margin-top: 46px;
}
@media only screen and (max-width: 1024px) {
  #about-page .aboutUs .container .aboutUs__heading .about__text {
    margin-top: 4.49vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .aboutUs .container .aboutUs__heading .about__text {
    margin-top: 8vw;
    line-height: 8vw;
  }
}
#about-page .TopMessage {
  margin-top: 185px;
  padding-bottom: 163px;
}
@media only screen and (max-width: 1024px) {
  #about-page .TopMessage {
    margin-top: 18.07vw;
    padding-bottom: 15.82vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .TopMessage {
    margin-top: 42.67vw;
    padding-bottom: 21.33vw;
  }
}
#about-page .TopMessage .container {
  max-width: 1040px;
  padding-top: 556px;
}
@media only screen and (max-width: 1024px) {
  #about-page .TopMessage .container {
    padding-top: 40.53vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .TopMessage .container {
    padding-top: 34.67vw;
  }
}
#about-page .TopMessage .container .TopMessage__title {
  margin-bottom: 47px;
}
@media only screen and (max-width: 1024px) {
  #about-page .TopMessage .container .TopMessage__title {
    margin-bottom: 4.59vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .TopMessage .container .TopMessage__title {
    margin-bottom: 13.33vw;
  }
}
#about-page .TopMessage .container .TopMessage__text {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #about-page .TopMessage .container .TopMessage__text {
    font-size: 1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .TopMessage .container .TopMessage__text {
    font-size: 3.73vw;
  }
}
#about-page .TopMessage .container .TopMessage__name {
  margin-top: 90px;
  border-bottom: solid 1px #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 600;
  font-size: 25px;
}
@media only screen and (max-width: 1024px) {
  #about-page .TopMessage .container .TopMessage__name {
    margin-top: 8.79vw;
    font-size: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .TopMessage .container .TopMessage__name {
    margin-top: 10.67vw;
    font-size: 5.33vw;
  }
}
#about-page .TopMessage .container .TopMessage__name span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  #about-page .TopMessage .container .TopMessage__name span {
    font-size: 1.37vw;
    margin-right: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .TopMessage .container .TopMessage__name span {
    font-size: 3.2vw;
    margin-right: 5.33vw;
  }
}
#about-page .contact {
  padding-top: 123px;
}
@media only screen and (max-width: 1024px) {
  #about-page .contact {
    padding-top: 12.3vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-page .contact {
    padding-top: 29.33vw;
  }
}

#company-page .company {
  position: relative;
}
#company-page .company .container {
  max-width: 1040px;
}
#company-page .overview {
  margin-top: 291px;
  padding-bottom: 156px;
}
@media only screen and (max-width: 1024px) {
  #company-page .overview {
    margin-top: 23.85vw;
    padding-bottom: 12.79vw;
  }
}
@media only screen and (max-width: 750px) {
  #company-page .overview {
    margin-top: 40vw;
    padding-bottom: 21.33vw;
  }
}
#company-page .overview .container {
  padding-top: 535px;
}
@media only screen and (max-width: 1024px) {
  #company-page .overview .container {
    padding-top: 40.53vw;
  }
}
#company-page .overview .container .overview__container {
  width: 689px;
  margin: 47px auto 0;
}
@media only screen and (max-width: 1024px) {
  #company-page .overview .container .overview__container {
    width: 56.48vw;
    margin: 4.59vw auto 0;
  }
}
@media only screen and (max-width: 750px) {
  #company-page .overview .container .overview__container {
    width: 85.33vw;
    margin-top: 14.67vw;
  }
}
#company-page .overview .container .overview__container div {
  display: flex;
  border-bottom: solid 1px #DBDBDB;
  padding: 23px 0;
}
@media only screen and (max-width: 1024px) {
  #company-page .overview .container .overview__container div {
    padding: 1.89vw 0;
  }
}
@media only screen and (max-width: 750px) {
  #company-page .overview .container .overview__container div {
    flex-direction: column;
    padding: 4vw 0 2.67vw;
  }
}
#company-page .overview .container .overview__container div dt {
  width: 33%;
  padding-left: 35px;
}
@media only screen and (max-width: 1024px) {
  #company-page .overview .container .overview__container div dt {
    padding-left: 3.42vw;
  }
}
@media only screen and (max-width: 750px) {
  #company-page .overview .container .overview__container div dt {
    padding-left: 0;
    margin-bottom: 1.07vw;
    font-weight: 600;
  }
}
#company-page .overview .container .overview__container div dd {
  width: 66%;
}
#company-page .contact {
  padding-top: 104px;
}
@media only screen and (max-width: 1024px) {
  #company-page .contact {
    padding-top: 8.52vw;
  }
}
@media only screen and (max-width: 750px) {
  #company-page .contact {
    padding-top: 32vw;
  }
}

#news-page .news {
  position: relative;
}
#news-page .news .container {
  max-width: 1040px;
}
#news-page .articles {
  margin-top: 291px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles {
    margin-top: 23.85vw;
    padding-bottom: 13.09vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles {
    margin-top: 21.33vw;
    padding-bottom: 16vw;
  }
}
#news-page .articles .container {
  max-width: 1140px;
  padding-top: 114px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container {
    padding-top: 11.13vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container {
    margin-top: 16vw;
  }
}
#news-page .articles .container .articles__container {
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container {
    flex-direction: column-reverse;
  }
}
#news-page .articles .container .articles__container .articles__container--cat {
  width: 22%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--cat {
    width: 25%;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--cat {
    width: 100%;
    margin-top: 16vw;
  }
}
#news-page .articles .container .articles__container .articles__container--cat h4 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Century Gothic", "Futura", "Jost", sans-serif;
  font-weight: 700;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--cat h4 {
    font-size: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--cat h4 {
    font-size: 5.33vw;
  }
}
#news-page .articles .container .articles__container .articles__container--cat .cat__lists {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists {
    margin-top: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists {
    margin-top: 8vw;
  }
}
#news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list {
  margin-bottom: 11px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list {
    margin-bottom: 0.98vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
}
#news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list.current {
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list.current {
    padding-left: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list.current {
    padding-left: 4vw;
  }
}
#news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list.current::before {
  content: "";
  position: absolute;
  background-color: #0F0F0F;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 9px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list.current::before {
    width: 0.98vw;
    height: 0.98vw;
    border-radius: 0.98vw;
    top: 0.88vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list.current::before {
    width: 2.67vw;
    height: 2.67vw;
    border-radius: 2.67vw;
    top: 1.87vw;
  }
}
#news-page .articles .container .articles__container .articles__container--cat .cat__lists .cat__list a:hover {
  color: #2F4CAD;
  transition: all 0.3s;
}
#news-page .articles .container .articles__container .articles__container--articlesList {
  width: 72%;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--articlesList {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists {
    margin-bottom: 16vw;
  }
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list {
  border-top: solid 1px #D9D9D9;
  position: relative;
  overflow: hidden;
  width: 100%;
  outline: none;
  transition: ease 0.2s;
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list:last-child {
  border-bottom: solid 1px #D9D9D9;
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #EBF0FF;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: inline-block;
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 25px 27px 25px 13px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn {
    padding: 2.44vw 2.64vw 2.44vw 1.27vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn {
    padding: 4vw 4vw 4vw 3.47vw;
  }
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn:hover {
  padding-left: 30px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn:hover {
    padding-left: 2.93vw;
  }
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text {
    width: 90%;
    flex-wrap: wrap;
  }
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text time {
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text time {
    margin-right: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text time {
    font-size: 3.47vw;
    margin-right: 4vw;
  }
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text .articles__list--cat {
  text-transform: uppercase;
  color: #2F4CAD;
  margin-right: 29px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text .articles__list--cat {
    margin-right: 2.83vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text .articles__list--cat {
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .articles__list--text .articles__list--content {
    font-size: 3.73vw;
  }
}
#news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .arrowRight {
  width: 20px;
  height: 5px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .arrowRight {
    width: 1.95vw;
    height: 0.49vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .articles__container .articles__container--articlesList .articles__lists .articles__list a .listBtn .arrowRight {
    width: 5.33vw;
    height: 1.33vw;
  }
}
#news-page .articles .container .pagenation .pagenation__lists {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 81px auto 0;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .pagenation .pagenation__lists {
    margin: 7.91vw auto 0;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .pagenation .pagenation__lists {
    margin: 0 auto;
  }
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list {
  font-size: 25px;
  color: #2F4CAD;
  margin-right: 43px;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list {
    font-size: 2.44vw;
    margin-right: 4.2vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list {
    font-size: 4.27vw;
    margin-right: 5.33vw;
  }
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list.current {
  color: #0F0F0F;
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowLeft a span {
  background-image: url(../img/company/newspageArrowLeft.svg);
  width: 75px;
  height: 70px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowLeft a span {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowLeft a span {
    width: 14.67vw;
    height: 13.6vw;
  }
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowLeft:hover a span {
  background-image: url(../img/company/newsArrowHoverLeft.svg);
  width: 75px;
  height: 70px;
  display: block;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowLeft:hover a span {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowLeft:hover a span {
    width: 14.67vw;
    height: 13.6vw;
  }
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowRight a span {
  background-image: url(../img/company/newspageHoverRight.svg);
  width: 75px;
  height: 70px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowRight a span {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowRight a span {
    width: 14.67vw;
    height: 13.6vw;
  }
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowRight:hover a span {
  background-image: url(../img/company/newsArrowHoverRight.svg);
  width: 75px;
  height: 70px;
  display: block;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowRight:hover a span {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .articles .container .pagenation .pagenation__lists .pagenation__list.arrowRight:hover a span {
    width: 14.67vw;
    height: 13.6vw;
  }
}
#news-page .articles .container .pagenation .pagenation__lists .pagenation__list:last-child {
  margin-right: 0;
}
#news-page .contact {
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  #news-page .contact {
    padding-top: 14.65vw;
  }
}
@media only screen and (max-width: 750px) {
  #news-page .contact {
    padding-top: 32vw;
  }
}

#article-page .article {
  margin-top: 120px;
  padding-top: 196px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article {
    margin-top: 11.72vw;
    padding-top: 19.14vw;
    padding-bottom: 9.77vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article {
    margin-top: 14.67vw;
    padding-top: 18.67vw;
    padding-bottom: 18.67vw;
  }
}
#article-page .article .container {
  max-width: 940px;
}
#article-page .article .container .article__title {
  border-bottom: solid 1px #D9D9D9;
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .container .article__title {
    padding-left: 4.88vw;
  }
}
@media only screen and (max-width: 1024px) {
  #article-page .article .container .article__title {
    padding-left: 2.67vw;
  }
}
#article-page .article .container .article__title .article__title--timeCat {
  display: flex;
}
#article-page .article .container .article__title .article__title--timeCat time {
  font-size: 17px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .container .article__title .article__title--timeCat time {
    font-size: 1.66vw;
    margin-right: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .container .article__title .article__title--timeCat time {
    font-size: 3.2vw;
    margin-right: 4vw;
  }
}
#article-page .article .container .article__title .article__title--timeCat .article__title--cat {
  text-transform: uppercase;
  color: #2F4CAD;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .container .article__title .article__title--timeCat .article__title--cat {
    font-size: 1.76vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .container .article__title .article__title--timeCat .article__title--cat {
    font-size: 3.2vw;
  }
}
#article-page .article .container .article__title h3 {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 600;
  font-weight: bold;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .container .article__title h3 {
    margin-top: 2.44vw;
    font-size: 2.44vw;
    padding-bottom: 9.77vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .container .article__title h3 {
    margin-top: 4.8vw;
    font-size: 4.8vw;
    padding-bottom: 9.33vw;
  }
}
#article-page .article .container .article__text {
  font-size: 14px;
  padding-left: 50px;
  margin: 100px 160px 100px 0;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .container .article__text {
    font-size: 1.37vw;
    padding-left: 2.67vw;
    margin: 9.77vw 15.53vw 9.77vw 0;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .container .article__text {
    font-size: 3.73vw;
    padding-left: 0;
    width: 95%;
    margin: 9.33vw auto 13.33vw;
  }
}
#article-page .article .pagenation {
  width: 100%;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}
#article-page .article .pagenation .pagenation__lists {
  display: flex;
  justify-content: /*space-between;*/center;/*リリース時一旦変更*/
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
#article-page .article .pagenation .pagenation__lists .pagenation__list {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list {
    font-size: 1.66vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list {
    font-size: 3.47vw;
  }
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.current {
  color: #0F0F0F;
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft a {
  display: flex;
  align-items: center;
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft a span {
  background-image: url(../img/company/newspageArrowLeft.svg);
  width: 75px;
  height: 70px;
  display: block;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft a span {
    width: 7.32vw;
    height: 6.84vw;
    margin-right: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft a span {
    width: 8vw;
    height: 8vw;
  }
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft:hover a span {
  background-image: url(../img/company/newsArrowHoverLeft.svg);
  width: 75px;
  height: 70px;
  display: block;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft:hover a span {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowLeft:hover a span {
    width: 8vw;
    height: 8vw;
  }
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight a {
  display: flex;
  align-items: center;
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight a span {
  background-image: url(../img/company/newspageHoverRight.svg);
  width: 75px;
  height: 70px;
  display: block;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight a span {
    width: 7.32vw;
    height: 6.84vw;
    margin-left: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight a span {
    width: 8vw;
    height: 8vw;
  }
}
#article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight:hover a span {
  background-image: url(../img/company/newsArrowHoverRight.svg);
  width: 75px;
  height: 70px;
  display: block;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight:hover a span {
    width: 7.32vw;
    height: 6.84vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .article .pagenation .pagenation__lists .pagenation__list.arrowRight:hover a span {
    width: 8vw;
    height: 8vw;
  }
}
#article-page .article .pagenation .pagenation__lists .pagenation__list:last-child {
  margin-right: 0;
}
#article-page .contact {
  padding-top: 149px;
  padding-bottom: 146px;
}
@media only screen and (max-width: 1024px) {
  #article-page .contact {
    padding-top: 14.55vw;
    padding-bottom: 14.26vw;
  }
}
@media only screen and (max-width: 750px) {
  #article-page .contact {
    padding-top: 32vw;
    padding-bottom: 38.13vw;
  }
}

#contact-page .contactTitle .container {
  max-width: 1040px;
}
#contact-page .contactForm {
  margin-top: 185px;
  margin-bottom: 155px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm {
    margin-top: 18.07vw;
    margin-bottom: 15.14vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm {
    margin-top: 19.2vw;
    margin-bottom: 29.33vw;
  }
}
#contact-page .contactForm .contact__formContainer {
  width: 860px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 64px 55px 116px 26px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer {
    width: 85.33vw;
    border-radius: 2.67vw;
    padding: 10.67vw 3.73vw 16vw 3.73vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl {
    margin-bottom: 2.34vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dt {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dt {
    width: 100%;
    margin-bottom: 3.73vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dt.notRequired label {
  padding-right: 67px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl dt.notRequired label {
    padding-right: 6.54vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dt label {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl dt label {
    font-size: 1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dt label {
    text-align: left;
    justify-content: flex-start;
    font-size: 3.73vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dt label span {
  font-size: 10px;
  color: #FFFFFF;
  background-color: #2F4CAD;
  padding: 3px 12px;
  border-radius: 15px;
  margin-left: 19px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl dt label span {
    font-size: 0.98vw;
    padding: 0.29vw 1.17vw;
    border-radius: 1.46vw;
    margin-left: 1.86vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dt label span {
    font-size: 2.67vw;
    border-radius: 4vw;
    padding: 0.8vw 2.93vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dd {
  width: 65%;
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dd {
    width: 100%;
  }
}
#contact-page .contactForm .contact__formContainer form dl dd .select-arrow {
  position: relative;
}
#contact-page .contactForm .contact__formContainer form dl dd .select-arrow:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 40%;
  right: 20px;
  border-right: solid 1px #4B5A50;
  border-bottom: solid 1px #4B5A50;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl dd .select-arrow:after {
    width: 0.68vw;
    height: 0.68vw;
    right: 1.95vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dd .select-arrow:after {
    width: 1.87vw;
    height: 1.87vw;
    right: 4vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dd .select-arrow select {
  background-color: #FFFFFF;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  font-size: 15px;
  color: #3E3E3E;
  padding: 15px 33px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl dd .select-arrow select {
    border-radius: 2.44vw;
    font-size: 1.46vw;
    border-radius: 2.44vw;
    padding: 1.46vw 3.22vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dd .select-arrow select {
    border-radius: 4vw;
    font-size: 3.73vw;
    border-radius: 5.33vw;
    padding: 3.2vw 5.33vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dd .select-arrow select.isEmpty {
  color: #A3AFAC;
}
#contact-page .contactForm .contact__formContainer form dl dd input {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-size: 15px;
  color: #3E3E3E;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl dd input {
    padding: 1.46vw 2.93vw;
    border-radius: 2.44vw;
    font-size: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl dd input {
    border-radius: 4vw;
    font-size: 3.73vw;
    border-radius: 5.33vw;
    padding: 3.2vw 5.33vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl dd input::-moz-placeholder {
  color: #A3AFAC;
}
#contact-page .contactForm .contact__formContainer form dl dd input::placeholder {
  color: #A3AFAC;
}
#contact-page .contactForm .contact__formContainer form dl.contact__selectType dd .select-arrow {
  width: 55%;
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__selectType dd .select-arrow {
    width: 100%;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__address {
  align-items: flex-start;
}
#contact-page .contactForm .contact__formContainer form dl.contact__address dd {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__address dd {
    flex-direction: column;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__address dd .contact__addressPostalcode {
  width: 31%;
  margin-right: 18px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__address dd .contact__addressPostalcode {
    margin-right: 1.76vw;
    margin-bottom: 1.17vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__address dd .contact__addressPostalcode {
    width: 45.33vw;
    margin-bottom: 2.67vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__address dd .select-arrow {
  width: 31%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__address dd .select-arrow {
    margin-bottom: 1.17vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__address dd .select-arrow {
    width: 45.33vw;
    margin-bottom: 2.67vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__tel {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__tel {
    margin-bottom: 3.91vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__tel {
    margin-bottom: 8vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__radio {
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio {
    margin-bottom: 3.91vw;
  }
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio {
    margin-bottom: 8vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio dd {
    display: flex;
    flex-direction: column;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn {
    margin-right: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2.67vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn span {
  font-size: 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn span {
    font-size: 1.46vw;
    margin-left: 0.98vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn span {
    font-size: 3.73vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn:first-child {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn:first-child {
    margin-left: 0.78vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn:first-child {
    margin-left: 0;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn input[type=radio] {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn input[type=radio] {
    width: 1.37vw;
    height: 1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn input[type=radio] {
    width: 3.73vw;
    height: 3.73vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn input[type=radio]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2F4CAD;
  content: "";
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn input[type=radio]:checked::before {
    width: 0.68vw;
    height: 0.68vw;
  }
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__radio .radioBtn input[type=radio]:checked::before {
    width: 1.87vw;
    height: 1.87vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__details {
  align-items: flex-start;
}
#contact-page .contactForm .contact__formContainer form dl.contact__details textarea {
  width: 100%;
  height: 217px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 25px;
  padding: 15px 30px;
  color: #3E3E3E;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__details textarea {
    height: 21.19vw;
    border-radius: 2.44vw;
    padding: 1.46vw 2.93vw;
    font-size: 1.46vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__details textarea {
    height: 53.33vw;
    border-radius: 5.33vw;
    padding: 4vw 5.33vw;
    font-size: 3.73vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact_privacy {
  margin: 72px auto 52px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact_privacy {
    margin: 7.03vw auto 5.08vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact_privacy {
    flex-direction: row;
    margin: 10.67vw auto 13.33vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact_privacy dt {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact_privacy dt {
    width: 15%;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact_privacy dd {
    width: 85%;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact_privacy dd label a {
  text-decoration: underline;
}
#contact-page .contactForm .contact__formContainer form dl.contact__submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN {
    height: 13.33vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN::after {
  content: "";
  background-image: url(../img/company/arrowRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 19px;
  height: 7px;
  top: 30px;
  right: 12%;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN::after {
    width: 1.86vw;
    height: 0.68vw;
    top: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN::after {
    width: 5.07vw;
    height: 1.87vw;
    top: 38%;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN:hover::after {
  content: "";
  display: block;
  background-image: url(../img/company/arrowRightHover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 19px;
  height: 7px;
  top: 30px;
  right: 12%;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN:hover::after {
    width: 1.86vw;
    height: 0.68vw;
    top: 2.93vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN:hover::after {
    width: 5.07vw;
    height: 1.87vw;
    top: 38%;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN input[type=submit] {
  width: 254px;
  border: none;
  background-color: #EBF0FF;
  color: #2F4CAD;
  padding: 12px 118px 12px 12px;
  height: 71px;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN input[type=submit] {
    width: 24.8vw;
    padding: 1.17vw 11.33vw 1.17vw 1.17vw;
    height: 6.93vw;
    border-radius: 4.88vw;
  }
}
@media only screen and (max-width: 750px) {
  #contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN input[type=submit] {
    width: 74.67vw;
    padding: 3.2vw 0;
    height: 13.33vw;
    border-radius: 13.33vw;
  }
}
#contact-page .contactForm .contact__formContainer form dl.contact__submit .contact__submitBTN input[type=submit]:hover {
  background-color: #2F4CAD;
  transition: all 0.3s;
  color: #FFFFFF;
}

#confirm-page .contactTitle .container {
  max-width: 1040px;
}
#confirm-page .confirm {
  width: 877px;
  margin: 134px auto 150px;
  border-radius: 30px;
  padding: 82px 94px 76px;
}
@media only screen and (max-width: 1024px) {
  #confirm-page .confirm {
    width: 83.98vw;
    margin: 13.09vw auto 14.65vw;
    border-radius: 2.93vw;
    padding: 8.01vw 9.18vw 7.42vw;
  }
}
@media only screen and (max-width: 750px) {
  #confirm-page .confirm {
    width: 85.33vw;
    margin: 24vw auto;
    border-radius: 8vw;
    padding: 18.67vw 5.33vw;
  }
}
#confirm-page .confirm .confirm__container h3 {
  font-size: 25px;
  margin: 0 auto 58px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #confirm-page .confirm .confirm__container h3 {
    font-size: 2.44vw;
    margin: 0 auto 5.76vw;
  }
}
@media only screen and (max-width: 750px) {
  #confirm-page .confirm .confirm__container h3 {
    font-size: 4.8vw;
    text-align: left;
    margin: 0 auto 8vw;
  }
}
#confirm-page .confirm .confirm__container .confirm__textBK {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  #confirm-page .confirm .confirm__container .confirm__textBK {
    font-size: 1.37vw;
    margin-bottom: 4.88vw;
    line-height: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #confirm-page .confirm .confirm__container .confirm__textBK {
    font-size: 3.73vw;
    margin-bottom: 8vw;
    line-height: 6.67vw;
  }
}
#confirm-page .confirm .confirm__container .confirm__textRD {
  font-size: 14px;
  color: #BC0000;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  #confirm-page .confirm .confirm__container .confirm__textRD {
    font-size: 1.37vw;
    line-height: 2.44vw;
  }
}
@media only screen and (max-width: 750px) {
  #confirm-page .confirm .confirm__container .confirm__textRD {
    font-size: 3.73vw;
    line-height: 6.67vw;
  }
}
#confirm-page .returnBtn {
  margin: 0 auto 150px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  #confirm-page .returnBtn {
    margin: 0 auto 14.65vw;
  }
}
@media only screen and (max-width: 1024px) {
  #confirm-page .returnBtn {
    margin: 0 auto 24vw;
  }
}
#confirm-page .returnBtn .confirm__btn a {
  text-align: center;
}
#confirm-page .returnBtn .confirm__btn a::after {
  content: none;
}

#privacy-page .privacy .container {
  max-width: 1040px;
}
#privacy-page .privacyText {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacyText {
    font-size: 1.37vw;
  }
}
@media only screen and (max-width: 750px) {
  #privacy-page .privacyText {
    font-size: 3.73vw;
  }
}
#privacy-page .privacyText .container {
  max-width: 1040px;
  margin: 82px auto 150px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacyText .container {
    margin: 8.01vw auto 14.65vw;
  }
}
@media only screen and (max-width: 750px) {
  #privacy-page .privacyText .container {
    margin: 21.33vw auto 16vw;
  }
}
#privacy-page .privacyText .container .privacyText__heading {
  margin-bottom: 49px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacyText .container .privacyText__heading {
    margin-bottom: 4.79vw;
  }
}
@media only screen and (max-width: 750px) {
  #privacy-page .privacyText .container .privacyText__heading {
    margin-bottom: 13.33vw;
  }
}
#privacy-page .privacyText .container .privacyText__lists .privacyText__list {
  margin-bottom: 33px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacyText .container .privacyText__lists .privacyText__list {
    margin-bottom: 3.22vw;
  }
}
@media only screen and (max-width: 750px) {
  #privacy-page .privacyText .container .privacyText__lists .privacyText__list {
    margin-bottom: 13.33vw;
  }
}
#privacy-page .privacyText .container .privacyText__lists .privacyText__list h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #privacy-page .privacyText .container .privacyText__lists .privacyText__list h4 {
    margin-bottom: 2.13vw;
  }
}
#privacy-page .privacyText .container .privacyText__lists .privacyText__list .privacyText__list--address {
  margin-top: 33px;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .privacyText .container .privacyText__lists .privacyText__list .privacyText__list--address {
    margin-top: 3.22vw;
  }
}
@media only screen and (max-width: 750px) {
  #privacy-page .privacyText .container .privacyText__lists .privacyText__list .privacyText__list--address {
    margin-top: 13.33vw;
  }
}
#privacy-page .returnBtn {
  margin: 150px auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  #privacy-page .returnBtn {
    margin: 14.65vw auto;
  }
}
@media only screen and (max-width: 750px) {
  #privacy-page .returnBtn {
    margin: 21.33vw auto;
  }
}
#privacy-page .returnBtn .btn a {
  text-align: center;
}
#privacy-page .returnBtn .btn a::after {
  content: none;
}