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

@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.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  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-content */
.l-content {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  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;
  }
}

/* back-btn */
.back-btn {
  display: inline-block;
  font-weight: 700;
  color: #DB1427;
  background: #fff;
  border: 1px solid #DB1427;
  border: 0.0625rem solid #DB1427;
  border-radius: 6.25rem;
  padding: 16px 32px 16px 67px;
  padding: 1rem 2rem 1rem 4.1875rem;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .back-btn {
    width: 20.9375rem;
    max-width: 100%;
  }
}
.back-btn::before {
  position: absolute;
  content: "";
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 34px;
  left: 2.125rem;
  background: url(../img/common/arrow-icon05.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .back-btn::before {
    left: 5.125rem;
  }
}
.back-btn:hover {
  opacity: 1;
  color: #fff;
  background: #DB1427;
}
.back-btn:hover::before {
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}

.back-btn--blue {
  color: #0E4C95;
  border: 1px solid #0E4C95;
  border: 0.0625rem solid #0E4C95;
}
.back-btn--blue:before {
  background: url(../img/common/arrow-icon10.png) no-repeat center/contain;
}
.back-btn--blue:hover {
  background: #0E4C95;
}
.back-btn--blue:hover::before {
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}

/* breadcrumb */
@media screen and (max-width: 767px) {
  .breadcrumb {
    text-align: left;
    padding: 0.5rem 0;
  }
}

.breadcrumb__item {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.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: 4px;
  top: 0.25rem;
  left: -16px;
  left: -1rem;
  background: url(../img/common/arrow-icon11.png) no-repeat center/contain;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  padding: 8px 0;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
  }
}
.breadcrumb__item a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #0E4C95;
}
/* btn */
.btn {
  text-align: center;
  display: block;
  width: 320px;
  width: 20rem;
  max-width: 100%;
  background: #DB1427;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 2px solid #DB1427;
  border: 0.125rem solid #DB1427;
  border-radius: 2.8125rem;
  padding: 22px 20px 22px 0;
  padding: 1.375rem 1.25rem 1.375rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    text-align: left;
    width: 20.9375rem;
    padding: 0.75rem 3.125rem;
  }
}
.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  right: 1.875rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .btn::after {
    right: 3.125rem;
  }
}
.btn:hover {
  opacity: 1;
  color: #DB1427;
  background: #fff;
}
.btn:hover::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}

/* card */
.card__inner {
  display: block;
  position: relative;
}
.card__inner:hover {
  opacity: 1;
}
.card__inner:hover .card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card__img {
  padding-right: 20px;
  padding-right: 1.25rem;
  overflow: hidden;
}
.card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__number {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 166px;
  width: 10.375rem;
  height: 297px;
  height: 18.5625rem;
  font-family: "Roboto", sans-serif;
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .card__number {
    font-size: 2.1875rem;
    padding-left: 1.125rem;
    padding-top: 0.625rem;
  }
}
.card__number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/common/card-bg.png) bottom left/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .card__number::before {
    width: 5.625rem;
    height: 10.125rem;
  }
}

.card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88%;
}

.card__title {
  display: inline-block;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  background: #0E4C95;
  color: #fff;
  letter-spacing: 0.03em;
  padding: 13px 23px;
  padding: 0.8125rem 1.4375rem;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 1.1875rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: -0.625rem;
  }
}

.card__texts {
  background: #fff;
  padding: 45px 30px 30px 27px;
  padding: 2.8125rem 1.875rem 1.875rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .card__texts {
    padding: 1.375rem 0.625rem 0.9375rem 1.0625rem;
  }
}

.card__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #092453;
  line-height: 1.3;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card__text {
    font-size: 0.8125rem;
    padding-left: 0.75rem;
  }
}
.card__text::before {
  position: absolute;
  content: "";
  width: 4px;
  width: 0.25rem;
  height: 31px;
  height: 1.9375rem;
  left: 0;
  top: 0;
  background: #DB1427;
}
@media screen and (max-width: 767px) {
  .card__text::before {
    width: 0.125rem;
    height: 1.0625rem;
    top: 0.0625rem;
  }
}

.card__more {
  text-align: right;
  font-weight: 700;
  color: #DB1427;
  letter-spacing: 0.02em;
  background: url(../img/common/arrow-icon02.png) no-repeat center right/20px;
  background: url(../img/common/arrow-icon02.png) no-repeat center right/1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .card__more {
    font-size: 0.5625rem;
    background-size: 0.75rem;
    padding-right: 1rem;
    margin-top: 0.9375rem;
  }
}

/* category */
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 8px;
  gap: 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.category span, .category a {
  display: inline-block;
  color: #0E4C95;
  border: 1px solid #0E4C95;
  border: 0.0625rem solid #0E4C95;
  border-radius: 1rem;
  padding: 4px 15px;
  padding: 0.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .category span, .category a {
    font-size: 0.8125rem;
    padding: 0.125rem 0.9375rem;
  }
}
.category span {
  background: #0E4C95;
  color: #fff;
}
/* cv */
.cv__item {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .cv__item {
    padding: 1.875rem 0 2.5rem;
  }
}
.cv__item .l-inner {
  max-width: 1050px;
  max-width: 65.625rem;
}

.cv__item--contact {
  background: #DB1427;
}
.cv__item--contact .cv__item-btn {
  color: #DB1427;
}
.cv__item--contact .cv__item-btn span {
  width: 228px;
  width: 14.25rem;
  background: #B91114;
}
@media screen and (max-width: 767px) {
  .cv__item--contact .cv__item-btn span {
    width: 10.0625rem;
  }
}
.cv__item--contact .cv__item-btn::before {
  background: url(../img/common/contact-icon.png) no-repeat center/contain;
}
.cv__item--contact .cv__item-btn::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}
.cv__item--contact .cv__item-btn:hover::after {
  background: url(../img/common/arrow-icon07.png) no-repeat center/contain;
}

.cv__item--recruit {
  background: #0E4C95;
}
.cv__item--recruit .cv__item-btn {
  color: #0E4C95;
}
.cv__item--recruit .cv__item-btn span {
  width: 385px;
  width: 24.0625rem;
  background: #0060D1;
}
@media screen and (max-width: 767px) {
  .cv__item--recruit .cv__item-btn span {
    width: 16.25rem;
  }
}
.cv__item--recruit .cv__item-btn::before {
  background: url(../img/common/entry-icon.png) no-repeat center/contain;
}
.cv__item--recruit .cv__item-btn::after {
  background: url(../img/common/arrow-icon03.png) no-repeat center/contain;
}
.cv__item--recruit .cv__item-btn:hover::after {
  background: url(../img/common/arrow-icon08.png) no-repeat center/contain;
}

.cv__item-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;
}
@media screen and (max-width: 767px) {
  .cv__item-inner {
    display: block;
  }
}

.cv__item-titles {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv__item-titles {
    text-align: center;
  }
}

