@charset "UTF-8";
/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/hgs3eck.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #A5A5A5;
  --green: #106D79;
  --blue-dark: #2D468C;
  --red: #EB1210;
  --primary: #001DBA;
  --second: #E80000;
  --text-body: #404040;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 0.19em;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--primary);
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.discover__row--4 .discover__row--col ul, .discover__row--2 .discover__row--col:nth-child(2) ul, .discover__row--3 .discover__row--col ul, .discover__row--1 .discover__row--col ul, .toc ul, .pagination ul, .post-categories__inner ul, .site-footer__co-logo ul, .site-footer__nav ul, .application ul, .site-header__nav ul, .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-bg__inner, .post-detail__content, .post-detail__top, .section-about__more--content {
  font-size: 14px;
  line-height: 1.857;
  font-weight: 500;
  letter-spacing: 0.19em;
}
.page-bg__inner p, .post-detail__content p, .post-detail__top p, .section-about__more--content p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .page-bg__inner p, .post-detail__content p, .post-detail__top p, .section-about__more--content p {
    margin: 0 0 26px;
  }
}
.page-bg__inner p:last-of-type, .post-detail__content p:last-of-type, .post-detail__top p:last-of-type, .section-about__more--content p:last-of-type {
  margin: 0;
}

.form-row h6 {
  font-size: 14px;
  line-height: 2.1428;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.form-row h6 p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .form-row h6 p {
    margin: 0 0 26px;
  }
}
.form-row h6 p:last-of-type {
  margin: 0;
}

.section-about__content {
  font-size: 15px;
  line-height: 1.888;
  font-weight: 700;
  letter-spacing: 0.19em;
}
@media only screen and (min-width: 768px) {
  .section-about__content {
    font-size: 18px;
  }
}
.section-about__content p {
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .section-about__content p {
    margin: 0 0 34px;
  }
}
.section-about__content p:last-of-type {
  margin: 0;
}

.philosophy__more-content, .philosophy__content {
  font-size: 14px;
  line-height: 2.125;
  font-weight: 500;
  letter-spacing: 0.19em;
}
@media only screen and (min-width: 992px) {
  .philosophy__more-content, .philosophy__content {
    font-size: 16px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/dropdown-arrow.svg") no-repeat calc(100% - 13px) 50%/11px;
}

.btn, .btn--arrow-white, .btn--arrow, .btn--gray {
  transition: all 0.3s;
  color: var(--white);
  padding: 10px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  border-radius: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  min-height: 52px;
}
@media only screen and (min-width: 768px) {
  .btn, .btn--arrow-white, .btn--arrow, .btn--gray {
    min-height: 62px;
  }
}
.btn:hover, .btn--arrow-white:hover, .btn--arrow:hover, .btn--gray:hover {
  opacity: 0.7;
  color: var(--white);
}
.btn svg, .btn--arrow-white svg, .btn--arrow svg, .btn--gray svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white, .btn-white.btn--arrow-white, .btn-white.btn--arrow, .btn-white.btn--gray {
  color: var(--primary);
  background: var(--white);
}
.btn--gray {
  background: #D5D5D5;
  color: #767676;
}
.btn--arrow {
  position: relative;
  padding-inline: 50px;
}
.btn--arrow::after {
  content: "";
  width: 26px;
  height: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url("../images/arrow-circle-white-right.svg") no-repeat 0 0/100%;
}
.btn--arrow-white {
  position: relative;
  padding-inline: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.btn--arrow-white::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  background: url("../images/arrow-circle-blue-right.svg") no-repeat 0 0/100%;
}
.btn--arrow-white:hover {
  color: var(--primary);
}

.btn-gradient, .btn-gradient--lg {
  background: #0E2DAD;
  background: linear-gradient(74deg, rgb(14, 45, 173) 0%, rgb(112, 142, 242) 100%);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--white);
  display: inline-flex;
  padding: 14px 25px;
  text-align: center;
  justify-content: center;
  min-height: 54px;
  align-items: center;
}
.btn-gradient--lg {
  min-width: 320px;
}
@media only screen and (min-width: 768px) {
  .btn-gradient--lg {
    min-width: 400px;
  }
}
.btn-gradient--green {
  background: #0EAD20;
  background: linear-gradient(74deg, #0EAD20 0%, #60EA0A 100%);
}
.btn-gradient:hover, .btn-gradient--lg:hover {
  color: var(--white);
}

.section-buttons {
  text-align: center;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .section-buttons {
    gap: 40px;
  }
}
.section-buttons--right {
  text-align: right;
  margin-top: 35px;
}

.section-heading {
  font-size: 14px;
  line-height: 1.857;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.18em;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 5px;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.21em;
  color: var(--primary);
}
.section-heading p {
  margin: 0;
}
.section-heading--left {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-heading--2 {
    margin-bottom: 31px;
  }
}
.section-heading--2 h2 {
  color: var(--blue-dark);
  font-family: "specter", sans-serif;
  letter-spacing: 0.019em;
}
@media only screen and (min-width: 768px) {
  .section-heading--2 h2 {
    font-size: 35px;
    margin: 0;
  }
}
.section-heading--2 h3 {
  color: var(--blue-dark);
  line-height: 1.3;
}

.breadcrumb ul {
  display: flex;
  color: #AFAFAF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.breadcrumb ul li a {
  color: #AFAFAF;
}
.breadcrumb ul li a:hover {
  color: var(--primary);
}
.breadcrumb ul li + li {
  margin-left: 2px;
}
.breadcrumb ul li + li::before {
  content: "〉";
}

.page-banner {
  position: relative;
  z-index: 0;
  padding-block: 60px 30px;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    padding-block: 99px 40px;
  }
}
.page-banner picture {
  z-index: -1;
  text-align: center;
  width: 100%;
  left: 0;
  position: absolute;
  top: 70px;
}
@media only screen and (min-width: 500px) {
  .page-banner picture {
    top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-banner picture {
    top: 0;
  }
}
.page-banner__top {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page-banner__top {
    min-height: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .page-banner__top {
    min-height: 451px;
  }
}
.page-banner__top h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "specter", sans-serif;
  letter-spacing: 0.019em;
  color: var(--blue-dark);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-banner__top h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-banner__top h1 {
    font-size: 54px;
  }
}
.page-banner__top h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--blue-dark);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-banner__top h3 {
    font-size: 15px;
  }
}
.page-banner__top .breadcrumb {
  margin-top: 5px;
}
.page-banner__content {
  text-align: center;
  line-height: 2.125;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.19em;
}
@media only screen and (min-width: 768px) {
  .page-banner__content {
    font-size: 16px;
  }
}
.page-banner__content h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 12px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) {
  .page-banner__content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .page-banner__content h2 {
    font-size: 30px;
  }
}
.page-banner__content p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .page-banner--business picture {
    top: -31px;
  }
}
@media only screen and (min-width: 992px) {
  .page-banner--about .page-banner__top {
    min-height: 468px;
  }
}

.page-title {
  padding-block: 80px 30px;
}
@media only screen and (min-width: 992px) {
  .page-title {
    padding-block: 99px 40px;
  }
}
.page-title h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "specter", sans-serif;
  letter-spacing: 0.019em;
  color: var(--blue-dark);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title h1 {
    font-size: 54px;
  }
}
.page-title h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--blue-dark);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-title h3 {
    font-size: 15px;
  }
}
.page-title .breadcrumb {
  margin-top: 5px;
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  color: var(--primary);
}

.btn-link, .btn-link--blue-arrow, .btn-link--arrow {
  font-weight: 500;
  font-size: 13px;
  color: var(--text-body);
  line-height: 1.5;
  letter-spacing: 0.19em;
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.btn-link--arrow::after {
  content: "";
  background: url("../images/arrow-circle-gray-right.svg") no-repeat 0 0/100%;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}
.btn-link--arrow:hover::after {
    transform: translateX(5px);
  /*background-image: url("../images/arrow-circle-blue-right.svg");*/
}
.btn-link--blue-arrow {
  gap: 15px;
}
.btn-link--blue-arrow::after {
  content: "";
  background: url("../images/arrow-circle-blue-right.svg") no-repeat 0 0/100%;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}
.btn-link:hover, .btn-link--arrow:hover, .btn-link--blue-arrow:hover {
  color: var(--primary);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
#wpadminbar {
  position: fixed;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

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

body.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-block: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header__inner {
    padding-block: 22px;
  }
}
.site-header__logo {
  margin-right: auto;
}
.site-header__logo img {
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .site-header__logo img {
    height: 38px;
  }
}
.site-header__nav {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    left: -20px;
    width: calc(100% + 40px);
    padding: 20px 40px;
    background: var(--white);
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    display: block !important;
  }
}
.site-header__nav ul {
  gap: 15px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  align-items: center;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 992px) {
  .site-header__nav ul {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav ul li + li {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__nav ul li:not(.menu-special) {
    margin-right: 15px;
  }
}
.site-header__nav ul li a {
  display: block;
  position: relative;
  color: var(--black);
}
.site-header__nav ul li a:hover{
    color: #001DBA;
}
.site-header__nav ul li.active > a {
  color: var(--primary);
}
.site-header__nav ul li.menu-special > a {
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
  padding: 8px 20px 8px 20px;
  min-width: 125px;
  border-radius: 100px;
  text-align: center;
  letter-spacing: 0.17em;
}
@media only screen and (min-width: 1200px) {
  .site-header__nav ul li.menu-special > a {
    min-width: 140px;
  }
}
.site-header__nav ul li.menu-special--second > a {
  background: var(--second);
}
.site-header__buttons {
  display: flex;
  align-items: center;
}
.site-header__buttons a {
  background: var(--primary);
  color: var(--white);
  line-height: 22px;
  font-weight: 500;
  display: inline-flex;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .site-header__buttons a {
    padding: 14px 37px;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .hamburger {
    display: none;
  }
}
.site-header.sticky {
  position: fixed;
  background: var(--white);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.site-header.sticky .site-header__inner {
  border-bottom: 0;
}

.application {
  padding-block: 32px 46px;
  background: url("../images/bg-3.png") no-repeat 100% 100% #F4FEFF;
}
.application .container {
  max-width: 1056px;
}
.application .section-heading {
  text-align: left;
  margin-bottom: 24px;
}
.application .section-heading h2 {
  margin: 0 0 15px;
}
.application ul {
  font-size: 18px;
  font-weight: 700;
  max-width: 585px;
}

.application ul li a {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  display: block;
  line-height: 1.5;
  padding: 15px 35px 15px 0;
  letter-spacing: 0.15em;
  transition: all 0.2s;
  background: url("../images/arrow-circle-blue-right.svg") no-repeat calc(100% - 9px) 50%/17px;
}
.application ul li a:hover{
    background: url("../images/arrow-circle-blue-right.svg") no-repeat calc(100% - 4px) 50%/17px;
}

.application ul li a p {
	color: transparent;
	overflow:hidden;
	text-shadow: 0 -1.5em 0 #001dba, 0 0 0 #001dba;
	transition: text-shadow 0.3s;
}
.application ul li a:hover p {
	text-shadow: 0 0 0 #001dba, 0 1.5em 0 #001dba;
}

@media only screen and (min-width: 768px) {
  .application ul li a {
    padding: 18px 35px 17px 0;
  }
}
.application ul li + li {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .application ul li + li {
    margin-top: 25px;
  }
}

.boxs {
  padding-block: 38px 49px;
}
.boxs__inner {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.boxs__item {
  width: 100%;
  display: flex;
  padding: 3px;
  background: var(--primary);
  color: var(--white);
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .boxs__item {
    width: calc(50% - 9px);
  }
}
.boxs__item--body {
  width: 100%;
  padding: 14px 13px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5833;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 992px) {
  .boxs__item--body {
    width: 49.5%;
  }
}
.boxs__item--body h4 {
  letter-spacing: 0.2em;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5833;
  color: var(--white);
}
.boxs__item--body h3 {
  font-size: 20px;
  line-height: 1.45;
  color: var(--white);
  font-weight: 700;
  margin: 0 0 3px;
  letter-spacing: 0.1em;
}
.boxs__item--body p {
  margin-bottom: 4px;
}
.boxs__item figure {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .boxs__item figure {
    width: 50.5%;
  }
}
@media only screen and (max-width: 991px) {
  .boxs__item figure {
    order: -2;
  }
}
.boxs__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .boxs__item figure img {
    aspect-ratio: 1.8;
  }
}

.site-footer {
  background: #EBEEFF;
  padding-top: 33px;
}
.site-footer__logo {
  margin-bottom: 24px;
}
.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  gap: 27px 70px;
}
.site-footer__nav ul li a {
  color: var(--text-body);
  background: url("../images/arrow-circle-blue-light-right.svg") no-repeat calc(100% - 5px) 4px/17px;
  padding-right: 26px;
  transition: all 0.2s;
}
.site-footer__nav ul li a:hover {
  color: var(--primary);
  background: url("../images/arrow-circle-blue-light-right.svg") no-repeat 100% 4px/17px;
}

.site-footer__nav ul.nav-bt li a {
  color: var(--text-body);
  background: none;
  padding-right: 0;
  transition: all 0.2s;
  color: #A5A5A5;
}


@media only screen and (min-width: 1200px) {
  .site-footer__nav ul li:nth-child(7) {
    margin-right: 70px;
  }
}
.site-footer__co-logo {
  margin-block: 45px 31px;
  text-align: center;
}
.site-footer__co-logo ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 36px 0 0;
  justify-content: center;
  color: var(--gray);
}
.site-footer__co-logo ul li + li::before {
  content: "/";
  margin-inline: 5px;
}
.site-footer__co-logo ul li a {
  color: var(--gray);
}
.site-footer__co-logo ul li a:hover {
  color: var(--primary);
}
.site-footer__bottom {
  background: var(--primary);
  text-align: center;
  color: var(--white);
  font-family: "specter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-block: 15px;
  line-height: 1.5;
}
.site-footer__bottom p {
  margin: 0;
}

/** Sections */
.banner {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 12px;
}
.banner picture {
  display: block;
}
.banner picture img {
  display: block;
}

.section-about {
  overflow: hidden;
}
.section-about__inner {
  position: relative;
  z-index: 2;
  padding-block: 50px;
}
@media only screen and (min-width: 768px) {
  .section-about__inner {
    padding-block: 21px;
  }
}
.section-about__content {
  text-align: center;
}
.section-about__content h2 {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 700;
  color: var(--text-body);
  margin: 0 0 18px;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) {
  .section-about__content h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .section-about__content h2 {
    font-size: 30px;
  }
}
.section-about__content h2 span,
.section-about__content p span{
  color: var(--primary);
}

.section-about__content .section-buttons a{
    
}
.section-about__content .section-buttons a span{
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.section-about__content .section-buttons a:hover{
    opacity: 1;
}
.section-about__content .section-buttons a:hover span{
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff; /* 2つの影の位置を上方向に1.5emずつずらす */
}


.section-about__img--1 {
  position: absolute;
  width: 190px;
  left: -60px;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section-about__img--1 {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .section-about__img--1 {
    top: 72px;
    left: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-about__img--1 {
    width: auto;
    left: -209px;
  }
}
.section-about__img--2 {
  position: absolute;
  z-index: -1;
  width: 200px;
  bottom: 30px;
  right: -53px;
}
@media only screen and (min-width: 768px) {
  .section-about__img--2 {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .section-about__img--2 {
    bottom: auto;
    top: 78px;
    right: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-about__img--2 {
    width: auto;
    right: -182px;
  }
}
.section-about__more {
  position: relative;
  z-index: 1;
  padding: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .section-about__more {
    padding: 108px 0 58px 352px;
  }
}
.section-about__more picture {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-about__more picture {
    position: absolute;
    z-index: -1;
    top: -22px;
    left: -24px;
    width: auto;
  }
}
.section-about__more--content {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-about__more--content {
    text-align: left;
  }
}
.section-about__more--content h2 {
  font-size: 19px;
  line-height: 1.7;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 9px;
  letter-spacing: 0.14em;
}
@media only screen and (min-width: 768px) {
  .section-about__more--content h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .section-about__more--content h2 {
    font-size: 30px;
  }
}
.section-about .section-button {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .section-about .section-button {
    margin-top: 42px;
  }
}

.slider-horizontal {
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .slider-horizontal {
    padding-bottom: 45px;
  }
}
.slider-horizontal ul li {
  margin-inline: -18.5px;
}
.slider-horizontal ul li picture {
  display: block;
}
.slider-horizontal ul li picture img {
  object-fit: cover;
  aspect-ratio: 1.169;
  clip-path: polygon(40px 0%, 100% 0, calc(100% - 40px) 100%, 0% 100%);
}
.slider-horizontal .section-button {
  margin-top: 37px;
}

.interview {
  padding-block: 30px 40px;
  background: url("../images/bg-1.png") no-repeat 0 0/cover #EAFBFF;
}
@media only screen and (min-width: 768px) {
  .interview {
    padding-block: 49px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .interview {
    padding-block: 49px 104px;
  }
}
.interview .section-heading {
  margin-bottom: 3px;
}
.interview .container {
  max-width: 1170px;
}
@media only screen and (min-width: 768px) {
  .interview__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .interview__inner picture {
    width: 54%;
  }
}
@media only screen and (max-width: 767px) {
  .interview__inner picture {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .interview__inner picture:nth-child(2) {
    width: 59.6%;
    margin-left: -8.6%;
    margin-right: -5%;
    margin-top: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .interview__inner picture:nth-child(3) {
    width: 65.3%;
    margin-top: -169px;
    margin-left: 7.6%;
  }
}
.interview .section-button--right {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .interview .section-button--right {
    margin-top: -30px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .interview .section-button--right {
    margin-top: -128px;
    margin-right: 94px;
  }
}
.interview .section-button--right .btn-link--arrow {
  gap: 2px;
}

.environment {
  padding-bottom: 56px;
}
.environment__heading {
  position: relative;
  z-index: 1;
  padding-block: 47px;
  min-height: 300px;
}
@media only screen and (min-width: 768px) {
  .environment__heading {
    min-height: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  .environment__heading {
    min-height: 500px;
  }
}
.environment__heading picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.environment__heading picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.environment__inner {
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -28px;
  position: relative;
  z-index: 3;
  padding-top: 34px;
}
@media only screen and (min-width: 992px) {
  .environment__inner {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .environment__inner {
    gap: 64px;
  }
}
.environment__item {
  width: calc(50% - 15px);
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.19em;
}
@media only screen and (min-width: 768px) {
  .environment__item {
    width: calc(25% - 22.5px);
  }
}
@media only screen and (min-width: 992px) {
  .environment__item {
    width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .environment__item {
    width: calc(25% - 48px);
  }
}
.environment__item figure {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.environment__item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--green);
  line-height: 1.5;
  margin: 0 0 8px;
}
.environment__item p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .environment .section-button {
    margin-top: 12px;
  }
}

.posts {
  padding-block: 40px;
  background: url("../images/bg-2.png") no-repeat 50% 50%/cover;
}
@media only screen and (min-width: 768px) {
  .posts {
    padding-block: 79px 80px;
  }
}
.posts .container {
  max-width: 1060px;
}
.posts .section-heading {
  margin-bottom: 25px;
}
.posts__row--heading {
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .posts__row--heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.posts__row--heading h3 {
  font-size: 20px;
  color: var(--primary);
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
}
.posts__row--list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.posts__row--list a {display: block;}

@media only screen and (min-width: 992px) {
  .posts__row--list {
    gap: 31.5px;
  }
}
.posts__row + .posts__row {
  margin-top: 55px;
}
.posts__item {
  width: 100%;
  background: var(--white);
  padding: 16px 18px 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.615;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .posts__item {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .posts__item {
    width: calc(33.33% - 21px);
  }
}
.posts__item figure {
  margin-bottom: 8px;
}
.posts__item figure img {
  aspect-ratio: 1.4;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.posts__item time {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.posts__item h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin: 3px 0 auto;
  line-height: 1.5625;
  color: #404040;
}

.posts__item a:hover h3 {color: #001DBA;}



.posts__item h3 a {
  color: var(--text-body);
}
.posts__item h3 + p {
  margin-top: 19px;
}
.posts__item p {
  margin-bottom: 13px;
}
.posts__item p:last-of-type {
  margin-bottom: 34px;
}

.interview-full {
  overflow: hidden;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .interview-full {
    padding-bottom: 37px;
  }
}
.interview-full .container {
  max-width: 1182px;
}
.interview-full__inner {
  display: flex;
  flex-wrap: wrap;
}
.interview-full__inner picture {
  margin: 0 -11%;
  text-align: center;
  display: block;
}

picture a img {
  transition: transform 0.4s ease;
}

picture:hover a img {
  transform: scale(1.05); /* 拡大倍率はお好みで調整 */
}



@media only screen and (min-width: 768px) {
  .interview-full__inner picture {
    width: 50%;
    margin: 0;
  }
  .interview-full__inner picture:nth-child(1) {
    width: 63.2%;
    margin-top: -27px;
    margin-right: -13.2%;
  }
  .interview-full__inner picture:nth-child(2) {
    width: 72.1%;
    margin: 75px -11.5% 0 -10.7%;
  }
  .interview-full__inner picture:nth-child(3) {
    width: 75.5%;
    margin: -17.9% -17.5% 0 -8%;
  }
  .interview-full__inner picture:nth-child(4) {
    width: 73.2%;
    margin: -6.7% -7.5% 0 -15.8%;
  }
  .interview-full__inner picture:nth-child(5) {
    width: 68.3%;
    margin: -10.9% -8.6% 0 -9.9%;
  }
  .interview-full__inner picture:nth-child(6) {
    width: 66%;
    margin: -3.78% -9% 0 -9.3%;
  }
}
@media only screen and (max-width: 767px) {
  .interview-full__inner picture:nth-child(1) {
    margin: 0 -5%;
  }
}

.interview-images {
  display: grid;
  gap: 5px;
  grid-template-areas: "c1 c1 c1 c1 c1 c2 c2 c2 c2 c2" "c3 c3 c3 c3 c3 c2 c2 c2 c2 c2" "c4 c4 c4 c4 c4 c4 c5 c5 c5 c5" "c6 c6 c7 c7 c8 c8 c9 c9 c9 c9";
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (min-width: 992px) {
  .interview-images {
    grid-template-areas: "c1 c2 c3 c3 c3 c4" "c5 c2 c3 c3 c3 c4" "c5 c2 c6 c7 c8 c9";
    grid-template-columns: 25.536% 25.536% 10.658% 10.658% 10.658% 16.21%;
    height: 32.65vw;
    grid-template-rows: 202fr 33fr 201fr;
  }
}
.interview-images picture {
  mix-blend-mode: multiply;
}
.interview-images picture img {
  mix-blend-mode: multiply;
}
.interview-images picture:nth-child(9n-8) {
  grid-area: c1;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-8) {
    grid-area: c1;
  }
}
.interview-images picture:nth-child(9n-7) {
  grid-area: c3;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-7) {
    grid-area: c5;
  }
}
.interview-images picture:nth-child(9n-6) {
  grid-area: c2;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-6) {
    grid-area: c2;
  }
}
.interview-images picture:nth-child(9n-5) {
  grid-area: c4;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-5) {
    grid-area: c3;
  }
}
.interview-images picture:nth-child(9n-4) {
  grid-area: c5;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-4) {
    grid-area: c4;
  }
}
.interview-images picture:nth-child(9n-3) {
  grid-area: c6;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-3) {
    grid-area: c6;
  }
}
.interview-images picture:nth-child(9n-2) {
  grid-area: c7;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-2) {
    grid-area: c7;
  }
}
.interview-images picture:nth-child(9n-1) {
  grid-area: c8;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n-1) {
    grid-area: c8;
  }
}
.interview-images picture:nth-child(9n) {
  grid-area: c9;
}
@media only screen and (min-width: 992px) {
  .interview-images picture:nth-child(9n) {
    grid-area: c9;
  }
}
.interview-images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-content {
  padding-block: 30px 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.428;
}
.business-content h2 {
  color: var(--primary);
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.21em;
  margin: 0 0 5px;
  line-height: 1.8;
}
.business-content span {
  font-size: 16px;
  line-height: 1.9;
  color: var(--primary);
  font-weight: 700;
}
.business-content p:last-of-type {
  margin: 0;
}

.row-content {
  padding-block: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .row-content {
    padding-block: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content {
    padding-block: 85px;
  }
}
.row-content .container {
  max-width: 1110px;
}
@media only screen and (min-width: 768px) {
  .row-content__inner {
    display: flex;
  }
}
.row-content__images {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .row-content__images {
    width: 56.5%;
    margin-bottom: 0;
  }
}
.row-content__images picture {
  mix-blend-mode: multiply;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .row-content__images picture {
    text-align: left;
  }
}
.row-content__images picture img {
  mix-blend-mode: multiply;
}
.row-content__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428;
  letter-spacing: 0.19em;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .row-content__content {
    width: 43.5%;
  }
}
.row-content__content h2 {
  font-weight: 700;
  font-family: "specter", sans-serif;
  line-height: 1.37;
  color: var(--blue-dark);
  margin: 0;
  letter-spacing: 0.019em;
  font-size: 26px;
}
@media only screen and (min-width: 992px) {
  .row-content__content h2 {
    font-size: 35px;
  }
}
.row-content__content h3 {
  font-size: 16px;
  line-height: 1.44;
  font-weight: 900;
  margin: 0 0 25px;
  color: var(--blue-dark);
  letter-spacing: 0.21em;
}
@media only screen and (min-width: 992px) {
  .row-content__content h3 {
    font-size: 18px;
    margin: 0 0 35px;
  }
}
.row-content__content h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-body);
  letter-spacing: 0.19em;
}
.row-content__content p {
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .row-content__content p {
    margin: 0 0 30px;
  }
}
.row-content__content p + h4 {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .row-content__content p + h4 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content .section-buttons {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .row-content.reverse .row-content__images {
    order: 2;
    width: 55%;
  }
}
@media only screen and (min-width: 768px) {
  .row-content.reverse .row-content__content {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) {
  .row-content--1 {
    padding-block: 91px 81px;
  }
}
@media only screen and (min-width: 768px) {
  .row-content--1 .row-content__images picture:nth-child(1) {
    width: 145.3%;
    margin: -17.9% 0 0 -20%;
  }
  .row-content--1 .row-content__images picture:nth-child(2) {
    position: relative;
    z-index: 1;
    width: 125.3%;
    margin: -43.7% 0 0 -5.2%;
  }
}
.row-content--1 .row-content__content p + h4 {
  margin-top: 38px;
}
@media only screen and (min-width: 768px) {
  .row-content--2 .row-content__images picture:nth-child(1) {
    width: 83.3%;
    margin: -11% 0 0 17%;
  }
  .row-content--2 .row-content__images picture:nth-child(2) {
    position: relative;
    z-index: 1;
    width: 109.6%;
    margin: -37.6% 0 0 -14.8%;
  }
}
@media only screen and (min-width: 992px) {
  .row-content--2 .section-buttons {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 992px) {
  .row-content--3 {
    padding-block: 77px 86px;
  }
}
@media only screen and (min-width: 768px) {
  .row-content--3 .row-content__images picture:nth-child(1) {
    width: 117%;
    margin: -13.1% 0 0 -5.4%;
  }
}
@media only screen and (min-width: 992px) {
  .row-content--3 .section-buttons {
    margin-top: 23px;
  }
}

.interview-detail {
  padding-block: 80px 0;
}
@media only screen and (min-width: 768px) {
  .interview-detail {
    padding-block: 120px 0;
  }
}
@media only screen and (min-width: 992px) {
  .interview-detail {
    padding-block: 151px 0;
  }
}
@media only screen and (min-width: 768px) {
  .interview-detail__inner {
    display: flex;
  }
}
.interview-detail__image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .interview-detail__image {
    width: 50.8%;
    margin-bottom: 0;
  }
}
.interview-detail__image picture {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .interview-detail__image picture {
    width: 133.2%;
    margin: -11% 0 0 -21%;
    mix-blend-mode: multiply;
    text-align: left;
  }
}
.interview-detail__image picture img {
  mix-blend-mode: multiply;
}
.interview-detail__image .breadcrumb {
  margin: -8px 0 0 2px;
  position: relative;
  z-index: 1;
}
.interview-detail__body {
  font-family: "specter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.073em;
  line-height: 2.2857;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .interview-detail__body {
    width: 49.2%;
    max-width: 440px;
  }
}
.interview-detail__body h4 {
  font-size: 15px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "specter", sans-serif;
  margin: 0 0 1px;
  color: var(--text-body);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.interview-detail__body h5 {
  font-size: 13px;
  font-weight: 500;
  font-family: "specter", sans-serif;
  margin: 0 0 15px;
  color: var(--text-body);
  text-transform: uppercase;
  line-height: 1.38;
  letter-spacing: 0.12em;
}
.interview-detail__body h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 1px;
  color: var(--text-body);
  letter-spacing: 0.14em;
}
.interview-detail__body h2 {
  font-size: 15px;
  line-height: 1.33;
  font-weight: 700;
  font-family: "specter", sans-serif;
  margin: 0 0 18px;
  color: var(--text-body);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.interview-detail__body h3 {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--text-body);
  margin: 0 0 31px;
}
.interview-detail__body h6 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-body);
  line-height: 1.384;
  border-bottom: 1px solid var(--text-body);
  padding-bottom: 4px;
  font-family: "specter", sans-serif;
  margin: 0 0 11px;
}
.interview-detail__body p:last-of-type {
  margin: 0;
}

.interview-row {
  padding-block: 41px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .interview-row__inner {
    display: flex;
  }
}
.interview-row__image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .interview-row__image {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .interview-row__image {
    width: 56.5%;
  }
}
.interview-row__image picture {
  display: block;
  mix-blend-mode: multiply;
}
.interview-row__image picture img {
  mix-blend-mode: multiply;
}
.interview-row__body {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.099em;
  line-height: 2.2857;
  position: relative;
  z-index: 1;
  font-family: "specter", sans-serif;
}
@media only screen and (min-width: 768px) {
  .interview-row__body {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .interview-row__body {
    width: 43.5%;
  }
}
.interview-row__body h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.14em;
  margin: 0 0 17px;
  color: var(--text-body);
  font-family: "Noto Sans JP", sans-serif;
}
.interview-row__body h4 {
  font-size: 16px;
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 4px;
  color: var(--text-body);
  font-family: "Noto Sans JP", sans-serif;
}
.interview-row__body p {
  margin: 0 0 20px;
}
.interview-row__body p:last-of-type {
  margin: 0;
}
.interview-row__body p + h3 {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .interview-row__body p + h3 {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .interview-row.reverse .interview-row__image {
    order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .interview-row.reverse .interview-row__image {
    width: 59%;
  }
}
@media only screen and (min-width: 992px) {
  .interview-row.reverse .interview-row__body {
    width: 41%;
  }
}
.interview-row--1 {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .interview-row--1 {
    padding-block: 110px 40px;
    margin-top: -69px;
  }
}
@media only screen and (min-width: 768px) {
  .interview-row--1 .interview-row__image picture {
    width: 112.5%;
    display: block;
    margin: -13.7% 0 0 -2.8%;
  }
}
.interview-row--2 {
  padding-block: 37px;
}
@media only screen and (min-width: 768px) {
  .interview-row--2 .interview-row__image picture {
    width: 133%;
    margin: -11.2% 0 0 -20%;
  }
}
@media only screen and (min-width: 992px) {
  .interview-row--2 .interview-row__body p + h3 {
    margin-top: 96px;
  }
}

.schedule-list {
  margin-top: -7vw;
  overflow: hidden;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .schedule-list {
    margin-top: -5vw;
    padding-bottom: 62px;
  }
}
@media only screen and (min-width: 1200px) {
  .schedule-list {
    margin-top: -182px;
  }
}
.schedule-list picture {
  display: block;
  text-align: center;
  width: 150%;
  margin-left: -25%;
}
@media only screen and (min-width: 768px) {
  .schedule-list picture {
    width: 100%;
    margin: 0;
  }
}
.schedule-list .container {
  z-index: 2;
  max-width: 1050px;
}
.schedule-list__heading {
  text-align: center;
  font-size: 14px;
  color: var(--blue-dark);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-block: -16vw 40px;
}
@media only screen and (min-width: 768px) {
  .schedule-list__heading {
    margin-block: -12vw 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .schedule-list__heading {
    font-size: 15px;
    margin-block: -272px 64px;
  }
}
.schedule-list__heading h2 {
  font-size: 34px;
  color: var(--blue-dark);
  line-height: 1.3;
  margin: 0;
  font-family: "specter", sans-serif;
  letter-spacing: 0.019em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .schedule-list__heading h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .schedule-list__heading h2 {
    font-size: 54px;
    line-height: 1;
    margin: 0 0 -1px;
  }
}
.schedule-list__heading p {
  margin: 0;
}
.schedule-list__inner {
  position: relative;
}
.schedule-list__row {
  padding-left: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .schedule-list__row {
    display: flex;
  }
}
.schedule-list__row::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  position: absolute;
  left: 2px;
  top: 8px;
}
.schedule-list__row::after {
  content: "";
  width: 2px;
  background: var(--primary);
  height: calc(100% + 30px);
  position: absolute;
  left: 8px;
  top: 15px;
}
@media only screen and (min-width: 768px) {
  .schedule-list__row::after {
    height: calc(100% + 52px);
  }
}
.schedule-list__row + .schedule-list__row {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .schedule-list__row + .schedule-list__row {
    margin-top: 52px;
  }
}
.schedule-list__row h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.444;
  letter-spacing: 0.14em;
  margin: 0 0 10px;
  color: var(--text-body);
}
@media only screen and (min-width: 768px) {
  .schedule-list__row h3 {
    width: 37.6%;
    padding-right: 30px;
    margin: 0;
    font-size: 18px;
  }
}
.schedule-list__row--body {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.28;
  letter-spacing: 0.124em;
  font-family: "specter", sans-serif;
}
@media only screen and (min-width: 768px) {
  .schedule-list__row--body {
    width: 62.4%;
  }
}
.schedule-list__row--body p:last-of-type {
  margin: 0;
}
.schedule-list__row:last-child::after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .schedule-list .section-buttons {
    margin-top: 75px;
  }
}

.other-staff {
  background: url("../images/schedule/bg.png") no-repeat 50% 50%/cover;
  padding-block: 30px;
}
@media only screen and (min-width: 768px) {
  .other-staff {
    padding-block: 33px 43px;
  }
}
.other-staff h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.14em;
  color: var(--blue-dark);
  margin: 0 0 30px;
}
.other-staff__inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .other-staff__inner {
    gap: 0;
  }
}
.other-staff__image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .other-staff__image {
    width: 33.33%;
  }
}
.other-staff__image picture {
  display: block;
}
@media only screen and (max-width: 768px) {
  .other-staff__image picture {
    width: 130%;
    margin-left: -15%;
  }
}
@media only screen and (min-width: 768px) {
  .other-staff__image:nth-child(1) picture {
    width: 128.3%;
    margin: -1px 0 0 -19%;
  }
}
@media only screen and (min-width: 768px) {
  .other-staff__image:nth-child(2) picture {
    width: 132.5%;
    margin: -2% 0 0 -16.2%;
  }
}
@media only screen and (min-width: 768px) {
  .other-staff__image:nth-child(3) picture {
    width: 146.8%;
    margin: -7% 0 0 -17.6%;
  }
}

.post-categories {
  padding-block: 12px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .post-categories {
    margin-bottom: 94px;
  }
}
.post-categories .container {
  max-width: 1060px;
}
.post-categories__inner {
  border: 1px solid var(--primary);
  background: #F4FEFF;
  padding: 20px 20px 30px;
}
@media only screen and (min-width: 768px) {
  .post-categories__inner {
    padding: 30px 30px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .post-categories__inner {
    padding: 28px 54px 40px;
  }
}
.post-categories__inner h2 {
  font-size: 26px;
  font-family: "specter", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.019em;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .post-categories__inner h2 {
    font-size: 30px;
  }
}
.post-categories__inner ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  gap: 15px 38px;
}
.post-categories__inner ul li a {
  color: var(--text-body);
  background: url("../images/arrow-circle-blue-right.svg") no-repeat 100% 4px/17px;
  padding-right: 33px;
}

.posts-list {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .posts-list {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .posts-list {
    padding-bottom: 180px;
  }
}
.posts-list .container {
  max-width: 1060px;
}
.posts-list__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .posts-list__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .posts-list__inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 68px 30px;
  }
}
.posts-list__inner .posts__item {
  width: 100%;
  border: 1px solid #D5D5D5;
}

.pagination {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .pagination {
    margin-top: 92px;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .pagination ul {
    gap: 13px;
  }
}
.pagination ul li.page span,
.pagination ul li.page a {
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary);
  font-family: "specter", sans-serif;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.pagination ul li.page span {
  background: var(--primary);
  color: var(--white);
}
.pagination ul li.page a {
  border: 2px solid var(--primary);
}
.pagination ul li.prev-page {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .pagination ul li.prev-page {
    margin-right: 39px;
  }
}
.pagination ul li.next-page {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .pagination ul li.next-page {
    margin-left: 39px;
  }
}

.post-detail {
  padding-block: 0 60px;
}
@media only screen and (min-width: 768px) {
  .post-detail {
    padding-block: 16px 120px;
  }
}
@media only screen and (min-width: 768px) {
  .post-detail {
    padding-block: 16px 152px;
  }
}
@media only screen and (min-width: 768px) {
  .post-detail__inner {
    display: flex;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .post-detail__inner {
    gap: 132px;
  }
}
@media only screen and (min-width: 768px) {
  .post-detail__main {
    width: calc(100% - 276px);
  }
}
@media only screen and (min-width: 1200px) {
  .post-detail__main {
    width: calc(100% - 368px);
  }
}
.post-detail__sidebar {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .post-detail__sidebar {
    width: 236px;
    padding-top: 27px;
    margin-top: 0;
  }
}
.post-detail__sidebar--inner {
  position: sticky;
  top: 100px;
}
.post-detail__sidebar h2 {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-body);
  text-align: center;
  margin: 0 0 14px;
}
.post-detail__sidebar .posts__item {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 11px 12px 10px;
}
.post-detail__sidebar .posts__item + .posts__item {
  margin-top: 22px;
}
.post-detail__sidebar .posts__item figure {
  margin-bottom: 6px;
}
.post-detail__sidebar .posts__item time {
  font-size: 12px;
  line-height: 1.4166;
}
.post-detail__sidebar .posts__item h3 {
  font-size: 14px;
  line-height: 1.7857;
  margin: 2px 0 auto;
}
.post-detail__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  gap: 4px 25px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .post-detail__meta {
    margin-bottom: 41px;
  }
}
.post-detail__meta a {
  color: var(--primary);
}
.post-detail__meta h1 {
  width: 100%;
  font-size: 22px;
  line-height: 1.44;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-body);
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .post-detail__meta h1 {
    font-size: 25px;
  }
}
.post-detail__top {
  line-height: 2.1428;
}
.post-detail__top figure {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .post-detail__top figure {
    margin-bottom: 42px;
  }
}
.post-detail__top figure img {
  width: 100%;
  max-width: 591px;
}
.post-detail__content {
  line-height: 2.1428;
  letter-spacing: 0.19em;
}
.post-detail__content h3 {
  border-bottom: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 11px;
  padding-bottom: 14px;
}
.post-detail__content figure {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .post-detail__content figure {
    margin-bottom: 30px;
  }
}
.post-detail__content figure img {
  width: 100%;
  max-width: 591px;
}
.post-detail__content h6 {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #00899B;
  margin: 0 0 17px;
}
.post-detail__content h5 {
  font-size: 20px;
  line-height: 1.428;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #00899B;
  margin: 0 0 26px;
}
.post-detail__content h5 a {
  color: #00899B;
}
.post-detail__content h4 {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-body);
  margin: 0 0 11px;
}
.post-detail__content a {
  text-decoration: underline;
}
.post-detail__content p + h4 {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  .post-detail__content p + h4 {
    margin-top: 48px;
  }
}
.post-detail__content p + h3 {
  margin-top: 42px;
}
@media only screen and (min-width: 992px) {
  .post-detail__content p + h3 {
    margin-top: 95px;
  }
}
.post-detail__nav {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .post-detail__nav {
    margin-top: 91px;
  }
}
.post-detail__nav .btn-link--blue-arrow {
  font-size: 16px;
  gap: 6px;
}
.post-detail__nav .btn-link--blue-arrow::after {
  width: 17px;
  height: 17px;
}

.toc {
  border: 1px solid var(--primary);
  margin-block: 15px 40px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .toc {
    padding: 30px;
    margin-block: 15px 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .toc {
    padding: 42px 50px 43px;
  }
}
.toc h3 {
  font-size: 17px;
  color: #AFAFAF;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 7px;
}
.toc ul {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}
.toc ul li a {
  color: var(--primary);
  text-decoration: underline;
}

.recruit-now {
  position: fixed;
  z-index: 99;
  right: 17px;
  bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--primary);
  font-weight: 700;
  line-height: 1.533;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .recruit-now {
    width: 103px;
    height: 103px;
    font-size: 15px;
  }
}
.recruit-now::after {
  content: "";
  border: 2px solid var(--primary);
  left: -4px;
  top: -4px;
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .recruit-now::after {
    left: -7px;
    top: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
  }
}
.recruit-now:hover {
  color: var(--white);
}

.tabs__heading {
  border-bottom: 1px solid var(--primary);
  transition: all 0.3s;
  display: flex;
  justify-content: center;
}
.tabs__heading--inner {
  display: flex;
  gap: 11px;
  overflow-x: auto;
}
.tabs__heading h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background: #0E2DAD;
  background: linear-gradient(74deg, rgb(14, 45, 173) 0%, rgb(112, 142, 242) 100%);
  min-height: 54px;
  border-radius: 27px 27px 0 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 232px;
  letter-spacing: 0.1em;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
  padding: 10px;
}
.tabs__heading h3.tabs__heading--green {
  background: #14AD0E;
  background: linear-gradient(74deg, #14AD0E 0%, #8EF270 100%);
}
.tabs__heading h3.tabs__heading--cyan {
  background: #0E9BAD;
  background: linear-gradient(74deg, #0E9BAD 0%, #70DEF2 100%);
}
.tabs__heading h3.tabs__heading--purple {
  background: #A70EAD;
  background: linear-gradient(74deg, #A70EAD 0%, #F270DE 100%);
}
.tabs__heading h3.active {
  opacity: 1;
}
.tabs__heading.color-green {
  border-bottom-color: #14AD0E;
}
.tabs__heading.color-cyan {
  border-bottom-color: #0E9BAD;
}
.tabs__heading.color-purple {
  border-bottom-color: #A70EAD;
}
.tabs__content {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .tabs__content {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__content {
    padding: 44px 122px;
  }
}

.recruitment-info {
  padding-block: 0 20px;
}
@media only screen and (min-width: 768px) {
  .recruitment-info {
    padding-block: 9px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .recruitment-info__inner {
    display: flex;
  }
}
.recruitment-info picture {
  display: block;
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .recruitment-info picture {
    width: 50%;
    order: 2;
    padding-left: 30px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .recruitment-info picture {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .recruitment-info picture {
    padding-left: 84px;
  }
}
.recruitment-info picture img {
  width: 100%;
}
.recruitment-info__body {
  font-size: 14px;
  line-height: 1.857;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .recruitment-info__body {
    width: 50%;
  }
}
.recruitment-info__body h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428;
  letter-spacing: 0.1em;
  margin: 0 0 9px;
  color: var(--primary);
}
.recruitment-info__body h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428;
  letter-spacing: 0.1em;
  margin: 0 0 17px;
  color: var(--text-body);
}
.recruitment-info__body h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  color: var(--text-body);
}
@media only screen and (min-width: 992px) {
  .recruitment-info__body h2 {
    font-size: 25px;
    margin: 0 0 30px;
  }
}

.job-description {
  padding-block: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .job-description {
    padding-block: 43px 75px;
  }
}
.job-description__body {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .job-description__body {
    margin-bottom: 98px;
  }
}
.job-description__row {
  border-top: 1px solid #C9C9C9;
  font-size: 14px;
  line-height: 2.1428;
  letter-spacing: 0.19em;
  font-weight: 500;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .job-description__row {
    display: flex;
    padding: 28px 0 25px;
  }
}
.job-description__row h3 {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 5px;
  color: var(--blue-dark);
}
@media only screen and (min-width: 768px) {
  .job-description__row h3 {
    width: 154px;
    padding-right: 20px;
    padding-top: 4px;
    margin: 0;
  }
}
.job-description__row p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .job-description__row--content {
    width: calc(100% - 154px);
  }
}
.job-description__row:last-child {
  border-bottom: 1px solid #C9C9C9;
}

.recruitment-box {
  background: #F4FEFF;
  border: 1px solid var(--primary);
  max-width: 904px;
  margin: 0 auto;
  padding: 25px 20px;
}
@media only screen and (min-width: 768px) {
  .recruitment-box {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .recruitment-box {
    padding: 70px 30px 71px;
  }
}
.recruitment-box h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-body);
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .recruitment-box h2 {
    font-size: 20px;
  }
}
.recruitment-box__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.recruitment-box__buttons a {
  width: 100%;
  max-width: 299px;
}
@media only screen and (min-width: 768px) {
  .recruitment-box__buttons .btn--arrow {
    font-size: 20px;
  }
}

.selection-process {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .selection-process {
    padding-block: 60px 120px;
  }
}
@media only screen and (min-width: 992px) {
  .selection-process {
    padding-block: 82px 201px;
  }
}
@media only screen and (min-width: 992px) {
  .selection-process .section-heading {
    margin-bottom: 50px;
  }
}
.selection-process .tabs {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .selection-process .tabs {
    margin-bottom: 114px;
  }
}

.process-steps__row {
  position: relative;
  padding-left: 64px;
}
.process-steps__row::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 20px;
  border-right: 2px dotted var(--primary);
  height: calc(100% - 21px);
}
.process-steps__row + .process-steps__row {
  margin-top: 37px;
}
.process-steps__row h3 {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid var(--primary);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.019em;
  font-family: "specter", sans-serif;
  position: absolute;
  top: 7px;
  left: 0;
}
.process-steps__row--body {
  background: #F4F4F4;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428;
  letter-spacing: 0.19em;
  padding: 20px 25px;
}
@media only screen and (min-width: 768px) {
  .process-steps__row--body {
    display: flex;
    padding: 15px 38px 9px 38px;
  }
}
.process-steps__row--body h4 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .process-steps__row--body h4 {
    min-width: 117px;
    padding-right: 20px;
  }
}
.process-steps__row--body p {
  margin: 0;
}
.process-steps__row:last-child::before {
  display: none;
}
.process-steps--green .process-steps__row h3 {
  border-color: #14AD0E;
  color: #14AD0E;
}
.process-steps--green .process-steps__row h4 {
  color: #14AD0E;
}
.process-steps--cyan .process-steps__row h3 {
  border-color: #0E9BAD;
  color: #0E9BAD;
}
.process-steps--cyan .process-steps__row h4 {
  color: #0E9BAD;
}
.process-steps--purple .process-steps__row h3 {
  border-color: #A70EAD;
  color: #A70EAD;
}
.process-steps--purple .process-steps__row h4 {
  color: #A70EAD;
}

