@charset "UTF-8";
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
  border: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #212121;
  font-size: 0.7291666667vw;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: white;
  }
  body::-webkit-scrollbar-thumb {
    background: #999999;
  }
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.0534351145vw;
    line-height: 1.8;
  }
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #000;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::selection {
  background: #1D4C99;
  color: #fff;
}

::-moz-selection {
  background: #1D4C99;
  color: #fff;
}

.l-wrapper {
  position: relative;
}
.l-wrapper.-beige {
  background: #f8f8f5;
}

.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
[data-page-id=top] .l-header {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-100%);
}
[data-page-id=top] .l-header.is-visible {
  transform: translateY(0);
}

.l-header_in {
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .l-header_in {
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 19.0839694656vw;
  }
}
.l-header_in::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 40%);
  opacity: 1;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_logo {
  position: absolute;
  z-index: 2;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .l-header_logo {
    top: 1.25vw;
    left: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    top: 5.0890585242vw;
    left: 5.0890585242vw;
  }
}
.l-header_logo a {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .l-header_logo a img {
    width: 9.6354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo a img {
    width: 23.4096692112vw;
  }
}
.l-header_logo a span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #1D4C99;
}
@media screen and (min-width: 769px) {
  .l-header_logo a span {
    font-size: 0.5729166667vw;
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo a span {
    margin-left: 2.5445292621vw;
    font-size: 2.0356234097vw;
  }
}
.l-header_gnav {
  position: absolute;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .l-header_gnav {
    right: 19.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav {
    display: none;
  }
}
.l-header_gnav > ._list1 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ._list1 {
    gap: 0.5208333333vw;
    height: 6.25vw;
  }
}
.l-header_gnav > ._list1 > dl > dt {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ._list1 > dl > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-header_gnav > ._list1 > dl > dt::after {
  content: "";
  background: url(../img/common/ico_plus.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ._list1 > dl > dt::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.2083333333vw;
  }
}
.l-header_gnav > ._list1 > dl > dt::before {
  content: "";
  display: block;
  width: calc(100% - 1.25vw);
  height: 1px;
  background: #1D4C99;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ._list1 > dl > dt.is-active, .l-header_gnav > ._list1 > dl > dt:hover {
    color: #1D4C99;
  }
  .l-header_gnav > ._list1 > dl > dt.is-active::after, .l-header_gnav > ._list1 > dl > dt:hover::after {
    background: url(../img/common/ico_minus.svg) no-repeat center center/contain;
  }
}
.l-header_gnav > ._list1 > dl.is-current > dt::before {
  opacity: 1;
}
.l-header_gnav > ._event {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_gnav > ._event:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ._event {
    margin-left: 0.5208333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-header_gnav > ._event::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow6_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_gnav > ._event::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.2083333333vw;
  }
}
.l-header_recruit_nav {
  position: absolute;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav {
    right: 6.25vw;
    top: 1.5625vw;
    width: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_recruit_nav {
    display: none;
  }
}
.l-header_recruit_nav.is-active {
  z-index: 10;
}
.l-header_recruit_nav.is-active > dl::before {
  opacity: 1;
}
.l-header_recruit_nav > dl {
  position: relative;
}
.l-header_recruit_nav > dl:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #1D4C99;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl:before {
    inset: 0vw -3.125vw -1.0416666667vw -3.125vw;
    border-radius: 0.9375vw;
  }
}
.l-header_recruit_nav > dl > dt {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  background: #1D4C99;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dt {
    height: 3.125vw;
    border-radius: 5.2083333333vw;
  }
}
.l-header_recruit_nav > dl > dt button {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dt button {
    padding: 0.78125vw 0.5208333333vw;
    height: 3.125vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-header_recruit_nav > dl > dt button:nth-of-type(1) {
  padding-left: 1.3020833333vw;
}
.l-header_recruit_nav > dl > dt button:nth-of-type(2) {
  padding-right: 1.3020833333vw;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dt button:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}
.l-header_recruit_nav > dl > dt button.is-active {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.l-header_recruit_nav > dl > dd > div {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div {
    width: 17.1875vw;
  }
}
.l-header_recruit_nav > dl > dd > div.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item1 > ul > li + li {
    margin-top: 0.5208333333vw;
  }
}
.l-header_recruit_nav > dl > dd > div._item1 > ul > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item1 > ul > li a {
    border-radius: 5.2083333333vw;
    height: 2.9166666667vw;
  }
}
.l-header_recruit_nav > dl > dd > div._item1 > ul > li a {
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_recruit_nav > dl > dd > div._item1 > ul > li a:hover {
  opacity: 0.7;
}
.l-header_recruit_nav > dl > dd > div._item1 > ul > li a span {
  color: #1D4C99;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item1 > ul > li a span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-header_recruit_nav > dl > dd > div._item1 > ul > li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow6_blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item1 > ul > li a::after {
    right: 1.0416666667vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.l-header_recruit_nav > dl > dd > div._item2 > dl {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item2 > dl {
    border-radius: 0.9375vw;
    padding: 1.3020833333vw 1.5625vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item2 > dl + dl {
    margin-top: 0.5208333333vw;
  }
}
.l-header_recruit_nav > dl > dd > div._item2 > dl > dt {
  color: #1D4C99;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item2 > dl > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-header_recruit_nav > dl > dd > div._item2 > dl > dd ul li a {
  color: #1D4C99;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7291666667vw;
  line-height: 2;
  letter-spacing: 5%;
  display: flex;
  align-items: center;
}
.l-header_recruit_nav > dl > dd > div._item2 > dl > dd ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow5_blue.svg) no-repeat center/contain;
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item2 > dl > dd ul li a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
.l-header_recruit_nav > dl > dd > div._item2 > dl > dd ul li a.-blank::after {
  background: url(../img/common/ico_arrow6_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_recruit_nav > dl > dd > div._item2 > dl > dd ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }
}
.l-header_subnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.l-header_subnav_bg1 {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_subnav_bg1.is-active {
  opacity: 1;
}
.l-header_subnav_bg2 {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 18.2291666667vw;
  background: white;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_subnav_bg2.is-active {
  opacity: 1;
}
.l-header_subnav_item {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item {
    padding: 6.7708333333vw 1.0416666667vw 1.5625vw;
  }
}
.l-header_subnav_item.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in {
    width: 75.5208333333vw;
  }
}
.l-header_subnav_item ._in {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._head {
    width: 23.1770833333vw;
    min-width: 23.1770833333vw;
  }
}
.l-header_subnav_item ._in ._head span {
  color: #1D4C99;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._head span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375vw;
    line-height: 1.6666666667;
    letter-spacing: 0%;
  }
}
.l-header_subnav_item ._in ._head p {
  color: #1D4C99;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._head p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 {
    gap: 1.3020833333vw;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 > li.-borderLeft {
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li.-borderLeft {
    margin-left: 1.3020833333vw;
    padding-left: 2.34375vw;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 > li > a {
  display: block;
  pointer-events: auto;
}
.l-header_subnav_item ._in ._main > ul._list1 > li > a ._img img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li > a ._img img {
    height: 7.8125vw;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 > li > a > p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li > a > p {
    margin-top: 0.5208333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 > li > a > p::after {
  content: "";
  background: url(../img/common/ico_arrow1_black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li > a > p::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.5208333333vw;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 > li > a {
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_subnav_item ._in ._main > ul._list1 > li > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li > ul li + li {
    margin-top: 0.5208333333vw;
  }
}
.l-header_subnav_item ._in ._main > ul._list1 > li > ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7291666667vw;
  line-height: 2;
  letter-spacing: 5%;
  color: #5E5E5E;
  display: flex;
  align-items: center;
}
.l-header_subnav_item ._in ._main > ul._list1 > li > ul li a::after {
  content: "";
  background: url(../img/common/ico_arrow2_black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li > ul li a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.2083333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_subnav_item ._in ._main > ul._list1 > li > ul li a:hover {
    text-decoration: underline;
  }
}
.l-header_fullmenu {
  position: fixed;
  z-index: 3;
  inset: 0;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .l-header_fullmenu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .l-header_fullmenu::-webkit-scrollbar-track {
    background: white;
  }
  .l-header_fullmenu::-webkit-scrollbar-thumb {
    background: #999999;
  }
}
.l-header_fullmenu {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header_fullmenu.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.l-header_fullmenu_btn {
  background: #000;
  cursor: pointer;
  position: fixed;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-page-id=top] .l-header_fullmenu_btn {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  transform: translateY(-100%);
}
[data-page-id=top] .l-header_fullmenu_btn.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .l-header_fullmenu_btn {
    right: 2.0833333333vw;
    top: 1.5625vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_fullmenu_btn {
    width: 8.9058524173vw;
    height: 8.9058524173vw;
    top: 5.0890585242vw;
    right: 5.0890585242vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_fullmenu_btn:hover {
    background: #1D4C99;
  }
}
.l-header_fullmenu_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.l-header_fullmenu_btn > div span {
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .l-header_fullmenu_btn > div span {
    width: 1.875vw;
    left: -0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_fullmenu_btn > div span {
    width: 6.106870229vw;
    left: -3.0534351145vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_fullmenu_btn > div span:nth-child(1) {
    transform: translate(0, -0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header_fullmenu_btn > div span:nth-child(1) {
    transform: translate(0, -1.7811704835vw);
  }
}
@media screen and (min-width: 769px) {
  .l-header_fullmenu_btn > div span:nth-child(3) {
    transform: translate(0, 0.625vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header_fullmenu_btn > div span:nth-child(3) {
    transform: translate(0, 1.7811704835vw);
  }
}
.l-header_fullmenu_btn.is-active {
  background: none;
}
.l-header_fullmenu_btn.is-active > div span {
  background: #1D4C99;
}
.l-header_fullmenu_btn.is-active > div span:nth-child(1) {
  transform: rotate(45deg);
}
.l-header_fullmenu_btn.is-active > div span:nth-child(2) {
  opacity: 0;
}
.l-header_fullmenu_btn.is-active > div span:nth-child(3) {
  transform: rotate(-45deg);
}
.l-header_fullmenu .l-fullmenu {
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header_fullmenu .l-fullmenu ._wao {
    display: none !important;
  }
}
.l-header.is-hidden .l-header_logo, .l-header.is-hidden .l-header_in::before, .l-header.is-hidden .l-header_gnav, .l-header.is-hidden .l-header_recruit_nav {
  opacity: 0;
  pointer-events: none;
}

.l-content_in {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .l-content_column {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-content_column_sub {
    position: absolute;
    top: 0;
    left: 5.2083333333vw;
    height: 100%;
    z-index: 1;
    width: 13.5416666667vw;
    padding-top: 4.6875vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-content_column_sub {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-content_column_main {
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .l-content_column_main > .l-sec .l-sec_in {
    width: 62.5vw;
  }
}

.l-sec {
  overflow: clip;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-sec {
    padding: 4.6875vw 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 15.2671755725vw 10.1781170483vw;
  }
}
.l-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-sec_in {
    width: 57.2916666667vw;
  }
}

.l-footer {
  position: relative;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding-bottom: 8.8541666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 20.3562340967vw;
  }
}
.l-footer_copyright {
  color: #707070;
  background: url(../img/common/bg_grid.png) repeat center top;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer_copyright {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    background-size: 2.0833333333vw 2.0833333333vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    background-size: 7.6335877863vw 7.6335877863vw;
    padding-top: 8.1424936387vw;
    padding-bottom: 8.1424936387vw;
    font-size: 3.0534351145vw;
  }
}
.l-footer_train {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  left: 0;
  margin-left: 100vw;
  will-change: transform;
}
.l-footer_train.is-animation {
  animation: train-anime 14s linear infinite;
}
@keyframes train-anime {
  0% {
    transform: translateX(0%);
  }
  90% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-210%);
  }
}
.l-footer_train img {
  max-width: 10000px;
  width: auto;
}
@media screen and (min-width: 769px) {
  .l-footer_train img:nth-of-type(1) {
    height: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_train img:nth-of-type(1) {
    height: 15.2671755725vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_train img:nth-of-type(2) {
    height: 4.1666666667vw;
    margin-left: 1.0416666667vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_train img:nth-of-type(2) {
    height: 7.6335877863vw;
    margin-left: 3.8167938931vw;
    margin-bottom: 2.5445292621vw;
  }
}

.l-fullmenu {
  width: 100%;
  display: flex;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-fullmenu {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu {
    padding-top: 17.8117048346vw;
    padding-left: 7.6335877863vw;
    padding-right: 7.6335877863vw;
  }
}
.l-fullmenu_in {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_in {
    width: 75vw;
    display: grid;
    grid-template-columns: 1fr 29.1666666667vw;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_head {
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 {
    grid-column: 2;
    grid-row: 1/-1;
  }
}
.l-fullmenu_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_head {
    padding-top: 3.6458333333vw;
    padding-right: 11.4583333333vw;
  }
  .l-fullmenu_head::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 0 0 -10000px;
    background: #1D4C99;
  }
}
.l-fullmenu_head > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_head ._logo {
    width: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_head ._logo {
    width: 25.4452926209vw;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_head ._wao {
    margin-top: 2.0833333333vw;
    width: 19.4270833333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_head ._wao {
    margin-top: 7.6335877863vw;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 {
    padding-left: 4.6875vw;
    padding-top: 4.9479166667vw;
    padding-bottom: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 {
    padding-top: 10.1781170483vw;
    padding-bottom: 15.2671755725vw;
  }
}
.l-fullmenu_nav1 ._list1 > dl {
  border-bottom: 1px solid #C6C6C8;
}
.l-fullmenu_nav1 ._list1 > dl > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dt {
    padding: 1.0416666667vw 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dt {
    padding: 3.8167938931vw 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dt[data-accordion-btn] {
  cursor: pointer;
}
.l-fullmenu_nav1 ._list1 > dl > dt[data-accordion-btn]::after {
  content: "";
  display: block;
  background: url(../img/common/ico_plus2_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dt[data-accordion-btn]::after {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dt[data-accordion-btn]::after {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dt[data-accordion-btn].is-active::after {
  background: url(../img/common/ico_minus2_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ul {
    gap: 0.2604166667vw 0.5208333333vw;
    padding-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ul {
    gap: 1.272264631vw 3.3078880407vw;
    padding-bottom: 3.0534351145vw;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dd div ul li.-fb100 {
  flex-basis: 100%;
}
.l-fullmenu_nav1 ._list1 > dl > dd div ul li a {
  display: flex;
  align-items: center;
  color: #1D4C99;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-fullmenu_nav1 ._list1 > dl > dd div ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dd div ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow5_blue.svg) no-repeat center/contain;
  margin-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ul li a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ul li a::after {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dd div ul li a.-blank::after {
  background: url(../img/common/ico_arrow6_blue.svg) no-repeat center/contain;
}
.l-fullmenu_nav1 ._list1 > dl > dd div ._note {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-fullmenu_nav1 ._list1 > dl > dd div ._note:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ._note {
    margin-top: 0.5208333333vw;
    margin-left: 0.5208333333vw;
    padding-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ._note {
    margin-top: 2.5445292621vw;
    margin-left: 2.5445292621vw;
    padding-bottom: 6.3613231552vw;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dd div ._note span {
  font-size: 0;
}
.l-fullmenu_nav1 ._list1 > dl > dd div ._note::before {
  content: "";
  display: block;
  background: url(../img/common/ico_note_black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ._note::before {
    width: 3.8020833333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ._note::before {
    width: 18.5750636132vw;
    height: 4.0712468193vw;
  }
}
.l-fullmenu_nav1 ._list1 > dl > dd div ._note::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow6_black.svg) no-repeat center/contain;
  margin-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ._note::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list1 > dl > dd div ._note::after {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list2 {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list2 {
    margin-top: 5.0890585242vw;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list2 ul {
    gap: 0.78125vw 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list2 ul {
    gap: 0vw 3.3078880407vw;
  }
}
.l-fullmenu_nav1 ._list2 ul li a {
  display: flex;
  align-items: center;
  color: #1D4C99;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-fullmenu_nav1 ._list2 ul li a:hover {
  opacity: 0.7;
}
.l-fullmenu_nav1 ._list2 ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow6_blue.svg) no-repeat center/contain;
  margin-left: 0.2em;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav1 ._list2 ul li a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav1 ._list2 ul li a::after {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}
.l-fullmenu_nav2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 {
    padding-right: 11.4583333333vw;
    padding-bottom: 5.1041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 {
    padding-top: 13.9949109415vw;
    padding-bottom: 17.8117048346vw;
  }
}
.l-fullmenu_nav2::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #1D4C99;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2::before {
    inset: 0 0 0 -10000px;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2::before {
    inset: 0 -10000px;
  }
}
.l-fullmenu_nav2 > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list1 {
    margin-top: 1.40625vw;
  }
}
.l-fullmenu_nav2 ._list1 > dl > dt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list1 > dl > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list1 > dl > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list1 > dl > dd {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list1 > dl > dd {
    margin-top: 4.5801526718vw;
  }
}
.l-fullmenu_nav2 ._list1 > dl > dd ul {
  display: flex;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list1 > dl > dd ul {
    gap: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list1 > dl > dd ul {
    flex-direction: column;
    gap: 3.5623409669vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list1 > dl > dd ul li .c-btnStyle2 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 {
    margin-top: 7.6335877863vw;
  }
}
.l-fullmenu_nav2 ._list2 > dl > dt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 > dl > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-fullmenu_nav2 ._list2 > dl > dd {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 > dl > dd {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dd {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl {
    margin-top: 2.5445292621vw;
    margin-left: 1.2em;
  }
}
.l-fullmenu_nav2 ._list2 > dl > dd dl dt {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
    font-size: 3.3078880407vw;
  }
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dd {
    margin-top: 0.5729166667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dd {
    margin-top: 0.7633587786vw;
    margin-left: 1.2em;
  }
}
.l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
.l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow5_white.svg) no-repeat center/contain;
  margin-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a::after {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}
.l-fullmenu_nav2 ._list2 > dl > dd dl dd ul li a.-blank::after {
  background: url(../img/common/ico_arrow6_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list3 {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list3 {
    margin-top: 5.0890585242vw;
  }
}
.l-fullmenu_nav2 ._list3 ul {
  border-bottom: 1px solid #fff;
}
.l-fullmenu_nav2 ._list3 ul li {
  border-top: 1px solid #fff;
}
.l-fullmenu_nav2 ._list3 ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list3 ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    padding: 1.3020833333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list3 ul li a {
    padding: 3.8167938931vw 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.l-fullmenu_nav2 ._list3 ul li a {
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-fullmenu_nav2 ._list3 ul li a:hover {
  opacity: 0.7;
}
.l-fullmenu_nav2 ._list3 ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_blank1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-fullmenu_nav2 ._list3 ul li a::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-fullmenu_nav2 ._list3 ul li a::after {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
    margin-right: 4.5801526718vw;
  }
}

.l-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}
.l-modal_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-modal.-side .l-modal_main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  transition-delay: 0.1s;
  transform: translateX(100%);
}
@media screen and (min-width: 769px) {
  .l-modal.-side .l-modal_main {
    width: 36.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-modal.-side .l-modal_main {
    width: 87.2773536896vw;
  }
}
.l-modal.-side .l-modal_close {
  position: absolute;
  z-index: 10;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-modal.-side .l-modal_close:hover {
  opacity: 0.7;
}
.l-modal.-side .l-modal_close {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
@media screen and (min-width: 769px) {
  .l-modal.-side .l-modal_close {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    left: -4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-modal.-side .l-modal_close {
    width: 10.1781170483vw;
    height: 10.1781170483vw;
    left: -10.1781170483vw;
  }
}
.l-modal.-side .l-modal_close::before {
  content: "";
  display: block;
  background: url(../img/common/ico_close.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-modal.-side .l-modal_close::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-modal.-side .l-modal_close::before {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
  }
}
.l-modal.-popup .l-modal_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background: #fff;
  width: fit-content;
  min-width: 1px;
  opacity: 0;
  transition-delay: 0.1s;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-modal.-popup .l-modal_main {
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-modal.-popup .l-modal_main {
    border-radius: 8.1424936387vw;
  }
}
.l-modal.-popup .l-modal_close {
  position: absolute;
  z-index: 10;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-modal.-popup .l-modal_close:hover {
  opacity: 0.7;
}
.l-modal.-popup .l-modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-modal.-popup .l-modal_close {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    top: 1.5625vw;
    right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-modal.-popup .l-modal_close {
    width: 10.1781170483vw;
    height: 10.1781170483vw;
    top: 3.8167938931vw;
    right: 3.8167938931vw;
  }
}
.l-modal.-popup .l-modal_close::before {
  content: "";
  display: block;
  background: url(../img/common/ico_close.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-modal.-popup .l-modal_close::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .l-modal.-popup .l-modal_close::before {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
  }
}
.l-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.l-modal.is-active .l-modal_bg {
  opacity: 1;
}
.l-modal.-side.is-active .l-modal_main {
  opacity: 1;
  transform: translateX(0%);
}
.l-modal.-popup.is-active .l-modal_main {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.c-headingStyle1 {
  display: flex;
  width: fit-content;
}
.c-headingStyle1 > span {
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-headingStyle1 > span {
    padding: 0.2604166667vw 0.78125vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6666666667vw;
    line-height: 1.5625;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle1 > span {
    padding: 1.272264631vw 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 6.106870229vw;
    line-height: 1.5;
    letter-spacing: 5%;
  }
}

.c-headingStyle2 {
  display: inline-block;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .c-headingStyle2 {
    padding-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2 {
    padding-top: 5.0890585242vw;
  }
}
.c-headingStyle2::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-headingStyle2::before {
    width: 3.90625vw;
    height: 0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2::before {
    width: 11.4503816794vw;
    height: 0.7633587786vw;
  }
}
.c-headingStyle2.-borderNone {
  padding-top: 0;
}
.c-headingStyle2.-borderNone::before {
  display: none;
}
.c-headingStyle2 > span {
  display: inline-block;
  width: fit-content;
}
.c-headingStyle2 > span._txt {
  position: relative;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (min-width: 769px) {
  .c-headingStyle2 > span._txt {
    padding: 0.2604166667vw 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2 > span._txt {
    padding: 1.272264631vw 2.5445292621vw;
  }
}
.c-headingStyle2 > span._txt::before, .c-headingStyle2 > span._txt::after {
  content: "";
  display: block;
  background: #C5C5C5;
  position: absolute;
  z-index: 1;
}
.c-headingStyle2 > span._txt::before {
  width: 1px;
}
@media screen and (min-width: 769px) {
  .c-headingStyle2 > span._txt::before {
    top: -0.2604166667vw;
    bottom: -0.2604166667vw;
    left: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2 > span._txt::before {
    top: -1.272264631vw;
    bottom: -1.272264631vw;
    left: 1.272264631vw;
  }
}
.c-headingStyle2 > span._txt::after {
  width: 1px;
}
@media screen and (min-width: 769px) {
  .c-headingStyle2 > span._txt::after {
    top: -0.2604166667vw;
    bottom: -0.2604166667vw;
    right: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2 > span._txt::after {
    top: -1.272264631vw;
    bottom: -1.272264631vw;
    right: 1.272264631vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle2 > span._txt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6666666667vw;
    line-height: 1.5625;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2 > span._txt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
  }
}
.c-headingStyle2.-group > span._txt {
  line-height: 0.8;
}
@media screen and (min-width: 769px) {
  .c-headingStyle2.-group > span._txt {
    padding: 0.2604166667vw 0.5208333333vw 0.4166666667vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle2.-group > span._txt {
    padding: 1.272264631vw 2.5445292621vw;
    font-size: 3.0534351145vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle2.-person > span._txt {
    padding: 0.2604166667vw;
    font-size: 1.5625vw;
    line-height: 0.9;
  }
}

.c-headingStyle3 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .c-headingStyle3 {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle3 {
    align-items: center;
  }
}
.c-headingStyle3 ._num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .c-headingStyle3 ._num {
    font-size: 0.7291666667vw;
    margin-right: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle3 ._num {
    font-size: 2.0356234097vw;
    margin-top: 0.7633587786vw;
    flex: 0 0 10.941475827vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle3 ._txt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle3 ._txt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle3 ._txt.-large {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}

@media screen and (min-width: 769px) {
  .c-headingStyle4 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6666666667vw;
    line-height: 1.5625;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle4 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
  }
}
.c-headingStyle4.-blue {
  color: #1D4C99;
}

@media screen and (min-width: 769px) {
  .c-headingStyle5 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle5 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
  }
}
.c-headingStyle5.-blue {
  color: #1D4C99;
}
.c-headingStyle5.-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  * + .c-headingStyle5 {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  * + .c-headingStyle5 {
    margin-top: 5.0890585242vw;
  }
}
.c-headingStyle5.-ico1 {
  display: flex;
  align-items: center;
}
.c-headingStyle5.-ico1::before {
  content: "";
  display: block;
  background: url(../img/common/ico_bullet1.svg) no-repeat center/contain;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-headingStyle5.-ico1::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle5.-ico1::before {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}
.c-headingStyle5.-ico2 {
  display: flex;
  align-items: center;
}
.c-headingStyle5.-ico2::before {
  content: "";
  display: block;
  background: url(../img/common/ico_bullet2.svg) no-repeat center/contain;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .c-headingStyle5.-ico2::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle5.-ico2::before {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
  }
}

.c-headingStyle6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-headingStyle6 > span {
  display: inline-block;
  width: fit-content;
}
.c-headingStyle6 > span._en {
  position: relative;
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-headingStyle6 > span._en {
    font-size: 3.75vw;
    padding: 0.2604166667vw 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle6 > span._en {
    font-size: 9.1603053435vw;
    padding: 1.272264631vw 2.5445292621vw;
  }
}
.c-headingStyle6 > span._en::before, .c-headingStyle6 > span._en::after {
  content: "";
  display: block;
  background: #C5C5C5;
  position: absolute;
  z-index: 1;
}
.c-headingStyle6 > span._en::before {
  width: 1px;
}
@media screen and (min-width: 769px) {
  .c-headingStyle6 > span._en::before {
    top: -0.2604166667vw;
    left: 0.2604166667vw;
    bottom: -0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle6 > span._en::before {
    top: -1.272264631vw;
    left: 1.272264631vw;
    bottom: -1.272264631vw;
  }
}
.c-headingStyle6 > span._en::after {
  width: 1px;
}
@media screen and (min-width: 769px) {
  .c-headingStyle6 > span._en::after {
    top: -0.2604166667vw;
    right: 0.2604166667vw;
    bottom: -0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle6 > span._en::after {
    top: -1.272264631vw;
    right: 1.272264631vw;
    bottom: -1.272264631vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle6 > span._jp {
    margin-top: 0.625vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle6 > span._jp {
    margin-top: 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
    font-size: 4.0712468193vw;
  }
}
.c-headingStyle6.-information {
  align-items: start;
}
@media screen and (min-width: 769px) {
  .c-headingStyle6.-information > span._en {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-headingStyle6.-information > span._en {
    font-size: 6.106870229vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle6.-interview {
    align-items: start;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle6.-interview > span._en {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .c-headingStyle6.-interview > span._en {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
  }
  .c-headingStyle6.-interview > span._en::before, .c-headingStyle6.-interview > span._en::after {
    background: #212121;
  }
}

@media screen and (min-width: 769px) {
  .c-txtStyle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  * + .c-txtStyle1 {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  * + .c-txtStyle1 {
    margin-top: 3.8167938931vw;
  }
}

.c-captionStyle1 {
  color: #5E5E5E;
}
@media screen and (min-width: 769px) {
  .c-captionStyle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-captionStyle1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  * + .c-captionStyle1 {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  * + .c-captionStyle1 {
    margin-top: 3.8167938931vw;
  }
}

.c-btnStyle1 {
  position: relative;
  color: #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .c-btnStyle1 {
    min-height: 3.0208333333vw;
    padding: 0.5208333333vw 1.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    min-height: 12.213740458vw;
    padding: 1.7811704835vw 7.6335877863vw;
  }
}
.c-btnStyle1 span {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1 span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375vw;
    line-height: 1.6666666667;
    letter-spacing: 0%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5445292621vw;
    line-height: 1.8;
    letter-spacing: 0%;
    font-size: 4.5801526718vw;
  }
}
.c-btnStyle1::after {
  position: relative;
  z-index: 1;
  content: "";
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1::after {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
    margin-left: 1.0178117048vw;
  }
}
.c-btnStyle1.-blank::after {
  content: "";
  background: url(../img/common/ico_arrow2_white.svg) no-repeat center center/contain;
}
.c-btnStyle1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #1D4C99;
  transform: translateX(-101%);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-duration: 0.2s;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1[href]:hover::before {
    transform: translateX(0);
  }
  .c-btnStyle1[href]:hover span {
    color: #fff !important;
  }
  .c-btnStyle1[href]:hover::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center center/contain !important;
  }
  .c-btnStyle1[href]:hover.-blank::after {
    background: url(../img/common/ico_arrow2_white.svg) no-repeat center center/contain !important;
  }
}
@media screen and (min-width: 769px) {
  a:hover .c-btnStyle1::before {
    transform: translateX(0);
  }
  a:hover .c-btnStyle1 span {
    color: #fff !important;
  }
  a:hover .c-btnStyle1::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center center/contain !important;
  }
  a:hover .c-btnStyle1.-blank::after {
    background: url(../img/common/ico_arrow2_white.svg) no-repeat center center/contain !important;
  }
}

.c-btnStyle1.-red::before, .c-btnStyle1.-blue::before, .c-btnStyle1.-yellow::before {
  background: #000;
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-red span.-en, .c-btnStyle1.-blue span.-en, .c-btnStyle1.-yellow span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5445292621vw;
    line-height: 1.8;
    letter-spacing: 0%;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-red, .c-btnStyle1.-blue, .c-btnStyle1.-yellow {
    height: 2.8125vw;
    padding: 0.5208333333vw 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-red, .c-btnStyle1.-blue, .c-btnStyle1.-yellow {
    height: 6.6157760814vw;
    padding: 1.7811704835vw 3.0534351145vw;
  }
}
.c-btnStyle1.-red {
  background: #F94235;
}
.c-btnStyle1.-blue {
  background: #00A3FF;
}
.c-btnStyle1.-yellow {
  background: #F1E464;
}
.c-btnStyle1.-yellow:not(:hover) span {
  color: initial;
}
.c-btnStyle1.-yellow:not(:hover)::after {
  background: url(../img/common/ico_arrow1_black.svg) no-repeat center center/contain;
}
.c-btnStyle1.-yellow:not(:hover).-blank::after {
  background: url(../img/common/ico_arrow2_black.svg) no-repeat center center/contain;
}
.c-btnStyle1.-white {
  background: #fff;
}
.c-btnStyle1.-white::before {
  background: #000;
}
.c-btnStyle1.-white span {
  color: initial;
}
.c-btnStyle1.-white::after {
  background: url(../img/common/ico_arrow1_black.svg) no-repeat center center/contain;
}
.c-btnStyle1.-white.-blank::after {
  background: url(../img/common/ico_arrow2_black.svg) no-repeat center center/contain;
}
.c-btnStyle1.-arrowRight {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-arrowRight {
    padding-left: 1.0416666667vw;
    padding-right: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-arrowRight {
    padding-left: 5.0890585242vw;
    padding-right: 5.0890585242vw;
  }
}
.c-btnStyle1.-arrowRight::after {
  position: absolute;
  margin-left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-arrowRight::after {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-arrowRight::after {
    right: 2.5445292621vw;
  }
}
@media screen and (min-width: 769px) {
  * + .c-btnStyle1 {
    margin-top: 1.0416666667vw;
  }
}

.c-btnStyle2 {
  position: relative;
  color: #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .c-btnStyle2 {
    height: 3.125vw;
    padding: 0.5208333333vw 1.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 {
    height: 12.213740458vw;
    padding: 2.5445292621vw 8.6513994911vw;
  }
}
.c-btnStyle2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: -10px;
  background: #1D4C99;
  transform: translateX(-101%);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-duration: 0.2s;
}
@media screen and (min-width: 769px) {
  .c-btnStyle2[href]:hover::before {
    transform: translateX(0);
  }
  .c-btnStyle2[href]:hover span {
    color: #fff !important;
  }
}
.c-btnStyle2 span {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btnStyle2 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2 span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375vw;
    line-height: 1.6666666667;
    letter-spacing: 0%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2 span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5445292621vw;
    line-height: 1.8;
    letter-spacing: 0%;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-small {
    height: 2.2916666667vw;
    padding: 0vw 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-small {
    height: 6.3613231552vw;
    padding: 1.272264631vw 3.5623409669vw;
  }
}
.c-btnStyle2.-white {
  background: #fff;
}
.c-btnStyle2.-white::before {
  background: #000;
}
.c-btnStyle2.-white span {
  color: #1D4C99;
}
.c-btnStyle2.-w100p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-btnStyle2.-w100p {
    padding: 0vw 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle2.-w100p {
    padding: 0vw 2.5445292621vw;
  }
}

.c-btnStyle3 {
  cursor: pointer;
  position: relative;
  color: #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-btnStyle3 {
    height: 4.1666666667vw;
    padding: 1.0416666667vw 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle3 {
    height: 11.7048346056vw;
    padding: 2.5445292621vw 15.2671755725vw;
  }
}
.c-btnStyle3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #1D4C99;
  transform: translateX(-101%);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-duration: 0.2s;
}
@media screen and (min-width: 769px) {
  .c-btnStyle3:hover::before {
    transform: translateX(0);
  }
  .c-btnStyle3:hover span {
    color: #fff !important;
  }
}
.c-btnStyle3 span {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btnStyle3 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle3 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.c-btnStyle3::after {
  content: "";
  display: block;
  background: url(../img/common/ico_plus2_white.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .c-btnStyle3::after {
    width: 1.5625vw;
    height: 1.5625vw;
    right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle3::after {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
    right: 5.0890585242vw;
  }
}
.c-btnStyle3.-w100p {
  width: 100%;
}

.c-btnStyle4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.c-btnStyle4[href] {
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-btnStyle4[href]:hover {
  opacity: 0.7;
}
.c-btnStyle4 span {
  color: #212121;
}
@media screen and (min-width: 769px) {
  .c-btnStyle4 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle4 span.-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 4.5801526718vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle4 span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375vw;
    line-height: 1.6666666667;
    letter-spacing: 0%;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle4 span.-en {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5445292621vw;
    line-height: 1.8;
    letter-spacing: 0%;
    font-size: 4.5801526718vw;
  }
}
.c-btnStyle4::after {
  content: "";
  background: url(../img/common/ico_arrow1_black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btnStyle4::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.2604166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle4::after {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
    margin-left: 1.272264631vw;
  }
}
.c-btnStyle4.-blank::after {
  background: url(../img/common/ico_arrow2_black.svg) no-repeat center center/contain;
}

.c-btnNote {
  position: relative;
  color: #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-btnNote {
    width: 10.6770833333vw;
    height: 3.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnNote {
    width: 29.7709923664vw;
    height: 9.6692111959vw;
  }
}
.c-btnNote::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #1D4C99;
  transform: translateX(-101%);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-duration: 0.2s;
}
@media screen and (min-width: 769px) {
  .c-btnNote[href]:hover::before {
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  a:hover .c-btnNote::before {
    transform: translateX(0);
  }
}

.c-btnNote span {
  position: relative;
  z-index: 1;
  font-size: 0;
  background: url(../img/common/logo_note.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btnNote span {
    width: 4.8958333333vw;
    height: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnNote span {
    width: 13.2315521628vw;
    height: 4.834605598vw;
  }
}
.c-btnNote::after {
  position: relative;
  z-index: 1;
  content: "";
  background: url(../img/common/ico_arrow2_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-btnNote::after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-left: 0.6770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnNote::after {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
    margin-left: 1.272264631vw;
  }
}

.c-linkStyle1 {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .c-linkStyle1 {
    width: 100%;
    align-items: start;
  }
}
.c-linkStyle1.-wrap {
  flex-wrap: wrap;
}
.c-linkStyle1.-wrap ._txt {
  flex-basis: 100%;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1.-wrap ._txt {
    margin-top: 0.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1.-wrap ._txt {
    margin-top: 1.0178117048vw;
  }
}
@media screen and (min-width: 769px) {
  .c-linkStyle1 > span._ico.-wao, .c-linkStyle1 > span._ico.-pickup, .c-linkStyle1 > span._ico.-interview {
    margin-right: 2.0833333333vw;
    flex: 0 0 4.8958333333vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1 > span._ico.-wao, .c-linkStyle1 > span._ico.-pickup, .c-linkStyle1 > span._ico.-interview {
    margin-right: 2.5445292621vw;
    flex: 0 0 12.7226463104vw;
    height: 5.0890585242vw;
  }
}
.c-linkStyle1 > span._ico.-wao {
  background: url(../img/common/label_wao.svg) no-repeat center center/contain;
}
.c-linkStyle1 > span._ico.-pickup {
  background: url(../img/common/label_pickup.svg) no-repeat center center/contain;
}
.c-linkStyle1 > span._ico.-interview {
  background: url(../img/common/label_interview.svg) no-repeat center center/contain;
}
.c-linkStyle1 > span._ico.-challenge {
  background: url(../img/common/label_challenge.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1 > span._ico.-challenge {
    margin-right: 0.5208333333vw;
    flex: 0 0 6.5104166667vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1 > span._ico.-challenge {
    margin-right: 2.5445292621vw;
    flex: 0 0 17.8117048346vw;
    height: 5.0890585242vw;
  }
}
.c-linkStyle1 > span._txt {
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1 > span._txt {
    padding-right: 1.3020833333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
    line-height: 1.5;
    padding-bottom: 0.3645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1 > span._txt {
    padding-bottom: 4.5801526718vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    line-height: 1.5;
  }
}
.c-linkStyle1 > span._txt::before {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000;
}
.c-linkStyle1 > span._txt::after {
  content: "";
  background: url(../img/common/ico_arrow1_black.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1 > span._txt::after {
    bottom: 0.4166666667vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1 > span._txt::after {
    bottom: 0.5089058524vw;
    width: 4.0712468193vw;
    height: 4.0712468193vw;
  }
}
.c-linkStyle1 > span._tag {
  color: #007CFF;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1 > span._tag {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1 > span._tag {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
.c-linkStyle1 > span._tag::before {
  content: "#";
  margin-right: 0.1em;
}
.c-linkStyle1.-blank > span._txt::after {
  background: url(../img/common/ico_arrow2_black.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1:hover > span._txt::before {
    width: 1.4em;
  }
}
.c-linkStyle1.-top_person {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-linkStyle1.-top_person > span._txt {
    padding-right: 2.0833333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1.-top_person > span._txt {
    flex: 0 1 auto;
    flex-grow: 1;
    padding-right: 10.1781170483vw;
    padding-bottom: 1.7811704835vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
    font-size: 3.5623409669vw;
  }
}
@media screen and (min-width: 769px) {
  .c-linkStyle1.-top_person > span._txt::after {
    bottom: 0.5208333333vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1.-top_person > span._txt::after {
    bottom: 2.5445292621vw;
  }
}
@media screen and (min-width: 769px) {
  .c-linkStyle1.-top_person:hover > span._txt::before {
    width: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1.-top_content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-linkStyle1.-top_content > span._txt {
    flex-grow: 1;
    padding-right: 6.3613231552vw;
    padding-bottom: 1.7811704835vw;
  }
}
@media screen and (max-width: 768px) {
  .c-linkStyle1.-top_content > span._txt::after {
    bottom: 1.7811704835vw;
  }
}

.c-bnrStyle1 {
  position: relative;
  display: block;
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-bnrStyle1:hover {
  opacity: 0.7;
}
.c-bnrStyle1 [class^=c-btn] {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .c-bnrStyle1 [class^=c-btn] {
    right: 1.8229166667vw;
    bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-bnrStyle1 [class^=c-btn] {
    right: 1.5267175573vw;
    bottom: 1.5267175573vw;
  }
}

.c-dot {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.c-dot_row {
  display: flex;
}
.c-dot_obj {
  margin: 1px;
  background-color: transparent;
}
@media screen and (min-width: 769px) {
  .c-dot_obj {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-dot_obj {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}
.secMainObj .c-dot {
  opacity: 0;
}

.secMainObj .c-dot.is-visible {
  opacity: 1;
}

.secMainObj .c-dot {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot_obj {
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no1 {
    margin-top: 3.8181818182%;
    margin-left: -26.4545454545%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no1 {
    margin-top: 17.8117048346vw;
    margin-left: 15.2671755725vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no2 {
    margin-top: 68.7272727273%;
    margin-left: -31.4545454545%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no2 {
    margin-top: 38.1679389313vw;
    margin-left: 66.1577608142vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no3 {
    margin-top: 5.5454545455%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no3 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no4 {
    margin-top: 48.6363636364%;
    margin-left: 11.0909090909%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no4 {
    margin-top: 61.0687022901vw;
    margin-left: -5.0890585242vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no5 {
    margin-top: 23.1818181818%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no5 {
    margin-top: 68.7022900763vw;
    margin-left: 71.2468193384vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no6 {
    margin-top: 35.4545454545%;
    margin-left: 17.2727272727%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no6 {
    margin-top: 89.058524173vw;
    margin-left: -7.6335877863vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no7 {
    margin-top: 39.0909090909%;
    margin-left: 21.7272727273%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no7 {
    margin-top: 114.5038167939vw;
    margin-left: 63.6132315522vw;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no8 {
    margin-top: 56%;
    margin-left: 20.6363636364%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no8 {
    margin-top: 139.9491094148vw;
    margin-left: 0vw;
  }
}
.secMainObj .c-dot.-no9, .secMainObj .c-dot.-no10, .secMainObj .c-dot.-no11, .secMainObj .c-dot.-no12, .secMainObj .c-dot.-no13, .secMainObj .c-dot.-no14, .secMainObj .c-dot.-no15 {
  right: 0;
  left: auto;
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no9 {
    margin-top: 44.9090909091%;
    margin-right: 41.3636363636%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no9 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no10 {
    margin-top: 28.1818181818%;
    margin-right: 16.8181818182%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no10 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no11 {
    margin-top: 51.4545454545%;
    margin-right: 9.5454545455%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no11 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no12 {
    margin-top: 55.4545454545%;
    margin-right: 19.0909090909%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no12 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no13 {
    margin-top: 73.2727272727%;
    margin-right: 12.7272727273%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no13 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no14 {
    margin-top: 1.8181818182%;
    margin-right: -12.7272727273%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no14 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secMainObj .c-dot.-no15 {
    margin-top: 35.1818181818%;
    margin-right: -26%;
  }
}
@media screen and (max-width: 768px) {
  .secMainObj .c-dot.-no15 {
    display: none;
  }
}

.secPerson .c-dot {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .secPerson .c-dot {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secPerson .c-dot.-no1 {
    margin-top: 20.8333333333vw;
    margin-left: 8.4895833333vw;
  }
}
@media screen and (min-width: 769px) {
  .secPerson .c-dot.-no2 {
    margin-top: 38.125vw;
    margin-left: 2.2916666667vw;
  }
}
@media screen and (min-width: 769px) {
  .secPerson .c-dot.-no3 {
    margin-top: 50.5208333333vw;
    margin-left: 21.0416666667vw;
  }
}
@media screen and (min-width: 769px) {
  .secPerson .c-dot.-no4 {
    margin-top: 48.5416666667vw;
    margin-left: 34.8958333333vw;
  }
}
@media screen and (min-width: 769px) {
  .secPerson .c-dot.-no5 {
    margin-top: 53.0208333333vw;
    margin-left: 52.2916666667vw;
  }
}

.secInterview_main_item.-management-trainee ._main .c-dot {
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no1 {
    margin-top: -13.0208333333vw;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no1 {
    margin-top: -89.058524173vw;
    margin-left: 68.7022900763vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no2 {
    margin-top: -16.9791666667vw;
    margin-left: 53.125vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no2 {
    margin-top: 38.1679389313vw;
    margin-left: 12.7226463104vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no3 {
    margin-top: 0vw;
    margin-left: 43.75vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no3 {
    margin-top: -25.4452926209vw;
    margin-left: 22.9007633588vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no4 {
    margin-top: 17.03125vw;
    margin-left: 26.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no4 {
    margin-top: 89.058524173vw;
    margin-left: 50.8905852417vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no5 {
    margin-top: 14.5833333333vw;
    margin-left: 83.0729166667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-management-trainee ._main .c-dot.-no5 {
    display: none;
  }
}

.secInterview_main_item.-railroad-expert ._main .c-dot {
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no1 {
    margin-top: -20.46875vw;
    margin-left: 40.625vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no1 {
    margin-top: -71.2468193384vw;
    margin-left: 71.2468193384vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no2 {
    margin-top: 0vw;
    margin-left: 76.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no2 {
    margin-top: -12.7226463104vw;
    margin-left: 7.6335877863vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no3 {
    margin-top: 6.6666666667vw;
    margin-left: 32.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no3 {
    margin-top: 45.8015267176vw;
    margin-left: 83.9694656489vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no4 {
    margin-top: 5.46875vw;
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no4 {
    margin-top: 76.3358778626vw;
    margin-left: 12.7226463104vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no5 {
    margin-top: 19.53125vw;
    margin-left: 55.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-railroad-expert ._main .c-dot.-no5 {
    display: none;
  }
}

.secInterview_main_item.-co-expert-position ._main .c-dot {
  top: 50%;
  left: 0;
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no1 {
    margin-top: -10.8333333333vw;
    margin-left: 2.4479166667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no1 {
    margin-top: -55.9796437659vw;
    margin-left: 71.2468193384vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no2 {
    margin-top: -15.625vw;
    margin-left: 38.6979166667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no2 {
    margin-top: 17.8117048346vw;
    margin-left: 45.8015267176vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no3 {
    margin-top: -18.90625vw;
    margin-left: 69.4791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no3 {
    margin-top: 25.4452926209vw;
    margin-left: 83.9694656489vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no4 {
    margin-top: 13.0208333333vw;
    margin-left: 46.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no4 {
    margin-top: 63.6132315522vw;
    margin-left: 12.7226463104vw;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no5 {
    margin-top: 15.3645833333vw;
    margin-left: 53.6458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no5 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no6 {
    margin-top: 10.4166666667vw;
    margin-left: 83.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .secInterview_main_item.-co-expert-position ._main .c-dot.-no6 {
    display: none;
  }
}

.secRecruitSite .c-dot {
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no1 {
    margin-top: 8.4375%;
    margin-left: 18.75%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no1 {
    margin-top: 12.7226463104vw;
    margin-left: 12.7226463104vw;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no2 {
    margin-top: 14.4270833333%;
    margin-left: 81.7708333333%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no2 {
    margin-top: 25.4452926209vw;
    margin-left: 63.6132315522vw;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no3 {
    margin-top: 23.9583333333%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no3 {
    margin-top: 86.5139949109vw;
    margin-left: 63.6132315522vw;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no4 {
    margin-top: 19.21875%;
    margin-left: 34.6354166667%;
    margin-top: 14.0104166667%;
    margin-left: 29.4270833333%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no4 {
    margin-top: 48.3460559796vw;
    margin-left: 10.1781170483vw;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no5 {
    margin-top: 12.96875%;
    margin-left: 47.1354166667%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no5 {
    margin-top: 99.2366412214vw;
    margin-left: 20.3562340967vw;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no6 {
    margin-top: 20.2604166667%;
    margin-left: 65.8854166667%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no6 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no7 {
    margin-top: 25.46875%;
    margin-left: 76.3020833333%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no8 {
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    margin-bottom: 9.84375%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no8 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no9 {
    bottom: 0;
    top: auto;
    margin-bottom: 4.6354166667%;
    margin-left: 13.8020833333%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no9 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secRecruitSite .c-dot.-no10 {
    margin-top: 25.78125%;
    margin-left: 31.5104166667%;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot.-no10 {
    margin-top: 48.3460559796vw;
    margin-left: 58.524173028vw;
  }
}
@media screen and (max-width: 768px) {
  .secRecruitSite .c-dot {
    display: none !important;
  }
}

.p-secHead .c-dot {
  z-index: 4;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-secHead .c-dot.-no1 {
    margin-top: 27.3958333333vw;
    margin-left: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead .c-dot.-no1 {
    margin-top: 117.048346056vw;
    margin-left: 15.2671755725vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secHead .c-dot.-no2 {
    margin-top: 37.7604166667vw;
    margin-left: 13.5416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead .c-dot.-no2 {
    margin-top: 157.7608142494vw;
    margin-left: 86.5139949109vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secHead .c-dot.-no3 {
    margin-top: 29.1666666667vw;
    margin-left: 41.1458333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead .c-dot.-no3 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secHead .c-dot.-no4 {
    margin-top: 30.46875vw;
    margin-left: 36.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead .c-dot.-no4 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-secHead .c-dot.-no5 {
    margin-top: 6.7708333333vw;
    margin-left: 95.3125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead .c-dot.-no5 {
    display: none;
  }
}

.c-disabled {
  pointer-events: none !important;
}

.p-intro {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-intro {
    height: 100svh;
  }
}
.p-intro.is-bgnone {
  background: none;
}
.p-intro.is-hidden {
  display: none;
}
.p-intro_logo {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-intro_logo img {
    width: 9.6354166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-intro_logo img {
    width: 22.9007633588vw;
  }
}
.p-intro_logo span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #1D4C99;
}
@media screen and (min-width: 769px) {
  .p-intro_logo span {
    margin-top: 0.78125vw;
    font-size: 0.5729166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-intro_logo span {
    margin-top: 2.5445292621vw;
    font-size: 2.0356234097vw;
  }
}
.p-intro.is-bgnone .p-intro_logo {
  display: none;
}
.p-intro_row {
  position: relative;
  z-index: 2;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .p-intro_row:nth-of-type(5) {
    display: none;
  }
}
.p-intro_row_item {
  position: relative;
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .p-intro_row_item:nth-of-type(5), .p-intro_row_item:nth-of-type(6), .p-intro_row_item:nth-of-type(7), .p-intro_row_item:nth-of-type(8) {
    display: none;
  }
}
.p-intro_row_item > span {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  transform: translateX(101%);
  will-change: transform;
}
.p-intro_row_item > span:nth-of-type(1) {
  background: rgb(230, 0, 20);
}
.p-intro_row_item > span:nth-of-type(2) {
  background: rgb(255, 255, 255);
  z-index: 1;
}
.p-intro_row_item > span:nth-of-type(3) {
  background: rgb(0, 160, 230);
  z-index: 2;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(1) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(1) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.5s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(1) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(2) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.049s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(2) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.549s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(2) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.049s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(3) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.096s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(3) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.596s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(3) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.096s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(4) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.141s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(4) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.641s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(4) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.141s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(5) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.184s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(5) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.684s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(5) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.184s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(6) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.225s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(6) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.725s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(6) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.225s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(7) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.264s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(7) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.764s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(7) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.264s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(8) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.301s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(8) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.801s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(1) .p-intro_row_item:nth-of-type(8) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.301s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(1) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(1) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(1) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.2s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(2) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.249s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(2) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.749s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(2) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.249s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(3) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.296s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(3) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.796s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(3) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.296s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(4) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.341s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(4) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.841s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(4) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.341s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(5) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.384s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(5) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.884s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(5) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.384s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(6) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.425s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(6) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.925s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(6) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.425s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(7) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.464s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(7) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.964s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(7) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.464s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(8) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.501s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(8) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.001s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(2) .p-intro_row_item:nth-of-type(8) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.501s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(1) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(1) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.9s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(1) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.4s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(2) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.449s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(2) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.949s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(2) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.449s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(3) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.496s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(3) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 0.996s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(3) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.496s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(4) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.541s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(4) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.041s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(4) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.541s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(5) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.584s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(5) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.084s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(5) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.584s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(6) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.625s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(6) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.125s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(6) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.625s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(7) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.664s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(7) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.164s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(7) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.664s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(8) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.701s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(8) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.201s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(3) .p-intro_row_item:nth-of-type(8) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.701s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(1) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.6s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(1) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.1s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(1) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.6s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(2) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.649s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(2) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.149s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(2) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.649s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(3) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.696s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(3) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.196s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(3) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.696s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(4) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.741s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(4) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.241s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(4) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.741s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(5) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.784s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(5) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.284s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(5) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.784s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(6) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.825s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(6) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.325s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(6) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.825s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(7) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.864s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(7) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.364s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(7) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.864s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(8) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.901s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(8) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.401s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(4) .p-intro_row_item:nth-of-type(8) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.901s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(1) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.8s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(1) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.3s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(1) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.8s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(2) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.849s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(2) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.349s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(2) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.849s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(3) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.896s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(3) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.396s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(3) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.896s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(4) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.941s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(4) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.441s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(4) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.941s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(5) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.984s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(5) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.484s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(5) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 1.984s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(6) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.025s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(6) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.525s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(6) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 2.025s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(7) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.064s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(7) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.564s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(7) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 2.064s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(8) span:nth-of-type(1) {
  animation: intro 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.101s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(8) span:nth-of-type(2) {
  animation: intro 1.25s cubic-bezier(0.23, 1, 0.32, 1) 1.601s forwards;
}
.p-intro.is-animation .p-intro_row:nth-of-type(5) .p-intro_row_item:nth-of-type(8) span:nth-of-type(3) {
  animation: intro 1.3s cubic-bezier(0.23, 1, 0.32, 1) 2.101s forwards;
}
@keyframes intro {
  0% {
    transform: translateX(101%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-101%);
  }
}

.p-news {
  position: fixed;
  position: absolute;
  z-index: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-news {
    transform: translate(-110%, -130%);
    top: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    transform: translate(-110%, -110%);
    top: 100svh;
  }
}
@media screen and (min-width: 769px) {
  .p-news.is-visible {
    transform: translate(0, -130%);
  }
}
@media screen and (max-width: 768px) {
  .p-news.is-visible {
    transform: translate(0, -110%);
  }
}
.p-news.is-hidden {
  display: none !important;
}
.p-news_heading {
  width: fit-content;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-news_heading {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news_heading {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
    padding: 0 2.5445292621vw;
  }
}
.p-news_main {
  background: #000;
}
@media screen and (min-width: 769px) {
  .p-news_main {
    padding: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news_main {
    padding: 1.272264631vw;
  }
}
.p-news_main dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-news_main dl {
    margin-top: -2px;
  }
}
.p-news_main dl dt {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-news_main dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
    flex: 0 0 auto;
    padding: 0 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news_main dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
    flex: 0 0 auto;
    padding: 0 1.272264631vw;
  }
}
.p-news_main dl dd {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-news_main dl dd {
    margin-left: 0.5208333333vw;
    width: 20.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-news_main dl dd {
    margin-left: 2.5445292621vw;
    width: 50.8905852417vw;
  }
}
.p-news_main dl dd ._track {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
  animation: news-marquee 10s linear infinite;
}
@keyframes news-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-news_main dl dd ._track span, .p-news_main dl dd ._track a {
  flex: 0 0 auto;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-news_main dl dd ._track span, .p-news_main dl dd ._track a {
    padding-right: 2.6041666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-news_main dl dd ._track span, .p-news_main dl dd ._track a {
    padding-right: 12.7226463104vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
.p-news_main dl dd ._track a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-news_main dl dd ._track a:hover {
    text-decoration: none;
  }
}

.p-secHead {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-secHead {
    aspect-ratio: 1920/942;
    margin-bottom: -6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead {
    width: 100%;
    aspect-ratio: 400/700;
    margin-bottom: -10.1781170483vw;
  }
}
.p-secHead::before {
  content: "";
  display: block;
  background: url(../img/common/bg.png) repeat center top;
  position: absolute;
  z-index: 0;
  inset: 0;
}
@media screen and (min-width: 769px) {
  .p-secHead::before {
    background-size: 6.25vw 4.53125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead::before {
    background-size: 15.2671755725vw 11.1959287532vw;
  }
}
.p-secHead::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 70%);
}
@media screen and (min-width: 769px) {
  .p-secHead::after {
    height: 15.625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead::after {
    height: 25.4452926209vw;
  }
}
.p-secHead.-yellow {
  background: rgba(241, 228, 100, 0.6);
}
.p-secHead.-yellow::after {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #f8f8f5 70%);
}
.p-secHead.-blue {
  background: rgba(166, 222, 251, 0.4);
}
.p-secHead.-blue::after {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #f8f8f5 70%);
}
.p-secHead.-red {
  background: rgba(255, 14, 14, 0.3);
}
.p-secHead.-red::after {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #f8f8f5 70%);
}
.p-secHead_in {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-secHead_in {
    box-shadow: 0px 0px 0px 5px rgba 255, 0, 0, 0.3 inset;
    width: 100%;
    min-height: 100%;
    width: 67.7083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead_in {
    position: absolute;
    inset: 0;
    padding-left: 10.1781170483vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secHead_heading {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secHead_heading {
    margin-bottom: 22.9007633588vw;
  }
  body[data-page-id=co-expert-position] .p-secHead_heading {
    margin-bottom: 15.2671755725vw;
  }
}
.p-secHead_img {
  position: absolute;
  z-index: 2;
  inset: 0;
}
.p-secHead_img img {
  width: 100%;
}

.p-topicPath {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-topicPath {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topicPath {
    margin-bottom: 2.5445292621vw;
  }
}
.p-topicPath li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  color: #5e5e5e;
}
.p-topicPath li a, .p-topicPath li span {
  color: #5e5e5e;
}
@media screen and (min-width: 769px) {
  .p-topicPath li a, .p-topicPath li span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-topicPath li a, .p-topicPath li span {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}

.p-localNav {
  position: sticky;
  top: 6.25vw;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-localNav {
    margin-bottom: 2.6041666667vw;
  }
}
.p-localNav ul li span,
.p-localNav ul li a {
  display: block;
  color: #5e5e5e;
}
.p-localNav ul li span[href],
.p-localNav ul li a[href] {
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-localNav ul li span[href]:hover,
.p-localNav ul li a[href]:hover {
  opacity: 0.7;
}
.p-localNav ul li span.is-active,
.p-localNav ul li a.is-active {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #212121;
}

.p-eventBnr {
  position: relative;
  display: block;
}
.p-eventBnr img {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-eventBnr .c-btnNote {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-eventBnr .c-btnNote {
    right: 1.8229166667vw;
    bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-eventBnr .c-btnNote {
    right: 3.8167938931vw;
    bottom: 3.8167938931vw;
  }
}
@media screen and (min-width: 769px) {
  .p-eventBnr:hover img {
    transform: scale(1.02);
  }
}

.p-tableStyle1 > dl {
  border-bottom: 1px solid #B0B0B0;
}
@media screen and (min-width: 769px) {
  .p-tableStyle1 > dl {
    display: flex;
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tableStyle1 > dl {
    padding-top: 8.6513994911vw;
    padding-bottom: 8.6513994911vw;
  }
}
.p-tableStyle1 > dl:first-child {
  border-top: 1px solid #B0B0B0;
}
@media screen and (min-width: 769px) {
  .p-tableStyle1 > dl > dt {
    flex: 0 0 13.0208333333vw;
    padding-right: 2.6041666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-tableStyle1 > dl > dt {
    padding-right: 0.8854166667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-tableStyle1 > dl > dd {
    flex-grow: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-tableStyle1 > dl > dd {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    margin-top: 2.5445292621vw;
  }
}
@media screen and (min-width: 769px) {
  .p-tableStyle1 > dl > dd ._btn {
    margin-top: 1.8229166667vw;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-tableStyle1 > dl > dd ._btn {
    margin-top: 3.8167938931vw;
  }
  .p-tableStyle1 > dl > dd ._btn .c-btnStyle1 {
    width: 100%;
  }
}

.p-secOther {
  background: #F8F8F5 url(../img/common/bg_grid.png) repeat center top;
}
@media screen and (min-width: 769px) {
  .p-secOther {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.375vw;
    background-size: 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secOther {
    background-size: 7.6335877863vw 7.6335877863vw;
    padding-top: 11.4503816794vw;
    padding-bottom: 12.7226463104vw;
  }
}
.p-secOther.-white {
  background-color: #fff;
}
.p-secOther_heading {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secOther_main {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secOther_main {
    margin-top: 7.6335877863vw;
  }
}

.p-nextSwiper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-nextSwiper .swiper {
    height: inherit;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
    opacity: 0;
    overflow: visible;
  }
}
.p-nextSwiper .swiper-initialized {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-nextSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-nextSwiper .swiper-wrapper {
    will-change: transform;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media screen and (min-width: 769px) {
  .p-nextSwiper .swiper-slide {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .p-nextSwiper .swiper-slide {
    height: auto;
    padding-bottom: 1px;
  }
}
.p-nextSwiper .swiper-pagination {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-top: 7.6335877863vw;
  margin-left: 3.8167938931vw;
}
@media screen and (min-width: 769px) {
  .p-nextSwiper .swiper-pagination {
    display: none;
  }
}
.p-nextSwiper .swiper-pagination-bullet {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  width: 2.5445292621vw;
  height: 2.5445292621vw;
  margin: 0 1.272264631vw;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-nextSwiper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: rgba(33, 33, 33, 0.2);
}
.p-nextSwiper .swiper-pagination-bullet-active::before {
  background: #212121;
}
.p-nextSwiper .swiper-pagination.-red .swiper-pagination-bullet-active::before {
  background: #F94235;
}
.p-nextSwiper .swiper-pagination.-blue .swiper-pagination-bullet-active::before {
  background: #00A3FF;
}
.p-nextSwiper .swiper-pagination.-yellow .swiper-pagination-bullet-active::before {
  background: #F1E464;
}
.p-nextSwiper.is-1 .swiper-pagination {
  display: none;
}

.p-cardStyle1 {
  display: block;
  background: #fff;
  height: 100%;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-cardStyle1 {
    border-radius: 1.875vw;
    padding: 2.0833333333vw 1.5625vw;
    display: grid;
    grid-template-columns: 4.1666666667vw auto;
    column-gap: 0.5208333333vw;
    max-width: 24.4791666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle1 {
    border-radius: 6.6157760814vw;
    padding: 7.6335877863vw 5.0890585242vw;
    display: grid;
    grid-template-columns: 12.7226463104vw auto;
    column-gap: 2.5445292621vw;
  }
}
.p-cardStyle1.-red {
  box-shadow: 0px 0px 0px 1px #f94235 inset;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1.-red:hover {
    box-shadow: 0px 0px 0px 4px rgba(249, 66, 53, 0.7) inset;
  }
}
.p-cardStyle1.-yellow {
  box-shadow: 0px 0px 0px 1px #f1e464 inset;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1.-yellow:hover {
    box-shadow: 0px 0px 0px 4px rgba(241, 228, 100, 0.7) inset;
  }
}
.p-cardStyle1.-blue {
  box-shadow: 0px 0px 0px 1px #00a3ff inset;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1.-blue:hover {
    box-shadow: 0px 0px 0px 4px rgba(0, 163, 255, 0.7) inset;
  }
}
.p-cardStyle1 > ._heading {
  grid-column: 1;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-cardStyle1 > ._heading span {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0%;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1 > ._heading span {
    font-size: 3.125vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle1 > ._heading span {
    font-size: 7.6335877863vw;
    margin-bottom: 3.8167938931vw;
  }
}
.p-cardStyle1 > ._heading h3 {
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1 > ._heading h3 {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle1 > ._heading h3 {
    font-size: 5.0890585242vw;
  }
}
.p-cardStyle1 > ._img {
  position: relative;
  grid-column: 2;
  flex-grow: 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-cardStyle1 > ._img {
    aspect-ratio: 1/1;
  }
}
.p-cardStyle1 > ._img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1 > ._body {
    margin-top: 0.5208333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle1 > ._body {
    margin-top: 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
.p-cardStyle1 > ._btn {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-cardStyle1 > ._btn {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle1 > ._btn {
    margin-top: 3.8167938931vw;
  }
}

.p-cardStyle2 {
  cursor: pointer;
  position: relative;
  display: block;
}
.p-cardStyle2 > ._img {
  position: relative;
  z-index: 0;
}
.p-cardStyle2 > ._img > ._inner {
  position: relative;
  width: auto;
  transition-duration: 0.5s;
  overflow: hidden;
  width: 100%;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-cardStyle2 > ._img > ._inner {
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2 > ._img > ._inner {
    border-radius: 5.0890585242vw;
  }
}
.p-cardStyle2 > ._img > ._inner > img {
  position: relative;
  width: auto;
  height: 100%;
  object-position: center center;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-cardStyle2 > ._img > ._label {
  position: absolute;
  z-index: 1;
  left: 0;
  background: #212121;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2 > ._img > ._label {
    top: 1.3020833333vw;
    padding: 0.3125vw 0.7291666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2 > ._img > ._label {
    top: 3.8167938931vw;
    padding: 1.0178117048vw 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
.p-cardStyle2 > ._img > ._ico {
  position: absolute;
  z-index: 1;
  right: -1px;
  bottom: -1px;
  background: url(../img/common/corner_beige.svg) no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2 > ._img > ._ico {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2 > ._img > ._ico {
    width: 11.4503816794vw;
    height: 11.4503816794vw;
  }
}
.p-cardStyle2 > ._img > ._ico::before {
  content: "";
  display: block;
  background: url(../img/common/ico_plus2_black.svg) no-repeat center/contain;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2 > ._img > ._ico::before {
    width: 1.875vw;
    height: 1.875vw;
    right: 1.0416666667vw;
    bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2 > ._img > ._ico::before {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
    right: 1.5267175573vw;
    bottom: 1.5267175573vw;
  }
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-management_career > ._img > ._inner {
    aspect-ratio: 349/465;
    height: 24.21875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2.-management_career > ._img > ._inner {
    aspect-ratio: 252/240;
    height: 61.0687022901vw;
  }
}
.p-cardStyle2.-management_career > ._img > ._inner > img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-management_career:hover > ._img > ._inner {
    aspect-ratio: 665/465;
  }
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-management_corporate > ._img > ._inner {
    aspect-ratio: 600/465;
    height: 24.21875vw;
    border-radius: 1.0416666667vw 1.0416666667vw 0 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2.-management_corporate > ._img > ._inner {
    aspect-ratio: 252/240;
    height: 61.0687022901vw;
  }
}
.p-cardStyle2.-management_corporate > ._img > ._inner > img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-management_corporate:hover > ._img > ._inner img {
    transform: scale(1.03);
    filter: brightness(0.8);
  }
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-top_content > ._img > ._inner {
    aspect-ratio: 263/464;
    height: 24.1666666667vw;
    aspect-ratio: 263/364;
    height: 18.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2.-top_content > ._img > ._inner {
    border-radius: 2.5445292621vw;
    aspect-ratio: 115/240;
    height: 61.0687022901vw;
    aspect-ratio: 100/180;
    height: 45.8015267176vw;
  }
}
.p-cardStyle2.-top_content > ._img > ._inner::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-top_content > ._img > ._inner::before {
    height: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2.-top_content > ._img > ._inner::before {
    height: 20.3562340967vw;
  }
}
.p-cardStyle2.-top_content > ._img > ._ico {
  background: url(../img/common/corner.svg) no-repeat center/cover;
}
.p-cardStyle2.-top_content .c-headingStyle5 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-top_content .c-headingStyle5 {
    bottom: 1.0416666667vw;
    left: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardStyle2.-top_content .c-headingStyle5 {
    bottom: 3.5623409669vw;
    left: 2.0356234097vw;
    font-size: 3.0534351145vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-cardStyle2.-top_content:hover > ._img > ._inner {
    aspect-ratio: 524/464;
    aspect-ratio: 470/364;
  }
}

@media screen and (min-width: 769px) {
  .p-cardListStyle1 {
    margin-right: calc(50% - 50vw + 3.125vw);
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 {
    margin-right: calc(50% - 50vw + 7.6335877863vw);
  }
}
.p-cardListStyle1 > ul,
.p-cardListStyle1 .imgScrollInner > ul {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul,
  .p-cardListStyle1 .imgScrollInner > ul {
    gap: 1.7708333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul,
  .p-cardListStyle1 .imgScrollInner > ul {
    gap: 2.5445292621vw;
  }
}
.p-cardListStyle1 > ul > li,
.p-cardListStyle1 .imgScrollInner > ul > li {
  border: 1px dashed #5E5E5E;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li,
  .p-cardListStyle1 .imgScrollInner > ul > li {
    flex: 0 0 18.9583333333vw;
    padding: 3.6458333333vw 1.5625vw 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li,
  .p-cardListStyle1 .imgScrollInner > ul > li {
    flex: 0 0 62.8498727735vw;
    padding: 10.1781170483vw 7.6335877863vw 7.6335877863vw;
  }
}
.p-cardListStyle1 > ul > li > ._num,
.p-cardListStyle1 .imgScrollInner > ul > li > ._num {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._num,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._num {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375vw;
    line-height: 1.6666666667;
    letter-spacing: 0%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li > ._num,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._num {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2.5445292621vw;
    line-height: 1.8;
    letter-spacing: 0%;
    font-size: 4.5801526718vw;
  }
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._title,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._title {
    margin-top: 0.5208333333vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li > ._title,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._title {
    margin-top: 2.5445292621vw;
    margin-bottom: 3.8167938931vw;
  }
}
.p-cardListStyle1 > ul > li > ._title > span,
.p-cardListStyle1 .imgScrollInner > ul > li > ._title > span {
  width: fit-content;
  display: block;
  margin: 0 auto;
  background: #ddd;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._title > span,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._title > span {
    padding: 0.3125vw 0.7291666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li > ._title > span,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._title > span {
    padding: 1.0178117048vw 2.0356234097vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
  }
}
.p-cardListStyle1 > ul > li > ._title.-yellow > span,
.p-cardListStyle1 .imgScrollInner > ul > li > ._title.-yellow > span {
  background: #F1E464;
}
.p-cardListStyle1 > ul > li > ._title.-blue > span,
.p-cardListStyle1 .imgScrollInner > ul > li > ._title.-blue > span {
  background: #A6DEFB;
}
.p-cardListStyle1 > ul > li > ._title.-red > span,
.p-cardListStyle1 .imgScrollInner > ul > li > ._title.-red > span {
  background: #F94235;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._body,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li > ._body,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
.p-cardListStyle1 > ul > li > ._caption,
.p-cardListStyle1 .imgScrollInner > ul > li > ._caption {
  color: #5E5E5E;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._caption,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._caption {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li > ._caption,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._caption {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
.p-cardListStyle1 > ul > li > ._link,
.p-cardListStyle1 .imgScrollInner > ul > li > ._link {
  display: inline-block;
  color: #5E5E5E;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._link,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._link {
    margin-top: 0.5208333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-cardListStyle1 > ul > li > ._link,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._link {
    margin-top: 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-cardListStyle1 > ul > li > ._link:hover,
  .p-cardListStyle1 .imgScrollInner > ul > li > ._link:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  * + .p-cardListStyle1 {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  * + .p-cardListStyle1 {
    margin-top: 12.7226463104vw;
  }
}

.p-tagStyle1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-tagStyle1 {
    gap: 0px 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tagStyle1 {
    gap: 0px 3.8167938931vw;
  }
}
.p-tagStyle1 li {
  color: #007CFF;
}
@media screen and (min-width: 769px) {
  .p-tagStyle1 li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-tagStyle1 li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
  }
}
.p-tagStyle1 li::before {
  content: "#";
  margin-right: 0.1em;
}
@media screen and (min-width: 769px) {
  * + .p-tagStyle1 {
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  * + .p-tagStyle1 {
    margin-top: 2.5445292621vw;
  }
}

.p-tagStyle1.-black li {
  color: #212121;
}
.p-tagStyle1.-white li {
  color: #fff;
}
.p-tagStyle1.-primary li {
  color: #1d4c99;
}

.p-tagStyle2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-tagStyle2 {
    gap: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tagStyle2 {
    gap: 2.0356234097vw;
  }
}
.p-tagStyle2 li {
  background: #212121;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-tagStyle2 li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
    padding: 0 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-tagStyle2 li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    padding: 0 2.0356234097vw;
  }
}
@media screen and (min-width: 769px) {
  * + .p-tagStyle2 {
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  * + .p-tagStyle2 {
    margin-top: 2.5445292621vw;
  }
}

.p-articleStyle1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 {
    margin-top: 2.6041666667vw;
    margin-right: -7.65625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 {
    margin-top: 12.7226463104vw;
  }
}
.p-articleStyle1::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #B0B0B0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.p-articleStyle1 > dl {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl {
    display: flex;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl {
    padding-top: 10.1781170483vw;
    padding-bottom: 10.1781170483vw;
  }
}
.p-articleStyle1 > dl::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #B0B0B0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.p-articleStyle1 > dl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: rgba(219, 219, 219, 0.35);
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1] {
    cursor: pointer;
    transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    clip-path: inset(0 -10000px 0 0);
    max-height: 11.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1] {
    padding-bottom: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1]:hover::before {
    opacity: 1;
  }
}
.p-articleStyle1 > dl[data-accodion1] > dt, .p-articleStyle1 > dl[data-accodion1] > dd {
  position: relative;
  z-index: 1;
}
.p-articleStyle1 > dl[data-accodion1] > dd::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1] > dd::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    background: url(../img/common/ico_plus3_red.svg) no-repeat center/contain;
    top: 3.90625vw;
    right: -2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1] > dd::before {
    display: none;
  }
}
.p-articleStyle1 > dl[data-accodion1] > dd > ._img0 {
  position: relative;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1] > dd > ._img0 {
    height: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1] > dd > ._img0 {
    height: 22.9007633588vw;
  }
}
.p-articleStyle1 > dl[data-accodion1] > dd > ._img0 img {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.p-articleStyle1 > dl[data-accodion1] > dd > ._img0::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1] > dd > ._img0::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1] > dd > ._img0::before {
    width: 8.9058524173vw;
    height: 8.9058524173vw;
    background: url(../img/common/ico_plus3_red.svg) no-repeat center/contain;
    top: 10.941475827vw;
    right: 2.5445292621vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1] > dd > .c-txtStyle1,
  .p-articleStyle1 > dl[data-accodion1] > dd > ._img1,
  .p-articleStyle1 > dl[data-accodion1] > dd > ._link {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
.p-articleStyle1 > dl[data-accodion1].is-active {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1].is-active {
    max-height: 52.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1].is-active {
    padding-bottom: 10.1781170483vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1].is-active > dd::before {
    background: url(../img/common/ico_minus3_red.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl[data-accodion1].is-active > dd > ._img0 {
    height: 35.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1].is-active > dd > ._img0 {
    height: 72.5190839695vw;
  }
  .p-articleStyle1 > dl[data-accodion1].is-active > dd > ._img0::before {
    background: url(../img/common/ico_minus3_red.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl[data-accodion1].is-active > dd > .c-txtStyle1,
  .p-articleStyle1 > dl[data-accodion1].is-active > dd > ._img1,
  .p-articleStyle1 > dl[data-accodion1].is-active > dd > ._link {
    position: relative;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dt._heading {
    flex: 0 0 16.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl > dd {
    padding-left: 10.941475827vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dd._main {
    display: grid;
    grid-template-columns: 23.9583333333vw 23.9583333333vw;
    grid-template-rows: auto auto auto auto 1fr;
    column-gap: 5.9895833333vw;
  }
  .p-articleStyle1 > dl > dd._main > ._img0 {
    grid-row: 1/-1;
    grid-column: 2;
  }
  .p-articleStyle1 > dl > dd._main > .c-headingStyle5,
  .p-articleStyle1 > dl > dd._main > .p-tagStyle1,
  .p-articleStyle1 > dl > dd._main > .c-txtStyle1,
  .p-articleStyle1 > dl > dd._main > ._img1,
  .p-articleStyle1 > dl > dd._main > ._link {
    grid-column: 1;
  }
  .p-articleStyle1 > dl > dd._main.-widthAuto {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl > dd._main {
    margin-top: 6.6157760814vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl > dd._main > ._img0 {
    margin-top: 5.0890585242vw;
    width: 68.7022900763vw;
  }
  .p-articleStyle1 > dl > dd._main > ._img0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-articleStyle1 > dl > dd._main > ._img1 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dd._main > ._img1 {
    margin-top: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl > dd._main > ._img1 {
    margin-top: 7.1246819338vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dd._main > ._img1.-community1 img {
    width: 14.7916666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dd._main > ._wao img {
    width: 21.875vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dd._main > ._link {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl > dd._main > ._link {
    margin-top: 7.6335877863vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle1 > dl > dd._main > ._link li + li {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle1 > dl > dd._main > ._link li + li {
    margin-top: 5.0890585242vw;
  }
}

.p-articleStyle2 > dl {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-articleStyle2 > dl {
    padding-top: 1.8229166667vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle2 > dl {
    padding-top: 10.1781170483vw;
    padding-bottom: 12.7226463104vw;
  }
}
.p-articleStyle2 > dl::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #B0B0B0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.p-articleStyle2 > dl:first-child::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #B0B0B0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-articleStyle2 > dl > dt._heading {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle2 > dl > dt._heading > div {
    margin-top: 3.8167938931vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle2 > dl > dt._heading > div .c-captionStyle1 {
    max-width: 33.8541666667vw;
    display: flex;
    flex-wrap: wrap;
  }
  .p-articleStyle2 > dl > dt._heading > div .c-captionStyle1 li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle2 > dl > dt._heading > div .c-captionStyle1 {
    margin-left: 10.941475827vw;
    margin-right: -7.6335877863vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle2 > dl > dt._heading .c-headingStyle3 {
    width: 17.6041666667vw;
    min-width: 17.6041666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-articleStyle2 > dl > dt._heading .c-txtStyle1 {
    margin-top: 0;
    max-width: 31.25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle2 > dl > dt._heading .c-txtStyle1 {
    margin-left: 10.941475827vw;
  }
}
.secBenefits .p-articleStyle2 > dl > dt._heading ._txt1 {
  flex-basis: 100%;
  color: #5e5e5e;
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dt._heading ._txt1 {
    padding-left: 4.1666666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7291666667vw;
    line-height: 2;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dt._heading ._txt1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0534351145vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    margin-left: 10.941475827vw;
  }
}

@media screen and (min-width: 769px) {
  .p-articleStyle2 > dl > dd._main {
    margin-top: 2.0833333333vw;
    padding-left: 3.8020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-articleStyle2 > dl > dd._main {
    padding-left: 10.941475827vw;
    margin-top: 6.3613231552vw;
  }
}
.secBenefits .p-articleStyle2 > dl > dd._main > ._title {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._title {
    margin-top: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._title {
    margin-top: 8.9058524173vw;
  }
}
.secBenefits .p-articleStyle2 > dl > dd._main > ._title h4 {
  border: 1px solid #212121;
  line-height: 1.5;
  letter-spacing: 5%;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._title h4 {
    padding: 0.5208333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._title h4 {
    padding: 1.5267175573vw 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
.secBenefits .p-articleStyle2 > dl > dd._main > ._title .c-captionStyle1 {
  margin-left: 20px;
}
.secBenefits .p-articleStyle2 > dl > dd._main > ._list1 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._list1 {
    justify-content: space-between;
    margin-top: 1.5625vw;
    gap: 0.78125vw;
    margin-right: -5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._list1 {
    flex-direction: column;
    align-items: start;
    margin-top: 3.8167938931vw;
    gap: 2.5445292621vw;
  }
}
.secBenefits .p-articleStyle2 > dl > dd._main > ._list1 li {
  background: #212121;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._list1 li {
    padding: 0.3125vw 0.7291666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6666666667vw;
    line-height: 1.5625;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._list1 li {
    padding: 1.5267175573vw 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
    font-size: 4.5801526718vw;
  }
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._box1 {
    margin-top: 1.5625vw;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._box1 {
    margin-top: 3.8167938931vw;
  }
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._box1 ._img {
    flex: 0 0 32.2916666667vw;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._box1 ._txt {
    padding-right: 3.28125vw;
    flex-grow: 1;
  }
}
.secBenefits .p-articleStyle2 > dl > dd._main > ._box1 ._txt ._copy {
  background: #212121;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._box1 ._txt ._copy {
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6666666667vw;
    line-height: 1.5625;
    letter-spacing: 5%;
    padding: 0.3125vw 0.7291666667vw;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._box1 ._txt ._copy {
    margin-top: 3.8167938931vw;
    padding: 1.5267175573vw 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
    font-size: 4.5801526718vw;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._img2 {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._img2 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .secBenefits .p-articleStyle2 > dl > dd._main > ._img2 img {
    height: 63.6132315522vw;
  }
}

@media screen and (min-width: 769px) {
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._img1 {
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._img1 {
    margin-right: calc(50% - 50vw + 7.6335877863vw);
  }
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._img1 img {
    height: 203.5623409669vw;
  }
}
@media screen and (min-width: 769px) {
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._link {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._link {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (min-width: 769px) {
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._link li + li {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .secLifecycle .p-articleStyle2 > dl > dd._main > ._link li + li {
    margin-top: 3.8167938931vw;
  }
}

.p-jobSwiper {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.p-jobSwiper.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-jobSwiper .swiper {
  height: inherit;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.p-jobSwiper .swiper-initialized {
  opacity: 1;
}
.p-jobSwiper .swiper-wrapper {
  will-change: transform;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-jobSwiper .swiper-slide {
  position: relative;
  height: inherit;
}
.p-jobSwiper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  z-index: 2;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-jobSwiper .swiper-slide::before {
    height: 5.2083333333vw;
    bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-jobSwiper .swiper-slide::before {
    height: 20.3562340967vw;
    bottom: 12.7226463104vw;
  }
}
.p-jobSwiper .swiper-ctrl {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  background: #fff;
  border-top: 1px solid #212121;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .p-jobSwiper .swiper-ctrl {
    height: 4.6875vw;
    gap: 1.875vw;
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-jobSwiper .swiper-ctrl {
    height: 12.7226463104vw;
    gap: 2.5445292621vw;
    padding-right: 3.8167938931vw;
  }
}
.p-jobSwiper .swiper-button-next, .p-jobSwiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  backface-visibility: hidden;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-jobSwiper .swiper-button-next:hover, .p-jobSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .p-jobSwiper .swiper-button-next, .p-jobSwiper .swiper-button-prev {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-jobSwiper .swiper-button-next, .p-jobSwiper .swiper-button-prev {
    width: 8.9058524173vw;
    height: 8.9058524173vw;
  }
}
.p-jobSwiper .swiper-button-next::before, .p-jobSwiper .swiper-button-prev::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow4_black.svg) no-repeat center/contain;
  width: 100%;
  height: 100%;
}
.p-jobSwiper .swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0.2 !important;
}
.p-jobSwiper .swiper-button-prev::before {
  transform: rotate(180deg);
}

.p-detailJob {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .p-detailJob::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .p-detailJob::-webkit-scrollbar-track {
    background: white;
  }
  .p-detailJob::-webkit-scrollbar-thumb {
    background: #999999;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob {
    height: calc(100% - 4.6875vw);
    padding-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob {
    height: calc(100% - 12.7226463104vw);
    padding-top: 5.0890585242vw;
  }
}
.p-detailJob_heading {
  border-bottom: 1px solid #212121;
}
@media screen and (min-width: 769px) {
  .p-detailJob_heading {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.6666666667;
    letter-spacing: 5%;
    padding-bottom: 1.5625vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_heading {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 5.0890585242vw;
    line-height: 1.6;
    letter-spacing: 5%;
    padding-bottom: 5.0890585242vw;
    padding-left: 7.6335877863vw;
    padding-right: 7.6335877863vw;
  }
}
.p-detailJob_heading ._shoulder {
  display: inline-block;
  color: #fff;
  background: #212121;
}
@media screen and (min-width: 769px) {
  .p-detailJob_heading ._shoulder {
    padding: 0.3125vw 0.7291666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_heading ._shoulder {
    padding: 1.0178117048vw 2.5445292621vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
.p-detailJob_heading ._category {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-detailJob_heading ._category {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_heading ._category {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_heading ._categoryBold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_heading ._categoryBold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_heading * + .c-headingStyle5 {
    margin-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_heading * + .c-headingStyle5 {
    margin-top: 2.5445292621vw;
  }
}
.p-detailJob_main {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main {
    padding: 1.5625vw 0 5.2083333333vw;
    width: 30.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main {
    padding: 7.6335877863vw 0 15.2671755725vw;
    width: 71.2468193384vw;
    width: 76.3358778626vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_main * + ._img1 {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main * + ._img1 {
    margin-top: 5.0890585242vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._img2 {
    margin-top: 3.6458333333vw;
    margin-right: -0.46875vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._img2 {
    margin-top: 7.6335877863vw;
    margin-right: -2.2900763359vw;
  }
}
.p-detailJob_main ._box1 {
  display: flex;
  border: 1px dashed #5E5E5E;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box1 {
    margin-top: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box1 {
    margin-top: 6.3613231552vw;
  }
}
.p-detailJob_main ._box1 > dt {
  background: #212121;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box1 > dt {
    flex: 0 0 4.4270833333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box1 > dt {
    flex: 0 0 21.6284987277vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box1 > dd {
    padding: 0.5208333333vw 0.78125vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box1 > dd {
    padding: 2.5445292621vw 3.8167938931vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box1 + .c-headingStyle5 {
    margin-top: 2.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box1 + .c-headingStyle5 {
    margin-top: 10.1781170483vw;
  }
}
.p-detailJob_main ._box2 {
  background: #f8f8f5;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box2 {
    margin-top: 1.5625vw;
    padding: 1.3020833333vw 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box2 {
    padding: 5.0890585242vw;
    margin-top: 6.3613231552vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box2 > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box2 > dt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box2 > dd {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8333333333vw;
    line-height: 1.875;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box2 > dd {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5623409669vw;
    line-height: 1.8571428571;
    letter-spacing: 5%;
  }
}
.p-detailJob_main ._box3 {
  background: #f8f8f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box3 {
    padding: 1.5625vw 0;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box3 {
    padding: 6.106870229vw 0;
    margin-top: 5.8524173028vw;
  }
}
.p-detailJob_main ._box3 > dt {
  border-radius: 100px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box3 > dt {
    padding: 0.3645833333vw 2.2916666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 0.9375vw;
    letter-spacing: 5%;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box3 > dt {
    padding: 1.7811704835vw 11.1959287532vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 4.5801526718vw;
    letter-spacing: 5%;
    line-height: 1.4;
  }
}
.p-detailJob_main ._box3 > dd {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._box3 > dd {
    margin-top: 0.78125vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 0.7291666667vw;
    letter-spacing: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._box3 > dd {
    margin-top: 3.8167938931vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5623409669vw;
    letter-spacing: 5%;
  }
}
.p-detailJob_main ._box3 > dd::before {
  content: "■";
  margin-right: 1em;
}
.p-detailJob_main ._box3.-color1 > dt {
  background: #00a3ff;
}
.p-detailJob_main ._box3.-color1 > dd::before {
  color: #00a3ff;
}
.p-detailJob_main ._box3.-color2 > dt {
  background: #007CFF;
}
.p-detailJob_main ._box3.-color2 > dd::before {
  color: #007CFF;
}
@media screen and (min-width: 769px) {
  .p-detailJob_main ._list1 {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .p-detailJob_main ._list1 {
    margin-top: 6.3613231552vw;
  }
}
.p-detailJob_main ._list1 > li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8333333333vw;
  line-height: 1.875;
  letter-spacing: 5%;
  letter-spacing: 0;
}
.p-detailJob_main ._list1 > li::before {
  content: "■";
  margin-right: 0.2em;
  color: #F94235;
}

.p-youtube {
  aspect-ratio: 16/9;
}
.p-youtube iframe {
  width: 100%;
  height: 100%;
}

.p-pixelMask {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.p-pixelMask_row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.p-pixelMask_row_item {
  position: relative;
}
.p-pixelMask_row_item::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: #fff;
}
.p-pixelMask_row_item {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-pixelMask_row_item.is-hidden {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  html.lenis {
    height: auto;
  }
  html.lenis body {
    height: auto;
  }
  html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  html.lenis.lenis-stopped {
    overflow: hidden;
  }
  html.lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}

[data-animation-fadein] {
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
[data-animation-fadein].is-animation {
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}

[data-animation-slideup] {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 769px) {
  [data-animation-slideup] {
    transform: translateY(100px) !important;
  }
}
@media screen and (max-width: 768px) {
  [data-animation-slideup] {
    transform: translateY(12.7226463104vw) !important;
  }
}
[data-animation-slideup].is-animation {
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s, transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(0) !important;
}

[data-animation-parallax] {
  position: relative;
}
@media screen and (min-width: 769px) {
  [data-animation-parallax] {
    aspect-ratio: 1920/500;
  }
}
@media screen and (max-width: 768px) {
  [data-animation-parallax] {
    aspect-ratio: 786/600;
  }
}
[data-animation-parallax] img {
  position: absolute;
  bottom: 0;
  left: 0;
}

[data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) {
  position: relative;
}
@media screen and (min-width: 769px) {
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]):before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]):before {
    pointer-events: none;
    content: "< MOVE >";
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    opacity: 0.4;
    opacity: 0.5;
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5623409669vw;
    width: 21.3740458015vw;
    height: 21.3740458015vw;
    background: #5e5e5e;
    border-radius: 1000px;
  }
}
[data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner {
  overflow-x: scroll;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  touch-action: pan-x;
  cursor: grab;
}
@media screen and (min-width: 769px) {
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner {
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner {
    padding-bottom: 5.0890585242vw;
  }
}
@media screen and (min-width: 769px) {
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner::-webkit-scrollbar-track {
    background: white;
  }
  [data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner::-webkit-scrollbar-thumb {
    background: #999999;
  }
}
[data-img-scroll]:not([data-img-scroll=pc]):not([data-img-scroll=sp]) .imgScrollInner img {
  max-width: none;
  width: auto;
}

@media screen and (max-width: 768px) {
  [data-img-scroll=sp] {
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  [data-img-scroll=sp]:before {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  [data-img-scroll=sp]:before {
    pointer-events: none;
    content: "< MOVE >";
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    opacity: 0.4;
    opacity: 0.5;
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5623409669vw;
    width: 21.3740458015vw;
    height: 21.3740458015vw;
    background: #5e5e5e;
    border-radius: 1000px;
  }
}
@media screen and (max-width: 768px) {
  [data-img-scroll=sp] .imgScrollInner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    user-select: none;
    touch-action: pan-x;
    padding-bottom: 5.0890585242vw;
  }
  [data-img-scroll=sp] .imgScrollInner img {
    max-width: none;
    width: auto;
  }
}

@media screen and (min-width: 769px) {
  [data-img-scroll=pc] {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  [data-img-scroll=pc]:before {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  [data-img-scroll=pc]:before {
    pointer-events: none;
    content: "< MOVE >";
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    opacity: 0.4;
    opacity: 0.5;
    transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5623409669vw;
    width: 21.3740458015vw;
    height: 21.3740458015vw;
    background: #5e5e5e;
    border-radius: 1000px;
  }
}
@media screen and (min-width: 769px) {
  [data-img-scroll=pc] .imgScrollInner {
    overflow-x: auto;
    overflow-y: hidden;
    user-select: none;
    cursor: grab;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  [data-img-scroll=pc] .imgScrollInner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  [data-img-scroll=pc] .imgScrollInner::-webkit-scrollbar-track {
    background: white;
  }
  [data-img-scroll=pc] .imgScrollInner::-webkit-scrollbar-thumb {
    background: #999999;
  }
}
@media screen and (min-width: 769px) {
  [data-img-scroll=pc] .imgScrollInner img {
    max-width: none;
    width: auto;
  }
}

[data-move-hint=false]:before {
  opacity: 0 !important;
}

[data-accordion] [data-accordion-cnt] {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
[data-accordion] [data-accordion-cnt] > * {
  overflow: hidden;
}
[data-accordion] [data-accordion-cnt].is-active {
  grid-template-rows: 1fr;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

.u-nowrap {
  white-space: nowrap;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1440px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */