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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  color: #707070;
  font-size: 1rem;
  line-height: 1.55;
  text-rendering: optimizeSpeed;
}

*:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  display: block;
}

img,
picture,
svg {
  display: block;
}

img,
picture {
  height: auto;
  width: 100%;
}

input,
button,
textarea,
select {
  border-radius: 0;
  color: inherit;
  font: inherit;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: inherit;
}
select::-ms-value {
  background: transparent;
  color: inherit;
}
select::-ms-expand {
  display: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

a:not([class]) {
  color: #8b8b8b;
}
a:not([class]):hover {
  color: #005ba9;
}

.c-button {
  background: rgba(0, 91, 169, 0.18);
  display: inline-flex;
  position: relative;
}
.c-button::before {
  background: #005ba9;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16);
  content: "";
  display: block;
  position: absolute;
  right: 1px;
}
.c-button span {
  align-items: center;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16);
  color: #005ba9;
  display: flex;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}
.c-button svg {
  margin: auto 0;
  position: absolute;
  top: 0;
}
.c-button path {
  fill: #005ba9;
  transition-duration: 0.2s;
  transition-property: fill;
  transition-timing-function: ease;
}

.c-more {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.c-more span {
  align-items: center;
  border-radius: 50%;
  bottom: 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-more svg {
  height: auto;
  position: relative;
  width: 2.9rem;
}

.c-link {
  position: relative;
}
.c-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
}

.c-grid__item {
  align-items: flex-start;
  background: no-repeat center center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.c-grid__item::before {
  background: #005ba9;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.68;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.c-grid__item .c-more {
  position: absolute;
  right: 0;
  z-index: 1;
}

.c-grid__title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.c-grid__text {
  font-weight: 500;
  position: relative;
}

.c-wave__container {
  position: relative;
}

.c-wave {
  display: block;
  height: auto;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.c-wave:first-child {
  top: -1px;
}
.c-wave:last-child {
  bottom: -1px;
}
.c-wave svg {
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
}
.c-wave path[data-wave-path-2] {
  display: none;
}

.c-people {
  position: relative;
  z-index: 1;
}
.c-people::before,
.c-people::after {
  background: no-repeat center center/cover;
  bottom: 0;
  content: "";
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}

.c-people__photo {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.c-people__data {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.c-people__category {
  color: #005ba9;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.c-people__name {
  color: #222;
  font-size: 2.2rem;
  font-weight: 500;
}

.c-people__title {
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-title {
  position: relative;
}
.c-title b {
  color: #005ba9;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
}
.c-title img {
  height: 9.3rem;
  width: auto;
}
.c-title.for-message b {
  left: 11rem;
}
.c-title.for-people b {
  left: 7rem;
}
.c-title.for-company b {
  left: 7.6rem;
}

html[data-with-loading] {
  overflow-y: hidden;
}

.c-cover {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 1s;
  transition-property: opacity;
  transition-timing-function: ease;
  z-index: 99999;
}

html[data-with-loading] .c-cover {
  opacity: 1;
  pointer-events: all;
}

html:not([data-with-loading]) .c-cover {
  opacity: 0;
  pointer-events: none;
}

body.has-ring-bg {
  position: relative;
}

.c-ring-bg {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 4999;
}

.c-ring-bg__inner {
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  transform: rotate(30deg);
  transform-origin: left top;
}
.c-ring-bg__inner canvas {
  opacity: 0.08;
  position: absolute;
  right: 0;
  top: 0;
}

.c-form__text,
.c-form__textarea,
.c-form__select {
  background: #fff;
  border: 1px solid #005ba9;
  display: inline-block;
}
.c-form__text.has-error,
.c-form__text.formrun-has-error,
.c-form__textarea.has-error,
.c-form__textarea.formrun-has-error,
.c-form__select.has-error,
.c-form__select.formrun-has-error {
  background: #ffe5e5;
}
.c-form__text.is-static,
.c-form__textarea.is-static,
.c-form__select.is-static {
  border-color: rgba(0, 91, 169, 0.2);
}

.c-form__appendix {
  display: inline-block;
}
.c-form__text::-moz-placeholder,
.c-form__textarea::-moz-placeholder,
.c-form__appendix::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.c-form__text:-ms-input-placeholder,
.c-form__textarea:-ms-input-placeholder,
.c-form__appendix:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.c-form__text::placeholder,
.c-form__textarea::placeholder,
.c-form__appendix::placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.c-form__appendix {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.c-form__textarea {
  resize: vertical;
}
.c-form__textarea.is-static {
  white-space: pre-wrap;
}

.c-form__select {
  position: relative;
}
.c-form__select::after {
  background: url(/recruit/assets/images/common/select.svg) no-repeat center
    center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 0.9rem;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
.c-form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 100%;
  padding-left: 3rem;
  padding-right: 5rem;
  width: 100%;
}
.c-form__select select.without-selection {
  color: #aaa;
}
.c-form__select select.formrun-has-error {
  background: #ffe5e5;
}

.c-form__checkbox,
.c-form__radio {
  position: relative;
}
.c-form__checkbox > input,
.c-form__radio > input {
  left: 0;
  opacity: 0;
  position: absolute;
}
.c-form__checkbox > input + span,
.c-form__radio > input + span {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  line-height: 1;
}
.c-form__checkbox > input + span::before,
.c-form__radio > input + span::before {
  background: #fff;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16),
    inset 0 0 0 0 rgba(0, 91, 169, 0);
  content: "";
  display: block;
  margin-right: 2rem;
  transition-duration: 0.2s;
  transition-property: box-shadow;
  transition-timing-function: ease;
}
.c-form__checkbox > input.formrun-has-error + span,
.c-form__radio > input.formrun-has-error + span {
  color: #e00;
}

.c-form__radio-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-form__button {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
}
.c-form__button > span:first-of-type {
  align-items: center;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.c-form__button > span:first-of-type path {
  fill: #005ba9;
}

.c-form__upload {
  position: relative;
  width: 100%;
}
.c-form__upload input[type="file"] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-form__upload .c-form__text {
  flex-grow: 1;
}
.c-form__upload .c-form__text.is-disabled {
  color: #aaaaaa;
}
.c-form__upload .formrun-has-error ~ .c-form__text {
  background: #ffe5e5;
}

.c-form__required {
  color: #f00;
}

.c-form__label {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.c-form__label .c-form__required {
  margin-left: 0.25em;
}

.c-form__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.c-form__group .c-form__label {
  flex-basis: 100%;
  width: 100%;
}
.c-form__group .c-form__text,
.c-form__group .c-form__textarea {
  width: 100%;
}
.c-form__group .c-form__upload .c-form__text {
  width: auto;
}
.c-form__group.for-tel .c-form__text + span {
  text-align: center;
}

.c-form__note {
  flex-basis: 100%;
  width: 100%;
}
.c-form__note > p {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.c-form__note > p > span {
  flex-basis: 1.2em;
  flex-shrink: 0;
  width: 1.2em;
}

.c-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease;
  z-index: 5000;
}

.c-header__brand a {
  display: block;
}

html.is-auto-hide .c-header {
  transform: translate(0, -100%);
}

.c-menu__button {
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.2s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
  z-index: 6001;
}
.c-menu__button path {
  transform-origin: center center;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease;
}

html.is-menu-showing .c-menu__button path:first-child,
html.is-menu-shown .c-menu__button path:first-child,
html.is-menu-hiding .c-menu__button path:first-child {
  transform: scale(2) rotate(45deg);
}
html.is-menu-showing .c-menu__button path:last-child,
html.is-menu-shown .c-menu__button path:last-child,
html.is-menu-hiding .c-menu__button path:last-child {
  transform: scale(2) rotate(-45deg);
}

.c-menu {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 6000;
}

html.is-menu-showing .c-menu,
html.is-menu-shown .c-menu,
html.is-menu-hiding .c-menu {
  display: block;
  height: 100vh;
  width: 100vw;
}
html.is-menu-showing.ios .c-menu,
html.is-menu-shown.ios .c-menu,
html.is-menu-hiding.ios .c-menu {
  height: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
}

html.is-menu-shown .c-menu {
  background: #fff;
  overflow: auto;
}

.c-menu__shadow {
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.16);
  box-sizing: content-box;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: transform;
  transition-timing-function: ease;
}

html.is-menu-showing .c-menu__shadow {
  -webkit-animation: 0.3s ease-in-out 1 forwards;
  animation: 0.3s ease-in-out 1 forwards;
}

html.is-menu-shown .c-menu__shadow {
  display: none;
}

html.is-menu-hiding .c-menu__shadow {
  animation: 0.3s ease-in-out 1 forwards reverse;
}

@-webkit-keyframes c-menu__shadow-pc {
  0% {
    border-radius: 6.3rem;
    height: 12.6rem;
    width: 12.6rem;
  }
  100% {
    border-radius: 100% 0% 0% 100%/0% 0% 100% 100%;
    height: calc(200vh + 5rem);
    width: calc(200vw + 5rem);
  }
}

@keyframes c-menu__shadow-pc {
  0% {
    border-radius: 6.3rem;
    height: 12.6rem;
    width: 12.6rem;
  }
  100% {
    border-radius: 100% 0% 0% 100%/0% 0% 100% 100%;
    height: calc(200vh + 5rem);
    width: calc(200vw + 5rem);
  }
}
@-webkit-keyframes c-menu__shadow-sp {
  0% {
    border-radius: 8.45rem;
    height: 16.9rem;
    width: 16.9rem;
  }
  100% {
    border-radius: 100% 0% 0% 100%/0% 0% 100% 100%;
    height: calc(200vh + 5.8rem);
    width: calc(200vw + 5.3rem);
  }
}
@keyframes c-menu__shadow-sp {
  0% {
    border-radius: 8.45rem;
    height: 16.9rem;
    width: 16.9rem;
  }
  100% {
    border-radius: 100% 0% 0% 100%/0% 0% 100% 100%;
    height: calc(200vh + 5.8rem);
    width: calc(200vw + 5.3rem);
  }
}
.c-menu__nav {
  display: none;
  position: relative;
  transform-origin: center center;
}
.c-menu__nav li {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

html.is-menu-showing .c-menu__nav {
  -webkit-animation: c-menu__nav 0.15s ease-in-out 1 forwards;
  animation: c-menu__nav 0.15s ease-in-out 1 forwards;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  display: block;
  opacity: 0;
}

html.is-menu-shown .c-menu__nav {
  display: block;
}

html.is-menu-hiding .c-menu__nav {
  animation: c-menu__nav 0.15s ease-in-out 1 forwards reverse;
  display: block;
}

@-webkit-keyframes c-menu__nav {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes c-menu__nav {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.c-menu__link {
  align-items: center;
  background: no-repeat left center;
  color: #005ba9;
  display: flex;
  justify-content: flex-start;
}
dt .c-menu__link {
  font-weight: bold;
}

a.c-menu__link {
  background-image: url(../images/common/menu-link.svg);
}

.c-menu__link-2 {
  align-items: center;
  background: #005ba9 url(../images/common/menu-link-2.svg) no-repeat;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
}

html.is-auto-hide .c-menu__button,
html.is-auto-hide .c-menu__shadow {
  transform: translate(0, -100%);
}

.c-footer__nav {
  color: #8b8b8b;
}
.c-footer__nav dt {
  font-weight: 700;
}
.c-footer__nav dd {
  margin-top: 1.3rem;
}

.c-footer__left {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-footer__brand {
  display: block;
}

.c-footer__links {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.c-footer__links a,
.c-footer__links button {
  color: #707070;
  font-weight: 500;
}
.c-footer__links a::before,
.c-footer__links button::before {
  content: "-";
  margin-right: 0.5em;
}
.c-footer__links a:hover,
.c-footer__links button:hover {
  color: #005ba9;
}
.c-footer__links a + a,
.c-footer__links a + button,
.c-footer__links button + a,
.c-footer__links button + button {
  margin-left: 2.6rem;
}

.c-footer__copyright {
  flex-basis: 100%;
  font-weight: 400;
  width: 100%;
}

.c-footer__button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.c-footer__button::before,
.c-footer__button::after {
  content: "";
  position: absolute;
}
.c-footer__button::before {
  background: #005ba9;
}
.c-footer__button::after {
  background: #fff;
  bottom: 0;
  box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16);
  left: 0;
  right: 0;
  top: 0;
}
.c-footer__button span {
  color: #005ba9;
  position: relative;
  z-index: 1;
}
.c-footer__button svg {
  height: auto;
  position: relative;
  z-index: 1;
}
.c-footer__button path:not([fill]) {
  fill: #005ba9;
}

.c-notification {
  background: rgba(17, 17, 17, 0.85);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  left: 0;
  padding: 3rem;
  position: fixed;
  width: 100%;
  z-index: 5000;
}
.c-notification.shown {
  display: block;
}
.c-notification .c-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.c-notification p {
  line-height: 1.8;
}
.c-notification a {
  color: #fff;
  text-decoration: underline;
}

.c-notification__button {
  border: 1px solid #fff;
  border-radius: 2.5rem;
  display: flex;
  height: 5rem;
  margin-top: 4rem;
  padding: 0 5rem;
}

.c-entry {
  background: no-repeat center center/cover;
}

.c-entry__title {
  width: 20rem;
}

.c-company {
  margin-top: 4.5rem;
}
.c-company .c-grid {
  margin-top: 5rem;
}
.c-company .c-grid__item .c-wave {
  height: 5rem;
}

.c-company__link-1 {
  background: url(../images/common/bg-company-1.jpg) no-repeat center
    center/cover;
}

.c-company__link-2 {
  background: url(../images/common/bg-company-2.jpg) no-repeat center
    center/cover;
}

.c-company__link-3 {
  background: url(../images/common/bg-company-3.jpg) no-repeat center
    center/cover;
}

.c-people-index {
  background: url(../images/common/bg-people-index-1.svg) no-repeat center
    bottom/100% 100%;
  position: relative;
}
.c-people-index .c-people::before,
.c-people-index .c-people::after {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease;
}
.c-people-index .c-people::before {
  background-image: url(../images/common/bg-people-index-2.svg);
}
.c-people-index .c-people::after {
  opacity: 0;
}
.c-people-index .c-people.is-1::after {
  background-image: url(../images/common/bg-people-1.jpg);
}
.c-people-index .c-people.is-2::after {
  background-image: url(../images/common/bg-people-2.jpg);
}
.c-people-index .c-people.is-3::after {
  background-image: url(../images/common/bg-people-3.jpg);
}
.c-people-index .c-people.is-4::after {
  background-image: url(../images/common/bg-people-4.jpg);
}
.c-people-index .c-people.is-5::after {
  background-image: url(../images/common/bg-people-5_a.jpg);
}
.c-people-index .c-people.is-6::after {
  background-image: url(../images/common/bg-people-6.jpg);
}
.c-people-index .c-people .c-people__data {
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.c-people-index__buttons {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: absolute;
}

.c-people-index__prev,
.c-people-index__next {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.c-people-index__prev path,
.c-people-index__next path {
  fill: #005ba9;
  transition-duration: 0.2s;
  transition-property: fill;
  transition-timing-function: ease;
}
.c-people-index__prev:disabled,
.c-people-index__next:disabled {
  cursor: default;
}
.c-people-index__prev:disabled path,
.c-people-index__next:disabled path {
  fill: #8b8b8b;
}

.c-people-index__prev::after {
  border-left: 1px solid #005ba9;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-people-index__slider-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.c-people-index__slider {
  overflow: visible;
}

.debug .c-wave {
  background: black;
}
.debug .c-wave * {
  display: none;
}
@media only screen and (max-width: 768px) {
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html {
    font-size: calc((10 / (768 / 100)) * 1vw);
  }
  .c-button {
    border-radius: 3.9rem;
    font-size: 2.4rem;
    font-weight: 500;
    height: 7.8rem;
    padding-right: 6.4rem;
  }
  .c-button::before {
    border-radius: 3.6rem;
    height: 7.2rem;
    left: calc(1.6rem + 1px);
    top: -0.5rem;
  }
  .c-button span {
    border-radius: 3.6rem;
    height: 7.2rem;
    margin-left: 1.6rem;
    margin-right: -6.4rem;
    margin-top: -0.5rem;
    padding-right: 6.4rem;
    width: calc(100% + 6.4rem);
  }
  .c-button svg {
    bottom: 1.1rem;
    right: 1.6rem;
    width: 3rem;
  }
  .c-button span {
    margin-right: 0;
    padding-right: 0;
  }
  .c-button path {
    fill: #fff;
  }
  .c-more {
    height: 10.7rem;
    padding-bottom: 2rem;
    width: 10.7rem;
  }
  .c-more span {
    background: #005ba9;
    box-shadow: 0 0 0 2.1rem rgba(0, 91, 169, 0.08),
      0 0 0 1.5rem rgba(0, 91, 169, 0.08);
    color: #fff;
    padding-top: 1.6rem;
  }
  .c-more svg path {
    fill: #fff;
  }
  .c-link {
    color: #005ba9;
  }
  .c-link::after {
    border-top: 1px solid #005ba9;
    width: 100%;
  }
  .c-grid {
    margin: 0 3.2rem;
  }
  .c-grid__item {
    height: 67.8rem;
    padding-left: 3rem;
    padding-top: 20rem;
  }
  .c-grid__item .c-more {
    background: #fff;
    bottom: 5.4rem;
  }
  .c-grid__item .c-more span {
    background: #fff;
    color: #005ba9;
  }
  .c-grid__item .c-more svg path {
    fill: #005ba9;
  }
  .c-grid__item + .c-grid__item {
    margin-top: 4rem;
  }
  .c-grid__title {
    font-size: 3rem;
    line-height: 1.6;
  }
  .c-grid__text {
    font-size: 2.4rem;
    line-height: 2.0833333333;
  }
  .c-wave.is-upper,
  .c-wave.is-lower {
    height: 16rem;
  }
  .c-people__photo {
    width: 34.3rem;
  }
  .c-ring-bg {
    top: 33rem;
  }
  .c-ring-bg__inner {
    width: 30rem;
  }
  .c-form__text,
  .c-form__select,
  .c-form__appendix {
    font-size: 2.4rem;
    height: 9.6rem;
  }
  .c-form__text,
  .c-form__textarea,
  .c-form__appendix {
    padding: 3rem;
  }
  .c-form__textarea {
    font-size: 2.4rem;
    min-height: 30rem;
  }
  .c-form__select::after {
    right: 3.2rem;
  }
  .c-form__checkbox,
  .c-form__radio {
    font-size: 2.4rem;
  }
  .c-form__checkbox > input + span::before,
  .c-form__radio > input + span::before {
    border-radius: 1.7rem;
    height: 3.4rem;
    width: 3.4rem;
  }
  .c-form__checkbox > input:checked + span::before,
  .c-form__radio > input:checked + span::before {
    box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16), inset 0 0 0 2rem #005ba9;
  }
  .c-form__radio-group > * + * {
    margin-left: 6rem;
  }
  .c-form__button {
    font-size: 2.4rem;
    min-height: 9.6rem;
    text-align: left;
  }
  .c-form__button > span:first-of-type {
    border-radius: 1.7rem;
    flex-basis: 3.4rem;
    height: 3.4rem;
    margin-right: 1rem;
    width: 3.4rem;
  }
  .c-form__button > span:first-of-type svg {
    width: 2rem;
  }
  .c-form__label {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .c-form__group {
    justify-content: space-between;
  }
  .c-form__group .c-form__label {
    margin-bottom: 2.4rem;
  }
  .c-form__group .c-form__select {
    width: 40rem;
  }
  .c-form__group.for-name .c-form__text {
    width: calc((100% - 2rem) / 2);
  }
  .c-form__group.for-date {
    justify-content: flex-start;
  }
  .c-form__group.for-date .c-form__select {
    width: calc((100% - 4rem) / 3);
  }
  .c-form__group.for-date .c-form__select ~ .c-form__select {
    margin-left: 2rem;
  }
  .c-form__group.for-date .c-form__text.is-static {
    width: calc((100% - 4rem) / 3);
  }
  .c-form__group.for-zip .c-form__text {
    width: 40rem;
  }
  .c-form__group.for-zip .c-form__button {
    width: 21rem;
  }
  .c-form__group.for-tel .c-form__text {
    width: calc((100% - 10rem) / 3);
  }
  .c-form__group.for-tel .c-form__text + span {
    font-size: 2.4rem;
    width: 5rem;
  }
  .c-form__group.for-mail .c-form__label {
    flex-wrap: wrap;
  }
  .c-form__group.for-mail .c-form__label > span:nth-child(3) {
    flex-basis: 100%;
    width: 100%;
  }
  .c-form__group.for-mail .c-form__text::-moz-placeholder {
    font-size: 2rem;
  }
  .c-form__group.for-mail .c-form__text:-ms-input-placeholder {
    font-size: 2rem;
  }
  .c-form__group.for-mail .c-form__text::placeholder {
    font-size: 2rem;
  }
  .c-form__group.for-mail .c-form__text + .c-form__text {
    margin-top: 2.4rem;
  }
  .c-form__group + .c-form__group {
    margin-top: 3.6rem;
  }
  .c-form__note {
    font-size: 2.4rem;
    font-size: 2.0833333333;
    margin-bottom: 5rem;
  }
  .c-header {
    height: 11.4rem;
    padding-left: 3.2rem;
  }
  .c-header__brand img {
    width: 32rem;
  }
  .c-header__links {
    display: none;
  }
  .c-menu__button button {
    height: 11rem;
    width: 11rem;
  }
  .c-menu__button svg {
    height: 4.1rem;
    width: 4.1rem;
  }
  .c-menu__button path:first-child {
    transform: translate(0, -0.8rem);
  }
  .c-menu__button path:last-child {
    transform: translate(0, 0.8rem);
  }
  .c-menu {
    height: 16.9rem;
    width: 16.9rem;
  }
  .c-menu__shadow {
    border-radius: 8.45rem;
    height: 16.9rem;
    right: -5.3rem;
    top: -5.8rem;
    width: 16.9rem;
  }
  html.is-menu-showing .c-menu__shadow {
    -webkit-animation-name: c-menu__shadow-sp;
    animation-name: c-menu__shadow-sp;
  }
  html.is-menu-hiding .c-menu__shadow {
    -webkit-animation-name: c-menu__shadow-sp;
    animation-name: c-menu__shadow-sp;
  }
  .c-menu__nav {
    padding: 15rem 8rem 8rem;
  }
  .c-menu__nav dl + dl {
    margin-top: 2.7rem;
  }
  .c-menu__nav dd {
    margin-left: 5.1rem;
    margin-top: 1.4rem;
  }
  .c-menu__nav li a + a {
    margin-left: 1.7rem;
  }
  .c-menu__link {
    background-size: 2.6rem 2.6rem;
  }
  dt .c-menu__link {
    background-position: left 1rem;
    font-size: 3.6rem;
    line-height: 1.1944444444;
    padding-left: 5.1rem;
  }
  dd .c-menu__link {
    background-position: left 1.2rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 2.0416666667;
    padding-left: 3.4rem;
  }
  .c-menu__link-2 {
    background-position: 1.4rem center;
    background-size: 1.1rem auto;
    border-radius: 2.45rem;
    font-size: 2.4rem;
    height: 4.9rem;
    margin: 1rem 0;
    padding-left: 4rem;
    padding-right: 2.7rem;
  }
  .c-main {
    margin-top: 11.4rem;
  }
  .c-footer {
    margin: 4rem 3.2rem 0;
    padding-bottom: 11.8rem;
  }
  .c-footer__nav {
    margin-bottom: 8rem;
  }
  .c-footer__nav .c-link:after {
    display: none;
  }
  .c-footer__nav dt {
    align-items: center;
    border-bottom: 1px solid rgba(112, 112, 112, 0.28);
    color: #005ba9;
    display: flex;
    font-size: 3rem;
    height: 13.8rem;
    justify-content: space-between;
  }
  .c-footer__nav dt a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    width: 100%;
  }
  .c-footer__nav dt a.with-icon {
    background: url(/recruit/assets/images/common/arrow-right.svg) no-repeat
      right center/3.5rem auto;
  }
  .c-footer__nav dd a,
  .c-footer__nav dd span {
    color: inherit;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 1em 0;
  }
  .c-footer__nav ul {
    padding: 2rem 0;
  }
  .c-footer__nav li {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .c-footer__nav li span {
    display: none;
  }
  .c-footer__toggle {
    align-items: center;
    display: flex;
    height: 13.8rem;
    justify-content: flex-end;
    width: 8rem;
  }
  .c-footer__toggle svg {
    transition-duration: 0.2s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 2.5rem;
  }
  .c-footer__toggle path {
    fill: #005ba9;
  }
  .c-footer__toggle path:nth-child(1) {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-footer__toggle.is-expanded svg {
    transform: rotate(-90deg);
  }
  .c-footer__toggle.is-expanded path:nth-child(1) {
    opacity: 0;
  }
  .c-footer__lower {
    align-items: stretch;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .c-footer__brand {
    flex-basis: 100%;
    margin-bottom: 4rem;
    width: 100%;
  }
  .c-footer__brand img {
    width: 34.1rem;
  }
  .c-footer__links {
    margin-bottom: 6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
  }
  .c-footer__links a,
  .c-footer__links button {
    font-size: 2.2rem;
  }
  .c-footer__links a + a,
  .c-footer__links a + button,
  .c-footer__links button + a,
  .c-footer__links button + button {
    margin-left: 0;
    margin-top: 2rem;
  }
  .c-footer__copyright {
    font-size: 1.8rem;
  }
  .c-footer__right {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 9.5rem;
  }
  .c-footer__button {
    height: 7.9rem;
    padding-left: 3.4rem;
    padding-right: 2.2rem;
  }
  .c-footer__button::before {
    border-radius: 4.25rem;
    bottom: -1.1rem;
    left: -1.8rem;
    right: 0;
    top: 0.5rem;
  }
  .c-footer__button::after {
    border-radius: 3.95rem;
  }
  .c-footer__button span {
    font-size: 2.4rem;
  }
  .c-footer__button svg {
    margin-left: 2rem;
    width: 4rem;
  }
  .c-notification {
    font-size: 3rem;
    padding-bottom: 10rem;
  }
  .c-notification__button {
    border-radius: 5rem;
    height: 10rem;
    width: 100%;
  }
  .c-entry {
    background-image: url(../images/common/bg-entry_sp.jpg);
    margin-bottom: 4rem;
    margin-top: 5rem;
    padding-bottom: 16rem;
    padding-top: 16rem;
  }
  .c-entry__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-entry__title {
    margin-bottom: 8.5rem;
  }
  .c-entry__buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-entry__buttons .c-button {
    font-size: 2.4rem;
    margin-top: 4.8rem;
    width: 50rem;
  }
  .c-company .c-title {
    margin-left: 3.6rem;
  }
  .c-company.as-slider {
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 7.6rem;
    width: 100vw;
  }
  .c-company.as-slider .swiper-container {
    margin-left: 10rem;
    width: 36.6rem;
  }
  .c-company.as-slider .c-grid__item {
    height: 33.7rem;
    width: 34.8rem;
  }
  .c-company.as-slider .c-grid__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .c-company.as-slider .c-more {
    border-radius: 4.3rem;
    bottom: 0;
    font-size: 1.4rem;
    height: 8.6rem;
    width: 8.6rem;
  }
  .c-company__buttons {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    right: 2rem;
    top: 3rem;
  }
  .c-company__buttons .c-more {
    margin-left: 2.2rem;
  }
  .c-company__prev,
  .c-company__next {
    align-items: center;
    display: flex;
    height: 8.4rem;
    justify-content: center;
    position: relative;
    width: 8.4rem;
  }
  .c-company__prev svg,
  .c-company__next svg {
    width: 3.8rem;
  }
  .c-company__prev path,
  .c-company__next path {
    fill: #005ba9;
    transition-duration: 0.2s;
    transition-property: fill;
    transition-timing-function: ease;
  }
  .c-company__prev:disabled path,
  .c-company__next:disabled path {
    fill: #8b8b8b;
  }
  .c-company__prev::after {
    border-left: 1px solid #005ba9;
    bottom: 0;
    content: "";
    display: block;
    height: 1.7rem;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-company.as-slider .c-company__pagination {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 3.6rem;
    top: 13.5rem;
    width: auto;
  }
  .c-company.as-slider .c-company__pagination .swiper-pagination-bullet {
    background: #aaaaaa;
    border-radius: 0.65rem;
    height: 1.3rem;
    margin: 0 1.15rem;
    opacity: 1;
    width: 1.3rem;
  }
  .c-company.as-slider .c-company__pagination .swiper-pagination-bullet-active {
    background: #005ba9;
  }
  .c-people-index {
    background-position: left bottom;
    background-size: 120% auto;
    padding-bottom: 21.6rem;
    padding-top: 8.6rem;
  }
  .c-people-index .c-title {
    margin-bottom: 3.2rem;
    margin-left: 3.2rem;
  }
  .c-people-index .c-people {
    height: 50.4rem;
    margin-left: 0;
    transition-duration: 0.1s;
    transition-property: width;
    transition-timing-function: ease;
    width: 34.3rem;
  }
  .c-people-index .c-people::before,
  .c-people-index .c-people::after {
    left: 0;
    right: auto;
    transform: translate3d(0, 0, -10px);
  }
  .c-people-index .c-people::before {
    border-radius: 19rem 0 0 0;
    height: 42rem;
    width: 34.3rem;
  }
  .c-people-index .c-people::after {
    border-radius: 19rem 0 0 0;
    bottom: 11.2rem;
    height: 30.7rem;
    width: 48rem;
  }
  .c-people-index .c-people .c-people__photo {
    margin-right: 10rem;
    transform: translate3d(0, 0, 10px);
    transition-duration: 0.1s;
    transition-property: margin;
    transition-timing-function: ease;
  }
  .c-people-index .c-people.swiper-slide-active {
    margin-left: 0;
    width: 48rem;
  }
  .c-people-index .c-people.swiper-slide-active::before {
    opacity: 0;
  }
  .c-people-index .c-people.swiper-slide-active::after {
    opacity: 1;
  }
  .c-people-index .c-people.swiper-slide-active .c-people__photo {
    margin-right: 0;
  }
  .c-people-index .c-people.swiper-slide-active .c-people__data {
    opacity: 1;
  }
  .c-people-index__buttons {
    right: 5.3rem;
    top: 7rem;
  }
  .c-people-index__buttons .c-more {
    margin-left: 2.2rem;
  }
  .c-people-index__prev,
  .c-people-index__next {
    height: 8.4rem;
    width: 8.4rem;
  }
  .c-people-index__prev svg,
  .c-people-index__next svg {
    width: 3.8rem;
  }
  .c-people-index__prev::after {
    height: 1.7rem;
  }
  .c-people-index__slider {
    margin-left: 3.2rem;
    width: 48rem;
  }
  .u-pc-only {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@media not screen and (max-width: 768px), print {
  html {
    font-size: calc(10 / (1280 / 100) * 1vw);
  }
  .c-inner {
    margin-left: auto;
    margin-right: auto;
    width: 108rem;
  }
  .c-button {
    border-radius: 3.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    height: 7rem;
    padding-right: 5.4rem;
  }
  .c-button::before {
    border-radius: 3.2rem;
    height: 6.4rem;
    left: calc(1.4rem + 1px);
    top: -0.4rem;
  }
  .c-button span {
    border-radius: 3.2rem;
    height: 6.4rem;
    margin-left: 1.4rem;
    margin-right: -5.4rem;
    margin-top: -0.4rem;
    padding-right: 5.4rem;
    transition-duration: 0.2s;
    transition-property: margin, padding;
    transition-timing-function: ease;
    width: calc(100% + 5.4rem);
  }
  .c-button svg {
    bottom: 1rem;
    right: 1.4rem;
    width: 2.6rem;
  }
  a.c-button:hover span,
  a:hover .c-button span {
    margin-right: 0;
    padding-right: 0;
  }
  a.c-button:hover path,
  a:hover .c-button path {
    fill: #fff;
  }
  .c-more {
    height: 6.7rem;
    padding-bottom: 2rem;
    width: 6.7rem;
  }
  .c-more span {
    background: #fff;
    box-shadow: 0 0 0 1.3rem rgba(0, 91, 169, 0.08),
      0 0 0 0.9rem rgba(0, 91, 169, 0.08);
    color: #005ba9;
    padding-top: 1.6rem;
    transition-duration: 0.4s;
    transition-property: background-color, color, left, right, top, bottom,
      box-shadow;
    transition-timing-function: ease;
  }
  .c-more svg path {
    fill: #005ba9;
    transition-duration: 0.4s;
    transition-property: fill;
    transition-timing-function: ease;
  }
  a.c-more:hover span,
  a:hover .c-more span,
  button:hover .c-more span {
    background: #005ba9;
    bottom: -2rem;
    box-shadow: 0 0 0 2rem rgba(0, 91, 169, 0.08),
      0 0 0 1.4rem rgba(0, 91, 169, 0.08);
    color: #fff;
    left: -2rem;
    right: -2rem;
    top: -2rem;
  }
  a.c-more:hover svg path,
  a:hover .c-more svg path,
  button:hover .c-more svg path {
    fill: #fff;
  }
  .c-link {
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: ease;
  }
  .c-link::after {
    border-top: 1px solid rgba(0, 91, 169, 0);
    transition-duration: 0.2s;
    transition-property: width, border-color;
    transition-timing-function: ease;
    width: 0;
  }
  a.c-link:hover,
  button.c-link:hover,
  a:hover .c-link {
    color: #005ba9;
    text-decoration: none;
  }
  a.c-link:hover::after,
  button.c-link:hover::after,
  a:hover .c-link::after {
    border-top: 1px solid #005ba9;
    width: 100%;
  }
  .c-grid {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 108rem;
  }
  .c-grid__item {
    height: 33.7rem;
    padding-left: 1.4rem;
    width: 34.8rem;
  }
  .c-grid__item::before {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-grid__item .c-more {
    bottom: 1rem;
  }
  .c-grid__item:hover {
    text-decoration: none;
  }
  .c-grid__item:hover::before {
    opacity: 0.28;
  }
  .c-grid__item:hover .c-more span {
    bottom: -0.94rem;
    left: -0.94rem;
    right: -0.94rem;
    top: -0.94rem;
  }
  .c-grid__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .c-wave.is-upper,
  .c-wave.is-lower {
    height: 18.4rem;
  }
  .c-people__photo {
    width: 28.9rem;
  }
  .c-ring-bg {
    top: 0;
  }
  .c-ring-bg__inner {
    width: 40rem;
  }
  .c-form__text,
  .c-form__select,
  .c-form__appendix {
    font-size: 1.7rem;
    height: 6rem;
  }
  .c-form__text,
  .c-form__textarea,
  .c-form__appendix {
    padding: 1.7rem 3rem;
  }
  .c-form__textarea {
    font-size: 1.7rem;
    min-height: 18rem;
  }
  .c-form__select::after {
    right: 2rem;
  }
  .c-form__checkbox,
  .c-form__radio {
    font-size: 1.7rem;
  }
  .c-form__checkbox > input + span::before,
  .c-form__radio > input + span::before {
    border-radius: 1.25rem;
    height: 2.5rem;
    width: 2.5rem;
  }
  .c-form__checkbox > input:checked + span::before,
  .c-form__radio > input:checked + span::before {
    box-shadow: 0.4rem 0.4rem 1rem rgba(0, 0, 0, 0.16),
      inset 0 0 0 1.5rem #005ba9;
  }
  .c-form__radio-group > * + * {
    margin-left: 4rem;
  }
  .c-form__button {
    font-size: 1.7rem;
    height: 6rem;
    white-space: nowrap;
  }
  .c-form__button > span:first-of-type {
    border-radius: 1.25rem;
    flex-basis: 2.5rem;
    height: 2.5rem;
    margin-right: 2rem;
    transition-duration: 0.2s;
    transition-property: background;
    transition-timing-function: ease;
    width: 2.5rem;
  }
  .c-form__button > span:first-of-type svg {
    width: 1.2rem;
  }
  .c-form__button > span:first-of-type path {
    transition-duration: 0.2s;
    transition-property: fill;
    transition-timing-function: ease;
  }
  .c-form__button > span:not(:first-of-type) {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-form__button:hover > span:first-of-type {
    background: #005ba9;
  }
  .c-form__button:hover > span:first-of-type path {
    fill: #fff;
  }
  .c-form__button:hover > span:not(:first-of-type) {
    opacity: 0.6;
  }
  .c-form__upload {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
  .c-form__upload .c-form__button {
    margin-right: 2rem;
  }
  .c-form__required {
    font-size: 1.7rem;
  }
  .c-form__label {
    font-size: 1.7rem;
    line-height: 2.3529411765;
  }
  .c-form__group {
    justify-content: flex-start;
  }
  .c-form__group .c-form__label {
    margin-bottom: 1.5rem;
  }
  .c-form__group .c-form__select {
    width: 28rem;
  }
  .c-form__group.for-name .c-form__text {
    width: 32rem;
  }
  .c-form__group.for-name .c-form__text + .c-form__text {
    margin-left: 2rem;
  }
  .c-form__group.for-date .c-form__select {
    width: 17.2rem;
  }
  .c-form__group.for-date .c-form__select ~ .c-form__select {
    margin-left: 2rem;
  }
  .c-form__group.for-date .c-form__text.is-static {
    width: 17.2rem;
  }
  .c-form__group.for-zip .c-form__text {
    width: 28rem;
  }
  .c-form__group.for-zip .c-form__button {
    margin-left: 3rem;
  }
  .c-form__group.for-pref .c-form__select,
  .c-form__group.for-pref .c-form__text {
    width: 28rem;
  }
  .c-form__group.for-tel .c-form__text {
    width: 14rem;
  }
  .c-form__group.for-tel .c-form__text + span {
    font-size: 1.7rem;
    margin: 0 0.5em;
  }
  .c-form__group.for-mail .c-form__label > span:nth-child(3) {
    margin-left: auto;
    margin-right: 0;
  }
  .c-form__group.for-mail .c-form__text + .c-form__text {
    margin-top: 1.5rem;
  }
  .c-form__group + .c-form__group {
    margin-top: 3.6rem;
  }
  .c-form__note {
    font-size: 1.7rem;
    line-height: 2.3529411765;
    margin-bottom: 4rem;
  }
  .c-header {
    height: 9.6rem;
    padding-left: 3rem;
    padding-right: 12.8rem;
  }
  .c-header__brand a {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-header__brand a:hover {
    opacity: 0.6;
  }
  .c-header__brand img {
    width: 23.9rem;
  }
  .c-header__links {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    height: 5rem;
    border-radius: 2.5rem;
    padding-right: 2.8rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  }
  .c-header__link-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 0 2.8rem;
    background: #005baa;
    color: #fff;
  }
  .c-header__link {
    align-items: center;
    background: url(../images/common/arrow-right-mini.svg) no-repeat right
      center/1.6rem auto;
    color: #005ba9;
    display: flex;
    font-size: 1.5rem;
    margin-left: 2.8rem;
    padding-right: 3rem;
    justify-content: center;
  }
  .c-header__link::after {
    bottom: 1.3rem;
  }
  .c-menu__button:hover {
    opacity: 0.6;
  }
  .c-menu__button button {
    height: 8rem;
    padding-bottom: 1.1rem;
    padding-left: 1.6rem;
    width: 8rem;
  }
  .c-menu__button svg {
    height: 3.1rem;
    width: 3.1rem;
  }
  .c-menu__button path:first-child {
    transform: translate(0, -0.35rem);
  }
  .c-menu__button path:last-child {
    transform: translate(0, 0.35rem);
  }
  .c-menu {
    height: 12.6rem;
    width: 12.6rem;
  }
  .c-menu__shadow {
    border-radius: 6.3rem;
    height: 12.6rem;
    right: -5rem;
    top: -5rem;
    width: 12.6rem;
  }
  html.is-menu-showing .c-menu__shadow {
    -webkit-animation-name: c-menu__shadow-pc;
    animation-name: c-menu__shadow-pc;
  }
  html.is-menu-hiding .c-menu__shadow {
    -webkit-animation-name: c-menu__shadow-pc;
    animation-name: c-menu__shadow-pc;
  }
  .c-menu__nav {
    margin: 0 auto;
    padding: 5rem 0;
    width: 44rem;
  }
  .c-menu__nav dl + dl {
    margin-top: 2rem;
  }
  .c-menu__nav dd {
    margin-left: 3.5rem;
    margin-top: 0.7rem;
  }
  .c-menu__nav li a + a {
    margin-left: 1.2rem;
  }
  .c-menu__link {
    background-size: 1.8rem 1.8rem;
  }
  dt .c-menu__link {
    background-position: left 1rem;
    font-size: 2.5em;
    line-height: 1.2;
    padding-left: 3.5rem;
  }
  dd .c-menu__link {
    background-position: left 0.9rem;
    font-size: 1.7em;
    line-height: 2.0588235294;
    padding-left: 2.4rem;
  }
  a.c-menu__link {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  a.c-menu__link:hover {
    opacity: 0.6;
  }
  .c-menu__link-2 {
    background-position: 1rem center;
    background-size: 0.8rem auto;
    border-radius: 1.7rem;
    font-size: 1.5rem;
    height: 3.4rem;
    margin: 0.7rem 0;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
  .c-menu__link-2 {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-menu__link-2:hover {
    opacity: 0.6;
  }
  .c-main {
    margin-top: 9.6rem;
  }
  .c-footer {
    margin: 0 10rem;
    padding-bottom: 5rem;
  }
  .c-footer__nav {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .c-footer__nav dt {
    font-size: 1.7rem;
  }
  .c-footer__nav dd a,
  .c-footer__nav dd span {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .c-footer__nav li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
  .c-footer__nav li + li {
    margin-top: 1rem;
  }
  .c-footer__toggle {
    display: none;
  }
  .c-footer__lower {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .c-footer__brand {
    flex-basis: 23.8rem;
    width: 23.8rem;
  }
  .c-footer__links {
    margin-left: 3rem;
  }
  .c-footer__links a,
  .c-footer__links button {
    font-size: 1.4rem;
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: ease;
  }
  .c-footer__copyright {
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }
  .c-footer__button {
    height: 5.2rem;
    padding-left: 2.8rem;
    padding-right: 1.5rem;
    width: 22rem;
  }
  .c-footer__button::before {
    border-radius: 2.85rem;
    bottom: -0.8rem;
    left: -1.2rem;
    right: 0;
    top: 0.3rem;
  }
  .c-footer__button::after {
    border-radius: 2.6rem;
  }
  .c-footer__button span {
    font-size: 1.5rem;
  }
  .c-footer__button svg {
    margin-left: 1.3rem;
    width: 2.6rem;
  }
  .c-notification a {
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: ease;
  }
  .c-notification__button {
    transition-duration: 0.2s;
    transition-property: color, background;
    transition-timing-function: ease;
  }
  .c-notification__button:hover {
    background: #fff;
    color: #005ba9;
  }
  .c-entry {
    background-image: url(../images/common/bg-entry.jpg);
    margin-bottom: 7rem;
    margin-top: 8.5rem;
    padding-bottom: 18.4rem;
    padding-top: 18.4rem;
  }
  .c-entry__inner {
    margin: 0 auto;
    padding: 2rem 0;
    width: 89rem;
  }
  .c-entry__title {
    margin-bottom: 2.4rem;
  }
  .c-entry__buttons {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .c-entry__buttons .c-button {
    background: #014d8e;
    font-size: 1.6rem;
    width: 29rem;
  }
  .c-company.as-slider {
    margin-left: -0.9rem;
    margin-right: -0.9rem;
  }
  .c-company.as-slider .c-grid__item {
    margin-left: 0.9rem;
    margin-right: 0.9rem;
  }
  .c-company__buttons {
    display: none;
  }
  .c-company__prev,
  .c-company__next {
    display: none;
  }
  .c-company.as-slider .c-company__pagination {
    display: none;
  }
  .c-people-index {
    padding-bottom: 28rem;
    padding-top: 15rem;
  }
  .c-people-index .c-title {
    margin-bottom: 2rem;
  }
  .c-people-index .c-people {
    height: 41rem;
    transition-duration: 0.3s;
    transition-property: width;
    transition-timing-function: ease;
    width: 28.9rem;
  }
  .c-people-index .c-people::before {
    border-radius: 20.3rem 0 0 0;
    height: 35.3rem;
    width: 28.9rem;
  }
  .c-people-index .c-people::after {
    border-radius: 20.3rem 0 0 0;
    bottom: 9.4rem;
    height: 25.9rem;
    width: 40.3rem;
  }
  .c-people-index .c-people:hover {
    width: 40.3rem;
  }
  .c-people-index .c-people:hover::before {
    opacity: 0;
  }
  .c-people-index .c-people:hover::after {
    opacity: 1;
  }
  .c-people-index .c-people:hover .c-people__data {
    opacity: 1;
  }
  .c-people-index__buttons {
    right: 11.3rem;
    top: 15rem;
  }
  .c-people-index__buttons .c-more {
    margin-left: 6.4rem;
  }
  .c-people-index__prev,
  .c-people-index__next {
    height: 8rem;
    width: 8rem;
  }
  .c-people-index__prev svg,
  .c-people-index__next svg {
    width: 2.8rem;
  }
  .c-people-index__prev::after {
    height: 1.3rem;
  }
  .c-people-index__slider {
    margin-left: auto;
    margin-right: 0;
  }
  .u-sp-only {
    display: none;
  }
}
@media only screen and (min-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1281px) {
  .c-footer {
    margin: 0 auto;
    max-width: 1600px;
    width: 84.375%;
  }
}
@media not screen and (max-width: 768px), print, print, print {
  .c-footer__brand {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-footer__brand:hover {
    opacity: 0.6;
  }
  .c-footer__button {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .c-footer__button:hover {
    opacity: 0.6;
  }
}
.ot-sdk-show-settings {
  color: #707070 !important;
  font-size: 1.4rem !important;
  background-color: transparent !important;
  transition-duration: 0.2s !important;
  transition-property: color !important;
  transition-timing-function: ease !important;
  border: none !important;
  cursor: pointer !important;
  outline: none !important;
  padding: 0 !important;
  appearance: none !important;
}
.ot-sdk-show-settings:hover {
  color: #005ba9 !important;
}
@media only screen and (max-width: 768px) {
  .ot-sdk-show-settings {
    font-size: 2.2rem !important;
  }
}