.cv__item-title {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .cv__item-title {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .cv__item-text {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.cv__item-btn {
  text-align: center;
  display: block;
  width: 458px;
  width: 28.625rem;
  max-width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #fff;
  border-radius: 8.3125rem;
  padding: 24px 10px 24px 0;
  padding: 1.5rem 0.625rem 1.5rem 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__item-btn {
    font-size: 1rem;
    margin: 3.125rem auto 0;
    padding: 1.25rem 0.625rem 1.25rem 0;
  }
}
.cv__item-btn::before, .cv__item-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cv__item-btn::before {
  width: 43px;
  width: 2.6875rem;
  height: 43px;
  height: 2.6875rem;
  left: 47px;
  left: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .cv__item-btn::before {
    width: 2.125rem;
    height: 2.125rem;
    left: 1.8125rem;
  }
}
.cv__item-btn::after {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  right: 30px;
  right: 1.875rem;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.cv__item-btn:hover {
  opacity: 1;
}
.cv__item-btn:hover::after {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.cv__item-btn span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  top: -1.875rem;
  max-width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  border-radius: 8.3125rem;
  color: #fff;
  padding: 8px;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .cv__item-btn span {
    font-size: 0.875rem;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 60px 16px 10px;
  padding: 3.75rem 1rem 0.625rem;
  width: 100%;
  height: 100%;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__item {
  border-bottom: 1px solid #C3C3C3;
  border-bottom: 0.0625rem solid #C3C3C3;
}
.drawer__item a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 13px 0;
  padding: 0.8125rem 0;
}

.drawer__dropdown {
  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;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.drawer__dropdown span {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: url(../img/common/dropdown-icon.png) no-repeat center/12px;
  background: url(../img/common/dropdown-icon.png) no-repeat center/0.75rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.drawer__subitems {
  display: none;
  padding: 13px 0;
  padding: 0.8125rem 0;
  border-top: 1px solid #C3C3C3;
  border-top: 0.0625rem solid #C3C3C3;
}

.drawer__subitem + .drawer__subitem {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.drawer__subitem a {
  text-align: left;
  display: inline-block;
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin: 0 auto;
  background: url(../img/common/arrow-icon09.png) no-repeat center left/7px;
  background: url(../img/common/arrow-icon09.png) no-repeat center left/0.4375rem;
  padding: 0;
  padding-left: 19px;
  padding-left: 1.1875rem;
}

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

.drawer__btn:first-child .btn {
  background: #0E4C95;
  border-color: #0E4C95;
}
.drawer__btn:first-child .btn:hover {
  background: #fff;
  color: #0E4C95;
}
.drawer__btn:first-child .btn:hover::after {
  background: url(../img/common/arrow-icon06.png) no-repeat center/contain;
}
.drawer__btn:nth-child(2) {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.drawer__btn .btn {
  text-align: center;
  width: 100%;
  padding: 8px 50px;
  padding: 0.5rem 3.125rem;
}
.drawer__btn .btn::after {
  right: 30px;
  right: 1.875rem;
}

/* entitle */
.entitle {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 78px;
  font-size: 4.875rem;
  font-weight: 500;
  font-style: italic;
  color: #E0E0E0;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: -35px;
  margin-bottom: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .entitle {
    font-size: 2.5rem;
    margin-bottom: -0.3125rem;
  }
}

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

.fnav__items + .fnav__items {
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 1400px) {
  .fnav__items + .fnav__items {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .fnav__items + .fnav__items {
    margin-left: 0;
    margin-top: 2.625rem;
  }
}

.fnav__item {
  min-width: 230px;
  min-width: 14.375rem;
}
@media screen and (max-width: 1400px) {
  .fnav__item {
    min-width: 11.25rem;
  }
}
.fnav__item + .fnav__item {
  margin-top: 42px;
  margin-top: 2.625rem;
}
.fnav__item > a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.fnav__subitems {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.fnav__subitem + .fnav__subitem {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.fnav__subitem a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  padding-left: 0.5em;
  white-space: nowrap;
  position: relative;
}
.fnav__subitem a:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}

/* footer */
.footer {
  color: #fff;
  background: #3A3C3F;
  padding: 60px 0 60px;
  padding: 3.75rem 0 3.75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  right: -20px;
  right: -1.25rem;
  bottom: -30px;
  bottom: -1.875rem;
  width: 280px;
  width: 17.5rem;
  height: 320px;
  height: 20rem;
  background: url(../img/common/footer-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .footer::after {
    width: 15.625rem;
    height: 18.75rem;
    bottom: unset;
    top: 21.875rem;
    right: 0;
  }
}

.footer__pagetop {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  right: 110px;
  right: 6.875rem;
  display: block;
  width: 70px;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    right: 0.9375rem;
    top: 0.9375rem;
  }
}

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

.footer__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer__address {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.footer__links {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.footer__link a {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../img/common/link-icon.png) no-repeat center left/16px;
  background: url(../img/common/link-icon.png) no-repeat center left/1rem;
  padding-left: 21px;
  padding-left: 1.3125rem;
}

.footer__btns {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.footer__btn .btn {
  text-align: left;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__btn .btn {
    width: 20.9375rem;
    max-width: 100%;
  }
  .footer__btn .btn::after {
    right: 1.875rem;
  }
}
.footer__btn:nth-child(2) {
  margin-top: 16px;
  margin-top: 1rem;
}
.footer__btn:nth-child(2) .btn {
  background: #0E4C95;
  border-color: #0E4C95;
}
.footer__btn:nth-child(2) .btn:hover {
  color: #0E4C95;
  background: #fff;
}
.footer__btn:nth-child(2) .btn:hover::after {
  background: url(../img/common/arrow-icon03.png) no-repeat center/contain;
}

.footer__nav {
  margin-left: 140px;
  margin-left: 8.75rem;
}
@media screen and (max-width: 1400px) {
  .footer__nav {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-left: 0;
    margin-top: 2rem;
    padding-top: 1.75rem;
    position: relative;
  }
  .footer__nav::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 0.0625rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #C3C3C3;
  }
}

.footer__bottom {
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  padding-top: 25px;
  padding-top: 1.5625rem;
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-top: 0;
    margin-top: 2.5rem;
    border-top: none;
  }
}

.footer__privacy {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  left: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__privacy {
    position: static;
  }
}

.footer__copyright {
  text-align: center;
  white-space: nowrap;
}

/* form */
.form {
  background: #ECEFF4;
  border-radius: 0.5rem;
  padding: 80px 140px;
  padding: 5rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .form {
    border-radius: 0;
    background: none;
    padding: 4.375rem 0;
    position: relative;
    z-index: 1;
  }
  .form::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #ECEFF4;
    z-index: -1;
  }
}

.form__item + .form__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.form__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.form__item-label label, .form__item-label span {
  display: inline-block;
  letter-spacing: 0.03em;
}
.form__item-label span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #DB1427;
  border-radius: 0.125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}

.form__item-input {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input textarea {
  background: #fff;
  width: 100%;
  letter-spacing: 0.03em;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #C3C3C3;
  font-weight: 700;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #C3C3C3;
  font-weight: 700;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #C3C3C3;
  font-weight: 700;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input textarea::placeholder {
  color: #C3C3C3;
  font-weight: 700;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
  height: 45px;
  height: 2.8125rem;
}
.form__item-input textarea {
  height: 240px;
  height: 15rem;
  resize: none;
}

.form__radio label {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
.form__radio input[type=radio] + span::before, .form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
}
.form__radio input[type=radio] + span::before {
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
  border: 0.125rem solid #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.form__radio input[type=radio] + span::after {
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 6px;
  left: 0.375rem;
  top: 8px;
  top: 0.5rem;
}
.form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    display: block;
  }
}

.form__checkbox label {
  display: inline-block;
  letter-spacing: 0.03em;
  margin-right: 36px;
  margin-right: 2.25rem;
}
@media screen and (max-width: 767px) {
  .form__checkbox label {
    display: block;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.form__checkbox input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}
.form__checkbox input[type=checkbox] + span::before, .form__checkbox input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__checkbox input[type=checkbox] + span::before {
  display: block;
  background: #fff;
  border-radius: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.form__checkbox input[type=checkbox] + span::after {
  border-bottom: 3px solid #333;
  border-bottom: 0.1875rem solid #333;
  border-left: 3px solid #333;
  border-left: 0.1875rem solid #333;
  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: 6px;
  top: 0.375rem;
}
.form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__radio label {
  display: inline-block;
  letter-spacing: 0.03em;
  margin-right: 36px;
  margin-right: 2.25rem;
}
@media screen and (max-width: 767px) {
  .form__radio label {
    display: block;
    margin-right: 0;
    margin-bottom: 0.75rem;
  }
}
.form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}
.form__radio input[type=radio] + span::before, .form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__radio input[type=radio] + span::before {
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  border: none;
  background: #DFDFDF;
  left: 0;
}
.form__radio input[type=radio] + span::after {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background: #fff;
  left: 6px;
  left: 0.375rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  opacity: 1;
}
.form__radio input[type=radio]:checked + span::after {
  background: #000;
}

.form__birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__birthday input[type=text] {
  border-radius: 0.5rem;
}
.form__birthday .wpcf7-form-control-wrap:first-child {
  width: 130px;
  width: 8.125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__birthday .wpcf7-form-control-wrap:first-child {
    margin-right: 0.3125rem;
  }
}
.form__birthday .wpcf7-form-control-wrap:nth-of-type(2), .form__birthday .wpcf7-form-control-wrap:nth-of-type(3), .form__birthday .wpcf7-form-control-wrap:nth-of-type(4) {
  width: 80px;
  width: 5rem;
  margin: 0 10px;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__birthday .wpcf7-form-control-wrap:nth-of-type(2), .form__birthday .wpcf7-form-control-wrap:nth-of-type(3), .form__birthday .wpcf7-form-control-wrap:nth-of-type(4) {
    margin: 0 0.3125rem;
  }
}
.form__birthday .wpcf7-form-control-wrap:nth-of-type(4) {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__birthday .wpcf7-form-control-wrap:nth-of-type(4) {
    margin-left: 0.9375rem;
  }
}

.form__post input[type=text] {
  width: 200px;
  width: 12.5rem;
}

.form__check {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.form__check input[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  padding-left: 36px;
  padding-left: 2.25rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span {
    white-space: nowrap;
    padding-left: 1.625rem;
  }
}
.form__check input[type=checkbox] + span::before, .form__check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  display: block;
}
.form__check input[type=checkbox] + span::before {
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 0;
  top: 50%;
}
.form__check input[type=checkbox] + span::after {
  border-bottom: 3px solid #333;
  border-bottom: 0.1875rem solid #333;
  border-left: 3px solid #333;
  border-left: 0.1875rem solid #333;
  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: 6px;
  top: 0.375rem;
}
.form__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form__check a {
  color: #0E4C95;
  text-decoration: underline;
}

.form__btn-wrapper {
  width: 310px;
  width: 19.375rem;
  max-width: 100%;
  background: #ccc;
  border-radius: 2.8125rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .form__btn-wrapper {
    width: 20.9375rem;
  }
}
.form__btn-wrapper.active {
  background: #DB1427;
}
.form__btn-wrapper.active:hover {
  background: #fff;
}
.form__btn-wrapper.active .form__btn {
  border-color: #DB1427;
  pointer-events: unset;
}

.form__btn {
  text-align: left;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 2px solid #ccc;
  border: 0.125rem solid #ccc;
  border-radius: 2.8125rem;
  padding: 12px 30px 12px;
  padding: 0.75rem 1.875rem 0.75rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center right 30px/20px;
  background: url(../img/common/arrow-icon01.png) no-repeat center right 1.875rem/1.25rem;
  pointer-events: none;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
  position: relative;
}
.form__btn:hover {
  opacity: 1;
  color: #DB1427;
  background: url(../img/common/arrow-icon02.png) no-repeat center right 30px/20px;
  background: url(../img/common/arrow-icon02.png) no-repeat center right 1.875rem/1.25rem;
}

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

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

.wpcf7-spinner {
  display: none;
}

.form__confirm-area {
  display: none;
}

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

.wpcf7-form-control-wrap[data-name=your-gender] .wpcf7-not-valid-tip {
  display: none !important;
}

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

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.gnav__item + .gnav__item {
  margin-left: 32px;
  margin-left: 2rem;
}
.gnav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.gnav__item > a:hover {
  opacity: 1;
  color: #0E4C95;
}

.gnav__dropdown {
  position: relative;
}
.gnav__dropdown > a {
  background: url(../img/common/dropdown-icon.png) no-repeat center right/8px;
  background: url(../img/common/dropdown-icon.png) no-repeat center right/0.5rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.gnav__subitems {
  display: none;
  position: absolute;
  left: -21px;
  left: -1.3125rem;
  top: 110px;
  top: 6.875rem;
  z-index: 2;
  white-space: nowrap;
}

.gnav__subitem a {
  text-align: center;
  display: block;
  width: 130px;
  width: 8.125rem;
  background: #fff;
  color: #0E4C95;
  font-weight: 700;
  padding: 8px;
  padding: 0.5rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.gnav__subitem a:hover {
  opacity: 1;
  color: #fff;
  background: #0E4C95;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 16px;
  right: 1rem;
  top: 15px;
  top: 0.9375rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 8px;
  top: 0.5rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 8px;
  top: 0.5rem;
}
.hamburger__border:nth-child(3) {
  top: 16px;
  top: 1rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  height: 110px;
  height: 6.875rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.125rem;
    background: none;
  }
}
.header.active .header__title {
  color: #333;
}

.header--top {
  background: unset;
}
.header--top .header__title {
  color: #fff;
}

.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: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 1rem;
  }
}

.header__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 1.125rem;
  }
}
.header__title a {
  display: block;
}

.header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.header__btn:first-child a {
  background: #0E4C95;
}
.header__btn:nth-child(2) a {
  background: #DB1427;
}
.header__btn a {
  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;
  height: inherit;
  width: 145px;
  width: 9.0625rem;
  max-width: 100%;
  color: #fff;
  font-weight: 600;
}

/* heading */
.heading {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 12px 100px;
  padding: 0.75rem 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    font-size: 1.375rem;
    padding: 0.9375rem 0 0.9375rem 0.9375rem;
  }
}
.heading::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: #0E4C95;
  border-bottom: 5px solid #DB1427;
  border-bottom: 0.3125rem solid #DB1427;
  z-index: -1;
}

/* inquiry */
.inquiry {
  padding: 70px 0;
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .inquiry {
    padding: 1.875rem 0;
  }
}

.inquiry__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(45, 52, 60, .0588235294);
          box-shadow: 0px 0px 30px 0px rgba(45, 52, 60, .0588235294);
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .inquiry__inner {
    display: block;
    padding: 1.875rem 0.5rem;
  }
}

.inquiry__body {
  width: 50%;
  padding-left: 85px;
  padding-left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .inquiry__body {
    width: 100%;
    padding: 0 0.5rem;
  }
}

.inquiry__title {
  text-align: center;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  background: #0E4C95;
  color: #fff;
  padding: 4px 5px;
  padding: 0.25rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .inquiry__title {
    font-size: 1.5rem;
    padding: 0 0.3125rem;
  }
}

.inquiry__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .inquiry__text {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 0 0.625rem;
  }
}

.inquiry__btn {
  text-align: left;
  width: 270px;
  width: 16.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 18px 32px;
  padding: 1.125rem 2rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .inquiry__btn {
    width: 19.375rem;
    margin: 2.5rem auto 0;
    padding: 0.875rem 2.9375rem;
  }
}

.inquiry__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .inquiry__img {
    width: 92%;
    margin-left: auto;
    margin-top: 2.5rem;
  }
}
.inquiry__img img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .inquiry__img img {
    border-radius: 0;
  }
}

