@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");

body {
  font-family: "HiraginoUDSerifStd W4", serif;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 751px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 0.981595092vw;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.8;
  }
}

html {
  font-family: "HiraginoUDSerifStd W4", serif;
}

.ft-c-aqua {
  color: #32BEF3;
}

.ft-c-green {
  color: #4BC5C5;
}

.ft-c-blue {
  color: #01479F;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

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

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
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;
}

.btn {
  display: block;
  font-weight: 600;
  margin: auto;
  max-width: 320px;
  max-width: 20rem;
}

@media screen and (min-width: 751px) {
  .btn {
    max-width: 16.5625rem;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .btn--right {
    margin: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 751px) {
  .btn--left {
    margin: 0;
    margin-right: auto;
  }
}

.business-content__wrap {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 751px) {
  .business-content__wrap {
    margin-top: 5.8125rem;
  }
}

.business-content__wrap--margin {
  margin-top: 34px;
  margin-top: 2.125rem;
}

@media screen and (min-width: 751px) {
  .business-content__wrap--margin {
    margin-top: 4.6875rem;
  }
}

.business-content__red-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  color: #002f7b;
  font-weight: bold;
  padding-left: 52px;
  padding-left: 3.25rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .business-content__red-title {
    font-size: 1.25rem;
  }
}

.business-content__red-title::before {
  content: "";
  position: absolute;
  width: 46px;
  width: 2.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #002f7b;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.business-content__large-title {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .business-content__large-title {
    font-size: 1.625rem;
    margin-top: 1rem;
  }
}

.business-content__large-title--s {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: -5px;
  margin-top: -0.3125rem;
  line-height: 1.6;
}

.business-content__img {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

@media screen and (min-width: 751px) {
  .business-content__img {
    margin-top: 1.6875rem;
  }
}

.business-content__img--margin {
  margin-top: 14px;
  margin-top: 0.875rem;
}

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

@media screen and (min-width: 751px) {
  .business-content__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    margin-top: 2.1875rem;
    gap: 0.9375rem;
  }
}

.business-content__customer-group {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 751px) {
  .business-content__customer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 2.1875rem;
    gap: 0.9375rem;
  }
}

@media screen and (min-width: 751px) {
  .business-content__group--world {
    margin-top: 1.875rem;
    display: block;
  }
}

.business-content__department {
  font-size: 14px;
  font-size: 0.875rem;
  background: #002f7b;
  color: #fff;
  display: inline-block;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: bold;
  padding: 5.5px 24px;
  padding: 0.34375rem 1.5rem;
}

@media screen and (min-width: 751px) {
  .business-content__department {
    width: 5.4375rem;
    height: 2.625rem;
    font-size: 1.125rem;
    white-space: nowrap;
    padding: 0.5625rem 1.375rem 0.3125rem 1.3125rem;
    letter-spacing: 0.3em;
  }
}

.business-content__description {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 15.96px;
  font-size: 0.9975rem;
  line-height: 1.65;
  font-weight: bold;
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .business-content__description {
    margin-top: -0.4375rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}

.business-content__customer-description {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 15.96px;
  font-size: 0.9975rem;
  /* line-height: 1.65; */
  font-weight: bold;
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .business-content__customer-description {
    /* margin-top: -0.4375rem; */
    font-size: 0.875rem;
    line-height: 1;
  }
}

.business-content__detail {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 751px) {
  .business-content__detail {
    max-width: 73%;
    margin: 3.625rem auto 0;
  }
}

@media screen and (min-width: 751px) {
  .business-content__detail--margin {
    margin: 3.25rem auto 0;
  }
}

.business-content__world {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.business-content__world-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  padding-left: 27px;
  padding-left: 1.6875rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .business-content__world-title {
    font-size: 1.125rem;
  }
}

.business-content__world-title::before {
  content: "";
  position: absolute;
  border: 4px solid #21649B;
  border: 0.25rem solid #21649B;
  border-radius: 50%;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  top: 2px;
  top: 0.125rem;
  left: 0;
}

@media screen and (min-width: 751px) {
  .business-content__world-title::before {
    top: 0.28125rem;
    left: -0.09375rem;
  }
}

.business-content__world-list {
  margin-top: 8px;
  padding-left: 38px;
}

@media screen and (min-width: 751px) {
  .business-content__world-list {
    margin-top: 20px;
    padding-left: 0;
  }
}

.business-content__world-list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10.5px;
  row-gap: 0.65625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .business-content__world-list--flex {
    width: 51.875rem;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.business-content__world-list li {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .business-content__world-list li {
    margin-left: 2.3125rem;
    white-space: nowrap;
    display: inline-block;
  }
}

.business-content__world-item {
  width: 43%;
  position: relative;
}

@media screen and (min-width: 751px) {
  .business-content__world-item {
    width: 15%;
  }
}

.business-content__world-group:not(:first-child) {
  border-top: 1px solid #D4D5D5;
  border-top: 0.0625rem solid #D4D5D5;
}

.business-content__world-group + .business-content__world-group {
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
}

@media screen and (min-width: 751px) {
  .business-content__world-group + .business-content__world-group {
    margin-top: 2.0625rem;
    padding-top: 1.75rem;
  }
}

.business-content__world-item--09,
.business-content__world-item--10,
.business-content__world-item--11 {
  width: 100%;
}

.business-content__world-item--10 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.business-content__world-item--01::before,
.business-content__world-item--02::before,
.business-content__world-item--03::before,
.business-content__world-item--04::before,
.business-content__world-item--05::before,
.business-content__world-item--06::before,
.business-content__world-item--07::before,
.business-content__world-item--08::before,
.business-content__world-item--09::before,
.business-content__world-item--10::before,
.business-content__world-item--11::before,
.business-content__world-item--12::before {
  content: "";
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  left: -39px;
  left: -2.4375rem;
  width: 31.5px;
  width: 1.96875rem;
  height: 21px;
  height: 1.3125rem;
}

.business-content__world-item--01::before {
  background: url(../images/business/overseas/icon-vetnam.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--02::before {
  background: url(../images/business/overseas/icon-india.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--03::before {
  background: url(../images/business/overseas/icon-thailand.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--04::before {
  background: url(../images/business/overseas/icon-indonesia.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--05::before {
  background: url(../images/business/overseas/icon-cambodia.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--06::before {
  background: url(../images/business/overseas/icon-myanmar.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--07::before {
  background: url(../images/business/overseas/icon-australia.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--08::before {
  background: url(../images/business/overseas/icon-america.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--09::before {
  background: url(../images/business/overseas/icon-singapore.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--10::before {
  background: url(../images/business/overseas/icon-america.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--11::before {
  background: url(../images/business/overseas/icon-england.png) center center no-repeat;
  background-size: cover;
}

.business-content__world-item--12::before {
  background: url(../images/business/overseas/icon-new-zealand.png) center center no-repeat;
  background-size: cover;
}

.business-note__wrap {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: left;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
  line-height: 2;
  margin-top: 41px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}

@media screen and (min-width: 751px) {
  .business-note__wrap {
    text-align: center;
  }
}

.business-note__wrap::before {
  content: "";
  position: absolute;
  background: #002f7b;
  width: 2px;
  width: 0.125rem;
  height: 57px;
  height: 3.5625rem;
  left: 50%;
  bottom: -26%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .business-note__wrap::before {
    bottom: -56%;
  }
}

@media screen and (min-width: 751px) {
  .business-point__inner {
    max-width: 68.75rem;
    margin: auto;
  }
}

.business-point__wrap {
  background: #f0f0f0;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 27px 23px;
  padding: 1.875rem 1.6875rem 1.4375rem;
}

@media screen and (min-width: 751px) {
  .business-point__wrap {
    margin-top: 3.875rem;
    padding: 48px 50px;
  }
}

.business-point__title {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background: #002f7b;
  margin: auto;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

@media screen and (min-width: 751px) {
  .business-point__title {
    display: inline-block;
    max-width: 13.75rem;
    font-size: 1.125rem;
    letter-spacing: -0.07em;
    padding: 0.4375rem 0 0.5rem;
  }
}

.business-point__more {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .business-point__more {
    margin-left: 0.625rem;
    font-size: 1.125rem;
  }
}

.business-point__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: bold;
  margin-top: 28px;
  margin-top: 1.75rem;
  line-height: 1.4;
}

@media screen and (min-width: 751px) {
  .business-point__lead {
    font-size: 1.4375rem;
    line-height: 1.7;
    margin-top: 1.125rem;
  }
}

.business-point__lead--leter-space {
  letter-spacing: -0.109em;
}

@media screen and (min-width: 751px) {
  .business-point__lead--leter-space {
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.business-point__description {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-top: 19px;
  margin-top: 1.1875rem;
  line-height: 1.75;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .business-point__description {
    font-size: 0.875rem;
    margin-top: 0.75rem;
    line-height: 2;
  }
}

.common-accordion__wrap {
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__wrap {
    margin-top: 7.4375rem;
  }
}

.common-accordion__wrap--mt {
  margin-top: 47px;
  margin-top: 2.9375rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
  .common-accordion__wrap--mt {
    margin-top: 5.6875rem;
    line-height: 1.75;
  }
}

.common-accordion__wrap--education {
  margin-top: 38px;
}

@media screen and (min-width: 751px) {
  .common-accordion__wrap--education {
    margin-top: 6.9375rem;
  }
}

.common-accordion__wrap--guideline {
  margin-top: 38px;
}

@media screen and (min-width: 751px) {
  .common-accordion__wrap--guideline {
    margin-top: 6.1875rem;
  }
}

.common-accordion__title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__title {
    margin-bottom: 6.3125rem;
  }
}

.common-accordion__item-inner {
  padding: 28px;
  padding: 1.75rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__item-inner {
    padding: 1.8125rem 2.25rem 1.6875rem 2.875rem;
  }
}

.common-accordion__item-inner2 {
  padding: 28px;
  padding: 1.75rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__item-inner2 {
    padding: 1.8125rem 2.25rem 0rem 2.875rem;
  }
}

@media screen and (min-width: 751px) {
  .common-accordion__item {
    border-top: #002f7b 0.0625rem solid;
    padding-top: 1.875rem;
  }
}

.-color1 .common-accordion__item {
  border-top-color: #c17872;
}

.-color2 .common-accordion__item {
  border-top-color: #d2b36a;
}

.-color3 .common-accordion__item {
  border-top-color: #0083c9;
}

.-color4 .common-accordion__item {
  border-top-color: #3c8784;
}

.common-accordion__item:nth-child(2n) {
  background: #e5f3fa;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  border-top: none;
}

@media screen and (min-width: 751px) {
  .common-accordion__item:nth-child(2n) {
    margin-top: 1.375rem;
    padding-bottom: 2.75rem;
  }
}

.common-accordion__item.common-accordion__item--bottom {
  padding-bottom: 0;
}

.common-accordion__item:nth-child(2n+1) {
  background: #fff;
}

.common-accordion__item:nth-child(3) {
  padding-top: 0;
}

.common-accordion__item-bottom {
  margin-top: 0.5rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__item-bottom {
    margin-top: 1.75rem;
  }
}

.common-accordion__inner {
  padding: 26px;
  padding: 1.625rem;
}

.common-accordion__inner--benefit {
  padding-bottom: 4.8125rem;
}

.common-accordion__heading {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .common-accordion__heading {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.common-accordion__heading--education {
  margin-top: 66px;
}

@media screen and (min-width: 751px) {
  .common-accordion__heading--education {
    margin-top: 3.6875rem;
  }
}

@media screen and (min-width: 751px) {
  .common-accordion__heading--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.common-accordion__heading span {
  color: #002f7b;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 37.5px;
  font-size: 2.34375rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .common-accordion__heading span {
    font-size: 1.5625rem;
  }
}

.common-accordion__heading p {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .common-accordion__heading p {
    margin-top: 0;
    padding-left: 1.125rem;
    font-weight: bold;
  }
}

.common-accordion__future-goal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.6875rem;
  /* padding-bottom: 1.875rem; */
  margin-top: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__future-goal {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 0.625rem;
  }
}

.common-accordion__goal-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 0.875rem;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  line-height: 1.428;
  color: #fff;
  font-weight: 600;
  background-color: #002f7b;
}

@media screen and (min-width: 751px) {
  .common-accordion__goal-item {
    padding: 1.625rem;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
}

.common-accordion__strategy-wrapper {
  margin-top: 1.4375rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__strategy-wrapper {
    margin-top: 3rem;
    max-width: 53.125rem;
    width: 100%;
    margin-inline: auto;
  }
}

.common-accordion__strategy-title {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  border-bottom: 1px solid #969696;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__strategy-title {
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.0061em;
    border-bottom: 1px solid #969696;
  }
}


.common-accordion__strategy-text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.714;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .common-accordion__strategy-text {
    margin-top: 2rem;
  }
}

.common-accordion__strategies {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  max-width: 53.125rem;
  width: 100%;
  margin-inline: auto;
  column-gap: 1.25rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__strategies {
    margin-top: 2.5rem;
    flex-direction: row;
    /* flex-direction: column; */
    width: 100%;
  }
}

.common-accordion__strategy-item {
  flex: 1;
  background-color: #e5f3fa;
}

.common-accordion__strategy-heading {
  font-size: 0.948125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  background-color: #002f7b;
  color: #ffff;
  padding: 0.3125rem;
}

.common-accordion__strategy-content {
  text-align: center;
  padding: 1rem;

}

.common-accordion__strategy-highlight {
  font-size: 0.829375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #fff;
  color: #002f7b;
  font-weight: 600;
  display: inline;
}

.common-accordion__plus {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0.625rem auto;
  /* left: 48%; */
  /* transform: translateX(-50%); */
}

.common-accordion__plus:before,
.common-accordion__plus:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #231815;
  /* border-radius: 10px; */
}

.common-accordion__plus::before {
  width: 2.84px;
  height: 16px;
}

.common-accordion__plus::after {
  width: 16px;
  height: 2.84px;
}


/*三角マーク*/
.common-accordion__triangle {
  background: #231815;
  height: 1rem;
  width: 1.25rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 1.25rem auto;
}

@media screen and (min-width: 751px) {
  .common-accordion__triangle {
    margin: 0.8125rem auto;
  }
}


.common-accordion__description,
.common-accordion__strategy-result {
  font-size: 0.77rem;
  line-height: 1.308;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 1.25rem;
}

.common-accordion__description.-ajt {
  margin-top: 3.55rem;

  @media (max-width: 768px) {
    margin-top: 1.25rem;
  }
}

.common-accordion__strategy-result--kerning {
  letter-spacing: -0.04em;
  margin-top: 0;
}

.common-accordion__strategy-result span {
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.common-accordion__another-business {
  margin-top: 2.5rem;
}

.common-accordion__business-items + .common-accordion__business-items {
  margin-top: 2.5rem;
}

.common-accordion__business-heading {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #002f7b;
  position: relative;
}

.common-accordion__business-description::before {
  content: "";
  position: absolute;
  background-color: #002f7b;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  left: 1px;
  left: 0.0625rem;
  top: 6px;
  top: 0.375rem;
  border-radius: 50%;

}

.common-accordion__business-description {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.714;
  position: relative;
  padding-left: 1.25rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-description {
    width: 100%;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}

/*赤ドットリセット*/
.common-accordion__business-description--no-dot {
  position: static;
  padding-left: 0;
}

.common-accordion__business-description--no-dot::before,
.common-accordion__business-description--no-dot::after {
  content: none;
}


.common-accordion__business-description + .common-accordion__business-description {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-description + .common-accordion__business-description {
    margin-top: 0;
  }
}


.common-accordion__business-image {
  width: 100%;
  margin-top: 1.5rem;
  border: 1px solid #91836E;

}

@media screen and (min-width: 751px) {
  .common-accordion__business-image {
    flex: 1;
    max-width: 11.4375rem;
    margin-top: 0;
  }
}

.common-accordion__business-image02 {
  width: 100%;
  margin-top: 1.875rem;
  border: 1px solid #91836E;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-image02 {
    flex: 1;
    max-width: 16.9375rem;
    margin-top: 0;

  }
}

.common-accordion__business-image img {
  aspect-ratio: 262/90;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-image img {
    aspect-ratio: 183/130;
  }
}

.common-accordion__business-image02 img {
  aspect-ratio: 271/130;
  height: 100%;
  object-fit: cover;
}

.common-accordion__img-wrapper {
  margin-top: 1.875rem;
  display: grid;
  row-gap: 0.625rem;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .common-accordion__img-wrapper {
    display: flex;
    justify-content: center;
    column-gap: 2.25rem;
    margin-top: 2.5rem;
  }
}

.common-accordion__2026-image {
  width: 100%;
  border: 1px solid #002f7b;
}

@media screen and (min-width: 751px) {
  .common-accordion__2026-image {
    width: 33%;
  }
}

.common-accordion__profit-image {
  border: 1px solid #002f7b;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .common-accordion__profit-image {
    width: 43%;
  }
}

.common-accordion__2026-image img {
  aspect-ratio: 262/179;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .common-accordion__2026-image img {
    aspect-ratio: 326/223;
  }
}

.common-accordion__profit-image img {
  aspect-ratio: 262/134;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .common-accordion__profit-image img {
    aspect-ratio: 434/223;
  }
}

/*新規事業の方向性表*/
.business-direction {
  max-width: 50rem;
  width: 100%;
  margin-inline: auto;
}

.business-direction__wrapper {
  background-color: #e1f5fd;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
}

@media screen and (min-width: 751px) {
  .business-direction__wrapper {
    flex-direction: row;
  }
}

.business-direction__main-title {
  background-color: #002f7b;
  color: #ffff;
  font-size: 0.893125rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.375rem 0;
  font-weight: 600;
}

.business-direction__item {
  flex: 1;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .business-direction__item {
    width: 30%;
  }
}

.business-direction__title {
  padding-bottom: 0.4375rem;
  font-size: 0.78125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 751px) {
  .business-direction__title {
    padding-bottom: 0.5rem;
  }
}

.business-direction__list {
  margin-top: 0.75rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.business-direction__list-item {
  text-align: left;
  font-size: 0.6875rem;
  line-height: 2;
  letter-spacing: -0.02em;
  text-indent: -11px;
  padding-left: 11px;
}

.business-direction__chart {
  text-align: center;
  margin: 1rem 0;
}

.business-direction__note {
  font-size: 0.8rem;
  color: #666;
  text-align: center;
}


/*新規事業*/
.common-accordion__non-insurance {
  margin-top: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__non-insurance {
    margin-top: 2.625rem;
  }
}

.common-accordion__subtitle {
  font-size: 1rem;
  line-height: 1.75;
  color: #002f7b;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .common-accordion__subtitle {
    text-align: left;
  }
}

.common-accordion__ecosystem {
  margin-top: 3.125rem;
}

.common-accordion__ecosystem-image {
  margin-top: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__ecosystem-image {
    max-width: 50rem;
    width: 100%;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}

.common-accordion__benefit-one {
  margin-top: 2rem;
}

.common-accordion__benefit-image {
  margin-top: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__benefit-image {
    margin-top: 2.625rem;
    max-width: 50rem;
    width: 100%;
    margin-inline: auto;
  }
}

.common-accordion__business-wrap {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-wrap {
    margin-top: 3.125rem;
    gap: 2.625rem;
  }
}

.common-accordion__business-direction {
  margin-top: 2rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__business-direction {
    margin-top: 2.5rem;

  }
}

.common-accordion__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .common-accordion__text {
    margin-top: 1rem;
    padding: 0 0.0625rem;
    line-height: 2;
  }
}

.common-accordion__text--no-insurance,
.common-accordion__text--ecosystem,
.common-accordion__text--benefit {
  margin-top: 0;
}

.common-accordion__text--mt {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__text--mt {
    letter-spacing: 0.01em;
    line-height: 1.87;
    margin-top: 1.875rem;
  }
}

.common-accordion__text--mt2 {
  margin-top: 26px;
  margin-top: 1.625rem;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 751px) {
  .common-accordion__text--mt2 {
    margin-top: 0.6875rem;
  }
}

.common-accordion__text--le {
  letter-spacing: 0.01em;
}

.common-accordion__text--education02 {
  margin-top: 18px;
  margin-top: 1.125rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .common-accordion__text--education02 {
    margin-top: 0.4375rem;
  }
}

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

@media screen and (min-width: 751px) {
  .common-accordion__img {
    width: 90%;
    margin: 40px auto 0;
  }

  .common-accordion__img.-img04 {
    width: 60.9%;
  }
}


.common-accordion__img--max {
  margin-top: 0.375rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__img--max {
    width: 100%;
    max-width: 62.5rem;
    margin-top: 1.875rem;
  }
}

.common-accordion__second-container {
  margin-top: 1.875rem;
}

@media screen and (min-width: 751px) {
  .common-accordion__second-container {
    margin-top: 2.5rem;
    margin: 2.5rem auto 0
  }
}

.common-accordion__second-title {
  text-align: center;
  font-size: 0.893125rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  background-color: #002f7b;
  padding: 0.625rem 0;
}

@media screen and (min-width: 751px) {
  .common-accordion__second-title {
    text-align: left;
    padding: 0.375rem 0;
    width: 90%;
    padding-left: 5px;
    margin-left: 3rem;
  }
}






/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
  margin: 0 auto;
  height: auto;
  width: 1100px;
  width: 68.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}

#tabAccordion dl {
  top: 0;
  left: 0;
  width: 100%;
}

#tabAccordion dl dt {
  top: -69px;
  top: -4.3125rem;
  left: 0;
  width: 22.375rem;
  font-weight: bold;
  position: absolute;
  background: #bfcbde;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dt {
    border-radius: 0.4375rem 0.4375rem 0 0;
  }
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dt.common-accordion__education {
    max-width: 22.1875rem;
    width: 28vw;
  }
}

#tabAccordion dl dt.-color1 {
  background-color: #e0bbb8;

  &.btnAcv {
    background-color: #c17872;
  }
}

#tabAccordion dl dt.-color2 {
  background-color: #e8d9b4;

  &.btnAcv {
    background-color: #d2b36a;
  }
}

#tabAccordion dl dt.-color3 {
  background-color: #a5bed6;

  &.btnAcv {
    background-color: #0083c9;
  }
}

#tabAccordion dl dt.-color4 {
  background-color: #9dc3c1;

  &.btnAcv {
    background-color: #3c8784;
  }
}

#tabAccordion dl dt.common-accordion__education--blue2 {
  background: #01479F;
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dt.common-accordion__education--blue2 {
    background: #BFD1E7;
    color: #fff;
  }
}

@media screen and (min-width: 751px) {
  #tabAccordion.tabAccordion__diversity dl dt {
    top: -4.625rem;
  }
}

@media screen and (min-width: 751px) {
  #tabAccordion.tabAccordion__education dl dt {
    top: -4.3125rem;
  }
}

#tabAccordion dl dt.btnAcv {
  background: #002f7b;
  color: #fff;

  /* @media (max-width: 768px) {
    background: #0083c9;
  } */
}

#tabAccordion dl dt.common-accordion__education--blue2.btnAcv {
  background: #01479F;
}

#tabAccordion dl dt.common-accordion__education--blue2.btnAcv + dd {
  border: 1px solid #01479F;
  border: 0.0625rem solid #01479F;
}

#tabAccordion dl:nth-child(2) dt {
  left: 50%;
  /* transform: translateX(-50%); */
}

@media screen and (min-width: 751px) {
  #tabAccordion dl:nth-child(2) dt {
    left: 50%;
    transform: translateX(-50%);
  }
}


/* ビジネスの変更箇所 */
#tabAccordion dl:nth-child(2) dt.common-accordion__business {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  #tabAccordion dl:nth-child(2) dt.common-accordion__business {
    left: 25.5%;
    transform: translateX(0);
  }
}



#tabAccordion dl:nth-child(2) dt.common-accordion__education {
  left: 0;
}

@media screen and (min-width: 751px) {
  #tabAccordion dl:nth-child(2) dt.common-accordion__education {
    left: 36.1%;
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

#tabAccordion dl:nth-child(3) dt {
  /* left: auto; */
  left: initial;
  right: 25.5%;
}

#tabAccordion dl:nth-child(3) dt.common-accordion__education {
  right: 0;
}

#tabAccordion dl:nth-child(3) dt.common-accordion__diversity {
  right: 0;
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dt.common-accordion__business {
    width: 16.4375rem;
  }
}

#tabAccordion dl:nth-child(4) dt {
  left: auto;
  left: initial;
  right: 0;
  border-right: none;
  letter-spacing: -0.2em;
}

#tabAccordion dl dt a {
  padding: 23px 0 19px;
  padding: 1.4375rem 0 1.1875rem;
  font-weight: bold;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  white-space: nowrap;
}

#tabAccordion dl dt a.guideline__ttl2 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dt a.guideline__ttl2 {
    padding: 0.625rem 0 0.3125rem;
  }
}

#tabAccordion dl dt a.accordion-padding {
  padding: 15px 0 18px;
  padding: 0.9375rem 0 1.125rem;
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dt a.accordion-padding {
    padding: 0.875rem 0 0.75rem;
    line-height: 1.3;
  }
}

