@charset "UTF-8";
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, address, th, td {
  font-style: normal;
  font-size: 100%;
  font-weight: inherit;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input:not([type=radio]),
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

button,
input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.f-font__en {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}

.f-font__bold {
  font-weight: 700;
}

html,
body {
  color: #000;
  background-color: #fff;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html.safari,
body.safari {
  letter-spacing: 0;
}

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

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* リンクテキスト */
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

a, input, textarea {
  outline: none;
}

:focus {
  outline: none;
}

::-moz-selection {
  background: rgba(39, 120, 190, 0.2);
}

::selection {
  background: rgba(39, 120, 190, 0.2);
}

::-moz-selection {
  background: rgba(39, 120, 190, 0.2);
}

::-webkit-input-placeholder {
  color: rgba(39, 120, 190, 0.3);
}

::-moz-placeholder {
  color: rgba(39, 120, 190, 0.3);
}

:-ms-input-placeholder {
  color: rgba(39, 120, 190, 0.3);
}

::-ms-input-placeholder {
  color: rgba(39, 120, 190, 0.3);
}

::placeholder {
  color: rgba(39, 120, 190, 0.3);
}

.l-footer__top {
  background: url("../img/base/recruit-background__pc.jpg") center right 35%/cover no-repeat;
  padding: 130px 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1701px) {
  .l-footer__top {
    padding: 150px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__top {
    padding: 100px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__top {
    padding: 90px 20px;
    background-image: url("../img/base/recruit-background__sp.jpg");
  }
}
.l-footer__top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto -2px;
  border-radius: 15px;
  overflow: hidden;
}
.l-footer__top__list li {
  width: calc(50% - 1px);
  margin-bottom: 2px;
}
@media screen and (max-width: 1000px) {
  .l-footer__top__list li {
    width: 100%;
  }
}
.l-footer__top__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1000px) {
  .l-footer__top__list li a {
    height: 160px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__top__list li a {
    height: 140px;
  }
}
.l-footer__top__list li a .en {
  font-size: 6rem;
  line-height: 1;
  color: #2778BE;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .l-footer__top__list li a .en {
    font-size: 5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .l-footer__top__list li a .en {
    font-size: 4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__top__list li a .en {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.l-footer__top__list li a .ja {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .l-footer__top__list li a .ja {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__top__list li a .ja {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.l-footer__top__looptxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 103px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1701px) {
  .l-footer__top__looptxt {
    height: 130px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__top__looptxt {
    width: 120px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__top__looptxt {
    width: 50px;
  }
}
.l-footer__top__looptxt p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 12rem;
  line-height: 1;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1701px) {
  .l-footer__top__looptxt p {
    font-size: 15rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__top__looptxt p {
    font-size: 10rem;
    line-height: 74px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__top__looptxt p {
    font-size: 6.6rem;
    line-height: 50px;
  }
}
.l-footer__top__looptxt p:nth-child(odd) {
  -webkit-animation: loop1 50s -25s linear infinite;
          animation: loop1 50s -25s linear infinite;
}
@media screen and (max-width: 1000px) {
  .l-footer__top__looptxt p:nth-child(odd) {
    -webkit-animation: flowing1 50s -25s linear infinite;
            animation: flowing1 50s -25s linear infinite;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.l-footer__top__looptxt p:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@media screen and (max-width: 1000px) {
  .l-footer__top__looptxt p:nth-child(even) {
    -webkit-animation: flowing2 50s linear infinite;
            animation: flowing2 50s linear infinite;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes flowing1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes flowing1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes flowing2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes flowing2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
.l-footer__pagetop a {
  display: block;
  font-size: 1.6rem;
  line-height: 100px;
  text-align: center;
  color: #2778BE;
  background-color: #F2F2F2;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1000px) {
  .l-footer__pagetop a {
    font-size: 1.6rem;
    line-height: 80px;
  }
}
.l-footer__pagetop a:hover {
  color: #fff;
  background-color: #6CBB5A;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer__bottom__white {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-footer__bottom__white {
    width: 100%;
    padding: 80px 0;
  }
}
.l-footer__bottom__white__name {
  text-align: center;
}
.l-footer__bottom__white__name img {
  width: 250px;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__white__name img {
    width: 200px;
  }
}
.l-footer__bottom__white__name span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1D50A2;
  margin-top: 10px;
}
.l-footer__bottom__white__link {
  margin: 30px auto;
  width: 280px;
}
@media screen and (max-width: 1000px) {
  .l-footer__bottom__white__link {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__bottom__white__link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__bottom__white__link li {
    width: 280px;
  }
}
.l-footer__bottom__white__link li:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .l-footer__bottom__white__link li:last-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__bottom__white__link li:last-child {
    margin-top: 20px;
  }
}
.l-footer__bottom__white__link li a {
  display: block;
  text-align: center;
  font-size: 2rem;
  line-height: 44px;
  border: 1px solid #1D50A2;
  border-radius: 22px;
  color: #1D50A2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.l-footer__bottom__white__link li a span {
  padding-right: 22px;
  position: relative;
}
.l-footer__bottom__white__link li a span::before, .l-footer__bottom__white__link li a span::after {
  content: "";
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.l-footer__bottom__white__link li a span::before {
  width: 11px;
  height: 10px;
  border: 1px solid #1D50A2;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}
.l-footer__bottom__white__link li a span::after {
  width: 6px;
  height: 7px;
  border-left: 1px solid #1D50A2;
  border-bottom: 1px solid #1D50A2;
  position: absolute;
  top: 50%;
  right: 8px;
}
.l-footer__bottom__white__link li a:hover {
  color: #fff;
  background-color: #1D50A2;
}
.l-footer__bottom__white__link li a:hover span::before,
.l-footer__bottom__white__link li a:hover span::after {
  border-color: #fff;
}
.l-footer__bottom__white__copy {
  color: #1D50A2;
  font-size: 1.2rem;
  line-height: 1.2;
}
.l-footer__bottom__blue {
  width: 67%;
  padding: 90px 50px 100px;
  background-color: #2778BE;
}
@media screen and (max-width: 1000px) {
  .l-footer__bottom__blue {
    width: 100%;
    padding: 70px 40px 80px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .l-footer__bottom__blue {
    padding: 60px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer__bottom__blue__nav {
  max-width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #1D50A2;
  }
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__nav .navi {
    border-top: 1px solid #1D50A2;
  }
}
.l-footer__bottom__blue__nav .navi__tit {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 25px;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .l-footer__bottom__blue__nav .navi__tit {
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .l-footer__bottom__blue__nav .navi__tit {
    width: 100%;
    pointer-events: auto;
    font-size: 2.4rem;
    line-height: 70px;
    margin-bottom: 0;
    position: relative;
  }
  .l-footer__bottom__blue__nav .navi__tit::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 50%;
    right: 18px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
}
.l-footer__bottom__blue__nav .navi__tit.active::before {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
@media screen and (min-width: 700px) {
  .l-footer__bottom__blue__nav .navi__list {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__nav .navi__list {
    display: none;
    padding-bottom: 25px;
  }
}
.l-footer__bottom__blue__nav .navi__list__li {
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .l-footer__bottom__blue__nav .navi__list__li {
    margin-bottom: 12px;
  }
}
.l-footer__bottom__blue__nav .navi__list__li:last-child {
  margin-bottom: 0;
}
.l-footer__bottom__blue__nav .navi__list__li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-footer__bottom__blue__nav .navi__list__li a {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .l-footer__bottom__blue__nav .navi__list__li a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.l-footer__bottom__blue__nav .navi__list__li a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__nav .navi__list__li a::before {
    display: none;
  }
}
.l-footer__bottom__blue__nav .navi__list__li a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-footer__bottom__blue__banner {
  max-width: 760px;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner {
    margin: 0 auto 40px;
  }
}
.l-footer__bottom__blue__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a {
    height: 120px;
  }
}
.l-footer__bottom__blue__banner a:hover {
  opacity: 0.6;
}
.l-footer__bottom__blue__banner a img {
  width: 240px;
  margin-right: 140px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .l-footer__bottom__blue__banner a img {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .l-footer__bottom__blue__banner a img {
    margin-right: 6vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) {
  .l-footer__bottom__blue__banner a img {
    margin-right: 140px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 800px) {
  .l-footer__bottom__blue__banner a img {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 800px) and (max-width: 700px) {
  .l-footer__bottom__blue__banner a img {
    width: 140px;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 800px) and (max-width: 700px) and (max-width: 350px) {
  .l-footer__bottom__blue__banner a img {
    width: 120px;
    margin-right: 10px;
  }
}
.l-footer__bottom__blue__banner a .txt {
  color: #1D50A2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a .txt {
    padding-top: 15px;
  }
}
.l-footer__bottom__blue__banner a .txt__small {
  font-size: 1.5rem;
  line-height: 1.4;
  display: block;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a .txt__small {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.l-footer__bottom__blue__banner a .txt__large {
  font-size: 5rem;
  line-height: 1.4;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a .txt__large {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
.l-footer__bottom__blue__banner a .txt .reg {
  font-size: 2rem;
  line-height: 1.4;
  vertical-align: 22px;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a .txt .reg {
    font-size: 1.5rem;
    line-height: 1.4;
    vertical-align: 14px;
    display: inline-block;
    margin-right: -3px;
  }
}
.l-footer__bottom__blue__banner a .txt__medium {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a .txt__medium {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-footer__bottom__blue__banner a::before {
  content: "";
  display: block;
  width: 58%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 72% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 72% 0%, 100% 100%);
  background: url("../img/base/banner.jpg") center top 30%/cover no-repeat;
}
@media screen and (max-width: 700px) {
  .l-footer__bottom__blue__banner a::before {
    width: 46%;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 78% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 78% 0%, 100% 100%);
    background-size: 150%;
    background-position: left 25% top 30%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .l-header {
    height: 56px;
  }
}
.l-header__logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .l-header__logo.slide-main, .l-header__logo.slide-sub {
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
  }
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a img {
  width: 140px;
}
@media screen and (max-width: 700px) {
  .l-header__logo a img {
    width: 120px;
  }
}
.l-header__logo a span {
  display: inline-block;
}
.l-header__logo a span.main {
  text-indent: -9999px;
  font-size: 0;
  width: 140px;
  height: 36px;
  background: url("../img/base/logo.png") center left/contain no-repeat;
}
@media screen and (max-width: 700px) {
  .l-header__logo a span.main {
    width: 120px;
    height: 30px;
  }
}
.l-header__logo a span.sub {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1D50A2;
}
@media screen and (max-width: 700px) {
  .l-header__logo a span.sub {
    /*@include g.font(1.0, 1.2);
    letter-spacing: 0;
    padding-left: 6px;*/
    display: none;
  }
}
.l-header__logo a span.sub::before {
  display: block;
  content: "RECRUIT SITE";
  padding-left: 12px;
}
@media screen and (max-width: 700px) {
  .l-header__logo a span.sub::before {
    /*content: "RECRUIT SITE";
    padding-left: 0;*/
  }
}
@media screen and (max-width: 700px) {
  .l-header__logo a span.sub::after {
    /*content: "2023";
    display: block;*/
  }
}
.l-header.scroll-down {
  background-color: #fff;
}
.l-header.scroll-down .l-header__logo {
  -webkit-filter: none;
          filter: none;
}
.l-header.scroll-down .l-gnavi__list ul {
  opacity: 1;
  pointer-events: auto;
}
.l-header.header-transparent {
  background-color: transparent !important;
}

main {
  display: block;
}
main p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  main p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  main p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
main table {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  main table {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  main table {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
main li {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  main li {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  main li {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
main img.rad15 {
  border-radius: 15px;
}

#wrapper {
  overflow: hidden;
}

.l-gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-gnavi__list {
  margin-right: 180px;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__list {
    margin-right: 0;
    width: 400px;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    right: -400px;
    background-color: #2778BE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .l-gnavi__list.slide-main {
    right: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .l-gnavi__list {
    width: 100vw;
    right: -100vw;
  }
}
.l-gnavi__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 40px;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .l-gnavi__list ul {
    padding-left: 6vw;
  }
}
.l-gnavi__list ul li {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__list ul li {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .l-gnavi__list ul li {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1200px) {
  .l-gnavi__list ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.l-gnavi__list ul li a {
  display: inline-block;
  position: relative;
}
.l-gnavi__list ul li a span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 5px 0;
  color: #1D50A2;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .l-gnavi__list ul li a span {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .l-gnavi__list ul li a span {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    padding: 3px 5px 4px;
  }
}
.l-gnavi__list ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D50A2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__list ul li a::before {
    height: 100%;
    background-color: #6CBB5A;
  }
}
.l-gnavi__list ul li a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-gnavi__entry .switch {
  width: 180px;
  font-size: 1.6rem;
  line-height: 44px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  background-color: #6CBB5A;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__entry .switch {
    border-radius: 25px !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .l-gnavi__entry .switch {
    width: 90px;
    font-size: 1.4rem;
    line-height: 36px;
  }
}
.l-gnavi__entry__pc {
  position: fixed;
  top: 18px;
  right: 20px;
  height: 44px;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__entry__pc {
    display: none;
  }
}
.l-gnavi__entry__pc .switch {
  display: block;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__entry__pc .switch {
    display: none;
  }
}
.l-gnavi__entry__pc .switch + .hover-menu {
  width: 180px;
  height: 0;
  background-color: #DFEFDB;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__entry__pc .switch + .hover-menu {
    display: none !important;
  }
}
.l-gnavi__entry__pc .switch + .hover-menu ul {
  padding: 15px 0 15px;
}
.l-gnavi__entry__pc .switch + .hover-menu ul li a {
  display: block;
  text-align: center;
  color: #6CBB5A;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.l-gnavi__entry__pc .switch + .hover-menu ul li a:hover {
  color: #1D50A2;
}
.l-gnavi__entry__pc:hover {
  height: 194px;
}
.l-gnavi__entry__pc:hover .switch {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.l-gnavi__entry__pc:hover .switch + .hover-menu {
  height: 150px;
  bottom: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.l-gnavi__entry__mob {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__entry__mob {
    display: block;
    position: fixed;
    top: 18px;
    right: 90px;
    height: 44px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .l-gnavi__entry__mob {
    top: 10px;
    right: 50px;
  }
}
.l-gnavi__entry__mob .switch {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-gnavi__entry__mob .switch {
    display: block;
  }
}
.l-gnavi__entry__mob .switch::before {
  content: "ENTRY";
}
.l-gnavi__entry__mob .switch.active {
  color: #6CBB5A;
  background-color: #fff;
}
.l-gnavi__entry__mob .switch.active::before {
  content: "CLOSE";
}
.l-gnavi__entry__mob .switch + .slide-menu {
  width: 400px;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: -400px;
  background-color: #6CBB5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-gnavi__entry__mob .switch + .slide-menu.slide-sub {
  right: 0;
}
@media screen and (max-width: 700px) {
  .l-gnavi__entry__mob .switch + .slide-menu {
    width: 100vw;
    right: -100vw;
    padding-top: 40px;
  }
}
.l-gnavi__entry__mob .switch + .slide-menu .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-height: 650px) {
  .l-gnavi__entry__mob .switch + .slide-menu .list {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .l-gnavi__entry__mob .switch + .slide-menu .list__li {
    margin-bottom: 30px;
  }
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li:last-child {
  margin-bottom: 0;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__main span {
  color: #fff;
  display: inline-block;
  position: relative;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__main span.en {
  font-size: 3.4rem;
  line-height: 1;
  padding: 2px 6px 3px 7px;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__main span.ja {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  padding: 4px 6px 6px 7px;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__main span.ja__small {
  font-size: 1.2rem;
  line-height: 1;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__main span::before {
  content: "";
  display: block;
  background-color: #2778BE;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  z-index: -1;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__main:hover span::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__sub {
  /*@include g.font(1.4, 30px);
  font-weight: 700;
  display: inline-block;
  padding-right: 30px;
  margin-top: 15px;
  position: absolute;
  right: 5px;
  bottom: 0;
  color: #fff;*/
  display: none;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__sub::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__sub::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #6CBB5A;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__sub:hover::before {
  background-color: #2778BE;
}
.l-gnavi__entry__mob .switch + .slide-menu .list__li__sub:hover::after {
  border-color: transparent transparent transparent #fff;
}

.o-c-btn__def a, .o-c-btn__def p {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  .o-c-btn__def a, .o-c-btn__def p {
    font-size: 1.8rem;
    line-height: 40px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-btn__def a, .o-c-btn__def p {
    font-size: 1.6rem;
    line-height: 34px;
  }
}
.o-c-btn__def a::before, .o-c-btn__def p::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .o-c-btn__def a::before, .o-c-btn__def p::before {
    width: 34px;
    height: 34px;
  }
}
.o-c-btn__def a::after, .o-c-btn__def p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .o-c-btn__def a::after, .o-c-btn__def p::after {
    right: 12px;
  }
}
.o-c-btn__def a.blue, .o-c-btn__def p.blue {
  color: #2778BE;
}
.o-c-btn__def a.blue::before, .o-c-btn__def p.blue::before {
  background-color: #2778BE;
  border: 1px solid #2778BE;
}
.o-c-btn__def a.green, .o-c-btn__def p.green {
  color: #6CBB5A;
}
.o-c-btn__def a.green::before, .o-c-btn__def p.green::before {
  background-color: #6CBB5A;
  border: 1px solid #6CBB5A;
}
.o-c-btn__def a.white-navy, .o-c-btn__def p.white-navy {
  color: #1D50A2;
}
.o-c-btn__def a.white-navy::before, .o-c-btn__def p.white-navy::before {
  background-color: #fff;
  border: 1px solid #fff;
}
.o-c-btn__def a.white-navy::after, .o-c-btn__def p.white-navy::after {
  border-color: transparent transparent transparent #1D50A2;
}
.o-c-btn__def a:hover::before, .o-c-btn__def p:hover::before {
  background-color: transparent;
}
.o-c-btn__def a:hover.blue::after, .o-c-btn__def p:hover.blue::after {
  border-color: transparent transparent transparent #2778BE;
}
.o-c-btn__def a:hover.green::after, .o-c-btn__def p:hover.green::after {
  border-color: transparent transparent transparent #6CBB5A;
}
.o-c-btn__def a:hover.white-navy::before, .o-c-btn__def p:hover.white-navy::before {
  border-color: #1D50A2;
}
.o-c-btn__def.right {
  text-align: right;
}

.o-c-btn__round a, .o-c-btn__round div{
  max-width: 560px;
  width: 100%;
  display: inline-block;
  font-size: 2.6rem;
  line-height: 100px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .o-c-btn__round a, .o-c-btn__round div{
    max-width: 500px;
    font-size: 2.4rem;
    line-height: 90px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-btn__round a, .o-c-btn__round div{
    max-width: 450px;
    font-size: 2.2rem;
    line-height: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-btn__round a, .o-c-btn__round div{
    max-width: 400px;
    font-size: 1.7rem;
    line-height: 60px;
  }
}
.o-c-btn__round a span, .o-c-btn__round div span{
  position: relative;
  padding-right: 28px;
}
@media screen and (max-width: 700px) {
  .o-c-btn__round a span, .o-c-btn__round div span{
    padding-right: 20px;
  }
}
.o-c-btn__round a span::before, .o-c-btn__round a span::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.o-c-btn__round a span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  top: calc(50% - 1px);
  right: 0;
}
@media screen and (max-width: 700px) {
  .o-c-btn__round a span::before {
    width: 10px;
    height: 10px;
  }
}
.o-c-btn__round a span::after {
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: calc(50% + 4px);
  right: 7px;
}
@media screen and (max-width: 700px) {
  .o-c-btn__round a span::after {
    width: 6px;
    height: 6px;
  }
}
.o-c-btn__round a:hover {
  background-color: #1D50A2 !important;
}
.o-c-btn__round.green a {
  background-color: #6CBB5A;
}
.o-c-btn__round.blue a {
  background-color: #2778BE;
}

/*-- 20250912 add --*/
.o-c-btn__round.gray div {
  background-color: #CCC;
}

.o-c-btn__blank {
  display: inline-block;
  padding-right: 22px;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 700px) {
  .o-c-btn__blank {
    padding-right: 18px;
  }
}
.o-c-btn__blank::before, .o-c-btn__blank::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.o-c-btn__blank::before {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  top: calc(50% - 1px);
  right: 0;
}
@media screen and (max-width: 700px) {
  .o-c-btn__blank::before {
    width: 10px;
    height: 10px;
  }
}
.o-c-btn__blank::after {
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  top: calc(50% + 4px);
  right: 7px;
}
@media screen and (max-width: 700px) {
  .o-c-btn__blank::after {
    width: 6px;
    height: 6px;
  }
}
.o-c-btn__blank:hover {
  color: #2778BE;
}
.o-c-btn__blank:hover::before, .o-c-btn__blank:hover::after {
  border-color: #2778BE;
}

.o-c__editor + h2 {
  margin-top: 0 !important;
}
.o-c__editor h2 {
  margin: 60px 0 30px;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #C5C5C5;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .o-c__editor h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c__editor h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c__editor h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
.o-c__editor h2::before {
  content: "";
  width: 140px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#2778BE), to(#6CBB5A));
  background: linear-gradient(to right, #2778BE, #6CBB5A);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 700px) {
  .o-c__editor h2::before {
    width: 60px;
  }
}
.o-c__editor h3 {
  margin: 40px 0 30px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .o-c__editor h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c__editor h3 {
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c__editor h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.o-c__editor h3::before {
  content: "";
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2778BE), to(#6CBB5A));
  background: linear-gradient(#2778BE, #6CBB5A);
  position: absolute;
  top: 0;
  left: 0;
}
.o-c__editor h4 {
  margin: 30px 0;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2778BE;
}
@media screen and (max-width: 1200px) {
  .o-c__editor h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c__editor h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 15px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c__editor h4 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.o-c__editor p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor p {
    margin-bottom: 20px;
  }
}
.o-c__editor strong {
  font-weight: 700;
}
.o-c__editor ul:not(.blocks-gallery-grid),
.o-c__editor ol {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor ul:not(.blocks-gallery-grid),
  .o-c__editor ol {
    margin-bottom: 20px;
  }
}
.o-c__editor ul:not(.blocks-gallery-grid).has-background,
.o-c__editor ol.has-background {
  padding: 30px;
}
@media screen and (max-width: 700px) {
  .o-c__editor ul:not(.blocks-gallery-grid).has-background,
  .o-c__editor ol.has-background {
    padding: 15px;
  }
}
.o-c__editor figure.wp-block-image {
  margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor figure.wp-block-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-c__editor figure.wp-block-image {
    width: 100% !important;
  }
}
.o-c__editor figure.wp-block-image img {
  max-width: 100%;
  height: auto !important;
  display: block;
  border-radius: 15px;
}
.o-c__editor figcaption {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #888;
}
.o-c__editor .wp-block-gallery {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor .wp-block-gallery {
    margin-bottom: 20px;
  }
}
.o-c__editor .wp-block-gallery .wp-element-caption {
  position: relative !important;
  background: #fff !important;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #888 !important;
  text-align: left !important;
}
.o-c__editor figure.wp-block-gallery.has-nested-images {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .o-c__editor figure.wp-block-gallery.has-nested-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.o-c__editor figure.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  padding: 0 10px;
}
@media screen and (max-width: 700px) {
  .o-c__editor figure.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.o-c__editor a:not(.wp-block-button__link),
.o-c__editor a:visited {
  text-decoration: none;
  border-bottom: 1px solid #2778BE;
  font-weight: bold;
  padding: 0 2px;
  color: #2778BE;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.o-c__editor a:not(.wp-block-button__link) img,
.o-c__editor a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
.o-c__editor a:not(.wp-block-button__link):hover,
.o-c__editor a:visited:hover {
  color: #6CBB5A;
  border-color: #6CBB5A;
}
.o-c__editor figure.is-type-video {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor figure.is-type-video {
    margin-bottom: 20px;
  }
}
.o-c__editor figure.is-type-video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.3%;
}
.o-c__editor figure.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.o-c__editor figure.is-type-video .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-spacer {
    height: 30px !important;
  }
}
.o-c__editor .wp-block-quote {
  padding: 10px 20px;
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-quote {
    padding: 5px 15px;
    border-width: 4px;
    margin-bottom: 20px;
  }
}
.o-c__editor .wp-block-quote p {
  color: rgba(0, 0, 0, 0.25);
  line-height: 1.8;
  font-style: italic;
}
.o-c__editor .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.o-c__editor .wp-block-quote cite {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.o-c__editor .wp-embedded-content {
  max-width: 100%;
  width: 100%;
}
.o-c__editor .wp-block-buttons {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor .wp-block-buttons {
    margin-bottom: 20px;
  }
}
.o-c__editor .wp-block-buttons .wp-block-button {
  width: 100%;
  text-align: center;
}
.o-c__editor .wp-block-buttons .wp-block-button a {
  display: inline-block;
  min-width: 360px;
  padding: 18px 20px 20px;
  border-radius: 50px;
  margin-top: 0;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  background-color: #2778BE;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .o-c__editor .wp-block-buttons .wp-block-button a {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c__editor .wp-block-buttons .wp-block-button a {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 13px 15px 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c__editor .wp-block-buttons .wp-block-button a {
    font-size: 1.6rem;
    line-height: 1.4;
    min-width: auto;
    padding: 13px 5px 15px;
    width: 100%;
  }
}
.o-c__editor .wp-block-buttons .wp-block-button a:hover {
  background-color: #6CBB5A;
}
.o-c__editor .wp-block-buttons .wp-block-button a span {
  padding-right: 25px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-buttons .wp-block-button a span {
    padding-right: 20px;
  }
}
.o-c__editor .wp-block-buttons .wp-block-button a span::before, .o-c__editor .wp-block-buttons .wp-block-button a span::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.o-c__editor .wp-block-buttons .wp-block-button a span::before {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  top: calc(50% - 1px);
  right: 0;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-buttons .wp-block-button a span::before {
    width: 10px;
    height: 10px;
  }
}
.o-c__editor .wp-block-buttons .wp-block-button a span::after {
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: calc(50% + 4px);
  right: 7px;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-buttons .wp-block-button a span::after {
    width: 6px;
    height: 6px;
  }
}
.o-c__editor .wp-block-table {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .o-c__editor .wp-block-table {
    margin-bottom: 20px;
  }
}
.o-c__editor .wp-block-table table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #CCC;
}
.o-c__editor .wp-block-table table tr {
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-table table tr {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.o-c__editor .wp-block-table table tr td {
  border: none;
}
.o-c__editor .wp-block-table table tr td:first-child {
  white-space: nowrap;
  color: #6CBB5A;
  font-weight: 700;
  padding: 15px;
  width: 160px;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-table table tr td:first-child {
    padding: 0;
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
  }
}
.o-c__editor .wp-block-table table tr td:last-child {
  padding: 15px;
}
@media screen and (max-width: 700px) {
  .o-c__editor .wp-block-table table tr td:last-child {
    padding: 0;
    display: block;
    width: 100%;
    border: none;
  }
}
.o-c__editor .wp-block-table table tr:last-child td {
  border-bottom: none !important;
}

.o-c-list__ul > li,
.o-c__editor ul > li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .o-c-list__ul > li,
  .o-c__editor ul > li {
    margin-bottom: 8px;
    padding-left: 15px;
  }
}
.o-c-list__ul > li:last-child,
.o-c__editor ul > li:last-child {
  margin-bottom: 0 !important;
}
.o-c-list__ul > li::before,
.o-c__editor ul > li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 14px;
  left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .o-c-list__ul > li::before,
  .o-c__editor ul > li::before {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-list__ul > li::before,
  .o-c__editor ul > li::before {
    width: 4px;
    height: 4px;
    top: 12px;
  }
}
.o-c-list__ul > li a,
.o-c__editor ul > li a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.o-c-list__ul > li a:hover,
.o-c__editor ul > li a:hover {
  color: #2778BE;
}

.o-c__editor ul li::before {
  background-color: #2778BE;
}

.o-c__editor ol {
  list-style: none;
  counter-reset: li_count;
}
.o-c__editor ol li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .o-c__editor ol li {
    margin-bottom: 8px;
    padding-left: 20px;
  }
}
.o-c__editor ol li:last-child {
  margin-bottom: 0;
}
.o-c__editor ol li::before {
  counter-increment: li_count;
  content: counter(li_count);
  font-size: 1.1em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2778BE;
  position: absolute;
  top: 0;
  left: 5px;
}

.o-c__loading {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-c__loading .spinner-box {
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
@media screen and (max-width: 1100px) {
  .o-c__loading .spinner-box {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-c__loading .spinner-box {
    width: 160px;
    height: 160px;
  }
}
.o-c__loading .spinner-box .circle-border {
  width: 100px;
  height: 100px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #2778BE;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, rgba(39, 120, 190, 0.1)), to(#2778be));
  background: linear-gradient(0deg, rgba(39, 120, 190, 0.1) 33%, #2778be 100%);
  -webkit-animation: spin 1s linear 0s infinite;
          animation: spin 1s linear 0s infinite;
}
@media screen and (max-width: 1200px) {
  .o-c__loading .spinner-box .circle-border {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c__loading .spinner-box .circle-border {
    width: 60px;
    height: 60px;
  }
}
.o-c__loading .spinner-box .circle-border .circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.o-c-table__line {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .o-c-table__line {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) and (max-width: 700px) {
  .o-c-table__line {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .o-c-table__line tbody {
    width: 100%;
    display: block;
  }
}
.o-c-table__line tbody tr {
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (max-width: 700px) {
  .o-c-table__line tbody tr {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.o-c-table__line tbody tr th {
  width: 160px;
  font-weight: 700;
  padding: 30px 0 30px 20px;
  vertical-align: baseline;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .o-c-table__line tbody tr th {
    padding: 25px 0 25px 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-table__line tbody tr th {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
  }
}
.o-c-table__line tbody tr th::before {
  content: "";
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#6CBB5A), to(#2778BE));
  background: linear-gradient(to right, #6CBB5A, #2778BE);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 700px) {
  .o-c-table__line tbody tr th::before {
    width: 5px;
    height: 80%;
    bottom: 10%;
    background: -webkit-gradient(linear, left top, left bottom, from(#6CBB5A), to(#2778BE));
    background: linear-gradient(#6CBB5A, #2778BE);
  }
}
.o-c-table__line tbody tr td {
  padding: 30px 10px 30px 20px;
}
@media screen and (max-width: 1200px) {
  .o-c-table__line tbody tr td {
    padding: 25px 10px 25px 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-table__line tbody tr td {
    width: 100%;
    display: block;
    padding: 6px 0 20px 0;
  }
}
.o-c-table__line tbody tr td span {
  display: inline-block;
}
.o-c-table__line tbody tr td a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.o-c-table__line tbody tr td a.inline-link {
  border-bottom: 1px solid #2778BE;
}
.o-c-table__line tbody tr td a.inline-link:hover {
  color: #2778BE;
}
.o-c-table__line tbody tr td span {
  display: inline-block;
}
.o-c-table__line tbody tr td span.mt10 {
  margin: 5px 0;
}
.o-c-table__line tbody tr td span.indent20 {
  text-indent: -20px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .o-c-table__line tbody tr td span.indent20 {
    text-indent: -18px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-table__line tbody tr td span.indent20 {
    text-indent: -16px;
    margin-left: 16px;
  }
}
.o-c-table__line tbody tr td span.indent25 {
  text-indent: -25px;
  margin-left: 25px;
}
@media screen and (max-width: 1200px) {
  .o-c-table__line tbody tr td span.indent25 {
    text-indent: -24px;
    margin-left: 24px;
  }
}
.o-c-table__line tbody tr td span.indent110 {
  text-indent: -110px;
  margin-left: 110px;
}
@media screen and (max-width: 1200px) {
  .o-c-table__line tbody tr td span.indent110 {
    text-indent: -100px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-table__line tbody tr td span.indent110 {
    text-indent: -87px;
    margin-left: 87px;
  }
}

.o-c-tit__main {
  position: relative;
}
.o-c-tit__main__visual {
  height: 380px;
  padding-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__main__visual {
    height: 360px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__main__visual {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__main__visual {
    height: 200px;
  }
}
.o-c-tit__main__visual__txt {
  color: #fff;
  position: relative;
  z-index: 3;
}
.o-c-tit__main__visual__txt .en {
  font-size: 8.2rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__main__visual__txt .en {
    font-size: 7.6rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__main__visual__txt .en {
    font-size: 7rem;
    line-height: 1;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__main__visual__txt .en {
    font-size: 4.2rem;
    line-height: 1;
  }
}
.o-c-tit__main__visual__txt .ja {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__main__visual__txt .ja {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__main__visual__txt .ja {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__main__visual__txt .ja {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.o-c-tit__main__visual::before, .o-c-tit__main__visual::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.o-c-tit__main__visual::before {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.o-c-tit__main__visual::after {
  width: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, black, rgba(0, 0, 0, 0));
  z-index: 2;
}
body.page-template-page-about .o-c-tit__main__visual::before {
  background-image: url("../img/about/head-image.jpg");
}
body.page-template-page-message .o-c-tit__main__visual::before {
  background-image: url("../img/message/head-image.jpg");
}
body.page-template-page-environment .o-c-tit__main__visual::before {
  background-image: url("../img/environment/head-image.jpg");
}
body.post-type-archive-event .o-c-tit__main__visual::before, body.tax-event_cat .o-c-tit__main__visual::before, body.single-event .o-c-tit__main__visual::before {
  background-image: url("../img/event/head-image.jpg");
}
body.page-template-page-career .o-c-tit__main__visual::before {
  background-image: url("../img/career/head-image.jpg");
}
body.page-template-page-challenge .o-c-tit__main__visual::before {
  background-image: url("../img/challenge/head-image.jpg");
}
body.page-template-page-newgraduate .o-c-tit__main__visual::before {
  background-image: url("../img/newgraduate/head-image.jpg");
}
body.page-template-page-internship .o-c-tit__main__visual::before {
  background-image: url("../img/internship/head-image.jpg");
}
body.page-template-page-data .o-c-tit__main__visual::before {
  background-image: url("../img/data/head-image.jpg");
}
body.page-template-page-interview .o-c-tit__main__visual::before {
  background-image: url("../img/interview/index/head-image.jpg");
}
body.error404 .o-c-tit__main__visual::before {
  background-image: url("../img/event/head-image.jpg");
}

.o-c-tit__main__visual.show::before {
  opacity: 1;
}
.o-c-tit__main__visual.show::after {
  opacity: 0.3;
}
.o-c-tit__main__breadcrumb {
  position: absolute;
  top: 390px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__main__breadcrumb {
    top: 370px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__main__breadcrumb {
    top: 310px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__main__breadcrumb {
    top: 210px;
  }
}
.o-c-tit__main__breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.o-c-tit__main__breadcrumb ol li {
  position: relative;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .o-c-tit__main__breadcrumb ol li {
    padding-right: 20px;
  }
}
.o-c-tit__main__breadcrumb ol li::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
  position: absolute;
  top: calc(50% + 2px);
  right: 11px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 700px) {
  .o-c-tit__main__breadcrumb ol li::after {
    width: 8px;
    height: 8px;
    right: 9px;
    top: calc(50% + 1px);
  }
}
.o-c-tit__main__breadcrumb ol li:last-child .item span {
  color: #2778BE;
}
.o-c-tit__main__breadcrumb ol li:last-child::after {
  display: none;
}
.o-c-tit__main__breadcrumb ol li .item {
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .o-c-tit__main__breadcrumb ol li .item {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.o-c-tit__main__breadcrumb ol li .item span {
  display: inline-block;
}
.o-c-tit__main__breadcrumb ol li .item span.f-font__en {
  text-transform: uppercase;
}
.o-c-tit__main__breadcrumb ol li .item span.f-font__en.mix {
  text-transform: capitalize;
}
.o-c-tit__main__breadcrumb ol li a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.o-c-tit__main__breadcrumb ol li a:hover {
  opacity: 0.5;
}

.o-c-tit__sub {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__sub {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-c-tit__sub {
    margin-bottom: 30px;
  }
}
.o-c-tit__sub__en {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 8.2rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__sub__en {
    font-size: 7.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__sub__en {
    font-size: 7.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__sub__en {
    margin-bottom: 5px;
    font-size: 4.2rem;
    line-height: 1;
  }
}
.o-c-tit__sub__en.blue {
  color: #2778BE;
}
.o-c-tit__sub__en.green {
  color: #6CBB5A;
}
.o-c-tit__sub__en.navy {
  color: #1D50A2;
}
.o-c-tit__sub__ja {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .o-c-tit__sub__ja {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__sub__ja {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.o-c-tit__sub.right {
  text-align: right;
}
.o-c-tit__sub.center {
  text-align: center;
}
.o-c-tit__sub.short {
  margin-bottom: 0;
}
.o-c-tit__sub.short .o-c-tit__sub__en {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__sub.short .o-c-tit__sub__en {
    font-size: 5.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__sub.short .o-c-tit__sub__en {
    font-size: 5.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__sub.short .o-c-tit__sub__en {
    font-size: 3.8rem;
    line-height: 1;
    padding-right: 3px;
  }
}
.o-c-tit__sub.spiral {
  text-align: center;
}
.o-c-tit__sub.spiral .o-c-tit__sub__en {
  font-size: 6.6rem;
  line-height: 1;
  color: #015A77;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__sub.spiral .o-c-tit__sub__en {
    font-size: 6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__sub.spiral .o-c-tit__sub__en {
    font-size: 5.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__sub.spiral .o-c-tit__sub__en {
    font-size: 4.2rem;
    line-height: 1;
  }
}
.o-c-tit__sub.spiral .o-c-tit__sub__ja {
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .o-c-tit__sub.spiral .o-c-tit__sub__ja {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__sub.spiral .o-c-tit__sub__ja {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.o-c-tit__sub.top01 .o-c-tit__sub__en {
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .o-c-tit__sub.top01 .o-c-tit__sub__en {
    font-size: 8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
  .o-c-tit__sub.top01 .o-c-tit__sub__en {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 700px) {
  .o-c-tit__sub.top01 .o-c-tit__sub__en {
    font-size: 5rem;
    line-height: 1;
  }
}
.o-c-tit__sub.top01 .o-c-tit__sub__ja {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .o-c-tit__sub.top01 .o-c-tit__sub__ja {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.o-c-tit__sub.top02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1300px) {
  .o-c-tit__sub.top02 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .o-c-tit__sub.top02 {
    margin-bottom: 50px;
  }
}
.o-c-tit__sub.top02 .o-c-tit__sub__en {
  font-size: 9rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .o-c-tit__sub.top02 .o-c-tit__sub__en {
    font-size: 8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .o-c-tit__sub.top02 .o-c-tit__sub__en {
    font-size: 7.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__sub.top02 .o-c-tit__sub__en {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.o-c-tit__sub.top02 .o-c-tit__sub__ja {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .o-c-tit__sub.top02 .o-c-tit__sub__ja {
    font-size: 2.2rem;
    line-height: 1;
  }
}

.o-c-tit__line {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__line {
    margin-bottom: 40px;
  }
}
.o-c-tit__line span {
  font-size: 3rem;
  line-height: 1;
  color: #1D50A2;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .o-c-tit__line span {
    font-size: 2.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-c-tit__line span {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-c-tit__line span {
    font-size: 2rem;
    line-height: 1;
    padding: 0 6px;
  }
}
.o-c-tit__line::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1D50A2;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.o-c-tit__line.gray span {
  background-color: #F2F2F2;
}

.o-hamburger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .o-hamburger {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 101;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-hamburger {
    width: 50px;
    height: 50px;
    right: 0px;
    top: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .o-hamburger::before, .o-hamburger::after {
    content: "";
    display: block;
    height: 2px;
    width: 36px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-hamburger::before, .o-hamburger::after {
    right: 0;
    width: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .scroll-down .o-hamburger::before, .scroll-down .o-hamburger::after {
    background-color: #1D50A2;
  }
  .o-hamburger::before {
    top: calc(50% - 7px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-hamburger::before {
    top: calc(50% - 5px);
  }
}
@media screen and (max-width: 1200px) {
  .o-hamburger::after {
    top: calc(50% + 6px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-hamburger::after {
    top: calc(50% + 4px);
  }
}
@media screen and (max-width: 1200px) {
  .o-hamburger.active::before, .o-hamburger.active::after {
    background-color: #fff !important;
    top: 28px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-hamburger.active::before, .o-hamburger.active::after {
    top: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .o-hamburger.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.active span {
    opacity: 0;
  }
  .o-hamburger.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.o-hamburger.white::before, .o-hamburger.white::after {
  background-color: #fff;
}

.inview-target {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.o-c-tit__sub__en > span,
.block__left__tit__en > span {
  display: inline-block;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
}
.o-c-tit__sub__en > span.show:nth-child(1),
.block__left__tit__en > span.show:nth-child(1) {
  -webkit-animation: title 0.2s ease-in-out 0.23s forwards;
          animation: title 0.2s ease-in-out 0.23s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(2),
.block__left__tit__en > span.show:nth-child(2) {
  -webkit-animation: title 0.2s ease-in-out 0.26s forwards;
          animation: title 0.2s ease-in-out 0.26s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(3),
.block__left__tit__en > span.show:nth-child(3) {
  -webkit-animation: title 0.2s ease-in-out 0.29s forwards;
          animation: title 0.2s ease-in-out 0.29s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(4),
.block__left__tit__en > span.show:nth-child(4) {
  -webkit-animation: title 0.2s ease-in-out 0.32s forwards;
          animation: title 0.2s ease-in-out 0.32s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(5),
.block__left__tit__en > span.show:nth-child(5) {
  -webkit-animation: title 0.2s ease-in-out 0.35s forwards;
          animation: title 0.2s ease-in-out 0.35s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(6),
.block__left__tit__en > span.show:nth-child(6) {
  -webkit-animation: title 0.2s ease-in-out 0.38s forwards;
          animation: title 0.2s ease-in-out 0.38s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(7),
.block__left__tit__en > span.show:nth-child(7) {
  -webkit-animation: title 0.2s ease-in-out 0.41s forwards;
          animation: title 0.2s ease-in-out 0.41s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(8),
.block__left__tit__en > span.show:nth-child(8) {
  -webkit-animation: title 0.2s ease-in-out 0.44s forwards;
          animation: title 0.2s ease-in-out 0.44s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(9),
.block__left__tit__en > span.show:nth-child(9) {
  -webkit-animation: title 0.2s ease-in-out 0.47s forwards;
          animation: title 0.2s ease-in-out 0.47s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(10),
.block__left__tit__en > span.show:nth-child(10) {
  -webkit-animation: title 0.2s ease-in-out 0.5s forwards;
          animation: title 0.2s ease-in-out 0.5s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(11),
.block__left__tit__en > span.show:nth-child(11) {
  -webkit-animation: title 0.2s ease-in-out 0.53s forwards;
          animation: title 0.2s ease-in-out 0.53s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(12),
.block__left__tit__en > span.show:nth-child(12) {
  -webkit-animation: title 0.2s ease-in-out 0.56s forwards;
          animation: title 0.2s ease-in-out 0.56s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(13),
.block__left__tit__en > span.show:nth-child(13) {
  -webkit-animation: title 0.2s ease-in-out 0.59s forwards;
          animation: title 0.2s ease-in-out 0.59s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(14),
.block__left__tit__en > span.show:nth-child(14) {
  -webkit-animation: title 0.2s ease-in-out 0.62s forwards;
          animation: title 0.2s ease-in-out 0.62s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(15),
.block__left__tit__en > span.show:nth-child(15) {
  -webkit-animation: title 0.2s ease-in-out 0.65s forwards;
          animation: title 0.2s ease-in-out 0.65s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(16),
.block__left__tit__en > span.show:nth-child(16) {
  -webkit-animation: title 0.2s ease-in-out 0.68s forwards;
          animation: title 0.2s ease-in-out 0.68s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(17),
.block__left__tit__en > span.show:nth-child(17) {
  -webkit-animation: title 0.2s ease-in-out 0.71s forwards;
          animation: title 0.2s ease-in-out 0.71s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(18),
.block__left__tit__en > span.show:nth-child(18) {
  -webkit-animation: title 0.2s ease-in-out 0.74s forwards;
          animation: title 0.2s ease-in-out 0.74s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(19),
.block__left__tit__en > span.show:nth-child(19) {
  -webkit-animation: title 0.2s ease-in-out 0.77s forwards;
          animation: title 0.2s ease-in-out 0.77s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(20),
.block__left__tit__en > span.show:nth-child(20) {
  -webkit-animation: title 0.2s ease-in-out 0.8s forwards;
          animation: title 0.2s ease-in-out 0.8s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(21),
.block__left__tit__en > span.show:nth-child(21) {
  -webkit-animation: title 0.2s ease-in-out 0.83s forwards;
          animation: title 0.2s ease-in-out 0.83s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(22),
.block__left__tit__en > span.show:nth-child(22) {
  -webkit-animation: title 0.2s ease-in-out 0.86s forwards;
          animation: title 0.2s ease-in-out 0.86s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(23),
.block__left__tit__en > span.show:nth-child(23) {
  -webkit-animation: title 0.2s ease-in-out 0.89s forwards;
          animation: title 0.2s ease-in-out 0.89s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(24),
.block__left__tit__en > span.show:nth-child(24) {
  -webkit-animation: title 0.2s ease-in-out 0.92s forwards;
          animation: title 0.2s ease-in-out 0.92s forwards;
}
.o-c-tit__sub__en > span.show:nth-child(25),
.block__left__tit__en > span.show:nth-child(25) {
  -webkit-animation: title 0.2s ease-in-out 0.95s forwards;
          animation: title 0.2s ease-in-out 0.95s forwards;
}
@-webkit-keyframes title {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes title {
  0% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.o-p-other-link {
  border-top: 1px solid #2778BE;
  border-bottom: 1px solid #2778BE;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .o-p-other-link {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-other-link {
    margin-bottom: 30px;
  }
}
.o-p-other-link__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  margin: 50px auto;
}
@media screen and (max-width: 1200px) {
  .o-p-other-link__inn {
    margin: 35px auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-other-link__inn {
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.o-p-other-link__inn__list {
  width: 560px;
}
@media screen and (max-width: 900px) {
  .o-p-other-link__inn__list {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .o-p-other-link__inn__list {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.o-p-other-link__inn__list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .o-p-other-link__inn__list li {
    margin-bottom: 10px;
  }
}
.o-p-other-link__inn__list li:last-child {
  margin-bottom: 0;
}
.o-p-other-link__inn__list li a {
  display: block;
  position: relative;
  font-size: 2.6rem;
  line-height: 100px;
  padding-left: 50px;
  border-radius: 100px;
  border: 1px solid #D3D3D3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .o-p-other-link__inn__list li a {
    font-size: 2.2rem;
    line-height: 70px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .o-p-other-link__inn__list li a {
    font-size: 1.6rem;
    line-height: 55px;
    padding-left: 25px;
  }
}
.o-p-other-link__inn__list li a span {
  position: relative;
  z-index: 2;
}
.o-p-other-link__inn__list li a::before {
  content: attr(data-text);
  font-size: 5.6rem;
  line-height: 1;
  color: #F2F2F2;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .o-p-other-link__inn__list li a::before {
    font-size: 5.5vw;
    right: 30px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .o-p-other-link__inn__list li a::before {
    font-size: 8.2vw;
    right: 15px;
  }
}
.o-p-other-link__inn__list li a:hover::before {
  color: rgba(39, 120, 190, 0.2);
}

.o-p-sec__mw1280 {
  max-width: 1380px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .o-p-sec__mw1280 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-sec__mw1280 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) and (max-width: 350px) {
  .o-p-sec__mw1280 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.o-p-sec__mw1080 {
  max-width: 1180px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .o-p-sec__mw1080 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-sec__mw1080 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) and (max-width: 350px) {
  .o-p-sec__mw1080 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.o-p-sec__mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .o-p-sec__mb180 {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-sec__mb180 {
    margin-bottom: 100px;
  }
}

.o-p-sec__glay {
  padding: 140px 0 160px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  .o-p-sec__glay {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-sec__glay {
    padding: 80px 0;
  }
}

.o-p-sec__glaypage {
  background-color: #F2F2F2;
  padding: 100px 0 180px;
}
@media screen and (max-width: 1200px) {
  .o-p-sec__glaypage {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-sec__glaypage {
    padding: 80px 0 90px;
  }
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.o-p-eventlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-p-eventlist__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.o-p-eventlist__li:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.o-p-eventlist__li a {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.o-p-eventlist__li a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.o-p-eventlist__li a .image {
  overflow: hidden;
  position: relative;
}
.o-p-eventlist__li a .image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.o-p-eventlist__li a .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.o-p-eventlist__li a .image__label {
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 5px 0 6px;
  background-color: #6CBB5A;
  color: #fff;
  text-align: center;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 15px;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .o-p-eventlist__li a .image__label {
    font-size: 1.1rem;
    line-height: 1.2;
    width: 90px;
    padding: 3px 0 5px;
  }
}
.o-p-eventlist__li a .text {
  padding: 20px 20px 50px;
}
@media screen and (max-width: 1200px) {
  .o-p-eventlist__li a .text {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-eventlist__li a .text {
    padding: 20px 20px 35px;
  }
}
.o-p-eventlist__li a .text__cat {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #2778BE;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .o-p-eventlist__li a .text__cat {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-eventlist__li a .text__cat {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.o-p-eventlist__li a .text__cat span {
  display: inline-block;
}
.o-p-eventlist__li a .text__cat span::after {
  content: "／";
}
.o-p-eventlist__li a .text__cat span:last-child::after {
  display: none;
}
.o-p-eventlist__li a .text__tit {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .o-p-eventlist__li a .text__tit {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) {
  .o-p-eventlist__li a .text__tit {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) and (max-width: 700px) {
  .o-p-eventlist__li a .text__tit {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.o-p-eventlist__li a .text__day {
  font-size: 1.3rem;
  line-height: 1;
  color: #9D9D9D;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 700px) {
  .o-p-eventlist__li a .text__day {
    font-size: 0.8rem;
    line-height: 1.4;
    bottom: 15px;
    right: 15px;
  }
}
.o-p-eventlist.top {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .o-p-eventlist.top {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .o-p-eventlist.top {
    width: 100%;
  }
}
.o-p-eventlist.top .o-p-eventlist__li {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .o-p-eventlist.top .o-p-eventlist__li {
    width: 100%;
    margin: 0 0 15px;
  }
  .o-p-eventlist.top .o-p-eventlist__li:nth-child(3n) {
    margin-right: 0;
  }
}
.o-p-eventlist.top .o-p-eventlist__li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.o-p-eventlist.top .o-p-eventlist__li a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .o-p-eventlist.top .o-p-eventlist__li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-eventlist.top .o-p-eventlist__li a {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media screen and (max-width: 1100px) {
  .o-p-eventlist.top .o-p-eventlist__li a .image {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-eventlist.top .o-p-eventlist__li a .image {
    width: 160px;
  }
}
.o-p-eventlist.top .o-p-eventlist__li a .image.noimage {
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 1100px) {
  .o-p-eventlist.top .o-p-eventlist__li a .image.noimage {
    border-bottom: none;
    border-right: 1px solid #F2F2F2;
  }
}
@media screen and (max-width: 1100px) {
  .o-p-eventlist.top .o-p-eventlist__li a .text {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-eventlist.top .o-p-eventlist__li a .text {
    width: calc(100% - 160px);
    padding: 18px 15px 35px;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
  .o-p-eventlist.archive .o-p-eventlist__li {
    margin-bottom: 30px;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.o-p-eventlist.archive .o-p-eventlist__li a .image {
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .image {
    width: 240px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .image {
    width: 100%;
    height: auto;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li a .image::before {
  height: 100%;
  padding-top: 0;
}
@media screen and (max-width: 700px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .image::before {
    height: auto;
    padding-top: 60%;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li a .image.noimage {
  border-right: 1px solid #F2F2F2;
}
@media screen and (max-width: 700px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .image.noimage {
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li a .text {
  width: calc(100% - 300px);
  padding-left: 30px;
}
@media screen and (max-width: 1300px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .text {
    width: calc(100% - 240px);
    padding-left: 25px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .text {
    width: 100%;
    padding-left: 20px;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li a .text__cat {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .text__cat {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .text__cat {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) and (max-width: 700px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .text__cat {
    margin-bottom: 5px;
  }
}
.o-p-eventlist.archive .o-p-eventlist__li a .text__read p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .o-p-eventlist.archive .o-p-eventlist__li a .text__read p {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.o-p-eventlist.single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .o-p-eventlist.single {
    max-width: 700px;
    margin: 0 auto;
  }
}
.o-p-eventlist.single .o-p-eventlist__li {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1000px) {
  .o-p-eventlist.single .o-p-eventlist__li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.o-p-eventlist.single .o-p-eventlist__li:last-child {
  margin-right: 0;
}
.o-p-eventlist.single .o-p-eventlist__li a {
  display: block;
}
@media screen and (max-width: 1000px) {
  .o-p-eventlist.single .o-p-eventlist__li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-p-eventlist.single .o-p-eventlist__li a {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
@media screen and (max-width: 1000px) {
  .o-p-eventlist.single .o-p-eventlist__li a .image {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-p-eventlist.single .o-p-eventlist__li a .image {
    width: 160px;
    padding-top: 0;
    height: inherit;
  }
}
.o-p-eventlist.single .o-p-eventlist__li a .image.noimage {
  border-bottom: 1px solid #F2F2F2;
}
@media screen and (max-width: 1000px) {
  .o-p-eventlist.single .o-p-eventlist__li a .image.noimage {
    border-bottom: none;
    border-right: 1px solid #F2F2F2;
  }
}
@media screen and (max-width: 1000px) {
  .o-p-eventlist.single .o-p-eventlist__li a .text {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-p-eventlist.single .o-p-eventlist__li a .text {
    width: calc(100% - 160px);
  }
  .o-p-eventlist.single .o-p-eventlist__li a .text__cat {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .o-p-eventlist.single .o-p-eventlist__li a .text__tit {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .o-p-eventlist.single .o-p-eventlist__li a .text__day {
    font-size: 0.8rem;
    line-height: 1.4;
    bottom: 15px;
    right: 15px;
  }
}

#requirement {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 700px) {
  #requirement {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.o-p-recruitment__job__navi {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__navi {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-recruitment__job__navi {
    max-width: 500px;
    margin: 0 auto 30px;
  }
}
.o-p-recruitment__job__navi > li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 700px) {
  .o-p-recruitment__job__navi > li {
    width: 100%;
  }
  .o-p-recruitment__job__navi > li:last-child {
    margin-top: 10px;
  }
}
.o-p-recruitment__job__navi > li a {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  border-radius: 50px;
  background: url("../img/recruitment/tab__plus-pc.png") center right 20px/30px no-repeat #1D50A2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__navi > li a {
    font-size: 2.1rem;
    line-height: 1.4;
    padding: 0 30px;
    height: 70px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__job__navi > li a {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 20px;
    height: 60px;
    background-position: center right 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__job__navi > li a {
    font-size: 1.6rem;
    line-height: 1.4;
    height: 55px;
    background: url("../img/recruitment/tab__plus-sp.png") center right 15px/20px no-repeat #F2F2F2;
  }
}
.o-p-recruitment__job__navi > li a.active {
  color: #fff;
  background-color: #1D50A2;
  background-image: url("../img/recruitment/tab__minus-pc.png");
}
@media screen and (max-width: 700px) {
  .o-p-recruitment__job__navi > li a.active {
    background-image: url("../img/recruitment/tab__minus-sp.png");
  }
}
.o-p-recruitment__job__cont .block .o-c-tit__sub {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block .o-c-tit__sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block .o-c-tit__sub {
    margin-bottom: 25px;
  }
}
.o-p-recruitment__job__cont .block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-p-recruitment__job__cont .block__top__txt {
  width: 600px;
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__top__txt {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) {
  .o-p-recruitment__job__cont .block__top__txt {
    width: 100%;
  }
}
.o-p-recruitment__job__cont .block__top__txt__copy {
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block__top__txt__copy {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__top__txt__copy {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 900px) {
  .o-p-recruitment__job__cont .block__top__txt__copy {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 900px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block__top__txt__copy {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__top__txt__copy .br1000 {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) {
  .o-p-recruitment__job__cont .block__top__txt__copy .br1000 {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block__top__txt__copy .br1000 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block__top__txt__read {
    font-size: 1.5rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block__top__txt__read {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
.o-p-recruitment__job__cont .block__top__img {
  width: calc(100% - 600px);
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block__top__img {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__top__img {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 900px) {
  .o-p-recruitment__job__cont .block__top__img {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .o-p-recruitment__job__cont .block__top__img img {
    max-width: 440px;
    width: 100%;
  }
}
.o-p-recruitment__job__cont .block__bottom {
  margin-top: 80px;
  padding-left: 150px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block__bottom {
    padding-left: 120px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__bottom {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block__bottom {
    margin-top: 50px;
  }
}
.o-p-recruitment__job__cont .block__bottom::before {
  content: "REQUIREMENT";
  color: #F2F2F2;
  font-family: "Inter", sans-serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block__bottom::before {
    font-size: 10rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__bottom::before {
    font-size: 8rem;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block__bottom::before {
    font-size: 4rem;
    line-height: 1;
  }
}
.o-p-recruitment__job__cont .block__bottom__tit {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #1D50A2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__job__cont .block__bottom__tit {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__job__cont .block__bottom__tit {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__job__cont .block__bottom__tit {
    font-size: 2rem;
    line-height: 1.2;
    padding-top: 20px;
  }
}
.o-p-recruitment__job__cont .block__bottom .o-c-table__line {
  max-width: 930px;
}
.o-p-recruitment__job__cont .block__bottom .o-c-table__line .o-c-list__ul.nomark > li {
  padding-left: 0;
}
.o-p-recruitment__job__cont .block__bottom .o-c-table__line .o-c-list__ul.nomark > li::before {
  display: none;
}

.o-p-recruitment__flow__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-p-recruitment__flow__inn .o-c-tit__sub {
  width: 260px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__flow__inn .o-c-tit__sub {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.o-p-recruitment__flow__inn__list {
  list-style-type: none;
  counter-reset: li_count;
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .o-p-recruitment__flow__inn__list {
    max-width: 820px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1200px) {
  .o-p-recruitment__flow__inn__list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list {
    max-width: 700px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__flow__inn__list {
    max-width: 250px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.o-p-recruitment__flow__inn__list::before {
  content: "";
  width: calc(100% - 260px);
  height: 1px;
  background-color: #C9C9C9;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list::before {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__flow__inn__list::before {
    width: 1px;
    height: calc(100% - 180px);
    top: 50%;
    left: 28px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.o-p-recruitment__flow__inn__list > li {
  width: 260px;
  height: 260px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 40px;
  position: relative;
  counter-increment: mycounter;
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list > li {
    width: 200px;
    height: 200px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__flow__inn__list > li {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.o-p-recruitment__flow__inn__list > li img {
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list > li img {
    width: 100px;
  }
}
.o-p-recruitment__flow__inn__list > li p {
  font-weight: 700;
}
.o-p-recruitment__flow__inn__list > li p.title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__flow__inn__list > li p.title {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list > li p.title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.o-p-recruitment__flow__inn__list > li p.note {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list > li p.note {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.o-p-recruitment__flow__inn__list > li p.note br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list > li p.note br {
    display: inline-block;
  }
}
.o-p-recruitment__flow__inn__list > li::before {
  counter-increment: li_count;
  content: counter(mycounter, decimal-leading-zero);
  font-size: 3rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #2778BE;
  padding: 0 10px;
  background-color: #F2F2F2;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  .o-p-recruitment__flow__inn__list > li::before {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__flow__inn__list > li::before {
    font-size: 2.4rem;
    line-height: 1;
    bottom: auto;
    top: 50%;
    left: -50px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 10px 0;
  }
}
.o-p-recruitment__flow__inn__list > li:nth-child(2)::before {
  color: #6CBB5A;
}
.o-p-recruitment__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-p-recruitment__faq__left {
  width: 180px;
}
@media screen and (max-width: 1100px) {
  .o-p-recruitment__faq__left {
    width: 160px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-recruitment__faq__left {
    width: 100%;
  }
  .o-p-recruitment__faq__left .o-c-tit__sub {
    text-align: center;
  }
  .o-p-recruitment__faq__left img {
    display: none;
  }
}
.o-p-recruitment__faq__right {
  width: 770px;
}
@media screen and (max-width: 1100px) {
  .o-p-recruitment__faq__right {
    width: calc(100% - 160px - 60px);
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-recruitment__faq__right {
    width: 100%;
  }
}
.o-p-recruitment__faq__right .list__li {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #6CBB5A;
}
@media screen and (max-width: 700px) {
  .o-p-recruitment__faq__right .list__li {
    margin-bottom: 10px;
  }
}
.o-p-recruitment__faq__right .list__li:last-child {
  margin-bottom: 0;
}
.o-p-recruitment__faq__right .list__li__question {
  font-size: 2rem;
  line-height: 1.6;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  background-color: yellow;
  padding: 10px 60px 10px 85px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/recruitment/faq_q.png") center left 30px/40px 45px no-repeat, url("../img/recruitment/toggle__plus.png") center right 30px/30px no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__faq__right .list__li__question {
    font-size: 1.8rem;
    line-height: 1.6;
    min-height: 90px;
    padding: 10px 45px 10px 65px;
    background-position: center left 20px, center right 20px;
    background-size: 32px 36px, 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .o-p-recruitment__faq__right .list__li__question {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .o-p-recruitment__faq__right .list__li__question {
    font-size: 1.4rem;
    line-height: 1.6;
    min-height: 70px;
    padding: 12px 45px 12px 42px;
    background-position: center left 10px, center right 15px;
    background-size: 24px 27px, 20px;
  }
}
.o-p-recruitment__faq__right .list__li__question:hover {
  background-color: rgba(108, 187, 90, 0.15);
}
.o-p-recruitment__faq__right .list__li__question.active {
  background-image: url("../img/recruitment/faq_q.png"), url("../img/recruitment/toggle__minus.png");
  background-color: #fff !important;
}
.o-p-recruitment__faq__right .list__li__answer {
  padding: 0 30px 30px;
}
@media screen and (max-width: 1100px) {
  .o-p-recruitment__faq__right .list__li__answer {
    padding: 0 20px 25px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-recruitment__faq__right .list__li__answer {
    padding: 0 15px 20px;
  }
}
.o-p-recruitment__faq__right .list__li__answer p {
  line-height: 2;
  border-top: 1px solid rgba(108, 187, 90, 0.4);
  padding-top: 20px;
}
@media screen and (max-width: 1100px) {
  .o-p-recruitment__faq__right .list__li__answer p {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .o-p-recruitment__faq__right .list__li__answer p {
    padding-top: 10px;
  }
}

.o-p-recruitment__entry {
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .o-p-recruitment__entry {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .o-p-recruitment__entry {
    margin-top: 60px;
  }
}

.pc {
  display: inline-block !important;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.se {
  display: none;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: inline-block !important;
  }
  .sp {
    display: none;
  }
  .se {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  .se {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  .se {
    display: inline-block !important;
  }
}
.p-top__hero {
  height: 100vh;
  height: 100svh;
  background: url("../img/top/hero-background.jpg") bottom center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-top__hero {
    min-height: 120vw;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero {
    padding: 0 20px;
    min-height: 140vw;
  }
}
.p-top__hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 1601px) {
  .p-top__hero__wrap {
    max-width: 1400px;
  }
}
@media screen and (max-height: 800px) {
  .p-top__hero__wrap {
    max-width: 1180px;
  }
}
@media screen and (max-width: 1400px) {
  .p-top__hero__wrap {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) {
  .p-top__hero__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero__wrap {
    margin-bottom: 70px;
  }
}
.p-top__hero__wrap__left {
  padding-left: 80px;
  width: calc(100% - 620px);
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-top__hero__wrap__left {
    width: 650px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-top__hero__wrap__left {
    width: 580px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1100px) {
  .p-top__hero__wrap__left {
    width: 500px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1100px) and (max-width: 1000px) {
  .p-top__hero__wrap__left {
    width: calc(100% - 60px);
    padding-left: 0;
    margin: -120px 0 0;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero__wrap__left {
    margin-top: -70px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) and (max-height: 650px) {
  .p-top__hero__wrap__left {
    margin-top: -10svh;
  }
}
.p-top__hero__wrap__left .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__hero__wrap__left .title span {
  color: #fff;
}
.p-top__hero__wrap__left .title span.en-l {
  font-size: 22rem;
  line-height: 1;
  margin-left: -15px;
}
@media screen and (min-width: 1601px) {
  .p-top__hero__wrap__left .title span.en-l {
    font-size: 28rem;
    line-height: 1;
    margin-left: -20px;
  }
}
@media screen and (max-height: 800px) {
  .p-top__hero__wrap__left .title span.en-l {
    font-size: 19rem;
    line-height: 1;
    margin-left: -13px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__hero__wrap__left .title span.en-l {
    font-size: 18vw;
    margin-left: -13px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__hero__wrap__left .title span.en-l {
    font-size: 22vw;
    margin-left: -12px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero__wrap__left .title span.en-l {
    font-size: 24vw;
    margin-left: -6px;
  }
}
.p-top__hero__wrap__left .title span.en-s {
  font-size: 5.75rem;
  line-height: 1;
  margin: 0 0 25px -3px;
}
@media screen and (min-width: 1601px) {
  .p-top__hero__wrap__left .title span.en-s {
    font-size: 7.35rem;
    line-height: 1;
    margin: 10px 0 30px -5px;
  }
}
@media screen and (max-height: 800px) {
  .p-top__hero__wrap__left .title span.en-s {
    font-size: 5rem;
    line-height: 1;
    margin-left: -3px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__hero__wrap__left .title span.en-s {
    font-size: 4.75vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__hero__wrap__left .title span.en-s {
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero__wrap__left .title span.en-s {
    font-size: 6.2vw;
    margin: 0 0 20px -1px;
  }
}
.p-top__hero__wrap__left .title span.ja {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1601px) {
  .p-top__hero__wrap__left .title span.ja {
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__left .title span.ja {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.p-top__hero__wrap__left .scroll {
  position: absolute;
  bottom: 0;
  left: -10px;
}
@media screen and (max-width: 1000px) {
  .p-top__hero__wrap__left .scroll {
    left: auto;
    right: -70px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero__wrap__left .scroll {
    right: -60px;
    bottom: -50px;
  }
}
.p-top__hero__wrap__left .scroll span {
  display: block;
  width: 20px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__left .scroll span {
    height: 40px;
  }
}
.p-top__hero__wrap__left .scroll span::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-animation: scroll 1.8s ease 0s infinite;
          animation: scroll 1.8s ease 0s infinite;
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__left .scroll span::before {
    width: 2px;
  }
}
.p-top__hero__wrap__left .scroll a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 20px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__left .scroll a {
    font-size: 1.4rem;
    line-height: 20px;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  45% {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  55% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
@keyframes scroll {
  0% {
    top: 0;
    bottom: auto;
    height: 0;
  }
  45% {
    top: 0;
    bottom: auto;
    height: 100%;
  }
  55% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
.p-top__hero__wrap__right {
  width: 620px;
  position: relative;
  z-index: 1;
}
@media screen and (max-height: 800px) {
  .p-top__hero__wrap__right {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media screen and (max-width: 1400px) {
  .p-top__hero__wrap__right {
    width: calc(100% - 650px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-top__hero__wrap__right {
    width: calc(100% - 580px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1100px) {
  .p-top__hero__wrap__right {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1100px) and (max-width: 1000px) {
  .p-top__hero__wrap__right {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top__hero__wrap__right .swiper-wrapper {
  position: relative;
  z-index: 1;
  width: 600px;
}
@media screen and (max-width: 1400px) {
  .p-top__hero__wrap__right .swiper-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) {
  .p-top__hero__wrap__right .swiper-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__hero__wrap__right .swiper-wrapper .swiper-slide {
    text-align: center;
  }
}
.p-top__hero__wrap__right .swiper-wrapper .swiper-slide img {
  width: 60vw;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__right .swiper-wrapper .swiper-slide img {
    width: 80vw;
  }
}
@media screen and (max-width: 700px) and (max-height: 650px) {
  .p-top__hero__wrap__right .swiper-wrapper .swiper-slide img {
    width: 40svh;
  }
}
.p-top__hero__wrap__right .swiper-wrapper .swiper-slide .add-animation {
  -webkit-animation: zoomUp 4.6s ease 0.1s normal both;
          animation: zoomUp 4.6s ease 0.1s normal both;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top__hero__wrap__right .swiper-pagination {
  position: absolute;
  top: 50%;
  right: -20px;
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__right .swiper-pagination {
    right: -5px;
  }
}
.p-top__hero__wrap__right .swiper-pagination.noclick {
  pointer-events: none;
}
.p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  margin: 12px 0;
  position: relative;
  background-color: transparent;
  opacity: 1;
  cursor: pointer !important;
}
@media screen and (max-width: 700px) {
  .p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    margin: 10px 0;
  }
}
.p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2778BE;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet svg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet svg circle {
  fill: transparent;
  stroke: #2778BE;
  stroke-width: 1;
}
.p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.p-top__hero__wrap__right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  -webkit-animation: circle 15s ease-out 0s normal both;
          animation: circle 15s ease-out 0s normal both;
}
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  100% {
    stroke-dasharray: 366 366;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  100% {
    stroke-dasharray: 366 366;
  }
}
.p-top__hero__news {
  max-width: 1380px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0 50px 0 130px;
}
@media screen and (min-width: 1601px) {
  .p-top__hero__news {
    max-width: 1400px;
    padding-left: 80px;
  }
}
@media screen and (max-height: 800px) {
  .p-top__hero__news {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top__hero__news {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__hero__news {
    padding-left: 40px;
    bottom: 60px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__hero__news {
    padding: 0 20px;
    bottom: 30px;
  }
}
.p-top__hero__news time,
.p-top__hero__news .title {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .p-top__hero__news time,
  .p-top__hero__news .title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.p-top__intro {
  margin-bottom: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-top__intro {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__intro {
    margin-bottom: 130px;
  }
}
.p-top__intro__top .inview-target {
  height: calc(100% - 200lvh);
  left: 0;
}
.p-top__intro__top__inn {
  height: 100vh;
  height: 100lvh;
  background-color: #fff;
}
.p-top__intro__top__inn .element {
  position: absolute;
  width: 100vw;
  height: 44vw;
}
@media screen and (max-width: 1000px) {
  .p-top__intro__top__inn .element {
    width: 140vw;
    height: 75vw;
  }
}
.p-top__intro__top__inn .element.blue {
  background: url("../img/top/shape-intro__01.svg") top left/contain no-repeat;
  left: 15vw;
  bottom: calc(50% + 50px);
}
@media screen and (max-width: 1200px) {
  .p-top__intro__top__inn .element.blue {
    left: 5vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__intro__top__inn .element.blue {
    bottom: 50%;
  }
}
.p-top__intro__top__inn .element.green {
  background: url("../img/top/shape-intro__02.svg") bottom right/contain no-repeat;
  right: 15vw;
  top: calc(50% + 50px);
}
@media screen and (max-width: 1200px) {
  .p-top__intro__top__inn .element.green {
    right: 5vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__intro__top__inn .element.green {
    top: 50%;
  }
}
.p-top__intro__top__inn .gradation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-top__intro__top__inn .gradation {
    top: 50%;
  }
}
.p-top__intro__top__inn .gradation__copy {
  text-align: center;
}
.p-top__intro__top__inn .gradation__copy span {
  display: inline-block;
  font-size: 5.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  background: -webkit-gradient(linear, left bottom, left top, from(#0F2851), to(#1D50A2));
  background: linear-gradient(0deg, #0F2851, #1D50A2);
  background: -webkit-linear-gradient(90deg, #0F2851, #1D50A2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-top__intro__top__inn .gradation__copy span {
    background: none;
    color: #1D50A2;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__intro__top__inn .gradation__copy span {
    font-size: 6vw;
  }
}
.p-top__intro__bottom {
  padding-top: 100px;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .p-top__intro__bottom {
    padding-top: 0;
  }
}
.p-top__intro__bottom__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__intro__bottom__read span.inn {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.p-top__intro__bottom__read span.inn span {
  font-size: 3rem;
  line-height: 1.2;
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-top__intro__bottom__read span.inn span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__intro__bottom__read span.inn span {
    font-size: 4.2vw;
  }
}
.p-top__intro__bottom__read span.inn::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #1D50A2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-top__intro__bottom__read span.inn span.change {
  color: transparent;
}
.p-top__intro__bottom__read span.inn.show span {
  -webkit-animation: txtfadein 1s ease 0s forwards;
          animation: txtfadein 1s ease 0s forwards;
}
@-webkit-keyframes txtfadein {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes txtfadein {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-top__intro__bottom__read span.inn.show::before {
  -webkit-animation: txtmask 1s ease 0s forwards;
          animation: txtmask 1s ease 0s forwards;
}
@-webkit-keyframes txtmask {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  49% {
    width: 100%;
    left: 0;
    right: auto;
  }
  51% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes txtmask {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  49% {
    width: 100%;
    left: 0;
    right: auto;
  }
  51% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}

.p-top__links {
  margin-bottom: 100px;
}
.p-top__links__top {
  margin-bottom: 130px;
}
@media screen and (max-width: 1100px) {
  .p-top__links__top {
    margin-bottom: 100px;
  }
}
.p-top__links__top .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .p-top__links__top .block {
    max-width: 450px;
    margin: 0 auto;
  }
}
.p-top__links__top .block__img {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 850px) {
  .p-top__links__top .block__img {
    height: 260px;
    position: relative;
  }
}
@media screen and (max-width: 850px) and (max-width: 700px) {
  .p-top__links__top .block__img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .p-top__links__top .block__img img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 850px) and (max-width: 700px) {
  .p-top__links__top .block__img img {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: auto;
    left: auto;
  }
}
.p-top__links__top .block__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 700px) {
  .p-top__links__top .block__txt {
    height: 270px;
  }
}
.p-top__links__top .block__txt__inn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-top__links__top .block__txt__inn {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .p-top__links__top .block__txt__inn {
    padding-left: 60px;
    position: relative;
    margin: 0 0 0 auto;
  }
}
.p-top__links__top .block__txt__inn .o-c-tit__sub {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .p-top__links__top .block__txt__inn .o-c-tit__sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .p-top__links__top .block__txt__inn .o-c-tit__sub__en {
    position: absolute;
    top: -3px;
    left: -6px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }
}
.p-top__links__top .block__txt__inn__read {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .p-top__links__top .block__txt__inn__read {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
.p-top__links__top .block:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-top__links__top .block:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) {
  .p-top__links__top .block:first-child {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1100px) and (max-width: 700px) {
  .p-top__links__top .block:first-child {
    margin-bottom: 90px;
  }
}
.p-top__links__top .block:first-child .block__txt {
  text-align: right;
}
@media screen and (max-width: 700px) {
  .p-top__links__top .block:first-child .block__txt {
    height: 210px;
  }
}
@media screen and (max-width: 1100px) {
  .p-top__links__top .block:first-child .block__txt__inn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1100px) and (max-width: 850px) {
  .p-top__links__top .block:first-child .block__txt__inn {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 850px) and (max-width: 700px) {
  .p-top__links__top .block:first-child .block__txt__inn {
    padding: 0 60px 0 0;
  }
  .p-top__links__top .block:first-child .block__txt__inn .o-c-tit__sub__en {
    top: 0;
    right: -6px;
    left: auto;
  }
}
.p-top__links__bottom {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .p-top__links__bottom {
    position: relative;
  }
}
.p-top__links__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
  border-radius: 15px;
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a {
    height: 200px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a {
    height: 630px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-top__links__bottom a:hover {
  background-color: rgba(39, 120, 190, 0.3);
}
.p-top__links__bottom a img {
  width: 370px;
  margin-right: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-top__links__bottom a img {
    width: 300px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  .p-top__links__bottom a img {
    width: 260px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 290px;
    width: calc(100% - 30px);
  }
}
.p-top__links__bottom a .txt {
  color: #1D50A2;
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a .txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a .txt {
    padding-top: 50px;
  }
}
.p-top__links__bottom a .txt__small {
  font-size: 2rem;
  line-height: 1.4;
  display: block;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a .txt__small {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a .txt__small {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-top__links__bottom a .txt__large {
  font-size: 6.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a .txt__large {
    font-size: 6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a .txt__large {
    font-size: 5.2rem;
    line-height: 1.4;
  }
}
.p-top__links__bottom a .txt .reg {
  font-size: 3.6rem;
  line-height: 1.4;
  vertical-align: 22px;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a .txt .reg {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a .txt .reg {
    vertical-align: 14px;
    display: inline-block;
    margin-right: -3px;
  }
}
.p-top__links__bottom a .txt__medium {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a .txt__medium {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a .txt__medium {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-top__links__bottom a::before {
  content: "";
  display: block;
  width: 52%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 72% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 72% 0%, 100% 100%);
  background: url("../img/base/banner.jpg") center top 30%/cover no-repeat;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom a::before {
    width: 49%;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom a::before {
    width: 100%;
    height: 70vw;
    top: auto;
    bottom: 0;
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 25%, 100% 100%);
            clip-path: polygon(0% 100%, 0% 0%, 100% 25%, 100% 100%);
    background-size: 150%;
    background-position: left 50% top 15%;
  }
}
.p-top__links__bottom__read {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-top__links__bottom__read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-top__links__bottom__read {
    font-size: 1.6rem;
    line-height: 1.8;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    margin-top: 0;
  }
}

.p-top__visual {
  overflow: hidden;
}
.p-top__visual .inview-target {
  height: calc(100% - 220lvh);
  left: 0;
}
.p-top__visual__inn {
  height: 100vh;
  height: 100lvh;
  background: url("../img/top/hero-background.jpg") bottom center/cover no-repeat;
}
.p-top__visual__inn .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mask-image: url(../img/top/mask.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/top/mask.svg);
  -webkit-mask-size: 60vh;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.p-top__visual__inn .image > div {
  width: 100%;
  height: 100%;
  background-color: #20f200;
  background: url("../img/top/visual.jpg") center/cover no-repeat;
}
.p-top__visual__inn .svg {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 700px) {
  .p-top__visual__inn .svg {
    width: 220px;
  }
}
.p-top__visual__inn .svg svg.dive {
  width: 400px;
  height: 136px;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .p-top__visual__inn .svg svg.dive {
    width: 220px;
    height: 76px;
    margin-bottom: 20px;
  }
}
.p-top__visual__inn .svg svg.dive path {
  fill: none;
  stroke: #1D50A2;
  stroke-width: 2px;
  stroke-dasharray: 1180px;
}
.p-top__visual__inn .svg svg.into {
  width: 400px;
  height: 36px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .p-top__visual__inn .svg svg.into {
    width: 220px;
    height: 20px;
  }
}
.p-top__visual__inn .svg svg.into .alphabet {
  fill: #1D50A2;
  display: inline-block;
}
.p-top__visual__inn .spiral {
  width: 100vw;
  height: 50vw;
  background: url("../img/top/shape-dive__pc.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .p-top__visual__inn .spiral {
    height: 80vw;
    background-image: url("../img/top/shape-dive__sp.svg");
    background-size: cover;
  }
}
.p-top__cont {
  background-color: #F2F2F2;
  padding-top: 220px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top__cont {
    padding-top: 180px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont {
    padding-top: 120px;
  }
}
.p-top__cont::before {
  content: "";
  display: block;
  position: absolute;
  width: 1260px;
  padding-top: 76.2%;
  background: url("../img/top/shape-interview.svg") top left/contain no-repeat;
  top: 0;
  left: calc(100% - 1260px + 60px);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  -webkit-transform: scale(0.4) rotate(20deg);
          transform: scale(0.4) rotate(20deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-top__cont::before {
    left: -30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__cont::before {
    width: 120vw;
    padding-top: 89vw;
    left: -10vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont::before {
    width: 150vw;
    padding-top: 111vw;
    left: -30vw;
  }
}
.p-top__cont.anime::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.p-top__cont__interview {
  overflow: hidden;
  margin-bottom: 180px;
}
@media screen and (max-width: 1100px) {
  .p-top__cont__interview {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .p-top__cont__interview {
    margin-bottom: 100px;
  }
}
.p-top__cont__interview .swiper-interview {
  position: relative;
  padding-left: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview {
    max-width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper {
    padding-bottom: 50px;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide {
  position: relative;
  -webkit-transition: -webkit-transform 1s ease 0s;
  transition: -webkit-transform 1s ease 0s;
  transition: transform 1s ease 0s;
  transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
  width: 700px;
  height: 430px;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.pc-layout {
    display: none !important;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link {
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 1s ease 0s, height 1s ease 0s;
  transition: width 1s ease 0s, height 1s ease 0s;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link {
    width: 100% !important;
    height: 60vw !important;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0 !important;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link:hover .visual__inn {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .visual {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .visual__inn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  letter-spacing: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info {
    top: 50%;
    left: 40px !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info {
    left: 20px !important;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__ep {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 45px;
  font-size: 2rem;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__ep {
    font-size: 3vw !important;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__ep {
    padding-right: 35px;
    font-size: 4vw !important;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__ep::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__ep::after {
    width: 25px;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__pos {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 2.4rem;
  line-height: 1;
  padding: 30px 0 10px;
  -webkit-transition: font-size 1s ease 0s;
  transition: font-size 1s ease 0s;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__pos {
    font-size: 9vw !important;
    padding: 4.5vw 0 2vw !important;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__join {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .info__join {
    opacity: 1;
    font-size: 4vw !important;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .comment {
  position: absolute;
  font-size: 2.8rem;
  line-height: 1.6;
  bottom: -75px;
  left: -25px;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .comment {
    left: 40px;
    bottom: -72px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .comment {
    left: 15px;
    font-size: 4.5vw;
    bottom: -12.5vw;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .comment span {
  background-color: #6CBB5A;
  display: inline-block;
  padding: 0 10px;
  margin-top: 6px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide__link .comment span {
    -webkit-transition: -webkit-clip-path 0.6s ease 1.2s;
    transition: -webkit-clip-path 0.6s ease 1.2s;
    transition: clip-path 0.6s ease 1.2s;
    transition: clip-path 0.6s ease 1.2s, -webkit-clip-path 0.6s ease 1.2s;
  }
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide:not(.swiper-slide-active, .swiper-slide-prev) .swiper-slide__link {
  width: 240px;
  height: 240px;
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  -webkit-transform: translate(-440px, 0);
          transform: translate(-440px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  -webkit-transform: translate(-880px, 0);
          transform: translate(-880px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate(-1320px, 0);
          transform: translate(-1320px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate(-1760px, 0);
          transform: translate(-1760px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate(-2200px, 0);
          transform: translate(-2200px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate(-2640px, 0);
          transform: translate(-2640px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate(-3080px, 0);
          transform: translate(-3080px, 0);
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide__link .info {
  left: 35px;
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide__link .info__pos {
  font-size: 6rem;
  line-height: 1;
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide__link .info__ep, .p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide__link .info__join {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s;
}
.p-top__cont__interview .swiper-interview .swiper-wrapper .swiper-slide.swiper-slide-active .comment span {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: -webkit-clip-path 0.6s ease 1.1s;
  transition: -webkit-clip-path 0.6s ease 1.1s;
  transition: clip-path 0.6s ease 1.1s;
  transition: clip-path 0.6s ease 1.1s, -webkit-clip-path 0.6s ease 1.1s;
}
.p-top__cont__interview .swiper-interview .swiper-button {
  position: absolute;
  top: 0;
  left: calc(50% + 540px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .p-top__cont__interview .swiper-interview .swiper-button {
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-button {
    display: none;
  }
}
.p-top__cont__interview .swiper-interview .swiper-button > div {
  width: 50px;
  height: 50px;
  border: 1px solid #6CBB5A;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.p-top__cont__interview .swiper-interview .swiper-button > div::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #6CBB5A;
  border-right: 1px solid #6CBB5A;
  position: absolute;
  top: calc(50% - 6px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.p-top__cont__interview .swiper-interview .swiper-button > div:hover {
  background-color: #6CBB5A;
}
.p-top__cont__interview .swiper-interview .swiper-button > div:hover::before {
  border-color: #fff;
}
.p-top__cont__interview .swiper-interview .swiper-button__prev {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.p-top__cont__interview .swiper-interview .swiper-button__prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: calc(50% - 4px);
}
.p-top__cont__interview .swiper-interview .swiper-button__next {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: -1px;
}
.p-top__cont__interview .swiper-interview .swiper-button__next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: calc(50% - 4px);
}
.p-top__cont__interview .swiper-interview .swiper-scrollbar {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-scrollbar {
    display: block;
    position: relative;
    background-color: transparent;
    width: 100%;
    left: 0;
    height: 15px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-scrollbar {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-scrollbar::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-scrollbar::before {
    height: 3px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview .swiper-interview .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
  }
  .p-top__cont__interview .swiper-interview .swiper-scrollbar .swiper-scrollbar-drag::before {
    content: "";
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#6CBB5A), to(#2778BE));
    background: linear-gradient(to right, #6CBB5A, #2778BE);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__interview .swiper-interview .swiper-scrollbar .swiper-scrollbar-drag::before {
    height: 3px;
  }
}
.p-top__cont__interview__thumbnail {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-top__cont__interview__thumbnail {
    display: block;
    position: relative;
    z-index: 4;
  }
}
.p-top__cont__interview__thumbnail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  margin: 60px auto -15px;
}
@media screen and (max-width: 700px) {
  .p-top__cont__interview__thumbnail__list {
    padding: 0 20px;
    margin-top: 50px;
  }
}
.p-top__cont__interview__thumbnail__list > li {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .p-top__cont__interview__thumbnail__list > li {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
}
.p-top__cont__interview__thumbnail__list > li.pc-layout {
  display: none !important;
}
.p-top__cont__interview__thumbnail__list > li .swiper-slide__link .visual {
  height: 30vw;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .p-top__cont__interview__thumbnail__list > li .swiper-slide__link .visual {
    height: 42vw;
  }
}
.p-top__cont__interview__thumbnail__list > li .swiper-slide__link .visual__inn {
  width: 100%;
  height: 100%;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-top__cont__interview__thumbnail__list > li .swiper-slide__link .info {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  letter-spacing: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 700px) {
  .p-top__cont__interview__thumbnail__list > li .swiper-slide__link .info {
    left: 12px;
  }
}
.p-top__cont__interview__thumbnail__list > li .swiper-slide__link .info__ep, .p-top__cont__interview__thumbnail__list > li .swiper-slide__link .info__join {
  display: none;
}
.p-top__cont__interview__thumbnail__list > li .swiper-slide__link .info__pos {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.8vw;
  line-height: 1;
  padding-top: 5vw;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 700px) {
  .p-top__cont__interview__thumbnail__list > li .swiper-slide__link .info__pos {
    font-size: 5vw;
    padding-top: 10vw;
  }
}
.p-top__cont__interview__thumbnail__list > li .swiper-slide__link .comment {
  display: none;
}
.p-top__cont__other {
  position: relative;
  z-index: 2;
}
.p-top__cont__other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__cont__other__list > li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 700px) {
  .p-top__cont__other__list > li {
    width: 100%;
  }
  .p-top__cont__other__list > li:last-child {
    margin-top: 20px;
  }
}
.p-top__cont__other__list > li a {
  display: block;
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 15px;
  padding-top: 63%;
}
.p-top__cont__other__list > li a img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.p-top__cont__other__list > li a .txt {
  position: absolute;
  bottom: 25px;
  left: 35px;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1200px) {
  .p-top__cont__other__list > li a .txt {
    left: 25px;
    bottom: 25px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__cont__other__list > li a .txt {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__other__list > li a .txt {
    left: 17px;
    bottom: 17px;
  }
}
.p-top__cont__other__list > li a .txt__en {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .p-top__cont__other__list > li a .txt__en {
    font-size: 5rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__cont__other__list > li a .txt__en {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__other__list > li a .txt__en {
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.p-top__cont__other__list > li a .txt__ja {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-top__cont__other__list > li a .txt__ja {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-top__cont__other__list > li a .txt__ja {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__other__list > li a .txt__ja {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-top__cont__other__list > li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-top__cont__event {
  padding: 150px 0 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-top__cont__event {
    padding: 180px 0 120px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-top__cont__event {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__event {
    padding-top: 150px;
  }
}
.p-top__cont__event::before {
  content: "";
  display: block;
  position: absolute;
  width: 1140px;
  height: 1030px;
  background: url("../img/top/shape-news.svg") top left/contain no-repeat;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 10px;
  left: -10px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.4) rotate(20deg);
          transform: scale(0.4) rotate(20deg);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1100px) {
  .p-top__cont__event::before {
    left: -10vw;
    bottom: 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-top__cont__event::before {
    background-image: url("../img/top/shape-intro__01.svg");
    -webkit-transform-origin: top right;
            transform-origin: top right;
    width: 150vw;
    height: 69vw;
    bottom: auto;
    left: auto;
    top: 42vw;
    right: -55vw;
    -webkit-transform: scale(0.4) rotate(50deg);
            transform: scale(0.4) rotate(50deg);
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__event::before {
    width: 200vw;
    height: 92vw;
    right: -100vw;
    top: 16vw;
    -webkit-transform: scale(0.4) rotate(30deg);
            transform: scale(0.4) rotate(30deg);
  }
}
.p-top__cont__event__inn {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .p-top__cont__event__inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .p-top__cont__event__inn .o-c-tit__sub {
    width: 360px;
  }
}
.p-top__cont__event__inn .o-c-btn__def {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .p-top__cont__event__inn .o-c-btn__def {
    position: absolute;
    top: 180px;
    left: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-top__cont__event__inn .o-c-btn__def {
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: auto;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-top__cont__event__inn .o-c-btn__def {
    margin-top: 20px;
  }
}
.p-top__cont__event.anime::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
@media screen and (max-width: 1100px) {
  .p-top__cont__event.anime::before {
    -webkit-transform: scale(1) rotate(35deg);
            transform: scale(1) rotate(35deg);
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .p-top__cont__event.anime::before {
    -webkit-transform: scale(1) rotate(18deg);
            transform: scale(1) rotate(18deg);
  }
}

.p-about__intro {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro {
    padding-top: 60px;
  }
}
.p-about__intro__top {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .p-about__intro__top {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  .p-about__intro__top {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) and (max-width: 700px) {
  .p-about__intro__top {
    margin-bottom: 80px;
  }
}
.p-about__intro__top__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__top__txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__top__txt {
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}
.p-about__intro__top__txt p:last-of-type {
  font-size: 2.2rem;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__top__txt p:last-of-type {
    font-size: 2rem;
    line-height: 2;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__top__txt p:last-of-type {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 15px;
  }
}
.p-about__intro__top__visual {
  height: 580px;
  width: calc(100% - 180px);
  background: url("../img/about/intro__visual.jpg") center/cover no-repeat;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__top__visual {
    height: 500px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-about__intro__top__visual {
    height: 50vw;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-about__intro__top__visual {
    width: 100%;
    height: 60vw;
    border-radius: 0;
  }
}
.p-about__intro__top__visual p {
  display: inline-block;
  font-size: 13rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 0;
  right: 120px;
  color: #6CBB5A;
  background: -webkit-linear-gradient(90deg, #2778BE, #6CBB5A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0, -400px);
          transform: translate(0, -400px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__top__visual p {
    font-size: 11rem;
    line-height: 1;
    right: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-about__intro__top__visual p {
    font-size: 12vw;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    right: 40px;
    top: auto;
    bottom: -6vw;
    -webkit-transform: translate(400px, 0);
            transform: translate(400px, 0);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-about__intro__top__visual p {
    font-size: 14vw;
    right: 50%;
    bottom: -7vw;
    -webkit-transform: translate(300px, 0);
            transform: translate(300px, 0);
  }
}
.p-about__intro__top__visual .inview-target {
  top: 60%;
}
@media screen and (max-width: 1000px) {
  .p-about__intro__top__visual .inview-target {
    top: 110%;
  }
}
.p-about__intro__top__visual.anime p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 700px) {
  .p-about__intro__top__visual.anime p {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.p-about__intro__bottom .block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p-about__intro__bottom .block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.p-about__intro__bottom .block__left {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block__left {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-about__intro__bottom .block__left {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-about__intro__bottom .block__left__tit {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-about__intro__bottom .block__left__tit {
    margin-bottom: 20px;
  }
}
.p-about__intro__bottom .block__left__tit__en {
  font-size: 7.6rem;
  line-height: 1;
  letter-spacing: 0;
  color: #1D50A2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block__left__tit__en {
    font-size: 6.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__bottom .block__left__tit__en {
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.p-about__intro__bottom .block__left__tit__ja {
  font-size: 2.4rem;
  line-height: 1;
  color: #ADADAD;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block__left__tit__ja {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__bottom .block__left__tit__ja {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-about__intro__bottom .block__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .p-about__intro__bottom .block__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0 !important;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}
.p-about__intro__bottom .block__right__tit {
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block__right__tit {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-about__intro__bottom .block__right__tit {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) and (max-width: 700px) {
  .p-about__intro__bottom .block__right__tit {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-about__intro__bottom .block__right__tit span {
  display: inline-block;
}
.p-about__intro__bottom .block__right .dot-list {
  margin-top: 10px;
}
.p-about__intro__bottom .block__right .dot-list__li {
  color: #1D50A2;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block__right .dot-list__li {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__bottom .block__right .dot-list__li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-about__intro__bottom .block__right .dot-list__li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1D50A2;
  position: absolute;
  left: 7px;
  top: 12px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block__right .dot-list__li::before {
    top: 11px;
    left: 3px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__bottom .block__right .dot-list__li::before {
    top: 10px;
  }
}
.p-about__intro__bottom .block__right .dot-list__li:last-child {
  margin-bottom: 0;
}
.p-about__intro__bottom .block:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-about__intro__bottom .block:last-of-type .block__left {
  width: 430px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block:last-of-type .block__left {
    width: 380px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-about__intro__bottom .block:last-of-type .block__left {
    width: 100%;
  }
}
.p-about__intro__bottom .block:last-of-type .block__left img {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-about__intro__bottom .block:last-of-type .block__left img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0;
  }
}
.p-about__intro__bottom .block:last-of-type .block__right {
  padding-left: 50px;
}
@media screen and (max-width: 900px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list {
    margin-top: 20px;
  }
}
.p-about__intro__bottom .block:last-of-type .block__right .value-list__li {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list__li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list__li {
    margin-bottom: 20px;
  }
}
.p-about__intro__bottom .block:last-of-type .block__right .value-list__li:last-child {
  margin-bottom: 0;
}
.p-about__intro__bottom .block:last-of-type .block__right .value-list__li__tit {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #1D50A2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list__li__tit {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list__li__tit {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
}
.p-about__intro__bottom .block:last-of-type .block__right .value-list__li__tit span {
  display: inline-block;
}
.p-about__intro__bottom .block:last-of-type .block__right .value-list__li__read {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-about__intro__bottom .block:last-of-type .block__right .value-list__li__read {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-about__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__service__left {
  width: 430px;
}
@media screen and (max-width: 1200px) {
  .p-about__service__left {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-about__service__left {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-about__service__left .o-c-tit__sub {
    text-align: center;
  }
  .p-about__service__left__read {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) and (max-width: 700px) {
  .p-about__service__left {
    margin-bottom: 20px;
  }
}
.p-about__service__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-left: 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-about__service__right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-about__service__right {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-about__service__right img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.p-about__service__right img:first-of-type {
  position: relative;
}
.p-about__service__right img.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-about__structure__read {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .p-about__structure__read {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-about__structure__read {
    margin-bottom: 20px;
  }
}
.p-about__structure__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about__structure__cont__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-about__structure__cont__left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  .p-about__structure__cont__left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) and (max-width: 700px) {
  .p-about__structure__cont__left {
    margin-bottom: 20px;
  }
}
.p-about__structure__cont__left img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.p-about__structure__cont__left img:first-of-type {
  position: relative;
}
.p-about__structure__cont__left img.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-about__structure__cont__right {
  width: 350px;
}
@media screen and (max-width: 1100px) {
  .p-about__structure__cont__right {
    width: 320px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 900px) {
  .p-about__structure__cont__right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.p-about__structure__cont__right ul {
  border-top: 2px solid #2778BE;
  border-bottom: 2px solid #2778BE;
}
@media screen and (max-width: 900px) {
  .p-about__structure__cont__right ul {
    width: 100%;
  }
}
.p-about__structure__cont__right ul li {
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #2778BE;
}
@media screen and (max-width: 1100px) {
  .p-about__structure__cont__right ul li {
    padding: 15px 0 15px 15px;
  }
}
.p-about__structure__cont__right ul li:last-child {
  border-bottom: none;
}
.p-about__structure__cont__right ul li a {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .p-about__structure__cont__right ul li a {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .p-about__structure__cont__right ul li a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.p-about__structure__cont__right p.other {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .p-about__structure__cont__right p.other {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .p-about__structure__cont__right p.other {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.p-challenge__intro {
  padding: 140px 0 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .p-challenge__intro {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-challenge__intro {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro {
    padding-top: 80px;
  }
}
body.page-template-page-challenge .o-c-tit__main {
  position: relative;
  z-index: 3;
}

.p-challenge__intro::before {
  content: "";
  width: 110vw;
  height: 60vw;
  max-width: none;
  background: url("../img/challenge/shape_intro.svg") bottom 0 left 0/cover no-repeat;
  position: absolute;
  bottom: 0;
  right: calc(-10vw - 60px);
  z-index: 1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-challenge__intro::before {
    right: auto;
    bottom: auto;
    background: url("../img/newgraduate/shape_intro.svg") bottom 0 right 0/cover no-repeat;
    width: calc(100vw - 40px);
    height: 60vw;
    top: -40px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-challenge__intro::before {
    left: auto;
    background: url("../img/challenge/shape_intro.svg") bottom 0 left 0/cover no-repeat;
    width: 120vw;
    height: 60vw;
    right: -40vw;
    top: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
.p-challenge__intro__inn {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-challenge__intro__inn__left {
  width: 40%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 1000px) {
  .p-challenge__intro__inn__left {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro__inn__left {
    width: 50%;
  }
}
.p-challenge__intro__inn__right {
  width: 60%;
  padding-left: 60px;
}
@media screen and (max-width: 1100px) {
  .p-challenge__intro__inn__right {
    padding-left: 4.5vw;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-challenge__intro__inn__right {
    width: 50%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro__inn__right {
    width: 100%;
    padding-left: 0;
  }
}
.p-challenge__intro__inn__right .title {
  width: 340px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s ease 0.45s;
  transition: all 0.6s ease 0.45s;
}
@media screen and (max-width: 1100px) {
  .p-challenge__intro__inn__right .title {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-challenge__intro__inn__right .title {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro__inn__right .title {
    width: 50%;
    position: absolute;
    top: 10vw;
    right: 0;
    padding-left: 20px;
  }
}
.p-challenge__intro__inn__right .read {
  font-size: 2.6rem;
  line-height: 1.6;
  margin: 50px 0 20px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s;
}
@media screen and (max-width: 1100px) {
  .p-challenge__intro__inn__right .read {
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 3vw 0 15px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-challenge__intro__inn__right .read {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro__inn__right .read {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .p-challenge__intro__inn__right .read br.original {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro__inn__right .read br.original {
    display: inline-block;
  }
}
.p-challenge__intro__inn__right .read span {
  font-size: 1.2em;
}
.p-challenge__intro__inn__right .label {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  padding: 15px 10px;
  background-color: #2778BE;
  color: #fff;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: all 0.6s ease 1.2s;
  transition: all 0.6s ease 1.2s;
}
@media screen and (max-width: 1100px) {
  .p-challenge__intro__inn__right .label {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 12px 10px 12px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) {
  .p-challenge__intro__inn__right .label {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__intro__inn__right .label {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 7px 10px;
  }
}
.p-challenge__intro__inn__right .label span {
  display: inline-block;
}
.p-challenge__intro.anime::before {
  opacity: 1;
}
.p-challenge__intro.anime .p-challenge__intro__inn__left {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-challenge__intro.anime .p-challenge__intro__inn__right .title {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-challenge__intro.anime .p-challenge__intro__inn__right .read,
.p-challenge__intro.anime .p-challenge__intro__inn__right .label {
  opacity: 1;
}

.p-challenge__background__tit {
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
  padding-top: 50px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .p-challenge__background__tit {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-challenge__background__tit {
    font-size: 2.6rem;
    line-height: 1.4;
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__background__tit {
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.p-challenge__background__tit::before {
  content: "Why ?";
  color: #F2F2F2;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 19rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-challenge__background__tit::before {
    font-size: 17rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-challenge__background__tit::before {
    font-size: 15rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challenge__background__tit::before {
    font-size: 10rem;
    line-height: 1;
    top: -5px;
  }
}
.p-challenge__background__tit > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.p-challenge__background__tit > span > span {
  font-size: 1.4em;
}
.p-challenge__background img {
  display: block;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  .p-challenge__background img {
    max-width: 780px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-challenge__background img {
    margin-bottom: 20px;
  }
}
.p-challenge__background__read {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-challenge__background__read {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-challenge__background__read {
    text-align: left;
    margin-top: 15px;
  }
}
.p-challenge__background__read > span {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .p-challenge__background__read > span {
    font-size: 1.3em;
    display: inline;
  }
}
.p-challenge__background__read > span span.blue {
  color: #2778BE;
}
.p-challenge__background__read > span span.green {
  color: #6CBB5A;
}

.p-career__intro {
  padding-top: 110px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-career__intro {
    padding-top: 80px;
  }
}
body.page-template-page-career .o-c-tit__main {
  position: relative;
  z-index: 3;
}

.p-career__intro::before {
  content: "";
  width: calc(100vw - 60px);
  height: 44vw;
  max-width: none;
  background: url("../img/career/shape_intro.svg") bottom 0 left 0/cover no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-career__intro::before {
    width: calc(100vw - 20px);
    height: 60vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-career__intro::before {
    width: 100vw;
    height: 70vw;
  }
}
.p-career__intro__inn {
  width: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p-career__intro__inn {
    padding-top: 100px;
    position: relative;
  }
}
@media screen and (max-width: 900px) and (max-width: 700px) {
  .p-career__intro__inn {
    padding-top: 0;
  }
}
.p-career__intro__inn .text {
  width: 60%;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .p-career__intro__inn .text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-career__intro__inn .text {
    width: 100%;
    padding-right: 0;
  }
}
.p-career__intro__inn .text__copy {
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1350px) {
  .p-career__intro__inn .text__copy {
    font-size: 2.8vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 900px) {
  .p-career__intro__inn .text__copy {
    font-size: 2.6rem;
    line-height: 1.6;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1350px) and (max-width: 900px) and (max-width: 700px) {
  .p-career__intro__inn .text__copy {
    font-size: 2rem;
    line-height: 1.6;
    position: inherit;
    margin-bottom: 15px;
  }
}
.p-career__intro__inn .text > p {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.p-career__intro__inn .image {
  width: 40%;
  padding: 0 30px 30px 0;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s;
}
@media screen and (max-width: 1200px) {
  .p-career__intro__inn .image {
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  .p-career__intro__inn .image {
    padding: 0 15px 15px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) and (max-width: 700px) {
  .p-career__intro__inn .image {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px 20px 0;
  }
}
.p-career__intro__inn .image::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 88%;
  background: url("../img/career/intro.jpg") center/cover no-repeat;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .p-career__intro__inn .image::after {
    padding-top: 70%;
    background-position: top 30% center;
  }
}
.p-career__intro__inn .image::before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: -webkit-gradient(linear, left top, left bottom, from(#6CBB5A), to(#2778BE));
  background: linear-gradient(#6CBB5A, #2778BE);
  border-radius: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .p-career__intro__inn .image::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) {
  .p-career__intro__inn .image::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 800px) and (max-width: 700px) {
  .p-career__intro__inn .image::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.p-career__intro.anime::before {
  opacity: 1;
}
.p-career__intro.anime .text__copy,
.p-career__intro.anime .text p {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-career__intro.anime .image {
  opacity: 1;
}

.p-career__requirement table {
  max-width: 930px;
}

.p-data__top {
  text-align: center;
  padding-bottom: 100px;
  background: url("../img/data/data-illust01.png") bottom right calc(50% + 420px)/150px 200px no-repeat, url("../img/data/data-illust02.png") bottom left calc(50% + 400px)/210px 280px no-repeat;
}
@media screen and (max-width: 1200px) {
  .p-data__top {
    padding-bottom: 80px;
    background-size: 120px 160px, 168px 224px;
    background-position: bottom right calc(50% + 380px), bottom left calc(50% + 360px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-data__top {
    padding-bottom: 50px;
    background-size: 90px 120px, 126px 168px;
    background-position: bottom right calc(50% + 240px), bottom left calc(50% + 240px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__top {
    padding-bottom: 130px;
    background-size: 75px 100px, 105px 140px;
    background-position: bottom left calc(50% + 60px), bottom right calc(50% + 60px);
  }
}
.p-data__top__copy {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-data__top__copy {
    font-size: 4.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-data__top__copy {
    font-size: 3.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__top__copy {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .p-data__top__read {
    text-align: left;
  }
}
.p-data__top__read br.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-data__top__read br.br1000 {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__top__read br.br1000 {
    display: none;
  }
}
.p-data__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -40px;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom {
    margin-bottom: -20px;
  }
}
.p-data__bottom .block {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.p-data__bottom .block__tit {
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block__tit {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block__tit {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-data__bottom .block__inn {
  position: relative;
  margin: 30px auto 20px;
  text-align: center;
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block__inn {
    margin: 25px auto 20px;
  }
}
.p-data__bottom .block__inn .js-target-fadein {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-data__bottom .block__inn.show {
  opacity: 1;
}
.p-data__bottom .block__inn img {
  width: 100%;
}
.p-data__bottom .block__inn__count {
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  position: relative;
}
.p-data__bottom .block__inn__count span {
  font-size: 2.5em;
  letter-spacing: -0.04em;
  padding-right: 3px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  opacity: 0;
}
.p-data__bottom .block__inn__count span.countapp {
  opacity: 1;
}
.p-data__bottom .block__inn__count.f80 {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block__inn__count.f80 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block__inn__count.f80 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block__inn__count.f80 {
    font-size: 3rem;
    line-height: 1;
  }
}
.p-data__bottom .block__inn__count.f100 {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block__inn__count.f100 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block__inn__count.f100 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block__inn__count.f100 {
    font-size: 3.7rem;
    line-height: 1;
  }
}
.p-data__bottom .block__inn__count.f120 {
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block__inn__count.f120 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block__inn__count.f120 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block__inn__count.f120 {
    font-size: 4.2rem;
    line-height: 1;
  }
}
.p-data__bottom .block__inn .js-target-count {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 20%;
  left: 0;
}
.p-data__bottom .block__note {
  font-size: 1.6rem;
  line-height: 1;
  color: #999;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block__note {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .p-data__bottom .block__note {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-data__bottom .block:nth-child(1) {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(1) {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(1) {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(1) .block__inn {
    margin-bottom: 15px;
  }
}
.p-data__bottom .block:nth-child(1) .block__inn img {
  max-width: 310px;
}
.p-data__bottom .block:nth-child(1) .block__inn__count {
  margin-top: -30px;
}
.p-data__bottom .block:nth-child(2) {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(2) {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(2) {
    width: calc((100% - 30px) / 2);
  }
}
.p-data__bottom .block:nth-child(2) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-data__bottom .block:nth-child(2) .block__inn img {
  max-width: 300px;
}
.p-data__bottom .block:nth-child(2) .block__inn__count {
  position: absolute;
}
.p-data__bottom .block:nth-child(2) .block__inn__count:nth-of-type(1) {
  top: 0;
  left: 0;
}
.p-data__bottom .block:nth-child(2) .block__inn__count:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
.p-data__bottom .block:nth-child(3) {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(3) {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(3) {
    width: calc((100% - 30px) / 2);
  }
}
.p-data__bottom .block:nth-child(3) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-data__bottom .block:nth-child(3) .block__inn img {
  max-width: 320px;
  margin-bottom: 20px;
}
.p-data__bottom .block:nth-child(3) .block__inn__count {
  position: absolute;
}
.p-data__bottom .block:nth-child(3) .block__inn__count:nth-of-type(1) {
  bottom: 0;
  left: 3%;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(3) .block__inn__count:nth-of-type(1) {
    left: 0;
    bottom: -1vw;
  }
}
.p-data__bottom .block:nth-child(3) .block__inn__count:nth-of-type(2) {
  bottom: -1%;
  right: 3%;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(3) .block__inn__count:nth-of-type(2) {
    right: 0;
    bottom: -1.5vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(3) .block__inn__count:nth-of-type(2) {
    bottom: -8px;
  }
}
.p-data__bottom .block:nth-child(4) {
  width: calc((100% - 80px) * 0.25);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(4) {
    width: calc((100% - 40px) * 0.25);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(4) {
    width: calc((100% - 30px) / 2);
  }
}
.p-data__bottom .block:nth-child(4) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data__bottom .block:nth-child(4) .block__inn img {
  max-width: 210px;
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(4) .block__inn img {
    max-width: 240px;
  }
}
.p-data__bottom .block:nth-child(4) .block__inn__count {
  line-height: 73px;
}
.p-data__bottom .block:nth-child(5) {
  width: calc((100% - 80px) * 0.5);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(5) {
    width: calc((100% - 40px) * 0.5);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(5) {
    width: calc((100% - 30px) * 0.6);
  }
}
.p-data__bottom .block:nth-child(5) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-data__bottom .block:nth-child(5) .block__inn ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-data__bottom .block:nth-child(5) .block__inn ul::before, .p-data__bottom .block:nth-child(5) .block__inn ul::after {
  content: "：";
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul::before, .p-data__bottom .block:nth-child(5) .block__inn ul::after {
    font-size: 7vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul::before, .p-data__bottom .block:nth-child(5) .block__inn ul::after {
    font-size: 10vw;
    bottom: 6vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul::before, .p-data__bottom .block:nth-child(5) .block__inn ul::after {
    font-size: 7rem;
    line-height: 1;
    bottom: 45px;
  }
}
.p-data__bottom .block:nth-child(5) .block__inn ul::before {
  left: calc(32% - 50px);
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul::before {
    left: calc(33% - 50px);
  }
}
.p-data__bottom .block:nth-child(5) .block__inn ul::after {
  right: calc(31% - 50px);
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul::after {
    right: calc(31% - 50px);
  }
}
.p-data__bottom .block:nth-child(5) .block__inn ul li img {
  width: 140px;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul li img {
    width: 120px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(5) .block__inn ul li img {
    width: 100px;
  }
}
.p-data__bottom .block:nth-child(5) .block__inn ul li .block__inn__count {
  margin: 8px 0;
}
.p-data__bottom .block:nth-child(5) .block__inn ul li .original-b4 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 5px;
}
.p-data__bottom .block:nth-child(6) {
  width: calc((100% - 80px) * 0.25);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(6) {
    width: calc((100% - 40px) * 0.25);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(6) {
    width: calc((100% - 30px) * 0.4);
  }
}
.p-data__bottom .block:nth-child(6) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-data__bottom .block:nth-child(6) .block__inn img {
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(6) .block__inn img {
    max-width: 220px;
  }
}
.p-data__bottom .block:nth-child(6) .block__inn__count {
  margin-top: -25px;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(6) .block__inn__count {
    margin-top: -50px;
  }
}
.p-data__bottom .block:nth-child(6) .block__inn .original-b5 {
  text-align: center;
  line-height: 1;
}
.p-data__bottom .block:nth-child(6) .block__inn .original-b5 span {
  font-size: 1.5em;
}
.p-challange__pause {
  width: 100%;
  margin-bottom: 2em;
  background-color: #ccc;
  text-align: center;
  padding:  15px 10px;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1100px) and (max-width: 1000px) and (max-width: 700px) {
  .p-challange__pause {
  padding:  7px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}
  .p-challange__pause span {
  display: inline-block;
}
}
/*-- .p-data__bottom .block:nth-child(7) {
  width: 100%;
  position: relative;
}
.p-data__bottom .block:nth-child(7) .block__tit {
  width: 100%;
  max-width: 960px;
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) .block__tit {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
  .p-data__bottom .block:nth-child(7) .block__tit {
    left: 40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__tit {
    position: initial;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-data__bottom .block:nth-child(7) .block__tit span {
  font-size: 0.8em;
}
.p-data__bottom .block:nth-child(7) .block__note {
  width: 100%;
  max-width: 960px;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 170px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) .block__note {
    top: 150px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
  .p-data__bottom .block:nth-child(7) .block__note {
    left: 40px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__note {
    position: initial;
    text-align: center;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn {
  max-width: 960px;
  margin-top: 140px;
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn {
    margin: 25px auto 20px;
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn img {
    width: 50%;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn__count {
  position: absolute;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count {
    font-size: 5vw;
    bottom: auto !important;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(1) {
  bottom: 46%;
  left: calc(12.5% - 60px);
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(1) {
    left: 6.5%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(1) {
    top: -0.5%;
    left: 28%;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(2) {
  bottom: 52%;
  left: calc(29% - 67px);
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(2) {
    left: 22.5%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(2) {
    top: 18%;
    left: 30.5%;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(3) {
  bottom: 68%;
  left: calc(45.5% - 66px);
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(3) {
    left: 38.5%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(3) {
    top: 36.5%;
    left: 38%;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(4) {
  bottom: 74%;
  left: calc(62% - 66px);
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(4) {
    left: 55.5%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(4) {
    top: 55%;
    left: 40%;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(5) {
  bottom: 100%;
  left: calc(83.5% - 103px);
  font-size: 5.2rem;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(5) {
    font-size: 5vw;
    left: 72%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn__count:nth-of-type(5) {
    font-size: 9vw;
    left: auto;
    right: 0;
    bottom: 0 !important;
  }
} --*/
/*-- 2025/9/12 close
 .p-data__bottom .block:nth-child(7) {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) {
    width: 100%;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn {
    max-width: 600px;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn img {
  max-width: 350px;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) .block__inn img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn img {
    max-width: 350px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn img {
    max-width: 65%;
    padding-bottom: 50px;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn > div {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn > div {
    top: auto;
    bottom: 5px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-data__bottom .block:nth-child(7) .block__inn > div .block__inn__count {
  text-align: left;
  position: relative;
}
.p-data__bottom .block:nth-child(7) .block__inn .original-b8_1 {
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) .block__inn .original-b8_1 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn .original-b8_1 {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn .original-b8_1 {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-data__bottom .block:nth-child(7) .block__inn .original-b8_2 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) .block__inn .original-b8_2 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) .block__inn .original-b8_2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) .block__inn .original-b8_2 {
    font-size: 2rem;
    line-height: 1;
  }
}
.p-data__bottom .block:nth-child(8) {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(8) {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(8) {
    width: 100%;
  }
}
.p-data__bottom .block:nth-child(8) .block__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(8) .block__inn {
    max-width: 650px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(8) .block__inn {
    margin-bottom: 10px;
  }
}
.p-data__bottom .block:nth-child(8) .block__inn img {
  max-width: 530px;
}
.p-data__bottom .block:nth-child(8) .block__inn__count {
  text-align: right;
  width: 200px;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(8) .block__inn__count {
    width: 15vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(8) .block__inn__count {
    width: 26vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(8) .block__inn__count {
    width: 100%;
    text-align: center;
  }
}
.p-data__bottom .block:nth-child(8) .block__inn .original-b9 {
  font-size: 3.8rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(8) .block__inn .original-b9 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(8) .block__inn .original-b9 {
    font-size: 3.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(8) .block__inn .original-b9 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 15px 0 5px;
    text-align: center;
  }
}
.p-data__bottom .block:nth-child(8) .block__inn .original-b9 span {
  font-size: 0.6em;
  display: inline-block;
}--*/
.p-data__bottom .block:nth-child(7) {
  width: 100%;
}
.p-data__bottom .block:nth-child(7) > div {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-data__bottom .block:nth-child(7) > div .block__tit {
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) > div .block__tit {
    padding-bottom: 0;
  }
  .p-data__bottom .block:nth-child(7) > div .block__tit br {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) > div .block__tit br {
    display: inline-block;
  }
}
.p-data__bottom .block:nth-child(7) > div .block__note {
  position: absolute;
  top: 170px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) > div .block__note {
    position: initial;
  }
}
.p-data__bottom .block:nth-child(7) > div .block__inn {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) > div .block__inn {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) > div .block__inn {
    width: 100% !important;
    max-width: 400px;
    margin: 25px auto;
  }
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol {
  text-align: left;
  list-style-type: none;
  counter-reset: li_count;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li {
  font-size: 2.8rem;
  line-height: 1.6;
  padding: 15px 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width: 1300px) {
  .p-data__bottom .block:nth-child(7) > div .block__inn ol li {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-data__bottom .block:nth-child(7) > div .block__inn ol li {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-data__bottom .block:nth-child(7) > div .block__inn ol li:first-child {
    padding-top: 0;
  }
  .p-data__bottom .block:nth-child(7) > div .block__inn ol li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) > div .block__inn ol li {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li:nth-child(1)::before {
  color: #FFBE56;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li:nth-child(2)::before {
  color: #6CBB5A;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li:nth-child(3) {
  border-bottom: none;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li:nth-child(3)::before {
  color: #2778BE;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing {
  opacity: 0;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(1) {
  -webkit-animation: typing 0.3s 0.15s forwards;
          animation: typing 0.3s 0.15s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(2) {
  -webkit-animation: typing 0.3s 0.2s forwards;
          animation: typing 0.3s 0.2s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(3) {
  -webkit-animation: typing 0.3s 0.25s forwards;
          animation: typing 0.3s 0.25s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(4) {
  -webkit-animation: typing 0.3s 0.3s forwards;
          animation: typing 0.3s 0.3s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(5) {
  -webkit-animation: typing 0.3s 0.35s forwards;
          animation: typing 0.3s 0.35s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(6) {
  -webkit-animation: typing 0.3s 0.4s forwards;
          animation: typing 0.3s 0.4s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(7) {
  -webkit-animation: typing 0.3s 0.45s forwards;
          animation: typing 0.3s 0.45s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(8) {
  -webkit-animation: typing 0.3s 0.5s forwards;
          animation: typing 0.3s 0.5s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(9) {
  -webkit-animation: typing 0.3s 0.55s forwards;
          animation: typing 0.3s 0.55s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(10) {
  -webkit-animation: typing 0.3s 0.6s forwards;
          animation: typing 0.3s 0.6s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(11) {
  -webkit-animation: typing 0.3s 0.65s forwards;
          animation: typing 0.3s 0.65s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(12) {
  -webkit-animation: typing 0.3s 0.7s forwards;
          animation: typing 0.3s 0.7s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(13) {
  -webkit-animation: typing 0.3s 0.75s forwards;
          animation: typing 0.3s 0.75s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(14) {
  -webkit-animation: typing 0.3s 0.8s forwards;
          animation: typing 0.3s 0.8s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(15) {
  -webkit-animation: typing 0.3s 0.85s forwards;
          animation: typing 0.3s 0.85s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(16) {
  -webkit-animation: typing 0.3s 0.9s forwards;
          animation: typing 0.3s 0.9s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(17) {
  -webkit-animation: typing 0.3s 0.95s forwards;
          animation: typing 0.3s 0.95s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(18) {
  -webkit-animation: typing 0.3s 1s forwards;
          animation: typing 0.3s 1s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(19) {
  -webkit-animation: typing 0.3s 1.05s forwards;
          animation: typing 0.3s 1.05s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(20) {
  -webkit-animation: typing 0.3s 1.1s forwards;
          animation: typing 0.3s 1.1s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(21) {
  -webkit-animation: typing 0.3s 1.15s forwards;
          animation: typing 0.3s 1.15s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(22) {
  -webkit-animation: typing 0.3s 1.2s forwards;
          animation: typing 0.3s 1.2s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(23) {
  -webkit-animation: typing 0.3s 1.25s forwards;
          animation: typing 0.3s 1.25s forwards;
}
.p-data__bottom .block:nth-child(9) > div .block__inn ol li > span.wrap .typing.after:nth-child(24) {
  -webkit-animation: typing 0.3s 1.3s forwards;
          animation: typing 0.3s 1.3s forwards;
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li > span.wrap .typing.after:nth-child(25) {
  -webkit-animation: typing 0.3s 1.35s forwards;
          animation: typing 0.3s 1.35s forwards;
}
@-webkit-keyframes typing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-data__bottom .block:nth-child(7) > div .block__inn ol li::before {
  counter-increment: li_count;
  content: counter(li_count);
  font-size: 1.8em;
  line-height: 0;
  font-family: "Inter", sans-serif;
  padding-top: 4px;
  display: inline-block;
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .p-data__bottom .block:nth-child(7) > div .block__inn ol li::before {
    width: 40px;
  }
}

.p-environment__intro {
  padding-top: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-environment__intro {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__intro {
    padding-top: 140px;
  }
}
body.page-template-page-environment .o-c-tit__main {
  position: relative;
  z-index: 3;
}

.p-environment__intro::before {
  content: "";
  width: calc(100vw - 60px);
  height: 44vw;
  max-width: none;
  background: url("../img/environment/shape.svg") center/contain no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0.4) rotate(20deg);
          transform: scale(0.4) rotate(20deg);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-environment__intro::before {
    width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-environment__intro::before {
    width: 160vw;
    height: 70vw;
    -webkit-transform: scale(0.4) rotate(60deg);
            transform: scale(0.4) rotate(60deg);
    top: 70vw;
    right: -50vw;
  }
}
.p-environment__intro__inn {
  max-width: 1080px;
  padding: 0 60px;
  margin: auto;
  text-align: right;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .p-environment__intro__inn {
    max-width: 880px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-environment__intro__inn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) and (max-width: 350px) {
  .p-environment__intro__inn {
    padding: 0 15px;
  }
}
.p-environment__intro__inn__title {
  font-size: 4.6rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .p-environment__intro__inn__title {
    font-size: 4.2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__intro__inn__title {
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__intro__inn__title {
    font-size: 6.2vw;
  }
}
.p-environment__intro__inn__title span {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.p-environment__intro__inn__title span:first-of-type {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
.p-environment__intro__inn__title span:last-of-type {
  -webkit-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
}
.p-environment__intro__inn__read {
  font-size: 2rem;
  line-height: 2.2;
  text-align: left;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.4s;
  transition: opacity 0.8s ease 1.4s;
}
@media screen and (max-width: 1200px) {
  .p-environment__intro__inn__read {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__intro__inn__read {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__intro__inn__read {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.p-environment__intro.anime::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
@media screen and (max-width: 700px) {
  .p-environment__intro.anime::before {
    -webkit-transform: scale(1) rotate(40deg);
            transform: scale(1) rotate(40deg);
  }
}
.p-environment__intro.anime .p-environment__intro__inn__title span {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-environment__intro.anime .p-environment__intro__inn__read {
  opacity: 1;
}

.p-environment__training .o-c-tit__line:last-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .p-environment__training .o-c-tit__line:last-of-type {
    margin-top: 80px;
  }
}
.p-environment__training__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-environment__training__list {
    max-width: 900px;
  }
}
.p-environment__training__list__li {
  width: calc((100% - 120px) / 2);
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .p-environment__training__list__li {
    width: calc((100% - 60px) / 2);
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__training__list__li {
    width: calc((100% - 50px) / 2);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__training__list__li {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-environment__training__list__li:nth-last-child(2) {
    margin-bottom: 40px !important;
  }
}
.p-environment__training__list__li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.p-environment__training__list__li .image {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .p-environment__training__list__li .image {
    width: 80%;
    margin: 0 auto 15px;
  }
}
.p-environment__training__list__li .image img {
  width: 300px;
  max-width: 70%;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .p-environment__training__list__li .image img {
    margin-bottom: 5px;
  }
}
.p-environment__training__list__li .image::before {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-environment__training__list__li .image::before {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__training__list__li .image::before {
    height: 30px;
  }
}
.p-environment__training__list__li .title {
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-environment__training__list__li .title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__training__list__li .title {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__training__list__li .title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
.p-environment__training__list__li .read {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .p-environment__training__list__li .read {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__training__list__li .read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-environment__training__list__li .read span {
  font-size: 0.85em;
}
.p-environment__training__note {
  text-align: center;
  margin-top: 80px;
}
.p-environment__training__note span {
  font-size: 1.2em;
}
@media screen and (max-width: 1000px) {
  .p-environment__training__note {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__training__note {
    margin-top: 40px;
  }
}

.p-environment__workstyle__read {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .p-environment__workstyle__read {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-environment__workstyle__read {
    margin-bottom: 30px;
  }
}
.p-environment__workstyle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -20px;
}
@media screen and (max-width: 700px) {
  .p-environment__workstyle__list {
    margin-bottom: -15px;
  }
}

.p-environment__workstyle__list__li {
  width: calc((100% - 40px) / 3);
  padding: 50px 35px 45px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  .p-environment__workstyle__list__li {
    padding: 40px 25px 35px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-environment__workstyle__list__li {
    padding: 30px 20px 25px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__workstyle__list__li {
    width: 100%;
    position: relative;
    padding: 25px 20px 25px;
    margin-bottom: 15px;
  }
}
.p-environment__workstyle__list__li img {
  width: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-environment__workstyle__list__li img {
    width: 130px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__workstyle__list__li img {
    width: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__workstyle__list__li img {
    width: 70px;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-environment__workstyle__list__li img {
    width: 60px;
  }
}
.p-environment__workstyle__list__li .title {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 10px auto 5px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .p-environment__workstyle__list__li .title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) {
  .p-environment__workstyle__list__li .title {
    font-size: 2rem;
    line-height: 1.6;
    position: absolute;
    top: 32px;
    left: 105px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 700px) and (max-width: 350px) {
  .p-environment__workstyle__list__li .title {
    font-size: 1.8rem;
    line-height: 1.6;
    left: 90px;
  }
}
.p-environment__workstyle__list__li .read {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .p-environment__workstyle__list__li .read {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-environment__workstyle__list__li .read {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.p-environment__workstyle__list__li .read span {
  font-size: 0.85em;
}
.p-environment__workstyle__list__li:nth-child(1) img, .p-environment__workstyle__list__li:nth-child(5) img {
  background-color: #2778BE;
}
.p-environment__workstyle__list__li:nth-child(2) img, .p-environment__workstyle__list__li:nth-child(6) img {
  background-color: #6CBB5A;
}
.p-environment__workstyle__list__li:nth-child(3) img {
  background-color: #2778BE;
}
@media screen and (max-width: 1000px) {
  .p-environment__workstyle__list__li:nth-child(3) img {
    background-color: #6CBB5A;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__workstyle__list__li:nth-child(3) img {
    background-color: #2778BE;
  }
}
.p-environment__workstyle__list__li:nth-child(4) img {
  background-color: #6CBB5A;
}
@media screen and (max-width: 1000px) {
  .p-environment__workstyle__list__li:nth-child(4) img {
    background-color: #2778BE;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__workstyle__list__li:nth-child(4) img {
    background-color: #6CBB5A;
  }
}

.p-environment__award__read {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .p-environment__award__read {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-environment__award__read {
    text-align: left;
    margin-bottom: 30px;
  }
}
.p-environment__award__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-environment__award__list {
    max-width: 800px;
    margin-bottom: -40px;
  }
}
.p-environment__award__list__li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1200px) {
  .p-environment__award__list__li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__award__list__li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__award__list__li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .p-environment__award__list__li img {
    width: 350px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__award__list__li img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-environment__award__list__li .text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-environment__award__list__li .text {
    width: calc(100% - 350px);
    margin-top: 0;
    padding-left: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__award__list__li .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.p-environment__award__list__li .text p {
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .p-environment__award__list__li .text p br {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__award__list__li .text p br {
    display: inline-block;
  }
}
.p-environment__award__list__li .text__tit {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .p-environment__award__list__li .text__tit {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-environment__award__list__li .text__tit {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-environment__award__list__li .text__tit {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-environment__award__list__li .text__en {
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .p-environment__award__list__li .text__en {
    margin-bottom: 0;
  }
}
.p-environment__award__list__li .text__en.blue {
  color: #2778BE;
}
.p-environment__award__list__li .text__en.green {
  color: #6CBB5A;
}

.p-error404 {
  padding-top: 100px;
}
@media screen and (max-width: 700px) {
  .p-error404 {
    padding-top: 80px;
  }
}
.p-error404__read {
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 700px) {
  .p-error404__read {
    text-align: left;
  }
}
.p-error404__link {
  display: block;
  margin: 50px auto 0;
  max-width: 400px;
  font-size: 2rem;
  line-height: 60px;
  background-color: #2778BE;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .p-error404__link {
    font-size: 1.6rem;
    line-height: 50px;
    max-width: 240px;
    margin-top: 30px;
  }
}
.p-error404__link:hover {
  background-color: #6CBB5A;
}

.event-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .event-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.event-archive__left {
  width: 240px;
}
@media screen and (max-width: 1300px) {
  .event-archive__left {
    width: 200px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .event-archive__left {
    width: 180px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) {
  .event-archive__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 30px 60px;
    background-color: #D4E4F1;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .event-archive__left {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  .event-archive__left .o-c-list__ul {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #fff;
  }
}
.event-archive__left .o-c-list__ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .event-archive__left .o-c-list__ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .event-archive__left .o-c-list__ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
}
.event-archive__left .o-c-list__ul li a {
  font-weight: 700;
}
.event-archive__left .o-c-list__ul li a:hover {
  color: #1D50A2;
}
.event-archive__left select {
  width: 100%;
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 50px;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  background: url("../img/event/select-down.png") center right 20px/10px 6px no-repeat #2778BE;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1300px) {
  .event-archive__left select {
    font-size: 1.6rem;
    line-height: 45px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .event-archive__left select {
    width: 200px;
    margin: 0 0 0 60px;
    font-size: 1.8rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .event-archive__left select {
    max-width: 400px;
    width: 100%;
    margin: 30px 0 0;
    font-size: 1.6rem;
  }
}
.event-archive__left select:hover {
  background-color: #1D50A2;
}
.event-archive__right {
  width: calc(100% - 240px);
  padding-left: 80px;
}
@media screen and (max-width: 1300px) {
  .event-archive__right {
    width: calc(100% - 200px);
    padding-left: 60px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .event-archive__right {
    width: calc(100% - 180px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) {
  .event-archive__right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .event-archive__right {
    padding-left: 0;
  }
}
.event-archive__right__tit {
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 0 0 3px 15px;
  border-left: 10px solid #1D50A2;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  .event-archive__right__tit {
    font-size: 1.6rem;
    line-height: 1.2;
    border-width: 6px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 700px) and (max-width: 350px) {
  .event-archive__right__tit {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.event-archive__right__tit span {
  font-size: 1.2em;
  padding-right: 5px;
}
.event-archive__right .wp-pagenavi {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .event-archive__right .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.event-archive__right .wp-pagenavi span,
.event-archive__right .wp-pagenavi a {
  display: inline-block;
  width: 50px;
  color: #1D50A2;
  font-size: 2rem;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .event-archive__right .wp-pagenavi span,
  .event-archive__right .wp-pagenavi a {
    width: 45px;
    font-size: 1.8rem;
    line-height: 45px;
  }
}
.event-archive__right .wp-pagenavi span:last-child,
.event-archive__right .wp-pagenavi a:last-child {
  margin-right: 0;
}
.event-archive__right .wp-pagenavi span:hover,
.event-archive__right .wp-pagenavi a:hover {
  background-color: transparent;
  border-color: #1D50A2;
}
.event-archive__right .wp-pagenavi .extend {
  background-color: transparent;
  width: 30px;
}
@media screen and (max-width: 700px) {
  .event-archive__right .wp-pagenavi .extend {
    width: auto;
  }
}
.event-archive__right .wp-pagenavi .current {
  background-color: #1D50A2 !important;
  color: #fff !important;
  border-color: #1D50A2 !important;
}
.event-archive__right .wp-pagenavi .previouspostslink,
.event-archive__right .wp-pagenavi .nextpostslink {
  text-indent: -9999px;
  position: relative;
}
.event-archive__right .wp-pagenavi .previouspostslink::before,
.event-archive__right .wp-pagenavi .nextpostslink::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event-archive__right .wp-pagenavi .previouspostslink::before {
  border-width: 4px 8px 4px 0;
  border-color: transparent #1D50A2 transparent transparent;
}
.event-archive__right .wp-pagenavi .nextpostslink::before {
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #1D50A2;
}

@media screen and (max-width: 700px) {
  .event-single {
    padding: 0;
  }
}
.event-single__inn {
  background-color: #fff;
  padding: 80px 40px 120px;
  border-radius: 15px;
}
@media screen and (max-width: 1000px) {
  .event-single__inn {
    padding: 60px 40px 100px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .event-single__inn {
    padding: 40px 20px 60px;
    border-radius: 0;
    position: relative;
  }
}
.event-single__inn__head {
  max-width: 800px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .event-single__inn__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .event-single__inn__head {
    margin-bottom: 30px;
  }
}
.event-single__inn__head time {
  color: #9D9D9D;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .event-single__inn__head time {
    font-size: 1.4rem;
    line-height: 1;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .event-single__inn__head time {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.event-single__inn__head__cat {
  padding-bottom: 2px;
  color: #2778BE;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .event-single__inn__head__cat {
    font-size: 1.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .event-single__inn__head__cat {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.event-single__inn__head__cat span::after {
  content: "／";
}
.event-single__inn__head__cat span:last-child::after {
  display: none;
}
.event-single__inn__head__end {
  display: inline-block;
  color: #fff;
  background-color: #6CBB5A;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 3px 20px 4px;
  border-radius: 3px;
}
@media screen and (max-width: 700px) {
  .event-single__inn__head__end {
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 4px 15px 6px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
  }
}
.event-single__inn__head__tit {
  width: 100%;
  margin-top: 10px;
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .event-single__inn__head__tit {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .event-single__inn__head__tit {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .event-single__inn__head__tit {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.event-single__inn__thumbnail {
  max-width: 900px;
  height: 420px;
  margin: 0 auto 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .event-single__inn__thumbnail {
    margin-bottom: 40px;
    height: 340px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .event-single__inn__thumbnail {
    margin-bottom: 30px;
    height: auto;
  }
}
.event-single__inn__thumbnail img {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .event-single__inn__thumbnail img {
    width: 100%;
    height: auto;
  }
}
.event-single__inn__thumbnail__back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -ms-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.7;
}
.event-single__inn .o-c__editor {
  max-width: 800px;
  margin: auto;
}
.event-single__navigation {
  margin-top: 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .event-single__navigation {
    margin-top: 40px;
  }
}
.event-single__navigation a.prev {
  position: absolute;
  top: 0;
  right: calc(50% + 100px);
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1100px) {
  .event-single__navigation a.prev {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .event-single__navigation a.prev {
    right: calc(50% + 60px);
  }
}
.event-single__navigation a.prev::before {
  right: auto;
  left: 0;
}
.event-single__navigation a.prev::after {
  right: auto;
  left: 15px;
  border-width: 4px 8px 4px 0;
  border-color: transparent #1D50A2 transparent transparent;
  width: 0;
}
@media screen and (max-width: 1200px) {
  .event-single__navigation a.prev::after {
    left: 12px;
  }
}
.event-single__navigation a.next {
  position: absolute;
  top: 0;
  left: calc(50% + 100px);
}
@media screen and (max-width: 700px) {
  .event-single__navigation a.next {
    left: calc(50% + 60px);
  }
}
.event-single__navigation a.all {
  font-size: 2rem;
  line-height: 40px;
  display: inline-block;
  color: #1D50A2;
  margin-right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .event-single__navigation a.all {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 700px) {
  .event-single__navigation a.all {
    font-size: 1.6rem;
    line-height: 34px;
  }
}
.event-single__navigation a.all:hover {
  letter-spacing: 0.06em;
}
.event-single__related {
  margin-top: 80px;
}

.p-internship__intro {
  padding-top: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .p-internship__intro {
    padding-top: 70px;
  }
}
body.page-template-page-internship .o-c-tit__main {
  position: relative;
  z-index: 3;
}

.p-internship__intro::before {
  content: "";
  width: calc(100% - 100px);
  height: 44vw;
  max-width: none;
  background: url("../img/internship/shape.svg") bottom 0 right 0/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(0.4) rotate(20deg);
          transform: scale(0.4) rotate(20deg);
  opacity: 0;
  -webkit-transition: all 1.2s ease 0.6s;
  transition: all 1.2s ease 0.6s;
}
@media screen and (max-width: 1000px) {
  .p-internship__intro::before {
    width: 110%;
    height: 66vw;
    bottom: 0;
    left: calc(-10% - 40px);
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__intro::before {
    bottom: 10%;
    width: 120%;
    left: calc(-20% - 20px);
  }
}
.p-internship__intro__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-internship__intro__inn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.p-internship__intro__inn .text {
  width: 520px;
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  .p-internship__intro__inn .text {
    width: 440px;
    padding-top: 4vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .p-internship__intro__inn .text {
    padding-top: 0;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__intro__inn .text {
    top: 0;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__intro__inn .text {
    position: initial;
  }
}
.p-internship__intro__inn .text__tit {
  font-size: 4.6rem;
  line-height: 1.6;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (max-width: 1300px) {
  .p-internship__intro__inn .text__tit {
    font-size: 4.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .p-internship__intro__inn .text__tit {
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__intro__inn .text__tit {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__intro__inn .text__tit {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
}
.p-internship__intro__inn .text__read {
  font-size: 2.4rem;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1300px) {
  .p-internship__intro__inn .text__read {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-internship__intro__inn .text__read {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__intro__inn .text__read {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
    width: 100%;
  }
}
.p-internship__intro__inn .text__read br.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-internship__intro__inn .text__read br.br1000 {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__intro__inn .text__read br.br1000 {
    display: none;
  }
}
.p-internship__intro__inn .image {
  width: calc(100% - 520px);
  padding-top: 49%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .p-internship__intro__inn .image {
    padding-top: calc((100vw - 50px - 520px) * 0.8);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1300px) {
  .p-internship__intro__inn .image {
    width: calc(100% - 440px);
    padding-top: calc((100vw - 50px - 440px) * 0.8);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1300px) and (max-width: 1200px) {
  .p-internship__intro__inn .image {
    width: 60%;
    padding-top: calc((100vw - 40px - 40%) * 0.8);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__intro__inn .image {
    width: 70%;
    padding-top: calc((100vw - 100px - 25%) * 0.8);
    margin-top: 50px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1300px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__intro__inn .image {
    width: 100%;
    margin-top: 20px;
    padding-top: calc((100vw - 40px) * 0.8);
  }
}
.p-internship__intro__inn .image img {
  position: absolute;
  opacity: 0;
  border-radius: 50%;
}
.p-internship__intro__inn .image__01 {
  width: 32%;
  top: 0;
  right: 8%;
  -webkit-transition: opacity 0.7s ease 1.2s;
  transition: opacity 0.7s ease 1.2s;
}
.p-internship__intro__inn .image__02 {
  width: 60%;
  top: 55%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.7s ease 1.4s;
  transition: opacity 0.7s ease 1.4s;
}
.p-internship__intro__inn .image__03 {
  width: 46%;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 0.7s ease 1.6s;
  transition: opacity 0.7s ease 1.6s;
}
.p-internship__intro.anime .text__tit, .p-internship__intro.anime .text__read {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-internship__intro.anime::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.p-internship__intro.anime .image__01, .p-internship__intro.anime .image__02, .p-internship__intro.anime .image__03 {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .p-internship__what {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-internship__what {
    margin-bottom: 30px;
  }
}
.p-internship__what__read {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .p-internship__what__read {
    text-align: left;
  }
}

.p-internship__lecture {
  background-color: #F2F2F2;
  position: relative;
  border-top: 1px solid #fff;
  padding: 24vw 0 180px;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture {
    padding: 30vw 0 100px;
  }
}
.p-internship__lecture::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5vw 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 700px) {
  .p-internship__lecture::before {
    border-width: 20vw 100vw 0 0;
  }
}
.p-internship__lecture::after {
  content: "Lecture";
  font-size: 16vw;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 14.5vw;
  z-index: 1;
  opacity: 0;
  left: -300px;
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture::after {
    font-size: 22vw;
    top: 14vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture::after {
    font-size: 24vw;
    top: 13.5vw;
    left: -160px;
  }
}
.p-internship__lecture.anime::after {
  opacity: 1;
  left: -1vw;
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture.anime::after {
    left: -1.5vw;
  }
}
.p-internship__lecture__title {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .p-internship__lecture__title {
    margin-bottom: 60px;
  }
}
.p-internship__lecture__title .main {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__title .main {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-internship__lecture__title .main {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-internship__lecture__title .main::before {
  content: "";
  width: 100px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#2778BE), to(#6CBB5A));
  background: linear-gradient(to right, #2778BE, #6CBB5A);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 700px) {
  .p-internship__lecture__title .main::before {
    width: 60px;
    height: 6px;
  }
}
.p-internship__lecture__title .main span {
  font-size: 1.3em;
  padding-right: 10px;
}
@media screen and (max-width: 700px) {
  .p-internship__lecture__title .main span {
    padding-right: 5px;
  }
}
.p-internship__lecture__title .sub {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture__title .sub {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__title .sub {
    margin-top: 15px;
  }
}
.p-internship__lecture__scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-internship__lecture__scheme__left {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-internship__lecture__scheme__left {
    width: 100%;
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto 25px;
  }
  .p-internship__lecture__scheme__left .o-c-tit__sub {
    text-align: center;
  }
}
.p-internship__lecture__scheme__left .read {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__left .read {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-internship__lecture__scheme__left .read {
    margin-bottom: 15px;
  }
}
.p-internship__lecture__scheme__left .read:last-child {
  margin-bottom: 0;
}
.p-internship__lecture__scheme__right {
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-internship__lecture__scheme__right {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.p-internship__lecture__scheme__right .list {
  list-style-type: none;
  counter-reset: li_count;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-internship__lecture__scheme__right .list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-internship__lecture__scheme__right .list::before {
  content: "";
  width: 1px;
  height: 85%;
  background-color: #C9C9C9;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__right .list::before {
    left: 18px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-internship__lecture__scheme__right .list::before {
    left: 15px;
  }
}
.p-internship__lecture__scheme__right .list__li {
  counter-increment: mycounter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__right .list__li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-internship__lecture__scheme__right .list__li {
    padding-left: 40px;
  }
}
.p-internship__lecture__scheme__right .list__li:last-child {
  margin-bottom: 0;
}
.p-internship__lecture__scheme__right .list__li::before {
  counter-increment: li_count;
  content: counter(mycounter, decimal-leading-zero);
  font-size: 3rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #6CBB5A;
  padding: 10px 0;
  background-color: #F2F2F2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__right .list__li::before {
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-internship__lecture__scheme__right .list__li::before {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-internship__lecture__scheme__right .list__li__icon {
  width: 120px;
  padding: 25px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 0;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__right .list__li__icon {
    width: 100px;
    padding: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) {
  .p-internship__lecture__scheme__right .list__li__icon {
    width: 120px;
    padding: 25px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 900px) and (max-width: 700px) {
  .p-internship__lecture__scheme__right .list__li__icon {
    width: 80px;
    padding: 15px;
  }
}
.p-internship__lecture__scheme__right .list__li__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__scheme__right .list__li__txt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture__scheme__right .list__li__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 900px) {
  .p-internship__lecture__scheme__right .list__li__txt {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 900px) and (max-width: 700px) {
  .p-internship__lecture__scheme__right .list__li__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture__scheme__right .list__li__txt br.br1000 {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) {
  .p-internship__lecture__scheme__right .list__li__txt br.br1000 {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 900px) and (max-width: 700px) {
  .p-internship__lecture__scheme__right .list__li__txt br.br1000 {
    display: none;
  }
}
.p-internship__lecture__scheme__right .list__li:nth-child(even)::before {
  color: #2778BE;
}
.p-internship__lecture__briefing {
  margin: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture__briefing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__briefing {
    margin: 80px 0;
  }
}
.p-internship__lecture__briefing__image {
  width: 55%;
  height: 520px;
  background: url("../img/internship/briefing.jpg") center/cover no-repeat;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 1400px) {
  .p-internship__lecture__briefing__image {
    height: 480px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) {
  .p-internship__lecture__briefing__image {
    width: calc(100% - 40px);
    margin: 30px 0 0 auto;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 45vw;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__briefing__image {
    width: calc(100% - 20px);
    height: 60vw;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-internship__lecture__briefing__image {
    width: calc(100% - 15px);
  }
}
.p-internship__lecture__briefing__text {
  width: 45%;
  padding: 0 calc((100vw - 1280px) / 2) 0 60px;
}
@media screen and (max-width: 1400px) {
  .p-internship__lecture__briefing__text {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-internship__lecture__briefing__text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture__briefing__text {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__briefing__text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-internship__lecture__briefing__text {
    padding: 0 15px;
  }
}
.p-internship__lecture__skill__inn {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 40px;
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture__skill__inn {
    padding: 70px 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__skill__inn {
    padding: 40px 20px;
  }
}
.p-internship__lecture__skill__inn .block {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-internship__lecture__skill__inn .block__txt {
  width: 50%;
  padding-right: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__skill__inn .block__txt {
    width: 45%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture__skill__inn .block__txt {
    width: 100%;
    padding-right: 0;
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .p-internship__lecture__skill__inn .block__txt .o-c-tit__sub {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__skill__inn .block__txt .o-c-tit__sub {
    text-align: center;
  }
}
.p-internship__lecture__skill__inn .block__txt__read span {
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .p-internship__lecture__skill__inn .block__txt__read span {
    display: inline;
  }
}
.p-internship__lecture__skill__inn .block__txt img {
  width: 340px;
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__skill__inn .block__txt img {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture__skill__inn .block__txt img {
    width: 230px;
    position: absolute;
    top: -30px;
    right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__skill__inn .block__txt img {
    position: initial;
    width: 200px;
    margin-top: 10px;
  }
}
.p-internship__lecture__skill__inn .block__list {
  width: 50%;
  border-top: 2px solid #6CBB5A;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__skill__inn .block__list {
    width: 55%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture__skill__inn .block__list {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__skill__inn .block__list {
    margin-top: -3px;
    position: relative;
    z-index: 2;
  }
}
.p-internship__lecture__skill__inn .block__list li {
  font-size: 1.9rem;
  line-height: 1.6;
  padding: 25px 20px;
  border-bottom: 1px solid #6CBB5A;
}
@media screen and (max-width: 1200px) {
  .p-internship__lecture__skill__inn .block__list li {
    font-size: 1.7rem;
    line-height: 1.6;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-internship__lecture__skill__inn .block__list li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-internship__lecture__skill__inn .block__list li {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 10px 5px;
    text-align: center;
  }
}
.p-internship__lecture__skill__inn .block__list li:last-child {
  border-width: 2px;
}
.p-internship__lecture__skill .o-c-btn__round {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 700px) {
  .p-internship__lecture__skill .o-c-btn__round {
    margin-top: 50px;
  }
}

.p-interview__index__copy {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .p-interview__index__copy {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index__copy {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}
.p-interview__index__copy span {
  font-size: 1.4em;
}
.p-interview__index__note {
  text-align: center;
  margin: 20px auto 160px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .p-interview__index__note {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index__note {
    margin: 15px auto 70px;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: left;
  }
}
.p-interview__index .block {
  margin: 0 auto 150px;
  position: relative;
}
.p-interview__index .block .o-c-tit__sub {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.p-interview__index .block__list {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-interview__index .block__list__li {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block__list__li {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li {
    margin-bottom: 60px;
  }
}
.p-interview__index .block__list__li:last-of-type {
  margin-bottom: 0;
}
.p-interview__index .block__list__li:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block__list__li:nth-child(even) {
    display: block;
  }
}
.p-interview__index .block__list__li__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: auto;
  }
}
.p-interview__index .block__list__li__inn .image {
  width: 480px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-interview__index .block__list__li__inn .image {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .image {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .image {
    width: 100%;
  }
}
.p-interview__index .block__list__li__inn .image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .image::before {
    padding-top: 90%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .image::before {
    padding-top: 75%;
  }
}
.p-interview__index .block__list__li__inn .image img {
  width: 120%;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .image img {
    width: 145%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .image img {
    width: 135%;
  }
}
.p-interview__index .block__list__li__inn .text {
  padding-left: 40px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s ease 0.5s;
  transition: all 0.6s ease 0.5s;
}
@media screen and (max-width: 1200px) {
  .p-interview__index .block__list__li__inn .text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .text {
    width: 57%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .text {
    width: 100%;
    margin-top: 15px;
  }
  .p-interview__index .block__list__li__inn .text .o-c-btn__def {
    text-align: right;
  }
}
.p-interview__index .block__list__li__inn .text__ep {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 45px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .p-interview__index .block__list__li__inn .text__ep {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .text__ep {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.p-interview__index .block__list__li__inn .text__ep::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-interview__index .block__list__li__inn .text__comment {
  font-size: 3rem;
  line-height: 1.6;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .p-interview__index .block__list__li__inn .text__comment {
    font-size: 2.6rem;
    line-height: 1.6;
    margin: 15px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .text__comment {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .text__comment {
    font-size: 5vw;
    margin-top: 10px;
  }
}
.p-interview__index .block__list__li__inn .text__comment span {
  background-color: #6CBB5A;
  display: inline-block;
  padding: 0 10px;
  margin-top: 6px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .text__comment span {
    padding: 0 6px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .text__comment span {
    padding: 0 1.2vw;
  }
}
.p-interview__index .block__list__li__inn .text__info {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .p-interview__index .block__list__li__inn .text__info {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__index .block__list__li__inn .text__info {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block__list__li__inn .text__info {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.p-interview__index .block__list__li__inn .text__info span {
  font-size: 1.4em;
  font-family: "Inter", sans-serif;
}
.p-interview__index .block__list__li__inn:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-interview__index .block__list__li.anime .image {
  opacity: 1;
}
.p-interview__index .block__list__li.anime .text {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-interview__index .block::before {
  content: "";
  width: 100%;
  padding-top: 50%;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block::before {
    width: 100vw;
    padding-top: 60vw;
    background-size: cover !important;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block::before {
    padding-top: 80vw;
  }
}
.p-interview__index .block:first-of-type::before {
  background: url("../img/interview/index/shape__01.svg") top left/contain no-repeat;
  top: -70px;
  right: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block:first-of-type::before {
    right: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block:first-of-type::before {
    top: -40px;
  }
}
.p-interview__index .block:nth-of-type(even)::before {
  background: url("../img/interview/index/shape__02.svg") top right/contain no-repeat;
  top: -70px;
  left: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block:nth-of-type(even)::before {
    left: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block:nth-of-type(even)::before {
    top: -40px;
  }
}
.p-interview__index .block:nth-of-type(even) .text__comment span {
  background-color: #2778BE;
}
.p-interview__index .block:last-of-type {
  margin-bottom: 0;
}
.p-interview__index .block:last-of-type::before {
  background: url("../img/interview/index/shape__03.svg") bottom right/contain no-repeat;
  bottom: -70px;
  left: 0;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (max-width: 1000px) {
  .p-interview__index .block:last-of-type::before {
    left: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__index .block:last-of-type::before {
    background: url("../img/interview/index/shape__01.svg") top left/contain no-repeat;
    bottom: auto;
    left: auto;
    top: -40px;
    right: -40px;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}

.p-interview__hero {
  position: relative;
}
.p-interview__hero::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50vw;
}
@media screen and (max-width: 1400px) {
  .p-interview__hero::before {
    height: 700px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-interview__hero::before {
    height: 65vw;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__hero::before {
    height: 150vw;
  }
}
.p-interview__hero::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .p-interview__hero::after {
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
}
.p-interview__hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-interview__hero img {
    left: -10vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__hero img {
    left: -13vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__hero img {
    left: auto;
    right: -60vw;
  }
}
.p-interview__hero .text {
  position: absolute;
  top: calc(50% + 20px);
  left: 5vw;
  color: #fff;
  font-weight: 700;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  .p-interview__hero .text {
    left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__hero .text {
    top: calc(50% + 50px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__hero .text {
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 10vw;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-interview__hero .text {
    left: 15px;
  }
}
.p-interview__hero .text__ep {
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 45px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .p-interview__hero .text__ep {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__hero .text__ep {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__hero .text__ep {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.p-interview__hero .text__ep::after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-interview__hero .text__copy {
  margin: 30px 0 40px;
}
@media screen and (max-width: 1200px) {
  .p-interview__hero .text__copy {
    margin: 3vw 0 5vw;
  }
}
.p-interview__hero .text__copy span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  background: -webkit-gradient(linear, left top, right top, from(#6CBB5A), to(#2778BE));
  background: linear-gradient(to right, #6CBB5A, #2778BE);
  padding: 6px 16px 9px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .p-interview__hero .text__copy span {
    font-size: 3.4vw;
    padding: 5px 12px 8px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__hero .text__copy span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__hero .text__copy span {
    font-size: 5.1vw;
    padding: 1vw 1.2vw 1.2vw;
    margin-top: 5px;
  }
}
.p-interview__hero .text__copy span:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.p-interview__hero .text__copy span:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}
.p-interview__hero .text__copy.anime span {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-interview__hero .text__pos {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .p-interview__hero .text__pos {
    font-size: 1.8vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__hero .text__pos {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__hero .text__pos {
    font-size: 3.4vw;
  }
}
.p-interview__hero .text__pos span {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 2.5em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.p-interview__hero .text__info {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .p-interview__hero .text__info {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__hero .text__info {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__hero .text__info {
    font-size: 3.2vw;
  }
}
.p-interview__hero .text__info span {
  font-size: 1.4em;
  font-family: "Inter", sans-serif;
}
.p-interview__hero .o-c-tit__main__breadcrumb {
  top: calc(50vw + 10px);
}
@media screen and (max-width: 1400px) {
  .p-interview__hero .o-c-tit__main__breadcrumb {
    top: 710px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-interview__hero .o-c-tit__main__breadcrumb {
    top: calc(65vw + 10px);
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__hero .o-c-tit__main__breadcrumb {
    top: calc(150vw + 10px);
  }
}

.p-interview__question__tit {
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-interview__question__tit {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__tit {
    text-align: left;
  }
}
.p-interview__question__tit::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1D50A2), to(transparent));
  background: linear-gradient(to right, #1D50A2, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-interview__question__tit__en {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6CBB5A;
  line-height: 1;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .p-interview__question__tit__en {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__question__tit__en {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 3px;
  }
}
.p-interview__question__tit__ja {
  color: #1D50A2;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .p-interview__question__tit__ja {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__question__tit__ja {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.p-interview__question__tit.center {
  text-align: center;
}
.p-interview__question__copy {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .p-interview__question__copy {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__question__copy {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__copy {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-interview__question__read {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  .p-interview__question__read {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) {
  .p-interview__question__read {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__question__read {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-interview__question__top {
  margin: 80px auto;
  max-width: 880px;
  padding: 40px 0;
  background: url("../img/interview/single/mark.svg") center/contain no-repeat;
}
@media screen and (max-width: 1200px) {
  .p-interview__question__top {
    max-width: 720px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__question__top {
    margin-bottom: 60px;
    padding: 20px 0;
  }
}
.p-interview__question__top .inn {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
.p-interview__question__top .inn.fadein {
  opacity: 1;
}
.p-interview__question__top .inn .p-interview__question__tit {
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 700px) {
  .p-interview__question__top .inn .p-interview__question__tit {
    margin-bottom: 10px;
  }
}
.p-interview__question__top .inn .p-interview__question__tit::before {
  display: none;
}
.p-interview__question__top .inn .p-interview__question__copy {
  text-align: center;
}
.p-interview__question__middle .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .p-interview__question__middle .wrap {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}
.p-interview__question__middle .wrap:first-of-type .wrap__img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.p-interview__question__middle .wrap:first-of-type .wrap__txt {
  padding: 0 calc((100vw - 1280px) / 2) 0 50px;
}
.p-interview__question__middle .wrap:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interview__question__middle .wrap:last-of-type .wrap__img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.p-interview__question__middle .wrap:last-of-type .wrap__txt {
  padding: 0 50px 0 calc((100vw - 1280px) / 2);
}
.p-interview__question__middle .wrap__img {
  width: 55%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .p-interview__question__middle .wrap__img {
    width: calc(100% - 80px);
    border-radius: 15px !important;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__middle .wrap__img {
    width: 100%;
    border-radius: 0 !important;
  }
}
.p-interview__question__middle .wrap__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67%;
}
@media screen and (max-width: 1400px) {
  .p-interview__question__middle .wrap__img::before {
    padding-top: 560px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-interview__question__middle .wrap__img::before {
    padding-top: 500px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__question__middle .wrap__img::before {
    display: none;
  }
}
.p-interview__question__middle .wrap__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1400px) {
  .p-interview__question__middle .wrap__img img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1000px) {
  .p-interview__question__middle .wrap__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-interview__question__middle .wrap__txt {
  width: 45%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
@media screen and (max-width: 1350px) {
  .p-interview__question__middle .wrap__txt {
    padding: 0 40px !important;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) {
  .p-interview__question__middle .wrap__txt {
    width: 100%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__middle .wrap__txt {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-interview__question__middle .wrap__txt {
    padding: 0 15px !important;
  }
}
.p-interview__question__middle .wrap__txt.fadein {
  opacity: 1;
}
.p-interview__question__bottom .image {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .p-interview__question__bottom .image {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) {
  .p-interview__question__bottom .image {
    max-width: 720px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__bottom .image {
    border-radius: 0;
  }
}
.p-interview__question__bottom .image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 42%;
}
@media screen and (max-width: 1000px) {
  .p-interview__question__bottom .image::before {
    padding-top: 67%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__bottom .image::before {
    padding-top: 67%;
  }
}
.p-interview__question__bottom .image img {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-interview__question__bottom .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
  padding: 0 40px;
  margin: 50px auto 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
@media screen and (max-width: 1200px) {
  .p-interview__question__bottom .text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__question__bottom .text {
    display: block;
    max-width: 800px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__question__bottom .text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-interview__question__bottom .text {
    padding: 0 15px;
  }
}
.p-interview__question__bottom .text.fadein {
  opacity: 1;
}
.p-interview__question__bottom .text__left {
  width: 500px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .p-interview__question__bottom .text__left {
    width: 450px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__question__bottom .text__left {
    width: 100%;
    padding-right: 0;
  }
}
.p-interview__question__bottom .text__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-interview__schedule {
  padding-left: calc((100vw - 1280px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .p-interview__schedule {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 700px) {
  .p-interview__schedule {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 700px) and (max-width: 350px) {
  .p-interview__schedule {
    padding-left: 15px;
  }
}
.p-interview__schedule .o-c-tit__sub {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .p-interview__schedule .o-c-tit__sub {
    text-align: center;
    padding: 120px 20px 0 0;
  }
}
.p-interview__schedule img {
  width: 400px;
}
@media screen and (max-width: 1350px) {
  .p-interview__schedule img {
    width: 360px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) {
  .p-interview__schedule img {
    width: 240px;
    position: absolute;
    top: 60px;
    right: 10px;
    z-index: 1;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__schedule img {
    width: auto;
    height: 130px;
    right: auto;
    left: calc(50% + 10px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p-interview__schedule .calendar__slider {
  position: relative;
  width: calc(100% - 500px);
  overflow: hidden;
  padding-bottom: 70px;
}
@media screen and (max-width: 1350px) {
  .p-interview__schedule .calendar__slider {
    width: calc(100% - 400px);
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) {
  .p-interview__schedule .calendar__slider {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__schedule .calendar__slider {
    padding-bottom: 40px;
  }
}
.p-interview__schedule .calendar__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide {
  width: 280px;
  height: 280px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/interview/single/clock.svg") center/contain no-repeat;
}
@media screen and (max-width: 1200px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide {
    width: 260px;
    height: 260px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide {
    width: 220px;
    height: 220px;
  }
}
.p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide:last-child {
  margin-right: 40px !important;
}
@media screen and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 700px) and (max-width: 350px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide:last-child {
    margin-right: 15px !important;
  }
}
.p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__time {
  font-size: 5.2rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__time {
    font-size: 4.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__time {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__tit {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 20px;
}
@media screen and (max-width: 1200px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__tit {
    font-size: 2.2rem;
    line-height: 1.4;
    margin: 5px 0 15px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__tit {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
}
.p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__note {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0 30px;
}
@media screen and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-wrapper .swiper-slide__note {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 20px;
  }
}
.p-interview__schedule .calendar__slider .swiper-button {
  position: absolute;
  width: calc(100% - 280px + 80px);
  height: 25px;
  bottom: 0;
  left: 140px;
}
@media screen and (max-width: 1200px) {
  .p-interview__schedule .calendar__slider .swiper-button {
    width: calc(100% - 130px - 40px);
    left: 130px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__schedule .calendar__slider .swiper-button {
    left: 0;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-button {
    width: calc(100% - 20px);
  }
}
.p-interview__schedule .calendar__slider .swiper-button div {
  width: 15px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-button div {
    width: 12px;
    height: 20px;
  }
}
.p-interview__schedule .calendar__slider .swiper-button__prev {
  left: 0;
  background: url("../img/interview/single/scroll_l.png") center/contain no-repeat;
}
.p-interview__schedule .calendar__slider .swiper-button__next {
  right: 0;
  background: url("../img/interview/single/scroll_r.png") center/contain no-repeat;
}
.p-interview__schedule .calendar__slider .swiper-scrollbar {
  bottom: 0;
  width: calc(100% - 280px + 80px - 60px);
  left: 170px;
  height: 25px;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .p-interview__schedule .calendar__slider .swiper-scrollbar {
    width: calc(100% - 130px - 40px - 60px);
    left: 160px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-interview__schedule .calendar__slider .swiper-scrollbar {
    left: 30px;
    width: calc(100% - 40px - 60px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-scrollbar {
    width: calc(100% - 20px - 40px);
    left: 20px;
  }
}
.p-interview__schedule .calendar__slider .swiper-scrollbar::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-scrollbar::before {
    height: 3px;
  }
}
.p-interview__schedule .calendar__slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.p-interview__schedule .calendar__slider .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#6CBB5A), to(#2778BE));
  background: linear-gradient(to right, #6CBB5A, #2778BE);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 700px) {
  .p-interview__schedule .calendar__slider .swiper-scrollbar .swiper-scrollbar-drag::before {
    height: 3px;
  }
}

.p-interview__other {
  overflow: hidden;
}
.p-interview__other__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-interview__other__slider .swiper-wrapper .swiper-slide {
  position: relative;
}
.p-interview__other__slider .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-interview__other__slider .swiper-wrapper .swiper-slide::before {
    padding-top: 80%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-interview__other__slider .swiper-wrapper .swiper-slide::before {
    padding-top: 100%;
  }
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link {
  width: 100%;
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-interview__other__slider .swiper-wrapper .swiper-slide__link {
    height: 100%;
  }
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link::after {
  content: "";
  width: 0;
  height: 0;
  background: url("../img/interview/single/link-mark.svg") center/cover no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media screen and (max-width: 1000px) {
  .p-interview__other__slider .swiper-wrapper .swiper-slide__link::after {
    display: none;
  }
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  right: 0;
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link__pos {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  font-size: 4rem;
  line-height: 1.1;
  position: absolute;
  left: 20px;
  top: 60%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 700px) {
  .p-interview__other__slider .swiper-wrapper .swiper-slide__link__pos {
    left: 15px;
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link:hover::before {
  padding-top: 100%;
}
@media screen and (max-width: 1000px) {
  .p-interview__other__slider .swiper-wrapper .swiper-slide__link:hover::before {
    padding-top: 0;
  }
}
.p-interview__other__slider .swiper-wrapper .swiper-slide__link:hover::after {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.p-message__interview__copy {
  padding: 170px 0;
  font-size: 3.8rem;
  line-height: 1.8;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__copy {
    font-size: 3.5rem;
    line-height: 1.8;
    padding: 150px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-message__interview__copy {
    font-size: 2.8rem;
    line-height: 1.8;
    padding: 130px 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__copy {
    font-size: 2rem;
    line-height: 1.7;
    padding: 100px 0;
  }
}
.p-message__interview__copy span {
  display: inline-block;
  position: relative;
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.p-message__interview__copy span:nth-of-type(1) {
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.p-message__interview__copy span:nth-of-type(2) {
  -webkit-transition: all 0.6s linear 0.5s;
  transition: all 0.6s linear 0.5s;
}
.p-message__interview__copy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/message/shape.png") center/700px 300px no-repeat;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 1.2s ease 0.5s;
  transition: all 1.2s ease 0.5s;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__copy::before {
    background-size: 560px 240px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__copy::before {
    background-size: 420px 180px;
  }
}
.p-message__interview__copy.anime span {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-message__interview__copy.anime::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-message__interview__block .image {
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.p-message__interview__block .text {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
.p-message__interview__block .text.fadein {
  opacity: 1;
}
.p-message__interview__block .text__tit {
  position: relative;
}
.p-message__interview__block .text__tit__inn {
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block .text__tit__inn {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block .text__tit__inn {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-message__interview__block .text__read__inn {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block .text__read__inn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block .text__read__inn {
    margin-top: 15px;
  }
}
.p-message__interview__block.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.half {
    margin-bottom: 80px;
    position: relative;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block.half {
    margin-bottom: 60px;
  }
}
.p-message__interview__block.half .image {
  width: 540px;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__block.half .image {
    width: 460px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-message__interview__block.half .image {
    width: 57%;
    height: 40vw;
    position: relative;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block.half .image {
    width: 100%;
    height: 70vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.half .image img {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-message__interview__block.half .text {
  width: calc(100% - 540px);
  padding-right: 60px;
  max-width: 640px;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__block.half .text {
    width: calc(100% - 460px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-message__interview__block.half .text {
    width: 100%;
    max-width: none;
    padding-right: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block.half .text {
    padding: 0 !important;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.half .text__tit {
    position: absolute;
    width: calc((100% - 80px) * 0.43);
    height: 40vw;
    top: 0;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block.half .text__tit {
    position: inherit;
    width: 100%;
    padding: 0 !important;
    height: auto;
  }
}
.p-message__interview__block.half .text__tit__inn span {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.half .text__tit__inn span {
    display: inline;
  }
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.half .text__read {
    max-width: 800px;
    margin: auto;
  }
}
.p-message__interview__block.half + .half {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-message__interview__block.half + .half .text {
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__block.half + .half .text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-message__interview__block.half + .half .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.half + .half .text__tit {
    left: auto;
    right: 40px;
    padding: 0 0 0 30px;
  }
}
.p-message__interview__block.wide .image {
  border-radius: 0;
  position: relative;
  height: 39vw;
}
@media screen and (max-width: 1300px) {
  .p-message__interview__block.wide .image {
    height: 560px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-message__interview__block.wide .image {
    height: 400px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block.wide .image {
    width: calc(100% - 40px);
    height: 70vw;
    margin: 0 auto;
    border-radius: 15px;
  }
}
.p-message__interview__block.wide .image img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .p-message__interview__block.wide .image img {
    left: 30%;
  }
}
.p-message__interview__block.wide .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__block.wide .text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-message__interview__block.wide .text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__block.wide .text {
    margin-top: 20px;
  }
}
.p-message__interview__block.wide .text__tit {
  width: 350px;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.wide .text__tit {
    width: 100%;
    text-align: center;
  }
}
.p-message__interview__block.wide .text__read {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__block.wide .text__read {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.p-message__interview__block.wide .text__read__inn:first-of-type {
  margin-top: 0;
}
.p-message__interview__profile {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__profile {
    position: relative;
  }
}
.p-message__interview__profile .text {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__profile .text {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__profile .text .o-c-tit__sub {
    text-align: center;
  }
}
.p-message__interview__profile .text__name {
  font-size: 3.4rem;
  line-height: 1.2;
  margin: 30px 0 20px;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__profile .text__name {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-message__interview__profile .text__name {
    font-size: 2.6rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
.p-message__interview__profile .text__name span {
  display: inline-block;
}
.p-message__interview__profile .text__name__pos {
  font-size: 0.55em;
  padding-right: 20px;
  vertical-align: 4px;
}
@media screen and (max-width: 700px) {
  .p-message__interview__profile .text__name__pos {
    padding: 0 0 10px;
  }
}
.p-message__interview__profile .text__name__en {
  color: #D3D3D3;
  font-size: 0.6em;
  padding-left: 20px;
  vertical-align: 5px;
}
@media screen and (max-width: 700px) {
  .p-message__interview__profile .text__name__en {
    padding: 10px 0 0;
  }
}
.p-message__interview__profile .text__name br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__profile .text__name br {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__profile .text__name br {
    display: none;
  }
}
.p-message__interview__profile .text__read {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .p-message__interview__profile .text__read {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-message__interview__profile .text__read {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-message__interview__profile .image {
  width: calc(50% - 40px);
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 1000px) {
  .p-message__interview__profile .image {
    position: absolute;
    top: 0;
    left: 380px;
    width: 260px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-message__interview__profile .image {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }
}

.p-newgraduate__intro {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .p-newgraduate__intro {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-newgraduate__intro {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-newgraduate__intro {
    padding-top: 80px;
  }
}
body.page-template-page-newgraduate .o-c-tit__main {
  position: relative;
  z-index: 3;
}

.p-newgraduate__intro::before {
  content: "";
  width: calc(100vw - 60px);
  height: 44vw;
  max-width: none;
  background: url("../img/newgraduate/shape_intro.svg") bottom 0 right 0/cover no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
  -webkit-transition: opacity 2s ease 0s;
  transition: opacity 2s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-newgraduate__intro::before {
    width: calc(100vw - 20px);
    height: 60vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-newgraduate__intro::before {
    width: 100vw;
    height: 70vw;
  }
}
.p-newgraduate__intro__inn {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-newgraduate__intro__inn .image {
  width: 55%;
  height: 580px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .p-newgraduate__intro__inn .image {
    height: 42vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-newgraduate__intro__inn .image {
    width: 80%;
    height: 60vw;
    margin: auto;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-newgraduate__intro__inn .image {
    width: 100%;
    height: 74vw;
  }
}
.p-newgraduate__intro__inn .image img {
  width: 54%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.p-newgraduate__intro__inn .image__top {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.p-newgraduate__intro__inn .image__bottom {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}
.p-newgraduate__intro__inn .text {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
@media screen and (max-width: 1300px) {
  .p-newgraduate__intro__inn .text {
    top: 50%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-newgraduate__intro__inn .text {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: -5vw;
    text-align: center;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-newgraduate__intro__inn .text {
    margin-top: -6vw;
  }
}
.p-newgraduate__intro__inn .text__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1000px) {
  .p-newgraduate__intro__inn .text__main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-newgraduate__intro__inn .text__main span {
  display: inline-block;
  color: #fff;
  font-size: 8.2rem;
  line-height: 1;
  padding: 3px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#6CBB5A), to(#2778BE));
  background: linear-gradient(to right, #6CBB5A, #2778BE);
  margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
  .p-newgraduate__intro__inn .text__main span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) {
  .p-newgraduate__intro__inn .text__main span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1000px) and (max-width: 700px) {
  .p-newgraduate__intro__inn .text__main span {
    font-size: 10vw;
    margin-bottom: 5px;
  }
}
.p-newgraduate__intro__inn .text__sub {
  margin-top: 20px;
  padding-left: 100px;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .p-newgraduate__intro__inn .text__sub {
    font-size: 2.2rem;
    line-height: 2;
    padding-left: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-newgraduate__intro__inn .text__sub {
    font-size: 2rem;
    line-height: 2;
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-newgraduate__intro__inn .text__sub {
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px) {
  .p-newgraduate__intro__inn .text__sub .br1000 {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-newgraduate__intro__inn .text__sub .br1000 {
    display: inline-block;
  }
}
.p-newgraduate__intro.anime::before {
  opacity: 1;
}
.p-newgraduate__intro.anime .image img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-newgraduate__intro.anime .text {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.p-spiral__fv {
  position: relative;
  height: 700px;
  background: url("../img/spiral/background.jpg") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv {
    height: 620px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__fv {
    height: 750px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__fv {
    height: 500px;
    padding-top: 50px;
  }
}
.p-spiral__fv__inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-spiral__fv__inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-spiral__fv__inn img {
  width: 530px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv__inn img {
    width: 460px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__fv__inn img {
    width: 80%;
    max-width: 400px;
  }
}
.p-spiral__fv__inn .text {
  color: #fff;
  padding-top: 20px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}
@media screen and (max-width: 700px) {
  .p-spiral__fv__inn .text {
    text-align: center;
  }
}
.p-spiral__fv__inn .text__sub {
  font-size: 3.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv__inn .text__sub {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__fv__inn .text__sub {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-spiral__fv__inn .text__main__large {
  font-size: 10.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv__inn .text__main__large {
    font-size: 9.3rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__fv__inn .text__main__large {
    font-size: 5.6rem;
    line-height: 1.4;
  }
}
.p-spiral__fv__inn .text__main__reg {
  font-size: 3.8rem;
  line-height: 1.4;
  vertical-align: 50px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv__inn .text__main__reg {
    font-size: 3.6rem;
    line-height: 1.4;
    vertical-align: 45px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__fv__inn .text__main__reg {
    font-size: 2.8rem;
    line-height: 1.4;
    vertical-align: 25px;
  }
}
.p-spiral__fv__inn .text__main__medium {
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv__inn .text__main__medium {
    font-size: 3.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__fv__inn .text__main__medium {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.p-spiral__fv.anime .p-spiral__fv__inn img {
  opacity: 1;
}
.p-spiral__fv.anime .p-spiral__fv__inn .text {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-spiral__fv .o-c-tit__main__breadcrumb {
  top: 710px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__fv .o-c-tit__main__breadcrumb {
    top: 630px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__fv .o-c-tit__main__breadcrumb {
    top: 760px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__fv .o-c-tit__main__breadcrumb {
    top: 510px;
  }
}

.p-spiral__vision {
  overflow: hidden;
}
.p-spiral__vision__inn {
  padding: 150px 0 200px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-spiral__vision__inn {
    padding: 130px 0 170px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__vision__inn {
    padding: 120px 0 100px;
  }
}
.p-spiral__vision__inn::before, .p-spiral__vision__inn::after {
  content: "";
  height: 70%;
  width: 40%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-spiral__vision__inn::before, .p-spiral__vision__inn::after {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn::before, .p-spiral__vision__inn::after {
    height: 150vw;
    width: 50vw;
  }
}
.p-spiral__vision__inn::before {
  top: 20px;
  left: 0;
  background: url("../img/spiral/vision__01.svg") left top/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0s;
  transition: opacity 1.2s ease 0s;
}
@media screen and (max-width: 1000px) {
  .p-spiral__vision__inn::before {
    left: -100px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn::before {
    top: -6vw;
    left: -35vw;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.p-spiral__vision__inn::after {
  bottom: 0;
  right: 0;
  background: url("../img/spiral/vision__02.svg") right bottom/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0s;
  transition: opacity 1.2s ease 0s;
}
@media screen and (max-width: 1000px) {
  .p-spiral__vision__inn::after {
    right: -100px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn::after {
    bottom: -15vw;
    right: -35vw;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.p-spiral__vision__inn__title {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-spiral__vision__inn__title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__vision__inn__title {
    padding-bottom: 20px;
  }
}
.p-spiral__vision__inn__title .inview-target {
  top: auto;
  bottom: 0;
}
.p-spiral__vision__inn__title .en {
  font-size: 4.2rem;
  line-height: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#0F2851), to(#1D50A2));
  background: linear-gradient(0deg, #0F2851, #1D50A2);
  background: -webkit-linear-gradient(90deg, #0F2851, #1D50A2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-spiral__vision__inn__title .en {
    background: none;
    color: #1D50A2;
  }
}
@media screen and (max-width: 1200px) {
  .p-spiral__vision__inn__title .en {
    font-size: 3.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__vision__inn__title .en {
    font-size: 3.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn__title .en {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.p-spiral__vision__inn__title .ja {
  font-size: 4.8rem;
  line-height: 1.8;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}
@media screen and (max-width: 1200px) {
  .p-spiral__vision__inn__title .ja {
    font-size: 4.2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__vision__inn__title .ja {
    font-size: 3.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn__title .ja {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__vision__inn__title .ja {
    font-size: 8vw;
  }
}
.p-spiral__vision__inn__read {
  margin-top: 35px;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
@media screen and (max-width: 1200px) {
  .p-spiral__vision__inn__read {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__vision__inn__read {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn__read {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin-top: 15px;
  }
}
.p-spiral__vision__inn__read:first-of-type {
  margin-top: 0;
}
.p-spiral__vision__inn__read .inview-target {
  top: auto;
  bottom: 0;
}
.p-spiral__vision__inn__read.fadein {
  opacity: 1;
}
.p-spiral__vision__inn__read.large {
  font-size: 2.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 1200px) {
  .p-spiral__vision__inn__read.large {
    font-size: 2.3rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__vision__inn__read.large {
    font-size: 2rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__vision__inn__read.large {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.p-spiral__vision.anime .p-spiral__vision__inn::before, .p-spiral__vision.anime .p-spiral__vision__inn::after {
  opacity: 1;
}
.p-spiral__vision.anime .p-spiral__vision__inn__title .en,
.p-spiral__vision.anime .p-spiral__vision__inn__title .ja {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.p-spiral__what {
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .p-spiral__what {
    margin-top: -70px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__what {
    position: relative;
    padding-top: 230px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__what {
    padding-top: 0;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-spiral__what__image {
  width: calc((100% - 70px) / 2);
  height: 760px;
  border-radius: 15px;
  background: url("../img/spiral/what.jpg") center/cover no-repeat;
}
@media screen and (max-width: 1000px) {
  .p-spiral__what__image {
    width: 40%;
    height: 30vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__what__image {
    width: 100%;
    height: 80vw;
    margin-top: 20px;
  }
}
.p-spiral__what__text {
  width: calc((100% - 70px) / 2);
  padding-top: 170px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__what__text {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__what__text {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__what__text {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-spiral__what__text .o-c-tit__sub {
    position: absolute;
    top: 0;
    left: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__what__text .o-c-tit__sub {
    position: inherit;
  }
}
.p-spiral__what__text .o-c-tit__sub__en span.small {
  font-size: 0.8em;
  vertical-align: 18%;
}
.p-spiral__what__text__copy {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .p-spiral__what__text__copy {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__what__text__copy {
    position: absolute;
    width: 60%;
    height: 30vw;
    top: 230px;
    left: calc(40% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__what__text__copy {
    position: inherit;
    width: 100%;
    height: auto;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
.p-spiral__what .br1000on {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-spiral__what .br1000on {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__what .br1000on {
    display: none;
  }
}

.p-spiral__point .text__tit {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__point .text__tit {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__point .text__tit {
    font-size: 2.6rem;
    line-height: 1.6;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__point .text__tit {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.p-spiral__point .text__tit span {
  display: inline-block;
}
.p-spiral__point__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__top .o-c-tit__sub {
    width: 100%;
    text-align: center;
  }
}
.p-spiral__point__top .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 70px;
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__top .text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
  }
}
.p-spiral__point__middle {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__middle {
    margin: 50px 0;
  }
}
.p-spiral__point__middle__inn {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__middle__inn {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__point__middle__inn {
    width: 100%;
  }
  .p-spiral__point__middle__inn:last-of-type {
    margin-top: 40px;
  }
}
.p-spiral__point__middle__inn .title {
  font-size: 2rem;
  line-height: 40px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-spiral__point__middle__inn .title {
    font-size: 1.8rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__point__middle__inn .title {
    font-size: 1.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__point__middle__inn .title {
    font-size: 1.5rem;
    line-height: 25px;
  }
}
.p-spiral__point__middle__inn img {
  margin: 30px 0;
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__middle__inn img {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__point__middle__inn img {
    margin: 10px 0;
  }
}
.p-spiral__point__middle__inn table {
  width: 100%;
  border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__middle__inn table {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-spiral__point__middle__inn table tr {
  border-bottom: 1px solid #D3D3D3;
}
.p-spiral__point__middle__inn table tr th {
  padding: 12px 0;
  vertical-align: baseline;
}
@media screen and (max-width: 700px) {
  .p-spiral__point__middle__inn table tr th {
    padding: 10px 0;
  }
}
.p-spiral__point__middle__inn table tr td {
  padding: 12px 0;
}
@media screen and (max-width: 700px) {
  .p-spiral__point__middle__inn table tr td {
    padding: 10px 0;
  }
}
.p-spiral__point__middle__inn table tr td ul li {
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .p-spiral__point__middle__inn table tr td ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 4px;
  }
}
.p-spiral__point__middle__inn.gray .title {
  background-color: #A5A5A5;
}
.p-spiral__point__middle__inn.gray table th {
  color: #A5A5A5;
}
.p-spiral__point__middle__inn.blue .title {
  background-color: #2778BE;
}
.p-spiral__point__middle__inn.blue table th {
  color: #2778BE;
}
.p-spiral__point__bottom {
  max-width: 860px;
  margin: 0 auto;
}
.p-spiral__point__bottom .text__tit {
  text-align: center;
}

.p-spiral__3min {
  background-color: rgba(1, 90, 119, 0.08);
  position: relative;
  border-top: 1px solid #fff;
  padding-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__3min {
    padding-bottom: 100px;
  }
}
.p-spiral__3min::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25vw 100vw 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.p-spiral__3min__head {
  margin-top: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: calc((100% - 1080px) / 2);
  margin-bottom: 130px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__head {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__head {
    margin-top: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 40px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__head {
    margin-top: 25vw;
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__3min__head {
    padding: 0 15px;
  }
}
.p-spiral__3min__head__left {
  max-width: 650px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__head__left {
    max-width: 590px;
  }
}
.p-spiral__3min__head__left .main {
  font-size: 6.4rem;
  line-height: 1.2;
  color: #015A77;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__head__left .main {
    font-size: 6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__3min__head__left .main {
    font-size: 4rem;
    line-height: 1.2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-spiral__3min__head__left .main span {
  display: inline-block;
}
.p-spiral__3min__head__left .main span.f-font__en {
  font-size: 1.2em;
  -webkit-transform: translate(0, 6%);
          transform: translate(0, 6%);
  padding-right: 3px;
}
.p-spiral__3min__head__left .main span.image {
  text-indent: -9999px;
  font-size: 0;
  display: inline-block;
  width: 250px;
  height: 290px;
  background: url("../img/spiral/service-logo__01.png") center/contain no-repeat;
  margin: 0 0 12px 10px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__head__left .main span.image {
    width: 225px;
    height: 261px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__3min__head__left .main span.image {
    width: 150px;
    height: 174px;
    margin: 0 0 5px 5px;
  }
}
.p-spiral__3min__head__left .read {
  margin-top: 25px;
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__head__left .read {
    font-size: 1.8rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__head__left .read {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__head__left .read {
    font-size: 1.4rem;
    line-height: 2.1;
    margin-top: 20px;
  }
}
.p-spiral__3min__head::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 890px;
  height: 500px;
  background: url("../img/spiral/computer.png") center left 30px/cover no-repeat;
  opacity: 0;
  -webkit-transform: translate(200px, 0);
          transform: translate(200px, 0);
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__head::after {
    background-position: center left 0;
    height: 440px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__head::after {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: 590px;
    height: 300px;
    background-position: center;
    background-size: contain;
    margin-top: 30px;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 1s ease 0.6s;
    transition: all 1s ease 0.6s;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__head::after {
    height: 50vw;
    margin-top: 15px;
  }
}
.p-spiral__3min__head.anime .p-spiral__3min__head__left .main {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-spiral__3min__head.anime::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.p-spiral__3min__situation .slider {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .slider {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__3min__situation .slider {
    padding-bottom: 20px;
  }
}
.p-spiral__3min__situation .slider::before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background-color: #015A77;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .slider::before {
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__3min__situation .slider::before {
    height: calc(100% - 100px);
  }
}
.p-spiral__3min__situation .slider__inn {
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 2;
}
.p-spiral__3min__situation .slider__inn .swiper-situation .swiper-wrapper .swiper-slide .image {
  position: relative;
  padding-top: 45px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .slider__inn .swiper-situation .swiper-wrapper .swiper-slide .image {
    padding-top: 40px;
  }
}
.p-spiral__3min__situation .slider__inn .swiper-situation .swiper-wrapper .swiper-slide .image .label {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #015A77;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 25px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .slider__inn .swiper-situation .swiper-wrapper .swiper-slide .image .label {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.p-spiral__3min__situation .slider__inn .swiper-situation .swiper-wrapper .swiper-slide .read {
  line-height: 1.6;
  color: #fff;
  margin-top: 5px;
  text-align: center;
}
.p-spiral__3min__situation .comment {
  margin: 80px auto 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .comment {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
  .p-spiral__3min__situation .comment {
    margin: 40px auto 20px;
  }
}
.p-spiral__3min__situation .comment span {
  font-size: 1.3em;
  display: inline-block;
}
.p-spiral__3min__situation .comment span.t-01 {
  padding: 0 8px;
}
@media screen and (max-width: 700px) {
  .p-spiral__3min__situation .comment span.t-01 {
    padding: 0 5px;
  }
}
.p-spiral__3min__situation .comment span.t-02 {
  line-height: 1.6;
}
.p-spiral__3min__situation .case__inn {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 0;
}
@media screen and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn {
    padding: 30px 15px 30px 20px;
  }
}
.p-spiral__3min__situation .case__inn__title {
  width: 360px;
  padding: 0 20px 20px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .case__inn__title {
    width: 300px;
    padding: 0 15px 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__title {
    width: 500px;
    margin: 0 auto;
    padding: 0;
    position: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__title {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__3min__situation .case__inn__title {
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__title img {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__title img {
    max-width: 180px;
  }
}
.p-spiral__3min__situation .case__inn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
  max-width: 970px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .case__inn__list {
    max-width: 780px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list {
    margin-top: 20px;
  }
}
.p-spiral__3min__situation .case__inn__list::before {
  content: "";
  width: calc(100% - 220px);
  height: 2px;
  background-color: #015A77;
  position: absolute;
  top: 0;
  left: 110px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .case__inn__list::before {
    width: calc(100% - 180px);
    left: 90px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list::before {
    width: 2px;
    height: 630px;
    top: auto;
    bottom: 80px;
    left: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list::before {
    bottom: 40px;
    left: 20px;
    height: 320px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__3min__situation .case__inn__list::before {
    display: none;
  }
}
.p-spiral__3min__situation .case__inn__list__li {
  width: 220px;
  margin-right: 30px;
  padding-top: 135px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .case__inn__list__li {
    width: 180px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list__li {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 20px;
  }
  .p-spiral__3min__situation .case__inn__list__li:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list__li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__3min__situation .case__inn__list__li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-spiral__3min__situation .case__inn__list__li::before {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #015A77;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
@media screen and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list__li::before {
    width: 90px;
    height: 2px;
    top: calc(50% - 1px);
    left: 40px;
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list__li::before {
    left: 20px;
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__3min__situation .case__inn__list__li::before {
    display: none;
  }
}
.p-spiral__3min__situation .case__inn__list__li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 6px 0 6px;
  border-color: #015A77 transparent transparent transparent;
  position: absolute;
  top: 110px;
  left: calc(50% - 6px);
}
@media screen and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list__li::after {
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #015A77;
    top: calc(50% - 6px);
    left: 120px;
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list__li::after {
    left: calc(100% - 250px);
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) and (max-width: 350px) {
  .p-spiral__3min__situation .case__inn__list__li::after {
    display: none;
  }
}
.p-spiral__3min__situation .case__inn__list__li:last-child {
  margin-right: 0;
}
.p-spiral__3min__situation .case__inn__list__li .image {
  padding: 45px;
  background-color: rgba(116, 193, 236, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__situation .case__inn__list__li .image {
    padding: 35px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list__li .image {
    padding: 30px;
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list__li .image {
    padding: 20px;
    width: 80px;
    height: 80px;
  }
}
.p-spiral__3min__situation .case__inn__list__li__txt {
  text-align: center;
  line-height: 1.4;
  margin-top: -40px;
}
@media screen and (max-width: 950px) {
  .p-spiral__3min__situation .case__inn__list__li__txt {
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
    width: 200px;
  }
}
@media screen and (max-width: 950px) and (max-width: 700px) {
  .p-spiral__3min__situation .case__inn__list__li__txt {
    padding-left: 10px;
    width: 150px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-spiral__3min__strong {
  margin: 140px 0 100px;
}
@media screen and (max-width: 1000px) {
  .p-spiral__3min__strong {
    margin: 100px 0 80px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__strong {
    margin: 80px 0 50px;
  }
}
.p-spiral__3min__strong .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-spiral__3min__strong .list {
    max-width: 700px;
    margin: 0 auto;
  }
}
.p-spiral__3min__strong .list__li {
  width: calc((100% - 110px) / 3);
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__strong .list__li {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__strong .list__li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .p-spiral__3min__strong .list__li:last-child {
    margin-bottom: 0;
  }
}
.p-spiral__3min__strong .list__li:nth-child(1), .p-spiral__3min__strong .list__li:nth-child(3) {
  margin-top: -50px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__strong .list__li:nth-child(1), .p-spiral__3min__strong .list__li:nth-child(3) {
    margin-top: 0;
  }
}
.p-spiral__3min__strong .list__li__image {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-spiral__3min__strong .list__li__image {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__strong .list__li__image {
    width: 80%;
    margin: 0 auto;
  }
}
.p-spiral__3min__strong .list__li__image img {
  width: 300px;
  max-width: 70%;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.p-spiral__3min__strong .list__li__image::before {
  content: "";
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-spiral__3min__strong .list__li__image::before {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__strong .list__li__image::before {
    height: 30px;
  }
}
.p-spiral__3min__strong .list__li__text {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .p-spiral__3min__strong .list__li__text {
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__strong .list__li__text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-left: 0;
    margin-top: 10px;
  }
}
.p-spiral__3min__strong .list__li__text__tit {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__strong .list__li__text__tit {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__strong .list__li__text__tit {
    text-align: left;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__strong .list__li__text__tit {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
.p-spiral__3min__strong .list__li__text__read {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__strong .list__li__text__read {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__strong .list__li__text__read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-spiral__3min__cplink {
  text-align: center;
}
.p-spiral__3min__cplink a {
  display: inline-block;
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #015A77;
  padding: 15px 10px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .p-spiral__3min__cplink a {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
  .p-spiral__3min__cplink a {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__cplink a {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 10px;
  }
}
.p-spiral__3min__cplink a span {
  position: relative;
  padding: 0 0 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.p-spiral__3min__cplink a span::before {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background-color: #015A77;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .p-spiral__3min__cplink a span::before {
    height: 4px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 700px) {
  .p-spiral__3min__cplink a span::before {
    height: 3px;
  }
}
.p-spiral__3min__cplink a:hover span {
  color: #539B61;
}
.p-spiral__3min__cplink a:hover span::before {
  background-color: #539B61;
}
/*# sourceMappingURL=style.css.map */

.o-p-recruitment__job__navi__ng {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.o-p-recruitment__job__navi__ng > li {
    width: calc((100% - 20px) / 3);
}
.o-p-recruitment__job__navi__ng > li a {
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
    width: 100%;
    height: 80px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
    border-radius: 50px;
    background: url(../img/recruitment/tab__plus-pc.png) center right 20px / 30px no-repeat #1D50A2;
    -webkit-transition: all 0.3s ease;
}
.o-p-recruitment__job__navi__ng > li a.active {
     color: #fff;
    background-color: #1D50A2;
    background-image: url(../img/recruitment/tab__minus-pc.png);
}
@media screen and (max-width: 1200px) and (max-width: 700px) {
    .o-p-recruitment__job__navi__ng {
        max-width: 500px;
        margin: 0px auto 30px;
    }
}
@media screen and (max-width: 1200px) {
    .o-p-recruitment__job__navi__ng {
        margin-bottom: 50px;
    }
    .o-p-recruitment__job__navi__ng > li a {
        font-size: 1.6rem;
        line-height: 1.4;
        height: 60px;
        padding: 0 24px;
        background-position: center right 15px;
    }
}
@media screen and (max-width: 1200px) and (max-width: 1000px) {
    .o-p-recruitment__job__navi__ng > li a {
        font-size: 1.6rem;
        line-height: 1.4;
        height: 60px;
        padding: 0 20px;
        background-position: center right 15px;
    }
}
@media screen and (max-width: 700px) {
    .o-p-recruitment__job__navi__ng > li {
        margin-bottom: 10px;
        width: 100%;
    }
    .o-p-recruitment__job__navi__ng > li:last-child {
        margin-bottom: 0px;
    }
    .o-p-recruitment__job__navi__ng > li a {
        font-size: 1.6rem;
        line-height: 1.4;
        height: 55px;
        background: url(../img/recruitment/tab__plus-sp.png) right 15px center / 20px no-repeat rgb(242, 242, 242);
    }
    .o-p-recruitment__job__navi__ng > li a.active {
        color: rgb(255, 255, 255);
        background-color: rgb(29, 80, 162);
        background-image: url(../img/recruitment/tab__minus-sp.png);
    }
}

/*-- 202605 add for challenge --*/
div.challenge_closed {
				@include g.font(2.4, 1.4);
        font-size: 2.4rem;
        background-color: #ccc;
				//color: #C9C9C9;
				color: #fff;
				width: 100%;
				height: 80px;
				display: flex;
				align-items: center;
				padding: 0 40px;
				border-radius: 50px;
				background: url("../img/recruitment/tab__plus-pc.png") center right 20px / 30px no-repeat g.$c-navy;
				@include g.transition(0.3);
				//--- media-screen
				@include g.media-1200 {
					@include g.font(2.1, 1.4);
					padding: 0 30px;
					height: 70px;
					@include g.media-1000 {
						@include g.font(1.8, 1.4);
						padding: 0 20px;
						height: 60px;
						background-position: center right 15px;
						@include g.media-sp {
							@include g.font(1.6, 1.4);
							height: 55px;
							background: url("../img/recruitment/tab__plus-sp.png") center right 15px / 20px no-repeat g.$c-gray;
						}
					}
				}
			}

@media screen and (max-width: 1200px) and (max-width: 1000px) and (max-width: 700px){
    .o-p-recruitment__job__navi > li div.challenge_closed {
        font-size: 1.6rem;
        line-height: 1.4;
        padding: 0 40px 0 20px;
        height: 55px;
        /*-- background: url(../img/recruitment/tab__plus-sp.png) center right 15px / 20px no-repeat #F2F2F2;--*/
    }
  }