@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.js-mv::after,
.js-mv::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.js-mv::after {
  background: #C41F1C;
  -webkit-clip-path: inset(0% 0% 0% 50%);
          clip-path: inset(0% 0% 0% 50%);
}

.js-mv::before {
  background: #1A204A;
  -webkit-clip-path: inset(0% 50% 0% 0%);
          clip-path: inset(0% 50% 0% 0%);
}

.js-mv.is-open::after {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%);
  visibility: hidden;
}

.js-mv.is-open::before {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  visibility: hidden;
}

.js-mv-text {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: 0.9s all ease-in-out;
  transition: 0.9s all ease-in-out;
}

.js-mv-text.is-open {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.js-section-head {
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.gothic {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7692307692;
}

.inner {
  max-width: 1050px;
  max-width: 65.625rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}

.section-head {
  position: relative;
  z-index: 20;
}
.section-head span {
  display: block;
  max-width: 1050px;
  max-width: 65.625rem;
  padding: 0 25px;
  font-family: "urw-din", sans-serif;
  font-size: 94px;
  font-size: 5.875rem;
  margin: 0 auto;
  font-weight: 600;
  line-height: 0.82;
}
@media screen and (max-width: 767px) {
  .section-head span {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
    font-size: 2.5rem;
  }
}

.section-head::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.section-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.4634146341;
  color: #000;
  z-index: 5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 1.75rem;
  }
}

.section-top {
  background: #fff;
}
.section-top__inner {
  position: relative;
}

main {
  background: #fff;
}

.cover {
  pointer-events: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.cover span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cover span::after, .cover span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
}
.cover span::after {
  right: 0;
  border: 9px solid #C41F1C;
  border: 0.5625rem solid #C41F1C;
  border-left: 9px solid transparent;
  border-left: 0.5625rem solid transparent;
  -webkit-clip-path: inset(0% 0% 0% 50%);
          clip-path: inset(0% 0% 0% 50%);
}
.cover span::before {
  left: 0;
  border: 9px solid #1A204A;
  border: 0.5625rem solid #1A204A;
  border-right: 9px solid transparent;
  border-right: 0.5625rem solid transparent;
  -webkit-clip-path: inset(0% 50% 0% 0%);
          clip-path: inset(0% 50% 0% 0%);
}

