@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sp-break {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}

.break {
  display: block;
}

.sp-inline {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp-inline {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
}

html, body {
  overflow-x: hidden;
}

main {
  background-color: #F2F5F7;
}

img {
  max-width: 100%;
}

h1, .h1 {
  font-size: clamp(80rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

h2, .h2 {
  font-size: clamp(58rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

h3, .h3 {
  font-size: clamp(28rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

h4, .h4 {
  font-size: clamp(20rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

h5, .h5 {
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

p {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}

a:visited {
  color: inherit;
}

.content {
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .content {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.content-w {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}

.main {
  padding: 0 0 40px;
}

.com-pagetop {
  background-color: #D3D3D3;
}
.com-pagetop a {
  color: #3E3E3E;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-decoration: none;
  padding: 16px 0 12px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.com-pagetop a:visited {
  color: inherit;
}
.com-pagetop a:hover {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .com-pagetop a {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  }
}

.header {
  position: fixed;
  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;
  gap: 20px;
  width: 100%; /* win対策のため基本%で作成する */
  max-width: 100%; /* win対策のため基本%で作成する */
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 10;
}
.header.fixed {
  background-color: #002B61;
}
.header__logo {
  padding: 25px 5%;
}
.header__logo h1 {
  margin: 0;
}
.header__logo a {
  display: block;
}
.header__logo img {
  max-width: 300px;
}
.header__nav button {
  display: none;
}
.header__nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header__nav ul.menu li:last-of-type a {
  background-color: #fff;
  color: #002B61;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__nav ul.menu li:last-of-type a::before {
  content: url("../images/common/icon_email.svg");
  line-height: 1;
}
.header__nav ul.menu li a {
  color: #fff;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.header__nav ul.header-sns {
  display: none;
}
@media only screen and (max-width: 960px) {
  .header {
    height: 60px;
  }
  .header.fixed {
    background-color: #fff;
  }
  .header__logo {
    padding: 0 5%;
  }
  .header__logo h1 {
    margin: 0;
  }
  .header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header__logo img {
    max-width: 300px;
  }
  .header__nav.open button {
    background-color: #002B61;
  }
  .header__nav.open button span {
    background-color: #fff;
    background-color: transparent;
  }
  .header__nav.open button span::before {
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__nav.open button span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__nav.open .header__nav--menu {
    display: block;
    left: auto;
    right: 0;
  }
  .header__nav.open .header__nav--menu ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding: 72px 0 0;
    width: 100%;
    height: 100%;
  }
  .header__nav.open .header__nav--menu ul.menu li {
    border-bottom: 1px solid #CDD6DD;
    width: 100%;
  }
  .header__nav.open .header__nav--menu ul.menu li:last-of-type a::before {
    content: none;
  }
  .header__nav.open .header__nav--menu ul.menu li a {
    color: #000;
    padding: 20px 26px;
  }
  .header__nav--menu {
    background-color: #fff;
    display: none;
    top: 0;
    left: 100%;
    width: 80dvw;
    height: 100dvh;
    position: fixed;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header__nav button {
    background-color: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    aspect-ratio: 1/1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .header__nav button span {
    background-color: #002B61;
    display: block;
    height: 2px;
    width: 26px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    position: relative;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header__nav button span::before {
    content: "";
    background-color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header__nav ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .header__nav ul.header-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    height: auto;
    padding: 50px 26px 30px;
    list-style-type: none;
  }
  .header__nav ul.header-sns li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer {
  background-color: #002B61;
  color: #fff;
  width: 100vw;
  max-width: 100vw;
  padding: 40px 10px 22px;
}
.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 24px auto;
      grid-template-areas: "logo menu" "copywrite copywrite";
  gap: 24px 0;
}
.footer__inner > a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__inner > a:hover {
  opacity: 0.5;
}
.footer__nav {
  padding-left: 20px;
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  margin: 0;
  padding: 0;
}
.footer__nav ul li {
  list-style-type: none;
}
.footer__nav ul li a {
  color: #fff;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer__nav ul li a:hover {
  opacity: 0.5;
}
.footer__copywrite {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: copywrite;
  color: #fff;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__copywrite small {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .footer__inner > a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
    max-width: 125px;
  }
  .footer__nav {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: menu;
    padding-left: 20px;
  }
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
}

.home__kv {
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  position: relative;
}
.home__kv--img {
  height: 100%;
  position: relative;
}
.home__kv--img picture, .home__kv--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home__kv--phrase {
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  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: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.home__kv--phrase h2 {
  color: #fff;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(110rem / 16, calc(0.02vw + 16vw * 0.5), 110rem / 16);
  text-align: center;
  position: relative;
}
.home__kv--phrase h2::before {
  content: "Making Of Tommorow";
  display: block;
  opacity: 0.34;
}
.home__kv--phrase h2 span {
  color: inherit;
  font-size: clamp(80rem / 16, calc(0.02vw + 16vw * 0.5), 80rem / 16);
  font-family: "Noto Serif JP", serif;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
}
.home__kv--sns {
  position: fixed;
  right: calc((100dvw - 90%) / 2);
  bottom: 40px;
  z-index: 1;
}
.home__kv--sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home__kv--sns ul li {
  line-height: 1;
}
.home__kv--sns ul li a {
  display: block;
}
.home__kv--sns ul li a:hover img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.home__kv--sns ul li a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 768px) {
  .home__kv--phrase h2 {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
  }
  .home__kv--phrase h2 span {
    font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
  .home__kv--sns {
    display: none;
  }
}
.home .gradient-bak {
  background: url("../images/home/mission_bak.png"), -webkit-gradient(linear, left top, left bottom, from(#0e5cd5), color-stop(60%, #36c2e7));
  background: url("../images/home/mission_bak.png"), linear-gradient(#0e5cd5 0%, #36c2e7 60%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.home__info {
  padding-top: 50px;
}
.home__info a {
  background-color: #fff;
  border-radius: 90px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: -webkit-max-content 20px -webkit-max-content 20px 1fr 20px 24px;
  -ms-grid-columns: max-content 20px max-content 20px 1fr 20px 24px;
  grid-template-columns: -webkit-max-content -webkit-max-content 1fr 24px;
  grid-template-columns: max-content max-content 1fr 24px;
  gap: 20px;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  padding: 32px 40px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__info a:visited {
  color: inherit;
}
.home__info a:hover {
  background-color: #ededed;
}
.home__info a::after {
  content: "";
  background-image: url("../images/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 1px solid #002B61;
  border-radius: 90px;
  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;
  width: 24px;
  height: 24px;
}
.home__info a .info-cat {
  background-color: #D3D3D3;
  color: #3E3E3E;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  border-radius: 20px;
  padding: 4px 15px;
  line-height: 1;
}
.home__info a p {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .home__info a {
    gap: 20px;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    padding: 20px 30px;
  }
  .home__info a::after {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .home__info {
    background-color: #fff;
    margin: 0;
    max-width: 100%;
    padding-top: 0;
  }
  .home__info a {
    background-color: #fff;
    justify-items: start;
    -ms-grid-columns: 30% 10px 1fr 10px 24px;
    grid-template-columns: 30% 1fr 24px;
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "date cat arrow" "title title arrow";
    gap: 10px;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    padding: 20px 25px;
  }
  .home__info a:visited {
    color: inherit;
  }
  .home__info a::after {
    grid-area: arrow;
  }
  .home__info a .info-date {
    grid-area: date;
  }
  .home__info a .info-cat {
    grid-area: cat;
  }
  .home__info a .info-title {
    grid-area: title;
    font-size: inherit;
    margin: 0;
  }
}
.home__mission {
  margin-top: 150px;
}
.home__mission--inner {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "title image" "detail image";
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 60px 1fr;
  grid-template-rows: auto 1fr;
  gap: 60px 0;
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
}
.home__mission h2 {
  grid-area: title;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  position: relative;
  line-height: 1.5;
  margin: 0;
}
.home__mission h2 .h2-vertical {
  color: #fff;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  position: absolute;
  opacity: 0.6;
  -webkit-transform: rotate(90deg) translate(50%, 100%);
          transform: rotate(90deg) translate(50%, 100%);
  left: -20%;
  letter-spacing: 0.02rem;
}
.home__mission h2 .h2-vertical::before {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -70px;
  top: calc((100% - 1px) / 2);
}
.home__mission p {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  color: #fff;
  grid-area: detail;
  font-weight: 700;
  line-height: 2.5;
  margin: 0;
}
.home__mission .mission-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
  position: relative;
  margin-left: 80px;
  margin-right: calc((100dvw - 200%) / -2);
  max-width: calc(100% - 80px + (100dvw - 200%) / 2);
}
.home__mission .mission-img img {
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .home__mission h2 .h2-vertical::before {
    content: "";
  }
  .home__mission .mission-img {
    margin-left: 40px;
    max-width: calc(100% - 40px + (100dvw - 200%) / 2);
  }
}
@media only screen and (max-width: 960px) {
  .home__mission h2 {
    font-size: clamp(44rem / 16, calc(0.02vw + 16vw * 0.5), 44rem / 16);
  }
  .home__mission h2 .h2-vertical::before {
    content: "";
  }
  .home__mission .mission-img {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home__mission {
    width: 90%;
    margin: 60px auto 0;
  }
  .home__mission--inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas: "title" "image" "detail";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin: 0;
    max-width: 100%;
  }
  .home__mission h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
  }
  .home__mission h2 .h2-vertical {
    display: block;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 5dvw;
    margin-bottom: 8px;
  }
  .home__mission h2 .h2-vertical::before {
    width: 20px;
    left: -30px;
  }
  .home__mission p {
    line-height: 2.5;
  }
  .home__mission .mission-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .home__mission .mission-img img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home__mission--inner > .info-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__mission--inner > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__mission p {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home__mission .mission-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.home__about {
  margin-top: 150px;
  padding-bottom: 180px;
}
.home__about--inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 60px auto;
      grid-template-areas: "image title" "image detail";
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px 0;
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
}
.home__about h2 {
  grid-area: title;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  position: relative;
  line-height: 1.5;
  margin: 0;
}
.home__about h2 .h2-vertical {
  color: #fff;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  position: absolute;
  opacity: 0.6;
  -webkit-transform: rotate(90deg) translate(50%, 0);
          transform: rotate(90deg) translate(50%, 0);
  right: -20%;
}
.home__about h2 .h2-vertical::before {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -70px;
  top: calc((100% - 1px) / 2);
}
.home__about .about-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: detail;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home__about .about-text p {
  color: #fff;
  font-weight: 700;
  line-height: 2.5;
  margin: 0;
}
.home__about .about-text a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  text-decoration: none;
  margin-top: 60px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__about .about-text a::after {
  content: "";
  background-image: url("../images/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 90px;
  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;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__about .about-text a:hover {
  color: #002B61;
}
.home__about .about-text a:hover::after {
  background-color: #ededed;
}
.home__about .about-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
  position: relative;
  margin-left: calc((100dvw - 200%) / -2);
  max-width: calc(100% - 80px + (100dvw - 200%) / 2);
}
@media only screen and (max-width: 960px) {
  .home__about h2 {
    font-size: clamp(44rem / 16, calc(0.02vw + 16vw * 0.5), 44rem / 16);
  }
}
@media only screen and (max-width: 1200px) {
  .home__about h2 .h2-vertical::before {
    content: "";
  }
  .home__about .about-text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: detail;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home__about .about-img {
    max-width: calc(100% - 40px + (100dvw - 200%) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .home__about {
    width: 90%;
    margin: 60px auto 0;
    padding-bottom: 60px;
  }
  .home__about--inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas: "title" "image" "detail";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px 0;
    max-width: 100%;
  }
  .home__about h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    margin: 0;
    line-height: 1.5;
  }
  .home__about h2 .h2-vertical {
    display: block;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 5dvw;
    margin-bottom: 8px;
  }
  .home__about h2 .h2-vertical::before {
    width: 20px;
    left: -30px;
  }
  .home__about .about-text {
    margin: 0;
  }
  .home__about .about-text p {
    line-height: 2.5;
  }
  .home__about .about-text a {
    margin-top: 25px;
  }
  .home__about .about-img {
    margin: 0 auto;
    margin-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .home__about--inner > .info-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__about--inner > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__about--inner > p {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home__about--inner > .mission-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .home__about--inner > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__about--inner > .about-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home__about--inner > .about-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .home__about--inner > .about-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.home__contents {
  margin-top: 150px;
}
.home__contents h2 {
  color: #002B61;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  position: relative;
  margin: 0;
}
.home__contents h2 .h2-vertical {
  color: #BBBEC3;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  position: absolute;
  opacity: 0.6;
  -webkit-transform: rotate(90deg) translate(50%, 100%);
          transform: rotate(90deg) translate(50%, 100%);
  left: -7%;
  z-index: 1;
}
.home__contents h2 .h2-vertical::before {
  content: "";
  background-color: #BBBEC3;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -70px;
  top: calc((100% - 1px) / 2);
}
.home__contents ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
  list-style-type: none;
  margin: 60px 0 0;
  padding-left: 0;
}
.home__contents ul li {
  overflow: hidden;
  line-height: 1;
}
.home__contents ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.home__contents ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.home__contents ul li a h3 {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 16px;
  margin: 0;
}
.home__contents ul li a h3 span {
  display: block;
  color: inherit;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  font-weight: 600;
  line-height: 2;
  margin-top: 10px;
}
.home__contents ul li a::after {
  content: "";
  background-image: url("../images/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 90px;
  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;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.home__contents ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .home__contents {
    width: 90%;
    margin: 80px auto 60px;
  }
  .home__contents .content {
    max-width: 100%;
  }
  .home__contents h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    margin: 0;
    line-height: 1.5;
  }
  .home__contents h2 .h2-vertical {
    display: block;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 5dvw;
    margin-bottom: 8px;
  }
  .home__contents h2 .h2-vertical::before {
    width: 20px;
    left: -30px;
  }
  .home__contents ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 30px 0 0;
  }
  .home__contents ul li a h3 {
    font-size: clamp(18rem / 16, calc(0.02vw + 16vw * 0.5), 18rem / 16);
  }
  .home__contents ul li a h3 span {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  }
}
.home__news {
  margin-top: 150px;
  margin-bottom: 150px;
}
.home__news--inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
}
.home__news--header h2 {
  color: #002B61;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  position: relative;
  margin: 0;
}
.home__news--header h2 .h2-vertical {
  color: #BBBEC3;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  position: absolute;
  opacity: 0.6;
  -webkit-transform: rotate(90deg) translate(50%, 100%);
          transform: rotate(90deg) translate(50%, 100%);
  left: -50px;
  z-index: 1;
}
.home__news--header h2 .h2-vertical::before {
  content: "";
  background-color: #BBBEC3;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -70px;
  top: calc((100% - 1px) / 2);
}
.home__news--header ul {
  list-style-type: none;
  margin: 50px 0 0;
  padding: 0;
}
.home__news--header ul li + li {
  margin-top: 20px;
}
.home__news--header ul li a {
  color: #000;
  text-decoration: none;
}
.home__news--content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home__news--content ul li {
  border-top: 1px solid #CDD6DD;
}
.home__news--content ul li:last-of-type {
  border-bottom: 1px solid #CDD6DD;
}
.home__news--content ul li a {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: -webkit-max-content 20px -webkit-max-content 20px 1fr 20px 24px;
  -ms-grid-columns: max-content 20px max-content 20px 1fr 20px 24px;
  grid-template-columns: -webkit-max-content -webkit-max-content 1fr 24px;
  grid-template-columns: max-content max-content 1fr 24px;
  gap: 20px;
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  padding: 30px 0 30px 20px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__news--content ul li a:visited {
  color: inherit;
}
.home__news--content ul li a:hover {
  background-color: #ededed;
}
.home__news--content ul li a:hover::after {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.home__news--content ul li a::after {
  content: "";
  background-image: url("../images/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #002B61;
  border-radius: 90px;
  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;
  width: 24px;
  height: 24px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__news--content ul li a .news-date {
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
}
.home__news--content ul li a .news-cat {
  background-color: #D3D3D3;
  color: #3E3E3E;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  border-radius: 20px;
  padding: 4px 15px;
  line-height: 1;
}
.home__news--content .more-link {
  text-align: right;
  margin-top: 60px;
}
.home__news--content .more-link a {
  color: #000;
  display: inline-block;
  text-underline-offset: 4.5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__news--content .more-link a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .home__news {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .home__news--inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home__news--header h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    margin: 0;
    line-height: 1.5;
  }
  .home__news--header h2 .h2-vertical {
    display: block;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 5dvw;
    margin-bottom: 8px;
  }
  .home__news--header h2 .h2-vertical::before {
    width: 20px;
    left: -30px;
  }
  .home__news--header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0 0;
  }
  .home__news--header ul li + li {
    margin-top: 0;
  }
  .home__news--content ul {
    margin: 54px 0 0;
  }
  .home__news--content ul li a {
    justify-items: start;
    -ms-grid-columns: 30% 10px 1fr 10px 24px;
    grid-template-columns: 30% 1fr 24px;
    -ms-grid-rows: auto 10px auto;
        grid-template-areas: "date cat arrow" "title title arrow";
    gap: 10px;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    padding: 20px 0;
  }
  .home__news--content ul li a:visited {
    color: inherit;
  }
  .home__news--content ul li a::after {
    grid-area: arrow;
  }
  .home__news--content ul li a .news-date {
    grid-area: date;
  }
  .home__news--content ul li a .news-cat {
    grid-area: cat;
  }
  .home__news--content ul li a .news-title {
    grid-area: title;
    font-size: inherit;
    margin: 0;
  }
  .home__news--content .more-link {
    text-align: center;
    margin-top: 30px;
  }
  .home__news--content ul li a > a::after {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .home__news--content ul li a > .info-date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home__news--content ul li a > .info-cat {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home__news--content ul li a > .info-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .home__news--content ul li a > h2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .home__news--content ul li a > h2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media only screen and (max-width: 768px){
  .home__info a::after {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .home__info a .info-date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home__info a .info-cat {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home__info a .info-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .home__mission h2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .home__about h2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .home__mission--inner > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__about .about-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home__about .about-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .home__about .about-text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .home__news--content ul li a::after {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .home__news--content ul li a > a::after {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .home__news--content ul li a .news-date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home__news--content ul li a > .news-date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home__news--content ul li a .news-cat {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home__news--content ul li a > .news-cat {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .home__news--content ul li a .news-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .home__mission--inner > .news-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__about--inner > .news-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .home__news--content ul li a > .news-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
.home__recruit {
  background: url("../images/home/recruit_bak.png"), -webkit-gradient(linear, left top, left bottom, from(#0e5cd5), color-stop(50%, #36c2e7));
  background: url("../images/home/recruit_bak.png"), linear-gradient(#0e5cd5 0%, #36c2e7 50%);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
.home__recruit h2 {
  color: #fff;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-weight: 600;
  font-size: clamp(180rem / 16, calc(0.02vw + 16vw * 0.5), 180rem / 16);
  text-align: center;
  position: relative;
  margin: 0;
}
.home__recruit h2::before {
  content: "Recruit";
  display: block;
  opacity: 0.34;
}
.home__recruit h2 span {
  color: inherit;
  font-size: clamp(58rem / 16, calc(0.02vw + 16vw * 0.5), 58rem / 16);
  font-family: "Noto Serif JP", serif;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
}
.home__recruit--intro h3 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(46rem / 16, calc(0.02vw + 16vw * 0.5), 46rem / 16);
  text-align: center;
  margin: 0;
}
.home__recruit--intro p {
  color: #fff;
  font-weight: 700;
  line-height: 2.5;
  margin-top: 60px;
}
.home__recruit--slide {
  margin-top: 110px;
}
.home__recruit--slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home__recruit--slide ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.home__recruit--slide ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home__recruit--slide .more-link {
  text-align: center;
  margin-top: 90px;
}
.home__recruit--slide .more-link a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__recruit--slide .more-link a::after {
  content: "";
  background-image: url("../images/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 90px;
  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;
  width: 24px;
  height: 24px;
}
.home__recruit--slide .more-link a:hover {
  color: #002B61;
}
@media only screen and (max-width: 768px) {
  .home__recruit {
    padding: 120px 0 60px;
  }
  .home__recruit h2 {
    font-size: clamp(26rem / 16, calc(0.02vw + 16vw * 0.5), 26rem / 16);
    text-align: center;
    position: relative;
    margin: 0;
  }
  .home__recruit h2::before {
    opacity: 0.34;
  }
  .home__recruit h2 span {
    font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
    letter-spacing: 0.02rem;
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
  .home__recruit--intro h3 {
    margin-top: 48px;
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  }
  .home__recruit--intro p {
    margin-top: 30px;
  }
  .home__recruit--slide {
    margin-top: 30px;
  }
  .home__recruit--slide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .home__recruit--slide ul li img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home__recruit--slide .more-link {
    text-align: right;
    margin-top: 30px;
  }
  .home__recruit--slide .more-link a {
    margin: 0 0 0 auto;
  }
}
.home__blog {
  margin-top: 150px;
  margin-bottom: 150px;
}
.home__blog--slide {
  margin-top: 50px;
  position: relative;
}
.home__blog h2 {
  color: #002B61;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  position: relative;
  margin: 0;
}
.home__blog h2 .h2-vertical {
  color: #BBBEC3;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  position: absolute;
  opacity: 0.6;
  -webkit-transform: rotate(90deg) translate(50%, 100%);
          transform: rotate(90deg) translate(50%, 100%);
  left: -30px;
  z-index: 1;
}
.home__blog h2 .h2-vertical::before {
  content: "";
  background-color: #BBBEC3;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -70px;
  top: calc((100% - 1px) / 2);
}
.home__blog--slide {
  position: relative;
}
.home__blog--slide:after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 245, 247, 0)), color-stop(30%, rgba(242, 245, 247, 0.7693671218)), color-stop(60%, rgba(242, 245, 247, 0.9430365896)), to(rgb(242, 245, 247)));
  background: linear-gradient(90deg, rgba(242, 245, 247, 0) 0%, rgba(242, 245, 247, 0.7693671218) 30%, rgba(242, 245, 247, 0.9430365896) 60%, rgb(242, 245, 247) 100%);
  right: calc((100dvw - 100%) / -2);
  top: 0;
  width: 20dvw;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.home__blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: calc(100dvw - (100dvw - 100%) / 2);
}
.home__blog ul li {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__blog ul li::before {
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home__blog ul li:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.home__blog ul li a {
  background-color: #fff;
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
}
.home__blog ul li a.new::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #0e7bd4;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.home__blog ul li a.new::after {
  content: "New";
  color: #fff;
  font-size: clamp(15rem / 16, calc(0.02vw + 16vw * 0.5), 15rem / 16);
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  text-align: center;
  line-height: 2.4;
  width: 80px;
  height: 80px;
  z-index: 10;
}
.home__blog ul li a figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.home__blog ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__blog ul li a .blog-text {
  padding: 20px;
}
.home__blog ul li a .blog-date {
  font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
}
.home__blog ul li a .blog-title {
  font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
}
.home__blog ul li a .blog-cat span {
  background-color: #D3D3D3;
  color: #3E3E3E;
  font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
  font-weight: 700;
  border-radius: 20px;
  padding: 4px 15px;
  line-height: 1;
}
.home__blog .swiper-button-prev {
  left: -5dvw;
  color: #7B7B7B;
}
.home__blog .swiper-button-next {
  color: #7B7B7B;
  right: -5dvw;
}
.home__blog .more-link {
  text-align: right;
  margin-top: 60px;
}
.home__blog .more-link a {
  color: #000;
  display: inline-block;
  text-underline-offset: 4.5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__blog .more-link a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .home__blog {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .home__blog--slide {
    margin-top: 30px;
  }
  .home__blog h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    margin: 0;
    line-height: 1.5;
  }
  .home__blog h2 .h2-vertical {
    display: block;
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 5dvw;
    margin-bottom: 8px;
  }
  .home__blog h2 .h2-vertical::before {
    width: 20px;
    left: -30px;
  }
  .home__blog--slide {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 10%;
  }
  .home__blog--slide:after {
    content: none;
  }
  .home__blog--slide .blog-slide-inner {
    -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
    overflow: hidden;
  }
  .home__blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .home__blog ul li::before {
    -webkit-box-shadow: none;
            box-shadow: none;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home__blog ul li:hover {
    -webkit-transform: none;
            transform: none;
  }
  .home__blog ul li a {
    background-color: #fff;
    color: #000;
    display: block;
    text-decoration: none;
  }
  .home__blog ul li a .blog-text {
    padding: 20px;
  }
  .home__blog ul li a .blog-date {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
  }
  .home__blog ul li a .blog-title {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
  .home__blog ul li a .blog-cat span {
    background-color: #D3D3D3;
    color: #3E3E3E;
    font-size: clamp(12rem / 16, calc(0.02vw + 16vw * 0.5), 12rem / 16);
    border-radius: 20px;
    padding: 4px 15px;
    line-height: 1;
  }
  .home__blog .swiper-button-next:after, .home__blog .swiper-button-prev:after {
    font-size: 24px;
  }
  .home__blog .swiper-button-prev {
    left: -2.5dvw;
    color: #7B7B7B;
  }
  .home__blog .swiper-button-next {
    color: #7B7B7B;
    right: -2.5dvw;
  }
  .home__blog .more-link {
    text-align: center;
    margin-top: 60px;
  }
}
.home__etc {
  background: url("../images/home/etc/back.png"), linear-gradient(135deg, rgb(14, 123, 212) 0%, rgb(36, 141, 141) 50%, rgb(7, 62, 106) 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 170px 0 80px;
}
.home__etc--inner {
  display: -ms-grid;
  display: grid;
  gap: 150px;
  -ms-grid-columns: 42% 150px 1fr;
  grid-template-columns: 42% 1fr;
  width: 85%;
  margin: 0 5% 0 10%;
}
.home__etc--inner h2 {
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  position: relative;
  margin: 0;
}
.home__etc--inner h2 .h2-vertical {
  color: #fff;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(32rem / 16, calc(0.02vw + 16vw * 0.5), 32rem / 16);
  position: absolute;
  -webkit-transform: rotate(90deg) translate(50%, 150%);
          transform: rotate(90deg) translate(50%, 150%);
  left: -50px;
  z-index: 1;
}
.home__etc--inner h2 .h2-vertical::before {
  content: "";
  background-color: #fff;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -70px;
  top: calc((100% - 1px) / 2);
}
.home__etc--inner .etc-access iframe {
  margin-top: 25px;
  width: 100%;
  height: 250px;
}
.home__etc--inner .etc-access > p {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
}
.home__etc--inner .etc-contact {
  margin-left: 50px;
}
.home__etc--inner .etc-contact p {
  color: #fff;
  font-weight: 300;
  line-height: 2;
}
.home__etc--inner .etc-contact-info {
  text-align: center;
}
.home__etc--inner .etc-contact-info a {
  color: #fff;
  font-family: "Poppins", "Hiragino Sans", "Sawarabi Gothic", sans-serif;
  font-size: clamp(52rem / 16, calc(0.02vw + 16vw * 0.5), 52rem / 16);
  font-weight: 600;
  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;
  gap: 12px;
  text-decoration: none;
}
.home__etc--inner .etc-contact-info p {
  font-weight: 700;
  margin: 0 0 34px;
}
.home__etc--inner .etc-contact-link {
  background-color: #fff;
  border-radius: 90px;
  color: #002B61;
  font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
  font-weight: 700;
  padding: 25px 20px;
  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;
  gap: 12px;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home__etc--inner .etc-contact-link::before {
  content: url("../images/common/icon_email.svg");
  line-height: 1;
}
.home__etc--inner .etc-contact-link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
  .home__etc {
    padding: 170px 0 80px;
  }
  .home__etc--inner {
    gap: 80px;
  }
  .home__etc--inner .etc-contact-info a {
    font-size: clamp(40rem / 16, calc(0.02vw + 16vw * 0.5), 40rem / 16);
  }
  .home__etc--inner .etc-contact-link {
    font-size: clamp(22rem / 16, calc(0.02vw + 16vw * 0.5), 22rem / 16);
  }
}
@media only screen and (max-width: 960px) {
  .home__etc--inner .etc-contact-info a {
    font-size: clamp(40rem / 16, calc(0.02vw + 16vw * 0.5), 40rem / 16);
  }
}
@media only screen and (max-width: 768px) {
  .home__etc {
    background-position: bottom;
    padding: 50px 0 60px;
  }
  .home__etc--inner {
    gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }
  .home__etc--inner h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    margin: 0;
    text-align: center;
  }
  .home__etc--inner h2 .h2-vertical {
    display: inline;
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 0;
    margin-bottom: 8px;
  }
  .home__etc--inner h2 .h2-vertical::before {
    content: none;
  }
  .home__etc--inner .etc-access iframe {
    margin-top: 30px;
    width: 100%;
    height: 200px;
  }
  .home__etc--inner .etc-access > p {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    line-height: 2;
    margin-top: 20px;
  }
  .home__etc--inner .etc-contact {
    margin-left: 0;
  }
  .home__etc--inner .etc-contact h2 {
    font-size: clamp(30rem / 16, calc(0.02vw + 16vw * 0.5), 30rem / 16);
    margin: 0;
    text-align: center;
  }
  .home__etc--inner .etc-contact h2 .h2-vertical {
    display: inline;
    font-size: clamp(24rem / 16, calc(0.02vw + 16vw * 0.5), 24rem / 16);
    position: relative;
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
    left: 0;
    margin-bottom: 8px;
  }
  .home__etc--inner .etc-contact h2 .h2-vertical::before {
    content: none;
  }
  .home__etc--inner .etc-contact p {
    font-size: clamp(14rem / 16, calc(0.02vw + 16vw * 0.5), 14rem / 16);
    font-weight: 300;
    line-height: 1.6;
    margin-top: 30px;
  }
  .home__etc--inner .etc-contact-info a {
    font-size: clamp(36rem / 16, calc(0.02vw + 16vw * 0.5), 36rem / 16);
    gap: 6px;
    line-height: 1.6;
  }
  .home__etc--inner .etc-contact-info a img {
    max-width: 33px;
  }
  .home__etc--inner .etc-contact-info p {
    margin: 0 0 30px;
  }
  .home__etc--inner .etc-contact-link {
    font-size: clamp(16rem / 16, calc(0.02vw + 16vw * 0.5), 16rem / 16);
  }
}