@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1290px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-page */
.l-page {
  padding: 150px 0 140px;
  padding: 9.375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 5rem 0;
  }
}

/* adopt */
.adopt__header {
  padding: 80px 0;
  padding: 5rem 0;
}

.adopt__inner {
  max-width: 1170px;
  max-width: 73.125rem;
}

.adopt__subtitle {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .adopt__subtitle {
    font-size: 1.5rem;
  }
}

.adopt__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.adopt__items {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .adopt__items {
    margin-top: 5rem;
  }
}

.adopt__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .adopt__item {
    display: block;
    padding-right: 0;
  }
}
.adopt__item + .adopt__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.adopt__item-img {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .adopt__item-img {
    width: 100%;
  }
}

.adopt__item-body {
  width: 38.5%;
}
@media screen and (max-width: 767px) {
  .adopt__item-body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.adopt__item-title {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .adopt__item-title {
    font-size: 1.5rem;
  }
}

.adopt__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* breadcrumb */
.breadcrumb {
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.breadcrumb__inner {
  max-width: 1165px;
  max-width: 72.8125rem;
}

.breadcrumb__item {
  display: inline;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 20px;
  margin-left: 1.25rem;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 11px;
  height: 0.6875rem;
  top: 7px;
  top: 0.4375rem;
  left: -14px;
  left: -0.875rem;
  background: url(../img/common/breadcrumb-arrow.png) no-repeat center/contain;
}
.breadcrumb__item a, .breadcrumb__item span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
.breadcrumb__item a {
  color: #AE272B;
  text-decoration: underline;
}
.breadcrumb__item span {
  color: #333;
}

/* btn */
.btn {
  text-align: left;
  display: block;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #AE272B;
  line-height: 1.2;
  border-radius: 4.5625rem;
  border: 1px solid #6d6d6d;
  border: 0.0625rem solid #6d6d6d;
  padding: 3px 55px 7px;
  padding: 0.1875rem 3.4375rem 0.4375rem;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.btn::after {
  position: absolute;
  content: "";
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.btn:hover {
  opacity: 1;
  background: #AE272B;
  color: #fff;
  border-color: #AE272B;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn:hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.btn:hover span {
  color: #fff;
}
.btn span {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* card */
.card__inner {
  display: block;
}
.card__inner:hover {
  opacity: 1;
}
.card__inner:hover .card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card__inner:hover .card__title {
  color: #AE272B;
}

.card__img {
  width: 100%;
  padding-top: 61.3513513514%;
  overflow: hidden;
  position: relative;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__body {
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .card__body {
    padding-right: 0;
  }
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.card__date {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 70px;
  min-width: 4.375rem;
}

.card__category span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #071C35;
  border-radius: 1.25rem;
  padding: 2px 16px;
  padding: 0.125rem 1rem;
}

.card__title {
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.card__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card__text {
    margin-top: 0.9375rem;
  }
}

/* cards */
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 5px;
  gap: 2.5rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .cards {
    display: block;
  }
}

.cards__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 0.20833rem);
          flex: 0 1 calc(33.333% - 0.20833rem);
}
@media screen and (max-width: 767px) {
  .cards__item + .cards__item {
    margin-top: 2.8125rem;
  }
}

/* category */
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 12px;
  gap: 0.75rem 0.75rem;
}
.category a {
  text-align: center;
  display: inline-block;
  min-width: 88px;
  min-width: 5.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
  border: 1px solid #071C35;
  border: 0.0625rem solid #071C35;
  border-radius: 1.25rem;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.category a.current {
  color: #fff;
  background: #071C35;
  pointer-events: none;
}
.category a:hover {
  opacity: 1;
  color: #fff;
  background: #071C35;
}

/* cta */
.cta {
  display: none;
  position: fixed;
  right: 45px;
  right: 2.8125rem;
  bottom: 25px;
  bottom: 1.5625rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .cta {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.25rem;
  }
}
.cta a {
  display: block;
  width: 400px;
  width: 25rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 6.25rem;
  padding: 17px 40px;
  padding: 1.0625rem 2.5rem;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  .cta a {
    text-align: center;
    width: 21.25rem;
    font-size: 1rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
}
.cta a::after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 42px;
  right: 2.625rem;
  background: url(../img/common/arrow-icon_white.png) no-repeat center/cover;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .cta a::after {
    width: 1.5rem;
    height: 1.5rem;
    right: 3.75rem;
  }
}
.cta a:hover {
  opacity: 1;
  background: #fff;
}

.cta--students a {
  background: #AE272B;
}
.cta--students a:hover {
  border-color: #AE272B;
  color: #AE272B;
}
.cta--students a:hover::after {
  background: url(../img/common/arrow-icon_red.png) no-repeat center/cover;
}

.cta--professional a {
  background: #2740AE;
}
.cta--professional a:hover {
  border-color: #2740AE;
  color: #2740AE;
}
.cta--professional a:hover::after {
  background: url(../img/common/arrow-icon_blue.png) no-repeat center/cover;
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 700px;
  width: 43.75rem;
  max-width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 25px 40px 100px;
  padding: 1.25rem 1.5625rem 2.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .drawer {
    padding: 0.375rem 0.375rem 2.5rem;
  }
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.drawer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .drawer__btns {
    display: block;
    margin-top: 6.25rem;
  }
}

.drawer__btn:first-child a {
  background: #fff;
}
.drawer__btn:first-child a::after {
  background: url(../img/common/arrow-icon_black.png) no-repeat center/contain;
}
.drawer__btn:first-child a:hover {
  color: #fff;
  background: #000;
}
.drawer__btn:first-child a:hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.drawer__btn:nth-child(2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .drawer__btn:nth-child(2) {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.drawer__btn:nth-child(2) a {
  background: #000;
  color: #fff;
}
.drawer__btn:nth-child(2) a::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.drawer__btn:nth-child(2) a:hover {
  color: #000;
  background: #fff;
}
.drawer__btn:nth-child(2) a:hover::after {
  background: url(../img/common/arrow-icon_black.png) no-repeat center/contain;
}
.drawer__btn a {
  display: block;
  width: 191px;
  width: 11.9375rem;
  max-width: 100%;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  border-radius: 3.9375rem;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
  padding: 7px 30px 10px;
  padding: 0.4375rem 1.875rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer__btn a {
    width: 17.375rem;
    margin: 0 auto;
    padding: 0.4375rem 3.125rem 0.625rem;
  }
}
.drawer__btn a::after {
  position: absolute;
  content: "";
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  right: 0.625rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .drawer__btn a::after {
    right: 1.4375rem;
  }
}
.drawer__btn a:hover {
  opacity: 1;
}
.drawer__btn a span {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.drawer__close {
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background: url(../img/common/close-icon.png) no-repeat center/contain;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .drawer__close {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0.625rem;
  }
}
.drawer__close:hover {
  opacity: 1;
}

.drawer__content {
  width: 500px;
  width: 31.25rem;
  max-width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .drawer__content {
    width: 18.75rem;
    margin: 1.5625rem auto 0;
  }
}

.drawer__item {
  border-bottom: 1px solid #E9E9E9;
  border-bottom: 0.0625rem solid #E9E9E9;
}
.drawer__item + .drawer__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .drawer__item + .drawer__item {
    margin-top: 0.75rem;
  }
}
.drawer__item a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .drawer__item a {
    font-size: 0.75rem;
  }
}
.drawer__item a::before, .drawer__item a::after {
  position: absolute;
  content: "";
}
.drawer__item a::after {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  right: 0.5rem;
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .drawer__item a::after {
    width: 1.125rem;
    height: 1.125rem;
    right: 0.25rem;
  }
}
.drawer__item a:hover {
  opacity: 1;
  color: #AE272B;
}
.drawer__item a span {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .drawer__item a span {
    font-size: 1rem;
  }
}

.drawer__subitems {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .drawer__subitems {
    margin-top: 0;
  }
}

.drawer__subitem a {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 42px 10px 35px;
  padding: 0.625rem 2.625rem 0.625rem 2.1875rem;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .drawer__subitem a {
    font-size: 0.875rem;
    padding: 0.4375rem 2.625rem 0.4375rem 2.1875rem;
  }
}
.drawer__subitem a::before, .drawer__subitem a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer__subitem a::before {
  position: absolute;
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  background: #000;
}
.drawer__subitem a::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  right: 0;
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
.drawer__subitem a:hover {
  opacity: 1;
  color: #AE272B;
}

/* en */
.en .btn {
  padding: 13px 55px;
  padding: 0.8125rem 3.4375rem;
}
.en .header__btn a {
  padding: 17px 30px;
  padding: 1.0625rem 1.875rem;
}
.en .header__btn span {
  margin-bottom: 0;
}
.en .drawer__btn a {
  padding: 17px 30px;
  padding: 1.0625rem 1.875rem;
}
.en .drawer__btn span {
  margin-bottom: 0;
}
.en .data__item-text span.number, .en .data__item-list-text span.number {
  font-weight: 200;
}
.en .data__item01 .data__item-text {
  font-weight: 400;
  letter-spacing: -0.05em;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.en .data__item01 .data__item-text span {
  text-align: center;
  display: block;
  margin-left: 0;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.en .data__item02 {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.en .data__item02 .data__item-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.en .data__item02 .data__item-units {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.en .data__item02 .data__item-unit:nth-child(2) .data__item-text {
  text-align: left;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  margin: -30px auto 0;
  margin: -1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .en .data__item02 .data__item-unit:nth-child(2) .data__item-text {
    width: 12.5rem;
    margin: 0 auto;
  }
}
.en .data__item02 .data__item-unit:nth-child(2) .data__item-icon {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.en .data__item03 .data__item-text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.en .data__item04 .data__item-text {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .en .data__item04 .data__item-text {
    margin-top: 3.125rem;
  }
}
.en .data__item04 .data__item-text span.number {
  font-style: normal;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .en .data__item04 .data__item-text span.number {
    font-size: 4.375rem;
  }
}
.en .data__item04 .data__item-icon {
  margin-top: 0;
}
.en .data__item05 .data__item-text {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .en .data__item05 .data__item-text {
    font-size: 4.375rem;
    margin-top: 1.25rem;
  }
}
.en .data__item06 .data__item-list-item {
  font-family: "Roboto", sans-serif;
}
.en .data__item06 .data__item-list-title {
  letter-spacing: -0.05em;
  font-weight: 400;
}
.en .data__item06 .data__item-list-text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.05em;
  font-weight: 400;
}
.en .data__item07 .data__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .en .data__item07 .data__item-text {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .en .data__item09 {
    padding: 1.25rem 0.9375rem;
  }
}
.en .data__item09 .data__item-list-title {
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .en .data__item09 .data__item-list-title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .en .data__item09 .data__item-list-text {
    margin-left: 0.625rem;
  }
}
.en .data__item10, .en .data__item11, .en .data__item12 {
  padding: 27px 20px 15px;
  padding: 1.6875rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .en .data__item10, .en .data__item11, .en .data__item12 {
    padding: 1.25rem 0.9375rem;
  }
  .en .data__item10 .data__item-title span, .en .data__item11 .data__item-title span, .en .data__item12 .data__item-title span {
    font-size: 0.875rem;
  }
}
.en .data__item10 .data__item-icon {
  top: 60px;
  top: 3.75rem;
}
.en .data__item10 .data__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  margin-left: -30px;
  margin-left: -1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .en .data__item10 .data__item-text {
    font-size: 1.375rem;
    margin-left: 0;
  }
}
.en .data__item10 .data__item-text span.number {
  letter-spacing: -0.1em;
}
.en .data__item11 .data__item-icon {
  top: 75px;
  top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .en .data__item11 .data__item-icon {
    top: 3.75rem;
  }
}
.en .data__item11 .data__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .en .data__item11 .data__item-text {
    font-size: 1.375rem;
    margin-left: 1.25rem;
  }
}
.en .data__item11 .data__item-subtext {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.en .data__item12 .data__item-icon {
  top: 75px;
  top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .en .data__item12 .data__item-icon {
    top: 3.75rem;
  }
}
.en .data__item12 .data__item-text {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .en .data__item12 .data__item-text {
    font-size: 1.25rem;
  }
}
.en .data__item12 .data__item-subtext {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0;
}
.en .recruit__data-item-text span.number {
  font-weight: 200;
}
.en .recruit__data-item-title span {
  font-size: 16px;
  font-size: 1rem;
}
.en .recruit__data-item01 {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.en .recruit__data-item01 .recruit__data-item-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.en .recruit__data-item01 .recruit__data-item-unit:nth-child(2) .recruit__data-item-icon {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.en .recruit__data-item01 .recruit__data-item-unit:nth-child(2) .recruit__data-item-text {
  text-align: left;
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
  margin: -30px auto 0;
  margin: -1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .en .recruit__data-item01 .recruit__data-item-unit:nth-child(2) .recruit__data-item-text {
    margin: 0 auto;
  }
}
.en .recruit__data-item02 .recruit__data-item-text {
  margin-top: 70px;
  margin-top: 4.375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .en .recruit__data-item02 .recruit__data-item-text {
    margin-top: 3.125rem;
  }
}
.en .recruit__data-item02 .recruit__data-item-text span:first-of-type {
  font-size: 70px;
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 300;
}
.en .recruit__data-item02 .recruit__data-item-icon {
  margin-top: 0;
}
.en .recruit__data-item03 .recruit__data-item-text {
  font-weight: 300;
}
.en .fv--recruitment .fv__body {
  padding-bottom: 0;
}
.en .requirements {
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .en .requirements {
    padding-bottom: 5rem;
  }
}
.en .students .requirements__tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.15625rem);
          flex: 0 1 calc(50% - 0.15625rem);
}
.en .professional .requirements__tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

/* entry */
.entry {
  background: #EDEDED;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 5rem 0;
  }
}

.entry__inner {
  max-width: 1060px;
  max-width: 66.25rem;
}

.entry__header {
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .entry__header {
    padding: 0;
  }
}

.entry__content {
  background: #fff;
  padding: 40px 130px 90px;
  padding: 2.5rem 8.125rem 5.625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .entry__content {
    padding: 1.25rem 1.25rem 3.75rem;
    margin-top: 2.5rem;
  }
}

.entry__form .form__items {
  margin-top: 0;
}
.entry__form .form__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .entry__form .form__item {
    margin-top: 2.5rem;
  }
}

/* fade */
.fade {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-down.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* fnav */
.fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
  gap: 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .fnav__items {
    display: block;
  }
}

.fnav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.9375rem);
          flex: 0 1 calc(50% - 0.9375rem);
}
@media screen and (max-width: 767px) {
  .fnav__item + .fnav__item {
    margin-top: 1.875rem;
  }
}
.fnav__item a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  border-bottom: 1px solid #6A7786;
  border-bottom: 0.0625rem solid #6A7786;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fnav__item a {
    font-size: 1rem;
    padding-bottom: 0.3125rem;
    line-height: 2;
  }
}
.fnav__item a::before, .fnav__item a::after {
  position: absolute;
  content: "";
}
.fnav__item a::before {
  width: 18px;
  width: 1.125rem;
  height: 1px;
  height: 0.0625rem;
  background: #B5BBC2;
  right: 0;
  bottom: -1px;
  bottom: -0.0625rem;
}
@media screen and (max-width: 767px) {
  .fnav__item a::before {
    width: 2.125rem;
  }
}
.fnav__item a::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  right: 0;
  top: 0;
  background: url(../img/common/gray-arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .fnav__item a::after {
    top: 0.5rem;
    right: 0.3125rem;
  }
}

/* footer */
.footer__content {
  background: #071C35;
  padding: 85px 0 40px;
  padding: 5.3125rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 4.375rem 0 5.9375rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 140px;
  padding-right: 8.75rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__logos {
    margin-top: 5rem;
  }
}

.footer__logo {
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 12.5rem;
  }
}