/* list */
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list__item {
    display: block;
  }
}
.list__item + .list__item {
  border-top: 2px solid #C3C3C3;
  border-top: 0.125rem solid #C3C3C3;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list__item + .list__item {
    padding-top: 1.125rem;
  }
}
.list__item + .list__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  top: -0.125rem;
  width: 25%;
  height: 2px;
  height: 0.125rem;
  background: #0E4C95;
}
@media screen and (max-width: 767px) {
  .list__item + .list__item::before {
    width: 6.25rem;
  }
}

.list__item-title {
  width: 25%;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .list__item-title {
    width: 100%;
  }
}

.list__item-text {
  width: 75%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .list__item-text {
    width: 100%;
    margin-top: 1.25rem;
  }
}

/* main */
.main {
  overflow: hidden;
}
.main.overflow-auto {
  overflow: unset;
}

/* more-btn */
.more-btn {
  display: block;
  width: 245px;
  width: 15.3125rem;
  max-width: 100%;
  background: #0E4C95;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 2px solid #0E4C95;
  border: 0.125rem solid #0E4C95;
  border-radius: 2.8125rem;
  padding: 12px 0 12px 30px;
  padding: 0.75rem 0 0.75rem 1.875rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
.more-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  right: 1.875rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.more-btn:hover {
  opacity: 1;
  color: #0E4C95;
  background: #fff;
}
.more-btn:hover::after {
  background: url(../img/common/arrow-icon03.png) no-repeat center/contain;
}

/* mv */
.mv {
  position: relative;
}
.mv .breadcrumb {
  position: absolute;
  left: 0;
  bottom: 10px;
  bottom: 0.625rem;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .breadcrumb {
    position: static;
  }
}

.mv--privacy .mv__texts {
  position: static;
  -webkit-transform: unset;
          transform: unset;
  padding: 200px 0;
  padding: 12.5rem 0;
}
@media screen and (max-width: 767px) {
  .mv--privacy .mv__texts {
    padding: 10rem 0 6.875rem;
  }
}

.mv__texts {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.mv__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: 700;
  color: #0E4C95;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 2.5rem;
  }
}

.mv__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #0E4C95;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.125rem;
  }
}

.mv__img {
  width: 65vw;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__img {
    width: 56vw;
  }
}
.mv__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  bottom: 0;
  left: -35px;
  left: -2.1875rem;
  background: url(../img/common/mv-bg_pc.png) no-repeat left bottom/cover;
}
@media screen and (max-width: 767px) {
  .mv__img::before {
    height: 91%;
    left: -0.9375rem;
    background: url(../img/common/mv-bg_sp.png) no-repeat left bottom/cover;
  }
}
.mv__img img {
  position: relative;
  z-index: 1;
}

/* news */
.news__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #C3C3C3;
  border-bottom: 0.125rem solid #C3C3C3;
  padding: 32px 50px 32px 20px;
  padding: 2rem 3.125rem 2rem 1.25rem;
  background: url(../img/common/arrow-icon06.png) no-repeat center right 24px/8px;
  background: url(../img/common/arrow-icon06.png) no-repeat center right 1.5rem/0.5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .news__item-inner {
    display: block;
    padding: 1.5rem 1.5625rem 1.5rem 0;
    background-position: center right;
  }
}
.news__item-inner:hover {
  opacity: 1;
  background-position: center right 18px;
  background-position: center right 1.125rem;
}
.news__item-inner:hover .news__item-title {
  color: #0E4C95;
}

.news__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-date {
  display: inline-block;
  color: #3A3C3F;
  letter-spacing: 0.03em;
  min-width: 150px;
  min-width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .news__item-date {
    font-size: 0.875rem;
    min-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .news__item-category {
    margin-left: 1rem;
  }
}
.news__item-category span {
  text-align: center;
  display: inline-block;
  min-width: 110px;
  min-width: 6.875rem;
  color: #0E4C95;
  border: 1px solid #0E4C95;
  border: 0.0625rem solid #0E4C95;
  border-radius: 1.5rem;
  padding: 5px 5px;
  padding: 0.3125rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .news__item-category span {
    min-width: unset;
    font-size: 0.8125rem;
    padding: 0.125rem 0.625rem;
  }
}

.news__item-title {
  letter-spacing: 0.03em;
  margin-left: 16px;
  margin-left: 1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/* pagination */
.pagination ul {
  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: 8px 8px;
  gap: 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .pagination ul {
    gap: 0.625rem 1.0625rem;
  }
}
.pagination a, .pagination span {
  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: 44px;
  width: 2.75rem;
  min-width: 44px;
  min-width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #3A3C3F;
  border-radius: 50%;
  border: 1px solid #3A3C3F;
  border: 0.0625rem solid #3A3C3F;
}
.pagination .current {
  color: #fff;
  background: #3A3C3F;
}
.pagination .dots {
  border: none;
  width: unset;
  min-width: unset;
}
.pagination .prev {
  background: url(../img/common/arrow-icon13.png) no-repeat center/7px;
  background: url(../img/common/arrow-icon13.png) no-repeat center/0.4375rem;
  margin-right: 24px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    margin-right: 1.125rem;
  }
}
.pagination .next {
  background: url(../img/common/arrow-icon12.png) no-repeat center/7px;
  background: url(../img/common/arrow-icon12.png) no-repeat center/0.4375rem;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    margin-left: 1.125rem;
  }
}

/* service-detail */
.service-detail__header {
  padding: 60px 0 140px;
  padding: 3.75rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .service-detail__header {
    padding: 2.5rem 0 1.875rem;
  }
}

.service-detail__header-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service-detail__header-inner {
    padding: 0 0.75rem;
  }
}
.service-detail__header-inner::after {
  position: absolute;
  content: "";
  width: 945px;
  width: 59.0625rem;
  height: 546px;
  height: 34.125rem;
  top: 45px;
  top: 2.8125rem;
  right: -180px;
  right: -11.25rem;
  background: url(../img/common/service-detail-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service-detail__header-inner::after {
    width: 58.125rem;
    height: 33.125rem;
    top: -1.25rem;
    right: unset;
    left: -27.5rem;
  }
}

.service-detail__header-img {
  width: 840px;
  width: 52.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .service-detail__header-img {
    width: 100%;
  }
}

.service-detail__header-body {
  position: absolute;
  top: 195px;
  top: 12.1875rem;
  right: -55px;
  right: -3.4375rem;
  width: 693px;
  width: 43.3125rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(53, 61, 71, .2509803922);
          box-shadow: 0px 0px 30px 0px rgba(53, 61, 71, .2509803922);
  border-radius: 0.25rem;
  padding: 45px 40px 35px;
  padding: 2.8125rem 2.5rem 2.1875rem;
}
@media screen and (max-width: 1400px) {
  .service-detail__header-body {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service-detail__header-body {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 2.1875rem 1.875rem 1.875rem;
  }
}

.service-detail__header-entitle {
  position: absolute;
  top: -21px;
  top: -1.3125rem;
  right: -26px;
  right: -1.625rem;
  width: 189px;
  width: 11.8125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .service-detail__header-entitle {
    width: 5.9375rem;
    top: 0;
    right: -0.75rem;
  }
}

.service-detail__header-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #092453;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #0E4C95;
  border-bottom: 0.125rem solid #0E4C95;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .service-detail__header-title {
    font-size: 1.125rem;
  }
}

.service-detail__header-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 16px;
  margin-top: 1rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .service-detail__header-text {
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 0.625rem;
    padding-right: 0;
  }
}
.service-detail__header-text span {
  color: #DB1427;
}

.service-detail__units {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .service-detail__units {
    padding-bottom: 3.75rem;
  }
}

.service-detail__unit + .service-detail__unit {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .service-detail__unit + .service-detail__unit {
    margin-top: 3.75rem;
  }
}

.service-detail__img {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .service-detail__img {
    margin-top: 2.1875rem;
  }
}

.service-detail__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #092453;
  letter-spacing: 0.03em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .service-detail__subtitle {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.service-detail__text {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .service-detail__text {
    font-size: 0.9375rem;
  }
}

.service-detail__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 25px;
  gap: 0.9375rem 1.5625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .service-detail__cards {
    display: block;
    padding: 0 1rem;
    margin-top: 2.1875rem;
  }
}

.service-detail__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.78125rem);
          flex: 0 1 calc(50% - 0.78125rem);
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(45, 52, 60, .0588235294);
          box-shadow: 0px 0px 30px 0px rgba(45, 52, 60, .0588235294);
}
@media screen and (max-width: 767px) {
  .service-detail__card + .service-detail__card {
    margin-top: 1.5rem;
  }
}

.service-detail__card-img-wrapper {
  position: relative;
}

.service-detail__card-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: inline-block;
  min-width: 155px;
  min-width: 9.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background: #DB1427;
  padding: 5px;
  padding: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .service-detail__card-title {
    min-width: 8.4375rem;
    font-size: 1rem;
  }
}

.service-detail__card-body {
  padding: 24px 140px 24px 24px;
  padding: 1.5rem 8.75rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .service-detail__card-body {
    padding: 1.5rem 1.125rem;
  }
}

.service-detail__card-subtitle {
  font-weight: 700;
  color: #0E4C95;
  letter-spacing: 0.03em;
}

.service-detail__card-text {
  letter-spacing: 0.03em;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.service-detail__inner {
  padding: 0 100px;
  padding: 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .service-detail__inner {
    padding: 0;
  }
}

.service-detail__heading {
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #C3C3C3;
  border-bottom: 0.0625rem solid #C3C3C3;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.service-detail__heading span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .service-detail__heading span {
    font-size: 1.125rem;
  }
}

.service-detail__sublist {
  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;
  gap: 15px 0;
  gap: 0.9375rem 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service-detail__sublist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem 0.5rem;
  }
}

.service-detail__sublist-item {
  width: 40%;
  letter-spacing: 0.03em;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-detail__sublist-item {
    width: auto;
    display: inline-block;
    font-size: 0.9375rem;
  }
}
.service-detail__sublist-item::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  left: 0;
  top: 9px;
  top: 0.5625rem;
  background: #C3C3C3;
}

.service-detail__list {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .service-detail__list {
    padding: 0 0.625rem;
    margin-top: 1.25rem;
  }
}

.service-detail__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C3C3C3;
  border-bottom: 0.0625rem solid #C3C3C3;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.service-detail__list-item + .service-detail__list-item {
  margin-top: 16px;
  margin-top: 1rem;
}

.service-detail__list-title {
  width: 20%;
  font-weight: 700;
  color: #092453;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .service-detail__list-title {
    width: 28%;
  }
}

.service-detail__list-text {
  width: 80%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .service-detail__list-text {
    width: 72%;
  }
}

.service-detail__footer {
  background: #ECEFF4;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .service-detail__footer {
    padding: 3.75rem 0;
  }
}

.service-detail__items.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  gap: 0 2.1875rem;
}
@media screen and (max-width: 767px) {
  .service-detail__items.flex {
    display: block;
  }
}
.service-detail__items.flex .service-detail__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.45833rem);
          flex: 0 1 calc(33.333% - 1.45833rem);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .service-detail__items.flex .service-detail__item:not(:first-child) {
    margin-top: 2.1875rem;
  }
}
.service-detail__items.flex .service-detail__item-body {
  padding: 20px 15px 30px;
  padding: 1.25rem 0.9375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .service-detail__items.flex .service-detail__item-body {
    padding: 1.25rem 0.75rem 1.875rem;
  }
}

.service-detail__item {
  background: #fff;
}
.service-detail__item + .service-detail__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .service-detail__item + .service-detail__item {
    margin-top: 2.1875rem;
  }
}

.service-detail__item-title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  background: #0E4C95;
  border-bottom: 5px solid #DB1427;
  border-bottom: 0.3125rem solid #DB1427;
  padding: 3px;
  padding: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .service-detail__item-title {
    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;
    min-height: 4.0625rem;
    font-size: 1.375rem;
    line-height: 1;
    padding: 0.5rem;
  }
}

.service-detail__item-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #092453;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .service-detail__item-subtitle {
    font-size: 1.125rem;
  }
}

.service-detail__item-body {
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .service-detail__item-body {
    padding: 1.25rem 0.75rem;
  }
}

.service-detail__item-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .service-detail__item-text {
    text-align: left;
    font-size: 0.9375rem;
  }
}

.service-detail__item-subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  margin-top: 16px;
  margin-top: 1rem;
}

.service-detail__btn {
  text-align: center;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .service-detail__btn {
    margin-top: 3.125rem;
  }
}