#tabAccordion dl dd {
  top: 50px;
  top: 3.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  /* overflow-y: auto; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  #tabAccordion dl dd {
    border: #002f7b 0.0625rem solid;
    border-top: none;
  }

  #tabAccordion dl dd.-color1 {
    border-color: #c17872;
  }

  #tabAccordion dl dd.-color2 {
    border-color: #d2b36a;
  }

  #tabAccordion dl dd.-color3 {
    border-color: #0083c9;
  }

  #tabAccordion dl dd.-color4 {
    border-color: #3c8784;
  }
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 750px) {
  #tabAccordion {
    width: 100%;
    height: auto;
    border: none;
  }

  #tabAccordion dl {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }

  #tabAccordion dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -50%);
    border-top: 12px solid #F1EEEA;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    z-index: 1;
  }

  #tabAccordion dl dt.common-accordion__education--blue2::before {
    content: "";
    position: absolute;
    right: 0.9375rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: translateY(-60%) rotate(135deg);
    border-left: 0;
    border-left: initial;
    z-index: 1;
  }

  #tabAccordion dl dt.common-accordion__education--blue2.btnAcv::before {
    -webkit-transform: translateY(-60%) rotate(-45deg);
    transform: translateY(-60%) rotate(-45deg);
  }

  #tabAccordion dl + dl {
    margin-top: 0.3125rem;
  }

  #tabAccordion dl dt {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    text-align: center;
    background: #002f7b;
    color: #fff;
    max-width: none;
    max-width: initial;
  }

  #tabAccordion dl:first-child dt {
    border-top: #999 1px solid;
  }

  #tabAccordion dl:nth-child(2) dt,
  #tabAccordion dl:nth-child(4) dt {
    left: auto;
  }

  #tabAccordion dl:nth-child(3) dt {
    right: auto;
  }

  #tabAccordion dl dt a {
    padding: 1.8125rem 0 1.4375rem;
    height: auto;
    line-height: 1em;
    text-align: left;
    font-size: 1.125rem;
    text-align: center;
    font-family: "HiraginoUDSerifStd W4", serif;
    font-weight: 600;
  }

  #tabAccordion dl dt a.education__ttl {
    padding: 0.75rem 0 0.75rem;
    height: auto;
    line-height: 1.5;
    text-align: left;
    font-size: 1.125rem;
    text-align: center;
    font-family: "HiraginoUDSerifStd W4", serif;
    font-weight: 600;
  }

  #tabAccordion dl dt.btnAcv a:after {
    content: none;
  }

  #tabAccordion dl dd {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    position: relative;
    display: none;
  }

  #tabAccordion dl dt.btnAcv + dd {
    display: block;
  }
}

.common-note__wrap {
  margin-top: 61px;
  margin-top: 3.8125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 751px) {
  .common-note__wrap {
    margin-top: 3.9375rem;
    line-height: 2;
  }
}

.common-note__wrap p {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 751px) {
  .common-note__wrap p {
    text-align: center;
  }
}

.common-note__wrap p::before {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 59px;
  height: 3.6875rem;
  background: #C6BDAC;
  bottom: -29%;
  left: 46.7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .common-note__wrap p::before {
    bottom: -65%;
    left: 49%;
  }
}

.common-education__wrap {
  margin-top: 6px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .common-education__wrap {
    margin-top: -1.8125rem;
  }
}

.common-education__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -34px;
  background: #dcdcdc;
}

.common-education__wrap--2::before {
  content: normal;
  content: initial;
}

.common-education__red-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  color: #002f7b;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .common-education__red-title {
    text-align: left;
  }
}

.common-education__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 23px;
  text-align: justify;
  line-height: 1.72;
}

@media screen and (min-width: 751px) {
  .common-education__text {
    margin-top: 1.4375rem;
  }
}

.common-accordion__heading p.education01__heading.education01__heading--le {
  letter-spacing: -0.04em;
}

.common-lead__wrap {
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 751px) {
  .common-lead__wrap {
    margin-top: 4.4375rem;
  }
}

.common-lead__title {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .common-lead__title {
    font-size: 1.625rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.common-lead__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .common-lead__text {
    font-size: 0.875rem;
    letter-spacing: normal;
    letter-spacing: initial;
    margin-top: 1.625rem;
    line-height: 2;
  }
}

.common-lead__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-top: 0.8125rem;
  gap: 10px;
  gap: 0.625rem;
}

@media screen and (min-width: 751px) {
  .common-lead__imgs {
    margin-top: 2.0625rem;
    gap: 2.4375rem;
  }
}

.common-lead__note {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
  margin-top: 7px;
  margin-top: 0.4375rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .common-lead__note {
    font-size: 0.875rem;
    margin-top: 1.0625rem;
  }
}

@media screen and (min-width: 751px) {
  .common__inner {
    max-width: 68.75rem;
    margin: auto;
  }
}

.common-link__wrap {
  margin-top: 134px;
  margin-top: 8.375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 751px) {
  .common-link__wrap {
    margin-top: 6.25rem;
  }
}

.common-link__wrap--0 {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .common-link__wrap--0 {
    margin-top: 5.875rem;
  }
}

.common-link__item {
  position: relative;
  display: block;
}

@media screen and (min-width: 751px) {
  .common-link__item {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(234, 157, 162, 0)), to(rgba(235, 229, 213, 0)));
    background: linear-gradient(to right, rgba(234, 157, 162, 0), rgba(235, 229, 213, 0));
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.common-link__arrow {
  content: "";
  position: absolute;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  right: 19px;
  right: 1.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

@media screen and (min-width: 751px) {
  .common-link__arrow {
    width: 3.375rem;
    height: 3.375rem;
    top: 50%;
    right: 2.4375rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }
}

.common-link__arrow--red {
  background: url(../images/business/arrow-red.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--orange {
  background: url(../images/business/arrow-orange.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--yellow-green {
  background: url(../images/business/arrow-yellow-green.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--green {
  background: url(../images/business/arrow-green.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--light-blue {
  background: url(../images/business/arrow-light-blue.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--blue {
  background: url(../images/business/arrow-blue.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--purple {
  background: url(../images/business/arrow-purple.png) center center no-repeat;
  background-size: cover;
}

.common-link__arrow--black {
  background: url(../images/business/arrow-black.png) center center no-repeat;
  background-size: cover;
}

.common-link__item + .common-link__item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 751px) {
  .common-link__item + .common-link__item {
    margin-top: 0.125rem;
  }
}

.common-link__item--0::before {
  right: 22px;
  right: 1.375rem;
  width: 33px;
  width: 2.0625rem;
  height: 33px;
  height: 2.0625rem;
}

@media screen and (min-width: 751px) {
  .common-link__item--0::before {
    right: 2.375rem;
    width: 3.4375rem;
    height: 3.4375rem;
  }
}

.common-link__item--0::after {
  right: 30px;
  right: 1.875rem;
  border-top: 11px solid #fff;
  border-top: 0.6875rem solid #fff;
  border-right: 7px solid transparent;
  border-right: 0.4375rem solid transparent;
  border-left: 7px solid transparent;
  border-left: 0.4375rem solid transparent;
  -webkit-transform: rotate(-90deg) translateX(35%);
  transform: rotate(-90deg) translateX(35%);
}

@media screen and (min-width: 751px) {
  .common-link__item--0::after {
    right: 3.3125rem;
    border-top: 1.125rem solid #fff;
    border-right: 0.625rem solid transparent;
    border-left: 0.625rem solid transparent;
  }
}

.common-link__item--0 + .common-link__item--0 {
  margin-top: 0;
}

.common-link__img {
  position: relative;
  z-index: -2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 751px) {
  .common-link__cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: -webkit-gradient(linear, left top, right top, from(rgb(234, 157, 162)), to(rgb(235, 229, 213)));
    background: linear-gradient(to right, rgb(234, 157, 162), rgb(235, 229, 213));
  }
}

@media screen and (min-width: 751px) {
  .common-link__arrow:hover + .common-link__cover--red::after {
    width: 100%;
    background: rgba(168, 40, 42, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--red::after {
    background: rgba(217, 94, 102, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--orange::after {
    background: rgba(227, 144, 77, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--yellow-green::after {
    background: rgba(191, 208, 66, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--green::after {
    background: rgba(98, 177, 130, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--light-blue::after {
    background: rgba(79, 176, 192, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--blue::after {
    background: rgba(3, 110, 176, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--purple::after {
    background: rgba(108, 66, 144, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--black::after {
    background: rgba(114, 114, 114, .7);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover:hover::after {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--red:hover::after {
    background: rgba(168, 40, 42, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--orange:hover::after {
    background: rgba(200, 111, 17, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--yellow-green:hover::after {
    background: rgba(106, 168, 26, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--green:hover::after {
    background: rgba(32, 124, 77, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--light-blue:hover::after {
    background: rgba(33, 100, 155, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--blue:hover::after {
    background: rgba(0, 40, 115, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--purple:hover::after {
    background: rgba(85, 36, 126, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__cover--black:hover::after {
    background: rgba(63, 63, 63, .9);
  }
}

@media screen and (min-width: 751px) {
  .common-link__item:hover {
    opacity: 1;
  }
}

.common-link__texts {
  position: absolute;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
  line-height: 2.6;
}

@media screen and (min-width: 751px) {
  .common-link__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    left: 5.3%;
    gap: 3.0625rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
  }
}

.common-link__texts--position {
  left: 13%;
}

@media screen and (min-width: 751px) {
  .common-link__texts--position {
    left: 5.3%;
  }
}

.common-link__large-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: -0.055em;
  position: relative;
}

@media screen and (min-width: 751px) {
  .common-link__large-text {
    font-size: 1.75rem;
  }
}

.common-link__large-text::before {
  content: "";
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  bottom: 3px;
  bottom: 0.1875rem;
  left: 1px;
  left: 0.0625rem;
}

@media screen and (min-width: 751px) {
  .common-link__large-text::before {
    right: -1.8125rem;
    width: 0.09375rem;
    height: 2.5rem;
    top: 0;
    left: auto;
    left: initial;
    position: absolute;
    top: 26%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.common-link__large-text--border::before {
  width: 250px;
  width: 15.625rem;
}

@media screen and (min-width: 751px) {
  .common-link__large-text--border::before {
    width: 0.09375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.common-link__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.4;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 751px) {
  .common-link__text {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.common-mv__area {
  position: relative;
}

/* .common-mv__area--message{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
} */