.footer__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.footer__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .footer__units {
    display: block;
    margin-top: 0;
  }
}

.footer__unit:first-child .footer__unit-logo {
  width: 92px;
  width: 5.75rem;
}
@media screen and (max-width: 767px) {
  .footer__unit:first-child .footer__unit-logo {
    width: 5.3125rem;
  }
}
.footer__unit:first-child .footer__sns {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__unit:first-child .footer__sns {
    margin-top: 1.25rem;
  }
}
.footer__unit:nth-child(2) {
  margin-left: 34px;
  margin-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .footer__unit:nth-child(2) {
    margin-left: 0;
    margin-top: 3.75rem;
  }
}
.footer__unit:nth-child(2) .footer__unit-logo {
  width: 166px;
  width: 10.375rem;
}
@media screen and (max-width: 767px) {
  .footer__unit:nth-child(2) .footer__unit-logo {
    width: 8.75rem;
  }
}
.footer__unit:nth-child(2) .footer__sns {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer__unit-logo {
  max-width: 100%;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__sns-item + .footer__sns-item {
  margin-left: 18px;
  margin-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__sns-item + .footer__sns-item {
    margin-left: 0.75rem;
  }
}
.footer__sns-item a {
  display: block;
  width: 40px;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__sns-item a {
    width: 2.8125rem;
  }
}

.footer__nav {
  width: 390px;
  width: 24.375rem;
  max-width: 100%;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    width: 100%;
  }
}

.footer__bottom {
  padding: 22px 0 28px;
  padding: 1.375rem 0 1.75rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding: 0.75rem 0 1.375rem;
  }
}

.footer__bottom-inner {
  max-width: 1150px;
  max-width: 71.875rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link + .footer__link {
  margin-left: 55px;
  margin-left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .footer__link + .footer__link {
    margin-left: 2.8125rem;
  }
}
.footer__link a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer__link a {
    text-decoration: underline;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 3rem;
  }
}

/* form */
.form__lead {
  text-align: center;
  color: #333;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .form__items {
    margin-top: 3.75rem;
  }
}

.form__item {
  width: 100%;
}
.form__item + .form__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 2.5rem;
  }
}

.form__item--half {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .form__item--half {
    width: 47%;
  }
}

.form__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__item-label label {
  display: inline-block;
  font-weight: 700;
}
.form__item-label span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.form__item-label span.required {
  background: #AE272B;
}
.form__item-label span.optional {
  background: #747474;
}