.mv {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .mv {
    display: block;
  }
}
.mv__inner {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 50%;
    width: 100%;
  }
}
.mv__logo {
  width: 87px;
  width: 5.4375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .mv__logo {
    width: 4.0625rem;
    margin-bottom: 0.3125rem;
  }
}
.mv__text {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  font-family: "urw-din", sans-serif;
  color: #1A204A;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 2.0625rem;
  }
}
.mv__text span {
  font-weight: 100;
}
.mv__img {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mv__img {
    width: 100%;
    height: 50%;
  }
}
.mv__links {
  position: fixed;
  top: 4%;
  right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__links {
    display: none;
  }
}
.mv__links.is-black .mv__site, .mv__links.is-black .mv__sns i {
  color: #1A204A;
}
.mv__site {
  display: block;
  mix-blend-mode: difference;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "livory", serif;
  font-weight: 300;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.mv__sns {
  display: block;
}
.mv__sns i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.mv__button {
  position: fixed;
  bottom: 3%;
  right: 3%;
  aspect-ratio: 1;
  width: 105px;
  width: 6.5625rem;
  z-index: 100;
}

.episode {
  margin-top: -120px;
  margin-top: -7.5rem;
  margin-bottom: 200px;
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .episode {
    margin-top: -3.125rem;
    margin-bottom: 7.5rem;
  }
}
.episode__inner {
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .episode__inner {
    margin-bottom: 3.125rem;
  }
}
.episode__ttl {
  font-size: 82px;
  font-size: 5.125rem;
  mix-blend-mode: difference;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .episode__ttl {
    font-size: 2rem;
  }
}
.episode__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .episode__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.episode__img {
  width: 50%;
  aspect-ratio: 686/600;
}
@media screen and (max-width: 767px) {
  .episode__img {
    width: 100%;
    padding-right: 3.125rem;
    aspect-ratio: 377/331;
    margin-bottom: 0.625rem;
  }
}
.episode__contents {
  width: 50%;
  position: absolute;
  left: calc(50% + 1.25rem);
  top: 17%;
  max-width: 455px;
  max-width: 28.4375rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .episode__contents {
    position: unset;
    width: 100%;
    max-width: 37.5rem;
    padding: 0 20px;
    left: unset;
    margin: 0 auto;
  }
}
.episode__bodies {
  position: relative;
}
.episode__bodies::after, .episode__bodies::before {
  position: absolute;
  content: "";
  display: block;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 122%;
  height: 118%;
  border: 2px solid #1A204A;
}
@media screen and (max-width: 767px) {
  .episode__bodies::after, .episode__bodies::before {
    top: 57%;
    width: 100%;
    height: 125%;
  }
}
.episode__bodies::after {
  -webkit-clip-path: inset(0% 90% 0% 0%);
          clip-path: inset(0% 90% 0% 0%);
}
.episode__bodies::before {
  -webkit-clip-path: inset(0% 0% 0% 90%);
          clip-path: inset(0% 0% 0% 90%);
}
.episode__content {
  opacity: 0 !important;
  position: relative;
  padding: 0 12px;
  padding: 0 0.75rem;
}
.episode .swiper-slide-active {
  opacity: 1 !important;
}
.episode .swiper-pagination {
  position: unset;
}
.episode__num {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "livory", serif;
  font-weight: 300;
  color: #1A204A;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.episode__read {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.6296296296;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .episode__read {
    margin-bottom: 1.25rem;
  }
}
.episode__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  font-family: "livory", serif;
  line-height: 1.7692307692;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
.episode__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .episode__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.episode__page {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}
.episode__next {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #C41F1C;
  font-weight: 600;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .episode__next {
    width: 65%;
    text-align: left;
  }
}
.episode__next::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 50%;
  left: 100%;
  width: 140px;
  width: 8.75rem;
  aspect-ratio: 140/6;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  border-bottom: 1px solid #C41F1C;
  border-right: 1px solid #C41F1C;
}
@media screen and (max-width: 767px) {
  .episode__next::after {
    width: 5.9375rem;
    right: -0.9375rem;
    left: unset;
  }
}

.spirit {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .spirit {
    margin-bottom: 4.6875rem;
  }
}
.spirit__head span {
  color: #C41F1C;
}
.spirit__head::after {
  background: #C41F1C;
}
.spirit__container {
  position: relative;
  margin-bottom: 166px;
  margin-bottom: 10.375rem;
}
@media screen and (max-width: 767px) {
  .spirit__container {
    margin-bottom: 1.5625rem;
  }
}
.spirit__img {
  width: 50%;
  margin-left: auto;
  aspect-ratio: 686/400;
}
@media screen and (max-width: 767px) {
  .spirit__img {
    width: 100%;
    padding-left: 2.25rem;
    aspect-ratio: 339/177;
  }
}
.spirit__body {
  position: absolute;
  top: 13%;
  left: calc(50% - 31.25rem);
}
@media screen and (max-width: 767px) {
  .spirit__body {
    top: 10%;
    max-width: 37.5rem;
    padding: 0 2.1875rem;
    margin: 0 auto;
    position: unset;
    margin-top: -2.8125rem;
  }
}
.spirit__ttl {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .spirit__ttl {
    margin-bottom: 1.875rem;
  }
}
.spirit__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 163px;
  gap: 10.1875rem;
  margin: 0 auto 80px;
  margin: 0 auto 5rem;
  max-width: 760px;
  max-width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .spirit__contents {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .spirit__inner {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
  }
}
.spirit__content {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #C41F1C;
  text-align: center;
}
.spirit__c-text {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.4571428571;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .spirit__c-text {
    font-size: 1.0625rem;
  }
}

