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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

button {
  padding: 0;
}

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

/* l-page */
.l-page {
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    margin-top: 3.75rem;
  }
}

/* l-section */
.l-section {
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 5rem 0;
  }
}

/* breadcrumb */
.breadcrumb {
  padding: 8px 50px;
  padding: 0.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0.5rem 1rem;
  }
}

.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb__items {
    gap: 0 1.125rem;
  }
}

.breadcrumb__item + .breadcrumb__item {
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 11px;
  height: 0.6875rem;
  top: 7px;
  top: 0.4375rem;
  left: -16px;
  left: -1rem;
  background: url(../img/common/breadcrumb-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item + .breadcrumb__item::before {
    width: 0.3125rem;
    height: 0.625rem;
    top: 0.25rem;
    left: -0.75rem;
  }
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    font-size: 0.75rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb__item a {
  color: #007BC9;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item span {
    max-width: 11.25rem;
  }
}

/* btn */
.btn {
  display: block;
  width: 280px;
  width: 17.5rem;
  max-width: 100%;
  font-family: "Klee One", cursive;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 624.9375rem;
  border: 1px solid #004774;
  border: 0.0625rem solid #004774;
  background: #004774;
  padding: 15px 36px;
  padding: 0.9375rem 2.25rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 19.375rem;
    font-size: 0.9375rem;
    padding: 1rem 2.25rem;
  }
}
.btn::before, .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}
.btn::before {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  right: 24px;
  right: 1.5rem;
  background: #fff;
  border-radius: 50%;
}
.btn::after {
  width: 11px;
  width: 0.6875rem;
  height: 7px;
  height: 0.4375rem;
  right: 31px;
  right: 1.9375rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
.btn:hover {
  opacity: 1;
  color: #004774;
  background: #F6F7FA;
}
.btn:hover::before {
  background: #004774;
}
.btn:hover::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  right: 29px;
  right: 1.8125rem;
}

/* cv */
.cv {
  text-align: center;
  background: #F6F7FA;
  padding: 80px 0;
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cv::before {
  position: absolute;
  content: "";
  width: 260px;
  width: 16.25rem;
  height: 320px;
  height: 20rem;
  top: -10px;
  top: -0.625rem;
  left: 150px;
  left: 9.375rem;
  background: url(../img/common/cv-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cv::before {
    width: 12.5rem;
    height: 17.5rem;
    left: unset;
    top: -1.25rem;
    right: -0.625rem;
  }
}

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

.cv__content {
  background: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cv__content {
    padding: 3rem 1rem;
  }
}

.cv__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .cv__items {
    display: block;
  }
}

.cv__item {
  font-family: "Klee One", cursive;
}
@media screen and (max-width: 767px) {
  .cv__item + .cv__item {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.cv__item:first-child .cv__item-icon {
  width: 42px;
  width: 2.625rem;
}
@media screen and (max-width: 767px) {
  .cv__item:first-child .cv__item-icon {
    width: 2.0625rem;
  }
}
.cv__item:first-child .cv__item-btn {
  border: 1px solid #142E7B;
  border: 0.0625rem solid #142E7B;
  background: #142E7B;
}
.cv__item:first-child .cv__item-btn::after {
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
.cv__item:first-child .cv__item-btn:hover {
  background: #fff;
  color: #142E7B;
}
.cv__item:first-child .cv__item-btn:hover::before {
  background: #142E7B;
}
.cv__item:first-child .cv__item-btn:hover::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}
.cv__item:nth-child(2) {
  position: relative;
}
.cv__item:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 200px;
  height: 12.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: #CDDAE2;
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(2)::before {
    width: 100%;
    height: 0.0625rem;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.cv__item:nth-child(2) .cv__item-icon {
  width: 74px;
  width: 4.625rem;
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(2) .cv__item-icon {
    width: 3.625rem;
  }
}
.cv__item:nth-child(2) .cv__item-btn {
  border: 1px solid #007BC9;
  border: 0.0625rem solid #007BC9;
  background: #007BC9;
}
.cv__item:nth-child(2) .cv__item-btn::after {
  background: url(../img/common/arrow-icon07.png) no-repeat center/contain;
}
.cv__item:nth-child(2) .cv__item-btn:hover {
  background: #fff;
  color: #007BC9;
}
.cv__item:nth-child(2) .cv__item-btn:hover::before {
  background: #007BC9;
}
.cv__item:nth-child(2) .cv__item-btn:hover::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}

.cv__item-icon {
  max-width: 100%;
  margin: 0 auto;
}

.cv__item-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .cv__item-title {
    font-size: 1.125rem;
  }
}

.cv__item-btn {
  display: block;
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.03em;
  border-radius: 624.9375rem;
  padding: 20px;
  padding: 1.25rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__item-btn {
    font-size: 0.9375rem;
  }
}
.cv__item-btn::before, .cv__item-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}
.cv__item-btn::before {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  right: 28px;
  right: 1.75rem;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cv__item-btn::before {
    right: 1.5rem;
  }
}
.cv__item-btn::after {
  width: 11px;
  width: 0.6875rem;
  height: 7px;
  height: 0.4375rem;
  right: 35px;
  right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .cv__item-btn::after {
    right: 1.9375rem;
  }
}
.cv__item-btn:hover {
  opacity: 1;
}
.cv__item-btn:hover::after {
  right: 33px;
  right: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .cv__item-btn:hover::after {
    right: 1.8125rem;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  background: #F6F7FA;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 345px;
  width: 21.5625rem;
  max-width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-top: 8.75rem;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__item {
  text-align: center;
}
.drawer__item + .drawer__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.drawer__item a {
  display: block;
  font-family: "Klee One", cursive;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.drawer__item--contact {
  text-align: center;
}
.drawer__item--contact a {
  width: 240px;
  width: 15rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  background: #004774;
  border-radius: 624.9375rem;
  padding: 17px;
  padding: 1.0625rem;
  margin: 0 auto;
}

.drawer__logo {
  display: block;
  width: 253px;
  width: 15.8125rem;
  max-width: 100%;
  margin: 53px auto 0;
  margin: 3.3125rem auto 0;
}

/* fade */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.fade.active {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fade.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fade img {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}

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

.fnav__item + .fnav__item {
  margin-left: 32px;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .fnav__item + .fnav__item {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.fnav__item a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}

/* footer */
.footer {
  font-family: "Klee One", cursive;
  background: #002C48;
  color: #fff;
  padding: 70px 0 24px;
  padding: 4.375rem 0 1.5rem;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

.footer__logo {
  width: 273px;
  width: 17.0625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 15.375rem;
    margin-top: 4.0625rem;
  }
}

.footer__text {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

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

.footer__bottom {
  color: rgba(255, 255, 255, .7);
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    text-align: center;
    margin-top: 4.6875rem;
  }
}

.footer__link {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .footer__link {
    position: static;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 0.3125rem;
  }
}

/* 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-family: "Klee One", cursive;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
.gnav__item a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 25px;
  bottom: 1.5625rem;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #004774;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav__item a:hover {
  opacity: 1;
  color: #004774;
}
.gnav__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.gnav__item--contact a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 148px;
  width: 9.25rem;
  height: auto;
  color: #fff;
  background: #004774;
  border: 1px solid #004774;
  border: 0.0625rem solid #004774;
  border-radius: 624.9375rem;
  padding: 10px;
  padding: 0.625rem;
}
.gnav__item--contact a::after {
  display: none;
}
.gnav__item--contact a:hover {
  background: #fff;
}

/* hamburger */
.hamburger {
  position: absolute;
  z-index: 30;
  right: 16px;
  right: 1rem;
  top: 10px;
  top: 0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 20px;
  top: 1.25rem;
  width: 30px;
  width: 1.875rem;
}
.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;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #142E79;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  width: 25px;
  width: 1.5625rem;
  top: 10px;
  top: 0.625rem;
}
.hamburger__border:nth-child(2) {
  width: 30px;
  width: 1.875rem;
  top: 19px;
  top: 1.1875rem;
}
.hamburger__border:nth-child(3) {
  width: 20px;
  width: 1.25rem;
  top: 28px;
  top: 1.75rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 84px;
  height: 5.25rem;
  -webkit-box-shadow: 0px 3px 12px rgba(34, 34, 34, .12);
          box-shadow: 0px 3px 12px rgba(34, 34, 34, .12);
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.75rem;
  }
}

.header--top {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .header--top {
    opacity: 1;
    pointer-events: unset;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header--top.scrolled {
    background: #fff;
    -webkit-box-shadow: 0px 3px 12px rgba(34, 34, 34, .12);
            box-shadow: 0px 3px 12px rgba(34, 34, 34, .12);
  }
}
.header--top.active {
  opacity: 1;
  pointer-events: unset;
}

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

.header__logo {
  width: 253px;
  width: 15.8125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 11.3125rem;
  }
}
.header__logo a {
  display: block;
}

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

/* heading */
.heading {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  border-left: 5px solid #004774;
  border-left: 0.3125rem solid #004774;
  border-left: 5px solid #004774;
  border-left: 0.3125rem solid #004774;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 1.5rem;
    border-left: 0.1875rem solid #004774;
    padding-left: 0.75rem;
  }
}

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

/* mv */
.mv {
  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;
  height: 370px;
  height: 23.125rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 11.25rem;
  }
}
.mv .l-inner {
  max-width: 1250px;
  max-width: 78.125rem;
}
@media screen and (min-width: 1600px) {
  .mv .l-inner {
    max-width: unset;
    padding: 0 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .l-inner {
    padding: 0 1.25rem;
  }
}

.mv--interview .mv__img {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .mv--interview .mv__img {
    width: 62%;
  }
}

.mv__title {
  font-family: "Klee One", cursive;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  color: #004774;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__title--small {
    font-size: 1.5rem;
  }
}

.mv__subtitle {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  color: #fff;
  background: #004774;
  letter-spacing: 0.13em;
  -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
  padding: 5px 36px 5px 20px;
  padding: 0.3125rem 2.25rem 0.3125rem 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__subtitle {
    font-size: 0.875rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding: 0.125rem 0.625rem 0.125rem 0.375rem;
    margin-top: 0.25rem;
  }
}

.mv__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 77%;
  height: 100%;
  -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv__img {
    width: 62%;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 15;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* subtitle */
.subtitle {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  color: #007BC9;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 0.875rem;
  }
}

/* tab */
.tab__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
}

.tab__item.current button {
  background: #004774;
  color: #fff;
}
.tab__item.current button::after {
  background: url(../img/common/dropdown-icon02.png) no-repeat center/contain;
}
.tab__item a, .tab__item button {
  text-align: center;
  display: block;
  width: 100%;
  font-family: "Klee One", cursive;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #004774;
  letter-spacing: 0.03em;
  border-radius: 0.125rem;
  border: 2px solid rgba(0, 71, 116, .6);
  border: 0.125rem solid rgba(0, 71, 116, .6);
  padding: 24px 25px 24px 0;
  padding: 1.5rem 1.5625rem 1.5rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab__item a, .tab__item button {
    font-size: 1rem;
    padding: 0.9375rem 0.625rem;
  }
}
.tab__item a::after, .tab__item button::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 8px;
  height: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  right: 2.1875rem;
  background: url(../img/common/dropdown-icon03.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.tab__item a:hover, .tab__item button:hover {
  opacity: 1;
  background: #004774;
  color: #fff;
}
.tab__item a:hover::after, .tab__item button:hover::after {
  background: url(../img/common/dropdown-icon02.png) no-repeat center/contain;
}

/* text */
.text {
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 0.875rem;
  }
}

/* title-wrapper */
.title-wrapper {
  max-width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title-wrapper {
    margin: 0;
  }
}
.title-wrapper::before {
  position: absolute;
  content: "";
  width: 120px;
  width: 7.5rem;
  height: 165px;
  height: 10.3125rem;
  top: -20px;
  top: -1.25rem;
  left: -95px;
  left: -5.9375rem;
  background: url(../img/common/title-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .title-wrapper::before {
    width: 5.625rem;
    height: 5.9375rem;
    left: -4.6875rem;
    top: 0;
  }
}

.title-wrapper--top {
  margin: 0;
}
.title-wrapper--top::before {
  width: 150px;
  width: 9.375rem;
  height: 200px;
  height: 12.5rem;
  left: -120px;
  left: -7.5rem;
}
@media screen and (max-width: 767px) {
  .title-wrapper--top::before {
    width: 5.625rem;
    height: 5.9375rem;
    left: -4.6875rem;
  }
}

/* title */
.title {
  font-family: "Klee One", cursive;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.75rem;
  }
}
.title span {
  color: #007BC9;
}

/* company */
.company {
  background: #F6F7FA;
}

.company__tab {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .company__tab {
    margin-top: 3.75rem;
  }
}
.company__tab .l-inner {
  max-width: 1390px;
  max-width: 86.875rem;
}
.company__tab .tab__items {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .company__tab .tab__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
  }
}
.company__tab .tab__item a::after {
  right: 36px;
  right: 2.25rem;
}
.company__contents {
  padding-top: 200px;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .company__contents {
    padding-top: 6.25rem;
  }
}

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

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

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* greeting */
.greeting {
  padding-bottom: 240px;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-bottom: 5rem;
  }
}