.form__item-input {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
.form__item-input input[type=text], .form__item-input input[type=email], .form__item-input input[type=tel], .form__item-input textarea {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  background: #F3F3F3;
  border-radius: 0.25rem;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #999;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #999;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #999;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input textarea::placeholder {
  color: #999;
}
.form__item-input input[type=text], .form__item-input input[type=email], .form__item-input input[type=tel] {
  height: 60px;
  height: 3.75rem;
}
.form__item-input textarea {
  resize: none;
  height: 263px;
  height: 16.4375rem;
}
.form__item-input select {
  width: 100%;
  height: 60px;
  height: 3.75rem;
  background: url(../img/common/select-icon.png) no-repeat center right 12px/16px;
  background: url(../img/common/select-icon.png) no-repeat center right 0.75rem/1rem;
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
}
.form__item-input select.active {
  color: #999;
}

.form__text {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #595959;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.form__select {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
  background: #F3F3F3;
}
.form__select .wpcf7-not-valid-tip {
  display: none;
}

.form__birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  gap: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__birthday {
    gap: 0 0.625rem;
  }
  .form__birthday .form__select {
    width: 5.625rem;
  }
}

.form__check label {
  display: inline-block;
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__check label {
    margin-bottom: 0.3125rem;
  }
}
.form__check .wpcf7-not-valid-tip {
  display: none;
}
.form__check .wpcf7-list-item {
  margin-left: 0;
}
.form__check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}
.form__check input[type=checkbox] + span::before, .form__check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__check input[type=checkbox] + span::before {
  display: block;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #999;
  border: 0.0625rem solid #999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.form__check input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 8px;
  height: 0.5rem;
  width: 13px;
  width: 0.8125rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 4px;
  left: 0.25rem;
  top: 7px;
  top: 0.4375rem;
}
.form__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__tel span {
  width: 98px;
  width: 6.125rem;
}
.form__tel span:not(:first-of-type) {
  margin-left: 24px;
  margin-left: 1.5rem;
  position: relative;
}
.form__tel span:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 1px;
  height: 0.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -16px;
  left: -1rem;
  background: #000;
}

.form__file {
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
}
.form__file .wpcf7-not-valid-tip {
  display: none;
}
.form__file label {
  display: inline-block;
}
.form__file input[type=file] {
  display: none;
}

.form__file-btn {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  border-radius: 2.8125rem;
  background: #AE272B;
  padding: 6px 25px;
  padding: 0.375rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .form__file-btn {
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
  }
}

.form__file-text {
  font-weight: 500;
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .form__file-text {
    display: block;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.form__privacy {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
  }
}
.form__privacy .wpcf7-list-item {
  margin-left: 0;
}
.form__privacy input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}
.form__privacy input[type=checkbox] + span::before, .form__privacy input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__privacy input[type=checkbox] + span::before {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid #999;
  border: 0.0625rem solid #999;
  left: 0;
  top: 5px;
  top: 0.3125rem;
}
.form__privacy input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 8px;
  height: 0.5rem;
  width: 13px;
  width: 0.8125rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 4px;
  left: 0.25rem;
  top: 9px;
  top: 0.5625rem;
}
.form__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form__privacy a {
  color: #2A73B6;
  text-decoration: underline;
}

.form__btn-wrapper {
  width: 253px;
  width: 15.8125rem;
  max-width: 100%;
  border-radius: 3.125rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.form__btn {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #AE272B;
  border: 1px solid #AE272B;
  border: 0.0625rem solid #AE272B;
  background: url(../img/common/arrow-icon_red02.png) no-repeat center right 14px/18px;
  background: url(../img/common/arrow-icon_red02.png) no-repeat center right 0.875rem/1.125rem;
  border-radius: 3.125rem;
  padding: 5px 10px 5px 0;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  .form__btn {
    font-size: 1rem;
    padding: 0.4375rem 0.625rem 0.4375rem 0;
  }
}

.form__confirm .form__btn {
  color: #ddd;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  pointer-events: none;
  background: none;
}
.form__confirm .form__btn.active {
  color: #AE272B;
  border-color: #AE272B;
  background: url(../img/common/arrow-icon_red02.png) no-repeat center right 14px/18px;
  background: url(../img/common/arrow-icon_red02.png) no-repeat center right 0.875rem/1.125rem;
  pointer-events: unset;
}

.form__confirm, .form__submit {
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}

.form__back-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.form__back {
  text-align: center;
  font-weight: 500;
  color: #2A73B6;
  text-decoration: underline;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -3em;
}

.form__confirm-area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* fv */
.fv {
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: 2.5rem;
  }
}

.fv__wrapper {
  max-width: 1165px;
  max-width: 72.8125rem;
}

.fv--data {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .fv--data {
    padding-bottom: 2.5rem;
  }
}
.fv--data .fv__body {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .fv--data .fv__body {
    padding-bottom: 0;
  }
}
.fv--data .fv__img {
  height: 600px;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .fv--data .fv__img {
    height: auto;
  }
}

.fv--recruitment {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .fv--recruitment {
    padding-bottom: 2.5rem;
  }
}
.fv--recruitment .fv__body {
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .fv--recruitment .fv__body {
    padding-bottom: 0;
    margin-top: 2.5rem;
  }
}
.fv--recruitment .fv__img {
  height: 600px;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .fv--recruitment .fv__img {
    height: auto;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    display: block;
  }
}

.fv__img {
  width: 56vw;
  height: 440px;
  height: 27.5rem;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
  }
}
.fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv__img img {
    height: 16.875rem;
  }
}

@media screen and (max-width: 767px) {
  .fv__body {
    margin-top: 1.25rem;
  }
}

.fv__subtitle {
  font-family: "Marcellus", serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #C3BFBF;
  letter-spacing: 0.04em;
}

.fv__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.fv__btn {
  position: absolute;
  bottom: -70px;
  bottom: -4.375rem;
  right: -130px;
  right: -8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 620px;
  width: 38.75rem;
  max-width: 100%;
  font-family: "Marcellus", serif;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.04em;
  background: #fff;
  border-radius: 6.25rem;
  padding: 30px 90px;
  padding: 1.875rem 5.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 1400px) {
  .fv__btn {
    right: -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn {
    width: 25rem;
    right: unset;
    bottom: unset;
    top: 13.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.875rem;
    padding: 0.9375rem 1.5625rem;
  }
}
.fv__btn::after {
  position: absolute;
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  right: 90px;
  right: 5.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .fv__btn::after {
    width: 1.875rem;
    height: 1.875rem;
    right: 1.25rem;
  }
}
.fv__btn:hover {
  opacity: 1;
  color: #fff;
  background: #AE272B;
}
.fv__btn:hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.fv__btn:hover span {
  background: #fff;
  color: #AE272B;
}
.fv__btn span {
  text-align: center;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 2.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: #AE272B;
  letter-spacing: 0;
  margin-left: 45px;
  margin-left: 2.8125rem;
  padding: 3px 14px;
  padding: 0.1875rem 0.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .fv__btn span {
    font-size: 0.8125rem;
    margin-left: 0.9375rem;
  }
}

.fv__btn--blue::after {
  background: url(../img/common/arrow-icon_blue.png) no-repeat center/contain;
}
.fv__btn--blue span {
  background: #2740AE;
}
.fv__btn--blue:hover {
  background: #2740AE;
}
.fv__btn--blue:hover span {
  color: #2740AE;
}

/* gnav */
.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__item a {
  display: inline-block;
  padding: 10px 0;
  padding: 0.625rem 0;
}

/* hamburger */
.hamburger {
  display: block;
  z-index: 10;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  cursor: pointer;
  margin-left: 10px;
  margin-left: 0.625rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 3.75rem;
    height: 3.75rem;
    margin-left: 0;
  }
}

.hamburger__border {
  display: block;
  position: absolute;
  height: 2px;
  height: 0.125rem;
  left: 15px;
  left: 0.9375rem;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  width: 35px;
  width: 2.1875rem;
  top: 30px;
  top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .hamburger__border:nth-child(1) {
    width: 1.875rem;
    top: 1.25rem;
  }
}
.hamburger__border:nth-child(2) {
  width: 20px;
  width: 1.25rem;
  top: 40px;
  top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .hamburger__border:nth-child(2) {
    width: 0.9375rem;
    top: 1.875rem;
  }
}
.hamburger__border:nth-child(3) {
  width: 35px;
  width: 2.1875rem;
  top: 50px;
  top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .hamburger__border:nth-child(3) {
    width: 1.875rem;
    top: 2.5rem;
  }
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  height: 5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.75rem;
  }
}
.header.active {
  background: rgba(255, 255, 255, .5);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding-left: 32px;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 1.5625rem;
  }
}

.header__logo {
  width: 36px;
  width: 2.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 1.625rem;
  }
}
.header__logo a {
  display: block;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btn:first-child a {
  background: #fff;
}
.header__btn:first-child a::after {
  background: url(../img/common/arrow-icon_black.png) no-repeat center/contain;
}
.header__btn:first-child a:hover {
  color: #fff;
  background: #000;
}
.header__btn:first-child a:hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.header__btn:nth-child(2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.header__btn:nth-child(2) a {
  background: #000;
  color: #fff;
}
.header__btn:nth-child(2) a::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.header__btn:nth-child(2) a:hover {
  color: #000;
  background: #fff;
}
.header__btn:nth-child(2) a:hover::after {
  background: url(../img/common/arrow-icon_black.png) no-repeat center/contain;
}
.header__btn a {
  display: block;
  width: 191px;
  width: 11.9375rem;
  max-width: 100%;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  border-radius: 3.9375rem;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
  padding: 7px 30px 10px;
  padding: 0.4375rem 1.875rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, transform 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s, transform 0.3s, -webkit-transform 0.3s;
  position: relative;
}
.header__btn a::after {
  position: absolute;
  content: "";
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  right: 0.625rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header__btn a:hover {
  opacity: 1;
}
.header__btn a span {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__language {
  display: inline-block;
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  margin-left: 18px;
  margin-left: 1.125rem;
  padding: 2px 9px;
  padding: 0.125rem 0.5625rem;
}
@media screen and (max-width: 767px) {
  .header__language {
    font-size: 1rem;
    margin-left: auto;
  }
}
.header__language a {
  display: inline-block;
}

/* interview-card */
.interview-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .interview-card__inner {
    display: block;
  }
}
.interview-card__inner:hover {
  opacity: 1;
}
.interview-card__inner:hover .interview-card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.interview-card__inner:hover .interview-card__btn {
  background: #AE272B;
  color: #fff;
  border-color: #AE272B;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.interview-card__inner:hover .interview-card__btn::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.interview-card__inner:hover .interview-card__btn span {
  color: #fff;
}

.interview-card__img-wrapper {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .interview-card__img-wrapper {
    width: 100%;
  }
}

.interview-card__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}
.interview-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.interview-card__body {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 88px 30px 100px;
  padding: 1.75rem 5.5rem 1.875rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .interview-card__body {
    width: 100%;
    display: block;
    padding: 1.875rem 1.25rem;
  }
}

.interview-card__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview-card__title {
    font-size: 1rem;
  }
}

.interview-card__category {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview-card__category {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.interview-card__year, .interview-card__department {
  font-size: 14px;
  font-size: 0.875rem;
}

.interview-card__department {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.interview-card__btn {
  pointer-events: none;
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .interview-card__btn {
    margin: 2.5rem auto 0;
    padding-left: 1.875rem;
  }
}

/* interview */
.interview {
  background: #F4F5F7;
  padding: 80px 0;
  padding: 5rem 0;
}

.interview__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.interview__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .interview__cards {
    margin-top: 2.5rem;
  }
}

.interview__card + .interview__card {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* join */
.join {
  background: #eee;
  padding: 85px 0;
  padding: 5.3125rem 0;
}
@media screen and (max-width: 767px) {
  .join {
    padding: 3.75rem 0;
  }
}

.join__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 65px;
  padding-left: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .join__inner {
    display: block;
    padding-left: 0;
  }
}

.join__body {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .join__body {
    padding-top: 0;
  }
}

.join__text {
  font-weight: 700;
  line-height: 2;
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .join__text {
    margin-top: 2.5rem;
  }
}

.join__btns {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .join__btns {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.join__btn + .join__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.join__btn:first-child a::after {
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
.join__btn:first-child a:hover {
  background: #AE272B;
}
.join__btn:first-child a:hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.join__btn:first-child a:hover span {
  color: #AE272B;
}
.join__btn:first-child span {
  background: #AE272B;
}
.join__btn:nth-child(2) a::after {
  background: url(../img/common/arrow-icon_blue.png) no-repeat center/contain;
}
.join__btn:nth-child(2) a:hover {
  background: #2740AE;
}
.join__btn:nth-child(2) a:hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.join__btn:nth-child(2) a:hover span {
  color: #2740AE;
}
.join__btn:nth-child(2) span {
  background: #2740AE;
}
.join__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 620px;
  width: 38.75rem;
  max-width: 100%;
  font-family: "Marcellus", serif;
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.04em;
  background: #fff;
  border-radius: 6.25rem;
  padding: 30px 90px;
  padding: 1.875rem 5.625rem;
  position: relative;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .join__btn a {
    font-size: 1.875rem;
    padding: 0.9375rem 1.5625rem;
  }
}
.join__btn a::after {
  position: absolute;
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  right: 90px;
  right: 5.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .join__btn a::after {
    width: 1.875rem;
    height: 1.875rem;
    right: 1.25rem;
  }
}
.join__btn a:hover {
  opacity: 1;
  color: #fff;
}
.join__btn a:hover span {
  background: #fff;
}
.join__btn span {
  text-align: center;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 2.875rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  margin-left: 45px;
  margin-left: 2.8125rem;
  padding: 3px 14px;
  padding: 0.1875rem 0.875rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .join__btn span {
    font-size: 0.8125rem;
    margin-left: 0.9375rem;
  }
}

/* link */
.link {
  display: block;
  width: 322px;
  width: 20.125rem;
  max-width: 100%;
  border-radius: 4.5625rem;
  border: 1px solid #6D6D6D;
  border: 0.0625rem solid #6D6D6D;
  padding: 16px 56px;
  padding: 1rem 3.5rem;
  position: relative;
}
.link::after {
  position: absolute;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  right: 1.75rem;
  background: url(../img/common/link-icon.png) no-repeat center/contain;
}

/* main */
.main {
  overflow: hidden;
}

/* menu */
.menu {
  padding: 42px 0;
  padding: 2.625rem 0;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 0.3125rem 0;
  }
  .menu .l-inner {
    padding: 0;
  }
}

.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  gap: 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .menu__items {
    display: block;
  }
}

.menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.15625rem);
          flex: 0 1 calc(50% - 0.15625rem);
}
@media screen and (max-width: 767px) {
  .menu__item + .menu__item {
    margin-top: 0.3125rem;
  }
}

.menu__item-inner {
  display: block;
  width: 100%;
  background: #F8F8F8;
  padding: 80px 50px;
  padding: 5rem 3.125rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .menu__item-inner {
    padding: 2.8125rem 3.125rem 2.5rem;
  }
}
.menu__item-inner:hover {
  opacity: 1;
  color: #fff;
  background: #AE272B;
}

.menu__item-subtitle {
  font-family: "Marcellus", serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .menu__item-subtitle {
    font-size: 1.875rem;
  }
}

.menu__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .menu__item-title {
    font-size: 0.875rem;
  }
}

/* mv */
.mv {
  padding: 100px 0 50px;
  padding: 6.25rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-bottom: 2.5rem;
  }
}

.mv__inner {
  max-width: 1165px;
  max-width: 72.8125rem;
}

.mv__subtitle {
  font-family: "Marcellus", serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #C3BFBF;
}

.mv__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* pagination */
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 3px;
  gap: 0.1875rem 0.1875rem;
}
.pagination li a, .pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  width: 2.75rem;
  min-width: 44px;
  min-width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.pagination li a:hover {
  opacity: 1;
  color: #AE272B;
}
.pagination li .current {
  border-radius: 50%;
  border: 1px solid #333;
  border: 0.0625rem solid #333;
}
.pagination li .prev, .pagination li .next {
  font-family: "Marcellus", serif;
  letter-spacing: 0.04em;
  width: unset;
  min-width: unset;
  height: unset;
}
.pagination li .prev {
  background: url(../img/common/prev-icon.png) no-repeat center left/15px;
  background: url(../img/common/prev-icon.png) no-repeat center left/0.9375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin-right: 50px;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .pagination li .prev {
    margin-right: 1.875rem;
  }
}
.pagination li .next {
  background: url(../img/common/next-icon.png) no-repeat center right/15px;
  background: url(../img/common/next-icon.png) no-repeat center right/0.9375rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  margin-left: 50px;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .pagination li .next {
    margin-left: 1.875rem;
  }
}

/* post */
.post__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.post__date-wrapper {
  text-align: right;
}

.post__date {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

.post__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.post__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .post__text {
    font-size: 0.9375rem;
  }
}

.post__img {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.post__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  border-bottom: 2px solid #999;
  border-bottom: 0.125rem solid #999;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.post__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 4px solid #999;
  border-left: 0.25rem solid #999;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.post__content h4, .post__content h5, .post__content h6 {
  font-size: 16px;
  font-size: 1rem;
}
.post__content p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content p span {
  text-decoration-thickness: 5px !important;
  text-decoration-thickness: 0.3125rem !important;
  -webkit-text-decoration-color: #F9E479 !important;
          text-decoration-color: #F9E479 !important;
  text-underline-offset: -3px !important;
  text-underline-offset: -0.1875rem !important;
}
.post__content p a {
  color: #034495;
  text-decoration: underline;
}
.post__content figure:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content img {
  margin: 0 auto;
}
.post__content table th {
  background: #F7F7F7;
}
.post__content table th, .post__content table td {
  vertical-align: top;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
}
.post__content table th:first-child, .post__content table td:first-child {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .post__content table th:first-child, .post__content table td:first-child {
    width: 35%;
  }
}
.post__content .wp-block-table .has-fixed-layout {
  width: 712px;
  width: 44.5rem;
  max-width: 100%;
}
.post__content .wp-block-table thead {
  border-bottom: none;
}
.post__content ol {
  padding-left: 1em;
  list-style: unset;
}
.post__content ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content ol.has-bg {
  background: #F7F7F7;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .post__content ol.has-bg {
    padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  }
}
.post__content ol li {
  list-style-type: decimal;
  padding-left: 0.5em;
}
.post__content ul:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content ul.has-bg {
  background: #F7F7F7;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .post__content ul.has-bg {
    padding: 1.25rem 1.25rem 1.25rem 0.9375rem;
  }
}
.post__content ul li {
  padding-left: 1.5em;
  position: relative;
}
.post__content ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.post__content li {
  line-height: 1.3;
}
.post__content li:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.post__content .wp-block-quote {
  width: 712px;
  width: 44.5rem;
  max-width: 100%;
  line-height: 1.2;
  padding: 25px 50px 45px;
  padding: 1.5625rem 3.125rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post__content .wp-block-quote {
    padding: 1.25rem 2.5rem 1.875rem;
  }
}
.post__content .wp-block-quote::before, .post__content .wp-block-quote::after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .post__content .wp-block-quote::before, .post__content .wp-block-quote::after {
    width: 1.5625rem;
    height: 3.125rem;
  }
}
.post__content .wp-block-quote::before {
  left: 0;
  top: 0;
  background: url(../img/common/quote-icon01.png) no-repeat center/contain;
}
.post__content .wp-block-quote::after {
  right: 0;
  bottom: 0;
  background: url(../img/common/quote-icon02.png) no-repeat center/contain;
}
.post__content .wp-block-quote:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.post__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .post__footer {
    margin-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}