.checkbox-wrap {
  position: relative;
  display: flex;
  margin: 0;
  font-size: 14px;
  padding-left: 38px;
  cursor: pointer;
}
.checkbox-wrap input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox-wrap input:checked ~ .check-mark::before {
  opacity: 1;
}
.checkbox-wrap .check-mark {
  min-width: 21px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-wrap .check-mark::before {
  content: "";
  width: 13px;
  height: 7px;
  border-bottom: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s;
  opacity: 0;
}

.form {
  max-width: 644px;
  margin-inline: auto;
  margin-top: 8px;
}
.form-row + .form-row {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .form-row + .form-row {
    margin-top: 49px;
  }
  
 .form {
  margin-top: 48px;
}
  
}
.form-row > label {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 14px;
  color: var(--text-body);
  gap: 11px;
  flex-wrap: wrap;
  align-items: center;
}
.form-row > label span {
  background: #EB1210;
  color: var(--white);
  min-width: 36px;
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=file],
.form-row select,
.form-row textarea {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.form-row input[type=file] {
  padding-block: 10px;
}
.form-row textarea {
  height: 213px;
}
.form-row h6 {
  color: #8E8E8E;
  margin: 8px 0 0;
}
.form-row--gender {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .form-row--gender {
    gap: 20px;
  }
}
.form-row--gender label {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.form-row--gender label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-row--gender label input:checked ~ span {
  border-color: var(--primary);
  color: var(--primary);
  background: none;
}
.form-row--gender label span {
  border: 2px solid #F2F2F2;
  height: 50px;
  background: #F2F2F2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #8E8E8E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .form-row--gender label span {
    padding: 10px 22px;
  }
}
.form-row--date {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.form-row--date select {
  width: 79px;
}
.form-row--date select:first-child {
  width: 100px;
}
span.line {
	display: flex;
	align-items: center;
}
.form-row--date br {display: none;}

@media only screen and (min-width: 768px) {
  .form-row--date select:first-child {
    width: 137px;
  }
	.form-row--date select {
	  width: 87px;
	}
  
}
.form-row--postcode {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.form-row--postcode input {
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  .form-row--postcode input {
    max-width: 139px;
  }
}
.form-row--postcode .btn-outline {
  border: 2px solid var(--primary);
  height: 50px;
  font-size: 14px;
  letter-spacing: 0.04em;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 20px;
}
@media only screen and (min-width: 768px) {
  .form-row--postcode .btn-outline {
    padding: 5px 27px;
  }
}
.form-agree {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .form-agree {
    margin-top: 38px;
  }
}
.form-agree .checkbox-wrap {
  letter-spacing: 0.12em;
  font-weight: 700;
}
.form-agree a {
  color: var(--red);
  text-decoration: underline;
}
.form-submit {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .form-submit {
    margin-top: 77px;
  }
}
.form-submit input,
.form-submit button {
  min-height: 52px;
  min-width: auto;
  width: 100%;
  max-width: 276px;
  padding-inline: 40px;
}
.form-submit input::after,
.form-submit button::after {
  width: 22px;
  height: 24px;
  right: 13px;
}

.entry-form {
  padding-block: 0 60px;
}
@media only screen and (min-width: 768px) {
  .entry-form {
    padding-block: 40px 120px;
  }
}
@media only screen and (min-width: 992px) {
  .entry-form {
    padding-block: 60px 199px;
  }
}
.entry-form__steps {
  padding-block: 10px;
  display: flex;
  justify-content: center;
}
.entry-form__steps--item {
  width: 100%;
  max-width: 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .entry-form__steps--item {
    min-width: 142px;
  }
  .entry-form__steps {
	  padding-block: 27px;
	}  
}
.entry-form__steps--item + .entry-form__steps--item::before {
  content: "";
  border-bottom: 1px solid #C7C7C2;
  position: absolute;
  top: 13px;
  left: -50%;
  width: 100%;
  z-index: -1;
}
.entry-form__steps--item h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.08em;
  color: #C7C7C2;
  position: relative;
  margin: 0;
  text-align: center;
  padding-top: 34px;
  transition: all 0.3s;
}
.entry-form__steps--item h4::before, .entry-form__steps--item h4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.entry-form__steps--item h4::before {
  width: 11px;
  height: 11px;
  background: #C7C7C2;
  top: 8px;
}
.entry-form__steps--item h4::after {
  width: 27px;
  height: 27px;
  border: 1px solid var(--primary);
  top: 0;
  opacity: 0;
}
.entry-form__steps--item.active h4 {
  color: var(--primary);
}
.entry-form__steps--item.active h4::before {
  background: var(--primary);
}
.entry-form__steps--item.active h4::after {
  opacity: 1;
}
.entry-form__content {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.19em;
  padding-block: 12px;
}
.entry-form__content p:last-of-type {
  margin: 0;
}

.page-bg {
  background: url("../images/page-bg.png") no-repeat 100% 100%/cover;
  padding-block: 80px;
}
@media only screen and (min-width: 768px) {
  .page-bg {
    padding-block: 97px;
    min-height: 767px;
  }
  
	 .entry-form__content {
	  text-align: center;
	  font-size: 14px;
	  line-height: 2.1428;
	}
  
}
.page-bg__inner {
  text-align: center;
  line-height: 2.1428;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-bg__inner {
    padding-top: 53px;
  }
}
.page-bg h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.019em;
  font-family: "specter", sans-serif;
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary);
  margin: 0 0 19px;
}
@media only screen and (min-width: 768px) {
  .page-bg h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-bg h1 {
    font-size: 109px;
  }
}
.page-bg h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  color: var(--text-body);
}
@media only screen and (min-width: 768px) {
  .page-bg h2 {
    font-size: 25px;
  }
}
.page-bg__buttons {
  margin-top: 29px;
}
.page-bg__buttons a {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  min-width: 276px;
  min-height: 52px;
}