.greeting__inner {
  position: relative;
}

.greeting__title {
  letter-spacing: 0.2em;
}

.greeting__text {
  width: 660px;
  width: 41.25rem;
  max-width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .greeting__text {
    width: 100%;
  }
}

.greeting__img {
  position: absolute;
  top: -60px;
  top: -3.75rem;
  right: 0;
  width: 38%;
}
@media screen and (max-width: 1200px) {
  .greeting__img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .greeting__img {
    position: static;
    width: 100%;
    margin-top: 2.5rem;
  }
}

/* group */
.group {
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .group {
    padding-bottom: 5rem;
  }
}
.group::before {
  position: absolute;
  content: "";
  width: 410px;
  width: 25.625rem;
  height: 270px;
  height: 16.875rem;
  top: -120px;
  top: -7.5rem;
  right: 0;
  background: url(../img/company/group-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .group::before {
    width: 12.5rem;
    height: 8.75rem;
    top: -3.125rem;
  }
}

.group__title {
  width: 250px;
  width: 15.625rem;
}

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

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

.group__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .group__item-inner {
    display: block;
  }
}
.group__item-inner:hover {
  opacity: 1;
}
.group__item-inner:hover .group__item-logo-wrapper {
  opacity: 0.5;
}
.group__item-inner:hover .group__item-body::before {
  background: #004774;
}
.group__item-inner:hover .group__item-body::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}

.group__item-logo-wrapper {
  width: 25%;
  background: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .group__item-logo-wrapper {
    width: 100%;
  }
}

.group__item-logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .group__item-logo img {
    height: auto;
    max-height: 12.5rem;
  }
}

.group__item-body {
  width: 75%;
  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;
  color: #fff;
  background: #004774;
  padding: 20px 120px 20px 40px;
  padding: 1.25rem 7.5rem 1.25rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .group__item-body {
    width: 100%;
    display: block;
    padding: 1.5rem 1.5rem;
  }
}
.group__item-body::before, .group__item-body::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .group__item-body::before, .group__item-body::after {
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
.group__item-body::before {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  background: #fff;
  border-radius: 50%;
  right: 50px;
  right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .group__item-body::before {
    width: 1.875rem;
    height: 1.875rem;
    right: 1.5rem;
    top: 1.5625rem;
  }
}
.group__item-body::after {
  width: 20px;
  width: 1.25rem;
  height: 14px;
  height: 0.875rem;
  right: 72px;
  right: 4.5rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .group__item-body::after {
    width: 0.75rem;
    height: 0.5625rem;
    right: 2.0625rem;
    top: 2.1875rem;
  }
}

.group__item-title {
  font-family: "Klee One", cursive;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .group__item-title {
    font-size: 1.375rem;
  }
}

.group__item-text {
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .group__item-text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1rem;
  }
}

/* history */
.history {
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .history {
    padding-bottom: 8.125rem;
  }
}
.history::before, .history::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.history::before {
  width: 380px;
  width: 23.75rem;
  height: 590px;
  height: 36.875rem;
  top: -90px;
  top: -5.625rem;
  right: 0;
  background: url(../img/company/history-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .history::before {
    width: 11.875rem;
    height: 18.125rem;
    top: -3.125rem;
  }
}
.history::after {
  width: 335px;
  width: 20.9375rem;
  height: 310px;
  height: 19.375rem;
  background: url(../img/company/history-bg03.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .history::after {
    width: 10rem;
    height: 9.375rem;
  }
}

.history__wrapper {
  position: relative;
}
.history__wrapper:before {
  position: absolute;
  content: "";
  width: 1160px;
  width: 72.5rem;
  height: 1610px;
  height: 100.625rem;
  background: url(../img/company/history-bg02.png) no-repeat center/contain;
  left: 0;
  top: 580px;
  top: 36.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .history__wrapper:before {
    width: 18.75rem;
    height: 26.25rem;
  }
}

.history__title {
  width: 83px;
  width: 5.1875rem;
}

.history__content {
  background: rgba(255, 255, 255, .9);
  margin-top: 80px;
  margin-top: 5rem;
  padding: 95px 100px 80px;
  padding: 5.9375rem 6.25rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__content {
    margin-top: 3.75rem;
    padding: 2.5rem 1rem;
  }
}

.history__img {
  position: absolute;
  right: -80px;
  right: -5rem;
  bottom: 460px;
  bottom: 28.75rem;
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .history__img {
    width: 9.375rem;
    right: -1.25rem;
    bottom: -6.875rem;
  }
}

.history__items {
  position: relative;
}
.history__items::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 15px;
  width: 0.9375rem;
  top: 0;
  left: 204px;
  left: 12.75rem;
  border-radius: 0.625rem;
  background: #EAF0F4;
}
@media screen and (max-width: 767px) {
  .history__items::before {
    display: none;
  }
}

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .history__item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .history__item + .history__item {
    border-top: 0.0625rem solid #ddd;
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}
.history__item + .history__item .history__item-year {
  padding-top: 27px;
  padding-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .history__item + .history__item .history__item-year {
    padding-top: 0;
  }
}
.history__item + .history__item .history__item-content {
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .history__item + .history__item .history__item-content {
    border-top: none;
    padding-top: 0;
  }
}
.history__item:first-child .history__item-year {
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .history__item:first-child .history__item-year {
    margin-top: 0;
  }
}
.history__item:last-child .history__item-content {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .history__item:last-child .history__item-content {
    padding-bottom: 0;
  }
}

.history__item-year {
  min-width: 204px;
  min-width: 12.75rem;
  font-family: "Klee One", cursive;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #004774;
}
@media screen and (max-width: 767px) {
  .history__item-year {
    min-width: unset;
    font-size: 1.5rem;
  }
}

.history__item-content {
  width: 100%;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .history__item-content {
    margin-top: 1.25rem;
    padding-bottom: 0;
  }
}

.history__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 31px;
  padding-left: 1.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__subitem {
    padding-left: 1.25rem;
  }
}
.history__subitem::before {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 50%;
  background: #004774;
  left: 0;
  top: 4px;
  top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .history__subitem::before {
    width: 0.625rem;
    height: 0.625rem;
    top: 0.375rem;
  }
}
.history__subitem + .history__subitem {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.history__subitem-month {
  min-width: 116px;
  min-width: 7.25rem;
  letter-spacing: 0.04em;
  color: #004774;
}
@media screen and (max-width: 767px) {
  .history__subitem-month {
    min-width: 2.8125rem;
  }
}

.history__subitem-text {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .history__subitem-text {
    font-size: 0.9375rem;
    margin-top: -0.1875rem;
  }
}

/* message */
.message__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) {
  .message__inner {
    display: block;
  }
}

.message__titles {
  width: 43%;
  padding-top: 115px;
  padding-top: 7.1875rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .message__titles {
    width: 100%;
    padding-top: 0;
  }
}

.message__img {
  margin-top: 90px;
  margin-top: 5.625rem;
  margin-left: -110px;
  margin-left: -6.875rem;
}
@media screen and (max-width: 767px) {
  .message__img {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.message__body {
  width: 53%;
  color: #fff;
  padding: 120px 0;
  padding: 7.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message__body {
    width: 100%;
    padding: 3.75rem 0;
  }
}
.message__body::before {
  position: absolute;
  content: "";
  width: 100vw;
  top: 0;
  bottom: 0;
  left: -125px;
  left: -7.8125rem;
  background: #004774;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message__body::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.125rem;
  }
}

.message__subtitle {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .message__subtitle {
    font-size: 1.5rem;
  }
}

.message__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.message__name {
  text-align: right;
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* outline */
.outline {
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .outline {
    padding-bottom: 5rem;
  }
}
.outline::before, .outline::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.outline::before {
  width: 375px;
  width: 23.4375rem;
  height: 480px;
  height: 30rem;
  top: -120px;
  top: -7.5rem;
  left: 0;
  background: url(../img/company/outline-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .outline::before {
    width: 11.875rem;
    height: 15rem;
    top: -5rem;
  }
}
.outline::after {
  width: 630px;
  width: 39.375rem;
  height: 860px;
  height: 53.75rem;
  bottom: 0;
  left: 0;
  background: url(../img/company/outline-bg03.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .outline::after {
    width: 12.5rem;
    height: 16.875rem;
  }
}

.outline__wrapper {
  position: relative;
  z-index: 1;
}
.outline__wrapper::before {
  position: absolute;
  content: "";
  width: 350px;
  width: 21.875rem;
  height: 550px;
  height: 34.375rem;
  top: 930px;
  top: 58.125rem;
  right: 0;
  background: url(../img/company/outline-bg02.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .outline__wrapper::before {
    width: 11.25rem;
    height: 17.5rem;
  }
}

.outline__title {
  width: 165px;
  width: 10.3125rem;
}

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

.outline__box {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, .5);
  padding: 80px 100px;
  padding: 5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .outline__box {
    padding: 2.5rem 1.25rem;
  }
}
.outline__box + .outline__box {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .outline__box + .outline__box {
    margin-top: 2.5rem;
  }
}

.outline__heading {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .outline__heading {
    font-size: 1.5rem;
  }
}

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

.outline__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding: 15px 0;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .outline__list-item {
    display: block;
    font-size: 0.9375rem;
    padding: 0.9375rem 0;
  }
}

.outline__list-title {
  min-width: 195px;
  min-width: 12.1875rem;
  font-weight: 500;
  color: #004774;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .outline__list-title {
    min-width: unset;
  }
}

.outline__list-text {
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .outline__list-text {
    margin-top: 0.625rem;
  }
}
.outline__list-text span {
  display: inline-block;
  min-width: 170px;
  min-width: 10.625rem;
}
@media screen and (max-width: 767px) {
  .outline__list-text span {
    min-width: 8.75rem;
  }
}
.outline__list-text li {
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}
.outline__list-text li:not(:first-child) {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.outline__list-text li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  top: 0.875rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background: url(../img/common/dot-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .outline__list-text li::before {
    top: 0.75rem;
  }
}
.outline__list-text a {
  display: inline-block;
  text-decoration: underline;
  color: #007BC9;
  background: url(../img/common/link-icon05.png) no-repeat center right/16px;
  background: url(../img/common/link-icon05.png) no-repeat center right/1rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}
.outline__list-text a:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* philosophy */
.philosophy {
  overflow: hidden;
  background: #fff;
  padding: 120px 0;
  padding: 7.5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 5rem 0;
  }
}
.philosophy::before {
  position: absolute;
  content: "";
  width: 800px;
  width: 50rem;
  height: 800px;
  height: 50rem;
  left: 0;
  bottom: -30px;
  bottom: -1.875rem;
  background: url(../img/company/philosophy-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .philosophy::before {
    width: 37.5rem;
    height: 37.5rem;
    bottom: 0;
    top: 9.375rem;
  }
}

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

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

.philosophy__subtitle {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .philosophy__subtitle {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .philosophy__btn + .philosophy__btn {
    margin-top: 1.25rem;
  }
  .philosophy__btn .btn {
    margin: 0 auto;
  }
}
.philosophy__btn .btn::before {
  display: none;
}
.philosophy__btn .btn::after {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  right: 24px;
  right: 1.5rem;
  background: url(../img/common/link-icon03.png) no-repeat center/contain;
}
.philosophy__btn .btn:hover::after {
  background: url(../img/common/link-icon04.png) no-repeat center/contain;
}

.philosophy__img {
  width: 50%;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .philosophy__img {
    width: 45%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .philosophy__img {
    width: 100%;
    margin-top: 2.5rem;
  }
}

/* sdgs */
.sdgs {
  background: #fff;
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .sdgs {
    padding: 5rem 0;
  }
}

.sdgs__logo {
  width: 320px;
  width: 20rem;
  max-width: 100%;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .sdgs__logo {
    width: 15.625rem;
    margin-top: 2.5rem;
  }
}

.sdgs__text {
  text-align: center;
  font-weight: 400;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.sdgs__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 35px;
  gap: 3.5rem 2.1875rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sdgs__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 0;
    margin-top: 2.5rem;
  }
}

.sdgs__item {
  min-height: 840px;
  min-height: 52.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #EAF0F4;
  -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, .06);
          box-shadow: 0px 0px 20px rgba(51, 51, 51, .06);
  border-radius: 0.25rem;
  padding: 40px 40px 56px;
  padding: 2.5rem 2.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item {
    min-height: unset;
    padding: 1.875rem 1rem;
  }
}
.sdgs__item:first-child .sdgs__item-title span {
  margin-right: 36px;
  margin-right: 2.25rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:first-child .sdgs__item-title span {
    margin-right: 0.625rem;
  }
}
.sdgs__item:first-child .sdgs__item-logo {
  width: 332px;
  width: 20.75rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:first-child .sdgs__item-logo {
    width: 12.5rem;
  }
}
.sdgs__item:nth-child(2) .sdgs__item-title span {
  font-size: 104px;
  font-size: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:nth-child(2) .sdgs__item-title span {
    font-size: 3.125rem;
  }
}
.sdgs__item:nth-child(2) .sdgs__item-logo {
  width: 216px;
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:nth-child(2) .sdgs__item-logo {
    width: 10rem;
  }
}
.sdgs__item:nth-child(3) .sdgs__item-logo {
  width: 100px;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:nth-child(3) .sdgs__item-logo {
    width: 4.375rem;
  }
}
.sdgs__item:nth-child(4) .sdgs__item-title span {
  font-size: 104px;
  font-size: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:nth-child(4) .sdgs__item-title span {
    font-size: 3.125rem;
  }
}
.sdgs__item:nth-child(4) .sdgs__item-logo {
  width: 216px;
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item:nth-child(4) .sdgs__item-logo {
    width: 9.375rem;
  }
}

.sdgs__item-title {
  min-height: 104px;
  min-height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Klee One", cursive;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item-title {
    min-height: unset;
    font-size: 1.5rem;
  }
}
.sdgs__item-title span {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .sdgs__item-title span {
    font-size: 2.75rem;
    margin-right: 0.625rem;
  }
}

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

.sdgs__item-logo {
  max-width: 100%;
  margin-top: auto;
}

/* contact */
.contact {
  overflow: hidden;
  background: #F6F7FA;
  position: relative;
  z-index: 1;
}
.contact::before, .contact::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.contact::before {
  width: 332px;
  width: 20.75rem;
  height: 380px;
  height: 23.75rem;
  top: 320px;
  top: 20rem;
  right: 0;
  background: url(../img/contact/contact-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contact::before {
    width: 10rem;
    height: 11.875rem;
    top: 17.5rem;
  }
}
.contact::after {
  width: 730px;
  width: 45.625rem;
  height: 960px;
  height: 60rem;
  top: 1700px;
  top: 106.25rem;
  left: 0;
  background: url(../img/contact/contact-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contact::after {
    width: 15.625rem;
    height: 21.875rem;
  }
}
.contact .l-inner {
  max-width: 1390px;
  max-width: 86.875rem;
}

.contact__wrapper {
  position: relative;
  z-index: 1;
}
.contact__wrapper::after {
  position: absolute;
  content: "";
  width: 630px;
  width: 39.375rem;
  height: 770px;
  height: 48.125rem;
  bottom: 0;
  right: 0;
  background: url(../img/contact/contact-bg03.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact__wrapper::after {
    width: 12.5rem;
    height: 15rem;
  }
}

.contact__tab .tab__items {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 16px;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .contact__tab .tab__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
  }
}
.contact__tab .tab__item a::after {
  right: 95px;
  right: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .contact__tab .tab__item a::after {
    right: 3.75rem;
  }
}

.contact__units {
  width: 1120px;
  width: 70rem;
  max-width: 100%;
  margin: 200px auto 0;
  margin: 12.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__units {
    margin-top: 3.75rem;
  }
}

.contact__unit {
  background: #fff;
  border-radius: 0.625rem;
  padding: 80px;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__unit {
    padding: 2.5rem 1rem;
  }
}
.contact__unit + .contact__unit {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact__unit + .contact__unit {
    margin-top: 3.75rem;
  }
}

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

.contact__list {
  width: 560px;
  width: 35rem;
  max-width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
}

.contact__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding: 22px 0;
  padding: 1.375rem 0;
}
@media screen and (max-width: 767px) {
  .contact__list-item {
    display: block;
    font-size: 0.9375rem;
    padding: 0.9375rem 0;
  }
}

.contact__list-title {
  min-width: 125px;
  min-width: 7.8125rem;
  font-weight: 500;
  color: #004774;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .contact__list-title {
    min-width: unset;
  }
}

.contact__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
  gap: 0 4.375rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .contact__list-text {
    display: block;
    margin-top: 0.625rem;
  }
}
.contact__list-text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact__list-text span {
    display: block;
  }
  .contact__list-text span:not(:first-child) {
    margin-top: 0.3125rem;
  }
}
.contact__list-text a {
  font-weight: 400;
  color: #007BC9;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}

.contact__map {
  width: 100%;
  padding-top: 38.4375%;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__map {
    padding-top: 100%;
    margin-top: 1.5625rem;
  }
}
.contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact__item + .contact__item {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__item + .contact__item {
    margin-top: 2.5rem;
  }
}
.contact__item .contact__list {
  width: 720px;
  width: 45rem;
}

.contact__text {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 0.875rem;
    margin-top: 1.5625rem;
  }
}

.contact__subtitle {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  color: #004774;
  line-height: 0.9;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact__subtitle {
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-top: 1.875rem;
  }
}
.contact__subtitle span {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .contact__subtitle span {
    font-size: 1rem;
    margin-top: 0.1875rem;
  }
}

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

@media screen and (max-width: 767px) {
  .contact__btn + .contact__btn {
    margin-top: 0.625rem;
  }
}
.contact__btn a {
  text-align: center;
  display: block;
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
  font-family: "Klee One", cursive;
  font-size: 18px;
  font-size: 1.125rem;
  color: #004774;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 624.9375rem;
  border: 2px solid #004774;
  border: 0.125rem solid #004774;
  padding: 22px;
  padding: 1.375rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__btn a {
    font-size: 1rem;
    padding: 0.9375rem 0.625rem 0.9375rem 0;
    margin: 0 auto;
  }
}
.contact__btn a::before, .contact__btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}
.contact__btn a::before {
  right: 24px;
  right: 1.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: #004774;
  border-radius: 50%;
}
.contact__btn a::after {
  width: 11px;
  width: 0.6875rem;
  height: 7px;
  height: 0.4375rem;
  right: 31px;
  right: 1.9375rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}
.contact__btn a:hover {
  opacity: 1;
  color: #fff;
  background: #004774;
}
.contact__btn a:hover::before {
  background: #fff;
}
.contact__btn a:hover::after {
  right: 29px;
  right: 1.8125rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

/* entry */
.entry {
  text-align: center;
  padding: 40px 0;
  padding: 2.5rem 0;
}
.entry .l-inner {
  max-width: 1390px;
  max-width: 86.875rem;
}
@media screen and (max-width: 767px) {
  .entry .l-inner {
    padding: 0 1rem;
  }
}

.entry__content {
  padding: 80px 20px;
  padding: 5rem 1.25rem;
  background: #F6F7FA;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entry__content {
    padding: 5rem 1rem;
  }
}
.entry__content::before, .entry__content::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.entry__content::before {
  width: 195px;
  width: 12.1875rem;
  height: 270px;
  height: 16.875rem;
  top: 70px;
  top: 4.375rem;
  left: 35px;
  left: 2.1875rem;
  background: url(../img/interview/entry-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .entry__content::before {
    width: 8.125rem;
    height: 10rem;
    top: 0.625rem;
    left: 0.625rem;
    background: url(../img/interview/entry-bg03.png) no-repeat center/contain;
  }
}
.entry__content::after {
  width: 185px;
  width: 11.5625rem;
  height: 231px;
  height: 14.4375rem;
  top: 50px;
  top: 3.125rem;
  right: 35px;
  right: 2.1875rem;
  background: url(../img/interview/entry-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .entry__content::after {
    width: 5.625rem;
    height: 6.25rem;
    top: unset;
    bottom: 0.625rem;
    right: 0.9375rem;
    background: url(../img/interview/entry-bg04.png) no-repeat center/contain;
  }
}

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

.entry__btn {
  display: block;
  width: 380px;
  width: 23.75rem;
  max-width: 100%;
  font-family: "Klee One", cursive;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
  border-radius: 624.9375rem;
  border: 1px solid #142E79;
  border: 0.0625rem solid #142E79;
  background: #142E79;
  padding: 21px 0;
  padding: 1.3125rem 0;
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry__btn {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 1rem 0;
  }
}
.entry__btn::before, .entry__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}
.entry__btn::before {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  right: 24px;
  right: 1.5rem;
  background: #fff;
  border-radius: 50%;
}
.entry__btn::after {
  width: 11px;
  width: 0.6875rem;
  height: 7px;
  height: 0.4375rem;
  right: 31px;
  right: 1.9375rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
.entry__btn:hover {
  opacity: 1;
  color: #004774;
  background: #F6F7FA;
}
.entry__btn:hover::before {
  background: #004774;
}
.entry__btn:hover::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  right: 29px;
  right: 1.8125rem;
}

/* interview-archive */
.interview-archive {
  background: #F6F7FA;
}

.interview-archive__header {
  text-align: center;
  font-family: "Klee One", cursive;
  color: #fff;
  background: url(../img/interview/interview-archive-bg01.jpg) no-repeat center/cover;
  padding: 160px 0;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .interview-archive__header {
    padding: 3.75rem 0;
  }
}

.interview-archive__subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .interview-archive__subtitle {
    font-size: 1.5rem;
  }
}

