@charset "UTF-8";
@media (min-width: 768px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: min(0.953vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
}

ul, ol, figure, p, button, input, h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img[src$="_pc.png"], img[src$="_pc.jpg"] {
    display: none;
  }
}
@media (min-width: 768px) {
  img[src$="_sp.png"], img[src$="_sp.jpg"] {
    display: none;
  }
}
a:hover img:not(.nohover) {
  opacity: 0.6;
}

svg {
  width: 100%;
  height: 100%;
}
i svg {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 200ms linear 0ms;
  cursor: pointer;
}
a::before, a::after, a *, a *::before, a *::after {
  transition: all 200ms linear 0ms;
}

button {
  transition: all 200ms linear 0ms;
  appearance: none;
  cursor: pointer;
}
button::before, button::after, button * {
  transition: all 200ms linear 0ms;
}

.lnk01 {
  position: relative;
}
.lnk01::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  width: 0;
  right: -1px;
  bottom: 0;
  transform-origin: bottom left;
  pointer-events: none;
}
.lnk01 svg {
  position: absolute;
  left: 100%;
  transform: translate(0, 5%);
}
.lnk01:hover::before, a:hover .lnk01::before {
  width: calc(100% + 2px);
  left: -1px;
}
.lnk01.col1 {
  color: inherit;
}
.lnk01.col1:hover, a:hover .lnk01.col1 {
  color: #0a78dc;
}
.lnk01.col1:hover svg, a:hover .lnk01.col1 svg {
  fill: #0a78dc;
}
.lnk01.col2 {
  color: inherit;
}
.lnk01.col2:hover::before, a:hover .lnk01.col2::before {
  color: #0a78dc;
}
.lnk01-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lnk01-wrapper.sp-horiz {
    flex-direction: column;
    align-items: center;
    row-gap: 0.5rem;
  }
  .lnk01-wrapper.sp-horiz > span {
    rotate: 90deg;
  }
}
@media (min-width: 768px) {
  .lnk01-wrapper.wid1 {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lnk01-wrapper.wid1 {
    column-gap: 3.2rem;
  }
}

.lnk02 {
  letter-spacing: 0.08em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.lnk02 > i {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-right: 0.334em;
  width: 2.556em;
  height: 2.556em;
  vertical-align: middle;
}
.lnk02 > i::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
.lnk02 > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.lnk02 > span::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  width: 0;
  right: -1px;
  bottom: 0;
  transform-origin: bottom left;
  pointer-events: none;
}
.lnk02:hover > span::before, a:hover .lnk02 > span::before {
  width: calc(100% + 2px);
  left: -1px;
}
.lnk02.jpn {
  font-family: "Noto Sans JP", sans-serif;
}
.lnk02.col1 > i {
  background: #0a78dc;
  color: #0a78dc;
}
.lnk02.col1 > i svg {
  fill: #fff;
}
.lnk02.col1 > span::before {
  color: #0a78dc;
}
.lnk02.col1:hover > i, a:hover .lnk02.col1 > i {
  background: #fff;
}
.lnk02.col1:hover > i svg, a:hover .lnk02.col1 > i svg {
  fill: #0a78dc;
}
.lnk02.col2 > i {
  background: #fff;
  color: #fff;
}
.lnk02.col2 > i svg {
  fill: #0a78dc;
}
.lnk02.col2 > span::before {
  color: #fff;
}
.lnk02.col2:hover > i, a:hover .lnk02.col2 > i {
  background: #0a78dc;
}
.lnk02.col2:hover > i svg, a:hover .lnk02.col2 > i svg {
  fill: #fff;
}
.lnk02.col3 {
  color: #fff;
}
.lnk02.col3 > i {
  background: #0a78dc;
  color: #0a78dc;
}
.lnk02.col3 > i svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .lnk02.wid1 {
    line-height: 1.778em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .lnk02.wid1 {
    line-height: 1.734em;
    font-size: 3rem;
  }
}
.lnk02.back > i > svg {
  scale: -1 1;
}
.lnk02-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.lnk02-wrapper.evenly {
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .lnk02-wrapper.pc-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 767px) {
  .lnk02-wrapper.sp-evenly {
    justify-content: space-evenly;
  }
}
.lnk02-wrapper.center {
  justify-content: center;
}
@media (min-width: 768px) {
  .lnk02-wrapper.pc-center {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lnk02-wrapper.sp-center {
    justify-content: center;
  }
}
.lnk02-wrapper.right {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .lnk02-wrapper.pc-right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .lnk02-wrapper.sp-right {
    justify-content: flex-end;
  }
}
.lnk02-wrapper.horiz {
  flex-direction: column;
}
@media (min-width: 768px) {
  .lnk02-wrapper.pc-horiz {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lnk02-wrapper.sp-horiz {
    flex-direction: column;
    row-gap: 10rem;
  }
}

.lnk03 {
  text-decoration: underline;
}
.lnk03.col1 {
  color: #0a78dc;
}
.lnk03:hover {
  text-decoration: none;
}

.btn01 {
  position: relative;
  border: 1px solid;
  overflow: hidden;
}
.btn01::before, .btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.btn01::before {
  width: 0;
  right: -1px;
  transform-origin: center left;
}
.btn01 > * {
  position: relative;
}
.btn01:focus {
  outline: none;
}
.btn01:hover::before, a:hover .btn01::before {
  width: calc(100% + 2px);
  left: -1px;
}
.btn01.col1 {
  border-color: #0a78dc;
  color: #0a78dc;
}
.btn01.col1::before {
  background: #0a78dc;
}
.btn01.col1:hover, a:hover .btn01.col1 {
  color: #fff;
}
.btn01.col1:hover svg, a:hover .btn01.col1 svg {
  fill: #0a78dc;
}
.btn01.is-disabled {
  border-color: #b8b8b8;
  color: #b8b8b8;
  pointer-events: none;
}
.btn01-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn01-wrapper.center {
  justify-content: center;
}
@media (min-width: 768px) {
  .btn01-wrapper.pc-center {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .btn01-wrapper.sp-center {
    justify-content: center;
  }
}
.btn01-wrapper.right {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .btn01-wrapper.pc-right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .btn01-wrapper.sp-right {
    justify-content: flex-end;
  }
}

.btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.334em;
  letter-spacing: 0.08em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.btn02:focus {
  outline: none;
}
.btn02.jpn {
  font-family: "Noto Sans JP", sans-serif;
}
.btn02.col1 {
  background: #0a78dc;
  color: #fff;
}
.btn02.col1 svg {
  fill: #fff;
}
.btn02.col1:hover, a:hover .btn02.col1 {
  background: #1eb937;
}
.btn02.col1:hover svg, a:hover .btn02.col1 svg {
  transform: translate(31.25%, 0);
}
.btn02.col2 {
  background: #1eb937;
  color: #fff;
}
.btn02.col2 svg {
  fill: #fff;
}
.btn02.col2:hover, a:hover .btn02.col2 {
  background: #0a78dc;
}
.btn02.col2:hover svg, a:hover .btn02.col2 svg {
  transform: translate(31.25%, 0);
}
.btn02.siz1 {
  padding-left: 1.459em;
  padding-right: 0.792em;
}
@media (min-width: 768px) {
  .btn02.siz1 {
    min-width: 17.5em;
    min-height: 4.167em;
    line-height: 1.584em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn02.siz1 {
    min-width: 14.118em;
    height: 4.706em;
    line-height: 1.236em;
    font-size: 3.4rem;
  }
}
.btn02.siz1 svg {
  width: 1.084em;
  height: 0.292em;
}
.btn02.siz2 {
  width: 100%;
  padding-left: 0.667em;
}
@media (min-width: 768px) {
  .btn02.siz2 {
    min-height: 6.112em;
    line-height: 1.445em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn02.siz2 {
    height: 5em;
    line-height: 1.358em;
    font-size: 2.8rem;
  }
}
.btn02.siz2 svg {
  width: 1.445em;
  height: 0.389em;
}
.btn02.siz3 {
  padding-left: 1.945em;
  padding-right: 1.056em;
}
@media (min-width: 768px) {
  .btn02.siz3 {
    min-width: 23.334em;
    min-height: 5.556em;
    line-height: 1.445em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn02.siz3 {
    min-width: 14.118em;
    height: 4.706em;
    line-height: 1.6em;
    font-size: 3rem;
  }
}
.btn02.siz3 svg {
  width: 1.445em;
  height: 0.389em;
}
.btn02.siz4 {
  padding-left: 1.945em;
  padding-right: 1.056em;
}
@media (min-width: 768px) {
  .btn02.siz4 {
    min-width: 23.334em;
    min-height: 5.556em;
    line-height: 1.445em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn02.siz4 {
    min-width: 100%;
    height: 3.8em;
    line-height: 1.6em;
    font-size: 3rem;
  }
}
.btn02.siz4 svg {
  width: 1.445em;
  height: 0.389em;
}
.btn02.center {
  text-align: center;
}
@media (min-width: 768px) {
  .btn02.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .btn02.sp-center {
    text-align: center;
  }
}
.btn02-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn02-wrapper.center {
  justify-content: center;
}
@media (min-width: 768px) {
  .btn02-wrapper.pc-center {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .btn02-wrapper.sp-center {
    justify-content: center;
  }
}
.btn02-wrapper.right {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .btn02-wrapper.pc-right {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .btn02-wrapper.sp-right {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .ttl02.pc-horiz {
    writing-mode: vertical-lr;
  }
  .ttl02.pc-horiz > h2 + h3 {
    margin-top: 0;
    padding-left: 1.6rem;
  }
  .ttl02.pc-horiz > h2 {
    line-height: 1;
  }
}
.ttl02:not(.noline)::before {
  content: "";
  display: block;
  height: 0;
}
@media (min-width: 768px) {
  .ttl02:not(.noline)::before {
    border-top: 4px solid;
    width: 4.8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl02:not(.noline)::before {
    border-top: 0.8rem solid;
    width: 7.8rem;
    margin-bottom: 4.8rem;
  }
}
.ttl02 > h2 {
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl02 > h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 > h2 {
    font-size: 5.6rem;
  }
  .ttl02 > h2.sp-sup1 {
    font-size: 4.4rem;
  }
  .ttl02 > h2.sp-sup1 + h3 {
    margin-top: 1rem;
  }
}
.ttl02 > h2.eng {
  letter-spacing: 0.02em;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
  .ttl02 > h2.eng {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 > h2.eng {
    font-size: 5.6rem;
  }
}
@media (min-width: 768px) {
  .ttl02 > h2 + h3 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 > h2 + h3 {
    margin-top: 2.2rem;
  }
}
.ttl02 > h3 {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
  .ttl02 > h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 > h3 {
    font-size: 2.4rem;
  }
}
.ttl02 > h4 {
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ttl02 > h4 {
    line-height: 1.91em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl02 > h4 {
    line-height: 1.445em;
    font-size: 3.6rem;
  }
}
.ttl02.center {
  text-align: center;
}
.ttl02.center::before {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ttl02.pc-center {
    text-align: center;
  }
  .ttl02.pc-center::before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ttl02.sp-center {
    text-align: center;
  }
  .ttl02.sp-center::before {
    margin-left: auto;
    margin-right: auto;
  }
}
.ttl02.col1 {
  color: #0a78dc;
}
.ttl02.col1::before {
  color: #0a78dc;
}
.ttl02.col1 > h2 {
  color: #141414;
}
.ttl02.col2 {
  color: #0a78dc;
}
.ttl02.col2::before {
  color: #0a78dc;
}
.ttl02.col3 {
  color: #0a78dc;
}
.ttl02.col3::before {
  color: #0a78dc;
}
.ttl02.col3 .txt01 {
  color: #141414;
}
.ttl02.col3 > h4 {
  color: #141414;
}

.ttl03 > h2 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ttl03 > h2 {
    line-height: 1.445em;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl03 > h2 {
    line-height: 1.762em;
    font-size: 4.2rem;
  }
}
.ttl03 > h2.bg1::before, .ttl03 > h2.bg1::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .ttl03 > h2.bg1::before, .ttl03 > h2.bg1::after {
    width: 0.778em;
    height: 1.834em;
    translate: 0 -15.151%;
  }
}
@media screen and (max-width: 767px) {
  .ttl03 > h2.bg1::before, .ttl03 > h2.bg1::after {
    width: 1.191em;
    height: 2.81em;
    translate: 0 -16.949%;
  }
}
.ttl03 > h2.bg1::before {
  background-image: url(../img/interview/training-camp/bg1_1.png);
  margin-right: 0.5em;
}
.ttl03 > h2.bg1::after {
  background-image: url(../img/interview/training-camp/bg1_2.png);
  margin-left: 0.5em;
}
.ttl03 > h2.bg2 {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.ttl03 > h2.bg2::before, .ttl03 > h2.bg2::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .ttl03 > h2.bg2::before, .ttl03 > h2.bg2::after {
    width: 0.778em;
    height: 1.834em;
    translate: 0 -15.151%;
  }
}
@media screen and (max-width: 767px) {
  .ttl03 > h2.bg2::before, .ttl03 > h2.bg2::after {
    width: 1.239em;
    height: 2.858em;
    translate: 0 5.933%;
  }
}
.ttl03 > h2.bg2::before {
  background-image: url(../img/interview/training-camp/bg1_1.png);
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl03 > h2.bg2::before {
    rotate: -7deg;
  }
}
.ttl03 > h2.bg2::after {
  background-image: url(../img/interview/training-camp/bg1_2.png);
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl03 > h2.bg2::after {
    rotate: 7deg;
  }
}
.ttl03 > h3 {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl03 > h3 {
    line-height: 1.084em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl03 > h3 {
    line-height: 1.118em;
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .ttl03 > h3 + h4 {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl03 > h3 + h4 {
    padding-top: 1rem;
  }
}
.ttl03 > h4 {
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
  .ttl03 > h4 {
    line-height: 1.112em;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl03 > h4 {
    line-height: 1.167em;
    font-size: 2.4rem;
  }
}
.ttl03.center {
  text-align: center;
}
@media (min-width: 768px) {
  .ttl03.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ttl03.sp-center {
    text-align: center;
  }
}

.ttl04 > h2 {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl04 > h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl04 > h2 {
    font-size: 6.2rem;
  }
}
.ttl04 > h3 {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl04 > h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl04 > h3 {
    font-size: 4.8rem;
  }
}
.ttl04 > h4 {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl04 > h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl04 > h4 {
    font-size: 3.6rem;
  }
}
.ttl04.center {
  text-align: center;
}
.ttl04.col1 {
  color: #0a78dc;
}
.ttl04.col2 {
  color: #fff;
}

.ttl05 > h2 {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl05 > h2 {
    line-height: 1.625em;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl05 > h2 {
    line-height: 1.762em;
    font-size: 4.2rem;
  }
}
.ttl05 > h3 {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ttl05 > h3 {
    line-height: 1.072em;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl05 > h3 {
    line-height: 1.106em;
    font-size: 3.8rem;
  }
}
.ttl05.center {
  text-align: center;
}
@media (min-width: 768px) {
  .ttl05.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ttl05.sp-center {
    text-align: center;
  }
}

.ttl06 > h2 {
  letter-spacing: 0.08em;
  line-height: 1.7em;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ttl06 > h2 {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) {
  .ttl06 > h2 + p {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl06 > h2 + p {
    padding-top: 5rem;
  }
}
.ttl06 > h3 {
  letter-spacing: 0.01em;
  line-height: 1.286em;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .ttl06 > h3 {
    font-size: 5.6rem;
  }
}
.ttl06 > p {
  line-height: 1;
}
@media (min-width: 768px) {
  .ttl06 > p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl06 > p {
    font-size: 2.4rem;
  }
}
.ttl06.col1 > p {
  color: #0a78dc;
}
.ttl06.center {
  text-align: center;
}

.led01 {
  letter-spacing: 0.07em;
  line-height: 2.007em;
  font-size: 1.9rem;
}
.led01 > p {
  line-height: inherit;
  font: inherit;
}
.led01 > p:first-of-type {
  margin-top: -0.503em;
}
.led01 > p:last-of-type {
  margin-bottom: -0.503em;
}
@media screen and (max-width: 767px) {
  .led01 {
    font-size: 3.4rem;
  }
}
.led01.col1 {
  color: #0a78dc;
}
.led01.center {
  text-align: center;
}
@media (min-width: 768px) {
  .led01.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .led01.sp-center {
    text-align: center;
  }
}
.led01.right {
  text-align: right;
}
@media (min-width: 768px) {
  .led01.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .led01.sp-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .led01.sup1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .led01.sup1 {
    font-size: 3.2rem;
  }
}

.led02 {
  letter-spacing: 0.07em;
  line-height: 2.007em;
  font-size: 2rem;
}
.led02 > p {
  line-height: inherit;
  font: inherit;
}
.led02 > p:first-of-type {
  margin-top: -0.503em;
}
.led02 > p:last-of-type {
  margin-bottom: -0.503em;
}
@media screen and (max-width: 767px) {
  .led02 {
    font-size: 3.2rem;
  }
}
.led02 > p span.col1 {
  color: #f50000;
}
.led02.center {
  text-align: center;
}
@media (min-width: 768px) {
  .led02.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .led02.sp-center {
    text-align: center;
  }
}
.led02.right {
  text-align: right;
}
@media (min-width: 768px) {
  .led02.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .led02.sp-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .led02.emp1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .led02.emp1 {
    font-size: 3.4rem;
  }
}

.led03 {
  letter-spacing: 0.03em;
  line-height: 1.734em;
  font-size: 1.7rem;
}
.led03 > p {
  line-height: inherit;
  font: inherit;
}
.led03 > p:first-of-type {
  margin-top: -0.367em;
}
.led03 > p:last-of-type {
  margin-bottom: -0.367em;
}
@media screen and (max-width: 767px) {
  .led03 {
    font-size: 2.4rem;
  }
}
.led03.col1 {
  color: #0a78dc;
}
.led03.center {
  text-align: center;
}
@media (min-width: 768px) {
  .led03.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .led03.sp-center {
    text-align: center;
  }
}
.led03.right {
  text-align: right;
}
@media (min-width: 768px) {
  .led03.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .led03.sp-right {
    text-align: right;
  }
}

.led04 {
  line-height: 1.65em;
  font-size: 3.2rem;
  font-weight: 500;
}
.led04 > p {
  line-height: inherit;
  font: inherit;
}
.led04 > p:first-of-type {
  margin-top: -0.324em;
}
.led04 > p:last-of-type {
  margin-bottom: -0.324em;
}
@media screen and (max-width: 767px) {
  .led04 {
    font-size: 4.4rem;
  }
}
.led04.col1 {
  color: #0a78dc;
}
.led04.center {
  text-align: center;
}
@media (min-width: 768px) {
  .led04.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .led04.sp-center {
    text-align: center;
  }
}
.led04.right {
  text-align: right;
}
@media (min-width: 768px) {
  .led04.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .led04.sp-right {
    text-align: right;
  }
}

.led05 {
  letter-spacing: 0.1em;
  line-height: 1.867em;
  font-size: 2rem;
  font-weight: 500;
}
.led05 > p {
  line-height: inherit;
  font: inherit;
}
.led05 > p:first-of-type {
  margin-top: -0.433em;
}
.led05 > p:last-of-type {
  margin-bottom: -0.433em;
}
@media screen and (max-width: 767px) {
  .led05 {
    font-size: 3rem;
  }
}
.led05.kome > p {
  padding-left: 1em;
  text-indent: -1em;
}

.txt01 {
  line-height: 2.14em;
  font-size: 1.6rem;
}
.txt01 > p {
  line-height: inherit;
  font: inherit;
}
.txt01 > p:first-of-type {
  margin-top: -0.57em;
}
.txt01 > p:last-of-type {
  margin-bottom: -0.57em;
}
@media screen and (max-width: 767px) {
  .txt01 {
    font-size: 2.6rem;
  }
}
.txt01 > p a:not([class]) {
  text-decoration: underline;
  color: #0a78dc;
}
.txt01 > p a:not([class]):hover {
  text-decoration: none;
}
.txt01.center {
  text-align: center;
}
@media (min-width: 768px) {
  .txt01.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .txt01.sp-center {
    text-align: center;
  }
}
.txt01.right {
  text-align: right;
}
@media (min-width: 768px) {
  .txt01.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .txt01.sp-right {
    text-align: right;
  }
}
.txt01.kome > p {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.txt01.kome.col1 > p::first-letter {
  color: #1eb937;
}
.txt01.kome.col2 > p::first-letter {
  color: #0a78dc;
}
@media (min-width: 768px) {
  .txt01.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt01.emp1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .txt01.emp2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .txt01.emp2 {
    font-size: 3rem;
  }
}

.txt02 {
  line-height: 2.567em;
  font-size: 1.6rem;
}
.txt02 > p {
  line-height: inherit;
  font: inherit;
}
.txt02 > p:first-of-type {
  margin-top: -0.783em;
}
.txt02 > p:last-of-type {
  margin-bottom: -0.783em;
}
@media screen and (max-width: 767px) {
  .txt02 {
    font-size: 2.6rem;
  }
}
.txt02.center {
  text-align: center;
}
@media (min-width: 768px) {
  .txt02.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .txt02.sp-center {
    text-align: center;
  }
}
.txt02.right {
  text-align: right;
}
@media (min-width: 768px) {
  .txt02.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .txt02.sp-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .txt02.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt02.emp1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .txt02.sup1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt02.sup1 {
    font-size: 2.4rem;
  }
}

.txt03 {
  line-height: 1.971em;
  font-size: 1.6rem;
}
.txt03 > p {
  line-height: inherit;
  font: inherit;
}
.txt03 > p:first-of-type {
  margin-top: -0.485em;
}
.txt03 > p:last-of-type {
  margin-bottom: -0.485em;
}
@media screen and (max-width: 767px) {
  .txt03 {
    font-size: 2.6rem;
  }
}
.txt03.center {
  text-align: center;
}
@media (min-width: 768px) {
  .txt03.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .txt03.sp-center {
    text-align: center;
  }
}
.txt03.right {
  text-align: right;
}
@media (min-width: 768px) {
  .txt03.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .txt03.sp-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .txt03.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt03.emp1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .txt03.sup1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt03.sup1 {
    font-size: 2.4rem;
  }
}

.txt04 {
  line-height: 1.734em;
  font-size: 1.6rem;
}
.txt04 > p {
  line-height: inherit;
  font: inherit;
}
.txt04 > p:first-of-type {
  margin-top: -0.367em;
}
.txt04 > p:last-of-type {
  margin-bottom: -0.367em;
}
@media screen and (max-width: 767px) {
  .txt04 {
    font-size: 2.6rem;
  }
}
.txt04.center {
  text-align: center;
}
@media (min-width: 768px) {
  .txt04.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .txt04.sp-center {
    text-align: center;
  }
}
.txt04.right {
  text-align: right;
}
@media (min-width: 768px) {
  .txt04.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .txt04.sp-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .txt04.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt04.emp1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .txt04.sup1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt04.sup1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .txt04.sup2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .txt04.sup2 {
    font-size: 2.4rem;
  }
}

.txt05 {
  line-height: 1.491em;
  font-size: 1.6rem;
}
.txt05 > p {
  line-height: inherit;
  font: inherit;
}
.txt05 > p:first-of-type {
  margin-top: -0.245em;
}
.txt05 > p:last-of-type {
  margin-bottom: -0.245em;
}
@media screen and (max-width: 767px) {
  .txt05 {
    font-size: 2.6rem;
  }
}
.txt05.center {
  text-align: center;
}
@media (min-width: 768px) {
  .txt05.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .txt05.sp-center {
    text-align: center;
  }
}
.txt05.right {
  text-align: right;
}
@media (min-width: 768px) {
  .txt05.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .txt05.sp-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .txt05.emp1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .txt05.emp1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .txt05.sup1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt05.sup1 {
    font-size: 2.4rem;
  }
}
.txt05.col1 {
  color: #0a78dc;
}

.att01 {
  line-height: 2.14em;
  font-size: 1.2rem;
}
.att01 > p {
  line-height: inherit;
  font: inherit;
}
.att01 > p:first-of-type {
  margin-top: -0.57em;
}
.att01 > p:last-of-type {
  margin-bottom: -0.57em;
}
@media screen and (max-width: 767px) {
  .att01 {
    font-size: 2.2rem;
  }
}
.att01.center {
  text-align: center;
}
@media (min-width: 768px) {
  .att01.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .att01.sp-center {
    text-align: center;
  }
}
.att01.right {
  text-align: right;
}
@media (min-width: 768px) {
  .att01.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .att01.sp-right {
    text-align: right;
  }
}
.att01.kome > p {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  line-height: 1.7em;
  font-size: 1.2rem;
}
.att02 > p {
  line-height: inherit;
  font: inherit;
}
.att02 > p:first-of-type {
  margin-top: -0.349em;
}
.att02 > p:last-of-type {
  margin-bottom: -0.349em;
}
@media screen and (max-width: 767px) {
  .att02 {
    font-size: 2.2rem;
  }
}
.att02.center {
  text-align: center;
}
@media (min-width: 768px) {
  .att02.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .att02.sp-center {
    text-align: center;
  }
}
.att02.right {
  text-align: right;
}
@media (min-width: 768px) {
  .att02.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .att02.sp-right {
    text-align: right;
  }
}
.att02.kome > p {
  padding-left: 1em;
  text-indent: -1em;
}

.att03 {
  line-height: 1.851em;
  font-size: 1.2rem;
}
.att03 > p {
  line-height: inherit;
  font: inherit;
}
.att03 > p:first-of-type {
  margin-top: -0.425em;
}
.att03 > p:last-of-type {
  margin-bottom: -0.425em;
}
@media screen and (max-width: 767px) {
  .att03 {
    font-size: 2.2rem;
  }
}
.att03.center {
  text-align: center;
}
@media (min-width: 768px) {
  .att03.pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .att03.sp-center {
    text-align: center;
  }
}
.att03.right {
  text-align: right;
}
@media (min-width: 768px) {
  .att03.pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .att03.sp-right {
    text-align: right;
  }
}
.att03.kome > p {
  padding-left: 1em;
  text-indent: -1em;
}

.nmf01 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  font-weight: 900;
}
.nmf01 .num {
  line-height: 0.8;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  translate: 0 5%;
}
.nmf01 .hrl {
  writing-mode: vertical-lr;
  padding-right: 0.3em;
  translate: 0 0.2em;
}
@media (min-width: 768px) {
  .nmf01 > small.siz1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .nmf01 > small.siz1 {
    font-size: 2.55rem;
  }
}
@media (min-width: 768px) {
  .nmf01 > small.siz2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .nmf01 > small.siz2 {
    font-size: 3.9rem;
  }
}
@media (min-width: 768px) {
  .nmf01 > span.siz1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .nmf01 > span.siz1 {
    font-size: 5.4rem;
  }
}
@media (min-width: 768px) {
  .nmf01 > span.siz2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nmf01 > span.siz2 {
    font-size: 6.3rem;
  }
}
.nmf01 > em {
  font-style: normal;
}
@media (min-width: 768px) {
  .nmf01 > em.siz1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .nmf01 > em.siz1 {
    font-size: 12rem;
  }
}
.nmf01 > strong {
  margin-right: 0.05em;
  letter-spacing: -0.07em;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .nmf01 > strong.siz1 {
    font-size: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .nmf01 > strong.siz1 {
    font-size: 15.8rem;
  }
}
@media (min-width: 768px) {
  .nmf01 > strong.siz2 {
    font-size: 9.2rem;
  }
}
.nmf01.col1 {
  color: #0a78dc;
}

.lst01 > li {
  position: relative;
}
.lst01 > li.is-newly::before {
  content: "NEW";
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .lst01 > li.is-newly::before {
    position: absolute;
  }
}
.lst01.wid1 {
  border-top: 1px solid;
}
.lst01.wid1 > li {
  display: grid;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .lst01.wid1 > li {
    grid-template-columns: 11rem 1fr;
    padding: 2.2rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid1 > li {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
    padding: 4rem 3rem;
  }
}
@media (min-width: 768px) {
  .lst01.wid1 > li .txt03.sup1 time {
    font-size: 0.858em;
  }
}
@media (min-width: 768px) {
  .lst01.wid1 > li.is-newly::before {
    left: 1.5rem;
    top: 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid1 > li.is-newly::before {
    font-size: 2rem;
  }
}
.lst01.wid2 {
  border-top: 1px solid;
}
.lst01.wid2 > li {
  display: grid;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .lst01.wid2 > li {
    grid-template-columns: 17.5rem 1fr;
    row-gap: 1.5rem;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid2 > li {
    align-items: center;
    grid-template-columns: 16.6rem 7.36rem 1fr;
    row-gap: 3rem;
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid2 > li .led03 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .lst01.wid2 > li .led03 + .led03 {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.lst01.wid2 > li .att01 {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .lst01.wid2 > li .att01 {
    grid-column: 2/3;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid2 > li .att01 {
    grid-column: 1/4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.lst01.wid2 > li.is-newly::before {
  letter-spacing: 0.045em;
  text-align: center;
}
@media (min-width: 768px) {
  .lst01.wid2 > li.is-newly::before {
    left: 18.3rem;
    top: 4.4rem;
    padding: 0.25em 0.771em;
    font-size: 1.2rem;
    translate: -100% 12%;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid2 > li.is-newly::before {
    grid-column: 2/3;
    padding: 0.251em;
    font-size: 1.92rem;
  }
}
@media (min-width: 768px) {
  .lst01.wid2 + .pgn02.wid1 {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .lst01.wid2 + .pgn02.wid1 {
    margin-top: 16rem;
  }
}
.lst01.col1 > li.is-newly::before {
  color: #f50000;
}
.lst01.col2 > li .led03 time {
  color: #0a78dc;
}
.lst01.col2 > li.is-newly::before {
  background: #f50000;
  color: #fff;
}

.brc01 {
  display: flex;
  align-items: center;
}
.brc01 > li {
  display: flex;
  align-items: center;
}
.brc01 > li .lnk01.is-current {
  pointer-events: none;
}
.brc01.wid1 {
  font-weight: 300;
}
@media (min-width: 768px) {
  .brc01.wid1 {
    padding: 0.3rem 0;
    line-height: 1.334em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .brc01.wid1 {
    line-height: 1.455em;
    font-size: 2.2rem;
  }
}
.brc01.wid1 > li + li::before {
  content: "－";
  margin: 0 0.5em;
}
.brc01.col1 > li::before {
  color: #0a78dc;
}
.brc01.col1 .lnk01.is-current {
  color: #adadad;
}

.num01 {
  counter-reset: num01;
}
.num01 > li {
  counter-increment: num01;
}
.num01 > li .num01-index {
  display: grid;
  grid-template-columns: auto 1fr;
}
.num01 > li .num01-index::before {
  line-height: 1;
}
.num01.pth > li .num01-index::before {
  content: "（ " counter(num01) " ）";
  margin-left: -0.35em;
  margin-right: -0.3em;
}
.num01.dot > li .num01-index::before {
  content: counter(num01) ".";
}
.num01.wid1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .num01.wid1 {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .num01.wid1 {
    row-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .num01.wid1 > li .txt01 + .txt01 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .num01.wid1 > li .txt01 + .txt01 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .num01.wid1 > li > *:last-child:not(:first-of-type) {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .num01.wid1 > li > *:last-child:not(:first-of-type) {
    padding-bottom: 5.5rem;
  }
}
.num01.wid2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .num01.wid2 {
    row-gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .num01.wid2 {
    row-gap: 14rem;
  }
}
.num01.wid2 .num01-index {
  font-weight: 700;
}
@media (min-width: 768px) {
  .num01.wid2 .dsc01 *:has(.num01-index) ~ dd {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .num01.wid2 .dsc01 *:has(.num01-index) ~ dd {
    padding-left: 3.5rem;
  }
}

@media (min-width: 768px) {
  .dsc01.wid1 > dt + dd {
    padding-top: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid1 > dt + dd {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 {
    margin: 0 -4.5rem;
  }
}
.dsc01.wid2 > dt.js-accSwitch::before, .dsc01.wid2 > dt.js-accSwitch::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.dsc01.wid2 > dt.js-accSwitch::before {
  height: 1px;
}
@media (min-width: 768px) {
  .dsc01.wid2 > dt.js-accSwitch::before {
    width: 2.2rem;
    right: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 > dt.js-accSwitch::before {
    width: 3.2rem;
    right: 3.4rem;
  }
}
.dsc01.wid2 > dt.js-accSwitch::after {
  width: 1px;
  translate: 50% 0;
}
@media (min-width: 768px) {
  .dsc01.wid2 > dt.js-accSwitch::after {
    height: 2.2rem;
    right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 > dt.js-accSwitch::after {
    height: 3.2rem;
    right: 4.9rem;
  }
}
.dsc01.wid2 .dsc01-head, .dsc01.wid2 .dsc01-body {
  display: grid;
}
@media (min-width: 768px) {
  .dsc01.wid2 .dsc01-head, .dsc01.wid2 .dsc01-body {
    grid-template-columns: 3rem 1fr;
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 .dsc01-head, .dsc01.wid2 .dsc01-body {
    grid-template-columns: 5.6rem 1fr;
    column-gap: 2rem;
  }
}
.dsc01.wid2 .dsc01-head::before, .dsc01.wid2 .dsc01-body::before {
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
  .dsc01.wid2 .dsc01-head::before, .dsc01.wid2 .dsc01-body::before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 .dsc01-head::before, .dsc01.wid2 .dsc01-body::before {
    font-size: 6.4rem;
  }
}
.dsc01.wid2 .dsc01-head > *, .dsc01.wid2 .dsc01-body > * {
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .dsc01.wid2 .dsc01-head {
    padding: 2.6rem 12rem 2.6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 .dsc01-head {
    padding: 4rem 10.5rem 4rem 4rem;
  }
}
.dsc01.wid2 .dsc01-head::before {
  content: "Q.";
}
.dsc01.wid2 .dsc01-head .txt03.emp1 {
  text-align: justify;
}
@media (min-width: 768px) {
  .dsc01.wid2 .dsc01-head .txt03.emp1 {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 .dsc01-head .txt03.emp1 {
    padding: 1.8rem 0;
  }
}
@media (min-width: 768px) {
  .dsc01.wid2 .dsc01-body {
    padding: 3.7rem 4rem 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 .dsc01-body {
    padding: 3.2rem 10rem 6.6rem 4rem;
  }
}
.dsc01.wid2 .dsc01-body::before {
  content: "A.";
}
@media (min-width: 768px) {
  .dsc01.wid2 .dsc01-body .txt01 {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid2 .dsc01-body .txt01 {
    padding: 1.8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid3 {
    margin: 0 -4.5rem;
  }
}
.dsc01.wid3 > dt.js-accSwitch::before, .dsc01.wid3 > dt.js-accSwitch::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.dsc01.wid3 > dt.js-accSwitch::before {
  height: 1px;
}
@media (min-width: 768px) {
  .dsc01.wid3 > dt.js-accSwitch::before {
    width: 2.2rem;
    right: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid3 > dt.js-accSwitch::before {
    width: 3.2rem;
    right: 3.4rem;
  }
}
.dsc01.wid3 > dt.js-accSwitch::after {
  width: 1px;
  translate: 50% 0;
}
@media (min-width: 768px) {
  .dsc01.wid3 > dt.js-accSwitch::after {
    height: 2.2rem;
    right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid3 > dt.js-accSwitch::after {
    height: 3.2rem;
    right: 4.9rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid3 > dt .dsc01-head {
    padding: 3.9rem 10rem 3.9rem 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid3 > dt .dsc01-head {
    padding: 6.3rem 8rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid4 > dt + dd {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid4 > dt + dd {
    padding-top: 7.5rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid4 > dd .txt01.kome + .att01 {
    padding-left: 1.92rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid4 > dd .txt01 + .txt01 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid4 > dd .txt01 + .txt01 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid4 > dd .txt01 + .att01 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid4 > dd .txt01 + .att01 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid4 > dd .att01 + .txt01 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid4 > dd .att01 + .txt01 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid4 > dd + dd {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid4 > dd + dd {
    padding-top: 8.5rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid5 > dt + dd {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid5 > dt + dd {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid5 > dd + dd {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid5 > dd + dd {
    padding-top: 8rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid6 > dt .ttl04 + .txt01 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid6 > dt .ttl04 + .txt01 {
    padding-top: 11rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid6 > dt + dd {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid6 > dt + dd {
    padding-top: 16rem;
  }
}
.dsc01.wid6 > dd:last-of-type .box01.wid3 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .dsc01.wid6 > dd + dd {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid6 > dd + dd {
    padding-top: 16rem;
  }
}
.dsc01.wid7 > dt {
  position: relative;
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt .img01 {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt .img01 {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt .img01.pos1 {
    width: 23.2rem;
    right: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt .img01.pos1 {
    width: 33.6rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt .img01.pos2 {
    width: 14.4rem;
    right: 9.2rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt .img01.pos2 {
    width: 20.6rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt .img01.pos3 {
    width: 32rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt .img01.pos3 {
    width: 52.4rem;
  }
}
.dsc01.wid7 > dt .ttl05 {
  position: relative;
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt .ttl05 {
    padding: 1.6rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt .ttl05 {
    padding: 3.4rem 4rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt .led01.emp1 + .att01 {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt .led01.emp1 + .att01 {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid7 > dt + dd {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dt + dd {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid7 > dd .crd01-wrapper.wid2 + .att01 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid7 > dd .crd01-wrapper.wid2 + .att01 {
    padding-top: 6rem;
  }
}
.dsc01.wid8 > dt {
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .dsc01.wid8 > dt {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid8 > dt {
    padding-bottom: 1.8rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid8 > dt + dd {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid8 > dt + dd {
    padding-top: 4.5rem;
  }
}
.dsc01.wid9 > dt + dd {
  padding-top: 12rem;
}
@media (min-width: 768px) {
  .dsc01.wid9 > dd .txt01 p + p {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid9 > dd .txt01 p + p {
    padding-top: 5.5rem;
  }
}
.dsc01.wid9 > dd + dd {
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .dsc01.wid10 > dt + dd {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid10 > dt + dd {
    padding-top: 8.5rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid10 > dd + dd {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid10 > dd + dd {
    padding-top: 12rem;
  }
}
.dsc01.wid11 > dt {
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .dsc01.wid11 > dt {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid11 > dt {
    padding-bottom: 2.4rem;
  }
}
@media (min-width: 768px) {
  .dsc01.wid11 > dt + dd {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dsc01.wid11 > dt + dd {
    padding-top: 5rem;
  }
}
.dsc01.col1 > dt {
  background: #f5f6f8;
}
.dsc01.col1 > dt.js-accSwitch::before, .dsc01.col1 > dt.js-accSwitch::after {
  background: #b8b8b8;
}
.dsc01.col1 > dt.js-accSwitch:hover {
  color: #0a78dc;
}
.dsc01.col1 .dsc01-head::before {
  color: #0a78dc;
}
.dsc01.col1 .dsc01-body::before {
  color: #1eb937;
}
.dsc01.col2 > dt {
  color: #fff;
}
.dsc01.col2 > dt.js-accSwitch {
  background: #0a78dc;
}
.dsc01.col2 > dt.js-accSwitch::before, .dsc01.col2 > dt.js-accSwitch::after {
  background: #fff;
}
.dsc01.col2 > dt.js-accSwitch:hover {
  background: #1eb937;
}
.dsc01.col2 > dt .ttl05 {
  background: #0a78dc;
}

.tbl01.wid1 {
  display: grid;
}
@media (min-width: 768px) {
  .tbl01.wid1 {
    grid-template-columns: 24rem 1fr;
  }
}
.tbl01.wid1 .tbl01-head, .tbl01.wid1 .tbl01-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .tbl01.wid1 .tbl01-head, .tbl01.wid1 .tbl01-body {
    padding: 6.5rem 0;
  }
}
@media (min-width: 768px) {
  .tbl01.wid1 .tbl01-head {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .tbl01.wid1 .tbl01-head {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl01.wid1 .tbl01-head + .tbl01-body {
    padding-top: 7.5rem;
  }
}
@media (min-width: 768px) {
  .tbl01.wid1 .tbl01-body {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .tbl01.wid1 .tbl01-body {
    padding: 0 0 12rem;
  }
}
.tbl01.wid1 .tbl01-body .txt01 + .txt01 {
  padding-top: 1.14em;
}
.tbl01.col1 {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .tbl01.col1 .tbl01-head, .tbl01.col1 .tbl01-body {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 767px) {
  .tbl01.col1 .tbl01-body {
    border-bottom: 1px solid #dcdcdc;
  }
}
.tbl01-head {
  position: relative;
}
.tbl01-body {
  position: relative;
}

.img01 {
  position: relative;
  overflow: hidden;
}
a:hover .img01.nohover img, .img01.nohover:hover img {
  opacity: 1;
  transform: none;
  scale: none;
}
.img01.siz1 {
  text-align: center;
}
@media (min-width: 768px) {
  .img01.siz1 {
    height: 25rem;
  }
}
.img01.siz2 {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .img01.siz2 {
    width: 29.6rem;
  }
}
@media screen and (max-width: 767px) {
  .img01.siz2 {
    width: 36.6rem;
  }
}
.img01-inner.hrl {
  height: 100%;
}
.img01.scroll .img01-inner.hrl {
  padding-bottom: 2rem;
}
.img01.scroll .img01-inner.hrl img {
  max-width: none;
  height: 100%;
}
@media (min-width: 768px) {
  .img01.pc-scroll .img01-inner.hrl {
    padding-bottom: 2rem;
  }
  .img01.pc-scroll .img01-inner.hrl img {
    max-width: none;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img01.sp-scroll .img01-inner.hrl {
    padding-bottom: 2rem;
  }
  .img01.sp-scroll .img01-inner.hrl img {
    max-width: none;
    height: 100%;
  }
}
.img01.scroll .img01-inner {
  overflow: auto;
}
@media (min-width: 768px) {
  .img01.pc-scroll .img01-inner {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .img01.sp-scroll .img01-inner {
    overflow: auto;
  }
}

.vdo01 {
  position: relative;
}
.vdo01 > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.vdo01.wid1 {
  aspect-ratio: 16/9;
  padding: 56.25% 100% 0 0;
}
.vdo01.wid2 {
  aspect-ratio: 4/3;
  padding: 75% 100% 0 0;
}
.vdo01.col1 {
  background: #f0f0f0;
}

.crd01 {
  display: block;
  position: relative;
}
.crd01.balloon::before {
  content: "";
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(100% - 1px);
  pointer-events: none;
}
@media (min-width: 768px) {
  .crd01.balloon::before {
    width: 1.8rem;
    height: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.balloon::before {
    width: 3.5rem;
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid1 {
    border-radius: 1.5rem;
    width: 50rem;
    padding: 4.5rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid1 {
    border-radius: 2.3rem;
    padding: 5.5rem 7rem;
  }
}
.crd01.wid2 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .crd01.wid2 {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid2 {
    border-radius: 2.2rem;
  }
}
.crd01.wid2[href]:hover .img01 img {
  opacity: 1;
  scale: 1.1;
}
@media (min-width: 768px) {
  .crd01.wid3 {
    border-radius: 1.5rem;
    padding: 0 1.4rem 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid3 {
    border-radius: 2.4rem;
    margin: 0 -4.5rem;
    padding: 0 3rem 3rem;
  }
}
.crd01.wid3 .crd01-head {
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .crd01.wid3 .crd01-head {
    align-items: center;
    padding: 3.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid3 .crd01-head {
    flex-direction: column;
    padding: 11rem 5rem 6rem;
  }
}
.crd01.wid3 .crd01-head .ttl04 {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .crd01.wid3 .crd01-head .ttl04 {
    padding: 0 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid3 .crd01-head .ttl04 {
    padding: 0 0 3rem;
  }
}
.crd01.wid3 .crd01-head .txt01 {
  width: 100%;
}
@media (min-width: 768px) {
  .crd01.wid3 .crd01-head .txt01 {
    border-left: 1px solid;
    padding: 0.8rem 0 0.8rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid3 .crd01-head .txt01 {
    border-top: 1px solid;
    padding: 6rem 0 0;
  }
}
.crd01.wid3 .crd01-head .img01.pos1 {
  position: absolute;
}
@media (min-width: 768px) {
  .crd01.wid3 .crd01-head .img01.pos1 {
    width: 10.8rem;
    right: 2.8rem;
    top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid3 .crd01-head .img01.pos1 {
    width: 14rem;
    right: 6.4rem;
    top: 4.9rem;
  }
}
.crd01.wid4 {
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .crd01.wid4 {
    padding: 4.2rem 3.6rem 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid4 {
    padding: 6.5rem 5rem 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid4 .img01 {
    height: 60rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 {
    border-radius: 1.5rem;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 {
    border-radius: 2.4rem;
    padding: 10rem 0;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .crd01-head.pos1 {
    width: 78.2rem;
    margin: 0 auto -7rem;
    padding: 0 44.2rem 0 0;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .crd01-head.pos2 {
    width: 83.1rem;
    margin: 0 auto -5rem;
    padding: 0 57.1rem 0 0;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .crd01-head + .crd01-body {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .crd01-head + .crd01-body {
    padding-top: 6.5rem;
  }
}
.crd01.wid5 .crd01-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .crd01.wid5 .img01.pos1 {
    width: 35.7rem;
    margin-top: -1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .img01.pos1 {
    width: 49.6rem;
    margin-top: -0.7rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .img01.pos3 {
    width: 23.3rem;
    margin-top: -0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .img01.pos3 {
    width: 35.8rem;
    margin-top: 0.3rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .img01.pos4 {
    width: 25.4rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .img01.pos4 {
    width: 39.2rem;
    margin-top: -0.4rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .img01.pos6 {
    width: 39.2rem;
    margin-top: -1.2rem;
    margin-bottom: -1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .img01.pos6 {
    width: 50rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .img01.pos7 {
    width: 39rem;
    margin-bottom: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .img01.pos7 {
    width: 48.1rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .img01 + .nmf01 {
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .img01 + .nmf01 {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid5 .nmf01 + .txt01 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid5 .nmf01 + .txt01 {
    padding-top: 5.5rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid6 {
    border-radius: 2.5rem;
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid6 {
    border-radius: 4rem;
    padding: 5rem 6.5rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid7 {
    border-radius: 0.7rem;
    padding: 2.1rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid7 {
    border-radius: 1.1rem;
    padding: 3rem 4rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid8 {
    border-radius: 1.5rem;
    padding: 6rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid8 {
    border-radius: 2.4rem;
    padding: 8rem 6rem 8.5rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid9 {
    border-radius: 1.5rem;
    padding: 4rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid9 {
    border-radius: 2.4rem;
    padding: 6rem;
  }
}
@media (min-width: 768px) {
  .crd01.wid10 {
    border-radius: 1.5rem;
    padding: 4rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01.wid10 {
    border-radius: 2.4rem;
    padding: 8rem 6rem;
  }
}
.crd01.col1 {
  background: #f5f6f8;
}
.crd01.col2 {
  background: #fff;
}
.crd01.col2.balloon::before {
  background-image: url(../img/interview/training-camp/bg2.png);
}
.crd01.col3 {
  background: #e8f8eb;
}
.crd01.col4 {
  background: #e6f1fb;
}
.crd01-wrapper.wid1 {
  display: grid;
}
@media (min-width: 768px) {
  .crd01-wrapper.wid1 {
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-wrapper.wid1 {
    column-gap: 4rem;
    row-gap: 4rem;
  }
}
.crd01-wrapper.wid2 {
  display: grid;
}
@media (min-width: 768px) {
  .crd01-wrapper.wid2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-wrapper.wid2 {
    grid-template-columns: 100%;
    row-gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .crd01-wrapper.wid2 .crd01.full {
    grid-column: 1/3;
  }
}
.crd01-wrapper.wid3 {
  justify-content: center;
}
@media (min-width: 768px) {
  .crd01-wrapper.wid3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.8rem;
    column-gap: 0.8rem;
    border-radius: 1.5rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-wrapper.wid3 {
    display: flex;
    flex-direction: column;
    row-gap: 1.4rem;
    border-radius: 2.3rem;
    padding: 5rem;
  }
}
.crd01-wrapper.wid4 {
  display: grid;
}
@media (min-width: 768px) {
  .crd01-wrapper.wid4 {
    column-gap: 1.4rem;
    row-gap: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-wrapper.wid4 {
    column-gap: 2.8rem;
    row-gap: 2.8rem;
  }
}
.crd01-wrapper.wid5 {
  display: grid;
}
@media (min-width: 768px) {
  .crd01-wrapper.wid5 {
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-wrapper.wid5 {
    column-gap: 3.2rem;
    row-gap: 3.2rem;
  }
}
.crd01-wrapper.col1 {
  background: #e4ecf8;
}
.crd01-list.wid1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .crd01-list.wid1 {
    row-gap: 4rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-list.wid1 {
    row-gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-list.wid1 > li {
    width: 58rem;
  }
}
@media (min-width: 768px) {
  .crd01-list.wid1 > li:nth-of-type(odd) .crd01.balloon::before {
    left: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-list.wid1 > li:nth-of-type(odd) .crd01.balloon::before {
    left: 7rem;
  }
}
.crd01-list.wid1 > li:nth-of-type(even) {
  margin-left: auto;
}
.crd01-list.wid1 > li:nth-of-type(even) .crd01.balloon::before {
  scale: -1 1;
}
@media (min-width: 768px) {
  .crd01-list.wid1 > li:nth-of-type(even) .crd01.balloon::before {
    right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-list.wid1 > li:nth-of-type(even) .crd01.balloon::before {
    right: 9rem;
  }
}
@media (min-width: 768px) {
  .crd01-list.wid1 > li:nth-of-type(1) {
    width: 58rem;
  }
}
@media screen and (max-width: 767px) {
  .crd01-list.wid1 > li:nth-of-type(1) {
    width: 54rem;
  }
}
@media (min-width: 768px) {
  .crd01-list.wid1 > li:nth-of-type(2) {
    width: 56rem;
  }
}
@media (min-width: 768px) {
  .crd01-list.wid1 > li:nth-of-type(3) {
    width: 60rem;
  }
}
.crd01-list.wid1 > li:nth-of-type(3) .crd01.balloon::before {
  left: 20rem;
}

.pnl01 {
  position: relative;
}
.pnl01:not(.noline)::after {
  content: "";
  position: absolute;
  border: 1px solid;
  inset: 0;
  pointer-events: none;
}
.pnl01 > i {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  vertical-align: middle;
}
.pnl01 > i::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
.pnl01.pdf::before {
  content: "PDF";
  flex-shrink: 0;
  pointer-events: none;
}
.pnl01.wid1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .pnl01.wid1 {
    height: 20rem;
    padding: 0 2.5rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid1 {
    height: 25.8rem;
    padding: 0 2.5rem 0 5rem;
  }
}
.pnl01.wid1 .img01 {
  height: 100%;
}
.pnl01.wid1 > i {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pnl01.wid1 > i {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid1 > i {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 768px) {
  .pnl01.wid2 .vdo01.wid1 + .txt01 {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid2 .vdo01.wid1 + .txt01 {
    padding-top: 6rem;
  }
}
.pnl01.wid3 {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .pnl01.wid3 {
    justify-content: space-between;
    column-gap: 3rem;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid3 {
    flex-direction: column;
    row-gap: 6rem;
    padding: 10rem 0 10.5rem;
  }
}
.pnl01.wid3.pdf::before {
  order: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 2.125em;
  width: 5.625em;
  height: 2.125em;
  line-height: 1;
}
@media (min-width: 768px) {
  .pnl01.wid3.pdf::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid3.pdf::before {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .pnl01.wid3 .led02 {
    min-width: 30rem;
  }
}
@media (min-width: 768px) {
  .pnl01.wid3 .img01 {
    flex-shrink: 0;
    width: 10rem;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid3 .img01 {
    width: 20rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .pnl01.wid4 .img01 {
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid4 .img01 {
    border-radius: 1.8rem;
  }
}
@media (min-width: 768px) {
  .pnl01.wid4 .img01 + .txt01.emp2 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid4 .img01 + .txt01.emp2 {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) {
  .pnl01.wid4 .txt01.emp2 + .att03 {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01.wid4 .txt01.emp2 + .att03 {
    padding-top: 3rem;
  }
}
.pnl01.wid4 .att03 {
  font-weight: 500;
}
.pnl01.wid4[href]:hover .img01 img {
  opacity: 1;
  scale: 1.1;
}
.pnl01.col1 {
  background: #0a78dc;
  color: #fff;
}
.pnl01.col1::after {
  color: #0a78dc;
}
.pnl01.col1 > i {
  background: #fff;
}
.pnl01.col1 > i::after {
  color: #fff;
}
.pnl01.col1 > i svg {
  fill: #0a78dc;
}
.pnl01.col1[href]:hover {
  background: #fff;
  color: #0a78dc;
}
.pnl01.col1[href]:hover > i {
  background: #0a78dc;
}
.pnl01.col1[href]:hover > i::after {
  color: #0a78dc;
}
.pnl01.col1[href]:hover > i svg {
  fill: #fff;
}
.pnl01.col2 {
  background: #f5f6f8;
}
.pnl01.col2::after {
  color: #f5f6f8;
}
.pnl01.col2.pdf::before {
  color: #0a78dc;
}
.pnl01.col2:hover {
  color: #0a78dc;
}
.pnl01.col2:hover.pdf::before {
  background: #0a78dc;
  border-color: #0a78dc;
  color: #fff;
}
.pnl01-wrapper.wid1 {
  display: grid;
  justify-content: center;
  column-gap: 4rem;
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .pnl01-wrapper.wid1 {
    grid-template-columns: repeat(auto-fit, 48rem);
  }
}
@media screen and (max-width: 767px) {
  .pnl01-wrapper.wid1 {
    grid-template-columns: repeat(auto-fit, 62rem);
  }
}
.pnl01-wrapper.wid2 {
  display: grid;
}
@media (min-width: 768px) {
  .pnl01-wrapper.wid2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7.2rem;
    row-gap: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01-wrapper.wid2 {
    grid-template-columns: 100%;
    row-gap: 14rem;
  }
}
.pnl01-wrapper.wid3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pnl01-wrapper.wid3 {
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01-wrapper.wid3 {
    row-gap: 2.4rem;
  }
}
.pnl01-wrapper.wid4 {
  display: grid;
  row-gap: 9rem;
}
@media (min-width: 768px) {
  .pnl01-wrapper.wid4 {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01-wrapper.wid4 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.2rem;
  }
}
@media (min-width: 768px) {
  .pnl01-wrapper.wid5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.8rem;
    row-gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01-wrapper.wid5 {
    display: flex;
    flex-direction: column;
    row-gap: 1.4rem;
  }
}
.pnl01-wrapper.wid5 .att01 {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .pnl01-wrapper.wid5 .att01 {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .pnl01-wrapper.wid5 .att01 {
    padding-top: 1rem;
  }
}

.box01.wid1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box01.wid1 {
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid1 {
    row-gap: 2.4rem;
  }
}
.box01.wid2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box01.wid2 {
    row-gap: 8rem;
    padding: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid2 {
    row-gap: 14rem;
    padding: 14rem 4.5rem;
  }
}
.box01.wid3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box01.wid3 {
    row-gap: 8.5rem;
    padding: 4.5rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid3 {
    row-gap: 14rem;
    padding: 9rem 0 0;
  }
}
.box01.wid4 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box01.wid4 {
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid4 {
    row-gap: 5rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5 {
    display: grid;
    column-gap: 7rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.right {
    grid-template-columns: 1fr 27rem 52rem;
    margin-right: calc(50rem - 50vw);
    padding-right: calc(50vw - 50rem);
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5.right {
    margin-left: -3.5rem;
    margin-right: -6.5rem;
    padding-left: 3.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.right .img01 {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5.right .img01 {
    padding-top: 3rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.right .txt01 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5.right .txt01 {
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.right .lnk02-wrapper {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5.right .lnk02-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.left {
    grid-template-columns: 27rem 52rem 1fr;
    margin-left: calc(50rem - 50vw);
    padding-left: calc(50vw - 50rem);
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5.left {
    margin-left: -6.5rem;
    margin-right: -3.5rem;
    padding-left: 6.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.left .img01 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .box01.wid5.left .txt01 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid5.left .txt01 {
    padding-right: 3rem;
  }
}
@media (min-width: 768px) {
  .box01.wid5.left .lnk02-wrapper {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.box01.wid6 {
  position: relative;
}
@media (min-width: 768px) {
  .box01.wid6 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 22rem 1fr;
    row-gap: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .box01.wid6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10.5rem;
  }
}
@media (min-width: 768px) {
  .box01.wid6 .ttl02.pc-sticky {
    position: sticky;
    top: 14rem;
  }
}
@media (min-width: 768px) {
  .box01.wid6 .flx01.wid2 {
    grid-column: 2/3;
  }
}
.box01.col1 {
  background: #f5f6f8;
}
.box01.col2 {
  padding-bottom: 12rem;
  color: #fff;
}
@media (min-width: 768px) {
  .box01.col2 {
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    background: linear-gradient(to bottom, rgba(10, 120, 220, 0) 18rem, #0a78dc 18rem);
  }
}
@media screen and (max-width: 767px) {
  .box01.col2 {
    border-bottom-left-radius: 6.5rem;
    border-bottom-right-radius: 6.5rem;
    background: linear-gradient(to bottom, rgba(10, 120, 220, 0) 31rem, #0a78dc 31rem);
  }
}
.box01.col2.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.box01.col2.left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.flx01 {
  display: flex;
}
.flx01.wid1 {
  align-items: center;
}
@media (min-width: 768px) {
  .flx01.wid1 {
    justify-content: center;
    column-gap: 19rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .flx01.wid1 {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .flx01.wid1 > .nmf01 {
    grid-column: 1/2;
    width: 16rem;
  }
}
.flx01.wid1 .txt01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .flx01.wid1 .txt01 {
    grid-column: 1/2;
  }
}
@media (min-width: 768px) {
  .flx01.wid1 .img01 {
    width: 31.5rem;
  }
}
.flx01.wid2 {
  flex-direction: column;
}
@media (min-width: 768px) {
  .flx01.wid2 {
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .flx01.wid2 {
    row-gap: 6rem;
  }
}
@media (min-width: 768px) {
  .flx01.wid3 {
    column-gap: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .flx01.wid3 {
    flex-direction: column;
    row-gap: 6rem;
  }
}
.flx01.wid3 > dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .flx01.wid3 > dt {
    flex-shrink: 0;
    row-gap: 1.3rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .flx01.wid3 > dt {
    row-gap: 2.5rem;
  }
}
.flx01.wid3 > dd {
  width: 100%;
}

.grd01 {
  display: grid;
}
.grd01.wid1 {
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .grd01.wid1 {
    grid-template-columns: repeat(2, 42.4rem);
    grid-template-rows: auto 1fr;
    column-gap: 3rem;
    row-gap: 4rem;
    padding: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid1 {
    grid-template-columns: 100%;
    row-gap: 8rem;
    margin-bottom: -4rem;
    padding: 0 7rem 24rem;
  }
}
.grd01.wid1.bg1 {
  background-image: url(../img/scholarship/bg04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .grd01.wid1.bg1 {
    background-position: center 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid1.bg1 {
    background-position: center bottom;
  }
}
@media (min-width: 768px) {
  .grd01.wid1 .dsc01.pos1 {
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .grd01.wid1 .dsc01.pos2 {
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .grd01.wid1 .dsc01.pos3 {
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .grd01.wid2 {
    align-items: flex-end;
    grid-template-columns: 34rem 34.2rem;
    column-gap: 10rem;
  }
}
@media (min-width: 768px) {
  .grd01.wid2 .img01 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid2 .img01 {
    width: 41.6rem;
    margin: 0.5rem auto 0;
  }
}
@media (min-width: 768px) {
  .grd01.wid2 .nmf01 {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid2 .nmf01 {
    padding-top: 6rem;
  }
}
.grd01.wid2 .txt05 {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .grd01.wid2 .txt05 {
    grid-column: 1/2;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid2 .txt05 {
    padding-top: 5.5rem;
  }
}
@media (min-width: 768px) {
  .grd01.wid3 {
    justify-content: center;
    align-items: flex-end;
    grid-template-columns: 16rem 37.1rem;
    grid-template-rows: 11.6rem 9.4rem;
    column-gap: 16rem;
    row-gap: 2rem;
    margin-bottom: -7rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 {
    row-gap: 4rem;
    margin-bottom: -10rem;
  }
}
@media (min-width: 768px) {
  .grd01.wid3 > .nmf01 {
    grid-column: 1/2;
    padding-top: 3rem;
  }
}
.grd01.wid3 .txt04 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .grd01.wid3 .txt04 {
    padding-bottom: 5rem;
  }
}
.grd01.wid3 .img01 {
  overflow: visible;
}
@media (min-width: 768px) {
  .grd01.wid3 .img01 {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 37.1rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 .img01 {
    width: 49rem;
    margin-top: 16rem;
  }
}
.grd01.wid3 .img01 > figcaption {
  display: flex;
  justify-content: space-around;
  position: absolute;
  line-height: 1;
  left: 0;
  right: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .grd01.wid3 .img01 > figcaption {
    bottom: calc(100% + 2rem);
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 .img01 > figcaption {
    bottom: calc(100% + 3rem);
    font-size: 2.8rem;
  }
}
.grd01.wid3 .img01 > figcaption > p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .grd01.wid3 .img01 > figcaption > p {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 .img01 > figcaption > p {
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .grd01.wid3 .img01 > figcaption.fic1 {
    left: -30.158%;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 .img01 > figcaption.fic1 {
    left: 2.041%;
    bottom: 117.378%;
  }
}
@media (min-width: 768px) {
  .grd01.wid3 .img01 > figcaption.fic2 {
    right: -32.698%;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 .img01 > figcaption.fic2 {
    right: 1.633%;
    bottom: 110.164%;
  }
}
@media (min-width: 768px) {
  .grd01.wid3 .img01 > figcaption.fic3 {
    right: -32.698%;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid3 .img01 > figcaption.fic3 {
    right: 1.633%;
    bottom: 110.164%;
  }
}
@media (min-width: 768px) {
  .grd01.wid4 {
    grid-template-columns: 44rem 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid4 {
    grid-template-columns: 1fr;
    row-gap: 9rem;
  }
}
@media (min-width: 768px) {
  .grd01.wid4 .img01 {
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .grd01.wid4 .txt01.sup1 {
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .grd01.wid4 .txt01.sup1 + .att01 {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .grd01.wid4 .txt01.sup1 + .att01 {
    padding-top: 5.5rem;
  }
}

.swp01 .swiper-button-prev svg {
  scale: -1 1;
}
.swp01.wid1 {
  overflow: visible;
}
@media (min-width: 768px) {
  .swp01.wid1 .swiper-wrapper {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid1 .swiper-wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .swp01.wid1 .swiper-slide {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid1 .swiper-slide {
    padding-right: 2.8rem;
  }
}
.swp01.wid1 .swp01-navigations {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (min-width: 768px) {
  .swp01.wid1 .swp01-navigations {
    column-gap: 2rem;
    margin-top: 4rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid1 .swp01-navigations {
    column-gap: 3rem;
    margin-top: 10rem;
    padding: 0 6rem;
  }
}
.swp01.wid1 .swp01-navigations .swiper-button-prev, .swp01.wid1 .swp01-navigations .swiper-button-next {
  flex-shrink: 0;
  position: relative;
  inset: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .swp01.wid1 .swp01-navigations .swiper-button-prev, .swp01.wid1 .swp01-navigations .swiper-button-next {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid1 .swp01-navigations .swiper-button-prev, .swp01.wid1 .swp01-navigations .swiper-button-next {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.swp01.wid2 {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swp01.wid2 {
    margin: 0 -6.5rem;
  }
}
@media (min-width: 768px) {
  .swp01.wid2 .swiper-slide {
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid2 .swiper-slide {
    padding: 0 0.6rem;
  }
}
.swp01.wid2 .swp01-navigations {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (min-width: 768px) {
  .swp01.wid2 .swp01-navigations {
    column-gap: 1.6rem;
    margin-top: 3.2rem;
    padding: 0 11.8rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid2 .swp01-navigations {
    column-gap: 3rem;
    margin-top: 5.4rem;
    padding: 0 6.5rem;
  }
}
.swp01.wid2 .swp01-navigations .swiper-button-prev, .swp01.wid2 .swp01-navigations .swiper-button-next {
  flex-shrink: 0;
  position: relative;
  inset: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .swp01.wid2 .swp01-navigations .swiper-button-prev, .swp01.wid2 .swp01-navigations .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid2 .swp01-navigations .swiper-button-prev, .swp01.wid2 .swp01-navigations .swiper-button-next {
    width: 6rem;
    height: 6rem;
  }
}
.swp01.wid2 .swp01-navigations .swiper-button-prev::before, .swp01.wid2 .swp01-navigations .swiper-button-next::before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
.swp01.wid2 .swp01-navigations .pgn01.wid2 {
  position: absolute;
  width: auto;
  inset: 0;
  margin: auto;
}
.swp01.wid3 {
  position: relative;
  width: 100vw;
  margin: 0 0 0 50%;
  overflow: hidden;
  translate: -50% 0;
}
@media (min-width: 768px) {
  .swp01.wid3 {
    max-width: 140rem;
  }
}
.swp01.wid3 .att01 {
  position: absolute;
}
@media (min-width: 768px) {
  .swp01.wid3 .att01 {
    display: flex;
    justify-content: flex-end;
    inset: auto 0 0.1rem 0;
    padding: 0 45rem;
  }
  .swp01.wid3 .att01 > p {
    padding: 0 2em;
    translate: 100% 0;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .att01 {
    inset: auto 0 -5rem 0;
    padding: 0 6.5rem;
  }
}
.swp01.wid3 .swiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .swp01.wid3 .swiper {
    width: 140rem;
    height: 32rem;
    margin: 0 0 0 50%;
    padding: 6.1rem 0 6.7rem;
    translate: -50% 0;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .swiper {
    width: 75rem;
    height: 40rem;
    padding: 6.4rem 0 7.8rem;
  }
}
@media (min-width: 768px) {
  .swp01.wid3 .swiper-slide.swiper-slide-prev, .swp01.wid3 .swiper-slide:has(~ .swiper-slide.swiper-slide-prev) {
    padding-right: 0.8rem;
    translate: -31.168% 0;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .swiper-slide.swiper-slide-prev, .swp01.wid3 .swiper-slide:has(~ .swiper-slide.swiper-slide-prev) {
    padding-right: 1.5rem;
    translate: -24.519% 0;
  }
}
@media (min-width: 768px) {
  .swp01.wid3 .swiper-slide.swiper-slide-next, .swp01.wid3 .swiper-slide.swiper-slide-next ~ .swiper-slide {
    padding-left: 0.8rem;
    translate: 31.169% 0;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .swiper-slide.swiper-slide-next, .swp01.wid3 .swiper-slide.swiper-slide-next ~ .swiper-slide {
    padding-left: 1.5rem;
    translate: 24.52% 0;
  }
}
@media (min-width: 768px) {
  .swp01.wid3 .swiper-slide.swiper-slide-active {
    scale: 1.62;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .swiper-slide.swiper-slide-active {
    scale: 1.49;
  }
}
.swp01.wid3 .swiper-slide.swiper-slide-active.is-current {
  transition: scale 200ms ease 200ms;
}
.swp01.wid3 .swp01-navigations {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (min-width: 768px) {
  .swp01.wid3 .swp01-navigations {
    column-gap: 1.6rem;
    margin-top: 2rem;
    padding: 0 45rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .swp01-navigations {
    column-gap: 3rem;
    margin-top: 9rem;
    padding: 0 6.5rem;
  }
}
.swp01.wid3 .swp01-navigations .swiper-button-prev, .swp01.wid3 .swp01-navigations .swiper-button-next {
  flex-shrink: 0;
  position: relative;
  inset: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .swp01.wid3 .swp01-navigations .swiper-button-prev, .swp01.wid3 .swp01-navigations .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid3 .swp01-navigations .swiper-button-prev, .swp01.wid3 .swp01-navigations .swiper-button-next {
    width: 6rem;
    height: 6rem;
  }
}
.swp01.wid3 .swp01-navigations .swiper-button-prev::before, .swp01.wid3 .swp01-navigations .swiper-button-next::before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
.swp01.wid3 .swp01-navigations .pgn01.wid2 {
  position: absolute;
  width: auto;
  inset: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .swp01.wid4 {
    margin-right: calc(50rem - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid4 {
    margin-right: -6.5rem;
  }
}
@media (min-width: 768px) {
  .swp01.wid4 .swiper-slide {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid4 .swiper-slide {
    padding-right: 3.2rem;
  }
}
.swp01.wid4 .swp01-navigations {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (min-width: 768px) {
  .swp01.wid4 .swp01-navigations {
    column-gap: 2rem;
    margin-top: 6rem;
    padding: 0 20rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid4 .swp01-navigations {
    column-gap: 3rem;
    margin-top: 10rem;
    padding: 0 6.5rem;
  }
}
.swp01.wid4 .swp01-navigations .swiper-button-prev, .swp01.wid4 .swp01-navigations .swiper-button-next {
  flex-shrink: 0;
  position: relative;
  inset: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .swp01.wid4 .swp01-navigations .swiper-button-prev, .swp01.wid4 .swp01-navigations .swiper-button-next {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid4 .swp01-navigations .swiper-button-prev, .swp01.wid4 .swp01-navigations .swiper-button-next {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.swp01.wid4 .swp01-navigations .pgn01.wid2 {
  position: absolute;
  width: auto;
  inset: 0;
  margin: auto;
}
.swp01.wid5 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .swp01.wid5 .swiper {
    padding: 0 3.8rem 0 8.6rem;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .swp01.wid5 .swiper-slide {
    padding-right: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid5 .swiper-slide {
    padding: 0 4rem;
  }
}
@media (min-width: 768px) {
  .swp01.wid5 .swiper-slide .img01 + .txt04 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid5 .swiper-slide .img01 + .txt04 {
    padding-top: 5rem;
  }
}
.swp01.wid5 .swiper-button-prev, .swp01.wid5 .swiper-button-next {
  margin: 0;
}
@media (min-width: 768px) {
  .swp01.wid5 .swiper-button-prev, .swp01.wid5 .swiper-button-next {
    width: 4.6rem;
    height: 4.6rem;
    top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid5 .swiper-button-prev, .swp01.wid5 .swiper-button-next {
    width: 6.8rem;
    height: 6.8rem;
    top: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid5 .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid5 .swiper-button-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .swp01.wid5 .pgn01 {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .swp01.wid5 .pgn01 {
    padding-top: 10rem;
  }
}
.swp01.col1 .swiper-button-prev, .swp01.col1 .swiper-button-next {
  fill: #0a78dc;
}
.swp01.col1 .swiper-button-prev::after, .swp01.col1 .swiper-button-next::after {
  display: none;
}
.swp01.col1 .swiper-button-prev svg, .swp01.col1 .swiper-button-next svg {
  position: relative;
}
.swp01.col1 .swiper-button-prev::before, .swp01.col1 .swiper-button-next::before {
  border-color: #0a78dc;
}
.swp01.col1 .swiper-button-prev:hover, .swp01.col1 .swiper-button-next:hover {
  fill: #fff;
}
.swp01.col1 .swiper-button-prev:hover::before, .swp01.col1 .swiper-button-next:hover::before {
  background: #0a78dc;
}
.swp01.col2 .swiper-button-prev, .swp01.col2 .swiper-button-next {
  background: #fff;
  border-radius: 50%;
  fill: #0a78dc;
}
.swp01.col2 .swiper-button-prev::after, .swp01.col2 .swiper-button-next::after {
  display: none;
}
.swp01.col2 .swiper-button-prev svg, .swp01.col2 .swiper-button-next svg {
  position: relative;
}
.swp01-navigations {
  position: relative;
  margin: 0 auto;
}

.pgn01 {
  display: flex;
  align-items: center;
}
.pgn01 .swiper-pagination-bullet {
  position: relative;
  margin: 0 !important;
  opacity: 1 !important;
}
.pgn01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  pointer-events: none;
  z-index: 2;
}
.pgn01.wid1 .swiper-pagination-bullet {
  border-radius: 0;
  height: 2px;
}
@media (min-width: 768px) {
  .pgn01.wid1 .swiper-pagination-bullet {
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn01.wid1 .swiper-pagination-bullet {
    width: 9.2rem;
  }
}
.pgn01.wid2 {
  justify-content: center;
}
@media (min-width: 768px) {
  .pgn01.wid2 {
    column-gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn01.wid2 {
    column-gap: 1.8rem;
  }
}
@media (min-width: 768px) {
  .pgn01.wid2 .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn01.wid2 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.pgn01.col1 .swiper-pagination-bullet {
  background: #4bc75f;
}
.pgn01.col1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b0e6b9;
}
.pgn01.col2 .swiper-pagination-bullet {
  background: #e8eaef;
}
.pgn01.col2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0a78dc;
}
.pgn01.col3 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}
.pgn01.col3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.pgn02 {
  display: flex;
}
.pgn02.wid1 {
  justify-content: center;
  column-gap: 2.2rem;
}
@media (min-width: 768px) {
  .pgn02.wid1 > li:nth-of-type(1) {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn02.wid1 > li:nth-of-type(1) {
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .pgn02.wid1 > li:last-of-type {
    margin-left: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn02.wid1 > li:last-of-type {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .pgn02.wid1 .pgn02-link, .pgn02.wid1 .pgn02-prev, .pgn02.wid1 .pgn02-next {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn02.wid1 .pgn02-link, .pgn02.wid1 .pgn02-prev, .pgn02.wid1 .pgn02-next {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media (min-width: 768px) {
  .pgn02.wid1 .pgn02-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pgn02.wid1 .pgn02-link {
    font-size: 2.4rem;
  }
}
.pgn02.col1 .pgn02-link:hover {
  color: #0a78dc;
}
.pgn02.col1 .pgn02-link.is-current {
  background: #0a78dc;
  color: #fff;
}
.pgn02.col1 .pgn02-prev, .pgn02.col1 .pgn02-next {
  fill: #141414;
}
.pgn02.col1 .pgn02-prev:hover, .pgn02.col1 .pgn02-next:hover {
  fill: #0a78dc;
}
.pgn02.col1 .pgn02-prev.is-disabled, .pgn02.col1 .pgn02-next.is-disabled {
  fill: #ccc;
}
.pgn02-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
}
.pgn02-link.is-current {
  pointer-events: none;
}
.pgn02-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pgn02-prev svg {
  scale: -1 1;
}
.pgn02-prev.is-disabled {
  pointer-events: none;
}
.pgn02-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pgn02-next.is-disabled {
  pointer-events: none;
}

.js-animation.slideUp {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 200ms linear 0ms, translate 300ms ease-out 0ms;
}
.js-animation.slideUp.is-animated {
  opacity: 1;
  translate: 0 0;
}

.js-accSwitch {
  position: relative;
  cursor: pointer;
  transition: all 200ms linear 0ms;
}
.js-accSwitch::before, .js-accSwitch::after, .js-accSwitch > * {
  pointer-events: none;
}
.js-accSwitch::before, .js-accSwitch::after {
  content: "";
  position: absolute;
}
.js-accSwitch.is-opened::after {
  display: none;
}

.js-accElement {
  height: 0;
  transition: height 0.2s ease 0s;
  overflow: hidden;
}

.header {
  display: grid;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
@media (min-width: 768px) {
  .header {
    grid-template-columns: 17.8rem 1fr 15rem;
    column-gap: 3.2rem;
    height: 12rem;
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header {
    grid-template-columns: 13.5rem 1fr 11.5rem;
    column-gap: 2rem;
    padding: 0 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    grid-template-columns: 21.6rem 1fr 15rem 15rem;
    padding: 0 0 0 4rem;
  }
  .header:has(.header-items.is-opened) {
    background: #fff;
  }
}
.header-logo {
  margin-right: auto;
}
.header-items {
  display: flex;
}
@media (min-width: 768px) {
  .header-items {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2.5rem;
    row-gap: 1.2rem;
    position: relative;
    margin-left: auto;
    padding-bottom: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-items {
    column-gap: 1.4rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header-items {
    flex-direction: column;
    position: fixed;
    background: #fff;
    height: 0;
    left: 0;
    right: 0;
    top: 12rem;
    bottom: 0;
    transition: height 400ms linear 0ms;
    z-index: 505;
    overflow: hidden;
    overflow-y: auto;
  }
  .header-items.is-opened {
    height: calc(100% - 12rem);
  }
}
@media screen and (max-width: 767px) {
  .header-buttons {
    display: flex;
    justify-content: center;
    border-top: 1px solid #d0d0d0;
    width: 60rem;
    margin: 0 auto;
    padding: 11rem 0 0;
  }
  .header-items .header-buttons {
    padding-bottom: 11rem;
  }
}
.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header-button {
    border-radius: 2.834em;
    width: 11.667em;
    height: 2.834em;
    line-height: 2em;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-button {
    line-height: 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header-button {
    border-radius: 4.091em;
    width: 16.364em;
    height: 4.091em;
    line-height: 2.182em;
    font-size: 2.2rem;
  }
}
.header-langs {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header-langs {
    line-height: 1.584em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .header-langs {
    justify-content: center;
    padding: 9.4rem 0 8rem;
    line-height: 1.786em;
    font-size: 2.8rem;
  }
}
.header-langs > li + li::before {
  content: "/";
  margin: 0 0.417em 0 0.5em;
}
.header-lang {
  color: #b8b8b8;
}
.header-lang.is-current {
  color: #141414;
  pointer-events: none;
}
.header-lang.is-current::before {
  scale: 1 1;
}
.header-entry {
  column-gap: 0.334em;
  height: 12rem;
}
@media (min-width: 768px) {
  .header-entry {
    line-height: 2.112em;
    font-size: 1.8rem;
    padding-left: 0.667em;
  }
}
@media screen and (max-width: 767px) {
  .header-entry {
    grid-column: 3/4;
    padding-left: 0.3em;
    line-height: 1.584em;
    font-size: 2.4rem;
  }
}
.header-entry svg {
  width: 0.889em;
  height: 0.445em;
}
@media screen and (max-width: 767px) {
  .header-entry svg {
    display: none;
  }
}
.header-switch {
  grid-column: 4/5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  border: 0;
  height: 12rem;
  color: #0a78dc;
}
@media (min-width: 768px) {
  .header-switch {
    display: none;
  }
}
.header-switch::before, .header-switch::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid;
  width: 6.4rem;
  height: 0;
  left: 4.3rem;
  transition: all 200ms linear 0ms;
}
.header-switch::before {
  top: 3.9rem;
}
.header-switch::after {
  top: 5.1rem;
}
.header-switch > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  padding-left: 0.27rem;
  letter-spacing: 0.15em;
  line-height: 1.112em;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.header-switch:hover {
  opacity: 0.6;
}
.header-switch.is-opened::before {
  left: 4.3rem;
  top: 5.6rem;
  translate: 0 0.6rem;
  rotate: -45deg;
}
.header-switch.is-opened::after {
  left: 4.3rem;
  top: 6.8rem;
  translate: 0 -0.6rem;
  rotate: 45deg;
}
.header-switch.is-opened > span {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .nav-inner {
    padding: 0 7.5rem;
  }
}
@media (min-width: 768px) {
  .nav-list {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .nav-list {
    display: grid;
    grid-template-columns: auto auto;
    border-top: 1px solid #d0d0d0;
    row-gap: 4.2rem;
    padding: 9.2rem 0.5rem 9rem;
  }
}
.nav-list > li {
  display: flex;
}
@media (min-width: 768px) {
  .nav-list > li {
    align-items: center;
  }
  .nav-list > li + li::before {
    content: "｜";
    margin: 0 0.8rem 0 1rem;
    line-height: 1;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav-list > li + li::before {
    margin: 0 0.334rem 0 0.584rem;
    font-size: 1.1rem;
  }
}
.nav-link {
  display: block;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .nav-link {
    line-height: 2em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-link {
    line-height: 1.819em;
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .menu {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    order: -5;
    padding: 0 7.5rem 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-inner {
    padding: 9.8rem 0.5rem 0;
  }
}
.menu-list {
  display: flex;
}
@media (min-width: 768px) {
  .menu-list {
    justify-content: flex-end;
    column-gap: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .menu-list {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-list {
    flex-direction: column;
    row-gap: 7rem;
  }
}
.menu-list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu-index {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .menu-index {
    line-height: 2em;
    font-size: 1.6rem;
  }
  .menu-index svg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-index {
    line-height: 1.75em;
    font-size: 3.2rem;
    font-weight: 500;
  }
}
.menu-index[target=_blank] svg {
  width: 1em;
  height: 1em;
}
.menu-index.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.menu-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3.2rem;
  padding: 4.6rem 3rem 0;
}
@media (min-width: 768px) {
  .menu-child {
    display: none;
  }
}
.menu-link {
  display: block;
  line-height: 1.847em;
  font-size: 2.6rem;
}

.footer {
  background: #f5f6f8;
}
@media (min-width: 768px) {
  .footer {
    padding: 8.4rem calc(50vw - 525px) 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 18rem 0 5.5rem;
  }
}
@media (min-width: 768px) {
  .footer-inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 5.2rem 3rem auto 1.9rem;
    row-gap: 3rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7rem;
  }
}
.footer-logo {
  display: block;
}
@media (min-width: 768px) {
  .footer-logo {
    width: 19.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 27.2rem;
  }
}
@media (min-width: 768px) {
  .footer-sns {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  .footer-sns > li {
    width: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-sns > li {
    width: 6rem;
  }
}
.footer-list {
  display: grid;
}
@media (min-width: 768px) {
  .footer-list {
    grid-column: 2/3;
    grid-row: 1/4;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto 1fr;
    row-gap: 3.8rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-list {
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem;
    row-gap: 9.8rem;
    width: 100%;
    padding: 2.5rem 7.5rem 4rem;
  }
}
.footer-list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer-list > li:nth-of-type(1), .footer-list > li:nth-of-type(2) {
    grid-column: 1/2;
  }
  .footer-list > li:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .footer-list > li:nth-of-type(4) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
.footer-index {
  display: flex;
  align-items: center;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .footer-index {
    line-height: 1.429em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-index {
    line-height: 1.455em;
    font-size: 2.2rem;
  }
}
.footer-index[target=_blank] svg {
  width: 1em;
  height: 1em;
}
.footer-index.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer-index + .footer-index {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-index + .footer-index {
    margin-top: 3.6rem;
  }
}
.footer-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer-child {
    row-gap: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-child {
    row-gap: 3rem;
    margin-top: 4.5rem;
  }
}
.footer-child > li {
  display: flex;
  align-items: center;
}
.footer-child > li::before {
  content: "";
  display: block;
  background: #0a78dc;
  height: 1px;
}
@media (min-width: 768px) {
  .footer-child > li::before {
    width: 1.2rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-child > li::before {
    width: 2.1rem;
    margin-right: 1.2rem;
  }
}
.footer-child .footer-link {
  color: #878787;
}
@media (min-width: 768px) {
  .footer-child .footer-link {
    font-size: 1.2rem;
  }
}
.footer-link {
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .footer-link {
    line-height: 1.429em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-link {
    line-height: 1.5em;
    font-size: 2rem;
  }
}
.footer-link.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer-link + .footer-link {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-link + .footer-link {
    margin-top: 3.8rem;
  }
}
.footer-copylight {
  letter-spacing: 0.03em;
  font-family: "Roboto", sans-serif;
  color: #adadad;
}
@media (min-width: 768px) {
  .footer-copylight {
    grid-row: 4/5;
    line-height: 1.728em;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-copylight {
    line-height: 1.112em;
    font-size: 1.8rem;
    text-align: center;
  }
}

.main-hero {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .main-hero {
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) {
  .main-hero .img01 {
    height: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .main-hero .img01 {
    height: 32rem;
  }
}
.main-hero .img01 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-hero.interview {
  position: relative;
}
@media (min-width: 768px) {
  .main-hero.interview {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 20rem 50vw;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 767px) {
  .main-hero.interview {
    margin-bottom: 0;
  }
}
.main-hero.interview::before {
  content: "";
  position: absolute;
  background: #0a78dc;
  left: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .main-hero.interview::before {
    width: calc(50vw + 10rem);
    top: 12rem;
    bottom: 4.7rem;
  }
}
@media screen and (max-width: 767px) {
  .main-hero.interview::before {
    width: 70rem;
    top: 12rem;
    bottom: 14.5rem;
  }
}
.main-hero.interview .img01 {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .main-hero.interview .img01 {
    grid-column: 2/4;
    grid-row: 1/2;
    aspect-ratio: 45/31;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-hero.interview .img01 {
    height: 51.6rem;
  }
}
@media (min-width: 768px) {
  .main-hero.interview .brc01.wid1 {
    grid-column: 1/4;
    grid-row: 2/3;
    margin-top: 8rem;
    padding-left: calc(50vw - 50rem);
    padding-right: calc(50vw - 50rem);
  }
}
@media screen and (max-width: 767px) {
  .main-hero.interview .brc01.wid1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-hero.interview + .main-inner {
    padding-top: 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-hero.interview + .main-inner {
    padding-top: 14rem;
  }
}
.main-hero + .main-inner {
  padding-top: 0;
}
@media (min-width: 768px) {
  .main-inner {
    padding: 12rem calc(50vw - 50rem) 22rem;
  }
}
@media screen and (max-width: 767px) {
  .main-inner {
    padding: 12rem 6.5rem 22rem;
  }
}
.main-inner.pb0 {
  padding-bottom: 0;
}
.main-inner.col1 {
  background: #f5f6f8;
}
.main-inner.col2 {
  background: #f9fafc;
}
.main-inner.col3 {
  background: #fff;
}
.main-inner.col3 + .main-inner.col3 {
  padding-top: 0;
}
.main-inner.col3 + .main-inner.col5 {
  padding-top: 0;
}
.main-inner.col4 {
  background: #e6f1fb;
}
@media (min-width: 768px) {
  .main-inner.col5 {
    background: linear-gradient(to bottom, #fff 19.5rem, #f5f6f8 19.5rem);
  }
}
@media screen and (max-width: 767px) {
  .main-inner.col5 {
    background: linear-gradient(to bottom, #fff 21.5rem, #f5f6f8 21.5rem);
  }
}
.main-inner.col6 {
  background: #0a78dc;
  color: #fff;
}
.main-inner.bg1 {
  background-color: #1eb937;
  background-position: center top;
  background-repeat: repeat-y;
  color: #fff;
}
@media (min-width: 768px) {
  .main-inner.bg1 {
    background-image: url(../img/interview/bg1_pc.png);
    background-size: 160rem auto;
  }
}
@media screen and (max-width: 767px) {
  .main-inner.bg1 {
    background-image: url(../img/interview/bg1_sp.png);
    background-size: 100% auto;
  }
}
.main-inner.bg2 {
  background-color: #1eb937;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
}
@media (min-width: 768px) {
  .main-inner.bg2 {
    background-image: url(../img/interview/bg2_pc.png);
  }
}
@media screen and (max-width: 767px) {
  .main-inner.bg2 {
    background-image: url(../img/interview/bg2_sp.png);
  }
}
@media (min-width: 768px) {
  .main-inner.r1 {
    border-radius: 9rem 9rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .main-inner.r1 {
    border-radius: 5.5rem 5.5rem 0 0;
  }
}
@media (min-width: 768px) {
  .main-inner.r1 + .main-inner.r1 {
    margin-top: -9rem;
  }
}
@media screen and (max-width: 767px) {
  .main-inner.r1 + .main-inner.r1 {
    margin-top: -5.5rem;
  }
}
.main-inner + .main-inner {
  padding-top: 22rem;
}
@media (min-width: 768px) {
  .main-area + .main-area {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .main-area + .main-area {
    padding-top: 22rem;
  }
}
@media (min-width: 768px) {
  .main-article + .main-article {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .main-article + .main-article {
    padding-top: 16rem;
  }
}
.main-content + .main-content {
  padding-top: 12rem;
}
@media (min-width: 768px) {
  .main-section + .main-section {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .main-section + .main-section {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .main-block + .main-block {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-block + .main-block {
    padding-top: 8rem;
  }
}
@media (min-width: 768px) {
  .main-item + .main-item {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .main-item + .main-item {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .main-point + .main-point {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main-point + .main-point {
    padding-top: 4rem;
  }
}
.main-headline {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 768px) {
  .main-headline {
    padding: 1.5rem 0 12rem;
  }
}
@media screen and (max-width: 767px) {
  .main-headline {
    padding: 22rem 0;
  }
}
@media (min-width: 768px) {
  .main-headline .brc01 {
    grid-column: 1/3;
    padding-bottom: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-headline .brc01 {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-headline .img01 {
    margin-top: -3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-headline .img01 {
    margin-top: 13rem;
    text-align: center;
  }
  .main-headline .img01 img {
    width: 36.572rem;
  }
}
@media (min-width: 768px) {
  .main-headline .ttl02 + .txt01 {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-headline .ttl02 + .txt01 {
    padding-top: 10rem;
  }
}
@media (min-width: 768px) {
  .main-headline .txt01 {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .main-headline:has(.img01) {
    grid-template-columns: 1fr 24rem;
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-headline:has(.img01) {
    padding-bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .main-headline:has(.txt01) {
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .main-headline:has(.ttl06) {
    padding-bottom: 12rem;
  }
}

.application {
  background-position: center center, center center;
  background-repeat: no-repeat, repeat-x;
}
@media (min-width: 768px) {
  .application {
    background-image: url(../img/application_bg_pc.png), url(../img/bg01_pc.jpg);
    background-size: auto 100%, auto 100%;
    height: 46rem;
    padding: 11rem 0 11.5rem;
  }
}
@media screen and (max-width: 767px) {
  .application {
    background-image: url(../img/application_bg_sp.png), url(../img/bg01_sp.jpg);
    background-size: 100% 100%, auto 100%;
    height: 86rem;
    padding: 24rem 0 25rem;
  }
}
@media (min-width: 768px) {
  .application .btn02-wrapper {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .application .btn02-wrapper {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .application .att01 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .application .att01 {
    margin-top: 2.5rem;
  }
}

.aboutus {
  position: relative;
  background-image: url(../img/aboutus_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.aboutus-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .aboutus-link {
    row-gap: 4rem;
    height: 34rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-link {
    row-gap: 5.5rem;
    height: 46rem;
  }
}

.dialog {
  padding: 0;
  z-index: 500;
}
@media (min-width: 768px) {
  .dialog.siz1 {
    width: 100%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 {
    width: 89.334%;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-inner {
    padding: 2rem 2rem 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-inner {
    padding: 4rem 6rem 13rem;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-close {
    width: 3rem;
    height: 3rem;
    margin: 0 0 5.5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-close {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 0 8rem auto;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-mainDesc {
    margin-bottom: 0.8rem;
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-mainDesc {
    margin-bottom: 0.8rem;
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .dialog-subDesc {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .dialog-subDesc {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.dialog.siz1 .led04 + .led03 {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .dialog.siz1 .led03 + .btn02-wrapper {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .led03 + .btn02-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .dialog.siz1 .btn02-wrapper + .att02 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dialog.siz1 .btn02-wrapper + .att02 {
    padding-top: 4rem;
  }
}
.dialog.col1 {
  border: 0;
}
.dialog.col1::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.dialog.col1:has(.dialog-bg)::backdrop {
  background: transparent;
}
.dialog.col1 .dialog-bg {
  background: rgba(0, 0, 0, 0.7);
}
.dialog.col1 .dialog-inner {
  background: #fff;
}
.dialog.col1 .dialog-close::before, .dialog.col1 .dialog-close::after {
  background: #141414;
}
.dialog-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
}
.dialog-inner {
  position: relative;
}
.dialog-close {
  display: block;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.dialog-close::before, .dialog-close::after {
  content: "";
  position: absolute;
  width: 126%;
  height: 1px;
  inset: 0 0 0 -12%;
  margin: auto;
}
.dialog-close::before {
  rotate: 45deg;
}
.dialog-close::after {
  rotate: -45deg;
}
.dialog-close:focus {
  outline: none;
}
.dialog-close:hover {
  opacity: 0.5;
}/*# sourceMappingURL=layout.css.map */