/* subtitle */
.subtitle {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #DB1427;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 0.75rem;
    margin-top: 0.1875rem;
  }
}

/* text */
.text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .text {
    text-align: left;
    font-size: 1rem;
  }
}

/* thanks */
.thanks {
  text-align: center;
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 2.5rem 0 3.75rem;
  }
}

.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__text.text {
  text-align: center;
}

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

/* title */
.title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #0E4C95;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.25rem;
  }
}

/* work */
.work__item + .work__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .work__item + .work__item {
    margin-top: 1.875rem;
  }
}

.work__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 34px;
  font-size: 2.125rem;
  color: #0E4C95;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .work__item-heading {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.work__item-heading::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 660px;
  width: 41.25rem;
  height: 10px;
  height: 0.625rem;
  max-width: 100%;
  background: #0E4C95;
}
@media screen and (max-width: 767px) {
  .work__item-heading::after {
    width: 100%;
    height: 0.375rem;
  }
}
.work__item-heading span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  font-size: 4.0625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .work__item-heading span {
    font-size: 2.375rem;
  }
}

.work__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 415px;
  min-height: 25.9375rem;
  -webkit-box-shadow: 0px 0px 36px 0px rgba(45, 52, 60, .0588235294);
          box-shadow: 0px 0px 36px 0px rgba(45, 52, 60, .0588235294);
}
@media screen and (max-width: 767px) {
  .work__item-inner {
    display: block;
    min-height: unset;
  }
}

.work__item-img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .work__item-img {
    width: 100%;
  }
}
.work__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work__item-body {
  width: 54%;
  padding: 35px 25px 15px 26px;
  padding: 2.1875rem 1.5625rem 0.9375rem 1.625rem;
}
@media screen and (max-width: 767px) {
  .work__item-body {
    width: 100%;
    padding: 1.875rem 0.75rem;
  }
}

.work__item-subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #092453;
}
@media screen and (max-width: 767px) {
  .work__item-subtitle {
    font-size: 1.25rem;
  }
}

.work__item-text {
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .work__item-text {
    font-size: 0.9375rem;
  }
}

.work__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 8px;
  gap: 0.5rem 0.5rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
.work__item-category span {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  border-radius: 6.25rem;
  padding: 7px 15px;
  padding: 0.4375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .work__item-category span {
    font-size: 0.9375rem;
  }
}

.work__item-btn {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .work__item-btn {
    margin: 1.25rem auto 0;
  }
}

/* access */
.access {
  background: #ECEFF4;
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 4.375rem 0;
  }
}
.access .title, .access .subtitle {
  text-align: left;
}

.access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .access__inner {
    display: block;
  }
}

.access__map-wrapper {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .access__map-wrapper {
    width: 100%;
  }
}

.access__map {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__map {
    padding-top: 67.1641791045%;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__body {
  width: 54%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px 20px;
  padding: 0 5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .access__body {
    width: 100%;
    display: block;
    padding: 0.75rem 0.75rem;
  }
}

.access__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .access__subtitle {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.access__text {
  letter-spacing: 0.03em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .access__text {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.access__link {
  display: inline-block;
  letter-spacing: 0.03em;
  text-decoration: underline;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .access__link {
    font-size: 0.9375rem;
  }
}

/* company */
/* history */
.history {
  padding: 125px 0 130px;
  padding: 7.8125rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 2.8125rem 0 2.5rem;
  }
}

.history__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;
  padding-left: 135px;
  padding-left: 8.4375rem;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .history__inner {
    display: block;
    padding-left: 0;
    margin-top: 1.875rem;
  }
}

.history__imgs {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .history__imgs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .history__img01 {
    width: 7.8125rem;
    margin-left: 0.625rem;
  }
}

.history__img02 {
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
  margin: 160px auto 0;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .history__img02 {
    width: 6.25rem;
    margin: 0;
  }
}

.history__items {
  width: 345px;
  width: 21.5625rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .history__items {
    width: 13.75rem;
    margin: 2.8125rem auto 0;
  }
}
.history__items::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 100%;
  top: -20px;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ECEFF4;
  z-index: -1;
}

.history__item {
  background: #ECEFF4;
  padding: 18px 24px 24px;
  padding: 1.125rem 1.5rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__item {
    padding: 0.875rem 1.25rem;
  }
}
.history__item::before {
  position: absolute;
  content: "";
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  border-radius: 50%;
  background: #DB1427;
  top: -43px;
  top: -2.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .history__item::before {
    width: 1.5rem;
    height: 1.5rem;
    top: -2rem;
  }
}
.history__item + .history__item {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .history__item + .history__item {
    margin-top: 3.125rem;
  }
}

.history__item-title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  color: #0E4C95;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .history__item-title {
    font-size: 1.125rem;
  }
}

.history__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .history__item-text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

/* message */
.message {
  padding: 170px 0 120px;
  padding: 10.625rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 3.4375rem 0 3.75rem;
  }
}

.message__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;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .message__inner {
    display: block;
    margin-top: 2.1875rem;
  }
}

.message__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .message__body {
    width: 100%;
  }
}

.message__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #DB1427;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .message__subtitle {
    font-size: 1.5rem;
  }
}

.message__text {
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 0.9375rem;
  }
}
.message__text span {
  font-weight: 700;
}

.message__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .message__name {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
  }
}

.message__img {
  width: 42vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .message__img {
    width: 100%;
    margin-top: 1.25rem;
    margin-right: 0;
  }
}

/* profile */
.profile {
  padding: 90px 0 100px;
  padding: 5.625rem 0 6.25rem;
  background: #ECEFF4;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 3.4375rem 0 3.75rem;
  }
}

.profile__content {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, .1019607843);
          box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, .1019607843);
  padding: 80px 80px;
  padding: 5rem 5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .profile__content {
    margin-top: 2.1875rem;
    padding: 3rem 0.75rem;
  }
}

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

.contact__text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #092453;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.0625rem;
  }
}

.contact__subtext {
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contact__subtext {
    text-align: left;
    font-size: 0.9375rem;
  }
}

.contact__form {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 3.125rem;
  }
}

/* delivery */
/* entry */
.entry .form__btn-wrapper.active {
  background: #0E4C95;
}
.entry .form__btn-wrapper.active:hover {
  background: #fff;
}
.entry .form__btn-wrapper.active .form__btn {
  border-color: #0E4C95;
}
.entry .form__btn:hover {
  color: #0E4C95;
  background: url(../img/common/arrow-icon03.png) no-repeat center right 30px/20px;
  background: url(../img/common/arrow-icon03.png) no-repeat center right 1.875rem/1.25rem;
}

/* interview-archive */
/* interview-single */
.interview-single {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .interview-single {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .interview-single__header {
    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;
  }
}

.interview-single__mv {
  overflow: hidden;
}

.interview-single__mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
  .interview-single__mv-inner {
    display: block;
  }
}

.interview-single__mv-img {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .interview-single__mv-img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.interview-single__mv-body {
  width: 50%;
  padding-left: 100px;
  padding-left: 6.25rem;
}
@media screen and (max-width: 1400px) {
  .interview-single__mv-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview-single__mv-body {
    width: 95%;
    background: #fff;
    margin-top: -2.1875rem;
    padding: 0.1875rem 0.875rem 0.75rem;
    position: relative;
    z-index: 1;
  }
}

.interview-single__mv-number {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #DB1427;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .interview-single__mv-number {
    font-size: 0.625rem;
  }
}
.interview-single__mv-number span {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: -0.03em;
  margin-left: 4px;
  margin-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .interview-single__mv-number span {
    font-size: 1.5rem;
    margin-left: 0.125rem;
  }
}

.interview-single__mv-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0E4C95;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .interview-single__mv-title {
    font-size: 1.25rem;
    margin-top: 0.1875rem;
  }
}

.interview-single__mv-subtitle {
  display: inline-block;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: #0E4C95;
  border-bottom: 5px solid #DB1427;
  border-bottom: 0.3125rem solid #DB1427;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .interview-single__mv-subtitle {
    font-size: 1.1875rem;
    border-bottom: 0.1875rem solid #DB1427;
    margin-top: 1.125rem;
    padding: 0.3125rem 0.9375rem;
  }
}

.interview-single__content {
  padding: 125px 0 40px;
  padding: 7.8125rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .interview-single__content {
    padding: 1.875rem 0;
  }
}
.interview-single__content .l-inner {
  max-width: 1370px;
  max-width: 85.625rem;
}

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

.interview-single__img {
  width: 42.5%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .interview-single__img {
    width: 100%;
    position: static;
  }
}

.interview-single__items {
  width: 51%;
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .interview-single__items {
    width: 100%;
    padding-top: 0;
    margin-top: 3.125rem;
  }
}

.interview-single__item + .interview-single__item {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .interview-single__item + .interview-single__item {
    margin-top: 2.5rem;
  }
}