.discover__row--3 .discover__row--col ul, .discover__row--1 .discover__row--col ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.discover__row--4 .discover__row--col ul h5, .discover__row--2 .discover__row--col:nth-child(2) ul h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  gap: 5px;
}
@media only screen and (min-width: 1200px) {
  .discover__row--4 .discover__row--col ul h5, .discover__row--2 .discover__row--col:nth-child(2) ul h5 {
    font-size: 18px;
  }
}
.discover__row--4 .discover__row--col ul h5::after, .discover__row--2 .discover__row--col:nth-child(2) ul h5::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  height: 2px;
  background: url("../images/dot.png") repeat-x 0 0/auto 100%;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .discover__row--4 .discover__row--col ul h5::after, .discover__row--2 .discover__row--col:nth-child(2) ul h5::after {
    height: 4px;
  }
}
.discover__row--4 .discover__row--col ul h5 strong, .discover__row--2 .discover__row--col:nth-child(2) ul h5 strong {
  order: 2;
  font-size: 24px;
  letter-spacing: 0.019em;
}
@media only screen and (min-width: 1200px) {
  .discover__row--4 .discover__row--col ul h5 strong, .discover__row--2 .discover__row--col:nth-child(2) ul h5 strong {
    font-size: 30px;
  }
}
.discover__row--4 .discover__row--col ul h5 strong span, .discover__row--2 .discover__row--col:nth-child(2) ul h5 strong span {
  font-size: 15px;
}
/*
.discover {
  background: #FFFEED;
  padding-block: 40px;
  overflow: hidden;
}*/
.discover {
  background: #fff9ec;
  padding-block: 40px;
  overflow: hidden;
}