.post__prev a, .post__next a {
  display: inline-block;
  font-family: "Marcellus", serif;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post__prev a:hover, .post__next a:hover {
  opacity: 1;
  color: #AE272B;
}

.post__prev a {
  background: url(../img/common/prev-icon.png) no-repeat center left/15px;
  background: url(../img/common/prev-icon.png) no-repeat center left/0.9375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.post__next a {
  background: url(../img/common/next-icon.png) no-repeat center right/15px;
  background: url(../img/common/next-icon.png) no-repeat center right/0.9375rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

/* recruit-img */
@media screen and (max-width: 767px) {
  .recruit-img img {
    min-height: 12.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* recruitment */
.recruitment {
  padding: 80px 0;
  padding: 5rem 0;
}

.recruitment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruitment__header {
    display: block;
  }
}

.recruitment__text {
  width: 713px;
  width: 44.5625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruitment__text {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.recruitment__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  gap: 0 0.3125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruitment__imgs {
    display: block;
  }
}

.recruitment__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.15625rem);
          flex: 0 1 calc(50% - 0.15625rem);
}
@media screen and (max-width: 767px) {
  .recruitment__img + .recruitment__img {
    margin-top: 0.3125rem;
  }
}

.recruitment__btns {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruitment__btns {
    margin-top: 5rem;
  }
}

.recruitment__btn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruitment__btn {
    margin: 0 auto;
  }
}
.recruitment__btn + .recruitment__btn {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.recruitment__btn:nth-child(2) {
  color: #2740AE;
}
.recruitment__btn:nth-child(2)::after {
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
.recruitment__btn:nth-child(2):hover {
  color: #fff;
  border-color: #2740AE;
  background: #2740AE;
}
.recruitment__btn:nth-child(2):hover::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}

/* requirements */
.requirements {
  background: #F4F5F7;
  padding: 80px 0;
  padding: 5rem 0;
}

.requirements__inner {
  max-width: 1170px;
  max-width: 73.125rem;
}

.requirements__subtitle {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  border-radius: 2.875rem;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 5px 36px;
  padding: 0.3125rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .requirements__subtitle {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

.requirements__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.requirements__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .requirements__tab {
    display: block;
  }
}

.requirements__tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 0.23438rem);
          flex: 0 1 calc(25% - 0.23438rem);
}
@media screen and (max-width: 767px) {
  .requirements__tab-item + .requirements__tab-item {
    margin-top: 0.3125rem;
  }
}
.requirements__tab-item.current button {
  color: #fff;
  background: #071C35;
  border-color: #071C35;
}
.requirements__tab-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #6D6D6D;
  background: #fff;
  border: 2px solid #DADADA;
  border: 0.125rem solid #DADADA;
  padding: 15px 0;
  padding: 0.9375rem 0;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  .requirements__tab-item button {
    font-size: 1rem;
    padding: 0.625rem 0;
  }
}
.requirements__tab-item button:hover {
  opacity: 1;
  color: #fff;
  background: #071C35;
  border-color: #071C35;
}

.requirements__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.requirements__content {
  display: none;
}
.requirements__content.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.requirements__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  gap: 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .requirements__list-item {
    display: block;
    background: #fff;
    padding: 1.875rem 1.25rem;
  }
}
.requirements__list-item + .requirements__list-item {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.requirements__list-title, .requirements__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .requirements__list-title, .requirements__list-text {
    display: block;
  }
}

.requirements__list-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  width: 13.75rem;
  min-width: 220px;
  min-width: 13.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .requirements__list-title {
    width: 100%;
    font-weight: 500;
    text-align: left;
    padding: 0;
  }
}

.requirements__list-text {
  width: 100%;
  line-height: 2;
  padding: 18px 45px;
  padding: 1.125rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .requirements__list-text {
    padding: 0;
    margin-top: 1.25rem;
  }
}

.requirements__items {
  margin-top: 80px;
  margin-top: 5rem;
}

.requirements__item + .requirements__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.requirements__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #071C35;
  padding: 14px 22px;
  padding: 0.875rem 1.375rem;
  position: relative;
}
.requirements__item-title::after, .requirements__item-title::before {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
  top: 50%;
  right: 22px;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.requirements__item-title::before {
  top: 48%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.requirements__item-title.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.requirements__item-body {
  display: none;
  background: #fff;
}

.requirements__subitem + .requirements__subitem {
  border-top: 1px solid #999999;
  border-top: 0.0625rem solid #999999;
}

.requirements__subitem-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
}

.requirements__subitem-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  padding: 0 12px 20px;
  padding: 0 0.75rem 1.25rem;
}

/* slide */
.slide-in.active img {
  width: 100%;
}
.slide-in img {
  width: 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%; /*修正*/
  -webkit-transition: width 3s;
  transition: width 3s;
}

/* subtitle */
.subtitle {
  font-family: "Marcellus", serif;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}

/* text */
.text {
  line-height: 2;
  font-weight: 500;
}

/* title */
.title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* about */
/* mission */
.mission {
  padding: 155px 0 140px;
  padding: 9.6875rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .mission {
    padding: 5rem 0;
  }
}

.mission__inner {
  max-width: 790px;
  max-width: 49.375rem;
}

.mission__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .mission__subtitle {
    font-size: 1.125rem;
    margin-top: 3.125rem;
  }
}

.mission__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* value */
.value {
  background: #F4F5F7;
  padding: 190px 0 180px;
  padding: 11.875rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .value {
    padding: 5rem 0;
  }
}

.value__inner {
  max-width: 1160px;
  max-width: 72.5rem;
}

.value__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .value__items {
    display: block;
    margin-top: 2.5rem;
  }
}

.value__item {
  min-height: 474px;
  min-height: 29.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 0.20833rem);
          flex: 0 1 calc(33.333% - 0.20833rem);
  background: #fff;
  padding: 60px 42px 20px;
  padding: 3.75rem 2.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .value__item {
    min-height: unset;
    padding: 2.5rem 1.25rem;
  }
  .value__item + .value__item {
    margin-top: 0.3125rem;
  }
}
.value__item:nth-child(2) {
  padding-right: 35px;
  padding-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .value__item:nth-child(2) {
    padding-right: 1.25rem;
  }
}

.value__item-img {
  width: 150px;
  width: 9.375rem;
  max-width: 100%;
  margin: 0 auto;
}

.value__item-title {
  min-height: 72px;
  min-height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .value__item-title {
    min-height: unset;
    font-size: 1.25rem;
    margin-top: 2.5rem;
  }
}

.value__item-text {
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .value__item-text {
    margin-top: 1.25rem;
  }
}

/* company */
.company {
  padding-top: 140px;
  padding-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .company {
    padding-top: 5rem;
  }
}

.company__list {
  width: 930px;
  width: 58.125rem;
  max-width: 100%;
  margin: 0 auto;
}

.company__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  border-top: 1px solid #D9D9D9;
  border-top: 0.0625rem solid #D9D9D9;
  padding-top: 32px;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__list-item {
    display: block;
    padding-top: 1.5625rem;
  }
}
.company__list-item::before {
  position: absolute;
  content: "";
  width: 195px;
  width: 12.1875rem;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  top: -1px;
  top: -0.0625rem;
  background: #AE272B;
}
@media screen and (max-width: 767px) {
  .company__list-item::before {
    width: 6.25rem;
  }
}
.company__list-item + .company__list-item {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .company__list-item + .company__list-item {
    margin-top: 1.5625rem;
  }
}

.company__list-title {
  width: 30%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company__list-title {
    width: 100%;
  }
}