.voice {
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .voice {
    margin-bottom: 3.75rem;
  }
}
.voice__head span {
  color: #1A204A;
}
.voice__head::after {
  background: #1A204A;
}
.voice__top {
  position: relative;
  margin-bottom: 144px;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .voice__top {
    margin-bottom: 2.3125rem;
  }
}
.voice__img {
  width: 50%;
  aspect-ratio: 680/400;
}
@media screen and (max-width: 767px) {
  .voice__img {
    width: 100%;
    padding-right: 2.1875rem;
    aspect-ratio: 680/360;
  }
}
.voice__texts {
  position: absolute;
  top: 14%;
  right: calc(50% - 31.25rem);
}
@media screen and (max-width: 767px) {
  .voice__texts {
    position: unset;
    top: 10%;
    right: unset;
    padding: 0 2.1875rem;
    max-width: 37.5rem;
    margin: -2.8125rem auto 0;
  }
}
.voice__ttl {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  color: #000;
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .voice__ttl {
    padding-left: unset;
    margin-top: 4.375rem;
    white-space: nowrap;
    margin-bottom: 1.4375rem;
  }
}
.voice__text {
  max-width: 500px;
  max-width: 31.25rem;
  margin-left: auto;
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .voice__text {
    margin: 0 auto;
    padding-left: unset;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .voice__inner {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
    margin: 0 auto;
  }
}
.voice__content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .voice__content {
    margin-bottom: 2.5rem;
  }
}