.interview-single__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #0E4C95;
  font-weight: 700;
  border-bottom: 2px solid #C3C3C3;
  border-bottom: 0.125rem solid #C3C3C3;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .interview-single__item-title {
    font-size: 1.125rem;
  }
}
.interview-single__item-title span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #DB1427;
  line-height: 1;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .interview-single__item-title span {
    font-size: 1.875rem;
  }
}

.interview-single__item-text {
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .interview-single__item-text {
    font-size: 0.9375rem;
  }
}

.interview-single__footer {
  background: #ECEFF4;
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .interview-single__footer {
    padding: 2.5rem 0;
  }
}

.interview-single__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 56px;
  gap: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .interview-single__cards {
    display: block;
  }
}

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

.interview-single__btn {
  text-align: center;
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .interview-single__btn {
    margin-top: 3.75rem;
  }
}

/* news-archive */
.news-archive {
  padding: 110px 0 100px;
  padding: 6.875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding: 3.4375rem 0 3.125rem;
  }
}

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

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

/* news-single */
.news-single {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .news-single {
    margin-top: 3.125rem;
  }
}
.news-single > .l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}

.news-single__content {
  padding: 140px 0 130px;
  padding: 8.75rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    padding: 1.875rem 0 3.75rem;
  }
}
.news-single__content .l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}

.news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-single__date {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-single__date {
    font-size: 1rem;
  }
}

.news-single__category {
  margin-left: 16px;
  margin-left: 1rem;
}
.news-single__category span {
  color: #0E4C95;
  border-radius: 1.5rem;
  border: 1px solid #0E4C95;
  border: 0.0625rem solid #0E4C95;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
}
@media screen and (max-width: 767px) {
  .news-single__category span {
    font-size: 0.8125rem;
    padding: 0.1875rem 0.5625rem;
  }
}

.news-single__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    margin-top: 0.3125rem;
  }
}

.news-single__post {
  margin-top: 16px;
  margin-top: 1rem;
}
.news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.news-single__post h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h2 {
    font-size: 1.25rem;
  }
}
.news-single__post h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h3 {
    font-size: 1.125rem;
  }
}
.news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    font-size: 1rem;
  }
}
.news-single__post p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .news-single__post p {
    font-size: 0.9375rem;
  }
}
.news-single__post p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__post figure:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__post li {
  line-height: 1.7;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-single__post li {
    font-size: 0.9375rem;
  }
}
.news-single__post li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.news-single__btn {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .news-single__btn {
    margin-top: 1.875rem;
  }
}

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

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

.data__text {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .data__text {
    text-align: left;
  }
}

.data__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 32px;
  gap: 2.5rem 2rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .data__items {
    gap: 0.625rem 0.625rem;
    margin-top: 3.125rem;
  }
}

.data__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.33333rem);
          flex: 0 1 calc(33.333% - 1.33333rem);
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(45, 52, 60, .06);
          box-shadow: 0px 0px 30px rgba(45, 52, 60, .06);
  border-radius: 1rem;
  padding: 32px 32px 35px;
  padding: 2rem 2rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .data__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.3125rem);
            flex: 0 1 calc(50% - 0.3125rem);
    border-radius: 0.4375rem;
    padding: 1.0625rem;
  }
}
.data__item:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(66.666% - 1.33333rem);
          flex: 0 1 calc(66.666% - 1.33333rem);
}
@media screen and (max-width: 767px) {
  .data__item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.data__item:first-child .data__item-inner {
  padding-right: 40px;
  padding-right: 2.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item:first-child .data__item-inner {
    padding-right: 0;
    margin-top: 0.3125rem;
  }
}
.data__item:first-child .data__item-number {
  color: #0E4C95;
  font-size: 48px;
  font-size: 3rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .data__item:first-child .data__item-number {
    font-size: 1.25rem;
  }
}
.data__item:first-child .data__item-number span {
  font-size: 120px;
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .data__item:first-child .data__item-number span {
    font-size: 3.375rem;
  }
}
.data__item:first-child .data__item-icon {
  width: 200px;
  width: 12.5rem;
  margin-right: 0;
  margin-left: 110px;
  margin-left: 6.875rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .data__item:first-child .data__item-icon {
    width: 5.5rem;
    margin-left: 2.1875rem;
    margin-bottom: 0;
  }
}
.data__item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(41% - 1.33333rem);
          flex: 0 1 calc(41% - 1.33333rem);
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 0.41667rem);
            flex: 0 1 calc(50% - 0.41667rem);
  }
}
.data__item:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(59% - 1.33333rem);
          flex: 0 1 calc(59% - 1.33333rem);
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.data__item:nth-child(4) .data__item-inner {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(4) .data__item-inner {
    margin-top: 1.25rem;
  }
}
.data__item:nth-child(4) .data__item-number {
  color: #0E4C95;
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(4) .data__item-number {
    margin-top: 0.3125rem;
  }
}
.data__item:nth-child(4) .data__item-text {
  margin-top: 0;
}
.data__item:nth-child(4) .data__item-icon {
  width: 400px;
  width: 25rem;
  margin-right: 0;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1400px) {
  .data__item:nth-child(4) .data__item-icon {
    width: 21.875rem;
  }
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(4) .data__item-icon {
    width: 12.5rem;
    margin-bottom: 0.625rem;
  }
}
.data__item:nth-child(5) .data__item-number {
  font-size: 70px;
  font-size: 4.375rem;
  color: #0E4C95;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(5) .data__item-number {
    font-size: 1.875rem;
  }
}
.data__item:nth-child(5) .data__item-icon {
  width: 138px;
  width: 8.625rem;
}
@media screen and (max-width: 767px) {
  .data__item:nth-child(5) .data__item-icon {
    width: 3.125rem;
  }
}
.data__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .data__item-title {
    font-size: 0.75rem;
  }
}

.data__item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.data__item-subtext {
  text-align: center;
  font-size: 50px;
  font-size: 3.125rem;
  color: #0E4C95;
  font-weight: 700;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .data__item-subtext {
    font-size: 1.25rem;
  }
}

.data__item-number {
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #DB1427;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .data__item-number {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}
.data__item-number span {
  font-family: "Roboto", sans-serif;
  font-size: 103px;
  font-size: 6.4375rem;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .data__item-number span {
    font-size: 2.5rem;
  }
}

.data__item-icon {
  width: 120px;
  width: 7.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .data__item-icon {
    width: 3.125rem;
  }
}

.data__item-text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .data__item-text {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

/* number */
/* welfare */
.welfare {
  background: #ECEFF4;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .welfare {
    padding: 3.75rem 0 3.125rem;
  }
}
.welfare .entitle {
  color: #fff;
}

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

.welfare__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: 20px 33px;
  gap: 1.25rem 2.0625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .welfare__items {
    display: block;
    margin-top: 3.125rem;
  }
}

.welfare__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.375rem);
          flex: 0 1 calc(33.333% - 1.375rem);
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .welfare__item + .welfare__item {
    margin-top: 1.5rem;
  }
}

.welfare__item-img img {
  border-radius: 1rem 1rem 0 0;
}

.welfare__item-body {
  min-height: 190px;
  min-height: 11.875rem;
  padding: 26px 20px 15px;
  padding: 1.625rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .welfare__item-body {
    min-height: unset;
    padding: 1.25rem 1.25rem;
  }
}

.welfare__item-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0E4C95;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .welfare__item-title {
    font-size: 1.125rem;
    padding-bottom: 0.3125rem;
  }
}
.welfare__item-title::after {
  position: absolute;
  content: "";
  width: 80px;
  width: 5rem;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: #DB1427;
}

.welfare__item-text {
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .welfare__item-text {
    font-size: 0.9375rem;
  }
}

/* privacy */
.privacy {
  padding: 75px 0 55px;
  padding: 4.6875rem 0 3.4375rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 3.75rem 0;
  }
}
.privacy .l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}

.privacy__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #B8CBE8;
  border-bottom: 0.0625rem solid #B8CBE8;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 1.25rem;
  }
}

.privacy__text {
  font-weight: 300;
  line-height: 1.75;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .privacy__text {
    font-size: 0.9375rem;
  }
}

.privacy__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.privacy__list-item + .privacy__list-item {
  margin-top: 32px;
  margin-top: 2rem;
}

.privacy__list-title {
  font-weight: 700;
}

.privacy__list-text {
  margin-top: 16px;
  margin-top: 1rem;
}
.privacy__list-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .privacy__list-text p {
    font-size: 0.9375rem;
  }
}
.privacy__list-text p span {
  display: inline-block;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.privacy__list-text ul ul {
  margin-left: 1em;
  margin-top: 16px;
  margin-top: 1rem;
}
.privacy__list-text ul ul ul {
  margin-left: 1em;
  margin-top: 16px;
  margin-top: 1rem;
}
.privacy__list-text li:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.privacy__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy__btn {
    margin-top: 2.5rem;
  }
}

/* recruit-data */
.recruit-data {
  padding: 70px 0;
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-data {
    padding: 1.25rem 0 6.25rem;
  }
}

.recruit-data__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
  gap: 0 4.375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__items {
    display: block;
    width: 16.25rem;
    max-width: 100%;
    margin: 3.75rem auto 0;
  }
}

.recruit-data__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 2.91667rem);
          flex: 0 1 calc(33.333% - 2.91667rem);
  background: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 0px 23.83px 0px rgba(45, 52, 60, .0588235294);
          box-shadow: 0px 0px 23.83px 0px rgba(45, 52, 60, .0588235294);
  padding: 30px 32px 24px;
  padding: 1.875rem 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__item {
    padding: 0.9375rem 1.25rem 1.875rem;
  }
  .recruit-data__item + .recruit-data__item {
    margin-top: 1rem;
  }
}
.recruit-data__item:first-child .recruit-data__item-icon {
  width: 121px;
  width: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__item:first-child .recruit-data__item-icon {
    width: 6.1875rem;
  }
}
.recruit-data__item:nth-child(2) .recruit-data__item-icon {
  width: 118px;
  width: 7.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__item:nth-child(2) .recruit-data__item-icon {
    width: 5.9375rem;
  }
}
.recruit-data__item:nth-child(3) .recruit-data__item-icon {
  width: 111px;
  width: 6.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__item:nth-child(3) .recruit-data__item-icon {
    width: 5.75rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-data__item-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;
    margin-top: 1.25rem;
  }
}

.recruit-data__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .recruit-data__item-title {
    font-size: 0.875rem;
  }
}

.recruit-data__item-number {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #DB1427;
}
@media screen and (max-width: 767px) {
  .recruit-data__item-number {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.recruit-data__item-number span {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__item-number span {
    font-size: 3.125rem;
  }
}

.recruit-data__item-icon {
  max-width: 100%;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-data__item-icon {
    margin: 0;
  }
}

.recruit-data__item-text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .recruit-data__item-text {
    font-size: 0.8125rem;
    margin-top: 0;
  }
}

.recruit-data__btn {
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit-data__btn {
    margin-top: 3.125rem;
  }
}

/* recruit-interview */
.recruit-interview {
  overflow: hidden;
  padding: 120px 0 170px;
  padding: 7.5rem 0 10.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview {
    padding: 1.25rem 0 5rem;
  }
}

.recruit-interview__cards {
  display: none;
  margin-top: 95px;
  margin-top: 5.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards {
    margin-left: 0;
    margin-top: 3.75rem;
  }
}
.recruit-interview__cards.slick-initialized {
  display: block;
}
.recruit-interview__cards .slick-list {
  margin-right: calc(50% - 50vw);
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards .slick-list {
    margin-right: 0;
    overflow: hidden;
  }
}
.recruit-interview__cards .slick-list li {
  margin: 0 15px;
  margin: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards .slick-list li {
    margin: 0;
  }
}
.recruit-interview__cards .slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards .slide-arrow {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.recruit-interview__cards .slide-arrow:hover {
  opacity: 1;
}
.recruit-interview__cards .prev-arrow {
  background: url(../img/common/arrow-icon10.svg) no-repeat center/contain;
  left: -40px;
  left: -2.5rem;
}
@media screen and (max-width: 1400px) {
  .recruit-interview__cards .prev-arrow {
    left: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards .prev-arrow {
    left: -0.625rem;
  }
}
.recruit-interview__cards .next-arrow {
  background: url(../img/common/arrow-icon03.svg) no-repeat center/contain;
  right: -20px;
  right: -1.25rem;
}
@media screen and (max-width: 1400px) {
  .recruit-interview__cards .next-arrow {
    right: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards .next-arrow {
    right: -0.625rem;
  }
}
.recruit-interview__cards .slider-dot {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -100px;
  bottom: -6.25rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .recruit-interview__cards .slider-dot {
    bottom: -3.4375rem;
  }
}
.recruit-interview__cards .slider-dot li {
  display: inline-block;
  background: #C3C3C3;
  border-radius: 50%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  cursor: pointer;
}
.recruit-interview__cards .slider-dot li:not(:last-child) {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.recruit-interview__cards .slider-dot li button {
  text-indent: -9999px;
}
.recruit-interview__cards .slider-dot li.slick-active {
  background: #0E4C95;
}

/* recruit */
.recruit {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 3.125rem;
  }
}

.recruit__wrapper {
  position: relative;
}

.recruit__img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  overflow: hidden;
}
.recruit__img.active {
  position: absolute;
  left: 0;
  top: 0;
}
.recruit__img img {
  height: 100%;
  max-height: 1000px;
  max-height: 62.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit__overlay {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 3;
  pointer-events: none;
  backdrop-filter: blur(42.1356px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
}

.recruit__content {
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  margin-top: -600px;
  margin-top: -37.5rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .recruit__content {
    padding-bottom: 3.75rem;
  }
}

.recruit__entitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit__entitle {
    width: 1.875rem;
  }
}

.recruit__inner {
  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) {
  .recruit__inner {
    display: block;
  }
}

.recruit__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit__body {
    width: 100%;
    padding-left: 2.5rem;
  }
}

.recruit__subtitle {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #092453;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .recruit__subtitle {
    font-size: 1.6875rem;
  }
}

.recruit__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #092453;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

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

/* requirements */
.requirements {
  background: #0E4C95;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .requirements {
    padding: 5rem 0 3.125rem;
  }
}
.requirements .entitle {
  color: #3064A1;
}
@media screen and (max-width: 767px) {
  .requirements .entitle {
    font-size: 2.375rem;
  }
}
.requirements .title {
  color: #fff;
}
.requirements .subtitle {
  color: #DB1427;
}

.requirements__content {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  padding: 80px;
  padding: 5rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .requirements__content {
    padding: 3.125rem 0.75rem;
  }
}

/* relocation */
/* flow */
.flow {
  background: #ECEFF4;
  padding: 70px 0;
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.125rem 0 4.375rem;
  }
}

.flow__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 2.1875rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1rem;
  padding: 24px 44px;
  padding: 1.5rem 2.75rem;
}
@media screen and (max-width: 767px) {
  .flow__item {
    display: block;
    padding: 1.25rem 0.75rem;
  }
}
.flow__item + .flow__item {
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item {
    margin-top: 5.3125rem;
  }
}
.flow__item + .flow__item::before {
  position: absolute;
  content: "";
  top: -75px;
  top: -4.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  width: 2.3125rem;
  height: 47px;
  height: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item::before {
    top: -3.75rem;
    width: 2.0625rem;
    height: 2.6875rem;
  }
}
.flow__item:nth-child(2)::before {
  background: url(../img/service/flow-icon01.png) no-repeat center/contain;
}
.flow__item:nth-child(3)::before {
  background: url(../img/service/flow-icon02.png) no-repeat center/contain;
}
.flow__item:nth-child(4)::before {
  background: url(../img/service/flow-icon03.png) no-repeat center/contain;
}

.flow__item-img {
  width: 288px;
  width: 18rem;
  min-width: 288px;
  min-width: 18rem;
}
@media screen and (max-width: 767px) {
  .flow__item-img {
    width: 9.8125rem;
    min-width: unset;
    margin: 0 auto;
  }
}

.flow__item-body {
  margin-left: 47px;
  margin-left: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .flow__item-body {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.flow__item-number {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #0E4C95;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .flow__item-number {
    font-size: 1.5625rem;
  }
}

.flow__item-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0E4C95;
}
@media screen and (max-width: 767px) {
  .flow__item-title {
    font-size: 1.25rem;
  }
}

.flow__item-text {
  font-weight: 700;
  letter-spacing: 0.03em;
  border-top: 3px solid #ECEFF4;
  border-top: 0.1875rem solid #ECEFF4;
  padding-top: 18px;
  padding-top: 1.125rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .flow__item-text {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
}

.flow__item-btn {
  text-align: left;
  width: 270px;
  width: 16.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 18px 32px;
  padding: 1.125rem 2rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .flow__item-btn {
    width: 18.75rem;
    margin: 1.25rem auto 0;
    padding: 0.875rem 2.9375rem;
  }
}

/* service-work */
.service-work {
  padding: 70px 0;
  padding: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .service-work {
    padding: 3.125rem 0;
  }
}

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

/* service */
/* top-about */
.top-about {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding-top: 3.75rem;
  }
}
.top-about .l-inner {
  max-width: 1350px;
  max-width: 84.375rem;
}
.top-about .title, .top-about .subtitle {
  text-align: left;
}

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

.top-about__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .top-about__img {
    width: 100%;
  }
}

.top-about__body {
  width: 51%;
  padding-top: 105px;
  padding-top: 6.5625rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-about__body {
    width: 100%;
    margin-top: 1.125rem;
    padding: 0;
  }
}