.company__list-text {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .company__list-text {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.company__map {
  width: 100%;
  padding-top: 38.8798701299%;
  margin-top: 140px;
  margin-top: 8.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__map {
    padding-top: 75%;
    margin-top: 5rem;
  }
}
.company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* confirm */
.confirm .form__select {
  background: none;
  width: auto;
}

/* contact */
.contact {
  padding: 140px 0 50px;
  padding: 8.75rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 5rem;
  }
}

.contact__inner {
  max-width: 800px;
  max-width: 50rem;
}

.contact__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  width: 6.25rem;
  min-width: 100px;
  min-width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #777;
  border: 2px solid #ddd;
  border: 0.125rem solid #ddd;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__flow-item {
    width: 5.625rem;
    min-width: 5.625rem;
    height: 5.625rem;
    font-size: 0.8125rem;
  }
}
.contact__flow-item + .contact__flow-item {
  margin-left: 80px;
  margin-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__flow-item + .contact__flow-item {
    margin-left: 1.875rem;
  }
}
.contact__flow-item + .contact__flow-item::before {
  position: absolute;
  content: "";
  width: 80px;
  width: 5rem;
  height: 2px;
  height: 0.125rem;
  top: 50%;
  transcontact: translateY(-50%);
  left: -80px;
  left: -5rem;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .contact__flow-item + .contact__flow-item::before {
    width: 1.875rem;
    left: -1.875rem;
  }
}
.contact__flow-item.current {
  border-color: #ddd;
  background: #666;
  color: #fff;
}
.contact__flow-item span {
  font-weight: 700;
}

/* thanks */
.thanks {
  text-align: center;
}

.thanks__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.5rem;
  }
}

.thanks__text {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    margin-top: 2.5rem;
  }
}

.thanks__btn {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    margin-top: 2.5rem;
  }
}

/* brand */
.brand__subtitle, .brand__title {
  text-align: center;
}

.brand__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 80px;
  gap: 5rem 5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .brand__items {
    display: block;
    margin-top: 1.875rem;
  }
}

.brand__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 638px;
  min-height: 39.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2.5rem);
          flex: 0 1 calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .brand__item {
    display: block;
    min-height: unset;
  }
  .brand__item + .brand__item {
    margin-top: 3.75rem;
  }
}
.brand__item:first-child .brand__item-logo {
  width: 154px;
  width: 9.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .brand__item:first-child .brand__item-logo {
    margin-top: 1.25rem;
  }
}
.brand__item:nth-child(2) .brand__item-logo {
  width: 221px;
  width: 13.8125rem;
}
.brand__item:nth-child(3) .brand__item-logo {
  width: 233px;
  width: 14.5625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .brand__item:nth-child(3) .brand__item-logo {
    margin-top: 1.25rem;
  }
}
.brand__item:nth-child(3) .brand__item-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.brand__item:nth-child(4) .brand__item-logo {
  width: 161px;
  width: 10.0625rem;
}

.brand__item-logo {
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.brand__item-text {
  font-weight: 400;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .brand__item-text {
    margin-top: 0.9375rem;
    margin-bottom: 0;
  }
}

.brand__item-link {
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .brand__item-link {
    margin: 1.875rem auto 0;
  }
}

/* cosmetics */
.cosmetics {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .cosmetics {
    padding-bottom: 3.75rem;
  }
}

.cosmetics__header {
  background: #F4F5F7;
  padding: 150px 0 140px;
  padding: 9.375rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .cosmetics__header {
    padding: 5rem 0;
  }
}

.cosmetics__header-inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.cosmetics__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cosmetics__text {
    margin-top: 1.25rem;
  }
}

.cosmetics__content {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .cosmetics__content {
    margin-top: 3.75rem;
  }
}

.cosmetics__content-inner {
  max-width: 1170px;
  max-width: 73.125rem;
}

.cosmetics__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5E0E0;
  padding: 45px 95px 41px 82px;
  padding: 2.8125rem 5.9375rem 2.5625rem 5.125rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .cosmetics__box {
    display: block;
    padding: 2.5rem 1.25rem;
    margin-top: 5rem;
  }
}

.cosmetics__logo {
  width: 478px;
  width: 29.875rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cosmetics__logo {
    margin: 0 auto;
  }
}

.cosmetics__link {
  text-align: center;
  border-color: #fff;
  background: #fff;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cosmetics__link {
    margin: 1.25rem auto 0;
  }
}

/* data */
.data {
  background: #F4F5F7;
  padding: 135px 0;
  padding: 8.4375rem 0;
}
@media screen and (max-width: 767px) {
  .data {
    padding: 5rem 0;
  }
}

.data__inner {
  max-width: 1150px;
  max-width: 71.875rem;
}

.data__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
  gap: 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__items {
    display: block;
    width: 18.75rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.data__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 0.41667rem);
          flex: 0 1 calc(33.333% - 0.41667rem);
  min-height: 360px;
  min-height: 22.5rem;
  background: #fff;
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .data__item {
    min-height: unset;
  }
  .data__item + .data__item {
    margin-top: 0.625rem;
  }
}

.data__item01 .data__item-text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding-left: 35px;
  padding-left: 2.1875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item01 .data__item-text {
    font-size: 1.25rem;
    width: 18.75rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.data__item01 .data__item-text span {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.data__item01 .data__item-text span:first-of-type {
  font-size: 114px;
  font-size: 7.125rem;
}
@media screen and (max-width: 767px) {
  .data__item01 .data__item-text span:first-of-type {
    font-size: 5.625rem;
  }
}
.data__item01 .data__item-text span:nth-of-type(2) {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__item01 .data__item-text span:nth-of-type(2) {
    font-size: 1.875rem;
  }
}
.data__item01 .data__item-icon {
  width: 75px;
  width: 4.6875rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.data__item02 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(66.66667% - 0.20833rem);
          flex: 0 1 calc(66.66667% - 0.20833rem);
}
@media screen and (max-width: 767px) {
  .data__item02 {
    padding-bottom: 1.25rem;
  }
}
.data__item02 .data__item-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .data__item02 .data__item-units {
    display: block;
    margin-top: 1.875rem;
  }
}
.data__item02 .data__item-unit {
  text-align: center;
}
.data__item02 .data__item-unit:first-child {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .data__item02 .data__item-unit:first-child {
    width: 100%;
  }
}
.data__item02 .data__item-unit:first-child .data__item-icon {
  width: 97px;
  width: 6.0625rem;
}
.data__item02 .data__item-unit:nth-child(2) {
  width: 51%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .data__item02 .data__item-unit:nth-child(2) {
    width: 100%;
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
  }
}
.data__item02 .data__item-unit:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 180px;
  height: 11.25rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #B1B1B1;
}
@media screen and (max-width: 767px) {
  .data__item02 .data__item-unit:nth-child(2)::before {
    width: 11.25rem;
    height: 0.0625rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.data__item02 .data__item-unit:nth-child(2) .data__item-text span:nth-of-type(2) {
  font-size: 25px;
  font-size: 1.5625rem;
}
.data__item02 .data__item-unit:nth-child(2) .data__item-icon {
  width: 128px;
  width: 8rem;
}
.data__item02 .data__item-text {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__item02 .data__item-text {
    font-size: 1.875rem;
  }
}
.data__item02 .data__item-text span:first-of-type {
  font-size: 132px;
  font-size: 8.25rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item02 .data__item-text span:first-of-type {
    font-size: 5.625rem;
  }
}
.data__item02 .data__item-icon {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.data__item03 .data__item-text {
  text-align: center;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .data__item03 .data__item-text {
    font-size: 1.75rem;
  }
}
.data__item03 .data__item-icon {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .data__item04 {
    padding-bottom: 0.625rem;
  }
}
.data__item04 .data__item-text {
  text-align: center;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .data__item04 .data__item-text {
    font-size: 2.25rem;
    margin-top: 2.5rem;
  }
}
.data__item04 .data__item-text span:first-of-type {
  font-size: 65px;
  font-size: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .data__item04 .data__item-text span:first-of-type {
    font-size: 2.5rem;
  }
}
.data__item04 .data__item-text span:nth-of-type(2) {
  font-size: 150px;
  font-size: 9.375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item04 .data__item-text span:nth-of-type(2) {
    font-size: 6.875rem;
  }
}
.data__item04 .data__item-icon {
  width: 117px;
  width: 7.3125rem;
  margin-left: auto;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-top: -20px;
  margin-top: -1.25rem;
}

@media screen and (max-width: 767px) {
  .data__item05 {
    padding-bottom: 0.625rem;
  }
}
.data__item05 .data__item-text {
  text-align: center;
  font-size: 106px;
  font-size: 6.625rem;
  color: #AE272B;
  font-weight: 200;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .data__item05 .data__item-text {
    font-size: 5.625rem;
    margin-top: 1.25rem;
  }
}
.data__item05 .data__item-icon {
  width: 52px;
  width: 3.25rem;
  margin-left: auto;
  margin-right: 22px;
  margin-right: 1.375rem;
  margin-top: -30px;
  margin-top: -1.875rem;
}

@media screen and (max-width: 767px) {
  .data__item06 {
    padding: 1.25rem;
  }
}
.data__item06 .data__item-list {
  width: 271px;
  width: 16.9375rem;
  max-width: 100%;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
.data__item06 .data__item-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data__item06 .data__item-list-item:not(:first-child) {
  border-top: 1px solid #B1B1B1;
  border-top: 0.0625rem solid #B1B1B1;
  padding-top: 13px;
  padding-top: 0.8125rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
.data__item06 .data__item-list-item:nth-child(3) .data__item-list-title {
  letter-spacing: 0;
}
.data__item06 .data__item-list-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .data__item06 .data__item-list-title {
    font-size: 1.5rem;
  }
}
.data__item06 .data__item-list-text {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: -0.16em;
}
@media screen and (max-width: 767px) {
  .data__item06 .data__item-list-text {
    font-size: 1.5rem;
  }
}
.data__item06 .data__item-list-text span {
  font-size: 80px;
  font-size: 5rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .data__item06 .data__item-list-text span {
    font-size: 3.75rem;
  }
}

.data__item07 .data__item-text {
  text-align: center;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .data__item07 .data__item-text {
    font-size: 2.25rem;
  }
}
.data__item07 .data__item-text span {
  font-size: 151px;
  font-size: 9.4375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item07 .data__item-text span {
    font-size: 6.875rem;
  }
}
.data__item07 .data__item-icon {
  width: 100px;
  width: 6.25rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

@media screen and (max-width: 767px) {
  .data__item08 {
    padding-bottom: 1.25rem;
  }
}
.data__item08 .data__item-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 200;
  letter-spacing: 0.13em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .data__item08 .data__item-text {
    font-size: 5.625rem;
  }
}
.data__item08 .data__item-text span:first-of-type {
  font-size: 87px;
  font-size: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .data__item08 .data__item-text span:first-of-type {
    font-size: 4.375rem;
  }
}
.data__item08 .data__item-text span:nth-of-type(2) {
  font-size: 150px;
  font-size: 9.375rem;
}
@media screen and (max-width: 767px) {
  .data__item08 .data__item-text span:nth-of-type(2) {
    font-size: 6.875rem;
  }
}
.data__item08 .data__item-icon {
  width: 208px;
  width: 13rem;
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
}

.data__item09 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .data__item09 {
    padding: 1.25rem;
  }
}
.data__item09 .data__item-title {
  padding-right: 100px;
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-title {
    padding-right: 0;
  }
}
.data__item09 .data__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-inner {
    display: block;
    margin-top: 1.25rem;
  }
}
.data__item09 .data__item-list:first-of-type .data__item-list-item:first-child .number, .data__item09 .data__item-list:first-of-type .data__item-list-item:nth-child(2) .number {
  color: #000;
}
.data__item09 .data__item-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.data__item09 .data__item-list-item:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-list-item:not(:first-child) {
    margin-top: 0.9375rem;
  }
}
.data__item09 .data__item-list-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-list-title {
    font-size: 1.375rem;
  }
}
.data__item09 .data__item-list-text {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 200;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-list-text {
    font-size: 2.25rem;
    margin-left: 0;
  }
}
.data__item09 .data__item-list-text span {
  font-size: 76px;
  font-size: 4.75rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-list-text span {
    font-size: 3.75rem;
    margin-right: 0.3125rem;
  }
}
.data__item09 .number {
  color: #9B5C5E;
}
.data__item09 .data__item-icon {
  width: 270px;
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .data__item09 .data__item-icon {
    margin: 0.625rem auto 0.625rem;
  }
}