.voice-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #1A204A;
}
@media screen and (max-width: 767px) {
  .voice-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice-c__img {
  padding: 45px 40px 40px;
  padding: 2.8125rem 2.5rem 2.5rem;
  aspect-ratio: 422/574;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .voice-c__img {
    width: 100%;
    padding: 1.25rem 1.25rem 0;
    position: relative;
    z-index: 2;
    aspect-ratio: 432/504;
    overflow: hidden;
  }
}
.voice-c__body {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .voice-c__body {
    width: 100%;
  }
}
.voice-c__top {
  position: relative;
  background: #1A204A;
  padding: 40px 0 0 25px;
  padding: 2.5rem 0 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .voice-c__top {
    padding: 12.1875rem 1.25rem 1.875rem;
    margin-top: -10.625rem;
    z-index: 1;
  }
}
.voice-c__img2 {
  position: absolute;
  bottom: -9%;
  right: 9%;
  aspect-ratio: 135/171;
  max-width: 135px;
  max-width: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .voice-c__img2 {
    position: unset;
    width: 100%;
    max-width: unset;
    bottom: unset;
    aspect-ratio: 302/220;
  }
}
.voice-c__voice {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 33.5px;
  padding-bottom: 2.09375rem;
  margin-bottom: 34.5px;
  margin-bottom: 2.15625rem;
}
.voice-c__voice::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: #fff;
  width: 23px;
  width: 1.4375rem;
  height: 1px;
}
.voice-c__name {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .voice-c__name {
    margin-bottom: 1rem;
  }
}
.voice-c__name span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.voice-c__info {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice-c__info {
    padding-bottom: unset;
  }
}
.voice-c__bottom {
  padding: 25px 40px 30px 0;
  padding: 1.5625rem 2.5rem 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .voice-c__bottom {
    padding: 1.375rem 0.9375rem 2.5rem;
  }
}
.voice-c__read {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5909090909;
  color: #1A204A;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .voice-c__read {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.support {
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .support {
    margin-bottom: 5rem;
  }
}
.support__ttl {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  font-size: 35px;
  font-size: 2.1875rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  line-height: 1;
  color: #1A204A;
}
@media screen and (max-width: 767px) {
  .support__ttl {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.support__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .support__contents {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.support__content {
  padding: 25px;
  padding: 1.5625rem;
  background: #1A204A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  padding: 0.9375rem;
}
.support__img {
  aspect-ratio: 1;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .support__img {
    aspect-ratio: 97/116;
  }
}
.support__texts {
  width: 60%;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.support__read {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .support__read {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.support__text {
  color: #fff;
}

.job__head span {
  color: #C41F1C;
}
.job__head::after {
  background: #C41F1C;
}
.job__top {
  position: relative;
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .job__top {
    margin-bottom: 0rem;
  }
}
.job__img {
  width: 50%;
  margin-left: auto;
  aspect-ratio: 686/400;
}
@media screen and (max-width: 767px) {
  .job__img {
    width: 100%;
    padding-left: 2.1875rem;
  }
}
.job__read {
  position: absolute;
  top: 23%;
  left: calc(50% - 31.25rem);
  color: #000;
}
@media screen and (max-width: 767px) {
  .job__read {
    top: 10%;
    position: unset;
    max-width: 37.5rem;
    margin: 1.25rem auto 0;
    padding-left: 2.1875rem;
  }
}
.job__wrap {
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
  overflow: hidden;
}
.job__contents {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .job .swiper {
    padding: 1.875rem 0 0.625rem;
  }
}
.job .swiper-slide {
  height: auto;
}

.job-c {
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, .16);
  padding: 25px;
  padding: 1.5625rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .job-c {
    margin-bottom: 3.125rem;
    padding: 1.25rem;
  }
}
.job-c__img {
  aspect-ratio: 598/357;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .job-c__img {
    aspect-ratio: 249/258;
  }
}
.job-c__ttl {
  text-align: center;
  color: #C41F1C;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .job-c__ttl {
    font-size: 1rem;
  }
}
.job-c__page {
  cursor: pointer;
  position: absolute;
  top: 43%;
  height: 23px;
  height: 1.4375rem;
  width: 40px;
  width: 2.5rem;
  z-index: 5;
  border-top: 12px solid transparent;
  border-top: 0.75rem solid transparent;
  border-left: 20px solid transparent;
  border-left: 1.25rem solid transparent;
  border-right: 20px solid #C41F1C;
  border-right: 1.25rem solid #C41F1C;
  border-bottom: 12px solid transparent;
  border-bottom: 0.75rem solid transparent;
}
@media screen and (max-width: 767px) {
  .job-c__page {
    width: 1.25rem;
    height: 1rem;
    border-top: 0.5rem solid transparent;
    border-left: 0.8125rem solid transparent;
    border-right: 0.8125rem solid #C41F1C;
    border-bottom: 0.5rem solid transparent;
    top: 50%;
  }
}
.job-c__page--prev {
  right: 76%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .job-c__page--prev {
    right: 89%;
  }
}
.job-c__page--next {
  left: 76%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .job-c__page--next {
    left: 89%;
  }
}

.bs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  max-width: 65.625rem;
  margin: 0 auto;
  padding: 0 25px;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .bs {
    max-width: unset;
    padding: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
    margin-bottom: 5.625rem;
  }
}
.bs__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A204A;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bs__ttl {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}

.entry {
  width: 50%;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .entry {
    width: 100%;
    padding-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .entry__inner {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
    margin: 0 auto;
  }
}
.entry__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .entry__contents {
    gap: 0.3125rem;
  }
}
.entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  background: #1A204A;
  padding: 15px 18px 20px;
  padding: 0.9375rem 1.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .entry__content {
    gap: 0.375rem;
    padding: 0.625rem;
  }
}
.entry__circle {
  aspect-ratio: 1;
  width: 60px;
  width: 3.75rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #1C7DC4;
}
@media screen and (max-width: 767px) {
  .entry__circle {
    width: 2.375rem;
  }
}
.entry__circle--b {
  background: #7DB6BA;
}
.entry__c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1428571429;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .entry__c-text {
    font-size: 0.5625rem;
  }
}
.entry__texts {
  width: 80%;
}
.entry__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .entry__name {
    font-size: 0.75rem;
  }
}
.entry__link {
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: #C41F1C;
  font-family: "noto-sans", sans-serif;
}