.interview-archive__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__text {
    text-align: left;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.interview-archive__content {
  overflow: hidden;
  padding: 120px 0 160px;
  padding: 7.5rem 0 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview-archive__content {
    padding: 3.75rem 0 5rem;
  }
}
.interview-archive__content::before, .interview-archive__content::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.interview-archive__content::before {
  width: 475px;
  width: 29.6875rem;
  height: 960px;
  height: 60rem;
  top: 35px;
  top: 2.1875rem;
  left: 0;
  background: url(../img/interview/interview-archive-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .interview-archive__content::before {
    width: 9.375rem;
    height: 18.75rem;
    top: 9.375rem;
  }
}
.interview-archive__content::after {
  width: 280px;
  width: 17.5rem;
  height: 520px;
  height: 32.5rem;
  bottom: 50px;
  bottom: 3.125rem;
  right: 0;
  background: url(../img/interview/interview-archive-bg03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .interview-archive__content::after {
    width: 6.875rem;
    height: 12.5rem;
    bottom: 0;
  }
}

.interview-archive__title-wrapper {
  width: 330px;
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__title-wrapper {
    width: 100%;
  }
}

.interview-archive__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 48px;
  gap: 5rem 3rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__items {
    display: block;
    margin-top: 2.5rem;
  }
}

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

.interview-archive__item-inner {
  display: block;
}
.interview-archive__item-inner:hover {
  opacity: 1;
}
.interview-archive__item-inner:hover .interview-archive__item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.interview-archive__item-inner:hover .interview-archive__item-link {
  color: #004774;
}
.interview-archive__item-inner:hover .interview-archive__item-link::before {
  background: url(../img/common/link-icon02.png) no-repeat center/contain;
}

.interview-archive__item-img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.interview-archive__item-img img {
  border-radius: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.interview-archive__item-title {
  font-family: "Klee One", cursive;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #004774;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__item-title {
    font-size: 1.125rem;
  }
}

.interview-archive__item-year {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.interview-archive__item-name {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__item-name {
    font-size: 1.75rem;
  }
}

.interview-archive__item-link-wrapper {
  text-align: right;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .interview-archive__item-link-wrapper {
    margin-top: 0.3125rem;
  }
}

.interview-archive__item-link {
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-archive__item-link {
    font-size: 1rem;
    padding-right: 1.875rem;
  }
}
.interview-archive__item-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  height: 0.375rem;
  left: 0;
  bottom: 0;
  background: url(../img/common/link-icon01.png) no-repeat center/contain;
}

/* interview-single */
.interview-single {
  background: #F6F7FA;
}

/* interview */
.interview__mv {
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview__mv {
    padding-top: 2.1875rem;
  }
}
.interview__mv::before {
  position: absolute;
  content: "";
  width: 330px;
  width: 20.625rem;
  height: 420px;
  height: 26.25rem;
  top: 140px;
  top: 8.75rem;
  left: 0;
  background: url(../img/interview/interview-bg01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview__mv::before {
    width: 7.5rem;
    height: 9.6875rem;
    top: 1.25rem;
  }
}

.interview__mv-title {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  color: #004774;
}
@media screen and (max-width: 767px) {
  .interview__mv-title {
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}

.interview__mv-img-wrapper {
  position: relative;
}

.interview__mv-img {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .interview__mv-img {
    margin: 1.25rem calc(50% - 50vw) 0;
  }
}

.interview__mv-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview__mv-texts {
    display: block;
    bottom: -1.875rem;
  }
}
.interview__mv-texts::before {
  position: absolute;
  content: "";
  background: #004774;
  top: -36px;
  top: -2.25rem;
  bottom: -36px;
  bottom: -2.25rem;
  right: -64px;
  right: -4rem;
  left: -80px;
  left: -5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview__mv-texts::before {
    top: -1.125rem;
    bottom: -1.125rem;
    left: unset;
    right: 0;
    width: 100vw;
  }
}

.interview__mv-text {
  line-height: 1.6;
  min-width: 153px;
  min-width: 9.5625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.interview__mv-name {
  font-family: "Klee One", cursive;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .interview__mv-name {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.3125rem;
  }
}
.interview__mv-name span {
  display: inline-block;
  font-size: 41px;
  font-size: 2.5625rem;
  letter-spacing: 0.05em;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .interview__mv-name span {
    font-size: 1.25rem;
    margin-right: 0;
  }
}

.interview__profile {
  padding: 150px 0 80px;
  padding: 9.375rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .interview__profile {
    padding: 6.25rem 0 4.0625rem;
  }
  .interview__profile .l-inner {
    padding: 0 1rem;
  }
}

.interview__profile-content {
  width: 970px;
  width: 60.625rem;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 32px;
  padding: 2.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview__profile-content {
    padding: 2rem 1rem;
  }
}

.interview__profile-title {
  font-family: "Manrope", sans-serif;
  font-size: 84px;
  font-size: 5.25rem;
  color: #004774;
  letter-spacing: 0.04em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -50px;
  top: -3.125rem;
}
@media screen and (max-width: 767px) {
  .interview__profile-title {
    font-size: 2.5rem;
    letter-spacing: 0.07em;
    left: 0.9375rem;
    top: -1.5625rem;
  }
}

.interview__unit {
  position: relative;
  z-index: 1;
}
.interview__unit::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.interview__unit:first-child {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .interview__unit:first-child {
    padding-bottom: 4.375rem;
  }
}
.interview__unit:first-child .interview__unit-img {
  width: 52%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .interview__unit:first-child .interview__unit-img {
    width: 100%;
  }
}
.interview__unit:first-child .interview__unit-img::before {
  position: absolute;
  content: "";
  width: 183px;
  width: 11.4375rem;
  height: 190px;
  height: 11.875rem;
  top: -50px;
  top: -3.125rem;
  left: -60px;
  left: -3.75rem;
  background: url(../img/interview/interview-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .interview__unit:first-child .interview__unit-img::before {
    width: 6.25rem;
    height: 6.875rem;
    top: -1.875rem;
    left: -2.1875rem;
  }
}
.interview__unit:first-child .interview__unit-header {
  width: 46%;
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .interview__unit:first-child .interview__unit-header {
    width: 100%;
    padding-top: 0;
  }
}
.interview__unit:nth-child(2) {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(2) {
    padding: 0;
  }
}
.interview__unit:nth-child(2)::before {
  width: 470px;
  width: 29.375rem;
  height: 800px;
  height: 50rem;
  top: -230px;
  top: -14.375rem;
  right: 0;
  background: url(../img/interview/interview-bg03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(2)::before {
    width: 16.875rem;
    height: 24.375rem;
    top: -3.125rem;
    background: url(../img/interview/interview-bg06.png) no-repeat center/contain;
  }
}
.interview__unit:nth-child(2) .interview__unit-img {
  width: 34%;
  left: 20px;
  left: 1.25rem;
  top: 280px;
  top: 17.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(2) .interview__unit-img {
    width: 88%;
    margin: 0.9375rem auto 0;
  }
}
.interview__unit:nth-child(2) .interview__unit-header {
  width: 65%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(2) .interview__unit-header {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.interview__unit:nth-child(2) .interview__unit-text {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(2) .interview__unit-text {
    margin-left: 0;
  }
}
.interview__unit:nth-child(3) {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(3) {
    padding: 4rem 0;
  }
  .interview__unit:nth-child(3)::before {
    position: absolute;
    content: "";
    width: 13.75rem;
    height: 29.375rem;
    top: 15rem;
    left: 0;
    background: url(../img/interview/interview-bg07.png) no-repeat center/contain;
  }
  .interview__unit:nth-child(3) .interview__unit-header {
    margin-top: 0;
  }
}
.interview__unit:nth-child(3) .interview__unit-text {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.interview__unit:nth-child(3) .interview__unit-text::before {
  display: none;
}
.interview__unit:nth-child(4) {
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(4) {
    padding-bottom: 5rem;
  }
  .interview__unit:nth-child(4)::before {
    width: 9.0625rem;
    height: 9.375rem;
    right: 0;
    top: 13.125rem;
    background: url(../img/interview/interview-bg08.png) no-repeat center/contain;
  }
}
.interview__unit:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 400px;
  width: 25rem;
  height: 550px;
  height: 34.375rem;
  left: 0;
  bottom: -130px;
  bottom: -8.125rem;
  background: url(../img/interview/interview-bg04.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(4)::after {
    width: 5.625rem;
    height: 7.5rem;
    bottom: 0.3125rem;
    background: url(../img/interview/interview-bg09.png) no-repeat center/contain;
  }
}
.interview__unit:nth-child(4) .interview__unit-img {
  left: 0;
  top: 0;
  width: 39%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(4) .interview__unit-img {
    width: 73vw;
    margin-left: calc(50% - 50vw);
  }
}
.interview__unit:nth-child(4) .interview__unit-header {
  width: 58%;
  margin-left: auto;
  padding-top: 110px;
  padding-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .interview__unit:nth-child(4) .interview__unit-header {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
}
.interview__unit:nth-child(4) .interview__unit-text {
  margin-left: auto;
}

.interview__unit-inner {
  position: relative;
}

.interview__unit-img {
  position: absolute;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .interview__unit-img {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .interview__unit-header {
    margin-top: 2rem;
  }
}

.interview__unit-subtitle {
  font-family: "Klee One", cursive;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #004774;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .interview__unit-subtitle {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }
}

.interview__unit-title {
  font-family: "Klee One", cursive;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  color: #004774;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .interview__unit-title {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}

.interview__unit-text {
  width: 58%;
  margin-top: 120px;
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .interview__unit-text {
    width: 100%;
    padding: 2rem 0;
    margin-top: 1.25rem;
  }
}
.interview__unit-text::before {
  position: absolute;
  content: "";
  background: #fff;
  top: -80px;
  top: -5rem;
  bottom: -80px;
  bottom: -5rem;
  left: -80px;
  left: -5rem;
  right: -80px;
  right: -5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview__unit-text::before {
    top: 0;
    bottom: 0;
    left: -1rem;
    right: -1rem;
  }
}

.interview__other {
  background: #fff;
  padding: 80px 0;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
.interview__other::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 380px;
  height: 23.75rem;
  left: 0;
  top: 115px;
  top: 7.1875rem;
  background: #EAF0F4;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .interview__other::before {
    top: unset;
    bottom: 3.125rem;
    height: 21.875rem;
  }
}

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

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

.interview__other-item {
  font-family: "Klee One", cursive;
  width: 320px;
  width: 20rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .interview__other-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview__other-item:first-child .interview__other-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.interview__other-item:first-child .interview__other-item-inner:hover .interview__other-item-link::before {
  background: url(../img/common/link-icon07.png) no-repeat center/contain;
}
.interview__other-item:first-child .interview__other-item-link {
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .interview__other-item:first-child .interview__other-item-link {
    padding-left: 1.25rem;
  }
}
.interview__other-item:first-child .interview__other-item-link::before {
  background: url(../img/common/link-icon06.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .interview__other-item:nth-child(2) {
    margin-top: 2.1875rem;
  }
}
.interview__other-item:nth-child(2) .interview__other-item-inner:hover .interview__other-item-link::before {
  background: url(../img/common/link-icon02.png) no-repeat center/contain;
}
.interview__other-item:nth-child(2) .interview__other-item-link-wrapper {
  text-align: right;
}
.interview__other-item:nth-child(2) .interview__other-item-link {
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .interview__other-item:nth-child(2) .interview__other-item-link {
    padding-right: 1.25rem;
  }
}
.interview__other-item:nth-child(2) .interview__other-item-link::before {
  background: url(../img/common/link-icon01.png) no-repeat center/contain;
}

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

.interview__other-item-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview__other-item-img {
    width: 45%;
  }
}
.interview__other-item-img::before {
  position: absolute;
  content: "";
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  left: 5px;
  left: 0.3125rem;
  top: 5px;
  top: 0.3125rem;
  background: url(../img/interview/interview-bg05.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .interview__other-item-img::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.interview__other-item-texts {
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .interview__other-item-texts {
    width: 49%;
    padding: 0;
    margin-top: 0;
  }
}

.interview__other-item-title {
  min-height: 90px;
  min-height: 5.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #004774;
}
@media screen and (max-width: 767px) {
  .interview__other-item-title {
    min-height: unset;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.interview__other-item-link-wrapper {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .interview__other-item-link-wrapper {
    margin-top: 0.9375rem;
  }
}

.interview__other-item-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview__other-item-link {
    font-size: 0.75rem;
  }
}
.interview__other-item-link::before {
  position: absolute;
  content: "";
  width: 163px;
  width: 10.1875rem;
  height: 8px;
  height: 0.5rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .interview__other-item-link::before {
    width: 6.875rem;
    height: 0.3125rem;
  }
}

.interview__other-btn {
  text-align: center;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-top: 250px;
  margin-top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .interview__other-btn {
    margin: 3.4375rem auto 0;
  }
}
.interview__other-btn::before {
  right: unset;
  left: 36px;
  left: 2.25rem;
}
.interview__other-btn::after {
  right: unset;
  left: 42px;
  left: 2.625rem;
  background: url(../img/common/arrow-icon03.png) no-repeat center/contain;
}
.interview__other-btn:hover::after {
  right: unset;
  left: 40px;
  left: 2.5rem;
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}

/* news-archive */
.news-archive {
  background: #F6F7FA;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news-archive::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 490px;
  width: 30.625rem;
  height: 600px;
  height: 37.5rem;
  right: 0;
  bottom: 30px;
  bottom: 1.875rem;
  background: url(../img/news/news-archive-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .news-archive::after {
    width: 12.5rem;
    height: 15.625rem;
    bottom: 0;
  }
}

.news-archive__category {
  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: 10px 10px;
  gap: 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .news-archive__category {
    gap: 0.375rem 0.375rem;
  }
}
.news-archive__category a, .news-archive__category span {
  text-align: center;
  font-family: "Klee One", cursive;
  font-weight: 600;
  min-width: 160px;
  min-width: 10rem;
  border: 1px solid #004774;
  border: 0.0625rem solid #004774;
  border-radius: 0.25rem;
  padding: 12px;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .news-archive__category a, .news-archive__category span {
    font-size: 0.875rem;
    min-width: 5.9375rem;
    padding: 0.625rem 0.3125rem;
  }
}
.news-archive__category a {
  color: #004774;
  background: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  opacity: 1;
}
.news-archive__category a:hover {
  color: #fff;
  background: #004774;
}
.news-archive__category span {
  color: #fff;
  background: #004774;
}

.news-archive__content {
  background: rgba(255, 255, 255, .9);
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 80px auto 0;
  margin: 5rem auto 0;
  padding: 80px 56px;
  padding: 5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    padding: 1.875rem 1rem 2.8125rem;
    margin-top: 2.5rem;
  }
}

.news-archive__item + .news-archive__item {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.news-archive__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding: 16px 35px 16px 8px;
  padding: 1rem 2.1875rem 1rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-archive__item-inner {
    display: block;
    padding: 0.9375rem 2.1875rem 0.9375rem 0;
  }
}
.news-archive__item-inner::before, .news-archive__item-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}
.news-archive__item-inner::before {
  right: 8px;
  right: 0.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border: 1px solid #004774;
  border: 0.0625rem solid #004774;
  border-radius: 50%;
  background: #004774;
}
.news-archive__item-inner::after {
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  right: 16px;
  right: 1rem;
  background: url(../img/common/arrow-icon06.png) no-repeat center/contain;
}
.news-archive__item-inner:hover {
  opacity: 1;
}
.news-archive__item-inner:hover::before {
  background: #fff;
}
.news-archive__item-inner:hover::after {
  background: url(../img/common/arrow-icon05.png) no-repeat center/contain;
  right: 14px;
  right: 0.875rem;
}
.news-archive__item-inner:hover .news-archive__item-title {
  color: #004774;
}

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

.news-archive__item-date {
  display: inline-block;
  min-width: 90px;
  min-width: 5.625rem;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .news-archive__item-date {
    min-width: 5rem;
    font-size: 0.875rem;
  }
}

.news-archive__item-category {
  min-width: 110px;
  min-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .news-archive__item-category {
    min-width: 5.625rem;
  }
}
.news-archive__item-category span {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 0.125rem;
  background: #004774;
  padding: 8px 13px;
  padding: 0.5rem 0.8125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news-archive__item-category span {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem;
  }
}

.news-archive__item-title {
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-left: 16px;
  margin-left: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news-archive__item-title {
    font-size: 0.875rem;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.news-archive__pagination {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.news-archive__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 24px;
  gap: 0.5rem 1.5rem;
}
.news-archive__pagination a, .news-archive__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;
  font-family: "Klee One", cursive;
  font-weight: 300;
  color: #004774;
  letter-spacing: 0.03em;
}
.news-archive__pagination .current {
  color: #222;
}
.news-archive__pagination .prev {
  margin-right: 22px;
  margin-right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination .prev {
    margin-right: 0.625rem;
  }
}
.news-archive__pagination .next {
  margin-left: 22px;
  margin-left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .news-archive__pagination .next {
    margin-left: 0.625rem;
  }
}

/* news-single */
.news-single {
  overflow: hidden;
  background: #F6F7FA;
  margin-top: 84px;
  margin-top: 5.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news-single {
    margin-top: 3.75rem;
  }
}
.news-single::before, .news-single::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.news-single::before {
  width: 460px;
  width: 28.75rem;
  height: 420px;
  height: 26.25rem;
  top: 40px;
  top: 2.5rem;
  right: 0;
  background: url(../img/news/news-single-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .news-single::before {
    width: 14.375rem;
    height: 13.125rem;
  }
}
.news-single::after {
  width: 570px;
  width: 35.625rem;
  height: 730px;
  height: 45.625rem;
  bottom: 0;
  left: 0;
  background: url(../img/news/news-single-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .news-single::after {
    width: 14.375rem;
    height: 18.75rem;
  }
}

.news-single__content {
  background: rgba(255, 255, 255, .9);
  padding: 80px 115px;
  padding: 5rem 7.1875rem;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    padding: 2.5rem 1rem;
  }
}

.news-single__category span {
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #004774;
  border-radius: 0.125rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .news-single__category span {
    font-size: 0.8125rem;
    padding: 0.25rem 0.625rem;
  }
}

.news-single__title {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border-bottom: 4px solid #004774;
  border-bottom: 0.25rem solid #004774;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.news-single__img {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.news-single__date {
  display: block;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__date {
    font-size: 0.875rem;
  }
}

.news-single__share {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
  background: url(../img/common/share-icon.png) no-repeat center left 10px/16px;
  background: url(../img/common/share-icon.png) no-repeat center left 0.625rem/1rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .news-single__share {
    font-size: 1.125rem;
  }
}

.news-single__post {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-family: "Klee One", cursive;
  font-weight: 600;
  line-height: 2;
  border-left: 8px solid #004774;
  border-left: 0.5rem solid #004774;
  padding-left: 12px;
  padding-left: 0.75rem;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    border-left: 0.3125rem solid #004774;
  }
}
.news-single__post h2 {
  font-size: 28px;
  font-size: 1.75rem;
  background: #EAF0F4;
}
@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 {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .news-single__post p {
    font-size: 0.875rem;
  }
}
.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 {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 1em;
  position: relative;
}
.news-single__post li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.news-single__btn {
  text-align: center;
  padding-left: 50px;
  padding-left: 3.125rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
.news-single__btn::before {
  right: unset;
  left: 36px;
  left: 2.25rem;
}
.news-single__btn::after {
  right: unset;
  left: 43px;
  left: 2.6875rem;
  background: url(../img/common/arrow-icon03.png) no-repeat center/contain;
  -webkit-transition: background 0.3s, left 0.3s;
  transition: background 0.3s, left 0.3s;
}
.news-single__btn:hover::after {
  left: 41px;
  left: 2.5625rem;
  background: url(../img/common/arrow-icon04.png) no-repeat center/contain;
}

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

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

/* service */
.service {
  background: #F6F7FA;
  position: relative;
  z-index: 1;
}
.service::before, .service::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.service::before {
  width: 250px;
  width: 15.625rem;
  height: 800px;
  height: 50rem;
  top: 640px;
  top: 40rem;
  left: 0;
  background: url(../img/service/service-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .service::before {
    width: 6.25rem;
    height: 25rem;
    top: 31.25rem;
  }
}
.service::after {
  width: 340px;
  width: 21.25rem;
  height: 540px;
  height: 33.75rem;
  top: 1540px;
  top: 96.25rem;
  right: 0;
  background: url(../img/service/service-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .service::after {
    width: 9.375rem;
    height: 15.625rem;
    top: 137.5rem;
  }
}

.service__wrapper {
  position: relative;
  z-index: 1;
}
.service__wrapper::before {
  position: absolute;
  content: "";
  width: 300px;
  width: 18.75rem;
  height: 400px;
  height: 25rem;
  left: 0;
  bottom: 0;
  background: url(../img/service/service-bg03.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service__wrapper::before {
    width: 6.25rem;
    height: 8.4375rem;
  }
}

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

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

.service__unit-body {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .service__unit-body {
    width: 100%;
  }
}

.service__unit-number {
  display: inline-block;
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__unit-number {
    font-size: 2rem;
  }
}
.service__unit-number::before {
  position: absolute;
  content: "";
  width: 93px;
  width: 5.8125rem;
  height: 93px;
  height: 5.8125rem;
  top: -30px;
  top: -1.875rem;
  left: -20px;
  left: -1.25rem;
  background: url(../img/service/service-title-bg.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service__unit-number::before {
    width: 4.375rem;
    height: 4.375rem;
    top: -1.375rem;
    left: -1.125rem;
  }
}

.service__unit-title {
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  color: #004774;
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__unit-title {
    font-size: 1.75rem;
  }
}

.service__unit-text {
  margin-top: 18px;
  margin-top: 1.125rem;
}

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

@media screen and (max-width: 767px) {
  .service__unit-btn {
    margin-top: 0.625rem;
  }
}
.service__unit-btn .btn {
  width: 260px;
  width: 16.25rem;
  color: #004774;
  background: transparent;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .service__unit-btn .btn {
    margin: 0 auto;
    padding: 0.9375rem 1.25rem;
  }
}
.service__unit-btn .btn::before {
  background: #004774;
  right: 19px;
  right: 1.1875rem;
}
.service__unit-btn .btn::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
  right: 26px;
  right: 1.625rem;
}
.service__unit-btn .btn:hover {
  opacity: 1;
  color: #fff;
  background: #004774;
}
.service__unit-btn .btn:hover::before {
  background: #fff;
}
.service__unit-btn .btn:hover::after {
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
  right: 24px;
  right: 1.5rem;
}

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

.service__unit-box {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .service__unit-box {
    margin-top: 1.875rem;
  }
}

.service__unit-box-title {
  font-family: "Klee One", cursive;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background: #004774;
  letter-spacing: 0.03em;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 16px 30px;
  padding: 1rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .service__unit-box-title {
    font-size: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}

.service__unit-box-body {
  background: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 25px 30px;
  padding: 1.5625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .service__unit-box-body {
    padding: 1.25rem 1.25rem;
  }
}

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

.service__unit-box-list-item {
  font-weight: 300;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #F6F7FA;
  border-bottom: 0.0625rem solid #F6F7FA;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .service__unit-box-list-item {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.service__unit-box-list-item + .service__unit-box-list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.service__unit-box-list-item span {
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  min-width: 184px;
  min-width: 11.5rem;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .service__unit-box-list-item span {
    font-size: 1rem;
    min-width: unset;
  }
}
.service__unit-box-list-item a {
  display: inline-block;
  color: #007BC9;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.service__unit-box-btn {
  text-align: center;
  width: 380px;
  width: 23.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #004774;
  background: transparent;
  padding: 22px;
  padding: 1.375rem;
}
@media screen and (max-width: 767px) {
  .service__unit-box-btn {
    padding: 0.9375rem 1.25rem 0.9375rem 0;
    margin: 1.25rem auto 0;
  }
}
.service__unit-box-btn::before {
  background: #004774;
}
.service__unit-box-btn::after {
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}
.service__unit-box-btn:hover {
  opacity: 1;
  color: #fff;
  background: #004774;
}
.service__unit-box-btn:hover::before {
  background: #fff;
}
.service__unit-box-btn:hover::after {
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

.service__unit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .service__unit-inner {
    display: block;
  }
}

.service__unit-texts {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .service__unit-texts {
    width: 100%;
  }
}

.service__unit-subtitle {
  font-family: "Klee One", cursive;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #004774;
}
@media screen and (max-width: 767px) {
  .service__unit-subtitle {
    font-size: 1.25rem;
  }
}

.service__unit-subtext {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.service__unit-subimg {
  width: 240px;
  width: 15rem;
  max-width: 100%;
  margin-left: 80px;
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .service__unit-subimg {
    margin: 2.5rem auto 0;
  }
}

.service__unit-subbox {
  width: 720px;
  width: 45rem;
  max-width: 100%;
  border-radius: 0.625rem;
  background: #EAF0F4;
  margin: 65px auto 0;
  margin: 4.0625rem auto 0;
  padding: 70px 72px 65px;
  padding: 4.375rem 4.5rem 4.0625rem;
}
@media screen and (max-width: 767px) {
  .service__unit-subbox {
    padding: 2.5rem 1.25rem;
  }
}

.service__unit-subbox-title {
  text-align: center;
  font-family: "Klee One", cursive;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .service__unit-subbox-title {
    font-size: 1.5rem;
  }
}
.service__unit-subbox-title span {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .service__unit-subbox-title span {
    font-size: 1rem;
  }
}

.service__unit-subbox-img {
  width: 343px;
  width: 21.4375rem;
  max-width: 100%;
  margin: 32px auto 0;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .service__unit-subbox-img {
    margin-top: 1.25rem;
  }
}

.service__unit-subbox-text {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .service__unit-subbox-text {
    margin-top: 1.25rem;
  }
}

/* top-company */
.top-company {
  background: #F6F7FA;
  padding: 200px 0 280px;
  padding: 12.5rem 0 17.5rem;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 6.25rem 0;
  }
}
.top-company.active .top-company__inner::before, .top-company.active .top-company__inner::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.top-company__inner {
  position: relative;
  z-index: 1;
}
.top-company__inner::before, .top-company__inner::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  z-index: -1;
}
.top-company__inner::before {
  width: 510px;
  width: 31.875rem;
  height: 510px;
  height: 31.875rem;
  background: url(../img/top/top-company-bg01.png) no-repeat center/contain;
  left: -240px;
  left: -15rem;
  top: -150px;
  top: -9.375rem;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .top-company__inner::before {
    width: 10.625rem;
    height: 10.625rem;
    left: 9.6875rem;
    top: -5.3125rem;
  }
}
.top-company__inner::after {
  width: 280px;
  width: 17.5rem;
  height: 280px;
  height: 17.5rem;
  background: url(../img/top/top-company-bg02.png) no-repeat center/contain;
  left: 20px;
  left: 1.25rem;
  top: 310px;
  top: 19.375rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .top-company__inner::after {
    width: 5.9375rem;
    height: 5.9375rem;
    left: 15rem;
    top: 4.375rem;
  }
}

.top-company__bg01, .top-company__bg02 {
  position: absolute;
}

.top-company__body {
  width: 720px;
  width: 45rem;
  max-width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-company__body {
    width: 100%;
    margin-left: 0;
  }
}

.top-company__title {
  font-family: "Klee One", cursive;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .top-company__title {
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}
.top-company__title span {
  color: #007BC9;
}

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

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

/* top-interview */
@media screen and (max-width: 767px) {
  .top-interview .l-section {
    padding: 6.25rem 0;
  }
}

.top-interview__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-interview__inner {
    display: block;
  }
}

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

.top-interview__text {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-interview__text {
    margin-top: 2.5rem;
  }
}

.top-interview__btn {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-interview__btn {
    margin-top: 2.5rem;
  }
}

.top-interview__img {
  width: 49vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top-interview__img {
    width: 100vw;
    margin: 4rem calc(50% - 50vw) 0;
  }
}
.top-interview__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* top-mv */
video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.top-mv {
  background: #F6F7FA;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding-top: 3.75rem;
  }
}

.top-mv__slider {
  -webkit-clip-path: url(#twoPentagons-pc);
  clip-path: url(#twoPentagons-pc);
}
@media screen and (max-width: 767px) {
  .top-mv__slider {
    -webkit-clip-path: url(#twoPentagons-sp);
    clip-path: url(#twoPentagons-sp);
  }
}

/* ズームイン用アニメーション */
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); /* 倍率はお好みで調整 */
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); /* 倍率はお好みで調整 */
  }
}
/* slick-current の img にズームアニメーションを付与 */
.top-mv__slider .slick-current img {
  -webkit-animation: zoomIn 10s linear forwards;
          animation: zoomIn 10s linear forwards;
}

/* 非アクティブ時は必ずリセット */
.top-mv__slider .slick-slide img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: none;
          animation: none; /* ←追加：過去のアニメをリセット */
}

.mask-wrap {
  width: 100%;
  height: auto;
  margin-top: -30px;
  margin-top: -1.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mask-wrap {
    width: 25rem;
    max-width: 100%;
    margin: -3.75rem auto 0;
  }
}

.top-mv__inner {
  width: 1440px;
  width: 90rem;
  max-width: 100%;
  height: 900px;
  height: 56.25rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv__inner {
    height: 38.75rem;
  }
}

.top-mv__bg video, .top-mv__bg img {
  width: 100%;
  height: 910px;
  height: 56.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top-mv__bg video, .top-mv__bg img {
    height: 31.25rem;
  }
}

.top-mv__body {
  position: absolute;
  left: 50px;
  left: 3.125rem;
  top: 24px;
  top: 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__body {
    left: 2rem;
    top: 26.25rem;
  }
}

.top-mv__logo {
  display: block;
  width: 253px;
  width: 15.8125rem;
}

.top-mv__nav {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.top-mv__link + .top-mv__link {
  margin-top: 22px;
  margin-top: 1.375rem;
}
.top-mv__link a {
  display: inline-block;
  font-family: "Klee One", cursive;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top-mv__link a:hover {
  opacity: 1;
  color: #007BC9;
}

.top-mv__title {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 2.125rem;
    letter-spacing: 0.13em;
    margin-top: 0;
  }
}
.top-mv__title span {
  display: inline-block;
}
.top-mv__title span:last-child {
  margin-left: 110px;
  margin-left: 6.875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title span:last-child {
    margin-left: 5.3125rem;
    margin-top: 0;
  }
}

.top-mv__text {
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 115px;
  margin-left: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}
.top-mv__text span {
  color: #007BC9;
}

/* top-news */
.top-news {
  background: #F6F7FA;
}
.top-news .title {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .top-news .title {
    font-size: 1.75rem;
  }
}

.top-news__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-news__inner {
    display: block;
  }
}

.top-news__body {
  width: 78.5%;
}
@media screen and (max-width: 767px) {
  .top-news__body {
    width: 100%;
    margin-top: 3rem;
  }
}

.top-news__items {
  background: #fff;
  padding: 60px 76px;
  padding: 3.75rem 4.75rem;
}
@media screen and (max-width: 767px) {
  .top-news__items {
    padding: 2.5rem 1rem;
  }
}

.top-news__item + .top-news__item {
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd;
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.top-news__item-inner {
  display: block;
}
.top-news__item-inner:hover {
  opacity: 1;
}
.top-news__item-inner:hover .top-news__item-title {
  color: #004774;
}

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

.top-news__item-date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  min-width: 80px;
  min-width: 5rem;
}
@media screen and (max-width: 767px) {
  .top-news__item-date {
    font-size: 0.8125rem;
    min-width: 4.6875rem;
  }
}

.top-news__item-category span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  color: #fff;
  background: #004774;
  border-radius: 1.5rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .top-news__item-category span {
    font-size: 0.75rem;
  }
}

.top-news__item-title {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news__item-title {
    font-size: 0.875rem;
  }
}

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

/* top-service */
.top-service {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-service .l-section {
    padding: 6.25rem 0;
  }
}
.top-service::before, .top-service::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.top-service::before {
  width: 350px;
  width: 21.875rem;
  height: 375px;
  height: 23.4375rem;
  right: 140px;
  right: 8.75rem;
  top: 50px;
  top: 3.125rem;
  background: url(../img/top/top-service-bg01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-service::before {
    width: 11.5625rem;
    height: 12.8125rem;
    right: -3.125rem;
    top: 7.1875rem;
  }
}
.top-service::after {
  width: 490px;
  width: 30.625rem;
  height: 550px;
  height: 34.375rem;
  left: 0;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(../img/top/top-service-bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-service::after {
    width: 18.75rem;
    height: 21.875rem;
    left: -1.875rem;
    bottom: 1.5625rem;
  }
}

.top-service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
  gap: 0 3.125rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .top-service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 0;
    margin-top: 4rem;
  }
}

.top-service__item-title {
  font-family: "Klee One", cursive;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

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

.top-service__btn {
  margin-top: 64px;
  margin-top: 4rem;
  margin-left: auto;
}

/* top-slider */
.top-slider__items {
  display: none;
}
.top-slider__items.slick-initialized {
  display: block;
}
/*# sourceMappingURL=style.css.map */