.common-mv__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 751px) {
  .common-mv__inner {
    max-width: 56.25rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.common-mv__img--business {
  position: relative;
  padding-top: 73%;
}

@media screen and (min-width: 751px) {
  .common-mv__img--business {
    position: static;
    position: initial;
    padding-top: 0;
  }
}

.common-mv__img--discussion {
  position: relative;
  padding-top: 100%;
}

@media screen and (min-width: 751px) {
  .common-mv__img--discussion {
    position: static;
    position: initial;
    padding-top: 0;
  }
}

.common-mv__img--discussion img,
.common-mv__img--business img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 751px) {

  .common-mv__img--discussion img,
  .common-mv__img--business img {
    position: static;
    position: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__img--people {
    max-height: 30.0625rem;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__img--recruit img {
    max-height: 15.25rem;
  }
}

.common-mv__img--people img {
  max-height: 200px;
  max-height: 12.5rem;
  height: 47vw;
}

@media screen and (min-width: 751px) {
  .common-mv__img--people img {
    max-height: 26.0625rem;
    height: 100%;
  }
}

.common-mv__img--people.-personnel img {
  max-height: 254px;
  height: 68vw;
}

.common-mv__img--top-message {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}


.common-mv__img--top-message img {
  height: 25.625rem;
}

@media screen and (min-width: 751px) {
  .common-mv__img--top-message img {
    max-height: 28.5rem;
    height: initial;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__ceo-img {
    max-width: 40rem;
    /* margin-left: auto; */
    right: -50%;
    margin-top: -18.625rem;
    position: relative;
  }
}

.common-mv__ceo-img img {
  aspect-ratio: 375/359;
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .common-mv__ceo-img img {
    aspect-ratio: 640/450;
  }
}

.common-mv__heading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  color: #fff;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .common-mv__heading {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-mv__heading--people {
  -webkit-transform: translate(-50%, -68%);
  transform: translate(-50%, -68%);
}

@media screen and (min-width: 751px) {
  .common-mv__heading--people {
    top: 22%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-mv__heading--recruit {
  -webkit-transform: translate(-50%, -68%);
  transform: translate(-50%, -68%);
}

@media screen and (min-width: 751px) {
  .common-mv__heading--recruit {
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.personnel__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 28rem;
  background: #002f7b;
  color: #fff;
  font-size: 1.625em;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  line-height: 1.2;

  @media (max-width: 768px) {
    width: 88%;
    font-size: 1.5em;
    padding: 26px 0 22px;
  }

  span {
    font-size: 0.846155em;

    @media (max-width: 768px) {
      display: block;
      margin-top: 15px;
      line-height: 1.4;
    }
  }
}

.common-mv__heading--work {
  text-align: left;
  top: 70%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work {
    top: 40.3%;
    left: 30%;
    /*PCでタイトル改行させるためのコード*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46%;
    /*PCでタイトル改行させるためのコード*/
  }
}

.common-mv__heading--work02 {
  text-align: left;
  top: 58.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work02 {
    top: 39.3%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-mv__heading--work03 {
  text-align: left;
  top: 63.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work03 {
    top: 40.5%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-mv__heading--work04 {
  text-align: left;
  top: 61.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 69%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work04 {
    top: 43.3%;
    left: 74%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 43%;
  }
}

.common-mv__heading--work05 {
  text-align: left;
  top: 68.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work05 {
    top: 43.3%;
    left: 74%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
  }
}

.common-mv__heading--work08 {
  text-align: left;
  top: 62.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work08 {
    top: 35.3%;
    left: 33%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
  }
}

.common-mv__heading--work10 {
  text-align: left;
  top: 61.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 69%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work10 {
    top: 43.3%;
    left: 74%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
  }
}

.common-mv__heading--work18 {
  text-align: left;
  top: 64.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 90%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work18 {
    top: 34.5%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    width: initial;
  }
}

.common-mv__heading--work06 {
  text-align: left;
  top: 79.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work06 {
    top: 35.5%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46%;
  }
}

/* .common-mv__heading--work07 {
  text-align: left;
  top: 79.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
          transform: translate(0%, -49%);
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .common-mv__heading--work07 {
    top: 35.5%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 46%;

  }
} */

.common-mv__heading--work16 {
  text-align: left;
  top: 71.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 69%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work16 {
    top: 43.3%;
    left: 74%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
  }
}

.common-mv__heading--work14 {
  text-align: right;
  top: 9%;
  left: -9%;
  -webkit-transform: translate(27.8%, 0%);
  transform: translate(27.8%, 0%);
  overflow: hidden;
  width: 85%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work14 {
    text-align: left;
    width: 55%;
    top: 33.3%;
    left: 71%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-mv__heading--work21 {
  text-align: left;
  top: 72.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 90%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work21 {
    top: 34.5%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    width: initial;
  }
}

.common-mv__heading--work22 {
  text-align: left;
  top: 69.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work22 {
    top: 43.5%;
    left: 31%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48%;
  }
}

.common-mv__heading--work23 {
  text-align: left;
  top: 70.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work23 {
    top: 43.3%;
    left: 73%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* width: 90%; */
  }
}

.common-mv__heading--work24 {
  text-align: left;
  top: 70.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work24 {
    top: 43.3%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 53%;
  }
}

.common-mv__heading--work25 {
  text-align: left;
  top: 70.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work25 {
    top: 43.3%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 46%;
  }
}

.common-mv__heading--work26 {
  text-align: left;
  top: 79.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work26 {
    width: 56%;
    top: 39.5%;
    left: 36%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.common-mv__heading--work27 {
  text-align: left;
  top: 70.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 92%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work27 {
    top: 43.3%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 39%;
  }
}

.common-mv__heading--work28 {
  text-align: left;
  top: 70.4%;
  left: 0;
  -webkit-transform: translate(0%, -49%);
  transform: translate(0%, -49%);
  overflow: hidden;
  width: 92%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--work28 {
    top: 43.3%;
    left: 26%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 39%;
  }
}

.common-mv__heading--culture {
  top: 16%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--culture {
    top: 22%;
  }
}

.common-mv__heading--top-message {
  top: 28%;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--top-message {
    top: 26%;
  }
}

.common-mv__heading--message-title {
  text-align: left;
  top: 70%;
  left: 0;
  transform: translate(0%, -50%);
  overflow: hidden;
  max-width: 19rem;
}

@media screen and (min-width: 751px) {
  .common-mv__heading--message-title {
    max-width: none;
    width: 44%;
    left: 0;
  }
}


.common-mv__title-en {
  background: #fff;
  color: #002f7b;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 33.6px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 0.8;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}

@media screen and (min-width: 751px) {
  .common-mv__title-en {
    font-size: 3rem;
    padding: 0.625rem 0.8125rem 0.625rem;
  }
}

.common-mv__title-en--bg {
  background: none;
}

.common-mv__title-en--culture {
  padding: 6px 23px;
  padding: 0.375rem 1.4375rem;
}

.common-mv__title-ja {
  background: #fff;
  font-size: 16.8px;
  font-size: 1.05rem;
  letter-spacing: 0.23em;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  padding: 2px 9px 4px;
  padding: 0.125rem 0.5625rem 0.25rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  display: inline-block;
  color: #000;
}

@media screen and (min-width: 751px) {
  .common-mv__title-ja {
    font-size: 1.5rem;
    margin-top: 0.75rem;
    padding: 0.25rem 0.875rem 0.25rem;
  }
}

.common-mv__title-ja--bg {
  background: none;
}

.common-mv__title-la {
  background: #f0f0f0;
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.32;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
  position: relative;
  -webkit-transform: translateY(-2.0625rem);
  transform: translateY(-2.0625rem);
  padding: 6px 0 9px;
  padding: 0.375rem 0 0.5625rem;
}

@media screen and (min-width: 751px) {
  .common-mv__title-la {
    font-size: 1.625rem;
    -webkit-transform: translateY(-2.875rem);
    transform: translateY(-2.875rem);
    padding: 1.125rem;
  }
}

.common-mv__title-la--education {
  padding: 16px 0;
  padding: 1rem 0;
  letter-spacing: 0.1em;
  max-width: 20.625rem;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .common-mv__title-la--education {
    padding: 1.375rem 0 1.1875rem;
    max-width: 40rem;
  }
}

.common-mv__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin: 15px 0 0 27px;
  margin: 0.9375rem 0 0 1.6875rem;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .common-mv__note {
    display: block;
    text-align: end;
    margin: 0.8125rem 0 0 1.6875rem;
  }
}

.common-mv__large-title {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  font-family: "HiraginoUDSerifStd W6", serif;
  background: #EBE5D5;
  padding: 2px 1px;
  white-space: nowrap;
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.625rem;
}

@media screen and (min-width: 751px) {
  .common-mv__large-title {
    font-size: 2.125rem;
    letter-spacing: 0.01em;
    padding: 0.25rem 0.875rem;
  }
}

.common-mv__large-title--red {
  background: #A8282A;
}

.common-mv__small-title {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 751px) {
  .common-mv__small-title {
    font-size: 1.625rem;
    background: #EBE5D5;
    letter-spacing: 0.01em;
    padding: 0.375rem 0.75rem;
    margin-top: 0.8125rem;
    white-space: nowrap;
  }
}

.common-mv__small-title span {
  background: #EBE5D5;
  white-space: nowrap;
  display: inline-block;
  margin-top: 8.5px;
  margin-top: 0.53125rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

@media screen and (min-width: 751px) {
  .common-mv__small-title span {
    display: contents;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--red {
    background: #A8282A;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--orange {
    background: #C86F11;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--yellow-green {
    background: #6AA81A;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--green {
    background: #207C4D;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--light-blue {
    background: #21649B;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--blue {
    background: #002873;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--purple {
    background: #55247E;
  }
}

@media screen and (min-width: 751px) {
  .common-mv__small-title--black {
    background: #3F3F3F;
  }
}

.common-mv__small-title--red span {
  background: #A8282A;
}

.common-mv__small-title--orange span {
  background: #C86F11;
}

.common-mv__small-title--yellow-green span {
  background: #6AA81A;
}

.common-mv__small-title--green span {
  background: #207C4D;
}

.common-mv__small-title--light-blue span {
  background: #21649B;
}

.common-mv__small-title--blue span {
  background: #002873;
}

.common-mv__small-title--purple span {
  background: #55247E;
}

.common-mv__small-title--black span {
  background: #3F3F3F;
}

.common-mv__small-title span + span {
  margin-top: 0;
}

.common-mv__work-title {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 6vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__work-title {
    display: inline-block;
    font-size: max(2.0625rem, 2.578125vw);
    letter-spacing: 0.05em;
    padding: 0rem 0.75rem;
    background: #002f7b;
    -webkit-animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
    animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  }
}

.common-mv__message-title {
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .common-mv__message-title {
    font-size: 1.875rem;
    display: inline-block;
    padding: 0rem 0.75rem;
    background: #002f7b;
    -webkit-animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
    animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  }
}


.common-mv__message-title--red {
  background: #002f7b;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 9px 2px 11px;
  -webkit-animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}

@media screen and (min-width: 751px) {
  .common-mv__message-title--red {
    padding: 0 0.75rem;
  }
}

.common-mv__message-title--red + .common-mv__message-title--red {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 751px) {
  .common-mv__message-title--red + .common-mv__message-title--red {
    margin-top: 0.9375rem;
  }
}


@media screen and (min-width: 751px) {
  .common-mv__work-title + .common-mv__work-title {
    margin-top: 0.9375rem;
  }
}

/*字詰め用コード*/
.common-mv__work-title--custom-spacing {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.common-mv__work-title--red {
  background: #002f7b;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 9px 2px 11px;
  -webkit-animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}

@media screen and (min-width: 751px) {
  .common-mv__work-title--red {
    padding: 0.125rem 0.75rem;
  }
}

.common-mv__work-title--red::before,
.common-mv__message-title--red::before {
  background: #002f7b;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

.common-mv__work-title--red + .common-mv__work-title--red {
  margin-top: 6px;
  margin-top: 0.375rem;
}

@media screen and (min-width: 751px) {
  .common-mv__work-title--red + .common-mv__work-title--red {
    margin-top: 1.0625rem;
  }
}

.common-mv__work-title span {
  position: relative;
  background: #002f7b;
  white-space: nowrap;
  display: inline-block;
  margin-top: 8.5px;
  margin-top: 0.53125rem;
  padding: 0 7px 0 10px;
  padding: 0 0.4375rem 0 0.625rem;
  overflow: hidden;
  -webkit-animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg2 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}

@media screen and (min-width: 751px) {
  .common-mv__work-title span {
    display: contents;
  }
}

.common-mv__work-title--01 {
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media screen and (min-width: 751px) {
  .common-mv__work-title--01 {
    margin-top: 0;
  }
}

.common-mv__work-title--01 span {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.common-mv__work-title--02 span,
.common-mv__work-title--04 span {
  margin-top: 0.5px;
  padding: 1px 7px 1.5px 10px;
}

.common-mv__work-title--04 {
  margin-top: 1px;
  margin-top: 0.0625rem;
}

@media screen and (min-width: 751px) {
  .common-mv__work-title--04 {
    margin-top: 0.4375rem;
  }
}

.common-mv__work-title--23 {
  margin-top: 4px;
  margin-top: 0.25rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 751px) {
  .common-mv__work-title--23 {
    margin-top: 0;
  }
}

.common-mv__work-title--margin {
  margin-top: 0;
}

.common-mv__work-title--margin01 {
  margin-top: 6px;
  margin-top: 0.375rem;
}

@media screen and (min-width: 751px) {
  .common-mv__work-title--margin01 {
    margin-top: 0.9375rem;
  }
}

.common-mv__work-title--margin span {
  margin-top: 0.5px;
  margin-top: 0.03125rem;
}

.common-mv__work-title span::before {
  background: #002f7b;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }

  10%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
}

@keyframes mask-bg {
  0% {
    -webkit-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }

  10%,
  60% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
}

@-webkit-keyframes mask-bg2 {
  0% {
    -webkit-transform: translate(-101%, 0%);
    transform: translate(-101%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

@keyframes mask-bg2 {
  0% {
    -webkit-transform: translate(-101%, 0%);
    transform: translate(-101%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.common-mv__recruit-ttl {
  color: #fff;
  background: #4D4D4D;
  text-align: center;
  letter-spacing: 0.04em;
  width: 88%;
  position: absolute;
  bottom: -18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 14px 0;
  padding: 0.875rem 0;
}

@media screen and (min-width: 751px) {
  .common-mv__recruit-ttl {
    width: 20.625rem;
    bottom: -12%;
  }
}

.common-mv__recruit-ttl--red {
  background: #002f7b;
  color: #fff;
}

.common-mv__title-ceo {
  padding: 0;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .common-mv__title-ceo {
    letter-spacing: 0;
  }
}

.common__title-en {
  color: #002f7b;
  letter-spacing: 0.08em;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Helvetica Neue", sans-serif;
  position: relative;
}

@media screen and (min-width: 751px) {
  .common__title-en {
    font-size: 2.5rem;
  }
}

.common__title-en--line::before {
  content: "";
  position: absolute;
  height: 1.5px;
  height: 0.09375rem;
  width: 41vw;
  background: #C6C6C6;
  color: #C6C6C6;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .common__title-en--line::before {
    width: 79%;
  }
}

.common__title-ja {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.23em;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 751px) {
  .common__title-ja {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 751px) {
  .common__title-ja--margin {
    margin-top: 0;
  }
}

.common__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 751px) {
  .common__lead {
    margin-top: 1.8125rem;
    line-height: 2.5;
  }
}

.common__black-lead {
  position: relative;
  z-index: 2;
}

.common__black-title-en {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.04em;
  background: #37bef0;
  color: #fff;
  display: table;
  padding: 1px 10px 1.5px;
  padding: 0.0625rem 0.625rem 0.09375rem;
}

@media screen and (min-width: 751px) {
  .common__black-title-en {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 751px) {
  .common__black-title-en--large {
    font-size: 1.75rem;
    padding: 0 8px 0px;
    line-height: 1.4;
  }
}

.common__black-title-en--margin {
  padding: 0 9px 2px;
  padding: 0 0.5625rem 0.125rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
}

@media screen and (min-width: 751px) {
  .common__black-title-en--margin {
    margin-top: -0.4375rem;
  }
}

.common__black-title-ja {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  background: #37bef0;
  color: #fff;
  display: table;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 4px 8px 5px;
  padding: 0.25rem 0.5rem 0.3125rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .common__black-title-ja {
    font-size: 1rem;
    letter-spacing: 0.23em;
  }
}

@media screen and (min-width: 751px) {
  .common__black-title-ja--small {
    font-size: 0.875rem;
    padding: 7px 8px;
    letter-spacing: 0.23em;
  }
}

.common__black-title-ja--margin {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 751px) {
  .common__black-title-ja--margin {
    margin-top: 0.625rem;
  }
}

.common__black-title-ja--nomargin {
  margin-top: -0.5rem;
}

@media screen and (min-width: 751px) {
  .common__heading--top-people {
    -ms-flex-item-align: end;
    align-self: end;
    margin-top: 4.4375rem;
  }
}

@media screen and (min-width: 751px) {
  .common__heading--w {
    max-width: 32.9375rem;
    width: 100vw;
  }
}

@media screen and (min-width: 751px) {
  .common__black-title-en--black {
    background: none;
    color: #000;
    margin-top: -3px;
    letter-spacing: 0.01em;
  }
}

.common__wrap {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 751px) {
  .common__wrap {
    margin-top: 3.5rem;
  }
}

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

@media screen and (min-width: 751px) {
  .common__wrap--mt {
    margin-top: 1.6875rem;
  }
}

.common__title {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #002f7b;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .common__title {
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
}

.common__lead-title {
  text-align: center;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .common__lead-title {
    letter-spacing: 0.1em;
    font-size: 1.375rem;
  }
}

.common__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.59090909;
  text-align: center;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 751px) {
  .common__subtitle {
    font-weight: bold;
    font-family: "HiraginoUDSerifStd W4", serif;
    font-weight: 600;
    margin-top: 2.6875rem;
  }
}

.common__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .common__text {
    max-width: 53.75rem;
    margin: auto;
  }
}

.common__text--margin {
  margin-top: 26px;
  margin-top: 1.625rem;
}

@media screen and (min-width: 751px) {
  .common__text--margin {
    margin: 0.75rem auto 0;
  }
}

.common__text--margin1 {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 751px) {
  .common__text--margin1 {
    margin-top: 1.625rem;
    line-height: 1.9;
  }
}

.common__text--diversity {
  text-align: center;
}

.common__img {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 751px) {
  .common__img {
    max-width: 37.5rem;
    width: 100%;
    margin: 3.5625rem auto 0;
  }
}

.common__red {
  color: #A8282A;
}

.common__red--ba {
  background: #A8282A;
}

.common__orange {
  color: #C86F11;
}

.common__orange::before {
  background: #C86F11;
}

.common__orange--ba {
  background: #C86F11;
}

.common__yellow-green {
  color: #6AA81A;
}

.common__yellow-green::before {
  background: #6AA81A;
}

.common__yellow-green--ba {
  background: #6AA81A;
}

.common__green {
  color: #207C4D;
}

.common__green::before {
  background: #207C4D;
}

.common__green--ba {
  background: #207C4D;
}

.common__light-blue {
  color: #21649B;
}

.common__light-blue::before {
  background: #21649B;
}

.common__light-blue--ba {
  background: #21649B;
}

.common__blue {
  color: #002873;
}

.common__blue::before {
  background: #002873;
}

.common__blue--ba {
  background: #002873;
}

.common__purple {
  color: #55247E;
}

.common__purple::before {
  background: #55247E;
}

.common__purple--ba {
  background: #55247E;
}

.common__black {
  color: #3F3F3F;
}

.common__black::before {
  background: #3F3F3F;
}

.common__black--ba {
  background: #3F3F3F;
}

.top-company {
  margin-top: 61px;
}

@media screen and (min-width: 751px) {
  .top-company {
    margin-top: 3.625rem;
  }
}

.company__inner {
  padding: 28px;
  padding: 1.75rem;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .company__inner {
    width: 71.875rem;
    padding: 1.5625rem;
  }
}

.company__wrap {
  margin-top: -14px;
  margin-top: -0.875rem;
}

@media screen and (min-width: 751px) {
  .company__wrap {
    margin-top: -1.3125rem;
  }
}

.company__slider {
  position: relative;
}

@media screen and (min-width: 751px) {
  .company__slider {
    padding: 0;
  }
}

.discussion {
  position: relative;
}

.discussion__mv {
  position: absolute;
  top: 4%;
  left: 2%;
}

@media screen and (min-width: 751px) {
  .discussion__mv {
    top: 20.1%;
    left: 3.4%;
    width: 25rem;
  }
}

.discussion__mv-people {
  font-size: 5.8666666667vw;
  font-family: "Helvetica Neue", sans-serif;
  background: #fff;
  color: #002f7b;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
  padding: 0 9px;
  padding: 0 0.5625rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .discussion__mv-people {
    font-size: 2.5rem;
  }
}

.discussion__mv-title {
  overflow: hidden;
  font-size: 10.6666666667vw;
  color: #002f7b;
  font-family: "HiraginoUDSerifStd W6", serif;
  line-height: 1.18;
  margin-top: 3.4666666667vw;
  letter-spacing: 0.09em;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .discussion__mv-title {
    margin-top: 0.8125rem;
    font-size: 5rem;
    margin-top: 1.5625rem;
  }
}

.discussion__mv-red-title {
  font-size: 3.7333333333vw;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 38.4vw;
  margin-left: -1.0666666667vw;
}

@media screen and (min-width: 751px) {
  .discussion__mv-red-title {
    margin-top: 1.875rem;
    margin-left: -0.25rem;
    font-size: 1.125rem;
  }
}

.discussion__mv-red-title p {
  color: #fff;
  background: #002f7b;
  padding: 0 2.9333333333vw;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .discussion__mv-red-title p {
    padding: 0 0.6875rem;
  }
}

@media screen and (min-width: 751px) {
  .discussion__mv-red-title p + p {
    margin-top: 0.625rem;
  }
}

.discussion__wrap {
  margin-top: 18.6666666667vw;
}

@media screen and (min-width: 751px) {
  .discussion__wrap {
    margin-top: 4.375rem;
  }
}

.discussion__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
}

@media screen and (min-width: 751px) {
  .discussion__inner {
    margin: auto;
    width: 65.625rem;
  }
}

.discussion__red-title {
  color: #002f7b;
  font-size: 5.8666666667vw;
  text-align: center;
  font-family: "HiraginoUDSerifStd W6", serif;
  letter-spacing: 0.07em;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .discussion__red-title {
    font-size: 1.625rem;
  }
}

.discussion__small-title {
  font-size: 3.7333333333vw;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 2.2;
  position: relative;
}

@media screen and (min-width: 751px) {
  .discussion__small-title {
    font-size: 1rem;
  }
}

.discussion__small-title::before {
  content: "";
  position: absolute;
  background: #000;
  width: 2px;
  width: 0.125rem;
  height: 24vw;
  left: 49%;
  bottom: -46%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .discussion__small-title::before {
    bottom: -117%;
    height: 7.125rem;
  }
}

.discussion__area {
  margin-top: 48vw;
}

@media screen and (min-width: 751px) {
  .discussion__area {
    margin-top: 15.5rem;
  }
}

.discussion__box:nth-child(2) {
  margin-top: 17.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__box:nth-child(2) {
    margin-top: 5.6875rem;
  }
}

.discussion__box:nth-child(3) {
  margin-top: 17.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__box:nth-child(3) {
    margin-top: 6.25rem;
  }
}

.discussion__box:nth-child(4) {
  margin-top: 17.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__box:nth-child(4) {
    margin-top: 5.6875rem;
  }
}

.discussion__box:nth-child(5) {
  margin-top: 17.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__box:nth-child(5) {
    margin-top: 6.25rem;
  }
}

.discussion__title-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 751px) {
  .discussion__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  .discussion__title-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 2.6875rem;
  }
}

.discussion__title {
  font-size: 5.3333333333vw;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: -17px;
  margin-top: -1.0625rem;
  position: relative;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .discussion__title {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.discussion__title span {
  display: block;
  color: #002f7b;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 8vw;
  line-height: 1.2;
}

@media screen and (min-width: 751px) {
  .discussion__title span {
    font-size: 3.515625rem;
    line-height: normal;
    line-height: initial;
  }
}

.discussion__title--bg::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(235, 248, 253, 0.5) 0%, rgba(0, 47, 123, 0.9) 100%);
  z-index: -1;
  height: 34.6666666667vw;
  width: 100%;
  margin: -2.9333333333vw 0 0 calc(50% - 50vw);
  width: 100vw;
  opacity: 0.5;
}

@media screen and (min-width: 751px) {
  .discussion__title--bg::before {
    height: 6.25rem;
    margin: 2.0625rem 0 0 calc(50% - 50vw);
    padding: 0 13.5625rem 0 50vw;
    width: 50vw;
  }
}

.discussion__person {
  float: left;
  margin-right: 20px;
}

@media screen and (min-width: 751px) {
  .discussion__person {
    float: none;
    float: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.discussion__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-top: 6.9333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__img {
    margin-top: 0;
    width: 34.375rem;
  }
}

.discussion__img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, rgba(235, 248, 253, 0.5) 0%, rgba(0, 47, 123, 0.9) 100%);
  z-index: -1;
  margin: 9.3333333333vw 0 0 0;
  width: 86.6666666667vw;
  -webkit-transform: translateX(6.6666666667vw);
  transform: translateX(6.6666666667vw);
  opacity: 0.5;
}

@media screen and (min-width: 751px) {
  .discussion__img::before {
    height: 23.75rem;
    margin: 2.3125rem calc(50% - 50vw) 0 0;
    padding: 0 0 0 50vw;
    width: 48vw;
    -webkit-transform: translateX(3.0625rem);
    transform: translateX(3.0625rem);
  }
}

.discussion__img--reverse::before {
  background: linear-gradient(45deg, rgba(235, 248, 253, 0.5) 0%, rgba(0, 47, 123, 0.9) 100%);
  z-index: -1;
  -webkit-transform: translateX(-6.6666666667vw);
  transform: translateX(-6.6666666667vw);
}

@media screen and (min-width: 751px) {
  .discussion__img--reverse::before {
    margin: 2.3125rem 0 0 calc(50% - 50vw);
    padding: 0 12.1875rem 0 50vw;
    width: 48vw;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
}

.discussion__list {
  margin-top: 21.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__list {
    margin-top: 7.0625rem;
  }
}

.discussion__list--mt {
  margin-top: 16vw;
}

@media screen and (min-width: 751px) {
  .discussion__list--mt {
    margin-top: 5.6875rem;
  }
}

@media screen and (min-width: 751px) {
  .discussion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.0625rem;
  }
}

.discussion__item + .discussion__item {
  margin-top: 9.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__item + .discussion__item {
    margin-top: 2.5625rem;
  }
}

.discussion__item.discussion__item--mt:nth-child(2) {
  margin-top: 9.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion__item.discussion__item--mt:nth-child(2) {
    margin-top: 2.875rem;
  }
}

.discussion__img2 {
  width: 28vw;
  height: 28vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .discussion__img2 {
    width: 7rem;
    height: 7rem;
    margin: 0;
    margin: initial;
  }
}

.discussion__img2::before {
  content: "";
  position: absolute;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-size: 4.2666666667vw;
  bottom: -37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .discussion__img2::before {
    font-size: 1rem;
  }
}

.discussion__name {
  text-align: center;
  margin-top: 4.2666666667vw;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .discussion__name {
    margin-top: 1rem;
  }
}

.discussion__talk {
  font-size: 3.7333333333vw;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 3.4666666667vw;
  line-height: 2;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .discussion__talk {
    margin-top: 0.8125rem;
    font-size: 0.875rem;
  }
}

.discussion_footer-img {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .discussion_footer-img {
    margin-top: 6.125rem;
  }
}

.diversity-common__title {
  color: #002f7b;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
  padding-left: 22px;
  padding-left: 1.375rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  position: relative;
}

.diversity-common__title::before {
  content: "";
  position: absolute;
  background: #002f7b;
  width: 12px;
  height: 45px;
  top: 4px;
  left: -1px;
}

@media screen and (min-width: 751px) {
  .diversity-common__title::before {
    height: 2.1875rem;
    top: -0.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .diversity01 {
    padding: 1.8125rem 2.25rem 4.1875rem 2.875rem;
  }
}

.diversity01__female-employee {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 751px) {
  .diversity01__female-employee {
    width: 50%;
    display: block;
  }
}


@media screen and (min-width: 751px) {
  .diversity01__container {
    display: flex;
    justify-content: space-between;
    max-width: 62.3125rem;
    gap: 2.5rem;
  }
}

.diversity__imgs {
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 450px;
  margin: 48px auto 0;
  margin: 3rem auto 0;
}

@media screen and (min-width: 751px) {
  .diversity__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin: initial;
    margin-top: 2.25rem;
    margin-left: 0.3125rem;
    gap: 2.5rem;
    max-width: none;
    max-width: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 751px) {
  .diversity__img01 {
    width: 47%;
  }
}

.diversity01__img {
  margin-top: 2.875rem;
}

@media screen and (min-width: 751px) {
  .diversity01__img {
    margin-top: 0;
  }
}

.diversity01__img.diversity01__img--gender img {
  object-fit: contain;

}

.diversity01__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 260/180;
  object-position: left center;
}

@media screen and (min-width: 751px) {
  .diversity01__img img {
    aspect-ratio: 475/192;
  }
}

.diversity__img01 + .diversity__img01 {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 751px) {
  .diversity__img01 + .diversity__img01 {
    margin-top: 0;
  }
}

.diversity__img01 + .diversity__img01 div {
  background: #fff;
}

.diversity__img01 + .diversity__img01 div img {
  width: 62%;
  height: 47.3vw;
  max-height: 270px;
  max-height: 16.875rem;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .diversity__img01 + .diversity__img01 div img {
    height: 23.3vw;
    max-height: 18.5rem;
  }
}

.diversity__img-description {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 5px;
  margin-top: 0.3125rem;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .diversity__img-description {
    font-size: 1rem;
    margin-top: 1.0625rem;
  }
}


@media screen and (min-width: 751px) {
  .diversity01__text-area {
    width: 50%;
  }
}

.diversity__text-area-img {
  margin: auto;
  max-width: 450px;
  width: 80%;
}

@media screen and (min-width: 751px) {
  .diversity__text-area-img {
    max-width: none;
    max-width: initial;
    width: 50%;
  }
}

.diversity01__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  line-height: 1.714;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: justify;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 751px) {
  .diversity01__description {
    margin-top: 1.875rem;
    line-height: 1.9;
    letter-spacing: -0.01em;
  }
}

.diversity01__graph-box {
  background: #e1f5fd;
  margin-top: 34px;
  margin-top: 2.125rem;
  padding: 23px 20px;
  padding: 1.4375rem 1.25rem;
}

@media screen and (min-width: 751px) {
  .diversity01__graph-box {
    margin-top: 2.4375rem;
    padding: 2.25rem 2rem 4.75rem;
  }
}

.diversity01__graph-img {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

@media screen and (min-width: 751px) {
  .diversity01__graph-img {
    width: 80%;
    margin: 3.125rem auto 0;
  }
}

.diversity01__graph-note {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .diversity01__graph-note {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    font-size: 0.9375rem;
    margin-top: 2.5rem;
    line-height: 1.66;
  }
}

.diversity01__graph-catch {
  font-size: 15px;
  line-height: 1.672;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.diversity01__note-wrapper {
  margin-top: 1.5rem;
}

.diversity01__graph-note-detail {
  text-indent: 0;
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 3em;
  text-indent: -2.7em;

  @media (max-width: 768px) {
    padding-left: 0;
    text-indent: 0;
  }
}

.diversity01__graph-note-detail--second {
  text-indent: 11px;
}


.diversity02__ratio {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

@media screen and (min-width: 751px) {
  .diversity02__ratio {
    width: 63%;
    margin: 5.125rem auto 0;
    -webkit-transform: translateX(-0.25rem);
    transform: translateX(-0.25rem);
  }
}

.diversity02__ratio-title {
  color: #002f7b;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  letter-spacing: 0.01em;
}

.diversity02__ratio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #002f7b;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 751px) {
  .diversity02__ratio-box {
    margin-top: 0.4375rem;
    border: 0.0625rem solid #002f7b;
  }
}

.diversity02__ratio-item {
  background: #002f7b;
  color: #fff;
  width: 50%;
  text-align: center;
  padding: 11px 0;
  padding: 0.6875rem 0;
}

@media screen and (min-width: 751px) {
  .diversity02__ratio-item {
    padding: 0.5rem 0;
  }
}

.diversity02__ratio-item:nth-child(2) {
  background: #fff;
  color: #002f7b;
}

.diversity02__ratio-note {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 29px;
  margin-top: 1.8125rem;
  letter-spacing: 0.06em;
  text-align: justify;
  line-height: 1.7;
}

@media screen and (min-width: 751px) {
  .diversity02__ratio-note {
    margin-top: 1.1875rem;
  }
}

.diversity02__ratio-note + .diversity02__ratio-note {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .diversity02__ratio-note + .diversity02__ratio-note {
    margin-top: 0;
    padding-left: 1.4375rem;
  }
}

.diversity02__box {
  background: #F1EEEA;
  padding: 29px 24px;
  margin-top: 43px;
}

@media screen and (min-width: 751px) {
  .diversity02__box {
    margin-top: 4.6875rem;
    padding: 1.4375rem 1.9375rem 3.125rem;
  }
}

.diversity02__box--bottom {
  margin-top: 0;
  padding: 0 24px 17px;
}

@media screen and (min-width: 751px) {
  .diversity02__box--bottom {
    margin-top: 3.875rem;
    padding: 0;
    background: #fff;
  }
}

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

@media screen and (min-width: 751px) {
  .diversity02__item + .diversity02__item {
    margin-top: 1.0625rem;
  }
}

.diversity02__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  color: #002f7b;
  letter-spacing: 0em;
}

.diversity02__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  line-height: 1.75;
  text-align: justify;
}

.diversity02__text--circle {
  position: relative;
}

.diversity02__text--circle::before {
  content: "";
  position: absolute;
  background-color: #002f7b;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  left: 1px;
  left: 0.0625rem;
  top: 6px;
  top: 0.375rem;
  border-radius: 50%;
}

.diversity02__imgs {
  margin-top: 30px;
  margin-top: 1.875rem;
  /* max-width: 450px; */
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #fff;
  gap: 1.25rem;
}

@media screen and (min-width: 751px) {
  .diversity02__imgs {
    /* max-width: 50rem; */
    flex-direction: row;
    margin: auto;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 751px) {
  .diversity02__img {
    width: 48%;
    /* padding-top: 30%; */
  }
}

.diversity02__img img {
  aspect-ratio: 260/188;
  height: 100%;
  object-fit: cover;
  width: auto;
}

@media screen and (min-width: 751px) {
  .diversity02__img img {
    aspect-ratio: 318/230;
  }
}

/* .diversity02__img + .diversity02__img {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .diversity02__img + .diversity02__img {
    margin-top: 0;
  }
} */

/* .diversity02__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */

.diversity02__img-description {
  margin-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 751px) {
  .diversity02__img-description {
    font-size: 1rem;
    background: #fff;
  }
}

@media screen and (min-width: 751px) {
  .diversity03 + .diversity03 {
    margin-top: 3.5rem;
    padding: 0.875rem 1.4375rem;
  }
}

.diversity03__img-description {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 751px) {
  .diversity03__img-description {
    font-size: 1rem;
    padding-left: 3.3125rem;
  }
}

.example-box {
  padding: 27px 21px;
  position: relative;
  background: #e1f5fd;
}

@media screen and (min-width: 751px) {
  .example-box {
    padding: 21px 0 33px 0;
    width: 88%;
  }
}

.example-box--white {
  background: #ffff;
}

@media screen and (min-width: 751px) {
  .example-box--white {
    width: 94%;
  }
}

.example-box::before {
  position: absolute;
  content: "";
  background-image: url(../images/culture/diversity/example-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.6875rem;
  height: 2.125rem;
  top: -1rem;
  left: calc(50% - 7.25rem);
}

@media screen and (min-width: 751px) {
  .example-box::before {
    top: -0.625rem;
    left: calc(50% - 16.25rem);
  }
}

@media screen and (min-width: 751px) {
  .example-box--white::before {
    left: calc(50% - 13.25rem);
  }
}


.example-box__heading {
  text-align: center;
  color: #002f7b;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
  position: relative;
}

.example-box__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 1.1875rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .example-box__text {
    max-width: 50rem;
    margin-inline: auto;
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 751px) {
  .example-box__text--lgbtq {
    max-width: 33.4375rem;
    margin-inline: auto;
  }
}

.example-box__text--lgbtq li {
  display: flex;
  justify-content: space-between;
}

.example-box__text li {
  position: relative;
  padding-left: 20px;
}

.example-box__text li::before {
  content: "";
  position: absolute;
  background-color: #002f7b;
  width: 0.75rem;
  height: 0.75rem;
  left: 0.0625rem;
  top: 0.375rem;
  border-radius: 50%;
}


.diversity03__box {
  margin: 4.0625rem auto 0;
}

@media screen and (min-width: 751px) {
  .diversity03__box {
    margin: 4.0625rem auto 0;
  }
}

.diversity03__flex {
  margin-top: 21px;
  margin-top: 1.3125rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .diversity03__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.diversity03__flex + .diversity03__flex {
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (min-width: 751px) {
  .diversity03__flex + .diversity03__flex {
    margin-top: 2.25rem;
  }
}

.diversity03__flex--border::before {
  content: "";
  position: absolute;
  background: #C6BDAC;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -23px;
  bottom: -1.4375rem;
}

@media screen and (min-width: 751px) {
  .diversity03__flex--border::before {
    width: 92.1%;
    height: 0.125rem;
    left: 1.75rem;
    bottom: -1.6875rem;
  }
}

.diversity03__img {
  margin: auto;
  width: 50%;
}

@media screen and (min-width: 751px) {
  .diversity03__img {
    width: 6.6875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

/* .diversity03__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
}

.diversity03__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 1.1875rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
  .diversity03__text  {
    max-width: 50rem;
    margin-inline: auto;
    margin-top: 1.3125rem;
  }
} */

@media screen and (min-width: 751px) {
  .diversity04__wrap {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    margin-top: 3.625rem;
    padding: 0 1.4375rem;
    /* gap: 1.875rem; */
    /* padding-bottom: 2.5rem; */
  }
}

.diversity04__area {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .diversity04__area {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .diversity04__area--child-support {
    margin-top: 2.8125rem;
  }
}

/* .diversity04__area + .diversity04__area {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 751px) {
  .diversity04__area + .diversity04__area {
    margin-top: 0;
  }
} */

.diversity04__en-title {
  font-size: 16.6px;
  font-size: 1.0375rem;
  background: #002f7b;
  color: #fff;
  text-align: center;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  padding: 8px 0;
  padding: 0.5rem 0;
}

@media screen and (min-width: 751px) {
  .diversity04__en-title {
    font-size: 1.9375rem;
  }
}

.diversity04__ja-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 751px) {
  .diversity04__ja-title {
    font-size: 1.625rem;
    margin-top: 2.625rem;
    line-height: 1.4;
  }
}

.diversity04__img {
  width: 100%;
  margin: 22px auto 0;
  margin: 1.375rem auto 0;
}

@media screen and (min-width: 751px) {
  .diversity04__img {
    max-width: 38.25rem;
    width: 100%;
    margin-top: 1.875rem;

  }
}

.diversity04__img img {
  aspect-ratio: 260/172;
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .diversity04__img img {
    aspect-ratio: 612/247;
  }
}

.diversity04__lists {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

@media screen and (min-width: 751px) {
  .diversity04__lists {
    margin-top: 1.625rem;
  }
}

@media screen and (min-width: 751px) {
  .diversity04__list {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 1.875rem;
    ;
  }
}

.diversity04__item {
  position: relative;
}

.diversity04__item:not(:last-child):before {
  content: "";
  position: absolute;
  background: #aaabab;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  bottom: -17px;
  bottom: -1.0625rem;
}


@media screen and (min-width: 751px) {
  .diversity04__item--no-line::before {
    content: "";
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .diversity04__child-support {
    display: flex;
    gap: 1.875rem;
    justify-content: space-between;
  }
}

.diversity04__item--no-border {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.diversity04__item--no-border:not(:last-child):before {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
}

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

@media screen and (min-width: 751px) {
  .diversity04__item + .diversity04__item {
    margin-top: 0;
  }
}

.diversity04__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 751px) {
  .diversity04__title {
    font-size: 1.375rem;
    margin-bottom: -0.125rem;
  }
}

.diversity04__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
  line-height: 1.7;
}

@media screen and (min-width: 751px) {
  .diversity04__text {
    font-size: 1.25rem;
    padding-left: 1.3125rem;
  }
}

.diversity04__text::before {
  content: "";
  position: absolute;
  background: #37bef0;
  top: 5px;
  top: 0.3125rem;
  left: 2px;
  left: 0.125rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .diversity04__text::before {
    top: 0.5rem;
    left: 0.0625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.diversity04__table {
  max-width: 1000px;
  max-width: 62.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  position: relative;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

@media screen and (min-width: 751px) {
  .diversity04__table {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.diversity04__table::after,
.diversity04__table::before {
  content: "";
  position: absolute;
  background-color: #dcdcdc;
}

.diversity04__table::before {
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .diversity04__table::before {
    top: 50%;
  }
}

.diversity04__table::after {
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.diversity04__box {
  width: 48%;
  text-align: center;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 751px) {
  .diversity04__box {
    width: 50%;
    display: block;
  }
}

.diversity04__box:nth-child(n+3) {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 751px) {
  .diversity04__box:nth-child(n+3) {
    margin-top: 2.0625rem;
  }
}

.diversity04__box--orange {
  color: #ED7700;
}

.diversity04__box--blue {
  color: #526EA8;
}

.diversity04__box--red {
  color: #E50012;
}

.diversity04__box--purple {
  color: #A54A96;
}

.diversity04__box--navy {
  color: #002f7b;
}

.diversity04__box--skyblue {
  color: #37bef0;
}

.diversity04__ttl {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 751px) {
  .diversity04__ttl {
    font-size: 1.388125rem;
  }
}

.diversity04__year {
  letter-spacing: 0.2em;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 751px) {
  .diversity04__year {
    font-size: 0.875rem;
  }
}

.diversity04__number {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 751px) {
  .diversity04__number {
    font-size: 1.875rem;
  }
}

.diversity04__number span {
  letter-spacing: -0.01em;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 751px) {
  .diversity04__number span {
    font-size: 3.70125rem;
  }
}

.diversity04__red-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #002f7b;
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 751px) {
  .diversity04__red-ttl {
    margin-top: 3.125rem;
    font-size: 1.875rem;
  }
}

.drower {
  position: fixed;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  counter-increment: item;
  /* top: 16px; */
  /* top: 1rem; */
  top: 20px;
  right: 14px;
  right: 0.875rem;
  z-index: 11;
}

@media screen and (min-width: 751px) {
  .drower {
    /* top: 1.625rem; */
    top: 2.1rem;
    right: 0.9375rem;
  }
}

.drower__trigger,
.drower__trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drower__trigger {
  position: relative;
  width: 36px;
  width: 2.25rem;
  height: 28px;
  height: 1.75rem;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.drower__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #4D4D4D;
}

.drower__trigger span:nth-of-type(1) {
  top: 0;
}

.drower__trigger span:nth-of-type(2) {
  top: 13px;
  top: 0.8125rem;
  width: 30px;
  width: 1.875rem;
}

.drower__trigger span:nth-of-type(3) {
  bottom: 0;
  width: 24px;
  width: 1.5rem;
  background-color: #4D4D4D;
}

.drower__trigger.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  margin: -8px 0 0 -37px;
  /* margin: -0.5rem 0 0 -2.3125rem; */
  margin: -1.1rem 0 0 -2.3125rem;
}

@media screen and (min-width: 751px) {
  .drower__trigger.active::after {
    margin: -0.3125rem 0 0 -4rem;
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

.drower__trigger.active span:nth-of-type(1) {
  /* -webkit-transform: translate(-0.6875rem, 1.6875rem) rotate(-45deg); */
  transform: translate(-10px, 16px) rotate(-45deg);
  background-color: #fff;
  height: 1px;
  height: 0.0625rem;
  width: 70%;
}

@media screen and (min-width: 751px) {
  .drower__trigger.active span:nth-of-type(1) {
    /* -webkit-transform: translate(-2rem, 2.3125rem) rotate(-45deg); */
    transform: translate(-2rem, 2.3125rem) rotate(-45deg);
    width: 80%;
  }
}

.drower__trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-drower__trigger-bar02 0.8s forwards;
  animation: active-drower__trigger-bar02 0.8s forwards;
}

@-webkit-keyframes active-drower__trigger-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-drower__trigger-bar02 {
  100% {
    height: 0;
  }
}

.drower__trigger.active span:nth-of-type(3) {
  /* -webkit-transform: translate(-11px, 0px) rotate(45deg); */
  transform: translate(-10px, -10px) rotate(45deg);
  height: 1px;
  height: 0.0625rem;
  width: 24px;
  width: 1.5rem;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .drower__trigger.active span:nth-of-type(3) {
    /* -webkit-transform: translate(-2rem, 0.625rem) rotate(45deg); */
    transform: translate(-2rem, 0.625rem) rotate(45deg);
    width: 1.875rem;
  }
}

.drower__trigger.active::after {
  -webkit-animation: active-drower__trigger 0.4s 0.25s forwards;
  animation: active-drower__trigger 0.4s 0.25s forwards;
}

@-webkit-keyframes active-drower__trigger {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    border-color: transparent #fff transparent transparent;
  }

  50% {
    border-color: transparent #fff #fff transparent;
  }

  75% {
    border-color: transparent #fff #fff #fff;
  }

  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
    transform: rotate(-680deg);
  }
}

@keyframes active-drower__trigger {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    border-color: transparent #fff transparent transparent;
  }

  50% {
    border-color: transparent #fff #fff transparent;
  }

  75% {
    border-color: transparent #fff #fff #fff;
  }

  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
    transform: rotate(-680deg);
  }
}

.drawer__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #002f7b;
  visibility: hidden;
  z-index: -1;
  text-align: left;
  color: #fff;
  padding-top: 92px;
  padding-top: 5.75rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  overflow: scroll;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .drawer__content {
    width: 100vw;
    padding-top: 2.3125rem;
    padding-bottom: 6.25rem;
  }
}

.drawer__content.active {
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.drawer__content-inner {
  padding: 0 28px;
  padding: 0 1.75rem;
}

@media screen and (min-width: 751px) {
  .drawer__content-inner {
    max-width: 80rem;
    padding: 0 3.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.0625rem;
    margin-left: 0.125rem;
    gap: 3.5625rem;
  }
}

.drawer__title-bg {
  background: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0 6px 0 6px;
  padding: 0 0.375rem 0 0.375rem;
}

.drawer__title-bg--message {
  width: 14rem;
}

@media screen and (min-width: 751px) {
  .drawer__title-bg--message {
    width: fit-content;
  }
}

.drawer__title {
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 0.08em;
  font-family: "Helvetica Neue", sans-serif;
  position: relative;
  color: #002f7b;
}

.drawer__title::before {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 17px;
  height: 1.0625rem;
  top: 8px;
  top: 0.5rem;
  right: -17px;
  right: -1.0625rem;
  background: #002f7b;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.drawer__title + span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-left: 24px;
  margin-left: 1.5rem;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  color: #002f7b;
}


.drawer__title--top-message + span {
  margin-left: 0;
}

@media screen and (min-width: 751px) {
  .drawer__title--top-message + span {
    margin-left: 1.5rem;
  }
}

.drawer__item {
  margin-top: 22px;
  margin-top: 1.375rem;
  display: block;
}

@media screen and (min-width: 751px) {
  .drawer__item {
    margin-top: 0;
  }
}

.drawer__item + .drawer__item {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (min-width: 751px) {
  .drawer__item + .drawer__item {
    margin-top: 0;
  }
}

.drawer__item--unfinished {
  pointer-events: none;
}

.drawer__text {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.23em;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}

@media screen and (min-width: 751px) {
  .drawer__text {
    padding-left: 0;
  }
}

.drawer__text--unfinished {
  color: rgba(255, 255, 255, .5);
}

/* @media screen and (min-width: 751px) {
  .drawer__list {
    /* margin-top: 0.6875rem; */
/* margin-top: 1.625rem; */
/* } */
/* } */

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

@media screen and (min-width: 751px) {
  .drawer__list {
    margin-top: 1.625rem;
  }
}


@media screen and (min-width: 751px) {
  .drawer__list--no-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.drawer__business,
.drawer__people,
.drawer__culture,
.drawer__top-message,
.drawer__recruit,
.drawer__links {
  margin-top: 72px;
  margin-top: 4.5rem;
}

@media screen and (min-width: 751px) {

  .drawer__business,
  .drawer__people,
  .drawer__culture,
  .drawer__top-message,
  .drawer__recruit,
  .drawer__links {
    margin-top: 2.9375rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__people {
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__culture {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__top-message {
    margin-top: 5.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__recruit {
    margin-top: 2.6875rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__links {
    margin-top: 4.9375rem;
    max-width: 64.125rem;
  }
}

.drawer__link {
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
  letter-spacing: 0.04em;
  list-style: none;
  border-radius: 0.3125rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .drawer__link {
    width: calc(33% - 0.41667rem);
  }
}

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

@media screen and (min-width: 751px) {
  .drawer__link + .drawer__link {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .drawer__link:not(:nth-child(3n+1)) {
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__link:nth-child(n+4) {
    margin-top: 1.5625rem;
  }
}

.drawer__no-img {
  display: inline-block;
  height: inherit;
  padding: 21px 0;
  padding: 1.3125rem 0;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .drawer__no-img {
    padding: 1.75rem 0;
  }
}

.drawer__link--gray {
  background: #fff;
  color: #002f7b;
}

.drawer__link--brown {
  background: #91836e;
  color: #fff;
}

.drawer__link--skyblue {
  background: #37bef0;
  color: #fff;
}

.drawer__link--navy {
  background: #002f7b;
  color: #fff;
  border: 1px solid #fff;
}

.drawer__link--red {
  color: #002f7b;
}

@media screen and (min-width: 751px) {
  .drawer__link--red {
    background: #002f7b;
    border: 1px solid #fff;
  }
}

.drawer__link--l-red {
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 751px) {
  .drawer__link--l-red {
    display: block;
    background: #002f7b;
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 751px) {
  .drawer__company > .drawer__list > .drawer__item {
    width: 100%;
    /* max-width: 14.875rem; */
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__business > .drawer__list > .drawer__item {
    width: 100%;
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__people > .drawer__list > .drawer__item {
    width: 100%;
    max-width: 31.25rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__culture > .drawer__list > .drawer__item {
    width: 100%;
    max-width: 27.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .drawer__recruit > .drawer__list > .drawer__item {
    width: 100%;
    max-width: 20.3125rem;
  }
}

.drawer__official {
  margin-top: 30px;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

.drawer__official a {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.23em;
  position: relative;
}

@media screen and (min-width: 751px) {
  .drawer__official a {
    font-size: 1.125rem;
  }
}

.drawer__official a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  bottom: -6px;
  bottom: -0.375rem;
}

.drawer__official a::after {
  content: "";
  position: absolute;
  background: url(../images/common/link-white.svg) center center no-repeat;
  background-size: cover;
  top: 5px;
  top: 0.3125rem;
  right: -17px;
  right: -1.0625rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}

.drawer__official p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 751px) {
  .drawer__official p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.education__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #002f7b;
  text-align: center;
  font-family: "HiraginoUDSerifStd W6", serif;
  margin-top: 50px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .education__title {
    margin-top: 5.75rem;
  }
}

.education__list {
  margin-top: 35px;
}

@media screen and (min-width: 751px) {
  .education__list {
    width: 67%;
    margin: 2.1875rem auto 0;
  }
}

.education__item {
  margin-top: 0;
  background: #EBE5D5;
  padding: 24px 31px 35px;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media screen and (min-width: 751px) {
  .education__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.4375rem 0.875rem 2.625rem;
  }
}

.education__item + .education__item {
  margin-top: 12px;
}

.education__red-title {
  font-size: 16px;
  font-size: 1rem;
  color: #002f7b;
  position: relative;
  font-family: "HiraginoUDSerifStd W6", serif;
}

@media screen and (min-width: 751px) {
  .education__red-title {
    width: 13.0625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.education__red-title::before {
  content: "";
  position: absolute;
  background: #717071;
  width: 100%;
  height: 0.35px;
  bottom: -19px;
}

@media screen and (min-width: 751px) {
  .education__red-title::before {
    height: 100%;
    width: 0.021875rem;
    right: 0;
    bottom: 0;
  }
}

.education__texts {
  margin-top: 36px;
}

@media screen and (min-width: 751px) {
  .education__texts {
    margin-top: -0.75rem;
    padding-left: 2rem;
  }
}

.education__box + .education__box {
  margin-top: 23px;
}

@media screen and (min-width: 751px) {
  .education__box + .education__box {
    margin-top: 0.25rem;
  }
}

.education__s-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W6", serif;
}

.education__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  line-height: 1.45;
  margin-top: -1px;
}

.education__red-la-title {
  font-size: 16px;
  font-size: 1rem;
  background: #002f7b;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  margin-top: 29px;
}

@media screen and (min-width: 751px) {
  .education__red-la-title {
    width: 67%;
    margin: 2.875rem auto 0;
  }
}

.education__content {
  margin-top: 27px;
}

@media screen and (min-width: 751px) {
  .education__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 67%;
    margin: 3.8125rem auto 0;
    gap: 1.25rem;
  }
}

.education__box01 {
  margin-top: 0;
}

.education__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  color: #002f7b;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 751px) {
  .education__heading {
    text-align: left;
  }
}

.education__desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  text-align: justify;
  margin-top: 9px;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (min-width: 751px) {
  .education__desc {
    line-height: 1.75;
    letter-spacing: 0.06em;
    margin-top: 0.75rem;
  }
}

.education__img {
  margin-top: 29px;
}

@media screen and (min-width: 751px) {
  .education__img {
    width: 23.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0.375rem;
  }
}

.common-accordion__heading p.education__s-heading {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .education__headings {
    margin-top: 0.5rem;
  }
}

.education01 + .education01 {
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .education01 + .education01 {
    margin-top: 4.5625rem;
  }
}

.education01__inner {
  padding: 28px 28px 55px;
}

@media screen and (min-width: 751px) {
  .education01__inner {
    padding: 1.625rem 3rem 0rem;
  }
}

.common-accordion__heading p.education01__heading {
  letter-spacing: -0.02em;
}

.education01__img {
  margin-top: 29px;
}

@media screen and (min-width: 751px) {
  .education01__img {
    width: 89%;
    margin: 2.4375rem auto 0;
  }
}

.education__point__image {
  width: 67%;
  margin: 40px auto 0;
  display: block;

  @media (max-width: 768px) {
    width: 100%;
    margin: 50px auto 0;
  }
}

.education01__area {
  display: block;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}

@media screen and (min-width: 751px) {
  .education01__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 62.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.education01__box {
  width: 100%;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .education01__box {
    width: 30rem;
  }
}

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

@media screen and (min-width: 751px) {
  .education01__box + .education01__box {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .education01__box:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}

.education01__titles {
  font-size: 18.4px;
  font-size: 1.15rem;
}

@media screen and (min-width: 751px) {
  .education01__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
  }
}

.education01__titles span:nth-child(1) {
  color: #002f7b;
  display: block;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .education01__titles span:nth-child(1) {
    text-align: left;
    width: calc(100% - 20.5625rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.education01__titles span:nth-child(2) {
  background: #002f7b;
  color: #fff;
  display: block;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .education01__titles span:nth-child(2) {
    width: 20.5625rem;
    display: grid;
    place-items: center;
  }
}

.education01__table {
  margin-top: 1.5rem;
}

.education01__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .education01__titles span:nth-child(1).education01__title1 {
    width: calc(100% - 17.5625rem);
  }
}

@media screen and (min-width: 751px) {
  .education01__titles span:nth-child(2).education01__title2 {
    width: 17.5625rem;
  }
}

.education02__inner {
  padding: 28px 28px 49px;
}

@media screen and (min-width: 751px) {
  .education02__inner {
    padding: 1.75rem 1.75rem 3.0625rem;
  }
}

.education02__box {
  margin-top: 36px;
  margin-top: 2.25rem;
}

@media screen and (min-width: 751px) {
  .education02__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
  }
}

@media screen and (min-width: 751px) {
  .education02__imgs {
    width: 48%;
  }
}

.education02__imgs--02 {
  margin-top: 19px;
}

@media screen and (min-width: 751px) {
  .education02__img {
    width: 100%;
  }
}

.education02__img + .education02__img {
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 751px) {
  .education02__img + .education02__img {
    margin-top: 0;
  }
}

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

@media screen and (min-width: 751px) {
  .education02__s-box {
    margin-top: 0;
    width: 48%;
  }
}

.education02__example {
  position: relative;
  padding: 49px 20px 16px;
  padding: 3.0625rem 1.25rem 1rem;
  background: rgba(235, 229, 213, .5);
}

@media screen and (min-width: 751px) {
  .education02__example {
    padding: 4.125rem 2.0625rem 1.4375rem;
  }
}

.education02__example::before {
  content: "例えば...";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #002f7b;
  color: #fff;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}

@media screen and (min-width: 751px) {
  .education02__example::before {
    font-size: 1rem;
    padding: 0.5rem 0.8125rem;
  }
}

.education02__example-ttl {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #002f7b;
}

@media screen and (min-width: 751px) {
  .education02__example-ttl {
    font-size: 1.375rem;
  }
}

.education02__example-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 751px) {
  .education02__example-text {
    font-size: 0.875rem;
  }
}

.education02__wrap {
  margin-top: 25px;
}

@media screen and (min-width: 751px) {
  .education02__wrap {
    margin-top: 1.5625rem;
  }
}

.education02__area {
  position: relative;
}

@media screen and (min-width: 751px) {
  .education02__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}

/* .education02__area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -34px;
  background: #C6BDAC;
} */

.education02__img2 {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 751px) {
  .education02__img2 {
    margin-top: 0;
    width: 31.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.education02__img2 img {
  aspect-ratio: 260/143;
  /* height: 100%; */
  width: auto;
  object-fit: cover;
}

@media screen and (min-width: 751px) {
  .education02__img2 img {
    aspect-ratio: 502/278;
  }
}


.education02__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 751px) {
  .education02__text {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 751px) {
  .diversity03__inner {
    padding: 3rem;
  }
}

.education03__red-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background: #C6000B;
  padding: 5px 0;
  text-align: center;
  font-family: "HiraginoUDSerifStd W6", serif;
}

@media screen and (min-width: 751px) {
  .education03__red-title {
    padding: 0.625rem 0;
  }
}

@media screen and (min-width: 751px) {
  .education03__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.9375rem;
  }
}

.education03__flex-img {
  display: none;
}

@media screen and (min-width: 751px) {
  .education03__flex-img {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30rem;
    margin-top: -3.1875rem;
  }
}

.education03__area {
  background: #F8D0D3;
  padding: 24px;
  padding: 1.5rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .education03__area {
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.375rem;
  }
}

@media screen and (min-width: 751px) {
  .education03__area::before {
    content: "";
    position: absolute;
    background: url(../images/culture/education/line.png) center center no-repeat;
    background-size: cover;
    width: 0.125rem;
    height: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.education03__box {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .education03__box {
    width: 50%;
  }
}

.education03__box:first-child {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-bottom: dashed 1px #fff;
}

@media screen and (min-width: 751px) {
  .education03__box:first-child {
    border-bottom: 0;
    border-bottom: initial;
    padding-bottom: none;
  }
}

.education03__box + .education03__box {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .education03__box + .education03__box {
    margin-top: 0;
  }
}

.education03__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  color: #002f7b;
  font-weight: 600;
  font-family: "HiraginoUDSerifStd W6", serif;
}

@media screen and (min-width: 751px) {
  .education03__ttl {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 751px) {
  .education03__content {
    display: flex;
    align-items: flex-start;
    column-gap: 2.625rem;
  }
}

.education03__text-block {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .education03__text-block {
    width: 62%;
  }
}

.education03__img {
  margin-top: 2.625rem;

}

@media screen and (min-width: 751px) {
  .education03__img {
    margin-top: 0;
    width: 61%;
  }
}



.education03__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 2;
}

@media screen and (min-width: 751px) {
  .education03__text {
    font-size: 0.875rem;
  }
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime-sp;
  animation-name: fadeUpAnime-sp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

.fadeUp0 {
  -webkit-animation-name: fadeUpAnime-sp;
  animation-name: fadeUpAnime-sp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .fadeUp0 {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpAnime-sp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime-sp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

.fadeUp2 {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger2 {
  opacity: 0;
}

.fadeLeftTrigger2 {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes mask-bg3 {
  0% {
    -webkit-transform: translate(-105%, 0%);
    transform: translate(-105%, 0%);
  }

  50% {
    -webkit-transform: translate(-1%);
    transform: translate(-1%);
  }

  100% {
    -webkit-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
  }
}

@keyframes mask-bg3 {
  0% {
    -webkit-transform: translate(-105%, 0%);
    transform: translate(-105%, 0%);
  }

  50% {
    -webkit-transform: translate(-1%);
    transform: translate(-1%);
  }

  100% {
    -webkit-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
  }
}

.slideLeft {
  position: relative;
}

.slideLeft::before {
  content: "";
  position: absolute;
  background: #002f7b;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-105%, 0%);
  transform: translate(-105%, 0%);
  -webkit-animation: mask-bg3 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  animation: mask-bg3 1.2s cubic-bezier(0.8, 0, 0.17, 1);
  z-index: 1;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}

.fadeIn2 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .fadeIn2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger2 {
  opacity: 0;
}

.fadeIn3 {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (min-width: 751px) {
  .fadeIn3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger3 {
  opacity: 0;
}

.faq__container {
  padding-top: 50px;
  /* padding-top: 4.8125rem; */
  padding-bottom: 60px;
}

@media screen and (min-width: 751px) {
  .faq__container {
    /* padding-top: 3.125rem; */
    padding-top: 70px;
    padding-bottom: 5.875rem;
  }
}

.faq__wrap {
  width: 88%;
  margin: 25px auto 0;
}

@media screen and (min-width: 751px) {
  .faq__wrap {
    /* margin-top: 1.875rem; */
    margin-top: 50px;
    width: 68.75rem;
  }
}

.faq__wrap--store_guid {
  margin-top: 127px;
}

@media screen and (min-width: 751px) {
  .faq__wrap--store_guid {
    margin-top: 4.8125rem;
  }
}

.faq__list {
  background: #f0f0f0;
}

.faq__list + .faq__list {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.faq__list input[type=checkbox]:checked + .faq__title {
  color: #fff;
  background: #002f7b;
}

.faq__toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.faq__read {
  color: #231815;
  font-weight: bold;
  font-size: 26px;
  text-align: center;

  a {
    text-decoration: underline;
  }
}

.faq__title,
.faq__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq__title {
  min-height: 80px;
  padding: 15px 58px 16px 22px;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .faq__title {
    font-size: 1.25rem;
    padding: 1.5625rem 1.9375rem;
  }
}

.faq__title::before {
  content: "";
  position: absolute;
  /* background: url(../images/recruit/faq/faq_arrow.png) center center no-repeat; */
  mask-image: url(../images/recruit/faq/faq_arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  /* background-size: cover; */
  right: 5.9%;
  top: 45%;
  width: 17px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #002f7b;
}

@media screen and (min-width: 751px) {
  .faq__title::before {
    right: 3.2%;
    top: 43%;
    width: 1rem;
    height: 0.625rem;
  }
}

.faq__toggle:checked + .faq__title::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: #fff;
}

.faq__content {
  max-height: 0;
  overflow: hidden;
}

.faq__content p {
  margin: 0;
  padding: 18px 21px 21px 21px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  position: relative;
  font-weight: 600;

  .spacer {
    display: block;
    margin: 1em 0;
  }
}

@media screen and (min-width: 751px) {
  .faq__content p {
    padding: 2.1875rem 2.4375rem;
    letter-spacing: 0.04em;
    line-height: 2.1;
  }
}

.faq__content p a {
  color: #002f7b;
  text-decoration: underline;
}

.faq__toggle:checked + .faq__title + .faq__content {
  max-height: 1000px;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.faq__toggle:checked + .faq__title::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.flow__box {
  position: relative;
}

@media screen and (max-width: 856px) {
  .flow__box--length::before {
    height: 79%;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 18px;
  gap: 1.125rem;
  border-bottom: 1px solid #A8A9A9;
  border-bottom: 0.0625rem solid #A8A9A9;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  position: relative;
}

.flow__item::before {
  content: "";
  position: absolute;
  height: 117%;
  height: 125%;
  height: calc(100% + 20px);
  width: 1px;
  width: 0.0625rem;
  background: #002f7b;
  top: 15px;
  top: 0.9375rem;
  left: -18px;
  left: -1.125rem;
}

@media screen and (min-width: 751px) {
  .flow__item::before {
    height: 117%;
  }
}

.flow__item:last-of-type::before {
  display: none;
}

.flow__item:last-of-type {
  border-bottom: none;
}

.flow__item + .flow__item {
  margin-top: 13px;
}

@media screen and (min-width: 751px) {
  .flow__item + .flow__item {
    margin-top: 0.5375rem;
  }
}

.flow__item--vertical {
  display: block;
}

@media screen and (min-width: 751px) {
  .flow__item--vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flow__time {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 751px) {
  .flow__time {
    letter-spacing: 0.06em;
    width: 3.5625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.flow__time::before {
  content: "";
  position: absolute;
  width: 11.5px;
  width: 0.71875rem;
  height: 11.5px;
  height: 0.71875rem;
  background: #002f7b;
  top: 50%;
  left: -23.5px;
  left: -1.46875rem;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .flow__time--width {
    width: 6.8125rem;
  }
}

@media screen and (min-width: 751px) {
  .flow__time--width1 {
    width: 8.125rem;
  }
}

@media screen and (min-width: 751px) {
  .flow__time--width2 {
    width: 10.9375rem;
  }
}

@media screen and (min-width: 751px) {
  .flow__time--width3 {
    width: 8.75rem;
  }
}

.flow__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 6px;
  margin-top: 0.375rem;
  line-height: 1.65;
}

@media screen and (min-width: 751px) {
  .flow__text {
    letter-spacing: 0.06em;
  }
}

.flow__text--another {
  margin-top: -3px;
  margin-top: -0.1875rem;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}

@media screen and (min-width: 751px) {
  .flow__text--another {
    margin-bottom: 0;
  }
}

.footer {
  background: #002f7b;
}

.footer--lab {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 751px) {
  .footer__inner {
    padding: 0 1.375rem 0 1.375rem;
  }
}

.footer__wrap {
  text-align: center;
  margin-top: 57px;
  margin-top: 3.5625rem;
  padding: 33px 0;
  padding: 2.0625rem 0;
}

@media screen and (min-width: 751px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6.125rem;
    padding: 1rem 0;
  }
}

.footer__wrap--work {
  margin-top: 0px;
  margin-top: 0rem;
  padding: 90px 0 33px;
  padding: 5.625rem 0 2.0625rem;
}

@media screen and (min-width: 751px) {
  .footer__wrap--work {
    margin-top: 0rem;
    padding: 7.125rem 0 1rem;
  }
}

.footer__wrap--work-detail {
  margin-top: 0px;
  margin-top: 0rem;
  padding: 90px 0 33px;
  padding: 5.625rem 0 2.0625rem;
}

@media screen and (min-width: 751px) {
  .footer__wrap--work-detail {
    margin-top: 0rem;
    padding: 4.9375rem 0 1rem;
  }
}

@media screen and (min-width: 751px) {
  .footer__wrap--lab {
    margin-top: 0;
    padding-top: 1.5625rem;
    position: relative;
    z-index: 5;
  }
}

.footer__wrap--discussion {
  margin-top: 0;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.footer__link {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.23em;
  color: #fff;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
}

.footer__link::before {
  content: "";
  position: absolute;
  background: url(../images/common/link-white.svg) center center no-repeat;
  width: 13px;
  width: 0.8125rem;
  height: 18px;
  height: 1.125rem;
  top: 0;
  right: 0;
}

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .footer__copyright {
    margin-top: 0;
  }
}

.header {
  position: fixed;
  z-index: 10;
  background: #fff;
  top: 0;
  width: 100%;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .header__wrap {
    padding-right: 4.5rem;
    padding-top: 0.688rem;
    height: 5.625rem;
  }
}

.header__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  height: 0.688rem;
  background: url(../images/common/h_bg_pc.svg)no-repeat;
  background-size: cover;
  background-position: center;

  @media (max-width: 768px) {
    height: 8px;
  }
}

.header__logo {
  width: 180px;
  margin-right: 10px;
  display: block;
}

@media screen and (min-width: 751px) {
  .header__logo {
    width: 19.4375rem;
  }
}

.header__logo2 {
  width: 112px;
  width: 7rem;
}

@media screen and (min-width: 751px) {
  .header__logo2 {
    width: 9.31rem;
  }
}

.header__text {
  font-size: 12px;
  font-size: 0.75rem;
  background: #ebe5d5;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-weight: 700;
  height: 28px;
  height: 1.75rem;
  padding: 6px 7px 6px 11px;
  padding: 0.375rem 0.4375rem 0.375rem 0.6875rem;
}

@media screen and (min-width: 751px) {
  .header__text {
    font-size: 0.875rem;
    padding: 0.25rem 0.4375rem 0.375rem 0.6875rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}

.header__list {
  display: none;
}

@media screen and (min-width: 751px) {
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}

@media screen and (min-width: 751px) {
  .header__icon {
    width: 3.75rem;
    height: 3.75rem;
    margin-left: 0.5rem;
  }
}

.header__item a {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 751px) {
  .header__item a {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    height: 100%;
    padding: 0.375rem 1rem;
    border-radius: 0.3125rem;
    display: inline-block;
    height: inherit;
  }
}

@media screen and (min-width: 751px) {
  .header__item {
    margin-left: 0.5rem;
    border-radius: 0.3125rem;
  }
}

@media screen and (min-width: 751px) {
  .header__item--gray a {
    background: #002f7b;
    color: #fff;
    padding: 0.375rem 1.25rem 0.5625rem 1.25rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 751px) {
  .header__item--brown a {
    background: #37bef0;
    color: #fff;
    padding: 0.375rem 1.75rem 0.5rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 751px) {
  .header__item--red a {
    background: #fff;
    border: 1px solid #002f7b;
    color: #002f7b;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.75rem 0.5625rem 1.0625rem;
  }
}

@media screen and (min-width: 751px) {
  .header__item a {
    height: inherit;
    vertical-align: middle;
    white-space: nowrap;
  }
}

.header__botoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 5px 15px;
  padding: 0.625rem 0.3125rem 0.9375rem;
}

.header__botoom-item {
  width: 45.5%;
  min-width: 111px;
  min-width: 6.9375rem;
  text-align: center;
  border-radius: 0.3125rem;
}

.header__botoom-item a {
  display: inline-block;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__botoom-item--gray {
  background: #002f7b;
  color: #fff;
  padding: 6px 5px 9px 8px;
  padding: 0.375rem 0.3125rem 0.5625rem 0.5rem;
  letter-spacing: 0.06em;
}

.header__botoom-item--brown {
  background: #91836e;
  color: #fff;
  padding: 6px 23px 8px;
  padding: 0.375rem 1.4375rem 0.5rem;
  letter-spacing: 0.1em;
}

.header__botoom-item--skyblue {
  background: #37bef0;
  color: #fff;
  padding: 6px 23px 8px;
  padding: 0.375rem 1.4375rem 0.5rem;
  letter-spacing: 0.1em;
}

.header__botoom-item--red {
  background: #002f7b;
  color: #fff;
  padding: 6px 8px 8px;
  padding: 0.375rem 0.5rem 0.5rem;
  letter-spacing: 0.1em;
}

.inner {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 751px) {
  .inner {
    max-width: 1330px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.inner2 {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 751px) {
  .inner2 {
    max-width: 1680px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.inner3 {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 751px) {
  .inner3 {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.interview__title-box {
  position: relative;
  background: #002f7b;
  width: 85%;
  margin: -29px auto 0;
  margin: -1.8125rem auto 0;
  padding: 19px 24px 22px;
  padding: 1.1875rem 1.5rem 1.375rem;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .interview__title-box {
    padding: 2.5rem 1.5rem 2.3125rem 2.3125rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--grid {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0;
    margin-top: 3.0625rem;
    width: 77%;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--width {
    width: 95%;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--width01 {
    width: 64.5%;
    padding: 2.5rem 1.5rem 1.6875rem 2.3125rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--06 {
    width: 100%;
    padding: 2.8125rem 1.5rem 1.6875rem 2.375rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--19 {
    width: 85%;
    padding: 2.8125rem 1.5rem 1.6875rem 2.375rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--02 {
    margin: 0;
    margin-top: -5.5rem;
    max-width: calc(50% - 6.4rem);
    width: calc(100% - 2rem);
    margin-left: 0;
    margin-right: auto;
    padding: 2.6rem 1rem;
    padding-left: calc(50% - 38.5rem);
    border-left: solid transparent;
    border-left-width: 4rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--27 {
    width: 93%;
    padding: 2.6rem 2rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--01 {
    max-width: calc(50% - 10.6rem);
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position {
    margin-top: -3rem;
    max-width: calc(50% - 2.4rem);
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position04 {
    margin-top: -2.5rem;
    max-width: calc(50% + 1.6rem);
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position05 {
    max-width: 50%;
    margin-top: -3.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position06 {
    margin-top: -3rem;
    max-width: calc(50% - 9.6rem);
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position07 {
    margin-top: -2.5rem;
    max-width: calc(50% + 5.6rem);
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position08 {
    max-width: 45%;
    margin-top: -3.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position16 {
    max-width: 56%;
    margin-top: -3.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position27 {
    max-width: calc(50% + 10.6rem);
    margin-top: -3.375rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--position28 {
    max-width: calc(50% + 10.6rem);
    margin-top: -3.375rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--006 {
    max-width: 37%;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--14 {
    margin-top: -3rem;
    /* max-width: calc(50% - 16.6rem); */
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--24 {
    /* max-width: calc(50% - 7.6rem); */
    margin-top: 9.25rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__title-box--25 {
    max-width: calc(50% - 14.6rem);
    margin-top: 9.25rem;
  }
}

.interview__title {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.04em;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .interview__title {
    font-size: 1.5625rem;
  }
}

.interview__title--no-number {
  position: initial;
  /* デフォルト値に戻す */
  /* font-size: initial ; デフォルト値に戻す */
}

.interview__title--no-number::after {
  content: unset;
}

.interview__title::before {
  top: 0;
  right: -78px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 751px) {
  .interview__title::before {
    font-size: 1.5625rem;
    right: -5.375rem;
  }
}

.interview__title--01::before {
  content: "01";
  position: absolute;
}

.interview__title--02::before {
  content: "02";
  position: absolute;
}

.interview__title::after {
  content: "";
  position: absolute;
  top: 51%;
  right: -43px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  height: 1px;
  width: 33px;
}

@media screen and (min-width: 751px) {
  .interview__title::after {
    top: 54%;
    right: -2.875rem;
    height: 0.0625rem;
    width: 2.25rem;
  }
}

.interview__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  margin-top: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 751px) {
  .interview__sub-title {
    font-size: 1.375rem;
    margin-top: 0.875rem;
    line-height: 1.8;
    padding-left: 0.125rem;
    letter-spacing: 0.05em;
  }
}

.interview__text-box {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .interview__text-box--02 {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

@media screen and (min-width: 751px) {
  .interview__text-box--03 {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

.interview__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  text-align: justify;
  margin-top: 20px;
  margin: 20px 28px 0 28px;
  line-height: 2;
  display: block;
}

@media screen and (min-width: 751px) {
  .interview__text {
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    margin-top: 2.625rem;
    margin-left: 2.3125rem;
    line-height: 2.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.068em;
  }
}

.interview__text--mt {
  margin-top: 0;
  display: inline;
}

@media screen and (min-width: 751px) {
  .interview__text--02 {
    margin-top: 2.625rem;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.3125rem;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    width: 68.75rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__text--02 span {
    display: inline-block;
    width: 45.3%;
    width: 31.5625rem;
    max-width: 64.875rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__text--02 span + span {
    width: 50%;
  }
}

@media screen and (min-width: 751px) {
  .interview__text-box--01 span {
    width: 42.6%;
  }
}

@media screen and (min-width: 751px) {
  .interview__text--03 {
    margin-left: 1.875rem;
    gap: 2.8125rem;
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 751px) {
  .interview__text--03 span {
    width: 45%;
  }
}

@media screen and (min-width: 751px) {
  .interview__text--06 {
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 751px) {
  .interview__01 {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    margin: auto;
    display: grid;
  }
}

@media screen and (min-width: 751px) {
  .interview__img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 30rem;
  }
}

.interview__02 {
  margin-top: 83px;
}

@media screen and (min-width: 751px) {
  .interview__02--03 {
    margin-top: 7.4375rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__02--06 {
    margin-top: 4.625rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__02--23 {
    margin-top: 8.375rem;
  }
}

@media screen and (min-width: 751px) {
  .interview__text--chws {
    -webkit-font-feature-settings: "chws" 1;
    font-feature-settings: "chws" 1;
    letter-spacing: 0.016em;
  }
}

.interview__text-note {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.67;
  text-align: center;
  margin: 20px 28px 0 28px;
}

@media screen and (min-width: 751px) {
  .interview__text-note {
    font-size: 0.75rem;
    line-height: 2.33;
    text-align: left;
    margin: 0;
  }
}

.search-box__title {
  font-weight: bold;
}

.is-hide {
  display: none;
}

.search-box input:checked + label {
  background: #000;
  color: #fff;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 12px;
  row-gap: 0.75rem;
}

@media screen and (min-width: 751px) {
  .list {
    gap: 1.25rem;
    -webkit-column-gap: 1.8%;
    -moz-column-gap: 1.8%;
    column-gap: 1.8%;
  }
}

.list__item {
  width: 48%;
  background: #F3F1EE;
}

@media screen and (min-width: 751px) {
  .list__item {
    width: 23.6%;
  }
}

.list__item--work {
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 751px) {
  .list__item--work {
    width: 23.6%;
  }
}

.list__img {
  position: relative;
  padding-top: 87.8%;
}

@media screen and (min-width: 751px) {
  .list__img {
    height: 14.1875rem;
  }
}

.list__img--work {
  padding-top: 89%;
}

@media screen and (min-width: 751px) {
  .list__img--work {
    padding-top: 87.8%;
  }
}

.list__img--science {
  position: relative;
}

.list__img--science::before {
  content: "理系";
  position: absolute;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  background: #37bef0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 60px;
  width: 3.75rem;
  height: 50px;
  height: 3.125rem;
  padding: 3px;
  padding: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list__title {
  background: rgba(0, 47, 123, .9);
  text-align: center;
  color: #fff;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-weight: 600;
  margin-top: -42.5px;
  margin-top: -2.65625rem;
  position: relative;
  padding: 3.5px;
  padding: 0.21875rem;
}

@media screen and (min-width: 751px) {
  .list__title {
    margin-top: -3.59375rem;
    position: relative;
    padding: 0.59375rem 0;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 904px) {
  .list__title--2 {
    margin-top: -5.4rem;
  }
}

@media screen and (max-width: 750px) {
  .list__title--2 {
    margin-top: -2.6rem;
  }
}

@media screen and (max-width: 534px) {
  .list__title--2 {
    margin-top: -3.7rem;
  }
}

.list__title h2 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 751px) {
  .list__title h2 {
    font-size: 0.8125rem;
  }
}

.list__title--work {
  font-size: 16.26px;
  font-size: 1.01625rem;
  margin-top: -72px;
  margin-top: -4.5rem;
  padding: 11px 4px 12.5px;
  padding: 0.6875rem 0.25rem 0.78125rem;
}

@media screen and (min-width: 751px) {
  .list__title--work {
    font-size: 0.8125rem;
    margin-top: -3.5625rem;
    position: relative;
    padding: 0.59375rem 0;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 904px) {
  .list__title--work2 {
    margin-top: -5.1rem;
  }
}

@media screen and (max-width: 750px) {
  .list__title--work2 {
    margin-top: -4.4rem;
  }
}

.list__desc {
  background: #f0f0f0;
  padding: 8px 10px 15px;
  padding: 0.5rem 0.625rem 0.9375rem;
}

@media screen and (min-width: 751px) {
  .list__desc {
    padding: 0.9375rem 0.875rem 1.25rem 1.25rem;
  }
}

.list__desc--work {
  background: #fff;
  padding: 19px 24px 15px;
  padding: 1.1875rem 1.5rem 0.9375rem;
}

@media screen and (min-width: 751px) {
  .list__desc--work {
    padding: 0.9375rem 0.9375rem 2.625rem;
  }
}

.list__name {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .list__name {
    font-size: 1.125rem;
  }
}

.list__name--work {
  font-size: 22.2px;
  font-size: 1.3875rem;
}

@media screen and (min-width: 751px) {
  .list__name--work {
    font-size: 1.125rem;
  }
}

.list__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-weight: 600;
  margin-top: 1px;
  margin-top: 0.0625rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}

@media screen and (min-width: 751px) {
  .list__text {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
}

.list__text--work {
  font-size: 17.26px;
  font-size: 1.07875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

@media screen and (min-width: 751px) {
  .list__text--work {
    font-size: 0.875rem;
    margin-top: 0.125rem;
  }
}

/* 絞り込み時のアニメーション */
.checked_animation {
  -webkit-animation: checked_animation 0.4s ease-in-out both;
  animation: checked_animation 0.4s ease-in-out both;
}

@-webkit-keyframes checked_animation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes checked_animation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.main__view {
  position: relative;
}

.main__heading {
  position: absolute;
  width: 100%;
}

.main__heading-bg {
  position: relative;
}

.main__heading-bg::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 54%);
  clip-path: polygon(100% 0, 0 0, 0 54%);
  z-index: 2;
  background: #002f7b;
  width: 100%;
  height: 123vw;
}

@media screen and (min-width: 751px) {
  .main__heading-bg::before {
    -webkit-clip-path: polygon(55.4% 0, 0% 0%, 0% 48.9%);
    clip-path: polygon(55.4% 0, 0% 0%, 0% 48.9%);
    height: 96vw;
  }
}

@-webkit-keyframes heading-sp {
  0% {
    width: 0%;
  }

  100% {
    width: 7.25rem;
  }
}

@keyframes heading-sp {
  0% {
    width: 0%;
  }

  100% {
    width: 7.25rem;
  }
}

@-webkit-keyframes heading {
  0% {
    width: 0%;
  }

  100% {
    width: 30%;
  }
}

@keyframes heading {
  0% {
    width: 0%;
  }

  100% {
    width: 30%;
  }
}

@-webkit-keyframes heading2 {
  0% {
    width: 0%;
  }

  100% {
    width: 90%;
  }
}

@keyframes heading2 {
  0% {
    width: 0%;
  }

  100% {
    width: 90%;
  }
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.main__top-lead {
  display: inline-block;
  margin-top: 27px;
  margin-top: 1.6875rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
  z-index: 2;
  overflow: hidden;
  width: 30%;
  position: relative;
}

@media screen and (min-width: 751px) {
  .main__top-lead {
    margin-top: 8.7%;
    margin-left: 2.3125rem;
    width: 20%;
  }
}

.main__top-lead:before {
  -webkit-animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.2s forwards;
  animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.2s forwards;
  background: #002f7b;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.main__title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-left: 18px;
  margin-left: 1.125rem;
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "HiraginoUDSerifStd W6", serif;
  line-height: 1.65;
  -webkit-animation: heading2 0.5s ease-in-out 1.2s forwards;
  animation: heading2 0.5s ease-in-out 1.2s forwards;
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .main__title {
    width: 0;
    font-size: max(1.875rem, 2.4vw);
    margin-top: -0.1875rem;
    -webkit-transform: translateX(2.4375rem);
    transform: translateX(2.4375rem);
    line-height: 1.8;
    letter-spacing: 0.18em;
    display: block;
    margin-left: 0;
  }
}

.main__title span {
  font-size: 32.89px;
  font-size: 2.055625rem;
  font-family: "HiraginoUDSerifStd W6", serif;
}

@media screen and (min-width: 751px) {
  .main__title span {
    font-size: max(4.6875rem, 5.8vw);
    letter-spacing: -0.01em;
  }
}

.main__bottom-lead {
  position: relative;
  max-width: 268px;
  max-width: 16.75rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  margin-left: -12px;
  margin-left: -0.75rem;
  z-index: 7;
  -webkit-animation: fadeIn 2s ease 3s both;
  animation: fadeIn 2s ease 3s both;
}

@media screen and (min-width: 751px) {
  .main__bottom-lead {
    max-width: none;
    max-width: initial;
    width: 34%;
    margin-top: 0.875rem;
    margin-left: 1.9375rem;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 751px) {
  .main__swiper-slide {
    position: relative;
    padding-top: 47%;
  }
}

@media screen and (min-width: 751px) {
  .main__swiper-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/*スクロールダウン全体の場所*/
.main__scrolldown {
  text-align: center;
  margin-top: -25px;
  position: relative;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.main__scrolldown span {
  position: absolute;
  z-index: 1;
  color: #000;
  letter-spacing: -0.02em;
  background: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 16px 54px;
  margin-top: -20px;
  font-weight: 500;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", sans-serif;
  color: #002f7b;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .main__scrolldown span {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    padding: 0.625rem 1.25rem 4.3125rem;
    margin-top: -2.9375rem;
  }
}

/* 線の描写 */
.main__scrolldown::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -2.5rem);
  transform: translate(0, -2.5rem);
  width: 2px;
  width: 0.125rem;
  height: 38px;
  height: 2.375rem;
  background: #000;
  -webkit-animation: pathmove-sp 1.4s ease-in-out infinite;
  animation: pathmove-sp 1.4s ease-in-out infinite;
  opacity: 0;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .main__scrolldown::after {
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
    -webkit-transform: translate(0, -2.5rem);
    transform: translate(0, -2.5rem);
    height: 2.375rem;
  }
}

@-webkit-keyframes pathmove-sp {
  0% {
    height: 0;
    top: 3.125rem;
    opacity: 0;
  }

  30% {
    height: 1.25rem;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 5.3125rem;
    opacity: 0;
  }
}

@keyframes pathmove-sp {
  0% {
    height: 0;
    top: 3.125rem;
    opacity: 0;
  }

  30% {
    height: 1.25rem;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 5.3125rem;
    opacity: 0;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 1.5625rem;
    opacity: 0;
  }

  30% {
    height: 2.375rem;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 4.875rem;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 1.5625rem;
    opacity: 0;
  }

  30% {
    height: 2.375rem;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 4.875rem;
    opacity: 0;
  }
}

.member__wrap {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .member__wrap {
    margin-top: 6.5625rem;
  }
}

.member__inner {
  padding: 0 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .member__inner {
    padding: 0 1.5625rem;
    margin: auto;
    width: 65.625rem;
  }
}

.member__title {
  font-size: 7.4666666667vw;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 0.08em;
  color: #002f7b;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .member__title {
    font-size: 2.5rem;
  }
}

.member__area {
  margin-top: 7.4666666667vw;
}

@media screen and (min-width: 751px) {
  .member__area {
    margin-top: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6875rem;
  }
}

.member__box {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .member__box {
    width: 19.125rem;
  }
}

.member__box + .member__box {
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .member__box + .member__box {
    margin-top: 0;
  }
}

.member__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ccd5e5;
  padding-left: 2.9333333333vw;
}

@media screen and (min-width: 751px) {
  .member__flex {
    padding-left: 0;
    background: none;
    display: block;
  }
}

.member__img {
  width: 40%;
  max-width: 48vw;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 751px) {
  .member__img {
    margin: auto;
    width: 10rem;
    max-width: none;
    max-width: initial;
  }
}

.member__middle-box {
  background: #ccd5e5;
  padding: 4.8vw 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .member__middle-box {
    padding: 4.1875rem 1.25rem 0.625rem;
    margin-top: -2.8125rem;
    height: 44%;
  }
}

.member__en-title {
  font-size: 3.2vw;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .member__en-title {
    font-size: 0.75rem;
  }
}

.member__ja-title {
  font-size: 6.4vw;
  color: #002f7b;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 0.8vw;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 751px) {
  .member__ja-title {
    font-size: 1.5rem;
    margin-top: 0.1875rem;
  }
}

.member__ja-title span {
  font-size: 3.7333333333vw;
  color: #000000;
  margin-left: 1.6vw;
  letter-spacing: 0.01em;
  margin-top: 0;
  display: block;
}

@media screen and (min-width: 751px) {
  .member__ja-title span {
    font-size: 0.875rem;
    margin-left: 0.375rem;
    display: inline;
  }
}

.member__texts {
  margin-top: 1.6vw;
}

@media screen and (min-width: 751px) {
  .member__texts {
    margin-top: 0.875rem;
  }
}

.member__text {
  font-size: 3.2vw;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .member__text {
    font-size: 0.875rem;
  }
}

.member__bottom-box {
  background: rgba(240, 240, 240, .5);
  padding: 2.6666666667vw 5.3333333333vw 4.8vw;
  height: 38%;
}

@media screen and (min-width: 751px) {
  .member__bottom-box {
    padding: 0.375rem 1.25rem 0.375rem;
  }
}

.mission__box {
  position: relative;
  border: 1px solid #002f7b;
  border: 0.0625rem solid #002f7b;
  margin-top: 49px;
  padding: 32px 25px 22px 36px;
  line-height: 2.25;
  letter-spacing: 0.02em;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .mission__box {
    margin-top: 6.625rem;
    padding: 3rem 1.5625rem 2.1875rem 3.25rem;
    line-height: 2.1;
  }
}

@media screen and (min-width: 751px) {
  .mission__box--mt {
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 751px) {
  .mission__box--03 {
    margin-top: 5rem;
  }
}

.mission__title {
  position: absolute;
  top: -32px;
  left: -4px;
  left: -0.25rem;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", sans-serif;
  color: #002f7b;
  font-size: 28px;
  font-size: 1.75rem;
  background: #fff;
  padding: 0 19px 0px 0;
  padding: 0 1.1875rem 0px 0;
}

@media screen and (min-width: 751px) {
  .mission__title {
    font-size: 2.5rem;
    top: -2.6875rem;
  }
}

.mission__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  color: #002f7b;
}

@media screen and (min-width: 751px) {
  .mission__text {
    font-size: 1.25rem;
  }
}

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

@media screen and (min-width: 751px) {
  .top-news {
    margin-top: 3rem;
  }
}

.news__wrap {
  border-radius: 1.25rem;
  background: rgba(236, 236, 236, .5);
  margin: auto;
  width: 90%;
}

@media screen and (min-width: 751px) {
  .news__wrap {
    border-radius: 1.875rem;
    margin-top: 0;
    max-width: 68.75rem;
    width: 100%;
    margin: auto;
  }
}

.news__list {
  padding: 20.5px 32.5px 17px;
  padding: 1.28125rem 2.03125rem 1.0625rem;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .news__list {
    padding: 1.4375rem 1.8125rem 1.375rem;
    display: grid;
    grid-template-columns: 3.8125rem 5.625rem 30% 52.8%;
    text-align: left;
  }
}

.news__tag {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  background: #37bef0;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 1px 7.5px;
  padding: 0.0625rem 0.46875rem;
  font-family: "Helvetica Neue", sans-serif;
}

@media screen and (min-width: 751px) {
  .news__tag {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 3.8125rem;
    height: 1.5rem;
  }
}

.news__date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-left: 16px;
  padding-left: 1rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .news__date {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 1.1875rem;
    margin-top: 0.125rem;
  }
}

.news__link {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .news__link {
    grid-column: 3/5;
    grid-row: 1/2;
    margin-left: 2.0625rem;
    margin-top: 0.125rem;
  }
}

.news__link span {
  display: inline-block;
  color: #002f7b;
}

@media screen and (min-width: 751px) {
  .news__link span {
    white-space: nowrap;
  }
}

.news__link a {
  text-decoration: underline;
}

.news__more {
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 751px) {
  .news__more {
    display: inline-block;
    grid-column: 4/5;
    grid-row: 1/2;
    justify-self: end;
    margin-top: 0;
    padding-left: 0;
    padding-right: 2.3125rem;
  }
}

.news__more::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 30%;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
  border-right: 1px solid #000;
  border-right: 0.0625rem solid #000;
  -webkit-transform: rotate(135deg) translate(-850%, -850%);
  transform: rotate(135deg) translate(-850%, -850%);
}

@media screen and (min-width: 751px) {
  .news__more::after {
    right: 0;
    top: 35%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.news__toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.news__more,
.news__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 751px) {

  .news__more,
  .news__content {
    -webkit-transform: translateZ(0) translateX(1.9375rem);
    transform: translateZ(0) translateX(1.9375rem);
  }
}

.news__content {
  max-height: 0;
  overflow: hidden;
  padding-left: 0;
}

@media screen and (min-width: 751px) {
  .news__content {
    padding-left: 3.75rem;
    -webkit-transform: translateY(-1.125rem);
    transform: translateY(-1.125rem);
  }
}

.news__content p {
  margin: 0;
  padding: 28px 56px 26px 79px;
  padding: 1.75rem 3.5rem 1.625rem 4.9375rem;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  position: relative;
}

@media screen and (min-width: 751px) {
  .news__content p {
    font-size: 1rem;
    padding: 1.75rem 4.5rem 1.625rem 4.9375rem;
  }
}

.news__content.news__content-open {
  max-height: 1000px;
  max-height: 62.5rem;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 751px) {
  .news__content.news__content-open {
    max-height: 6.6875rem;
    grid-column: 1/5;
    grid-row: 2/3;
    margin-top: 1.375rem;
    padding-left: 3.75rem;
  }
}

.news__toggle:checked + .news__more::after {
  -webkit-transform: rotate(-45deg) translate(850%, 850%);
  transform: rotate(-45deg) translate(850%, 850%);
  top: 58%;
}

@media screen and (min-width: 751px) {
  .news__toggle:checked + .news__more::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (min-width: 751px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news__item:last-of-type {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 751px) {
  .news__item:last-of-type {
    padding-bottom: 0;
  }
}

.news__item + .news__item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 751px) {
  .news__content > .news__item > .news__link {
    margin-left: 1.0625rem;
  }
}

.news__content > .news__item > .news__date {
  padding-left: 0;
}

@media screen and (min-width: 751px) {
  .news__content > .news__item > .news__date {
    padding-left: 1.1875rem;
  }
}

.nurture {
  background: #e1f5fd;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  padding: 1.3125rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (min-width: 751px) {
  .nurture {
    margin-top: 2.875rem;
    padding: 2.625rem 1.8rem 2.625rem 2.625rem;
    display: flex;
    gap: 1.875rem;
  }
}

.nurture__red-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: #002f7b;
  font-family: "HiraginoUDSerifStd W6", serif;
}

.nurture__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (min-width: 751px) {
  .nurture__ttl {
    margin-top: 0;
  }
}

.nurture__item {
  position: relative;
}

.nurture__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 751px) {
  .nurture__text {
    font-size: 1.125rem;
    padding-left: 1.3125rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}

.nurture__text::before {
  content: "";
  position: absolute;
  background: #37bef0;
  top: 5px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .nurture__text::before {
    top: 0.5rem;
    left: 0.0625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.nurture__link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #002f7b;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: bold;
  position: relative;
  margin-top: 1.625rem;
}

@media screen and (min-width: 751px) {
  .nurture__link {
    margin-top: 4.375rem;
  }
}

.nurture__link::before {
  content: "";
  position: absolute;
  background: url(../images/common/link-navy.svg) center center no-repeat;
  background-size: cover;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  top: 7px;
  top: 0.4375rem;
  left: 136px;
  left: 8.5rem;
}

@media screen and (min-width: 751px) {
  .nurture__link::before {
    top: 0.5625rem;
    left: auto;
    left: initial;
    right: -0.875rem;
  }
}

.nurture__link::after {
  content: "";
  position: absolute;
  background: #002f7b;
  width: 148px;
  width: 9.25rem;
  height: 1px;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
}

.nurture__img {
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 450px;
}

@media screen and (min-width: 751px) {
  .nurture__img {
    max-width: 19.375rem;
  }
}

.nurture__img img {
  aspect-ratio: 310/139;
  object-fit: cover;
  height: 100%;
}

.nurture__figcaption {
  margin-top: 1rem;
}

.nurture__img p {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .nurture__img p {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.other-employee {
  background: #F3F1EE;
}

.other-employee__inner {
  margin: auto;
  padding: 0 28px;
}

@media screen and (min-width: 751px) {
  .other-employee__inner {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
  }
}

.other-employee__wrap {
  margin-top: 85px;
  padding-top: 36px;
}

@media screen and (min-width: 751px) {
  .other-employee__wrap {
    margin-top: 6.25rem;
    padding-top: 9.3125rem;
  }
}

.other-employee__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  color: #002f7b;
}

.other-employee__list {
  margin-top: 35px;
  margin-top: 2.1875rem;
  gap: 17px;
}

@media screen and (min-width: 751px) {
  .other-employee__list {
    gap: 1.8%;
    row-gap: 1rem;
  }
}

.people-category__wrap {
  margin: -33px auto 0;
  margin: -2.0625rem auto 0;
  width: 88%;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 12px 5px 25px;
}

@media screen and (min-width: 751px) {
  .people-category__wrap {
    max-width: 68.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -14.3125rem auto 0;
    padding: 1.875rem 0.3125rem 2.75rem;
  }
}

.people-category__form-all {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Helvetica Neue", sans-serif;
  text-align: right;
  margin-right: 18px;
  margin-right: 1.125rem;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (min-width: 751px) {
  .people-category__form-all {
    margin-right: 0;
    width: 10.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    place-items: center;
    margin-top: 2.5rem;
  }
}

.people-category__form-all .people-category__box label {
  position: relative;
}

.people-category__form-all .people-category__box label::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 2px;
  bottom: -6px;
  right: 2px;
}

.people-category__form {
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .people-category__form {
    margin-top: 1rem;
  }
}

.people-category__form-title {
  width: 140px;
  margin: -33px 0 0 15px;
}

@media screen and (min-width: 751px) {
  .people-category__form-title {
    width: 9.8125rem;
    -webkit-transform: translateX(-1.625rem);
    transform: translateX(-1.625rem);
    margin: auto;
  }
}

.people-list__inner {
  padding: 0 28px;
  padding: 0 1.75rem;
}

@media screen and (min-width: 751px) {
  .people-list__inner {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

@media screen and (min-width: 751px) {
  .people-list__wrap {
    margin-top: 1.6875rem;
  }
}

.reconnect__wrap {
  background: #c3ebfa;
  border-radius: 0.625rem;
  margin-top: 31px;
  margin-top: 1.9375rem;
  padding: 25px 23px;
  padding: 1.5625rem 1.4375rem;
  position: relative;

  /* 2024/12/25追記した内容 */
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media screen and (min-width: 751px) {
  .reconnect__wrap {
    max-width: 53.75rem;
    margin: 1.9375rem auto 0;
    padding: 1.5625rem 1.4375rem 2.0625rem;
  }
}

.reconnect__title {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.039em;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  ;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .reconnect__title {
    font-size: 1.875rem;
  }
}



.reconnect__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.625rem;
  border-bottom: 1px solid #ffff;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 751px) {
  .reconnect__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 0.625rem;
    padding-bottom: 1.875rem;
  }
}

.reconnect__concept-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  padding: 1.25rem;
  text-align: center;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  ;
  line-height: 1.428;
  color: #000;
  font-weight: 600;
  background-color: #ffff;
}

@media screen and (min-width: 751px) {
  .reconnect__concept-item {
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
}

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

@media screen and (min-width: 751px) {
  .reconnect__concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reconnect__desc-title {
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  font-family: "Helvetica Neue", sans-serif;
  color: #002f7b;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 6px 0;
  padding: 0.375rem 0;
}

@media screen and (min-width: 751px) {
  .reconnect__desc-title {
    min-width: 5.8125rem;
    height: 63px;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
  }
}

.reconnect__concept-text {
  margin-top: 6px;
  margin-top: 0.375rem;
  padding-left: 14px;
  padding-left: 0.875rem;
}

@media screen and (min-width: 751px) {
  .reconnect__concept-text {
    margin-top: 0;
    padding-left: 1.0625rem;
  }
}

.reconnect__concept-text p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.034em;
  line-height: 1.606875;
  position: relative;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .reconnect__concept-text p {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.reconnect__concept-text p::before {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background: #90806B;
  border-radius: 50%;
  top: 6px;
  top: 0.375rem;
  left: -15px;
  left: -0.9375rem;
}

@media screen and (min-width: 751px) {
  .reconnect__concept-text p::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.3125rem;
    left: -0.5625rem;
  }
}

.reconnect__concept-text p + p {
  margin-top: 9px;
  margin-top: 0.5625rem;
}


.reconnect__wrap {
  position: relative;
}

.reconnect__wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-top: 0;
  border-top: initial;
  border-right: 0;
  border-right: initial;
  border-left: 0;
  border-left: initial;
  background: url(../images/common/arrow-bottom.png) center center no-repeat;
  background-size: cover;
  width: 2.625rem;
  height: 1.875rem;
  bottom: -4.625rem;
}

@media screen and (min-width: 751px) {
  .reconnect__wrap::before {
    bottom: -3.9375rem;
  }
}

/*
.reconnect__measures-area {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.9375rem;
    gap: 1.75rem;
  }
}

.reconnect__measures-group {
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-group {
    min-width: 10.8125rem;
    width: 22.3%;
    padding-bottom: 1.0625rem;
  }
}

.reconnect__measures-group + .reconnect__measures-group {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-group + .reconnect__measures-group {
    margin-top: 0;
  }
}

.reconnect__measures-group--orange {
  border-bottom: 6px solid #CB6C32;
  border-bottom: 0.375rem solid #CB6C32;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-group--orange {
    border-bottom: 0.25rem solid #CB6C32;
  }
}

.reconnect__measures-group--blue {
  border-bottom: 6px solid #5589B4;
  border-bottom: 0.375rem solid #5589B4;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-group--blue {
    border-bottom: 0.25rem solid #5589B4;
  }
}

.reconnect__measures-group--yellow {
  border-bottom: 6px solid #F19500;
  border-bottom: 0.375rem solid #F19500;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-group--yellow {
    border-bottom: 0.25rem solid #F19500;
  }
}

.reconnect__measures-group--green {
  border-bottom: 6px solid #579756;
  border-bottom: 0.375rem solid #579756;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-group--green {
    border-bottom: 0.25rem solid #579756;
  }
}

.reconnect__measures-main-title {
  text-align: center;
  color: #002f7b;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-main-title {
    text-align: left;
    font-size: 0.875rem;
  }
}

.reconnect__measures-title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
  font-weight: bold;
  border-radius: 0.875rem 0.875rem 0 0;
  padding: 3px 7px 1px 0;
  padding: 0.1875rem 0.4375rem 0.0625rem 0;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-title {
    font-size: 0.995625rem;
  }
}

.reconnect__measures-title--orange {
  background: #CB6C32;
}

.reconnect__measures-title--blue {
  background: #5589B4;
}

.reconnect__measures-title--yellow {
  background: #F19500;
}

.reconnect__measures-title--green {
  background: #579756;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-title--green {
    letter-spacing: -0.05em;
    font-size: 0.8125rem;
  }
}

.reconnect__measures-desc {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  padding: 9px 12px 12px;
  padding: 0.5625rem 0.75rem 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-desc {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem 0.625rem;
    height: 32%;
  }
}

.reconnect__measures-desc--orange {
  background: #EED2BB;
}

.reconnect__measures-desc--blue {
  background: #CFD9E7;
}

.reconnect__measures-desc--yellow {
  background: #FAE0B8;
}

.reconnect__measures-desc--green {
  background: #D2DDC8;
  padding: 5px 12px 10px;
  padding: 0.3125rem 0.75rem 0.625rem;
}

.reconnect__measures-small-p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-small-p {
    font-size: 0.625rem;
    margin-top: 0.1875rem;
    letter-spacing: -0.05em;
  }
}

.reconnect__measures-item {
  gap: 9px;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-item {
    gap: 0.5rem;
  }
}

.reconnect__measures-item + .reconnect__measures-item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-item + .reconnect__measures-item {
    margin-top: 0.6875rem;
  }
}

.reconnect__measures-img img {
  width: 100%;
  height: 100%;
}

.reconnect__measures-item-desc {
  font-size: 13.71px;
  font-size: 0.856875rem;
  line-height: 1.30999;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-item-desc {
    font-size: 0.625rem;
    margin-top: 0.5rem;
    padding-left: 0.6875rem;
  }
}

.reconnect__measures-item-desc::before {
  content: "";
  position: absolute;
  background: #000;
  width: 10.5px;
  width: 0.65625rem;
  height: 10.5px;
  height: 0.65625rem;
  top: 3.5px;
  top: 0.21875rem;
  left: 0;
}
@media screen and (min-width: 751px) {
  .reconnect__measures-item-desc::before {
    width: 0.46875rem;
    height: 0.46875rem;
    top: 0.15625rem;
  }
} */

.reconnect__next {
  text-align: center;
  margin-top: 7.3125rem;
}

@media screen and (min-width: 751px) {
  .reconnect__next {
    justify-content: center;
    width: 100%;
    max-width: 53.75rem;
    margin: 5.4375rem auto 0;
  }
}


.reconnect__next-title {
  max-width: 18.125rem;
  width: 100%;
  background: #002f7b;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 600;
  padding: 0.625rem 0.5625rem;
}

@media screen and (min-width: 751px) {
  .reconnect__next-title {
    max-width: 20rem;
    font-size: 1.125rem;
  }
}

/*
.reconnect__next-text{
  margin-top: 21px;
}
@media screen and (min-width: 751px) {
  .reconnect__next-text {

  }
} */

.reconnect__next-text {
  font-size: 1.625rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Arial, sans-serif;
  line-height: 1.75;
  font-weight: 600;
  position: relative;
  margin-top: 1.3125rem;
}

@media screen and (min-width: 751px) {
  .reconnect__next-text {
    font-size: 1.875rem;
    margin-top: 2.0625rem;
  }
}



/* .reconnect__next-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 751px) {
  .reconnect__next-text {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }
} */

.reconnect__next-text span {
  color: #002f7b;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (min-width: 751px) {
  .reconnect__next-text span {
    font-size: 1.25rem;
  }
}

.reconnect__next-english {
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .reconnect__next-english {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}

.reconnect__l-title h2 {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  position: relative;
  margin: 4.375rem 0 4.375rem;
}

@media screen and (min-width: 751px) {
  .reconnect__l-title h2 {
    margin: 6.9375rem 0 1.5rem;
  }
}

.reconnect__l-title h2::before {
  content: "";
  position: absolute;
  bottom: -176%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #002f7b;
  width: 2px;
  width: 0.125rem;
  height: 57px;
  height: 3.5625rem;
}

@media screen and (min-width: 751px) {
  .reconnect__l-title h2::before {
    bottom: -300%;
  }
}

.reconnect__l-title span {
  color: #002f7b;
}

.recruit__inner {
  padding: 0 29px;
}

@media screen and (min-width: 751px) {
  .recruit__inner {
    max-width: 71.875rem;
    margin: auto;
    padding: 0 1.5625rem;
  }
}

.recruit__wrap {
  margin-top: 131px;
  margin-top: 8.1875rem;
  gap: 66px;
  gap: 4.125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9.1875rem;
    gap: 6.1875rem;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

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

@media screen and (min-width: 751px) {
  .recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8125rem;
  }
}

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

@media screen and (min-width: 751px) {
  .recruit__item + .recruit__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .recruit__item:nth-child(2) {
    margin-left: 4.75rem;
  }
}

@media screen and (min-width: 751px) {
  .recruit__item:nth-child(3) {
    margin-left: 3.875rem;
  }
}

.recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit__img {
  width: 57px;
  width: 3.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recruit__img--03 {
  width: 43px;
  width: 2.6875rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}

@media screen and (min-width: 751px) {
  .recruit__img--03 {
    margin-top: -0.25rem;
  }
}

.recruit__title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  letter-spacing: 0.23em;
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (min-width: 751px) {
  .recruit__title {
    margin-top: 0.8125rem;
  }
}

.recruit__texts {
  margin-top: -11px;
  margin-top: -0.6875rem;
}

.recruit__texts--mt {
  margin-left: 6px;
  margin-left: 0.375rem;
}

@media screen and (min-width: 751px) {
  .recruit__texts--mt {
    margin-left: 0;
  }
}

.recruit__soon {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}

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

@media screen and (min-width: 751px) {
  .search-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.search-box:nth-child(2) {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .search-box:nth-child(2) {
    margin-top: 0.875rem;
  }
}

.search-box:nth-child(3) {
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .search-box:nth-child(3) {
    margin-top: 0.6875rem;
  }
}

.search-box:nth-child(4) {
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .search-box:nth-child(4) {
    margin-top: 0.625rem;
  }
}

.search-box__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  background: #37bef0;
  letter-spacing: -0.04em;
  display: inline-block;
  width: 31px;
  width: 1.9375rem;
  color: #fff;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 751px) {
  .search-box__title {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 0;
    width: 9.5rem;
    text-align: center;
    padding: 0.375rem 0;
  }
}

@media screen and (min-width: 751px) {
  .search-box__title--01 {
    padding: 0.375rem 0;
  }
}

@media screen and (min-width: 751px) {
  .search-box__title--02 {
    padding: 0.375rem 0;
  }
}

@media screen and (min-width: 751px) {
  .search-box__title--03 {
    padding: 0.375rem 0;
  }
}

.search-box__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .search-box__sub-title {
    display: inline;
  }
}

.search-box__area + .search-box__area.search-box__area--mt {
  margin-top: 12px;
}

@media screen and (min-width: 751px) {
  .search-box__area + .search-box__area.search-box__area--mt {
    margin-top: 0;
  }
}

.search-box__area--ttl {
  display: block;
  display: grid;
  place-items: center;
  background: #37bef0;
  padding: 16px 0;
}

@media screen and (min-width: 751px) {
  .search-box__area--ttl {
    padding: 0;
  }
}

.search-box__area--ttl2 {
  padding: 0;
}

.search-box__area label {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .search-box__area label {
    font-size: 0.875rem;
  }
}

.search-box__area + .search-box__area {
  margin-top: 14px;
  margin-left: 11px;
}

@media screen and (min-width: 751px) {
  .search-box__area + .search-box__area {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

.search-box__label {
  margin-top: 5px;
  display: inline-block;
}

@media screen and (min-width: 751px) {
  .search-box__label {
    margin-top: 0;
    display: inline;
  }
}

.seminar__lead {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 751px) {
  .seminar__lead {
    margin-top: 3.875rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}

.seminar__coming-soon {
  width: 68.75rem;
  height: 240px;
  margin: 40px auto 0;
  background: linear-gradient(90deg, rgba(235, 248, 253, 1) 0%, rgba(55, 190, 240, 1) 100%);
  display: grid;
  place-content: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;

  @media (max-width: 768px) {
    width: 88%;
  }
}

.slide__coming-soon {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(235, 248, 253, 0.5) 0%, rgba(55, 190, 240, 0.5) 100%);
}

.seminar__anchor-box {
  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;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 7px;
  gap: 0.4375rem;
}

@media screen and (min-width: 751px) {
  .seminar__anchor-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 68.75rem;
    margin: 2.3125rem auto 0;
    gap: 0.625rem;
  }
}

.anchor__link {
  color: #fff;
  height: 52.844px;
  height: 3.30275rem;
  width: 42%;
}

@media screen and (min-width: 751px) {
  .anchor__link {
    height: 5.625rem;
  }
}

.anchor__link--blue {
  background: #01479F;
}

.anchor__link--red {
  background: #C6000B;
}

.anchor__link--pink {
  background: #EF7BAB;
}

.anchor__link--green {
  background: #1A9A3B;
}

.anchor__link a {
  display: inline-block;
  height: inherit;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .anchor__link a {
    font-size: 1.25rem;
    padding-bottom: 1rem;
  }
}

.anchor__link a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  bottom: 13%;
  left: 50.6%;
}

@media screen and (min-width: 751px) {
  .anchor__link a::before {
    width: 0.6875rem;
    height: 0.6875rem;
    border-top: 0.09375rem solid #fff;
    border-right: 0.09375rem solid #fff;
    bottom: 15%;
    left: 49.8%;
  }
}

.anchor__link:last-child a::before {
  background: url(../images/common/link-white.svg) center center no-repeat;
  background-size: contain;
  border-top: 0;
  border-top: initial;
  border-right: 0;
  border-right: initial;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  bottom: 6%;
  left: 49.6%;
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 751px) {
  .anchor__link:last-child a::before {
    bottom: 9%;
    left: 50.6%;
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.seminar__container {
  width: 85%;
  margin: 33px auto 0;
}

@media screen and (min-width: 751px) {
  .seminar__container {
    width: 68.75rem;
    margin: 2.4375rem auto 0;
  }
}

.seminar__box {
  background: #F3F1EE;
  padding: 22px 25px 27px;
}

@media screen and (min-width: 751px) {
  .seminar__box {
    padding: 2.5rem 3.1875rem 2.8125rem;
  }
}

.seminar__box + .seminar__box {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  .seminar__box + .seminar__box {
    margin-top: 2.6875rem;
  }
}

.seminar__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 35px;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 751px) {
  .seminar__ttl {
    font-size: 2.5rem;
    padding-left: 3.1875rem;
  }
}

.seminar__ttl--blue {
  color: #01479F;
}

.seminar__ttl--blue::before {
  background: #01479F;
}

.seminar__ttl--red {
  color: #C6000B;
}

.seminar__ttl--red::before {
  background: #C6000B;
}

.seminar__ttl--pink {
  color: #EF7BAB;
}

.seminar__ttl--pink::before {
  background: #EF7BAB;
}

.seminar__ttl::before {
  content: "";
  position: absolute;
  width: 24px;
  width: 1.5rem;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .seminar__ttl::before {
    width: 2.375rem;
    left: -0.0625rem;
    top: 52%;
  }
}

.seminar__s-ttl {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
  margin-top: 15px;
}

@media screen and (min-width: 751px) {
  .seminar__s-ttl {
    font-size: 1.125rem;
    margin-top: 0.4375rem;
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 751px) {
  .seminar__s-ttl--mt {
    margin-top: 0.4375rem;
  }
}

.seminar__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 18px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.7;
  padding: 0 2px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .seminar__text {
    margin-top: 1.125rem;
    line-height: 1.9;
    padding: 0;
    letter-spacing: 0.03em;
  }
}

.seminar__text--mt {
  margin-top: 25px;
}

.seminar__schedule {
  margin-top: 26px;
  width: 97%;
}

@media screen and (min-width: 751px) {
  .seminar__schedule {
    width: 100%;
  }
}

.seminar__schedule li {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .seminar__schedule li {
    height: 2.5625rem;
    line-height: 2.5625rem;
  }
}

.seminar__schedule li + li {
  margin-top: 2.5px;
}

@media screen and (min-width: 751px) {
  .seminar__schedule li + li {
    margin-top: 0.09375rem;
  }
}

.seminar__schedule li.seminar__schedule-blue {
  background: #01479F;
  color: #fff;
}

.seminar__schedule li.seminar__schedule-red {
  background: #C6000B;
  color: #fff;
}

.seminar__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 9px;
  padding: 0 2px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .seminar__note {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
    padding: 0;
    letter-spacing: 0.04em;
  }
}

.seminar__table {
  margin-top: 24px;
  padding-left: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 100%;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .seminar__table {
    margin-top: 0.875rem;
    padding-left: 0;
  }
}

.seminar__table thead th {
  background: #EF7BAB;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .seminar__table > thead th:nth-child(1) {
    padding: 0.5625rem 0;
    text-align: center;
    width: 17rem;
  }
}

.seminar__table > thead th:nth-child(2) {
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
  width: 23%;
}

@media screen and (min-width: 751px) {
  .seminar__table > thead th:nth-child(2) {
    width: initial;
    text-align: left;
    width: 83rem;
    padding: 0.5625rem 0 0.5625rem 0.75rem;
  }
}

.seminar__table thead th:nth-child(3) {
  padding-left: 13px;
  padding-left: 0.8125rem;
}

@media screen and (min-width: 751px) {
  .seminar__table thead th:nth-child(3) {
    width: 46.3125rem;
  }
}

.seminar__table tbody td {
  background: #fff;
  padding: 12px;
  padding: 0.75rem;
}

.seminar__table tbody td.seminar__table-hight {
  background: #fff;
  padding: 16px;
  padding: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 751px) {
  .seminar__table tbody td.seminar__table-hight {
    height: 4.235625rem;
    font-size: 1rem;
  }
}

.seminar__table tbody td.seminar__pink {
  background: #F7BDD5;
  padding: 10px 14px;
}

@media screen and (min-width: 751px) {
  .seminar__table tbody td.seminar__pink {
    text-align: center;
    padding: 0.625rem 0;
  }
}

.seminar__table tbody td:nth-child(2n) {
  padding: 12px;
  padding: 0.75rem;
}

@media screen and (min-width: 751px) {
  .seminar__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.seminar__flex02 {
  width: 100%;
  margin-top: 22px;
}

@media screen and (min-width: 751px) {
  .seminar__flex02 {
    margin-top: 0;
    width: 34.5rem;
  }
}

.seminar__flex03 {
  width: 100%;
  margin-top: 22px;
  padding-left: 7px;
}

@media screen and (min-width: 751px) {
  .seminar__flex03 {
    padding-left: 0;
    margin-top: 0;
    width: 11.25rem;
  }
}

.seminar__schedule li.seminar__schedule-item {
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
  min-height: 67.77px;
  min-height: 4.235625rem;
  display: grid;
  place-items: center;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .seminar__schedule li.seminar__schedule-item {
    font-size: 1rem;
  }
}

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

@media screen and (min-width: 751px) {
  .swiper-wrapper {
    margin-top: 1.625rem;
    padding-left: 11rem;
  }
}

.swiper__img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .swiper__img {
    width: 24rem;
  }
}

.swiper__title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 2px;
  padding-left: 0.125rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 751px) {
  .swiper__title {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

@media screen and (min-width: 751px) {
  .swiper-wrapper__recruit {
    margin-top: 2.5625rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 751px) {
  .swiper__img--recruit {
    width: 99%;
  }
}

.swiper-pagination-bullets {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  .swiper-pagination-bullets {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 0.5;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-slide-active .mv__swiper-img,
.swiper-slide-duplicate-active .mv__swiper-img,
.swiper-slide-prev .mv__swiper-img {
  -webkit-animation: zoomUp 11s linear 0s normal both;
  animation: zoomUp 11s linear 0s normal both;
  display: block;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.mv__swiper-slide {
  overflow: hidden;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-wrapper.mv__swiper-wrapper {
  margin-top: 0;
}

.swiper__button.top-people__swiper__button {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 751px) {
  .swiper__button.top-people__swiper__button {
    display: none;
  }
}

.swiper1 {
  position: relative;
}

@media screen and (min-width: 751px) {
  .swiper-wrapper.swiper__wrapper {
    padding-left: 0;
    margin-left: -1.75rem;
  }
}

@media screen and (min-width: 751px) {

  .swiper-slide.swiper__slide.swiper-slide-prev,
  .swiper-slide.swiper__slide.swiper-slide-next {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
}

.swiper-slide.swiper__slide.swiper-slide-active,
.swiper-slide.swiper__slide.swiper-slide-prev,
.swiper-slide.swiper__slide.swiper-slide-next {
  padding: 20px;
  padding: 1.25rem;
}

@media screen and (min-width: 751px) {

  .swiper-slide.swiper__slide.swiper-slide-active,
  .swiper-slide.swiper__slide.swiper-slide-prev,
  .swiper-slide.swiper__slide.swiper-slide-next {
    padding: 0;
  }
}

@media screen and (min-width: 751px) {

  .swiper-slide.swiper__slide.swiper-slide-prev .swiper__title,
  .swiper-slide.swiper__slide.swiper-slide-next .swiper__title {
    -webkit-transform: scale(1.22);
    transform: scale(1.22);
    margin-left: 1.6875rem;
  }
}

@media screen and (min-width: 751px) {
  .swiper-slide.swiper__slide.swiper-slide-active {
    padding: 0;
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
}

.swiper__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .swiper__button {
    width: 26.25rem;
  }
}

@media screen and (max-width: 1000px) {
  .swiper__button {
    left: 50.6%;
  }
}

@media screen and (max-width: 900px) {
  .swiper__button {
    left: 51%;
  }
}

@media screen and (max-width: 800px) {
  .swiper__button {
    left: 51.5%;
  }
}

@media screen and (max-width: 750px) {
  .swiper__button {
    left: 50%;
  }
}

.swiper-button-next {
  display: inline-block;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  border-radius: 50%;
  border: solid 1px #939393;
  border: solid 0.0625rem #939393;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .swiper-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.swiper-button-next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  width: 0.875rem;
  height: 1.5px;
  height: 0.09375rem;
  background: #939393;
}

@media screen and (min-width: 751px) {
  .swiper-button-next::before {
    left: 47%;
    width: 0.875rem;
  }
}

.swiper-button-next::after {
  content: "";
  position: absolute;
  left: 33%;
  top: 58%;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-top: 1.5px solid #939393;
  border-top: 0.09375rem solid #939393;
  border-right: 1.5px solid #939393;
  border-right: 0.09375rem solid #939393;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .swiper-button-next::after {
    left: 39%;
    top: 56.5%;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.swiper-button-prev {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid 1px #939393;
  border: solid 0.0625rem #939393;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .swiper-button-prev {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  width: 0.875rem;
  height: 1.5px;
  height: 0.09375rem;
  background: #939393;
}

@media screen and (min-width: 751px) {
  .swiper-button-prev::before {
    width: 0.875rem;
  }
}

.swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 33%;
  bottom: 55%;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  border-top: 1.5px solid #939393;
  border-top: 0.09375rem solid #939393;
  border-right: 1.5px solid #939393;
  border-right: 0.09375rem solid #939393;
  -webkit-transform: rotate(-135deg) translate(-50%, -50%);
  transform: rotate(-135deg) translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .swiper-button-prev::after {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.swiper-button-prev.company__swiper-button-prev {
  border: none;
  background: #002f7b;
}

.swiper-button-prev.company__swiper-button-prev::before {
  background: #ECECEC;
}

.swiper-button-prev.company__swiper-button-prev::after {
  border-top: 1.5px solid #ECECEC;
  border-top: 0.09375rem solid #ECECEC;
  border-right: 1.5px solid #ECECEC;
  border-right: 0.09375rem solid #ECECEC;
}

.swiper-button-next.company__swiper-button-next {
  border: none;
  background: #002f7b;
}

.swiper-button-next.company__swiper-button-next::before {
  background: #ECECEC;
}

.swiper-button-next.company__swiper-button-next::after {
  border-top: 1.5px solid #ECECEC;
  border-top: 0.09375rem solid #ECECEC;
  border-right: 1.5px solid #ECECEC;
  border-right: 0.09375rem solid #ECECEC;
}

.top-business__wrap {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

@media screen and (min-width: 751px) {
  .top-business__wrap {
    display: grid;
    margin-top: 8.375rem;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.top-business__img {
  margin-top: 39px;
  margin-top: 2.4375rem;
  position: relative;
  padding-top: 100%;
  width: 85%;
  margin: 39px auto 0;
  margin: 2.4375rem auto 0;
}

@media screen and (min-width: 751px) {
  .top-business__img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 45.5vw;
    max-width: 36.25rem;
  }
}

.top-business__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-business__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .top-business__text {
    margin-top: -1.1875rem;
  }
}

.top-business__text p {
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 751px) {
  .top-business__text p {
    line-height: 2.5;
  }
}

.top-business__btn {
  margin-top: 37px;
  margin-top: 2.3125rem;
  width: 60%;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .top-business__btn {
    width: 100%;
    margin: 0;
    margin: initial;
    margin-top: 1.375rem;
  }
}

@media screen and (min-width: 751px) {
  .top-business--heading {
    grid-column: 2/3;
    grid-row: 1/2;
    -webkit-transform: translateY(-71%);
    transform: translateY(-71%);
    -ms-flex-item-align: end;
    align-self: end;
  }
}

.top-culture {
  position: relative;
}

.top-culture::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(225, 245, 253, 0.5) 0%, rgba(0, 47, 123, 0.8) 100%);
  width: 100%;
  height: 48.5%;
  top: 38.7%;
  z-index: -1;
  opacity: 0.5;
}

@media screen and (min-width: 751px) {
  .top-culture::before {
    width: 52.5%;
    height: 53%;
    top: 34.6%;
    left: 52.8%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.top-culture__wrap {
  margin-top: 107px;
  margin-top: 6.6875rem;
}

@media screen and (min-width: 751px) {
  .top-culture__wrap {
    display: grid;
    margin-top: 5.3125rem;
    -webkit-column-gap: 4.125rem;
    -moz-column-gap: 4.125rem;
    column-gap: 4.125rem;
  }
}

.top-culture__wrap--bottom {
  margin-top: 56px;
  margin-top: 3.5rem;
}

@media screen and (min-width: 751px) {
  .top-culture__wrap--bottom {
    margin-top: 6rem;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

.top-culture__wrap--margin {
  margin-top: 89px;
  margin-top: 5.5625rem;
}

@media screen and (min-width: 751px) {
  .top-culture__wrap--margin {
    margin-top: 4.3125rem;
  }
}

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

@media screen and (min-width: 751px) {
  .top-culture__lead {
    margin-top: 0rem;
  }
}

.top-culture__lead--bottom {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .top-culture__lead--bottom {
    grid-column: 2/3;
    grid-row: 1/2;
    -ms-flex-item-align: end;
    align-self: end;
    margin-top: 10.5625rem;
  }
}

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

@media screen and (min-width: 751px) {
  .top-culture__img {
    margin-top: 0.4375rem;
  }
}

.top-culture__img--margin {
  margin-top: -14px;
  margin-top: -0.875rem;
}

@media screen and (min-width: 751px) {
  .top-culture__img--margin {
    grid-column: 1/2;
    grid-row: 1/4;
    max-width: 31.875rem;
    width: 40vw;
  }
}

@media screen and (min-width: 751px) {
  .top-culture__img--right {
    grid-column: 2/3;
    grid-row: 1/4;
    max-width: 31.875rem;
    width: 40vw;
    -webkit-transform: translateY(0.875rem);
    transform: translateY(0.875rem);
    margin-top: 0.625rem;
  }
}

.top-culture__texts {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .top-culture__texts {
    max-width: 25.625rem;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .top-culture__texts--top {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.top-culture__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 751px) {
  .top-culture__text {
    margin-top: 0.75rem;
    line-height: 2.5;
  }
}

.top-culture__btn {
  margin-top: 38px;
  margin-top: 2.375rem;
  width: 60%;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
}

@media screen and (min-width: 751px) {
  .top-culture__btn {
    margin: 0;
    margin: initial;
    margin-top: -7.625rem;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .top-culture__btn--marign {
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 751px) {
  .top-culture__btn--margin-top {
    margin-top: 0.0625rem;
    margin-right: auto;
    width: 17.0625rem;
    padding-left: 0.5rem;
  }
}

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

@media screen and (min-width: 751px) {
  .top-culture__group {
    max-width: 52.125rem;
    margin: 3.5rem auto 0;
  }
}

@media screen and (min-width: 751px) {
  .top-culture--w {
    max-width: 25.625rem;
    width: 100%;
    margin-left: auto;
    margin-right: 2.4375rem;
  }
}

@media screen and (min-width: 751px) {
  .top-culture__texts--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .top-culture__text--grid {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: -6.75rem;
  }
}

.top-people {
  position: relative;
}

.top-people::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(225, 245, 253, 0.5) 0%, rgba(0, 47, 123, 0.8) 100%);
  width: 100%;
  height: 48%;
  top: 33.2%;
  z-index: -1;
  opacity: 0.5;
}

@media screen and (min-width: 751px) {
  .top-people::before {
    width: 95%;
    height: 64%;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.top-people__wrap {
  margin-top: 64px;
  margin-top: 4rem;
}

@media screen and (min-width: 751px) {
  .top-people__wrap {
    margin-top: 10.625rem;
  }
}

@media screen and (min-width: 751px) {
  .top-people__area {
    display: grid;
  }
}

.top-people__img-group {
  margin-top: 18px;
  margin-top: 1.125rem;
  width: 104%;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 751px) {
  .top-people__img-group {
    width: 48.5625rem;
    margin-top: 0;
    height: 24.375rem;
    grid-column: 2/3;
    grid-row: 1/3;
    gap: 6%;
  }
}

@media screen and (min-width: 751px) {
  .swiper-wrapper--group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    width: 97% !important;
    margin: auto;
  }
}

.top-people__img-box {
  width: 24%;
}

@media screen and (min-width: 751px) {
  .top-people__img-box {
    width: 20%;
  }
}

.top-people__img-box:nth-child(2n) {
  margin-top: 26px;
  margin-top: 1.625rem;
}

@media screen and (min-width: 751px) {
  .top-people__img-box:nth-child(2n) {
    margin-top: 2.8125rem;
  }
}

.top-people__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: 88.5%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 751px) {
  .top-people__img img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.top-people__img {
  position: relative;
  padding-top: 208%;
}

@media screen and (min-width: 751px) {
  .top-people__img {
    overflow: hidden;
    padding-top: 219%;
    margin-left: 0;
  }
}

@media screen and (min-width: 751px) {
  .top-people__img-box:hover .top-people__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
}

.top-people__btn {
  margin-top: 19px;
  margin-top: 1.1875rem;
  width: 60%;
  margin: 19px auto 0;
  margin: 1.1875rem auto 0;
}

@media screen and (min-width: 751px) {
  .top-people__btn {
    width: 100%;
    margin: 0;
    margin: initial;
    margin-top: 3.8125rem;
    text-align: center;
  }
}

.top-people__symposium {
  margin-top: 53px;
  margin-top: 3.3125rem;
}

@media screen and (min-width: 751px) {
  .top-people__symposium {
    position: relative;
    margin-top: 5.75rem;
  }
}

@media screen and (min-width: 751px) {
  .top-people__symposium-lead {
    position: absolute;
    top: 1.375rem;
    left: 0.15625rem;
  }
}

.top-people__symposium-img {
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

@media screen and (min-width: 751px) {
  .top-people__symposium-img {
    max-width: 67.5rem;
    width: 100%;
    margin-left: auto;
  }
}

.top-people__symposium-text {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  padding: 15px 21px;
  width: 88%;
  margin-left: auto;
  margin-top: -40px;
  display: block;
  position: relative;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .top-people__symposium-text {
    max-width: 28.8125rem;
    width: 100%;
    padding: 1.4375rem 2.3125rem;
    margin-top: -4.25rem;
    line-height: 2.5;
  }
}

.top-people__desc {
  position: absolute;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  left: 0;
  bottom: 38px;
  bottom: 2.375rem;
}

@media screen and (min-width: 751px) {
  .top-people__desc {
    left: -19px;
    bottom: 0.75rem;
  }
}

.top-people__category {
  display: table;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  background: #fff;
  padding: 5px 9px 4px 6px;
}

@media screen and (min-width: 751px) {
  .top-people__category {
    font-size: 0.875rem;
  }
}

.top-people__name {
  display: table;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  background: #fff;
  padding: 0px 6px;
}

@media screen and (min-width: 751px) {
  .top-people__name {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work-intro--06 {
    width: 59.5%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work__introduction--16 {
    width: 66%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work__introduction--26 {
    width: 51%;
  }
}

.work-intro__wrap {
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .work-intro__wrap {
    margin-top: -10.4375rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: max(2.4375rem, 3.046875vw) max(2.5rem, 3.125vw);
    gap: 3.75rem;
    min-width: 43.75rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--04 {
    gap: 2.1875rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--19 {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--01 {
    padding: max(3.3125rem, 4.140625vw) max(1.4375rem, 1.796875vw) max(0.9375rem, 1.171875vw) max(2.5625rem, 3.203125vw);
    min-width: 0;
    min-width: initial;
    margin-top: -5rem;
    gap: 1.8125rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--03 {
    padding: max(3.3125rem, 4.140625vw) max(1.4375rem, 1.796875vw) max(0.9375rem, 1.171875vw) max(2.5625rem, 3.203125vw);
    min-width: 0;
    min-width: initial;
    margin-top: -5rem;
    gap: 4.375rem;
    width: 101%;
  }
}

.work-intro__wrap--15 {
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--15 {
    margin-top: -10.4375rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: max(2.4375rem, 3.046875vw) max(2.5rem, 3.125vw);
    gap: 3.75rem;
    min-width: 50.4375rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--26 {
    min-width: 28.625rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__wrap--27 {
    min-width: 35.1875rem;
    padding: max(3.3125rem, 4.140625vw) max(1.4375rem, 1.796875vw) max(0.9375rem, 1.171875vw) max(2.5625rem, 3.203125vw);
    margin-top: -5rem;
    gap: 4.375rem;
    width: 120%;
  }
}

.work-intro__kind {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  background: #37bef0;
  color: #fff;
  padding: 6px 10px;
}

@media screen and (min-width: 751px) {
  .work-intro__kind {
    font-size: max(1.125rem, 1.40625vw);
    display: inline-block;
    position: absolute;
    top: -1.0625rem;
    left: -0.625rem;
    padding: 0.375rem 1.1875rem 0.375rem 0.9375rem;
  }
}

.work-intro__list {
  margin-top: 13px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .work-intro__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    letter-spacing: 0.06em;
    margin-top: 0;
    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;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__list--01 {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

.work-intro__list--06 {
  margin-top: 13px;
  position: relative;
}

@media screen and (min-width: 751px) {
  .work-intro__list--06 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    letter-spacing: 0.06em;
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 751px) {
  .work-intro__list--16 {
    width: 14.375rem;
  }
}

.work-intro__list::before {
  background: #231815;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .work-intro__list::before {
    bottom: 0.1875rem;
    left: auto;
    left: initial;
    right: -1.5625rem;
    height: 97%;
    width: 0.0625rem;
  }
}

.work-intro__list--01::before {
  display: none;
}

.work-intro__list--06::before {
  background: #231815;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .work-intro__list--06::before {
    bottom: -0.5625rem;
    left: auto;
    left: initial;
    right: -1.5625rem;
    height: 107%;
    width: 0.125rem;
  }
}

.work-intro__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .work-intro__title {
    font-size: max(1.25rem, 1.5625vw);
  }
}

.work-intro__title span {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 751px) {
  .work-intro__title span {
    font-size: max(0.875rem, 1.09375vw);
  }
}

.work-intro__item {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  position: relative;
  margin-top: 1px;
  letter-spacing: 0.06em;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 751px) {
  .work-intro__item {
    padding-left: 0.1875rem;
    font-size: max(0.875rem, 1.09375vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}

.work-intro__item--01:last-child {
  position: relative;
}

.work-intro__item--01:last-child::before {
  background: #231815;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 1px;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .work-intro__item--01:last-child::before {
    display: none;
  }
}

.work-intro__item--first {
  margin-top: 7px;
}

@media screen and (min-width: 751px) {
  .work-intro__item--first {
    margin-top: 0.8125rem;
  }
}

.work-intro__note {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 11px;
}

@media screen and (min-width: 751px) {
  .work-intro__note {
    font-size: max(0.75rem, 0.9375vw);
    letter-spacing: 0.01em;
    line-height: 1.9;
    margin-top: 0.5rem;
  }
}

.work-intro__desc {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  margin-top: 30px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 751px) {
  .work-intro__desc {
    font-size: max(0.875rem, 1.09375vw);
    margin-top: -0.1875rem;
    line-height: 1.72;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.work__introduction {
  padding: 0 28px;
  padding: 0 1.75rem;
}

@media screen and (min-width: 751px) {
  .work__introduction {
    width: 61.5%;
    background: #fff;
    margin-left: 4.5rem;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--right {
    margin-left: auto;
    margin-right: 7.5625rem;
    width: 41.6%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--right01 {
    margin-left: auto;
    margin-right: 6.25rem;
    width: 38.6%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--right02 {
    margin-left: auto;
    margin-right: 2.1875rem;
    width: 44%;
    min-width: 390px;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--right03 {
    margin-left: auto;
    margin-right: 7.5625rem;
    width: 31.6%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--right04 {
    margin-left: auto;
    margin-right: 7.5625rem;
    width: 62.5%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--right05 {
    margin-left: auto;
    margin-right: 2.1875rem;
    width: 46%;
    min-width: 390px;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--left {
    margin-left: 4.375rem;
    margin-right: auto;
    width: 38%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--left01 {
    margin-left: 4.375rem;
    margin-right: auto;
    width: 41%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work__introduction--04 {
    width: 59.8%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work__introduction--19 {
    width: 61.25rem;
    min-width: 610px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work__introduction--21 {
    width: 80%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 620px;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction.work__introduction--4 {
    width: 38%;
  }
}

@media screen and (min-width: 751px) {
  .work__introduction--24 {
    width: 45%;
    min-width: 390px;
  }
}

.work__mission {
  padding: 0 28px;
}

@media screen and (min-width: 751px) {
  .work__mission {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

.work__mission--mt {
  margin-top: 95px;
}

@media screen and (min-width: 751px) {
  .work__mission--mt {
    margin-top: 5.9375rem;
  }
}

.work__interview {
  margin-top: 71px;
}

@media screen and (min-width: 751px) {
  .work__interview {
    margin-top: 5.0625rem;
  }
}

.work__detail {
  padding: 0 28px;
  margin-top: 95px;
}

@media screen and (min-width: 751px) {
  .work__detail {
    padding: 0;
    margin-top: 5.9375rem;
    margin-left: 4.875rem;
  }
}

@media screen and (min-width: 751px) {
  .work__detail--ml {
    margin-left: 0;
  }
}

@media screen and (min-width: 751px) {
  .work__detail-inner {
    max-width: 71.875rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

@media screen and (min-width: 751px) {
  .work__detail-inner--2 {
    padding: 0 1.5625rem 0 5rem;
    margin: auto;
  }
}

.work__common-box {
  position: relative;
  border: 1px solid #002f7b;
  padding: 32px 25px 22px 36px;
  line-height: 2;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .work__common-box {
    padding: 2.0625rem 2.625rem 1.625rem 7.75rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.work__common-box + .work__common-box {
  margin-top: 46px;
}

@media screen and (min-width: 751px) {
  .work__common-box + .work__common-box {
    margin-top: 2.625rem;
  }
}

.work__common-box--pa {
  padding: 30px 18px 6px 40px;
}

@media screen and (min-width: 751px) {
  .work__common-box--pa {
    padding: 2.3125rem 2.8125rem 2.3125rem 11.125rem;
  }
}

@media screen and (min-width: 751px) {
  .work__common-box--width {
    max-width: 63.75rem;
    margin-left: auto;
  }
}

.work__common-title {
  position: absolute;
  top: -22px;
  left: -2px;
  letter-spacing: 0.05em;
  font-family: "HiraginoUDSerifStd W6", serif;
  color: #002f7b;
  font-size: 22px;
  font-size: 1.375rem;
  background: #fff;
  padding: 0 19px 0px 0;
  padding: 0 1.1875rem 0px 0;
}

@media screen and (min-width: 751px) {
  .work__common-title {
    position: absolute;
    top: 53%;
    left: -4.0625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 751px) {
  .work__common-title--p {
    top: 4.4375rem;
    -webkit-transform: translateY(none);
    transform: translateY(none);
    -webkit-transform: translateY(initial);
    transform: translateY(initial);
  }
}

.work__common-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .work__common-text {
    font-size: 0.875rem;
  }
}

.work__common-box-img--mt {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.work__common-box-img--mt2 {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.promotion__wrap {
  margin: 20px 0;
  margin: 1.25rem 0;
}

@media screen and (min-width: 751px) {
  .promotion__wrap {
    margin: 2.5rem 0;
  }
}

@media screen and (min-width: 751px) {
  .promotion__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.promotion__left-box {
  color: #fff;
  background: #002f7b;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 0;
  padding: 0.625rem 0;
}

@media screen and (min-width: 751px) {
  .promotion__left-box {
    width: 15.625rem;
    padding: 0;
  }
}

.promotion__ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  letter-spacing: 0.07em;
  text-align: center;
  display: grid;
  place-items: center;
}

@media screen and (min-width: 751px) {
  .promotion__ttl {
    font-size: 1.625rem;
  }
}

.promotion__right-box {
  background: #e1f5fd;
  width: 100%;
  gap: 40px;
  gap: 2.5rem;
}

@media screen and (min-width: 751px) {
  .promotion__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.promotion__list {
  position: relative;
  padding: 22px;
  padding: 1.375rem;
}

.promotion__item {
  position: relative;
}

.promotion__item {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  padding-left: 15px;
  padding-left: 0.9375rem;
  position: relative;
  line-height: 1.7;
  letter-spacing: -0.01em;
}

@media screen and (min-width: 751px) {
  .promotion__item {
    font-size: 1.25rem;
    padding-left: 1.3125rem;
  }
}

.promotion__item::before {
  content: "";
  position: absolute;
  background: #37bef0;
  top: 5px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
  .promotion__item::before {
    top: 0.5rem;
    left: 0.0625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.promotion__img {
  display: grid;
  place-items: center;
  width: 90%;
  margin: auto;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

@media screen and (min-width: 751px) {
  .promotion__img {
    width: 21.5rem;
    padding-bottom: 0;
  }
}

/* スクロールバナー */
#box01_btn_group_scroll {
  position: fixed;
  top: 89%;
  right: 1.5%;
  z-index: 3;
}

@media only screen and (max-width: 500px) {
  #box01_btn_group_scroll {
    top: 90%;
    left: 50%;
    width: 92.5vw;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

/* ================= JS settings ================= */
.slick-list,
.slick-track {
  width: 100%;
  height: 100%;
}

.slick-dots {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 30;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slick-dots li {
  margin-right: 10px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots .slick-active button:before {
  background: #655d5c;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
}

/* ================= .pageContents.lab ================= */
.pageContents.lab {
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.7142857143;
  background: #fff;
}

.pageContents.lab .pcOnly {
  display: block;
}

.pageContents.lab .lineBreak {
  display: block;
}

.pageContents.lab .lineBreak--spOnly {
  display: inline;
}

.pageContents.lab area {
  border: none;
  outline: none;
}

/* ================= .mvblock ================= */
.mvBlock {
  width: 100%;
  position: relative;
  background: #EBE5D5;
}

.mvBlock img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  max-height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.mvBlock__heading {
  width: 329px;
  width: 20.5625rem;
  height: auto;
  position: absolute;
  top: 189px;
  top: 11.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.mvBlock__bg {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.mvBlock__text-bg {
  background: #EBE5D5;
  z-index: 4;
  position: relative;
}

@media screen and (min-width: 751px) {
  .mvBlock__text {
    max-width: 70.1875rem;
    margin: auto;
    padding: 1.5625rem 1.5625rem 1.875rem;
    line-height: 2;
    font-family: "HiraginoUDSerifStd W6", serif;
    font-size: 0.875rem;
  }
}

/* ================= .introductoryBlock ================= */
.introductoryBlock {
  width: 100%;
  height: 496px;
  height: 31rem;
  position: relative;
}

.introductoryBlock p {
  font-family: "HiraginoUDSerifStd W4", serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.introductoryBlock img {
  display: block;
  width: 100%;
  height: auto;
}

.introductoryBlock__heading {
  display: none;
}

.introductoryBlock__map {
  display: none;
}

.introductoryBlock__slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.introductoryBlock__slides img {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s ease-in;
  transition: -webkit-transform 2s ease-in;
  transition: transform 2s ease-in;
  transition: transform 2s ease-in, -webkit-transform 2s ease-in;
}

.introductoryBlock__slides .slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.introductoryBlock p {
  padding: 19px 40px;
  padding: 1.1875rem 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 300px;
  top: 18.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.introductoryBlock .slide {
  width: 100%;
  height: 100%;
}

.introductoryBlock .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.introductoryBlock.entrance .introductoryBlock__slides {
  position: relative;
}

.introductoryBlock.entrance .visual {
  width: 400px;
  width: 25rem;
  height: auto;
  position: absolute;
  top: 48%;
  left: 43%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.introductoryBlock.entrance p {
  top: 25px;
  top: 1.5625rem;
  left: -62%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  min-width: 344px;
  min-width: 21.5rem;
  padding: 19px 25px 12px;
  padding: 1.1875rem 1.5625rem 0.75rem;
}

.introductoryBlock.cafeSpace p {
  top: auto;
  bottom: 35px;
  bottom: 2.1875rem;
  -webkit-transform: translateX(-54%);
  transform: translateX(-54%);
  min-width: 360px;
  min-width: 22.5rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
}

.introductoryBlock.meetingSpace p {
  top: auto;
  bottom: 40px;
  bottom: 2.5rem;
  -webkit-transform: translateX(-131%);
  transform: translateX(-131%);
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
}

.introductoryBlock.bookShelf p {
  top: calc(50% + 4.5625rem);
  left: 50%;
  -webkit-transform: translateX(-102%) translateY(-10%);
  transform: translateX(-102%) translateY(-10%);
  padding: 14px 32px 14px 21px;
  padding: 0.875rem 2rem 0.875rem 1.3125rem;
}

.introductoryBlock.eventSpace p {
  top: calc(50% + 4.25rem);
  left: 50%;
  -webkit-transform: translateX(-123%);
  transform: translateX(-123%);
  padding: 14px 20px 15px 29px;
  padding: 0.875rem 1.25rem 0.9375rem 1.8125rem;
}

.introductoryBlock.freeAddress p {
  top: auto;
  left: 50%;
  bottom: 71px;
  bottom: 4.4375rem;
  -webkit-transform: translateX(-36%);
  transform: translateX(-36%);
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
}

.introductoryBlock.relaxRoom p {
  top: calc(50% + 9.375rem);
  left: 50%;
  -webkit-transform: translateX(-120%) translateY(-70%);
  transform: translateX(-120%) translateY(-70%);
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
}

.introductoryBlock.epilogueBlock p {
  left: 2%;
  max-width: 95%;
}

@media screen and (min-width: 751px) {
  .introductoryBlock.epilogueBlock p {
    top: auto;
    top: initial;
    padding: 0.875rem 1.25rem;
    left: 38%;
    bottom: 1.875rem;
  }
}

.introductoryBlock.relaxRoom img {
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center;";
}

/* ================= .epilogueBlock ================= */
.epilogueBlock {
  width: 100%;
  height: auto;
  position: relative;
}

.epilogueBlock img {
  display: block;
  width: 100%;
  height: auto;
}

.epilogueBlock p {
  min-width: 400px;
  min-width: 25rem;
  padding: 19px 40px;
  padding: 1.1875rem 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 40px;
  bottom: 2.5rem;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  z-index: 12;
}

.epilogueBlock__bg {
  width: 100%;
  height: 580px;
  height: 36.25rem;
  top: 0;
  left: 0;
  z-index: 1;
}

.epilogueBlock__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ================= .spaceNav ================= */
.spaceNav {
  width: 28%;
  min-width: 374px;
  min-width: 23.375rem;
  max-width: 438px;
  max-width: 27.375rem;
  height: 100%;
  position: fixed;
  top: 90px;
  top: 5.625rem;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(68, 65, 63, .4);
  -webkit-transform: 0;
  transform: 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  pointer-events: none;
}

.spaceNav img {
  display: block;
  width: 100%;
  height: auto;
}

.spaceNav area {
  border: none;
  outline: none;
}

.spaceNav__heading {
  display: none;
}

.spaceNav__tie {
  width: 80%;
  height: 74px;
  height: 4.625rem;
  padding: 30px 0 24px;
  padding: 1.875rem 0 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  top: 0.625rem;
  right: 0;
  background: #333;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.spaceNav__tie li {
  height: 20px;
  height: 1.25rem;
  width: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spaceNav__tie img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.spaceNav__map {
  width: 80%;
  height: auto;
  position: absolute;
  top: 97px;
  top: 6.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: auto;
}

/* ============================================================
                        styles for SP
============================================================ */
@media only screen and (max-width: 750px) {

  /* ====== .pageContents.lab for SP ====== */
  .pageContents.lab .pcOnly {
    display: none;
  }

  .pageContents.lab .lineBreak--spOnly {
    display: inline;
  }

  .pageContents.lab .lineBreak {
    display: inline;
  }

  /* ====== .mvBlock for SP ====== */
  .mvBlock {
    width: 100%;
  }

  .mvBlock__heading {
    width: 17.5rem;
    padding: 2.5rem 0;
    margin-left: 13%;
    top: 17%;
    left: 37%;
  }

  .mvBlock__text {
    font-size: 0.875rem;
    background: #EBE5D5;
    font-family: "HiraginoUDSerifStd W4", serif;
    font-weight: 600;
    width: 100%;
    padding: 26px;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  /* ====== .introductoryBlock for SP ====== */
  .introductoryBlock {
    height: auto;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .introductoryBlock__heading {
    display: block;
    width: 80%;
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #333;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
  }

  .introductoryBlock__heading--mt {
    top: 6.625rem;
  }

  .introductoryBlock__heading img {
    width: auto;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .introductoryBlock__map {
    padding: 135px 0 93px;
    display: block;
    background: #655d5c;
    position: relative;
  }

  .introductoryBlock__map--cafe {
    background: url(../../../culture/lab/img/map_cafe-bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map--space {
    background: url(../../../culture/lab/img/map_space-bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map--book {
    background: url(../../../culture/lab/img/map_book-bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map--event {
    background: url(../../../culture/lab/img/map_event-bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map--free {
    background: url(../../../culture/lab/img/map_free-bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map--relax {
    background: url(../../../culture/lab/img/map_relax-bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map--epilogue {
    background: url(../../../culture/lab/img/map_bg.png) center center no-repeat;
    background-size: cover;
    padding: 186px 0 103px;
  }

  .introductoryBlock__map:after {
    content: "";
    display: block;
    width: 17px;
    height: 9px;
    background: url("../img/icon_arrow_down.svg") no-repeat center center/cover;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .introductoryBlock__map .item {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .introductoryBlock__map img {
    width: 100%;
    height: auto;
  }

  .introductoryBlock__slides {
    width: 100%;
    height: 497px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }

  .introductoryBlock__slides--cafe {
    height: 498px;
  }

  .introductoryBlock__slides--entrance {
    height: 398px;
  }

  .introductoryBlock__slides .slide {
    width: 1205px;
    height: 100%;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    position: static;
    overflow: visible;
  }

  .introductoryBlock__slides .slide:nth-of-type(2) {
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
  }

  .introductoryBlock__slides .slide:nth-of-type(3) {
    -webkit-transform: translateX(200%) translateY(-200%);
    transform: translateX(200%) translateY(-200%);
  }

  .introductoryBlock__slides .slide img {
    position: static;
  }

  .introductoryBlock__slides .slide.active {
    animation: none;
    -webkit-animation: none;
    opacity: 1;
  }

  .introductoryBlock p {
    width: 86%;
    min-width: 0;
    max-width: 100%;
    padding: 13px 8px 13px 21px;
    top: auto;
    bottom: 15px;
    left: 10%;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
  }

  .introductoryBlock.entrance {
    height: auto;
  }

  .introductoryBlock.entrance .visual {
    width: 91%;
    top: 49.5%;
    position: relative;
    left: 50%;
  }

  .introductoryBlock.entrance .visual img {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    max-width: 400px;
  }

  .introductoryBlock.entrance .visual p.entrance__text {
    display: inline-block;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    font-family: "HiraginoUDSerifStd W4", serif;
    font-weight: 600;
  }

  .introductoryBlock.entrance .lineBreak--spOnly {
    display: block;
  }

  .introductoryBlock.entrance__slide {
    overflow: hidden;
  }

  .introductoryBlock.entrance .slide:nth-of-type(2) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .introductoryBlock.entrance .visual img.entrance__img {
    width: 88%;
    margin: 26px auto 0;
  }

  .introductoryBlock.cafeSpace p {
    top: auto;
    bottom: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 2;
    width: 72%;
    min-width: 0;
    min-width: initial;
  }

  .introductoryBlock.meetingSpace p {
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86%;
  }

  .introductoryBlock.bookShelf p {
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .introductoryBlock.eventSpace p {
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .introductoryBlock.freeAddress p {
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 72%;
  }

  .introductoryBlock.relaxRoom p {
    top: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64%;
  }

  /* ====== .epilogueBlock ====== */
  .epilogueBlock p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    max-width: 80%;
    padding: 13px 18px;
    top: auto;
    bottom: 70px;
    left: 10%;
    -webkit-transform: none;
    transform: none;
  }

  .epilogueBlock__bg img {
    -o-object-position: 40% top;
    object-position: 40% top;
    font-family: "object-fit: cover; object-position: 40% top;";
  }

  /* ====== .spaceNav for SP ====== */
  .spaceNav {
    display: none;
  }
}

.guideline-menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f0f0f0;
  width: 92%;
  border-radius: 0.9375rem 0.9375rem 0 0;
  z-index: 20;
}

.guideline-menu.active {
  z-index: 10;
}

.guideline-menu__mask {
  background: #040000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

.guideline-menu__mask.js-active {
  opacity: 0.5;
  z-index: 1;
}

.guideline-menu__list {
  display: none;
}

.guideline-menu__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  letter-spacing: 0.05em;
  padding-left: 42px;
  padding-left: 2.625rem;
  position: relative;
  padding: 15px 17px 18px 58px;
  padding: 0.9375rem 1.0625rem 1.125rem 3.625rem;
}

.guideline-menu__ttl::before {
  content: "";
  position: absolute;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  top: 50%;
  left: 17px;
  left: 1.0625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/recruit/quideline/icon_guideline-menu.svg) no-repeat;
  background-size: 104% 98%;
}

.guideline-menu__ttl::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 15px;
  right: 0.9375rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 1px solid #231815;
  border-top: 0.0625rem solid #231815;
  border-right: 1px solid #231815;
  border-right: 0.0625rem solid #231815;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.guideline-menu__ttl.open::after {
  top: 40%;
  right: 21px;
  right: 1.3125rem;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.guideline-menu__list {
  width: 90%;
  margin: auto;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  border-top: 1px solid #002f7b;
  border-top: 0.0625rem solid #002f7b;
}

.guideline-menu__item + .guideline-menu__item {
  margin-top: 8.5px;
  margin-top: 0.53125rem;
}

.guideline-menu__link {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "HiraginoUDSerifStd W4", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
  border-radius: 0.9375rem;
  display: block;
  padding: 10px 10px 10px 14px;
  padding: 0.625rem 0.625rem 0.625rem 0.875rem;
  position: relative;
}

.guideline-menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 1px solid #231815;
  border-top: 0.0625rem solid #231815;
  border-right: 1px solid #231815;
  border-right: 0.0625rem solid #231815;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.guideline-menu__link span {
  color: #002f7b;
}

.swiper-wrapper.guideline-slide__wrap {
  margin-top: 0;
  padding-left: 0;
}

.guideline-slide__img {
  position: relative;
  padding-top: 56.26%;
}

.guideline-slide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.guideline-slide__prev,
.guideline-slide__next {
  border-radius: 0;
  border-radius: initial;
  border: none;
  width: 82px;
  width: 5.125rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 751px) {

  .guideline-slide__prev,
  .guideline-slide__next {
    width: 5.375rem;
  }
}

@media screen and (min-width: 751px) {

  .guideline-slide__prev:hover,
  .guideline-slide__next:hover {
    opacity: 0.7;
  }
}

.guideline-slide__prev::after,
.guideline-slide__prev::before,
.guideline-slide__next::after,
.guideline-slide__next::before {
  content: normal;
  content: initial;
}

.guideline-slide__img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W6", serif;
}

@media screen and (min-width: 751px) {
  .guideline-slide__img p {
    font-size: 1.25rem;
  }
}

.guideline__inner {
  max-width: 1150px;
  max-width: 71.875rem;
  padding: 0 28px;
  padding: 0 1.75rem;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .guideline__inner {
    padding: 0 1.5625rem;
  }
}

.guideline__notes {
  max-width: 54rem;
  padding: 0 1.5625rem;
  margin-top: 5rem;
  margin: 7rem auto 0;
  font-weight: bold;

  @media (max-width: 768px) {
    margin-top: 4.5rem;
    font-size: 14px;
  }

  a {
    text-decoration: underline;
    color: #002f7b;
  }
}

.guideline__container {
  margin-top: 73px;
  /* margin-top: 4.5625rem; */
  margin-top: 3rem;
}

@media screen and (min-width: 751px) {
  .guideline__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    margin-top: 5rem;
  }
}

.guideline__side {
  display: none;
}

@media screen and (min-width: 751px) {
  .guideline__side {
    display: block;
    width: 12.8125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 751px) {
  .guideline__side-item {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-left: 1.875rem;
  }
}

.guideline__side-item a span {
  display: inline-block;
  color: #002f7b;
}

@media screen and (min-width: 751px) {
  .guideline__side-item--ml {
    margin-left: 0;
    font-weight: bold;
  }
}

@media screen and (min-width: 751px) {
  .guideline__side-item + .guideline__side-item {
    margin-top: 1.4375rem;
  }
}

@media screen and (min-width: 751px) {
  .guideline__side-item + .guideline__side-item.guideline__side-item--mt {
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 751px) {
  .guideline__side-list {
    position: sticky;
    top: 6.25rem;
  }
}

.guideline__body {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.guideline__section {
  padding: 17px 27px 40px;
  padding: 1.0625rem 1.6875rem 2.5rem;
  /* background: rgba(226, 221, 212, .5); */
  background-color: #f0f0f0;
  position: relative;
}

@media screen and (min-width: 751px) {
  .guideline__section {
    padding: 2.3125rem 3rem;
    width: 53.375rem;
  }
}

.guideline__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  width: 0.5rem;
  height: 100%;
}

@media screen and (min-width: 751px) {
  .guideline__section::before {
    width: 1.0625rem;
  }
}

.guideline__section--aqua::before {
  background: #32bef3;
}

.guideline__section--green::before {
  background: #4bc5c5;
}

.guideline__section--blue::before {
  background: #01479f;
}

.guideline__section + .guideline__section {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.guideline__heads {
  display: block;
}

@media screen and (min-width: 751px) {
  .guideline__heads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.guideline__title {
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 37.6px;
  line-height: 2.35rem;
}

@media screen and (min-width: 751px) {
  .guideline__title {
    font-size: 2.125rem;
    font-family: "HiraginoUDSerifStd W4", serif;
  }
}

.guideline__desc {
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
}

@media screen and (min-width: 751px) {
  .guideline__desc {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 2.1875rem;
    margin: 0.75rem 0 0 0.375rem;
    letter-spacing: 0.04em;
  }
}

.guideline__deco {
  max-width: 200px;
  max-width: 12.5rem;
  margin-top: 0;
  margin: auto;
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
  display: block;
}

@media screen and (min-width: 751px) {
  .guideline__deco {
    width: 100%;
    margin-top: -2.25rem;
    margin: -2.25rem 0 0 0;
    -webkit-transform: translateX(1.875rem);
    transform: translateX(1.875rem);
  }
}

.guideline__list {
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-left: 0px;
  margin-left: 0rem;
}

@media screen and (min-width: 751px) {
  .guideline__list {
    margin-top: 1rem;
    margin-left: 0.3125rem;
  }
}

.guideline__accordion-btn {
  position: absolute;
  bottom: -24px;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .guideline__accordion-btn {
    width: 3.75rem;
    height: 3.75rem;
    bottom: -2.0625rem;
    left: auto;
    left: initial;
    right: -3.75rem;
  }
}

.guideline__accordion-btn--aqua {
  background: #32bef3;
}

.guideline__accordion-btn--green {
  background: #4bc5c5;
}

.guideline__accordion-btn--blue {
  background: #01479f;
}

.guideline__accordion-btn span {
  position: relative;
  display: block;
  background: #fff;
  width: 22px;
  width: 1.375rem;
  height: 1.3px;
  height: 0.08125rem;
  border-radius: 0.3125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (min-width: 751px) {
  .guideline__accordion-btn span {
    width: 2rem;
    height: 0.125rem;
  }
}

.guideline__accordion-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  top: 47%;
}

.guideline__accordion-btn.open span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.guideline__accordion {
  display: none;
}

.guideline__overview {
  background: #fff;
  padding: 19px 26px 37px;
  padding: 1.1875rem 1.625rem 2.3125rem;
  margin-top: 42px;
  margin-top: 2.625rem;
  position: relative;
}

@media screen and (min-width: 751px) {
  .guideline__overview {
    padding: 3.5rem 4.125rem 4.125rem;
    margin-top: 2.875rem;
  }
}

.guideline__overview-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.guideline__slide {
  width: 100%;
  margin-top: 33px;
  margin-top: 2.0625rem;
}

@media screen and (min-width: 751px) {
  .guideline__slide {
    max-width: 41.875rem;
  }
}

.guideline__slide-btns {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8%;
}

@media screen and (min-width: 751px) {
  .guideline__slide-btns {
    margin-top: 1.375rem;
    gap: 2%;
  }
}


.guideline__file-btns {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8%;
}

.guideline__file-btns a {
  background: #fff;
  color: #002f7b;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  padding: 0.5625rem 0.75rem;
  border-radius: 0.3125rem;
}

.guideline__section--aqua .guideline__file-btns a {
  border: 1px solid #32bef3;
  color: #32bef3;
}

.guideline__section--green .guideline__file-btns a {
  border: 1px solid #4bc5c5;
  color: #4bc5c5;
}

.guideline__section--blue .guideline__file-btns a {
  border: 1px solid #01479f;
  color: #01479f;
}

@media screen and (min-width: 751px) {
  .guideline__file-btns {
    margin-top: 1.375rem;
    gap: 2%;
  }
}

.guideline__file-btns {
  margin-top: 1.375rem;
  gap: 2%;
}

.guideline__slide-btn {
  max-width: 79px;
  max-width: 4.9375rem;
  width: 100%;
}

.guideline__enddis {
  margin-top: 30px;
  padding-left: 20px;
  font-size: 12px;

  @media (max-width: 768px) {
    margin-top: 20px;
    padding-left: 0;
  }
}

.guideline__dl {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

@media screen and (min-width: 751px) {
  .guideline__dl {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.guideline__dt {
  width: 100%;
  text-align: left;
  padding: 7px 19px;
  padding: 0.4375rem 1.1875rem;
  background: #dcdcdc;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  margin-top: 2px;
  margin-top: 0.125rem;
}

@media screen and (min-width: 751px) {
  .guideline__dt {
    width: 18%;
    text-align: left;
    padding: 1rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 751px) {
  .guideline__dt_notes {
    display: block;
    font-size: 0.6rem;
    line-height: 1.375rem;
  }
}

.guideline__dd {
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 17px 20px 22px;
  padding: 1.0625rem 1.25rem 1.375rem;
  text-align: justify;
}

@media screen and (min-width: 751px) {
  .guideline__dd {
    line-height: 1.625rem;
    margin-top: 0.125rem;
    width: 82%;
    padding: 0.875rem 1.75rem;
    text-align: left;
    text-align: initial;
  }
}

@media screen and (min-width: 751px) {

  .guideline__dt:first-of-type,
  .guideline__dt:first-of-type + dd {
    margin-top: 0rem;
  }
}

.guideline__dt:not(:first-of-type) {
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media screen and (min-width: 751px) {
  .guideline__dt:not(:first-of-type) {
    margin-top: 0.125rem;
  }
}

/* .guideline__dd-item {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
} */

/* .guideline__dd-item:first-child {
  border-bottom: 1px solid #a9aaaa;
  border-bottom: 0.0625rem solid #a9aaaa;
} */

.guideline__dd-item--no-under:first-child {
  border-bottom: none;
  padding-bottom: 0;
}

.guideline__dd-item + .guideline__dd-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 751px) {
  .guideline__dd-item + .guideline__dd-item {
    margin-top: 0.625rem;
  }
}

.guideline__dd-item-ttl {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
}

@media screen and (min-width: 751px) {
  .guideline__dd-item-ttl {
    line-height: 2.8125rem;
  }
}

.guideline__dd-item-desc {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

@media screen and (min-width: 751px) {
  .guideline__dd-item-desc {
    margin-top: -0.375rem;
    line-height: 1.75rem;
  }
}

.guideline__dd-item-note {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 751px) {
  .guideline__dd-item-note {
    font-size: 0.75rem;
    line-height: 1.375rem;
    margin-top: 0.3125rem;
  }
}

.guideline__s-box {
  background: #fff;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 28px 14px;
  padding: 1.75rem 0.875rem;
}

@media screen and (min-width: 751px) {
  .guideline__s-box {
    margin-top: 2.0625rem;
    padding: 1.125rem 1.75rem 1.5rem;
  }
}

.guideline__s-box--blue1 {
  color: #32bef3;
}

.guideline__s-box--blue2 {
  color: #01479f;
}

.guideline__s-box--green {
  color: #4bc5c5;
}

.guideline__ttl {
  font-size: 16px;
  font-size: 1rem;
  font-family: "HiraginoUDSerifStd W6", serif;
  padding-left: 37px;
  padding-left: 2.3125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (min-width: 751px) {
  .guideline__ttl {
    padding-left: 1.375rem;
    font-size: 1.125rem;
    padding-left: 1.75rem;
  }
}

.guideline__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  left: 1.0625rem;
  width: 9px;
  width: 0.5625rem;
  height: 30px;
  height: 1.875rem;
}

@media screen and (min-width: 751px) {
  .guideline__ttl::before {
    width: 0.75rem;
    height: 2.25rem;
    left: 0.1875rem;
  }
}

.guideline__ttl--blue1::before {
  background: #32bef3;
}

.guideline__ttl--blue2::before {
  background: #01479f;
}

.guideline__ttl--green::before {
  background: #4bc5c5;
}

.guideline__sub-ttl {
  position: relative;
  font-size: 16.37px;
  font-size: 1.023125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding-left: 54px;
  padding-left: 3.375rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
  font-weight: 600;
}

@media screen and (min-width: 751px) {
  .guideline__sub-ttl {
    font-size: 1rem;
    margin-top: 1.125rem;
    padding-left: 2.5625rem;
  }
}

.guideline__sub-ttl::before {
  content: "";
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  width: 36px;
  width: 2.25rem;
  top: 8px;
  top: 0.5rem;
  left: 0;
}

@media screen and (min-width: 751px) {
  .guideline__sub-ttl::before {
    width: 2.0625rem;
    top: 0.625rem;
    left: 0.1875rem;
  }
}

.guideline__sub-ttl--blue1::before {
  background: #32bef3;
}

.guideline__sub-ttl--blue2::before {
  background: #01479f;
}

.guideline__sub-ttl--green::before {
  background: #4bc5c5;
}

.guideline__img {
  margin-top: 36px;
  margin-top: 2.25rem;
}

@media screen and (min-width: 751px) {
  .guideline__img {
    margin-top: -2.875rem;
  }
}

/*TOP MESSAGE*/
.top-message__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 751px) {
  .top-message__inner {
    max-width: 56.25rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}


.top-message__profile {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

@media screen and (min-width: 751px) {
  .top-message__profile {
    margin-top: -4.875rem;
    /*あとで数値変える*/
    gap: 1rem;
  }
}

.top-message__company-name,
.top-message__position {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.top-message__name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 751px) {
  .top-message__name {
    font-size: 1.5625rem;
  }
}

.top-message__message-wrapper {
  margin-top: 3.25rem;
}

@media screen and (min-width: 751px) {
  .top-message__message-wrapper {
    margin-top: 5.1875rem;
  }
}

.top-message__message + .top-message__message {
  margin-top: 2.9375rem;
  font-size: 0.875rem;
  line-height: 2.1428;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.top-message__message--top {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}



.common-mv__top-mv {
  display: flex;
  flex-direction: column;
  margin-top: -22rem;
}

@media screen and (min-width: 751px) {
  .common-mv__top-mv {
    flex-direction: row-reverse;
    margin-top: -45%;
    position: relative;
  }
}

/* スマホでは生成しない */
.common-mv__text-group {
  display: contents;
}

@media screen and (min-width: 751px) {
  .common-mv__text-group {
    padding-top: 5rem;
  }
}

.common-mv__title {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .common-mv__title {
    text-align: left;
  }
}

.common-mv__description {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 751px) {
  .common-mv__description {
    margin-top: 4.0625rem;
  }
}

.common-mv__media {
  margin: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 3.125rem;
}

@media screen and (min-width: 751px) {
  .common-mv__media {
    margin-top: initial;
  }
}

@media screen and (min-width: 1281px) {
  .common-mv__media {
    width: 40rem;
    /* margin-left: auto; */
    /* margin-right: 0; */
    position: relative;
    right: 0;
  }
}


.common-mv__media img {
  aspect-ratio: 375/360;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 751px) {
  .common-mv__media img {
    aspect-ratio: 640/450;
    width: 40rem;
    height: auto;
  }
}


.common-mv__text-group {
  display: contents;
  order: 1;
  flex: 1;
}

@media screen and (min-width: 751px) {
  .common-mv__text-group {
    display: block;
    order: 1;
    flex: 1;
  }
}


.common-mv__description {
  order: 3;
}

@media screen and (min-width: 751px) {
  .common-mv__description {
    order: 0;
  }
}


.common-mv__media {
  flex: 1;
}


.personel__inner {
  max-width: 1150px;
  max-width: 71.875rem;
  padding: 0 28px;
  padding: 0 1.75rem;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .personel__inner {
    padding: 0 1.5625rem;
  }
}

.personel__container {
  margin-top: 73px;
  margin-top: 4.5625rem;
}

@media screen and (min-width: 751px) {
  .personel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    margin-top: 10rem;
  }
}

.personel__side {
  display: none;
}

@media screen and (min-width: 751px) {
  .personel__side {
    display: block;
    width: 12.8125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.personel__side-list {
  position: sticky;
  top: 6.25rem;
}

@media screen and (min-width: 751px) {
  .personel__side-item {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-left: 1.5rem;
    margin-top: 20px;
  }

  .personel__side-item:first-of-type {
    font-family: Arial, Helvetica, sans-serif;
    color: #002f7b;
    margin-left: 0;
    margin-top: 0;
  }
}

.personel__read {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.04em;

  .txt1 {
    font-weight: bold;
  }

  .txt2 {
    margin-top: 1.25rem;
    /* font-size: 0.77778em; */
    font-weight: bold;

    @media (max-width: 768px) {
      flex-direction: column;
    }

    p:nth-of-type(2) {
      text-align: right;
    }
  }
}

.personel__box {
  width: 100%;
  margin-top: 6.25rem;
  padding: 3.75rem 3.125rem 2.5rem;
  position: relative;
  background-color: #f0f0f0;

  @media (max-width: 768px) {
    margin-top: 40px;
    padding: 60px 23px 40px;
  }
}

@media (max-width: 768px) {
  .anker-tag#personel1 + .personel__box {
    margin-top: 90px;
  }
}


.personel__box_title {
  margin-top: -4.6875rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  color: #002f7b;

  @media (max-width: 768px) {
    margin-top: -68px;
    font-size: 23px;
  }
}

.personel__box_figcap,
.personel__box_read {
  font-size: 0.875rem;
  text-align: justify;
  word-break: break-all;
  line-height: 2;
  letter-spacing: 0.04em;
}

.personel__box_read.-mtj {
  margin-top: 2.2rem;
}

.personel__wrap {
  width: 100%;
  margin: 40px auto 0;

  .personel__list {
    background-color: #f0f0f0;
  }

  .personel__list + .personel__list {
    margin-top: 2px;
  }

  .personel__title {
    min-height: 80px;
    font-size: 1.25rem;
    padding: 1.5625rem 1.9375rem;
    display: block;
    background: #002f7b;
    color: #fff;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.778;

    @media (max-width: 768px) {
      padding: 15px 40px 15px 15px;
    }
  }

  .personel__content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    text-align: justify;
    word-break: break-all;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    p {
      padding: 1.5625rem 1.9375rem;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.04em;
      line-height: 1.778;
      color: #231815;

      @media (max-width: 768px) {
        padding: 30px 13px 18px;
      }
    }
  }
}

.personel__list .personel__title::before {
  content: "";
  position: absolute;
  /* background: url(../images/recruit/faq/faq_arrow.png) center center no-repeat; */
  /* background-size: cover; */
  mask-image: url(../images/recruit/faq/faq_arrow.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  right: 30px;
  top: 45%;
  width: 17px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;

  @media (max-width: 768px) {
    right: 10px;
  }
}

.personel__list input[type=checkbox]:checked + .personel__title {
  color: #fff;

  &::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: brightness(100);
  }
}

.personel__toggle:checked + .personel__title + .personel__content {
  max-height: 1000px;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.personel__box_block {
  width: 100%;
  margin-top: 3.75rem;

  @media (max-width: 768px) {
    margin-top: 40px;
  }
}

.personel__box_block_ttl {
  width: 100%;
  height: 48px;
  margin-bottom: 1.25rem;
  padding-top: 4px;
  padding-left: 3.75rem;
  background-color: #002f7b;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    aspect-ratio: 1/1;
    background: url(../images/recruit/personnel/personel__box_block_ttl_pc.png)no-repeat;
    background-size: contain;
  }

  @media (max-width: 768px) {
    height: 48px;
    aspect-ratio: unset;
    padding-left: 55px;
    font-size: 18px;
    letter-spacing: 0;

    &.-auto {
      height: auto;
      padding-top: 10px;
      padding-bottom: 5px;

      &::before {
        width: 48px;
        height: 100%;
        background: url(../images/recruit/personnel/personel__box_block_ttl_2.png)no-repeat;
        background-size: cover;
        background-position: center;
        border: 2px solid #002f7b;
      }
    }
  }
}

.personel__image {
  display: block;
  width: 100%;
  margin-top: 2.8125rem;

  img {
    height: auto;
  }
}

.personel__box_figcap {
  color: #002f7b;
  font-weight: 600;
}

.personel__box_figcap + .personel__image {
  margin-top: 15px;
}

.personel__box .split_box {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;

  @media (max-width: 768px) {
    flex-direction: column;
  }

  p {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #002f7b;
  }

  picture {
    display: block;
    width: 50%;

    @media (max-width: 768px) {
      width: 100%;
      margin-top: 24px;
    }

    img {
      height: auto;
    }
  }
}

/*# sourceMappingURL=styles.css.map */