.data__item10, .data__item11, .data__item12 {
  min-height: 300px;
  min-height: 18.75rem;
  padding: 53px 0 0 25px;
  padding: 3.3125rem 0 0 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .data__item10, .data__item11, .data__item12 {
    min-height: unset;
    padding: 2.5rem 0 1.25rem 1.25rem;
  }
}
.data__item10 .data__item-title, .data__item11 .data__item-title, .data__item12 .data__item-title {
  text-align: left;
}
.data__item10 .data__item-text, .data__item11 .data__item-text, .data__item12 .data__item-text {
  font-weight: 700;
}
.data__item10 .number, .data__item11 .number, .data__item12 .number {
  font-size: 150px;
  font-size: 9.375rem;
}
@media screen and (max-width: 767px) {
  .data__item10 .number, .data__item11 .number, .data__item12 .number {
    font-size: 6.25rem;
  }
}
.data__item10 .data__item-icon, .data__item11 .data__item-icon, .data__item12 .data__item-icon {
  position: absolute;
}

.data__item10 .data__item-icon {
  width: 100px;
  width: 6.25rem;
  top: 20px;
  top: 1.25rem;
  right: 30px;
  right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .data__item10 .data__item-icon {
    width: 5rem;
  }
}
.data__item10 .data__item-text {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .data__item10 .data__item-text {
    font-size: 1.75rem;
    margin-left: -0.625rem;
  }
}
.data__item10 .number {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.data__item11 .data__item-icon {
  width: 97px;
  width: 6.0625rem;
  top: 29px;
  top: 1.8125rem;
  right: 30px;
  right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .data__item11 .data__item-icon {
    width: 5rem;
  }
}
.data__item11 .data__item-text {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .data__item11 .data__item-text {
    font-size: 1.75rem;
  }
}
.data__item11 .number {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.data__item11 .data__item-subtext {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .data__item11 .data__item-subtext {
    font-size: 1.25rem;
  }
}

.data__item12 .data__item-icon {
  width: 100px;
  width: 6.25rem;
  top: 25px;
  top: 1.5625rem;
  right: 18px;
  right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .data__item12 .data__item-icon {
    width: 5rem;
    right: 0.625rem;
  }
}
.data__item12 .data__item-text {
  font-size: 45px;
  font-size: 2.8125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item12 .data__item-text {
    font-size: 2.25rem;
  }
}
.data__item12 .number {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.data__item12 .number span {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.02em;
}
.data__item12 .data__item-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .data__item12 .data__item-subtext {
    font-size: 1rem;
  }
}

.data__item-title {
  text-align: center;
}
.data__item-title span {
  display: inline-block;
  font-weight: 700;
  border-radius: 2.875rem;
  background: #333;
  color: #fff;
  padding: 2px 23px;
  padding: 0.125rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .data__item-title span {
    padding: 0.125rem 1.125rem;
  }
}

.data__item-text span.number, .data__item-list-text span.number {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #AE272B;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: -0.05em;
}

.data__item-icon {
  max-width: 100%;
}

/* interview-archive */
.interview-archive__wrapper {
  padding-top: 80px;
  padding-top: 5rem;
}

.interview-archive__content {
  background: #F4F5F7;
  padding: 140px 155px;
  padding: 8.75rem 9.6875rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__content {
    padding: 3.75rem 1.25rem;
  }
}

.interview-archive__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__cards {
    margin-top: 2.5rem;
  }
}

.interview-archive__card + .interview-archive__card {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* interview-single */
/* news-archive */
.news-archive__inner {
  max-width: 1165px;
  max-width: 72.8125rem;
}

.news-archive__wrapper {
  padding-top: 80px;
  padding-top: 5rem;
}

.news-archive__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.news-archive__pagination {
  margin-top: 80px;
  margin-top: 5rem;
}

/* news-single */
.news-single__wrapper {
  padding-bottom: 0;
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* privacy */
.privacy {
  font-weight: 500;
}

.privacy__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.privacy__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__list-item {
  padding-left: 1.7em;
  position: relative;
}
.privacy__list-item::before {
  position: absolute;
  content: "・";
  left: 5px;
  left: 0.3125rem;
  top: 1px;
  top: 0.0625rem;
}

.privacy__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__item + .privacy__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 2px solid #999;
  border-bottom: 0.125rem solid #999;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .privacy__item-title {
    font-size: 1.25rem;
  }
}

.privacy__item-body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.privacy__item-list-item {
  padding-left: 1.7em;
  position: relative;
}
.privacy__item-list-item::before {
  position: absolute;
  content: "・";
  left: 5px;
  left: 0.3125rem;
  top: 1px;
  top: 0.0625rem;
}

/* professional */
.professional .requirements__subtitle {
  background: #2740AE;
}

/* recruit */
.recruit__header {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .recruit__header {
    padding: 5rem 0;
  }
}

.recruit__header-inner {
  max-width: 1170px;
  max-width: 73.125rem;
}

.recruit__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 95px;
  padding-left: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit__imgs {
    padding-left: 0.625rem;
  }
}

.recruit__img01 {
  width: 45.5%;
}

.recruit__img02 {
  width: 52%;
  margin-right: -60px;
  margin-right: -3.75rem;
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .recruit__img02 {
    margin-right: -1.25rem;
    margin-top: 1.875rem;
  }
}

.recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -80px;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .recruit__inner {
    display: block;
    margin-top: -1.25rem;
  }
}

.recruit__img03 {
  width: 41%;
}

.recruit__text {
  width: 50%;
  padding-top: 175px;
  padding-top: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    width: 100%;
    padding-top: 0;
    margin-top: 1.25rem;
  }
}

.recruit__slider {
  display: none;
}
.recruit__slider.slick-initialized {
  display: block;
}

.recruit__data {
  background: #F4F5F7;
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .recruit__data {
    padding: 5rem 0;
  }
}

.recruit__data-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recruit__data-inner {
    display: block;
  }
}

.recruit__data-body {
  width: 39.5%;
  padding-right: 60px;
  padding-right: 3.75rem;
}
@media screen and (max-width: 1200px) {
  .recruit__data-body {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit__data-body {
    width: 100%;
  }
}

.recruit__data-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit__data-title {
    font-size: 1.5rem;
  }
}