@media only screen and (min-width: 992px) {
  .discover {
    padding-block: 41px 87px;
  }
}
@media only screen and (min-width: 992px) {
  .discover .section-heading {
    font-size: 16px;
    line-height: 2.125;
    margin-bottom: 54px;
    letter-spacing: 0.19em;
  }
}
@media only screen and (min-width: 992px) {
  .discover .section-heading h2 {
    margin-bottom: 14px;
    letter-spacing: 0.14em;
  }
}
.discover__row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.discover__row--col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .discover__row--col {
    width: calc(33.33% - 20px);
  }
}
.discover__row--col h3 {
  font-size: 20px;
  color: var(--blue-dark);
  letter-spacing: 0.019em;
  line-height: 1.4;
  font-weight: 700;
  font-family: "specter", sans-serif;
  margin: 0 0 2px;
}
@media only screen and (min-width: 992px) {
  .discover__row--col h3 {
    font-size: 30px;
  }
}
.discover__row--col h4 {
  color: var(--blue-dark);
  font-size: 15px;
  letter-spacing: 0.21em;
  line-height: 1.4;
  font-weight: 900;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .discover__row--col h4 {
    font-size: 18px;
    margin: 0;
  }
}
.discover__row--col h5 {
  font-weight: 900;
  color: var(--blue-dark);
  font-size: 14px;
  letter-spacing: 0.21em;
  line-height: 1.44;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .discover__row--col h5 {
    font-size: 18px;
  }
}
.discover__row--col h5 strong {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.019em;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .discover__row--col h5 strong {
    font-size: 45px;
  }
}
.discover__row--col h5 strong span {
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) {
  .discover__row--col h5 strong span {
    font-size: 25px;
  }
}
.discover__row--col h5 strong small {
  font-size: 18px;
  font-weight: 900;
}
@media only screen and (min-width: 1200px) {
  .discover__row--col h5 strong small {
    font-size: 25px;
  }
}
.discover__row--col h5 small {
  line-height: 1.266;
  display: inline-block;
  letter-spacing: 0.14em;
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .discover__row--col h5 small {
    font-size: 15px;
  }
}
.discover__row--col figure {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .discover__row--col figure {
    text-align: left;
  }
}
.discover__row--col figure img {
  mix-blend-mode: multiply;
}
.discover__row--col ol {
  color: var(--blue-dark);
  font-weight: 900;
  letter-spacing: 0.21em;
  padding-left: 24px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .discover__row--col ol {
    font-size: 18px;
  }
}
.discover__row--col ol li::marker {
  letter-spacing: 0.07em;
}
.discover__row--col ol li + li {
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .discover__row--1 {
    margin-bottom: 65px;
  }
}
.discover__row--1 .discover__row--col ul {
  justify-content: normal;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .discover__row--1 .discover__row--col ul {
    gap: 31px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--1 .discover__row--col:nth-child(1) {
    width: calc(29.5% - 20px);
  }
  .discover__row--1 .discover__row--col:nth-child(1) h3 {
    padding-left: 7px;
  }
  .discover__row--1 .discover__row--col:nth-child(1) h4 {
    padding-left: 6px;
  }
  .discover__row--1 .discover__row--col:nth-child(1) figure img {
    margin: 16px 0 0 -27px;
  }
  .discover__row--1 .discover__row--col:nth-child(1) ul {
    margin: -9px 0 0 -4px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--1 .discover__row--col:nth-child(2) {
    width: calc(40% - 20px);
  }
  .discover__row--1 .discover__row--col:nth-child(2) figure img {
    margin: -26px 0 0 -30px;
  }
  .discover__row--1 .discover__row--col:nth-child(2) h5 {
    text-align: center;
    margin: -3px 0 0 0;
    padding-right: 73px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--1 .discover__row--col:nth-child(3) {
    width: calc(30.5% - 20px);
  }
  .discover__row--1 .discover__row--col:nth-child(3) figure img {
    margin: -2px 0 0px -42px;
    max-width: none;
  }
  .discover__row--1 .discover__row--col:nth-child(3) ul {
    margin: 4px -50px 0 -44px;
    gap: 13px;
  }
  .discover__row--1 .discover__row--col:nth-child(3) h5 strong span {
    margin-left: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .discover__row--2 {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--2 .discover__row--col:nth-child(1) {
    width: calc(34.7% - 20px);
  }
  .discover__row--2 .discover__row--col:nth-child(1) h3 {
    padding-left: 9px;
  }
  .discover__row--2 .discover__row--col:nth-child(1) h4 {
    padding-left: 9px;
  }
  .discover__row--2 .discover__row--col:nth-child(1) figure img {
    margin: -43px 0 0 -66px;
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--2 .discover__row--col:nth-child(2) {
    width: calc(28% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--2 .discover__row--col:nth-child(2) ul {
    margin-top: 129px;
  }
  .discover__row--2 .discover__row--col:nth-child(2) ul li + li {
    margin-top: 22px;
  }
  .discover__row--2 .discover__row--col:nth-child(2) ul h5 strong {
    font-size: 35px;
    letter-spacing: 0;
  }
  .discover__row--2 .discover__row--col:nth-child(2) ul h5 strong small {
    font-size: 25px;
  }
  .discover__row--2 .discover__row--col:nth-child(2) ul h5 strong span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--2 .discover__row--col:nth-child(3) {
    width: calc(37.3% - 20px);
    padding-left: 59px;
  }
  .discover__row--2 .discover__row--col:nth-child(3) figure img {
    margin: -59px 0 0 -40px;
  }
  .discover__row--2 .discover__row--col:nth-child(3) h5 {
    margin: -35px 0 0 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .discover__row--3 {
    margin-bottom: 83px;
  }
}
@media only screen and (min-width: 768px) {
  .discover__row--3 .discover__row--col {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--3 .discover__row--col h3 {
    font-size: 28px;
  }
  .discover__row--3 .discover__row--col h4 {
    margin-bottom: 13px;
  }
  .discover__row--3 .discover__row--col h5 {
    font-size: 25px;
  }
  .discover__row--3 .discover__row--col h5 strong {
    font-size: 72px;
  }
  .discover__row--3 .discover__row--col h5 strong span {
    font-size: 39px;
  }
  .discover__row--3 .discover__row--col ul {
    gap: 57px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--3 .discover__row--col:nth-child(1) {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--3 .discover__row--col:nth-child(2) {
    padding-left: 45px;
  }
  .discover__row--3 .discover__row--col:nth-child(2) ul {
    margin-right: -50px;
    gap: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--4 .discover__row--col h3 {
    font-size: 28px;
  }
  .discover__row--4 .discover__row--col h4 {
    margin-bottom: 25px;
  }
  .discover__row--4 .discover__row--col ul li + li {
    margin-top: 13px;
  }
  .discover__row--4 .discover__row--col ul h5::after {
    height: 4.5px;
  }
  .discover__row--4 .discover__row--col ul h5 strong {
    min-width: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--4 .discover__row--col:nth-child(1) {
    padding-left: 6px;
    width: calc(42% - 20px);
  }
  .discover__row--4 .discover__row--col:nth-child(1) ol {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--4 .discover__row--col:nth-child(2) {
    width: calc(22% - 20px);
  }
  .discover__row--4 .discover__row--col:nth-child(2) ul {
    max-width: 157px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover__row--4 .discover__row--col:nth-child(3) {
    width: calc(36% - 20px);
  }
  .discover__row--4 .discover__row--col:nth-child(3) h3 {
    margin-right: -50px;
  }
  .discover__row--4 .discover__row--col:nth-child(3) ul {
    max-width: 247px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover .section-buttons {
    margin-top: -70px;
    z-index: 1;
    position: relative;
    gap: 20px 70px;
  }
}

.discover-direction {
  margin-top: 40px;
  position: relative;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .discover-direction {
    padding-inline: 5px 41%;
    margin-top: 64px;
  }
}
.discover-direction picture {
  position: absolute;
  pointer-events: none;
  width: 705px;
  height: 604px;
  right: -85px;
  top: 51%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .discover-direction picture {
    right: -90px;
    width: 500px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .discover-direction picture {
    right: -184px;
    top: -130px;
    width: 605px;
  }
}
.discover-direction picture img {
  width: 100%;
  mix-blend-mode: multiply;
}
.discover-direction__col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .discover-direction__col {
    width: calc(50% - 15px);
  }
}
.discover-direction__col h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.21em;
  color: var(--blue-dark);
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .discover-direction__col h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.discover-direction__col p {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.21em;
  line-height: 1.44;
  color: var(--blue-dark);
  font-family: din-2014-narrow, sans-serif;
}
@media only screen and (min-width: 992px) {
  .discover-direction__col p {
    font-size: 25px;
  }
}
.discover-direction__col p strong {
  line-height: 0.8;
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  margin-left: 8px;
}
@media only screen and (min-width: 992px) {
  .discover-direction__col p strong {
    font-size: 72px;
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 768px) {
  .discover-direction__col:nth-child(1) {
    width: calc(39% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .discover-direction__col:nth-child(2) {
    width: calc(61% - 15px);
  }
}

.discover-cmt {
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .discover-cmt {
    margin-top: 134px;
    padding-left: 6px;
  }
}
.discover-cmt h3 {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.44;
  letter-spacing: 0.21em;
  color: var(--blue-dark);
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .discover-cmt h3 {
    font-size: 23px;
    margin: 0 0 31px;
  }
}
.discover-cmt picture {
  display: block;
}
@media only screen and (max-width: 767px) {
  .discover-cmt--1 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover-cmt--1 picture img {
    max-width: 1058px;
  }
}
@media only screen and (min-width: 992px) {
  .discover-cmt--2 h3 {
    margin: 0 0 41px;
  }
}
.discover-cmt--2 picture {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .discover-cmt--2 picture {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  .discover-cmt--2 picture img {
    max-width: 1109px;
  }
}
.discover-cmt--2 figure {
  text-align: center;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) {
  .discover-cmt--2 figure {
    margin-top: -163px;
    margin-right: -34px;
  }
}
.discover-cmt--2 figure img {
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 992px) {
  .discover-cmt--3 {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .discover-cmt--3 picture {
    margin: -20px -22px 0 -37px;
  }
}
.discover-cmt--4 {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .discover-cmt--4 {
    margin-top: 213px;
  }
}
@media only screen and (min-width: 992px) {
  .discover-cmt--4 h3 {
    margin-bottom: 59px;
  }
}
.discover-cmt--4 figure {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .discover-cmt--4 figure {
    position: absolute;
    right: 35px;
    bottom: -79px;
    margin: 0;
    max-width: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .discover-cmt--4 figure {
    max-width: 326px;
  }
}
.discover-cmt--4 figure img {
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 992px) {
  .discover-cmt--5 {
    margin-top: 172px;
  }
}
@media only screen and (min-width: 992px) {
  .discover-cmt--5 h3 {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .discover-cmt--5 picture {
    margin: -65px -139px 0 -145px;
  }
}

.philosophy {
  position: relative;
  padding-block: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .philosophy {
    padding-block: 60px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .philosophy {
    padding-block: 100px 13px;
  }
}
.philosophy > picture {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  transform: translateX(-25%);
}
@media only screen and (min-width: 768px) {
  .philosophy > picture {
    width: 100%;
    transform: none;
  }
}
.philosophy .section-heading {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .philosophy .section-heading {
    margin-bottom: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .philosophy .section-heading {
    margin-bottom: 286px;
  }
}
.philosophy__content {
  text-align: center;
}
.philosophy__content h2 {
  color: var(--primary);
  line-height: 1.466;
  margin: 0 0 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .philosophy__content h2 {
    font-size: 30px;
  }
}
.philosophy__content p:last-of-type {
  margin: 0;
}
.philosophy__more-content {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .philosophy__more-content {
    margin-top: 55px;
  }
}
.philosophy__more-content h3 {
  text-align: center;
  color: var(--blue-dark);
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.019em;
  font-family: "specter", sans-serif;
}
@media only screen and (min-width: 768px) {
  .philosophy__more-content h3 {
    font-size: 28px;
  }
}
.philosophy__more-content h5 {
  text-align: center;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.21em;
  margin: 0 0 25px;
}
.philosophy__inner {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .philosophy__inner {
    margin-top: 56px;
  }
}
.philosophy__inner > h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.21em;
  margin: 0 0 31px;
}
@media only screen and (min-width: 768px) {
  .philosophy__inner > h4 {
    font-size: 25px;
  }
}
.philosophy__row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .philosophy__row {
    gap: 57px;
  }
}
.philosophy__row--item {
  width: 100%;
  font-size: 14px;
  line-height: 2.14;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .philosophy__row--item {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .philosophy__row--item {
    width: calc(33.33% - 38px);
  }
}
.philosophy__row--item h3 {
  color: var(--blue-dark);
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "specter", sans-serif;
}
@media only screen and (min-width: 768px) {
  .philosophy__row--item h3 {
    font-size: 25px;
  }
}
.philosophy__row--item h5 {
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.21em;
  margin: 0 0 13px;
}
@media only screen and (min-width: 768px) {
  .philosophy__row--item h5 {
    font-size: 16px;
  }
}
.philosophy__row--item p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .philosophy .section-buttons {
    margin-top: 49px;
    gap: 20px 70px;
  }
}

.profile {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.profile > picture {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  text-align: center;
  top: 0;
  margin-bottom: -26vw;
}
@media only screen and (min-width: 992px) {
  .profile > picture {
    margin-bottom: -246px;
    padding-left: 129px;
  }
}
.profile .section-heading {
  margin-bottom: 35px;
}
.profile__row {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-block: 19px 18px;
}
@media only screen and (min-width: 768px) {
  .profile__row {
    display: flex;
  }
}
.profile__row + .profile__row {
  border-top: 1px solid #C1C1C1;
}
@media only screen and (min-width: 768px) {
  .profile__row + .profile__row {
    border-top-width: 2px;
  }
}
.profile__row label {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .profile__row label {
    width: 155px;
    padding-right: 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .profile__row--body {
    width: calc(100% - 155px);
  }
}
.profile__row--body p {
  margin-bottom: 30px;
}
.profile__row--body p:last-of-type {
  margin: 0;
}

.message {
  padding-block: 40px;
}
@media only screen and (min-width: 768px) {
  .message {
    padding-block: 59px 100px;
  }
}
.message .section-heading {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .message__inner {
    display: flex;
  }
}
.message__inner picture {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .message__inner picture {
    width: 51%;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .message__inner picture img {
    max-width: none;
    margin: -47px 0 0 -70px;
  }
}
.message__inner--body {
  font-size: 14px;
  line-height: 2.357;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .message__inner--body {
    width: 49%;
  }
}
.message__inner--body p:last-of-type {
  margin: 0;
}
.message__inner--body h6 {
  letter-spacing: 0.1em;
  color: var(--text-body);
  text-align: right;
  font-weight: 600;
  margin: 30px 0 0;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .message__inner--body h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .message .section-buttons {
    margin-top: 42px;
    gap: 20px 70px;
  }
}

.btn-link--arrow:hover{
    color: var(--text-body);
}
.daymonthyear .wpcf7-not-valid-tip{display:none;}
.checkbox-wrap .wpcf7-acceptance label {
  padding-left: 20px;
}
.checkbox-wrap .wpcf7-acceptance .wpcf7-list-item-label:after {
  min-width: 21px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--primary);
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-wrap .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  width: 13px;
  height: 7px;
  border-bottom: 2px solid var(--primary);
  border-left: 2px solid var(--primary);
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s;
  opacity: 0;
}
.checkbox-wrap input#acceptance:checked ~ .wpcf7-list-item-label::before {
  opacity: 1;
}
.custom-wpcf7c-confirmed .form-row > label {
  margin: 0;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 14px;
}
.custom-wpcf7c-confirmed .form-row > label span{display:none;}
.custom-wpcf7c-confirmed .form-row input[type="text"], .custom-wpcf7c-confirmed .form-row input[type="email"], .custom-wpcf7c-confirmed .form-row input[type="password"], .form-row input[type="file"], .custom-wpcf7c-confirmed .form-row select, .custom-wpcf7c-confirmed .form-row textarea {
border: 0;padding: 0;}
.custom-wpcf7c-confirmed .form-row--postcode .btn-outline {display: none;}
.custom-wpcf7c-confirmed .form-row textarea {padding-top: 14px;}
.custom-wpcf7c-confirmed .form-agree{display:none;}
.form-submit {position: relative;}
.custom-wpcf7c-confirmed .form-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.form-submit .wpcf7-spinner {
  position: absolute;
  top: -40px;
}
.form-submit .wpcf7-confirm , .form-submit .wpcf7-submit{
  background: url("../images/arrow-circle-white-right.svg") no-repeat 0 0/100% var(--primary);
  background-size: 22px 24px;
  background-position: 95% center;
}
.form-submit .wpcf7-back {
  background: url("../images/arrow-circle-blue-right.svg") no-repeat 0 0/100% #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
  background-size: 22px 24px;
  background-position: 95% center;
}














/*-----------works-------------*/
@media only screen and (min-width: 768px) {
	.ju-sb {justify-content: space-between;}
	.row-content.reverse .row-content__images01 {width: 45%;}
	
	  .content-mt .row-content__images picture:nth-child(1) {
	    width: 100%;
	    margin: -11% 0 0 -10%;
	  }
	.content-mt .row-content__images picture:nth-child(2) {margin-top: -15%;}
	.training-skill p.training-txt,
	.training-skill p.skill-txt {
		font-size: 16px !important;
	}
	
  .row-content.reverse .row-content__content100 {
    width: 100%;
  }
	
	
}
@media only screen and (min-width: 992px) {
	.row-content__content h4 span {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
}
.training-skill {
	background: url("../images/business-new/bg.png") no-repeat;
	background-size: cover;
	padding: 60px 0 112px;
}

.training-skill h2,
.training-skill h3 {text-align: center;}
.training-skill p.training-txt,
.training-skill p.skill-txt {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.19rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}


@media only screen and (min-width: 992px) {	
	.training-skill p.training-txt,
	.training-skill p.skill-txt {
		font-size: 16px;
	}		
}

.training-skill ol.training-list {
	margin-bottom: 80px;
	padding: 0;
	width: 100%;
}
.training-skill ol.ts-list li {
	background: #fff;
	padding: 35px 25px;
	list-style: none;
}

.training-skill ol.ts-list li + li {margin-top: 15px;}
.training-skill ol.ts-list li .list-inner dl {
		display: flex;
}

.training-skill ol.ts-list li .list-inner p {
	font-size: 14px;
	letter-spacing: 0.05rem;
	line-height: 2;
	font-weight: 500;
}

.training-skill ol.ts-list li .list-inner dl dt {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	padding-left: 0.2rem;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.training-skill ol.ts-list li .list-inner dl dd {
	font-size: 16px;
	font-weight: bold;
	margin-left: 1rem;
	letter-spacing: 0.1rem;
	line-height: 1.8;
}
.training-skill ol.ts-list li .list-inner dl dd span {
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.skill-list {padding: 0;}
.training-skill ol.training-list li .list-inner dl dt {background: #001DBA;}
.training-skill ol.skill-list li .list-inner dl dt {background: #20B418;}
.page-banner--business-new {padding-top: 12rem;}

@media only screen and (min-width: 992px) {	
	.page-banner--business-new {padding-top: 0;}
	.training-skill .container-training-skill {max-width: 904px;}
	.training-skill ol.ts-list li .list-inner {
		display: flex;
	}	
	
	.training-skill ol.ts-list li .list-inner dl {
			width: 30rem;
			max-width: 30rem;
	}
	
	.training-skill ol.ts-list li .list-inner p {
		width: 70rem;
		max-width: 70rem;
	}	
}

.gallery-area {text-align: center; padding-top: 85px;}
.grid-container {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1fr 2fr;
grid-template-rows: repeat(6, 1fr);
gap: 10px;
height: 46vw;
}

.item-1 { grid-area: 1 / 1 / 4 / 3; }
.item-2 { grid-area: 1 / 3 / 3 / 5; }
.item-3 { grid-area: 1 / 5 / 4 / 7; }
.item-4 { grid-area: 4 / 1 / 7 / 3; }
.item-5 { grid-area: 3 / 3 / 5 / 5; }
.item-6 { grid-area: 4 / 5 / 7 / 7; }
.item-7 { grid-area: 5 / 3 / 7 / 5; }

.grid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*-----------new-graduates-------------*/
.new-graduates h2 {
	text-align: left;
	padding-top: 150px;
}

@media only screen and (min-width: 768px) {
   .new-graduates h2 {}
  .new-graduates {
    padding-block: 9px 40px;
  }
}

.sp-container {padding: 0 !important;}
.graduates-content {
    padding: 0 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.428;
}

.message-ttl {
	padding: 40px 0 0;
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.sp-container {padding: 0 20px !important;}
	.graduates-content {
	    padding: 70px 20px 0;
	}
	
    .message-ttl {
        width: 100%;
        padding: 40px 20px 30px;
    }
}


.message-area + .message-area {margin-top: 65px;}
.message-area h3.ttl-message {
	font-size: 20px;
	color: #2D468C;
	font-weight: bold;
	letter-spacing: 0.24rem;
	margin-bottom: 20px;
}
.message-area p {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.1rem;
}

@media only screen and (min-width: 768px) {
	.message-area p {
		font-size: 16px;
		line-height: 2.6;
		letter-spacing: 0.19rem;
	}
}

.looking-content {
    padding: 0 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.428;
}

.looking-ttl {
	width: 100%;
	text-align: left;
	padding: 0 !important;
}

h3.ttl-looking {
	font-size: 14px;
	color: #2D468C;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.1rem;
	margin-bottom: 45px;
}

ol.looking-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
	list-style: none !important;
	padding: 0;
}

ol.looking-list h3 {
	color: #2D468C;
	font-size: 16px;
	letter-spacing: 0.1rem;
	line-height: 2;
	margin-bottom: 10px;
}
ol.looking-list h3 span {
	font-family: "specter", sans-serif;
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.06rem;
}
ol.looking-list p {
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.2rem;
}
.graduates-img {margin: -50px 0 50px;}



@media only screen and (min-width: 768px) {
	.looking-ttl {padding: 0 20px !important;}
	h3.ttl-looking {
		font-size: 16px;
		line-height: 2.6;
		letter-spacing: 0.19rem;
		margin-bottom: 45px;
	}
	
	ol.looking-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}
	.graduates-img {margin-top: -130px;}	
}

.intern-content {
	margin-top: -100px;
	padding: 0 20px;
}

.graduates-3 {background-image: none;}

.intern-area p.intern-txt {
	font-size: 14px;
	color: #2D468C;
	line-height: 2;
	letter-spacing: 0.2rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.intern-area h3 {
	font-size: 20px;
	color: #2D468C;
	font-weight: bold;
	margin-bottom: 30px;
}
.intern-area ul {	
	margin-bottom:40px;
	padding: 0;
}
.intern-area ul li {
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #2D468C;
	font-weight: bold;
	letter-spacing: 0;
}
.intern-area ul li + li {margin-top: 10px;}
.intern-area h2 {
	font-family: "specter", sans-serif;
	font-size: 16px;
	color: #2D468C;
	line-height: 2;
	letter-spacing: 0.1rem;
	font-weight: bold;
	text-align: center;
}
.intern-buttons {margin-top: 0;}
@media only screen and (min-width: 768px) {
	.intern-content {
		margin-top: -150px;
		padding: 0;
	}
	
	.graduates-3 {
		background: url("../images/new-graduates/img02.jpg") no-repeat;
		background-position: right top;
		background-size: 55% auto;
	}
	
	.intern-area p.intern-txt {
		font-size: 16px;
		line-height: 2.4;
		letter-spacing: 0.2rem;
		font-weight: bold;
		margin-bottom: 50px;
	}
	
	.intern-area ul li {
		font-size: 20px;
	}
	
	.intern-area ul li + li {margin-top: 20px;}
	.intern-area h2 {
		text-align: left;
		font-size: 35px;
		line-height: 2;
		letter-spacing: 0.4rem;
	}
	
	.intern-buttons {margin-top: 35px;}
	
}

.graduates-1 {padding-bottom: 50px;}
.graduates-3 {padding-bottom: 75px;}

@media only screen and (min-width: 768px) {
	.graduates-1 {padding-bottom: 130px;}

}


/*-----------about-us02-------------*/

.discover02 .pr-area,
.discover04 .pr-area,
.discover05 .pr-area,
.discover06 .pr-area,
.discover09 .pr-area {position: relative;}

.discover02 .pr-area h5,
.discover04 .pr-area h5 {
	position: relative;
	z-index: 2;
}

.discover02 .bg01{
    width: 30%;
    position: absolute;
    top: 0;
    right: 60%;
    z-index: 1;
    margin-top: -31px;
}

.discover04 .bg01{
    width: 50%;
    position: absolute;
    top: 0;
    right: 34%;
    z-index: 1;
    margin-top: -51px;
}

.discover05 .pr-area h5,
.discover06 .pr-area h5 {position: relative; z-index: 2;}

.discover05 .bg01{
    width: 100%;
    position: absolute;
    top: 0;
    right: -20%;
    z-index: 1;
    margin-top: -23px;
}

.discover06 .bg01{
    width: 100%;
    position: absolute;
    top: 0;
    right: -20%;
    z-index: 1;
    margin-top: -23px;
}

.job-stats {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #1d3d8f; 
}

.job-stats div {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
}

.job-stats dt {
	font-size: 16px;
	font-weight: 900;
	flex: 1;
	margin: 0;
	position: relative;
	padding-right: 10px;
}

.job-stats dt dd {margin-bottom: 0 !important;}
.job-stats dt::after {
  content: "";
  display: block;
  height: 4px;
  background-image: repeating-radial-gradient(
    circle, 
    #1d3d8f 0 2px, 
    transparent 2px 16px
  );
  background-size: 16px 4px;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.discover03 .job01 dt::after {
    width: 64%;
    left: 33%;
}

.discover03 .job04 dt::after {
	width: 55%;
    left: 45%;
}

.discover03 .job05 dt::after {
    width: 72%;
    left: 27%;
}

.job-stats div.job-block dt::after {content: none;}

.job-stats div.job-block {position: relative;}
.job-stats div.job-block dt,
.job-stats div.job-block dd{

}
.job-stats div.job-block dd {text-align: right;}


.job-stats dd {
	font-family: din-2014-narrow, sans-serif;
    font-weight: bold;
}

.job-stats dd strong {font-size: 24px;}
.job-stats dd small {font-size: 20px;}
.job-stats dd span {font-size: 20px;}

.job-stats .job-block dd::before {
	width: 17%;
    content: "";
    flex-grow: 1;
    height: 4px;
    margin-right: 10px;
    background-image: repeating-radial-gradient(circle, #1d3d8f 0 2px, transparent 2px 16px);
    background-size: 16px 4px;
    background-repeat: repeat-x;
    position: absolute;
    left: 62%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.discover03 .job03 dd::before {
    width: 28%;
    left: 53%;
}


.whats-area {
	display: flex;
	justify-content: space-between;
}

ul.whats-list li {
	font-size: 16px;
	font-weight: 900;
	color: #2D468C;
}

ul.whats-list li + li {margin-top: 5px;}

.whats-txtarea {
	position: absolute;
	bottom: 0;
	right: 0;
}

.whats-txtarea p {
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 2;
	font-weight: 900;
	color: #2D468C;	
}

.whats-txtarea .bg01{
	width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: -70px;
}


.discover10,
.discover11 {position: relative;}
.discover10 .bg01{
	position: absolute;
	width: 60%;
	top: 20%;
	right: -15%;
}

.discover11 .bg01{
    position: absolute;
    width: 40%;
    top: -5%;
    right: 60%;
}

.bg01 img {mix-blend-mode: multiply;}

.discover11 h3,
.discover11 p {
	position: relative;
	z-index: 2;
}

.discover10 .job-stats {position: relative; z-index: 2;}
.discover10 .job-stats div {margin-bottom: 0;}
.discover10 dl dt {letter-spacing: 0.3rem;}
.discover10 dl dd {margin-bottom: 0;}
.discover11 p {margin-bottom: 65px;}


.discover10 .job01 dt::after {
	width: 62%;
    left: 36%;
}

.discover10 .job02 dt::after {
	width: 57%;
    left: 42%;
}

.discover10 .job03 dt::after {
	width: 50%;
    left: 49%;
}

.discover10 .job04 dt::after {
	width: 50%;
    left: 49%;
}

.discover10 .job05 dt::after {
	width: 73%;
    left: 27%;
}

.discover10 {width: 100% !important;}
 .discover11 {width: 100% !important; padding-left: 0%;}

@media only screen and (min-width: 768px) {
	.discover02 .pr-area h5,
	.discover04 .pr-area h5 {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 2;
	}	
	
	.discover02 .bg01{
	    width: 40%;
	    right: 30%;
	}
	
	.job-stats dt {font-size: 18px;}
	.job-stats dd strong {font-size: 35px;}
	.job-stats dd small {font-size: 20px;}
	.job-stats div.job-block {flex-wrap: wrap; position: relative;}
	.job-stats div.job-block dt,
	.job-stats div.job-block dd{
		width: 100%;
		display: block;
	}
	
	.job-stats div {margin-bottom: 15px;}

	
	.discover03 .job01 dt::after {
		width: 70%;
	    left: 28%;
	}
	
	.discover03 .job04 dt::after {
		width: 29%;
	    left: 71%;
	}
	
	.discover03 .job05 dt::after {
		width: 57%;
	    left: 42%;
	}

	.job-stats .job-block dd::before {
		width: 69%;
	    content: "";
	    flex-grow: 1;
	    height: 4px;
	    margin-right: 10px;
	    background-image: repeating-radial-gradient(circle, #1d3d8f 0 2px, transparent 2px 16px);
	    background-size: 16px 4px;
	    background-repeat: repeat-x;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 63%;
	    transform: translateY(-50%);
	}
	
	.discover04 .bg01{
		width: 50%;
	    margin-top: -81px;
	    right: 0;
	}
	
	ul.whats-list li {
		font-size: 18px;
	}
		
	.discover__row--col h5 strong.fs75 {font-size: 75px;}

    .discover10 {width: 52% !important;}
    .discover11 {width: 43% !important; padding-left: 5%;}
   
   .discover10 .job01 dt::after {
		width: 62%;
	    left: 36%;
	}
	
	.discover10 .job02 dt::after {
		width: 57%;
	    left: 42%;
	}
	
	.discover10 .job03 dt::after {
	    width: 42%;
	    left: 59%;
	}
	
	.discover10 .job04 dt::after {
	width: 39%;
	    left: 59%;
	}
	
	.discover10 .job05 dt::after {
		width: 65%;
	    left: 33%;
	}
	
	.discover11 .bg01{
	    position: absolute;
	    width: 60%;
	    top: 5%;
	    right: 28%;
	}
}






.onepage-area {
	padding: 4% 0;
	position: relative;
}
.onepage-area .container {
		background: url("../images/about-us01/bg-main.png") no-repeat;
		background-size: cover;
		background-position: left 10% center;
		padding: 0 0 100px;
}


.onepage-main .ttl-area {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.onepage-main .fast {padding-top: 100px;}
.onepage-main h2{
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	font-weight: 900;
	color: #404040;
}

.ttl-img02 {
	width: 60%;
    margin: -2rem auto 0;
}
.ttl-img02 img {mix-blend-mode: overlay;}


@media only screen and (min-width: 768px) {
	.onepage-area {
		padding: 100px 70px;
	}
	.onepage-main .fast {padding-top: 200px;}
	.onepage-main .ttl-area {
		width: 720px;
	}

	.onepage-main h2{
		font-size: 23px;
	}
}

.frame {
  width: 90vw;
  height: 88vw;
  background: #F8F4ED;
  position: relative;
  opacity: 0.8;
  clip-path: polygon(
    15% 0%, 85% 0%,
    100% 15%, 100% 85%,
    85% 100%, 15% 100%,
    0% 85%, 0% 15%
  );
}

.frame-inner {
  width: 94%;
  height: 92%;
  margin: -95% 0 92% 3%;
  border: 1px solid #c6a874;
  border-radius: 5%;
  pointer-events: none;
  position: relative;
}




.unique-frame02 {
	width: 100%;
	height: 110vw;
	margin: 0 auto;
	clip-path: polygon(
	10% 0%, 90% 0%,
	100% 10%, 100% 90%, 
	90% 100%, 10% 100%, 
	0% 90%, 0% 10%  
	);
}

.frame-inner02 {
	width: 92% !important;
    height: 98% !important;
	margin: -120% 0 92% 3% !important;
    padding: 57% 0;
}

.sp-mt {margin-top: -20% !important;}
.president-area {margin-top: -65% !important;}

.top-onepage {position: relative;}
.unique {margin-top: -40% !important;margin-bottom: 0 !important;}
h3.popular-ttl {
	width: 40%;
    position: absolute;
    top: -2%;
    left: 0;
    z-index: 3;
}

h3.unique-ttl,
h3.unique-ttl02 {
	width: 40%;
    position: absolute;
    top: -2%;
    left: 0;
    z-index: 3;
}

.bg-bottom {
	position: absolute;
    bottom: -21%;
    right: 0;
    z-index: 1;
}

.bg-bottom02 {
	width: 60%;
    position: absolute;
    bottom: -7%;
    right: 0;
    z-index: 1;
   mix-blend-mode: overlay;
}

.bg-bottom03 {
	width: 35%;
    position: absolute;
    bottom: -7%;
    right: 0;
    z-index: 1;
   mix-blend-mode: overlay;
}









.onepage-inner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	padding: 0;
	margin: -4rem auto 100px;
}

.ttl-img01 {
	width: 80%;
	margin: -1rem auto 0;
}

.onepage-inner01 {
	padding: 0 20px;
	margin: -5rem auto 100px;
}

.onepage-inner .list01 {
	width: 90%;
	margin: 0px auto 31%;
	padding: 0 0 50px;
	list-style: none;
}

.onepage-inner .list01 dl {
	width: 80%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4rem 0 1rem;
	background-image: radial-gradient(circle, #707070 0.8px, transparent 0.8px);
	background-size: 8px 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.onepage-inner01 .list02 dl {
	width: 80%;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4rem 0 1rem;
	background-image: radial-gradient(circle, #707070 0.8px, transparent 0.8px);
	background-size: 8px 4px;
	background-repeat: repeat-x;
	background-position: left bottom;
}


.onepage-inner .list01 dl dt,
.onepage-inner01 .list02 dl dt {
	width: 36px;
	margin-right: 0.5rem;
}

.onepage-inner .list01 dl dd,
.onepage-inner01 .list02 dl dd {margin-bottom: 0;}
.onepage-inner .list01 dl dd h3 ,
.onepage-inner01 .list02 dl dd h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	letter-spacing: 0.17rem;
	margin-bottom: 0;
}

.onepage-inner .list01 ul {
	position: relative;
	z-index: 2;
	padding: 0 10px 0 30px;
	list-style: none;
}

.onepage-inner01 .list02 ul {
	padding: 0;
	list-style: none;
}

.onepage-inner01 .unique02 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}

.onepage-inner01 .unique02 ul  li {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: bold;
}

.onepage-inner .list01 ul li,
.onepage-inne01 .list02 ul li {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15rem;
}
.onepage-inner .list01 ul li + li{
	margin-top: 10px;
}

.onepage-inner .popular ul li span {color: #2D468C}
.onepage-inner .unique ul li span,
.onepage-inner01 .unique02 ul li span {color: #20B418}
.img-01 {
	padding: 0 50px;
	text-align: center;
	margin-top: -3rem;
}

.img-01{position: relative;}
.img-01 img {
	text-align: center;
	mix-blend-mode: multiply;
}

.img-01 img.pen {
	width: 17%;
    position: absolute;
    top: 4%;
    right: 6%;
}

.onepage-btn {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.onepage-btn .onepagebtn + .onepagebtn {margin-top: 30px;}

.onepage-btn .onepagebtn {
	width: 100%;
	margin: 0;
}




@media only screen and (min-width: 768px) {
	.onepage-area .container {
			background: url("../images/about-us01/bg-main.png") no-repeat;
			background-size: cover;
			padding: 0 0 200px;
	}
	
	.onepage-area {
		padding: 4%;
		position: relative;
	}
	
	.onepage-inner01 {
		padding: 0 70px;
		margin: -6rem auto 100px;
	}
	
	
	.ttl-img02 {
		width: 434px;
		margin: -7rem auto 0;
	}
	
	.ttl-img01 {
		width: 100%;
		margin: 0 auto 0;
	}
	
	.onepage-inner {
		display: flex;
		justify-content: center;
		margin: -4rem auto 100px;
	}
	
	.onepage-inner .list01 {
		width: 450px;
		padding: 0;
		list-style: none;
		margin: 0;
	}
	.onepage-inner .list01 dl dd h3 ,
	.onepage-inner01 .list02 dl dd h3 {
		font-size: 20px;
	}
	
	.onepage-inner .list01 ul li, .onepage-inner01 .list02 ul li {
	    font-size: 18px;
	}
	
	
	/*
	.popular {
		background: url("../images/about-us01/area01.png") no-repeat;
		background-size: cover;
		min-height: 442px;
	}
	
	.unique {
		background: url("../images/about-us01/area02.png") no-repeat;
		background-size: cover;
		min-height: 442px;
	}
	
	.unique02 {
		background: url("../images/about-us01/area03.png") no-repeat;
		background-size: cover;
		min-height: 442px;
		padding-bottom: 0;
	}
	*/

	.onepage-inner .list01 ul {
		padding: 0 10px 0 60px;
	}
	
	.onepage-inner .list01 {
		padding: 0;
	}
	
	.onepage-inner .list01 ul li + li{
		margin-top: 20px;
	}
	
	.onepage-inner01 .unique02 ul {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	
	.onepage-inner01 .unique02 ul  li {
		width: 48%;
		max-width: 48%;
		margin-bottom: 30px;
		font-size: 18px;
	}
	
	
	.onepage-inner .list01 dl {
		width: 285px;
		margin: 0 auto 30px;
		padding: 5rem 0 1rem;
	}
	
	.onepage-main h2{
		font-size: 18px;
	}
	

	.onepage-inner01 .list02 dl {
		width: 383px;
		margin: 0 auto 30px;
		padding: 5rem 0 1rem;
	}
	
	.onepage-inner01 .list02 ul {
		padding: 0 10px 0 90px;
		list-style: none;
	}

	.img-01 {
		padding: 0 50px;
		text-align: center;
		margin-top: -8rem;
	}
	
	.img-01 img.pen {
		width: 482px;
	    position: absolute;
	    top: -27.5%;
	    right: -24%;
	}
	
	.onepage-btn .onepagebtn + .onepagebtn {margin-top: 0;}
	.onepage-btn {
		display: flex;
		justify-content: center;
	}
	
	.onepage-btn .onepagebtn {
		width: 386px;
		margin: 0 20px;
	}
	
	.frame {
	  width: 440px;
	  height: 435px;
	  background: #F8F4ED;
	  position: relative;
	  opacity: 0.8;
	
	  clip-path: polygon(
		15% 0%, 85% 0%,
		100% 15%, 100% 85%,
		85% 100%, 15% 100%,
		0% 85%, 0% 15%
	  );
	  margin-bottom: 0;
	}
	
	.frame-inner {
	    width: 412px;
	    height: 399px;
	    margin: -413px 0 0 14px;
	    border: 1px solid #c6a874;
	    border-radius: 20px;
	    pointer-events: none;
	    position: relative;
	}
	
	.unique-frame02 {
		width: 94%;
		margin: 0 auto;
		clip-path: polygon(
		10% 0%, 90% 0%,
		100% 10%, 100% 90%, 
		90% 100%, 10% 100%, 
		0% 90%, 0% 10%  
		);
	}
	
	.frame-inner02 {
		width: 91% !important;
        padding: 203px 0;
        margin: -422px 0 0 44px !important;
	}
	
	
	.top-onepage {position: relative;}
	h3.popular-ttl {
		width: 223px;
	    position: absolute;
	    top: -8%;
	    left: -10%;
	    z-index: 3;
	}
	
	h3.unique-ttl {
		width: 182px;
	    position: absolute;
	    top: -8%;
	    left: -9%;
	    z-index: 3;
	}
	
	h3.unique-ttl02 {
		width: 182px;
	    position: absolute;
	    top: -7%;
	    left: 1%;
	    z-index: 3;
	}
	
	
	.bg-bottom {
		position: absolute;
	    bottom: -21%;
	    right: -23%;
	    z-index: 1;
	}
	
	.bg-bottom02 {
		width: 60%;
	    position: absolute;
	    bottom: -7%;
	    right: -2%;
	    z-index: 1;
	   mix-blend-mode: overlay;
	}
	
	.bg-bottom03 {
		width: 35%;
	    position: absolute;
	    bottom: -7%;
	    right: -2%;
	    z-index: 1;
	   mix-blend-mode: overlay;
	}
	
	.unique {
		margin-top: 0% !important;
		margin-bottom: 0 !important;
	}
	
	.sp-mt,
	.president-area {margin-top: 0 !important;}
	
}



.mwform_file_txt {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
	margin-top: -3rem;
}

.form-agree .checkbox-wrap input {
	position: inherit;
	width: auto;
	height: auto;
	opacity: 1 !important;
}
.form-agree .mwform-checkbox-field-text {display: none;}

.page-template-page-confirm .form-row > label span,
.page-template-page-confirm .mwform_file_txt,
.page-template-page-confirm .form-agree,
.page-template-page-confirm .form-row br {display: none;}



input.reset {
	display: block;
	margin: 3rem auto 0;
	border: 0;
	text-align: center;
	text-decoration: underline;
	color: #707070;
	font-size: 15px;
	font-weight: 500;
	background: none;
}