.news {
  width: 50%;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news {
    width: 100%;
    padding-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .news__inner {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
    margin: 0 auto;
  }
}
.news__contents {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 18px 0;
  padding: 1.125rem 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news__content {
  padding: 12px 0;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 74px;
  min-height: 4.625rem;
}
@media screen and (max-width: 767px) {
  .news__content {
    padding: 0.625rem 0;
  }
}
.news__date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #707070;
  line-height: 1.7692307692;
  padding-right: 50px;
  padding-right: 3.125rem;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .news__date {
    width: 38%;
    line-height: 2;
  }
}
.news__info {
  width: 75%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "noto-sans", sans-serif;
  line-height: 1.9230769231;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .news__info {
    width: 62%;
  }
}
.news__info a {
  color: #5EAACC;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "noto-sans", sans-serif;
  font-weight: 300;
}
.news__more {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #707070;
  text-align: right;
  display: block;
}

.banner {
  margin-bottom: 144px;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-bottom: 6.25rem;
  }
}
.banner__inner {
  max-width: 1050px;
  max-width: 65.625rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banner__inner {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
  }
}
.banner__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .banner__contents {
    grid-template-columns: 1fr;
  }
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.banner__content:nth-of-type(1), .banner__content:nth-of-type(2) {
  aspect-ratio: 500/143;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .banner__content:nth-of-type(1), .banner__content:nth-of-type(2) {
    aspect-ratio: 301/119;
  }
}
.banner__content--hukuri {
  background-image: url("../images/common/Welfare.jpg");
  border-bottom: unset;
}
.banner__content--kensyu {
  background-image: url("../images/common/training.jpg");
  border-top: unset;
}
.banner__content:nth-of-type(3) {
  gap: 30px;
  gap: 1.875rem;
  grid-row: 2/3;
  grid-column: 1/3;
  aspect-ratio: 1000/143;
}
@media screen and (max-width: 767px) {
  .banner__content:nth-of-type(3) {
    aspect-ratio: 301/180;
    grid-row: unset;
    grid-column: unset;
    gap: 0.9375rem;
    border-left: unset;
    border-right: unset;
  }
}
.banner__c-img {
  width: 90px;
  width: 5.625rem;
}
.banner__text {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.banner__text--sdg {
  color: #5EAACC;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.entry2 {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.entry2__img {
  aspect-ratio: 1366/482;
}
@media screen and (max-width: 767px) {
  .entry2__img {
    aspect-ratio: 375/216;
  }
}
.entry2__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  text-align: right;
  padding: 54px;
  padding: 3.375rem;
  line-height: 1;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  display: block;
  background: #C41F1C;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .entry2__button {
    width: calc(100% - 2.1875rem);
    font-size: 0.9375rem;
    padding: 2.1875rem;
  }
}
.entry2__button::before {
  position: absolute;
  content: "";
  display: block;
  height: 10px;
  height: 0.625rem;
  width: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  left: 50px;
  left: 3.125rem;
  bottom: 50%;
}
@media screen and (max-width: 1100px) {
  .entry2__button::before {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .entry2__button::before {
    width: 30%;
    height: 0.5rem;
    left: 1.125rem;
  }
}

.footer__inner {
  max-width: 1050px;
  max-width: 65.625rem;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    max-width: 37.5rem;
    padding: 0 2.1875rem;
  }
}
.footer__container {
  padding: 20px 0 130px;
  padding: 1.25rem 0 8.125rem;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 1.25rem;
  }
}
.footer__icon {
  width: 35px;
  width: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__icon {
    width: 1.875rem;
  }
}
.footer__name {
  color: #1A204A;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__name {
    font-size: 0.875rem;
  }
}
.footer__info {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .footer__info {
    line-height: 2.2;
    font-size: 0.6875rem;
  }
}
.footer__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: underline;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 0.75rem;
  }
}
/*# sourceMappingURL=styles.css.map */