.recruit__data-text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.recruit__data-btn {
  margin-left: auto;
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .recruit__data-btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit__data-btn {
    margin: 2.5rem auto 0;
  }
}

.recruit__data-items {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
  gap: 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-items {
    display: block;
    width: 18.75rem;
    max-width: 100%;
    margin: 2.5rem auto 0;
  }
}

.recruit__data-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.3125rem);
          flex: 0 1 calc(50% - 0.3125rem);
  min-height: 285px;
  min-height: 17.8125rem;
  background: #fff;
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item {
    min-height: unset;
  }
  .recruit__data-item + .recruit__data-item {
    margin-top: 0.625rem;
  }
}

.recruit__data-item01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 {
    padding-bottom: 1.25rem;
  }
}
.recruit__data-item01 .recruit__data-item-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 .recruit__data-item-units {
    display: block;
    margin-top: 1.875rem;
  }
}
.recruit__data-item01 .recruit__data-item-unit {
  text-align: center;
}
.recruit__data-item01 .recruit__data-item-unit:first-child {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 .recruit__data-item-unit:first-child {
    width: 100%;
  }
}
.recruit__data-item01 .recruit__data-item-unit:first-child .recruit__data-item-icon {
  width: 77px;
  width: 4.8125rem;
}
.recruit__data-item01 .recruit__data-item-unit:nth-child(2) {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 .recruit__data-item-unit:nth-child(2) {
    width: 100%;
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
  }
}
.recruit__data-item01 .recruit__data-item-unit:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 142px;
  height: 8.875rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #B1B1B1;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 .recruit__data-item-unit:nth-child(2)::before {
    width: 11.25rem;
    height: 0.0625rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.recruit__data-item01 .recruit__data-item-unit:nth-child(2) .recruit__data-item-text span:nth-of-type(2) {
  font-size: 20px;
  font-size: 1.25rem;
}
.recruit__data-item01 .recruit__data-item-unit:nth-child(2) .recruit__data-item-icon {
  width: 101px;
  width: 6.3125rem;
}
.recruit__data-item01 .recruit__data-item-text {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 .recruit__data-item-text {
    font-size: 1.5rem;
  }
}
.recruit__data-item01 .recruit__data-item-text span:first-of-type {
  font-size: 110px;
  font-size: 6.875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item01 .recruit__data-item-text span:first-of-type {
    font-size: 5.625rem;
  }
}
.recruit__data-item01 .recruit__data-item-icon {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

@media screen and (max-width: 767px) {
  .recruit__data-item02 {
    padding-bottom: 0.625rem;
  }
}
.recruit__data-item02 .recruit__data-item-text {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item02 .recruit__data-item-text {
    font-size: 1.75rem;
    margin-top: 2.5rem;
  }
}
.recruit__data-item02 .recruit__data-item-text span:first-of-type {
  font-size: 51px;
  font-size: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item02 .recruit__data-item-text span:first-of-type {
    font-size: 2.5rem;
  }
}
.recruit__data-item02 .recruit__data-item-text span:nth-of-type(2) {
  font-size: 119px;
  font-size: 7.4375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item02 .recruit__data-item-text span:nth-of-type(2) {
    font-size: 6.875rem;
  }
}
.recruit__data-item02 .recruit__data-item-icon {
  width: 93px;
  width: 5.8125rem;
  margin-left: auto;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}

@media screen and (max-width: 767px) {
  .recruit__data-item03 {
    padding-bottom: 0.625rem;
  }
}
.recruit__data-item03 .recruit__data-item-text {
  text-align: center;
  font-size: 84px;
  font-size: 5.25rem;
  color: #AE272B;
  font-weight: 200;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit__data-item03 .recruit__data-item-text {
    font-size: 4.375rem;
    margin-top: 1.25rem;
  }
}
.recruit__data-item03 .recruit__data-item-icon {
  width: 41px;
  width: 2.5625rem;
  margin-left: auto;
  margin-right: 17px;
  margin-right: 1.0625rem;
  margin-top: -20px;
  margin-top: -1.25rem;
}

.recruit__data-item-title {
  text-align: center;
}
.recruit__data-item-title span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 2.875rem;
  background: #333;
  color: #fff;
  padding: 2px 20px;
  padding: 0.125rem 1.25rem;
}

.recruit__data-item-text span.number {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #AE272B;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: -0.05em;
}

.recruit__data-item-icon {
  max-width: 100%;
}

.recruit__interview {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .recruit__interview {
    padding: 5rem 0;
  }
}

.recruit__interview-inner {
  max-width: 1360px;
  max-width: 85rem;
  padding-left: 120px;
  padding-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__interview-inner {
    padding-left: 1.25rem;
  }
}

.recruit__interview-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  gap: 0 0.3125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit__interview-items {
    display: block;
  }
}

.recruit__interview-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 0.23438rem);
          flex: 0 1 calc(25% - 0.23438rem);
}
@media screen and (max-width: 767px) {
  .recruit__interview-item + .recruit__interview-item {
    margin-top: 2.5rem;
  }
}

.recruit__interview-item-inner {
  display: block;
}

.recruit__interview-item-img {
  width: 100%;
  padding-top: 133.3333333333%;
  position: relative;
}
.recruit__interview-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit__interview-item-title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit__interview-item-title {
    font-size: 1.125rem;
  }
}

.recruit__interview-item-year, .recruit__interview-item-department {
  font-size: 14px;
  font-size: 0.875rem;
}

.recruit__interview-item-department {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.recruit__interview-btn {
  margin-left: auto;
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .recruit__interview-btn {
    margin: 2.5rem auto 0;
  }
}

/* sitemap */
.sitemap {
  font-weight: 500;
}

.sitemap__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.sitemap__item + .sitemap__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.sitemap__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.4;
  border-left: 4px solid #999;
  border-left: 0.25rem solid #999;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sitemap__item-title {
    font-size: 1.125rem;
    border-left: 0.1875rem solid #999;
    padding-left: 0.5rem;
  }
}

.sitemap__item-links {
  margin-top: 16px;
  margin-top: 1rem;
}

.sitemap__item-link a {
  display: inline-block;
  color: #034495;
  text-decoration: underline;
  padding-left: 1.5em;
  position: relative;
}
.sitemap__item-link a::before {
  position: absolute;
  content: "・";
  left: 5px;
  left: 0.3125rem;
  top: 1px;
  top: 0.0625rem;
}

/* students */
.students .requirements__subtitle {
  background: #AE272B;
}

/* top-about */
.top-about {
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 5rem 0;
  }
}

.top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-about__inner {
    display: block;
  }
}

.top-about__img {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .top-about__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.top-about__body {
  width: 35%;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-about__body {
    width: 100%;
    padding-top: 0;
    margin-top: 3.75rem;
  }
}

.top-about__text {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    margin-top: 2.5rem;
  }
}

.top-about__btn {
  margin-top: 150px;
  margin-top: 9.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    margin: 5rem auto 0;
  }
}

/* top-mv */
.top-mv {
  position: relative;
}

.top-mv__inner {
  max-width: 1170px;
  max-width: 73.125rem;
}

.top-mv__scroll {
  position: absolute;
  left: 45px;
  left: 2.8125rem;
  bottom: 45px;
  bottom: 2.8125rem;
  z-index: 1;
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .top-mv__scroll {
    left: unset;
    right: 0.625rem;
    bottom: 1.25rem;
  }
}
.top-mv__scroll::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 120px;
  height: 7.5rem;
  background: rgba(0, 0, 0, .3);
  top: -140px;
  top: -8.75rem;
}

.top-mv__texts {
  position: absolute;
  left: 0;
  bottom: 55px;
  bottom: 3.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-mv__texts {
    bottom: 2.5rem;
  }
}

.top-mv__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 1.375rem;
  }
}

.top-mv__subtitle {
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__subtitle {
    font-size: 0.875rem;
  }
}

/* top-news */
.top-news {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-bottom: 3.75rem;
  }
}

.top-news__inner {
  max-width: 1170px;
  max-width: 73.125rem;
}

.top-news__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.top-news__btn {
  margin-left: auto;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-news__btn {
    margin: 5rem auto 0;
  }
}

/* top-recruitment */
/* top-service */
.top-service {
  background: #F4F5F7;
  padding: 80px 0;
  padding: 5rem 0;
}

.top-service__subtitle, .top-service__title {
  text-align: center;
}

.top-service__inner {
  max-width: 980px;
  max-width: 61.25rem;
}

.top-service__text {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    margin-top: 2.5rem;
  }
}

.top-service__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__logos {
    display: block;
    width: 17.3125rem;
    max-width: 100%;
    margin: 5rem auto 0;
  }
}

.top-service__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.15625rem);
          flex: 0 1 calc(50% - 0.15625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  min-height: 200px;
  min-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__logo {
    min-height: 6.25rem;
  }
  .top-service__logo + .top-service__logo {
    margin-top: 0.3125rem;
  }
}
.top-service__logo a {
  display: block;
  position: relative;
}
.top-service__logo a:hover {
  opacity: 1;
}
.top-service__logo a:hover img:first-child {
  opacity: 0;
}
.top-service__logo a:hover img:nth-child(2) {
  opacity: 1;
}
.top-service__logo img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-service__logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.top-service__btn {
  margin-top: 80px;
  margin-top: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-service__btn {
    margin: 5rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */
