@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url("../font/static/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url("../font/static/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 600;
  src: url("../font/static/NotoSansJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url("../font/static/NotoSansJP-Bold.ttf") format("truetype");
}
body {
  color: #1d1d1d;
}
body.skillsheet-noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.noscroll {
    overflow: hidden;
  }
}
body.loading-noscroll {
  overflow: hidden;
}
body.bg-pale-blue {
  background-color: #F2F8FF;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.ta-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .ta-br {
    display: block;
  }
}

.sm-br {
  display: none;
}
@media screen and (max-width: 414px) {
  .sm-br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ta-w-100 {
    width: 100% !important;
  }
}

.lg-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .lg-br {
    display: block;
  }
}

.more-btn {
  display: block;
  width: 12.9166666667vw;
  height: 3.3333333333vw;
  line-height: 3.125vw;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 1.6666666667vw;
  color: #fff;
  font-size: 0.9375vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.more-btn-wrapper {
  transform: translateY(101%);
  opacity: 0;
}
.more-btn-wrapper.appeared {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1388px) {
  .more-btn {
    border-radius: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .more-btn {
    font-size: 10px;
    height: 36px;
    line-height: 32px;
    width: 143px;
  }
}
.more-btn.color-blue {
  border: 2px solid #006BDB;
  color: #006BDB;
}
.more-btn.color-blue::after {
  background-color: #006BDB;
}
.more-btn.color-blue::before {
  background-color: #fff;
}
.more-btn.color-blue:hover {
  color: #fff;
  border-color: #006BDB;
}
.more-btn.color-blue:hover::after {
  transform: translateY(-50%) scale(50);
  transition: 0.4s;
  z-index: -1;
}
.more-btn.color-blue:hover::before {
  opacity: 1;
  transition-delay: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .more-btn {
    width: 225px;
    height: 56px;
    font-size: 15px;
    line-height: 52px;
  }
}
.more-btn::after {
  content: "";
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 1.3020833333vw;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .more-btn::after {
    width: 10px;
    height: 10px;
    right: 25px;
  }
}
.more-btn::before {
  content: "";
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background-color: #006BDB;
  border-radius: 50%;
  position: absolute;
  right: 1.3020833333vw;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .more-btn::before {
    width: 10px;
    height: 10px;
    right: 25px;
  }
}
.more-btn:hover {
  border: 2px solid #fff;
  color: #006BDB;
}
.more-btn:hover::after {
  transform: translateY(-50%) scale(60);
  transition: 0.4s;
  z-index: -1;
}
.more-btn:hover::before {
  opacity: 1;
  transition-delay: 0.3s;
  transition: 0.3s;
}

.card {
  width: 45%;
  height: 360px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  padding-top: 236px;
}
@media screen and (max-width: 768px) {
  .card {
    width: 100%;
    height: 232px;
    padding-top: 153px;
  }
}
@media screen and (max-width: 414px) {
  .card {
    height: 61.8666666667vw;
    padding-top: 40.8vw;
  }
}
.card:hover .card__title::after {
  background-color: #fff;
}
.card:hover .card__title::before {
  background-color: #3B89DC;
}
.card:hover .card__img-wrapper {
  scale: 1.05;
}
.card__img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.card__bottom {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 41px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .card__bottom {
    padding-top: 25px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 414px) {
  .card__bottom {
    padding-top: 6.6666666667vw;
    padding-right: 8vw;
  }
}
.card__bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3B89DC 0%, #00B3DB 100%);
  opacity: 0.9;
  top: 0;
  left: 0;
}
.card__title {
  text-align: center;
  padding-right: 40px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.0112em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .card__title {
    font-size: 18px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 414px) {
  .card__title {
    font-size: 4.8vw;
    padding-right: 6.4vw;
  }
}
.card__title::after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .card__title::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 414px) {
  .card__title::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.card__title::before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .card__title::before {
    width: 6px;
    height: 6px;
    right: 9px;
  }
}
@media screen and (max-width: 414px) {
  .card__title::before {
    width: 1.6vw;
    height: 1.6vw;
    right: 2.4vw;
  }
}

.under-content-title {
  font-size: 40px;
  line-height: 1;
  padding-bottom: 30px;
  color: #3B89DC;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .under-content-title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  .under-content-title {
    font-size: 5.3333333333vw;
    padding-bottom: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.under-content-title::after {
  content: "";
  width: 88px;
  height: 3px;
  background: linear-gradient(270deg, #3b89dc 0%, #00d7db 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .under-content-title::after {
    width: 50px;
  }
}

.under-content-title2 {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 40px;
  color: #006bdb;
  line-height: 1.25;
  letter-spacing: 0.0192em;
  padding-left: 42px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .under-content-title2 {
    font-size: 22px;
    padding-left: 21px;
    margin-bottom: 32px;
  }
}
.under-content-title2::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #006bdb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .under-content-title2::after {
    width: 8px;
    height: 8px;
  }
}

.fv-under {
  width: 100%;
  overflow: hidden;
  height: 480px;
  border-bottom-left-radius: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-under {
    height: 254px;
    border-bottom-left-radius: 56px;
  }
}
.fv-under__bg, .fv-under__bg-sm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv-under__bg img, .fv-under__bg-sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv-under__bg {
    display: none;
  }
}
.fv-under__bg-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-under__bg-sm {
    display: block;
  }
}
.fv-under__wrapper {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding-top: 196px;
  position: relative;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv-under__wrapper {
    padding-top: 90px;
  }
}
.fv-under__title-en {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 10.4166666667vw;
  font-size: 200px;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: 53px;
  left: 0;
  color: rgba(194, 217, 242, 0.15);
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv-under__title-en {
    font-size: 60px;
    top: 60px;
  }
}
.fv-under__title-sm {
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .fv-under__title-sm {
    margin-bottom: 1.6666666667vw;
    font-size: 1.25vw;
    padding-left: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-under__title-sm {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
.fv-under__title-sm::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .fv-under__title-sm::after {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-under__title-sm::after {
    width: 8px;
    height: 8px;
  }
}
.fv-under__title {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1920px) {
  .fv-under__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv-under__title {
    font-size: 24px;
  }
}
.fv-under__pan-area {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 130px;
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
}
@media screen and (max-width: 768px) {
  .fv-under__pan-area {
    bottom: 81px;
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
.fv-under__pan-link {
  color: #fff;
  line-height: 1;
  font-size: 12px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fv-under__pan-link {
    font-size: 10px;
  }
}
.fv-under__pan-link::after {
  content: "";
  height: 1px;
  width: 32px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 768px) {
  .fv-under__pan-link::after {
    width: 12px;
    right: -7px;
  }
}
.fv-under__pan-link:last-child::after {
  display: none;
}
.fv-under__pan-link[href]:hover {
  text-decoration: underline;
}

.under-main {
  padding-top: 120px;
  padding-bottom: 120px;
}
.under-main.pb-120px {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .under-main {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .under-main.pb-120px {
    padding-bottom: 80px;
  }
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    width: 100%;
    transition: 0.2s;
  }
  .header.scrolled {
    background-color: #fff;
  }
}
.header__entry-btn {
  display: block;
  width: 180px;
  height: 100%;
  background: linear-gradient(90deg, #00B3DB 0%, #3B89DC 51%, #00b3db 100%);
  background-size: 200% auto;
  color: #fff;
  line-height: 70px;
  font-size: 28px;
  text-align: center;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: 0.5s;
}
.header__entry-btn:hover {
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .header__entry-btn {
    display: none;
  }
}

.dropdown.hovered,
.dropdown.hovered .header__top-link {
  cursor: pointer;
  color: #006CD2 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.dropdown.hovered a,
.dropdown.hovered .header__top-link a {
  color: #006CD2 !important;
}
.dropdown.hovered > .angle-down-icon,
.dropdown.hovered .header__top-link > .angle-down-icon {
  color: #006CD2;
  scale: 0.8;
}

.footer {
  width: 100%;
}
.footer__top {
  background-color: #1D1D1D;
  width: 100%;
  padding-top: 58px;
  padding-bottom: 93px;
  height: 308px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .footer__top {
    height: 503px;
    padding-top: 46px;
    padding-right: 51px;
    padding-left: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .footer__top {
    height: 134.1333333333vw;
    padding-top: 12.2666666667vw;
    padding-right: 13.6vw;
    padding-left: 10.6666666667vw;
  }
}
.footer__top-wrapper {
  width: min(95%, 1088px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 308px;
}
@media screen and (max-width: 768px) {
  .footer__top-wrapper {
    height: 100%;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 35px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 414px) {
  .footer__top-wrapper {
    row-gap: 8.5333333333vw;
  }
}
.footer__top-column {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer__top-column {
    width: 50%;
  }
  .footer__top-column.sm-order-2 {
    order: 2;
  }
  .footer__top-column.sm-order-3 {
    order: 3;
  }
  .footer__top-column.sm-order-4 {
    order: 4;
  }
  .footer__top-column.sm-order-5 {
    order: 5;
    margin-top: 13.5px;
  }
}
@media screen and (max-width: 414px) {
  .footer__top-column.sm-order-5 {
    margin-top: 10.1333333333vw;
  }
}
.footer__top-headline {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.0024em;
  margin-bottom: 18px;
}
.footer__top-headline:last-child {
  margin-bottom: 0;
}
.footer__top-headline a {
  color: #fff;
}
.footer__top-headline a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .footer__top-headline {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 414px) {
  .footer__top-headline {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
.footer__top-item {
  position: relative;
  margin-bottom: 14px;
  line-height: 20/14;
}
@media screen and (max-width: 414px) {
  .footer__top-item {
    margin-bottom: 3.7333333333vw;
    height: 6.4vw;
  }
}
.footer__top-item:last-child {
  margin-bottom: 0;
}
.footer__top-link {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 414px) {
  .footer__top-link {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.footer__top-link::after {
  content: "";
  width: 8px;
  height: 1px;
  background: linear-gradient(270deg, #006bdb 0%, #00b3db 100%);
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 414px) {
  .footer__top-link::after {
    top: 2.9333333333vw;
    width: 2.1333333333vw;
  }
}
.footer__top-link:hover {
  opacity: 0.8;
}
.footer__bottom {
  width: 100%;
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom {
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer__bottom-logos {
  width: min(95%, 1115px);
  margin: 0 auto;
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-logos {
    margin-bottom: 0;
    padding-bottom: 42px;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom-logos {
    padding-bottom: 30px;
  }
}
.footer__bottom-xserver-logo-wrapper {
  width: 140px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1100px) {
  .footer__bottom-xserver-logo-wrapper {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-xserver-logo-wrapper {
    display: none;
  }
}
.footer__bottom-xserver-logo-wrapper img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .footer__bottom-xserver-logo-wrapper img {
    height: 100%;
    width: auto;
  }
}
.footer__bottom-logo-and-text {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  width: 388px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-logo-and-text {
    width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom-logo-and-text {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .footer__bottom-logo-and-text {
    flex-direction: column;
    row-gap: 10px;
  }
}
.footer__bottom-small-logo-wrapper {
  width: 104px;
}
.footer__bottom-small-logo-wrapper img {
  width: 100%;
}
.footer__bottom-text {
  color: #1d1d1d;
  font-size: 12px;
  line-height: 1.4166666667;
  width: 271px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .footer__bottom-text {
    width: calc(100% - 121px);
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom-text {
    line-height: 1.4166666667;
    width: calc(100% - 90px);
    word-break: break-all;
  }
}
@media screen and (max-width: 450px) {
  .footer__bottom-text {
    width: 100%;
  }
}
.footer__bottom-links {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  max-width: 95%;
  margin: 0 auto;
  row-gap: 20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__bottom-links {
    margin: 0;
    padding-top: 19px;
    margin-bottom: 53px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .footer__bottom-links {
    margin-bottom: 37px;
  }
}
.footer__bottom-link {
  position: relative;
  font-size: 12px;
  line-height: 1;
  color: #1d1d1d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-right: 23px;
}
@media screen and (max-width: 600px) {
  .footer__bottom-link {
    font-size: 14px;
  }
}
.footer__bottom-link:hover {
  opacity: 0.8;
}
.footer__bottom-link::after {
  width: 10px;
  height: 10px;
  content: "";
  background-image: url("../image/btn_link.svg");
  background-size: contain;
  background-position: top center;
  position: absolute;
  top: 2px;
  right: 3px;
}
.footer__bottom-link.include-icon {
  padding-left: 24px;
}
.footer__bottom-link.include-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: -4px;
  left: 0;
  background-image: url("../image/header_icon_fb.png");
  background-size: cover;
  background-position: top center;
}
.footer__bottom-copy {
  text-align: right;
  color: #1d1d1d;
  line-height: 1;
  font-family: usual, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  width: min(95%, 1115px);
  margin: 0 auto;
  transform: translateY(-100%);
}
@media screen and (max-width: 1020px) {
  .footer__bottom-copy {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-copy {
    text-align: center;
    transform: translateY(0);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
.footer__ta-xserver-logo-wrapper {
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 800px;
  display: none;
}
.footer__ta-xserver-logo-wrapper img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer__ta-xserver-logo-wrapper {
    display: block;
    margin-bottom: 8px;
  }
}
.back-to-top-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  background-image: url("../image/button_top.png");
  background-size: cover;
  right: 50px;
  z-index: 30;
  display: none;
}
.back-to-top-btn:hover {
  opacity: 0.8;
}

.hamburger {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 57, 115, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow-y: auto;
  display: none;
  padding-left: 40.6770833333vw;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 100%;
    background-color: #003973;
    padding-top: 76px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hamburger__bg-change {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  width: 100%;
  background-color: #003973;
}
.hamburger__logo-wrapper {
  width: 16.1458333333vw;
  height: 1.6666666667vw;
  background-image: url("../image/logo_beside_w.svg");
  background-size: contain;
  position: absolute;
  top: 6.5625vw;
  left: 0;
}
.hamburger__logo-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hamburger__logo-wrapper {
    display: none;
  }
}
.hamburger__wrapper {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  width: 100%;
  padding-top: 13.4375vw;
  padding-bottom: 9.375vw;
  width: min(90%, 588px);
  margin: 0 auto;
  background-color: #003973;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .hamburger__wrapper {
    padding-top: 0;
    padding-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.hamburger__headline {
  color: #fff;
  font-size: 1.6666666667vw;
  margin-bottom: 1.5625vw;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hamburger__headline {
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1B5FA6;
    margin-bottom: 0;
    position: relative;
  }
  .hamburger__headline:hover {
    cursor: pointer;
  }
  .hamburger__headline::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #C2D9F2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger__headline::before {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #C2D9F2;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(50%, -50%);
    display: block;
  }
  .hamburger__headline.showing::before {
    display: none;
  }
}
.hamburger__group {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .hamburger__group {
    width: 100%;
  }
}
.hamburger__headline-en {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  opacity: 0.05;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -1px;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .hamburger__headline-en {
    font-size: 14px;
    top: 50%;
    left: 113px;
    transform: translateY(-50%);
  }
}
.hamburger__headline-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger__items {
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .hamburger__items {
    display: none;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    border-bottom: 1px solid #1B5FA6;
  }
}
.hamburger__item {
  margin-bottom: 18px;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}
.hamburger__item:last-child {
  margin-bottom: 0px;
}
.hamburger__item::after {
  content: "";
  width: 8px;
  height: 1px;
  background: linear-gradient(270deg, #006bdb 0%, #00B3DB 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__link {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 1;
  color: #fff;
}
.hamburger__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .hamburger__link {
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    display: block;
  }
}
.hamburger__entry-btn {
  display: none;
  width: 214px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  background: linear-gradient(270deg, #006bdb 0%, #00B3DB 51%, #006bdb 100%);
  background-size: 200% auto;
  transition: 0.5s;
}
.hamburger__entry-btn:hover {
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .hamburger__entry-btn {
    display: block;
  }
}
.hamburger__foreign-items {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.hamburger__foreign-item {
  position: relative;
}
@media screen and (max-width: 375px) {
  .hamburger__foreign-item:nth-child(2n-1) {
    width: 181px;
  }
}
.hamburger__foreign-item.facebook {
  padding-left: 17px;
}
.hamburger__foreign-item.facebook::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../image/header_icon_fb.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.hamburger__foreign-link {
  font-size: 10px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  position: relative;
  padding-right: 19px;
}
.hamburger__foreign-link::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../image/icon_link.png");
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__btn {
  height: 100%;
  width: 70px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger__btn {
    width: 60px;
    margin-left: auto;
  }
}
.hamburger__btn:hover {
  cursor: pointer;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(2) {
  background-color: #030303;
  width: 0;
  transition: 0.3s;
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(1) {
  transform: rotate(45deg);
  transition: 0.3s;
  transform-origin: left;
  top: 22.75px;
  left: 22.75px;
}
@media screen and (max-width: 768px) {
  .hamburger__btn.showing .hamburger__btn-line:nth-child(1) {
    top: 19.5px;
    left: 19.5px;
  }
}
.hamburger__btn.showing .hamburger__btn-line:nth-child(3) {
  bottom: 20.5px;
  left: 22.75px;
  width: 35px;
  transform: rotate(-45deg);
  transition: 0.3s;
  transform-origin: left;
}
@media screen and (max-width: 768px) {
  .hamburger__btn.showing .hamburger__btn-line:nth-child(3) {
    width: 30px;
    bottom: 17px;
    left: 19.5px;
  }
}
.hamburger__btn-line {
  width: 35px;
  height: 2px;
  background-color: #006BDB;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .hamburger__btn-line {
    width: 30px;
  }
}
.hamburger__btn-line:nth-child(1) {
  top: 24.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .hamburger__btn-line:nth-child(1) {
    top: 19px;
  }
}
.hamburger__btn-line:nth-child(2) {
  top: 34.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .hamburger__btn-line:nth-child(2) {
    top: 30px;
  }
}
.hamburger__btn-line:nth-child(3) {
  width: 21px;
  bottom: 23px;
  left: 17.5px;
}
@media screen and (max-width: 768px) {
  .hamburger__btn-line:nth-child(3) {
    width: 15px;
    bottom: 17px;
    left: 15px;
  }
}

.change-block {
  width: 100%;
}
.change-block__header {
  width: 100%;
  height: 61px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.change-block__header::after {
  width: 100%;
  height: 6px;
  content: "";
  background: linear-gradient(90deg, #00E4F7 0%, #00B9EA 48%, #0095DF 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.change-block__btn {
  width: calc(20% - 8px);
  background-color: #CDCDCD;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 16px;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.change-block__btn.showing {
  background: linear-gradient(90deg, #00E4F7 0%, #00B9EA 48%, #0095DF 100%);
}
.change-block__btn:hover {
  cursor: pointer;
}
.change-block__body {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 296px;
  background-color: #fff;
  box-shadow: rgba(0, 108, 210, 0.0705882353) 0px 3px 10px;
}
.change-block__body.pd-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.change-block__content {
  display: none;
}
.change-block__content.showing {
  display: block;
}
.change-block__content-flex {
  display: flex;
}
.change-block__content-flex-image {
  display: flex;
  justify-content: space-between;
  padding-bottom: 42px;
  padding-top: 30px;
  border-bottom: 2.5px dashed #C3CEDB;
}
.change-block__content-flex-image label + p {
  width: calc(100% - 215px);
}
.change-block__content-flex-image:last-child {
  border-bottom: none;
  padding-bottom: 24px;
}
.change-block__content-flex-image:first-child {
  padding-top: 10px;
}
.change-block__content-left {
  padding-right: 50px;
  border-right: 2.5px dashed #C3CEDB;
  padding-top: 10px;
  width: 50%;
}
.change-block__content-left h4 {
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.change-block__content-right {
  padding-left: 50px;
  padding-top: 10px;
  width: 50%;
}
.change-block__content-right h4 {
  font-size: 18px;
  color: #1d1d1d;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.change-block__content p {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  padding-left: 0;
  padding-right: 0;
}
.change-block__content strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.change-block__content label {
  width: 135px;
  height: 33px;
  background: linear-gradient(90deg, #00E4F7 0%, #00B9EA 48%, #0095DF 100%);
  position: relative;
  color: #00B2E8;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
}
.change-block__content label span {
  position: relative;
  z-index: 2;
}
.change-block__content label::after {
  content: "";
  width: 131px;
  height: 29px;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
}
.change-block__content li {
  padding-left: 17px;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 1.75;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.change-block__content li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #00B2E8;
  position: absolute;
  top: 10px;
  left: 0;
}

.other {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .other {
    flex-wrap: wrap;
  }
}
.other__card {
  width: 50%;
  height: 485px;
  z-index: 2;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .other__card {
    width: 100%;
    height: 220px;
  }
}
@media screen and (max-width: 414px) {
  .other__card {
    height: 58.6666666667vw;
  }
}
.other__card-content {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .other__card-content {
    bottom: 50px;
  }
}
.other__card-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 65px;
  position: relative;
  z-index: 2;
  line-height: 1.4583333333;
}
@media screen and (max-width: 768px) {
  .other__card-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .other__card-title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.other__card-title-label {
  font-size: 14px;
  line-height: 1;
  color: #00FFFF;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .other__card-title-label {
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    top: -10px;
  }
}
@media screen and (max-width: 414px) {
  .other__card-title-label {
    font-size: 2.6666666667vw;
    top: -2.6666666667vw;
  }
}
.other__card-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.other__card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: top center;
  transition: 0.4s;
}
.other__card-bg.faq {
  background-image: url("../image/bg_company-info_compan.webp");
}
.other__card-bg.requirements {
  background-image: url("../image/img_philosophy _02.webp");
}
.other__card .more-btn {
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .other__card .more-btn {
    width: 180px;
    height: 45px;
    font-size: 14px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 414px) {
  .other__card .more-btn {
    width: 48vw;
    height: 12vw;
    font-size: 3.7333333333vw;
    padding-top: 3.7333333333vw;
  }
}
.other__card:hover .other__card-bg {
  scale: 1.1;
}
.other__card:hover .more-btn {
  background-color: #fff;
  color: #006CD2;
}
.other__card:hover .more-btn::after {
  background-image: url("../image/button_blue.png");
}

.work-index {
  width: 100%;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
.work-index__title {
  color: #00B2E8;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.work-index__groups {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min(90%, 1088px);
  margin: 0 auto;
  row-gap: 20px;
}
.work-index__group {
  width: 25%;
  min-width: 253px;
  height: 145px;
  padding-top: 18px;
  padding-left: 32px;
  padding-right: 30px;
  border-left: 2.5px dashed #C3CEDB;
}
.work-index__group:last-child {
  border-right: 2.5px dashed #C3CEDB;
}
@media screen and (max-width: 1124px) {
  .work-index__group:nth-child(3) {
    border-right: 2.5px dashed #C3CEDB;
  }
}
@media screen and (max-width: 843px) {
  .work-index__group:nth-child(3) {
    border-right: none;
  }
  .work-index__group:nth-child(2) {
    border-right: 2.5px dashed #C3CEDB;
  }
}
@media screen and (max-width: 843px) {
  .work-index__group:nth-child(3) {
    border-right: none;
  }
  .work-index__group:nth-child(2) {
    border-right: 2.5px dashed #C3CEDB;
  }
}
@media screen and (max-width: 562px) {
  .work-index__group {
    border-left: 2.5px dashed #C3CEDB;
    border-right: 2.5px dashed #C3CEDB;
  }
  .work-index__group:nth-child(3) {
    border-right: 2.5px dashed #C3CEDB;
  }
}
.work-index__group-name {
  color: #1d1d1d;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.work-index__group-name-en {
  font-size: 36px;
  color: #00B2E8;
  opacity: 0.08;
  position: absolute;
  top: -18px;
  left: 0;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.work-index__link {
  font-size: 16px;
  color: #1d1d1d;
  margin-bottom: 10px;
  line-height: 1.375;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.logo-wrapper {
  width: 300px;
  height: 35px;
  position: absolute;
  top: 24px;
  left: 30px;
  z-index: 100;
  background-image: url("../image/logo_beside.svg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .logo-wrapper {
    top: 13px;
    left: 20px;
    width: 102px;
    height: 34px;
    background-image: url("../image/logo_vertical.svg");
    z-index: 101;
  }
}
.logo-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-wrapper.in-white-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .logo-wrapper.in-white-header {
    position: fixed;
  }
}

.common-people__card {
  position: relative;
  width: 368px;
  height: 491px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .common-people__card {
    border-radius: 24px;
    width: 161px;
    height: 232px;
  }
}
.common-people__card:hover {
  cursor: pointer;
}
.common-people__card:hover .common-people__img-wrapper {
  scale: 1.05;
}
.common-people__textarea {
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .common-people__textarea {
    height: 78px;
    padding-top: 4px;
  }
}
.common-people__textarea::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #00B3DB 0%, #3B89DC 100%);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.common-people__name-and-employment {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
  width: 100%;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .common-people__name-and-employment {
    -moz-column-gap: 10px;
         column-gap: 10px;
    top: 11px;
  }
}
.common-people__job {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.3333333333;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 42px;
}
.common-people__job.two-row {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common-people__job.two-row {
    bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .common-people__job.ta-two-row {
    bottom: 11px;
  }
}
.common-people__job.font-12 {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common-people__job.font-12 {
    bottom: 11px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .common-people__job {
    font-size: 13px;
    line-height: 1.4615384615;
    bottom: 21px;
  }
}
.common-people__employment {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .common-people__employment {
    font-size: 10px;
  }
}
.common-people__name {
  color: #fff;
  font-family: usual, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .common-people__name {
    font-size: 10px;
    transform: translateY(2px);
    margin-bottom: 3px;
  }
}
.common-people__name-full {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .common-people__name-full {
    font-size: 10px;
  }
}
.common-people__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.common-people__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-people__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.common-people__category {
  font-size: 12px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  min-width: 136px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 24px;
  padding-left: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .common-people__category {
    font-size: 10px;
    min-width: 70px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.common-people__category.engineer {
  background-color: rgba(95, 74, 238, 0.8);
}
.common-people__category.creative {
  background-color: rgba(242, 133, 37, 0.8);
}
.common-people__category.business {
  background-color: rgba(14, 223, 167, 0.8);
}
.common-people__category.corporate {
  background-color: rgba(235, 59, 136, 0.8);
}
.common-people__category.board {
  background-color: rgba(174, 79, 30, 0.8);
}

.entry-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding-top: 34px;
  box-shadow: rgba(0, 0, 0, 0.0509803922) 0px 5px 5px;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .entry-header {
    height: 50px;
    padding-top: 16px;
  }
}
.entry-header__logo-wrapper {
  height: 32px;
  width: 360px;
  background-image: url("../image/logo_beside.svg");
  background-size: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .entry-header__logo-wrapper {
    height: 17px;
    width: 181px;
  }
}/*# sourceMappingURL=common.css.map */