.top-about__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__subtitle {
    font-size: 1.0625rem;
    margin-top: erm(25);
  }
}

.top-about__text {
  line-height: 1.7;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    font-size: 0.9375rem;
  }
}

.top-about__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    margin: 1.5rem auto 0;
  }
}

.top-about__subimg {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .top-about__subimg {
    margin-top: 3.75rem;
  }
}

/* top-work */
/* top-feature */
.top-feature {
  padding: 90px 0 100px;
  padding: 5.625rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-feature {
    padding: 2.8125rem 0;
  }
}
.top-feature::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 400px;
  width: 25rem;
  height: 540px;
  height: 33.75rem;
  background: url(../img/top/top-feature-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-feature::after {
    width: 13.875rem;
    height: 18.8125rem;
    bottom: 6.9375rem;
  }
}

.top-feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  gap: 0 1.5rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .top-feature__items {
    display: block;
    margin-top: 2.1875rem;
  }
}

.top-feature__item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(45, 52, 60, .0588235294);
          box-shadow: 0px 0px 30px 0px rgba(45, 52, 60, .0588235294);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1rem);
          flex: 0 1 calc(33.333% - 1rem);
}
@media screen and (max-width: 767px) {
  .top-feature__item + .top-feature__item {
    margin-top: 1.5rem;
  }
}

.top-feature__item-body {
  padding: 18px 30px 18px 12px;
  padding: 1.125rem 1.875rem 1.125rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .top-feature__item-body {
    padding: 1.125rem 0.75rem;
  }
}

.top-feature__item-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0E4C95;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .top-feature__item-title {
    font-size: 1.0625rem;
  }
}

.top-feature__item-text {
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-feature__item-text {
    font-size: 0.9375rem;
  }
}

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

/* top-mv */
.top-mv {
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding-bottom: 0;
    padding-top: 5rem;
  }
}
.top-mv::before, .top-mv::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.top-mv::before {
  left: 0;
  top: -110px;
  top: -6.875rem;
  width: 750px;
  width: 46.875rem;
  max-width: 100%;
  height: 1020px;
  height: 63.75rem;
  background: url(../img/top/top-mv-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-mv::before {
    top: -4.375rem;
    width: 21.25rem;
    height: 29.125rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv::after {
    width: 9.125rem;
    height: 12.5rem;
    bottom: 0;
    right: 0;
    background: url(../img/top/top-mv-bg02.png) no-repeat center/contain;
    z-index: 1;
  }
}
.top-mv .l-inner {
  max-width: 1350px;
  max-width: 84.375rem;
}
@media screen and (max-width: 767px) {
  .top-mv .l-inner {
    padding: 0;
  }
}

.top-mv__inner {
  position: relative;
}

.top-mv__slider {
  width: 1200px;
  width: 75rem;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__slider {
    padding-left: 0;
  }
}

.top-mv__texts {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  left: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 11px rgba(130, 93, 93, .66);
}
@media screen and (max-width: 767px) {
  .top-mv__texts {
    left: 1.25rem;
    bottom: 6.5625rem;
  }
}

.top-mv__title {
  font-size: 50px;
  font-size: 3.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 1.875rem;
  }
}

.top-mv__text {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 0.8125rem;
  }
}

/* top-news */
.top-news {
  padding: 145px 0 150px;
  padding: 9.0625rem 0 9.375rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 4.375rem 0 4.6875rem;
  }
}
.top-news .l-inner {
  max-width: 1050px;
  max-width: 65.625rem;
}

.top-news__content {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-news__content {
    margin-top: 0.3125rem;
  }
}

.top-news__btn {
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-news__btn {
    margin-top: 2.5rem;
  }
}

/* top-recruit */
.top-recruit {
  padding: 160px 0 100px;
  padding: 10rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding: 4.6875rem 0 1.875rem;
  }
}
.top-recruit::after {
  position: absolute;
  content: "";
  width: 590px;
  width: 36.875rem;
  height: 819px;
  height: 51.1875rem;
  right: 0;
  bottom: 0;
  background: url(../img/top/top-recruit-bg02.png) no-repeat left top/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-recruit::after {
    width: 16.25rem;
    height: 22.5rem;
  }
}

.top-recruit__header {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__header {
    display: block;
    margin-top: 2.1875rem;
  }
}

.top-recruit__card {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top-recruit__card {
    width: 92%;
  }
}

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

.top-recruit__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #092453;
}
@media screen and (max-width: 767px) {
  .top-recruit__subtitle {
    font-size: 1.25rem;
  }
}

.top-recruit__text {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__text {
    font-size: 0.9375rem;
  }
}

.top-recruit__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.top-recruit__list-item {
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-recruit__list-item {
    font-size: 0.875rem;
  }
}
.top-recruit__list-item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

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

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

.top-recruit__heading {
  width: 15%;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-style: italic;
  color: #E0E0E0;
}
@media screen and (max-width: 767px) {
  .top-recruit__heading {
    width: 100%;
    font-size: 2.5rem;
  }
}

.top-recruit__item-wrapper {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-wrapper {
    width: 100%;
  }
}

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

.top-recruit__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 1.66667rem);
          flex: 0 1 calc(33.333% - 1.66667rem);
  background: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 0px 23.83px 0px rgba(45, 52, 60, .0588235294);
          box-shadow: 0px 0px 23.83px 0px rgba(45, 52, 60, .0588235294);
  padding: 23px 25px 18px;
  padding: 1.4375rem 1.5625rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__item {
    padding: 0.9375rem 1.25rem 1.875rem;
  }
  .top-recruit__item + .top-recruit__item {
    margin-top: 1rem;
  }
}
.top-recruit__item:first-child .top-recruit__item-icon {
  width: 113px;
  width: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__item:first-child .top-recruit__item-icon {
    width: 6.1875rem;
  }
}
.top-recruit__item:nth-child(2) .top-recruit__item-icon {
  width: 102px;
  width: 6.375rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__item:nth-child(2) .top-recruit__item-icon {
    width: 5.9375rem;
  }
}
.top-recruit__item:nth-child(3) .top-recruit__item-icon {
  width: 101px;
  width: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__item:nth-child(3) .top-recruit__item-icon {
    width: 5.75rem;
  }
}

@media screen and (max-width: 767px) {
  .top-recruit__item-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;
    margin-top: 1.25rem;
  }
}

.top-recruit__item-title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-title {
    font-size: 0.875rem;
  }
}

.top-recruit__item-number {
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #DB1427;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-number {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.top-recruit__item-number span {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-number span {
    font-size: 3.125rem;
  }
}

.top-recruit__item-icon {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-icon {
    margin: 0;
  }
}

.top-recruit__item-text {
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__item-text {
    font-size: 0.8125rem;
    margin-top: 0;
  }
}

.top-recruit__bottom-btn {
  margin-left: auto;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__bottom-btn {
    margin: 3.125rem auto 0;
  }
}

/* top-service */
.top-service {
  background: #ECEFF4;
  padding: 130px 0;
  padding: 8.125rem 0;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 1.875rem 0;
  }
}

.top-service__content {
  background: #fff;
  padding: 50px 100px 60px;
  padding: 3.125rem 6.25rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-service__content {
    padding: 2.1875rem 0.625rem 1.875rem;
  }
}

.top-service__subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-service__subtitle {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.top-service__text {
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    text-align: left;
    font-size: 0.9375rem;
    margin-top: 0.75rem;
  }
}

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

/* top-work */
.top-work {
  padding: 75px 0 60px;
  padding: 4.6875rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-work {
    padding: 2.5rem 0 1.25rem;
  }
  .top-work .l-inner {
    padding: 0 1.875rem;
  }
}
.top-work .title, .top-work .subtitle {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-work .title, .top-work .subtitle {
    text-align: center;
  }
}

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

.top-work__body {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .top-work__body {
    width: 100%;
  }
}

.top-work__text {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-work__text {
    margin-top: 1.25rem;
  }
}

.top-work__list {
  width: 62.5%;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-work__list {
    width: 100%;
    padding-top: 0;
    margin-top: 2.5rem;
  }
}

.top-work__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #333;
  border-bottom: 0.0625rem solid #333;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-work__list-item {
    display: block;
    padding-bottom: 0.9375rem;
  }
}
.top-work__list-item + .top-work__list-item {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .top-work__list-item + .top-work__list-item {
    margin-top: 2rem;
  }
}

.top-work__list-title {
  width: 30%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top-work__list-title {
    width: 100%;
    font-size: 1.125rem;
  }
}

.top-work__list-text {
  width: 62%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top-work__list-text {
    width: 100%;
    font-size: 0.9375rem;
    margin-top: 1.5625rem;
  }
}

/* warehousing */
@media screen and (max-width: 767px) {
  .warehousing .service-detail__img:first-child {
    padding: 0 0.625rem;
  }
}
/*# sourceMappingURL=style.css.map */
