@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

th, td {
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Base
----------------------------------------*/
html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

a {
  text-decoration: none;
  transition: opacity 0.4s ease;
  z-index: 1;
}
a:link, a:visited {
  color: #000000;
}

a:hover {
  opacity: 0.7;
}

a[data-rel=external]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  background: transparent url("../image/icon-external.png") no-repeat scroll center center;
  background-size: contain;
  margin-right: 0.5em;
}

p {
  line-height: 2;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-container {
  overflow: hidden;
}

.l-limit {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
}
@media screen and (min-width: 768px) {
  .l-limit {
    box-sizing: border-box;
    max-width: 1600px;
  }
}

.l-frame {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-frame {
    width: 90%;
  }
}
.l-frame--s {
  width: 94.6666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-frame--s {
    width: 83.3333333333%;
  }
}
.l-frame--l {
  width: 94.6666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-frame--l {
    width: 93.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
  }
}
.l-column-both {
  display: flex;
  justify-content: space-between;
}
.l-column--wrap {
  flex-wrap: wrap;
}
.l-column--reverse {
  flex-direction: row-reverse;
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 20px 0;
  }
}
.l-header__bar {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 5px 5px 5px 16px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .l-header__bar {
    padding-left: 26px;
  }
}
.l-headerLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-headerLogo {
    flex-direction: row;
    gap: 20px;
  }
}
.l-headerLogo a {
  display: grid;
  place-items: center;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .l-headerLogo a {
    width: 130px;
  }
}
.l-headerLogo span {
  font-size: 8px;
  line-height: 1;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .l-headerLogo span {
    font-size: 12px;
  }
}
.l-headerEntry {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 5px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-headerEntry {
    flex-wrap: nowrap;
  }
}
.l-headerEntry strong {
  font-size: 9px;
  margin-right: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-headerEntry strong {
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header__btn {
  width: 70px;
  height: 50px;
  background-color: #0c158c;
  border-radius: 3px;
  display: grid;
  place-items: center;
  cursor: pointer;
  min-width: inherit;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header__btn {
    width: 120px;
    height: 100%;
  }
}
.l-header__btn span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-header__btn span {
    font-size: 14px;
  }
}
.l-header__btn:hover {
  background-color: #101cbd;
}
.l-headerBurger {
  aspect-ratio: 1/1;
  background-color: #000000;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-headerBurger {
    width: 50px;
    height: 50px;
  }
}
.l-headerBurger span {
  position: relative;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
}
.l-headerBurger span::before, .l-headerBurger span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  left: 0;
}
.l-headerBurger span::before {
  top: -8px;
}
.l-headerBurger span::after {
  top: 8px;
}
.l-header .l-headerGnav {
  z-index: 1;
  background: rgba(79, 79, 79, 0.5);
}
.l-header .l-headerGnav .l-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #13194a;
  color: #ffffff;
  padding: 60px 16%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .l-header .l-headerGnav .l-nav {
    border-radius: 4px;
    padding: 80px;
    margin: 20px auto;
    width: 83.3333333333%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .l-headerGnav .l-nav {
    padding: 100px 75px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.l-header .l-headerGnav .l-nav nav {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .l-header .l-headerGnav .l-nav nav {
    margin-top: 0;
  }
}
.l-header .l-headerGnav .l-nav strong,
.l-header .l-headerGnav .l-nav span {
  color: #ffffff;
}
.l-header .l-headerGnav .l-nav strong {
  font-size: 28px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .l-header .l-headerGnav .l-nav strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .l-headerGnav .l-nav strong {
    font-size: 36px;
  }
}
.l-header .l-headerGnav .l-nav li {
  padding: 2px 0;
}
.l-header .l-headerGnav .l-nav li span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .l-header .l-headerGnav .l-nav li span {
    font-size: 15px;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .l-headerGnav .l-nav li span {
    font-size: 16px;
  }
}
.l-header .l-headerGnav .l-nav__modal {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-header .l-headerGnav .l-nav__modal strong {
  font-size: 16px;
}
.l-header .l-headerGnav .l-nav__modal .l-header__btn {
  width: 255px;
  height: 50px;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .l-header .l-headerGnav .l-nav__modal .l-header__btn {
    width: 280px;
    height: 60px;
  }
}
.l-header .l-headerGnav .l-nav__modal span {
  color: #000000;
  font-size: 18px;
}
.l-header .l-headerGnav .l-nav__modal .l-nav__modal__extern span.-txt {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  position: relative;
  padding-right: 40px;
}

.l-nav__modal__extern {
  margin-top: 30px;
  border: solid 1px #ffffff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 16px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  display: grid;
  place-content: center;
}
.l-nav__modal__extern .-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.l-nav__modal__extern .-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 5px;
  height: 8px;
  background: transparent url(../image/common/icon_arrow_b.svg) no-repeat scroll center center/100% auto;
}
.l-nav__modal__extern span.-txt {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  position: relative;
  padding-right: 40px;
}

.l-entry__modal > div {
  background-color: #c6e0e9;
  padding: 80px 5%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-entry__modal > div {
    padding: 40px 7.8%;
    max-width: 688px;
  }
}
.l-entry__modal strong {
  font-size: 28px;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .l-entry__modal strong {
    font-size: 32px;
  }
}
.l-entry__modal p {
  font-size: 14px;
  margin-top: 20px;
}
.l-entry__modal__link {
  width: 334px;
  height: 82px;
  display: grid;
  place-content: center;
  background-color: #ffffff;
  margin: 20px auto 0;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .l-entry__modal__link {
    width: 350px;
  }
}
.l-entry__modal__link > picture,
.l-entry__modal__link img {
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-entry__modal__link.--l picture, .l-entry__modal__link.--l img {
  height: 52px;
}
.l-entry__modal__link + .l-entry__modal__link {
  margin-top: 10px;
}
.l-entry__modal__contact {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 16px;
  display: block;
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
  background-color: #13194a;
  color: #0c158c;
  padding: 22px 0 30px;
  position: relative;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 60px 0 25px;
  }
}
.l-footer__inner {
  gap: 0 10%;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    gap: 0 6.6666666667%;
    justify-content: space-between;
  }
}
.l-footer__wrap {
  flex: 1;
}
.l-footerLogo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footerLogo picture,
.l-footerLogo span {
  transition: opacity 0.4s;
}
.l-footerLogo:hover {
  opacity: 1;
}
.l-footerLogo:hover picture,
.l-footerLogo:hover span {
  opacity: 0.7;
}
.l-footerLogo picture {
  mix-blend-mode: lighten;
  max-width: 200px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-footerLogo picture {
    max-width: 268px;
  }
}
.l-footerLogo picture img {
  margin: -1px;
}
.l-footerLogo span {
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-footerLogo span {
    font-size: 14px;
  }
}
.l-footerEntry {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-footerEntry {
    gap: 10px 5px;
  }
}
.l-footerEntry strong {
  font-size: 15px;
  margin-right: 10px;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footerEntry strong {
    font-size: 16px;
  }
}
.l-footerEntry .l-footer__btn {
  background-color: #ffffff;
  max-width: 200px;
  height: 60px;
  flex: 1;
  border-radius: 3px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.l-footerEntry .l-footer__btn span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .l-footerEntry .l-footer__btn span {
    font-size: 18px;
  }
}
.l-footerEntry .l-footer__btn:hover {
  filter: brightness(0.8);
}
.l-footerGnav {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .l-footerGnav {
    margin-top: 0;
  }
}
.l-footerGnav__item {
  margin: 6px 0;
}
@media screen and (min-width: 768px) {
  .l-footerGnav__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  .l-footerGnav__item a {
    display: flex;
    align-items: baseline;
    gap: 24px;
  }
}
.l-footerGnav strong {
  font-size: 28px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
.l-footerGnav p {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-footerGnav p {
    font-size: 16px;
    white-space: nowrap;
  }
}
.l-footerCopyright {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-footerCopyright {
    margin-top: -80px;
  }
}
.l-footerCopyright small {
  display: block;
  font-size: 11px;
  letter-spacing: -0.02em;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footerCopyright small {
    text-align: center;
    font-size: 12px;
    text-align: start;
  }
}

/*----------------------------------------
	Component
----------------------------------------*/
.c-icon__arrow, .c-icon__more {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-icon__arrow {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.4s ease;
  right: 5%;
}
.c-icon__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.4s ease;
  background-color: #082196;
}
.c-icon__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 5px;
  height: 8px;
  opacity: 0;
  background: transparent url(../image/common/icon_arrow.svg) no-repeat scroll center center/100% auto;
}
.c-icon__more {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 0.4s ease;
  right: 18px;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 768px) {
  .c-icon__more {
    right: 20px;
  }
}
.c-icon__more::before, .c-icon__more::after {
  background-color: #000000;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.c-icon__more::before {
  transform: rotate(90deg);
}

.c-btn {
  display: grid;
  place-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  border: solid 1px #c3c9cc;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all 0.4s;
  padding: 0 40px 0 20px;
  min-width: 240px;
  height: 60px;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 0 60px 0 40px;
    min-width: 340px;
    height: 80px;
  }
}
.c-btn span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-btn span {
    font-size: 16px;
  }
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover .c-icon__arrow::before {
  transform: scale(3.75);
}
.c-btn:hover .c-icon__arrow::after {
  opacity: 1;
}
.c-btn--small {
  display: grid;
  place-items: center;
  border-radius: 100px;
  box-sizing: border-box;
  border: solid 1px #c3c9cc;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  height: 40px;
  transition: all 0.4s ease;
}
.c-btn--small span {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
}
.c-btn--small.--white {
  color: #ffffff;
  border: solid 1px #ffffff;
}
.c-btn > .c-icon__arrow {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .c-btn > .c-icon__arrow {
    right: 30px;
  }
}
.c-btn:has(.c-icon__more):hover {
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-btn:has(.c-icon__more):hover {
    font-size: 18px;
  }
}
.c-btn:has(.c-icon__more):hover .c-icon__more {
  transform: rotate(180deg);
}

.c-linkImg {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.c-linkImg picture,
.c-linkImg img {
  transition: all 0.6s ease;
  min-height: 280px;
  border-radius: 0;
}
.c-linkImg__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-linkImg__overlay {
    gap: 35px;
  }
}
.c-linkImg h3 {
  color: #ffffff;
}
.c-linkImg .c-icon__arrow::before {
  background-color: #ffffff;
}
.c-linkImg .c-icon__arrow::after {
  background: transparent url(../image/common/icon_arrow_b.svg) no-repeat scroll center center/100% auto;
}
.c-linkImg:hover {
  opacity: 1;
  filter: brightness(0.9);
}
.c-linkImg:hover picture,
.c-linkImg:hover img {
  transform: scale(1.08);
}
.c-linkImg:hover .c-btn--small {
  background-color: #ffffff;
  color: #000000;
}
.c-linkImg:hover .c-icon__arrow::before {
  transform: scale(3.75);
}
.c-linkImg:hover .c-icon__arrow::after {
  opacity: 1;
}

.c-ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl span {
  font-size: 48px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .c-ttl span {
    font-size: 84px;
    line-height: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .c-ttl span {
    font-size: 120px;
  }
}
.c-ttl h1,
.c-ttl h2 {
  font-size: 18px;
  position: relative;
  padding-left: 50px;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-ttl h1,
  .c-ttl h2 {
    line-height: 1;
    font-size: 22px;
    padding-left: 100px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-ttl h1,
  .c-ttl h2 {
    font-size: 25px;
  }
}
.c-ttl h1::before,
.c-ttl h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  height: 2px;
  width: 40px;
  background-color: #101cbd;
}
@media screen and (min-width: 768px) {
  .c-ttl h1::before,
  .c-ttl h2::before {
    top: 14px;
    width: 80px;
  }
}
.c-ttl.--white {
  color: #ffffff;
}
.c-ttl.--white h2::before {
  background-color: #ffffff;
}

.c-lead.--white p {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-lead.--vertical {
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.c-lead p {
  font-size: 13px;
  line-height: 2.2857;
}
@media screen and (min-width: 768px) {
  .c-lead p {
    font-size: 14px;
  }
}

.c-hero--01 {
  padding: 100px 0 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-hero--01 {
    padding: 168px 0 0;
    display: flex;
    justify-content: space-between;
  }
}
.c-hero--01 .c-hero__wrap:last-child {
  margin: 32px 0 0 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-hero--01 .c-hero__wrap:last-child {
    width: 37.037037037%;
    margin: 15px 0 0 0;
  }
}
.c-hero--01.--report .c-hero__wrap:last-child {
  margin: 32px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-hero--01.--report .c-hero__wrap:last-child {
    margin: 20px -4% 0 2%;
  }
}
@media screen and (min-width: 1024px) {
  .c-hero--01.--report .c-hero__wrap:last-child {
    margin: 36px -6% 0 4%;
  }
}

.c-hero--02 {
  box-sizing: border-box;
  padding: 108px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-hero--02 {
    padding: 140px 3.7037037037% 0;
  }
}
.c-hero--02:has(.c-hero__bg--l) {
  height: 99svh;
  min-height: 580px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-hero--02:has(.c-hero__bg--l) {
    height: 90svh;
    min-height: 660px;
  }
}
.c-hero--02:has(.c-hero__bg--s) .c-ttl {
  padding: 0 0 150px;
}
@media screen and (min-width: 768px) {
  .c-hero--02:has(.c-hero__bg--s) .c-ttl {
    padding: 0 0 88px;
  }
}
.c-hero--02:has(.c-hero__bg--full) {
  height: 100svh;
  min-height: 760px;
}
@media screen and (min-width: 768px) {
  .c-hero--02:has(.c-hero__bg--full) {
    min-height: 920px;
  }
}
.c-hero--02 .c-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -1;
  overflow: hidden;
}
.c-hero--02 .c-hero__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.c-hero--02 .c-hero__bg--l {
  height: calc(99svh - 80px);
  top: 80px;
  border-radius: 4px;
  min-height: 480px;
  border-radius: 4px;
  width: 94.6666666667%;
}
@media screen and (min-width: 768px) {
  .c-hero--02 .c-hero__bg--l {
    height: calc(90svh - 40px);
    width: 93.3333333333%;
    top: 40px;
    min-height: 600px;
  }
}
.c-hero--02 .c-hero__bg--full img {
  border-radius: 0;
}
.c-hero--02 .c-ttl {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
.c-hero--02 .c-ttl span {
  font-size: 32px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-hero--02 .c-ttl span {
    font-size: 48px;
    line-height: 0.8;
  }
}
.c-hero--02 .c-ttl h1 {
  font-size: 12px;
  position: relative;
  padding-left: 36px;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-hero--02 .c-ttl h1 {
    line-height: 1;
    font-size: 20px;
    padding-left: 74px;
    margin: 20px 0 0 0px;
  }
}
.c-hero--02 .c-ttl h1::before {
  top: 8px;
  height: 2px;
  width: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-hero--02 .c-ttl h1::before {
    top: 10px;
    width: 60px;
  }
}
.c-hero--02 .c-ttl + .c-lead {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-hero--02 .c-ttl + .c-lead {
    margin-top: 35px;
  }
}
.c-hero--02 .c-ttl + .c-lead p {
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-hero--02 .c-ttl + .c-lead p {
    font-size: 14px;
  }
}

.js-hero + section, .js-hero + div {
  position: relative;
}
.js-heroEl {
  opacity: 0;
}
.js-heroTtlSpan {
  height: 56px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .js-heroTtlSpan {
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .js-heroTtlSpan {
    height: 128px;
  }
}
.js-heroTtlSpan span {
  position: relative;
  bottom: -50px;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .js-heroTtlSpan span {
    bottom: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .js-heroTtlSpan span {
    bottom: -120px;
  }
}
.js-heroTtlSpan span.is-showed {
  bottom: 2px;
}
.js-hero.c-hero--02 .js-heroTtlSpan {
  height: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .js-hero.c-hero--02 .js-heroTtlSpan {
    height: 50px;
  }
}

.c-content {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .c-content {
    padding-bottom: 100px;
  }
}

.c-contentList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-contentList {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-contentList::after {
    content: "";
    display: block;
    width: 31.4814814815%;
  }
}
.c-contentList__item {
  width: 100%;
  position: relative;
  transition: all 0.4s ease;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-contentList__item + .c-contentList__item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-contentList__item {
    width: 31.4814814815%;
  }
  .c-contentList__item:nth-child(3n+1) {
    margin-top: 60px;
  }
  .c-contentList__item:nth-child(3n+2) {
    margin-top: 30px;
  }
  .c-contentList__item:nth-child(3n+3) {
    margin-top: 0px;
  }
}
.c-contentList__item .c-icon__arrow {
  top: inherit;
  bottom: 28px;
  right: 30px;
}
.c-contentList__item:hover {
  background-color: #ffffff;
}
.c-contentList__item:hover picture,
.c-contentList__item:hover img {
  transform: scale(1.08);
}
.c-contentList__item:hover .c-icon__arrow::before {
  transform: scale(3.75);
}
.c-contentList__item:hover .c-icon__arrow::after {
  opacity: 1;
}
.c-contentList__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contentList__item__img {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.c-contentList__item__txt {
  padding: 24px 7%;
}
.c-contentList__item picture,
.c-contentList__item img {
  transition: transform 0.4s;
}
.c-contentList__item h2,
.c-contentList__item h3 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .c-contentList__item h2,
  .c-contentList__item h3 {
    font-size: 18px;
  }
}
.c-contentList__item p.-post {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #0c158c;
  border: 1px solid #0c158c;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 6.5px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .c-contentList__item p.-post {
    font-size: 15px;
  }
}
.c-contentList__item p.-post + h3 {
  margin-top: 10px;
}
.c-contentList__item p.-date {
  color: #999999;
  font-size: 11px;
  margin-bottom: 5px;
}
.c-contentList__item p.-name {
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
}
.c-contentList__item p.-name small {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-right: 1.4rem;
}
.c-contentList__item ul.-tag {
  color: #0c158c;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6rem;
  margin-top: 5px;
  letter-spacing: 0.06em;
}
.c-contentList__item ul.-tag li::before {
  content: "#";
}
.c-contentList.--home h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.c-contentList.--home .c-contentList__item:hover {
  background-color: #f2f2f2;
}
.c-contentList.--interview h2 {
  font-size: 18px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .c-contentList.--interview h2 {
    margin-top: 12px;
  }
}
.c-contentList.--interview .c-contentList__item__img {
  aspect-ratio: 335/182;
}
.c-contentList.--interview .c-contentList__item__txt {
  padding: 25px 5%;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  width: 100%;
  padding-top: 40px;
}
@media screen and (min-width: 480px) {
  .c-pagination {
    gap: 0 10px;
    width: 100%;
    padding-top: 60px;
  }
}
.c-pagination__prev, .c-pagination__next {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 16px;
  display: block;
}
.c-pagination__prev::before, .c-pagination__prev::after, .c-pagination__next::before, .c-pagination__next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 11.9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
}
.c-pagination__prev::before, .c-pagination__next::before {
  transform: rotate(45deg);
}
.c-pagination__prev::after, .c-pagination__next::after {
  transform: rotate(-45deg);
}
.c-pagination__prev {
  padding-right: 8px;
}
.c-pagination__prev::before, .c-pagination__prev::after {
  left: 0;
  transform-origin: 1px 50%;
}
@media screen and (min-width: 480px) {
  .c-pagination__prev {
    padding-right: 20px;
  }
}
.c-pagination__next {
  padding-left: 8px;
}
.c-pagination__next::before, .c-pagination__next::after {
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (min-width: 480px) {
  .c-pagination__next {
    padding-left: 20px;
  }
}
.c-pagination .page-numbers {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (min-width: 480px) {
  .c-pagination .page-numbers {
    width: 50px;
    height: 50px;
  }
}
.c-pagination .page-numbers.current {
  background-color: #0c158c;
  color: #ffffff;
}

.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.c-post--col {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .c-post--col {
    flex-direction: row;
    justify-content: space-between;
    padding: 96px 0 0;
  }
}
.c-post__ttl h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-post__ttl h2 {
    font-size: 34px;
    margin-bottom: 48px;
    line-height: 1.45;
  }
}
@media screen and (min-width: 1280px) {
  .c-post__ttl h2 {
    font-size: 42px;
  }
}
.c-post__ttl__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-post__ttl__info {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.c-post__ttl__info .-date {
  font-size: 11px;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .c-post__ttl__info .-date {
    font-size: 12px;
  }
}
.c-post__article {
  margin: 50px 0 45px;
}
@media screen and (min-width: 768px) {
  .c-post__article {
    margin: 90px 0 60px;
  }
}
.c-post__article h3 {
  font-size: 20px;
  margin: 46px auto 32px;
}
@media screen and (min-width: 768px) {
  .c-post__article h3 {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .c-post__article h3 {
    font-size: 32px;
    margin: 80px auto 42px;
  }
}
.c-post__article .c-post__paragraph,
.c-post__article p {
  margin-top: 32px;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (min-width: 1280px) {
  .c-post__article .c-post__paragraph,
  .c-post__article p {
    margin-top: 42px;
    font-size: 18px;
  }
}
.c-post__article p + p {
  margin-top: 0;
}
.c-post__article p:has(img) {
  margin: 32px auto;
}
@media screen and (min-width: 1280px) {
  .c-post__article p:has(img) {
    margin: 42px auto;
  }
}
.c-post__article a {
  color: #0c158c;
  text-decoration: underline;
}
.c-post__article img {
  border-radius: 4px;
}
.c-post__img {
  margin: auto;
}
.c-post__img.--s {
  width: 94.3661971831%;
}
@media screen and (min-width: 768px) {
  .c-post__img.--s {
    width: 71.4285714286%;
  }
}
@media screen and (min-width: 768px) {
  .c-post__img.--l {
    width: 80.3571428571%;
  }
}
.c-post__img.--full {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-post__img.--full {
    margin-top: 36px;
  }
}
.c-post__link a {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 60px 10px 40px;
  min-height: 60px;
  margin: 40px auto 0;
}
.c-post__link a .c-icon__arrow {
  right: 20px;
}
@media screen and (min-width: 768px) {
  .c-post__link a .c-icon__arrow {
    right: 30px;
  }
}
.c-post__link a .c-icon__arrow::before {
  background-color: #ffffff;
}
.c-post__link a .c-icon__arrow::after {
  background: transparent url(../image/common/icon_arrow_b.svg) no-repeat scroll center center/contain;
}
.c-post__link a:hover .c-icon__arrow::before {
  transform: scale(3.75);
}
.c-post__link a:hover .c-icon__arrow::after {
  opacity: 1;
}
.c-post__tag {
  background-color: #ffffff;
  padding: 20px 6.5%;
  margin-top: 45px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-post__tag {
    padding: 24px 6.5%;
    margin-top: 60px;
  }
}
.c-post__tag h4 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-post__tag h4 {
    font-size: 18px;
  }
}
.c-post__tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
  font-size: 14px;
  gap: 5px 1rem;
}
@media screen and (min-width: 1280px) {
  .c-post__tag ul {
    font-size: 16px;
  }
}
.c-post__tag li::before {
  content: "#";
  color: #0c158c;
  padding-right: 0.2em;
}
.c-post__tag a {
  color: #0c158c;
}

.interview-single .c-post__article {
  width: 94.3661971831%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .interview-single .c-post__article {
    width: 57.1428571429%;
  }
}

.report-single .c-post {
  width: 94.3661971831%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .report-single .c-post {
    width: 64%;
    margin-left: 0;
  }
}

.c-side {
  width: 94.3661971831%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c-side {
    margin-top: 0;
    width: 24%;
    margin-right: 0;
  }
}
.c-side h4 {
  font-size: 18px;
  line-height: 1.6;
  border-bottom: solid 1px;
  padding-bottom: 4px;
}
.c-side__post:not(:first-child) {
  margin-top: 40px;
}
.c-side__post > ul {
  margin-top: 30px;
}
.c-side__post__item {
  background-color: #ffffff;
  padding: 10px 10px 20px;
  border-radius: 4px;
}
.c-side__post__item img {
  aspect-ratio: 220/134;
}
.c-side__post__item .-date,
.c-side__post__item .-tag,
.c-side__post__item h5 {
  padding-left: 4%;
  padding-right: 4%;
}
.c-side__post__item .-date {
  font-size: 11px;
  color: #999999;
  margin-top: 15px;
}
.c-side__post__item h5 {
  font-size: 14px;
  margin-top: 2px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.c-side__post__item .-tag {
  font-size: 12px;
  color: #0c158c;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.8rem;
  margin-top: 8px;
}
.c-side__post__item .-tag li::before {
  content: "#";
  padding-right: 0.3em;
}
.c-side__post__item + .c-side__post__item {
  margin-top: 10px;
}

.c-toTop {
  position: fixed;
  bottom: 28px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-toTop {
    bottom: 36px;
    right: 26px;
    width: 60px;
    height: 60px;
  }
}
.c-toTop img {
  width: 100%;
  height: 100%;
}
.c-toTop.active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景 */
.js-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  .js-modal {
    background: transparent url(../image/common/modal_bg.jpg) no-repeat scroll center center/cover;
  }
}
.js-modal {
  /* モーダルの中身*/
}
.js-modalContent {
  padding: 1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .js-modalContent {
    border-radius: 10px;
    width: auto;
    height: auto;
  }
}
.js-modal {
  /* モーダル表示状態 */
}
.js-modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.js-modal.active .js-modalContent {
  animation: fadeIn 0.6s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-modalClose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .js-modalClose {
    top: -44px;
    right: 0;
  }
}
.js-modalClose::before, .js-modalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #000000;
  border-radius: 2.5px;
}
@media screen and (min-width: 768px) {
  .js-modalClose::before, .js-modalClose::after {
    background: #04aee9;
  }
}
.js-modalClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal.l-headerGnav .js-modalClose {
  top: 20px;
  right: 20px;
}
.js-modal.l-headerGnav .js-modalClose::before, .js-modal.l-headerGnav .js-modalClose::after {
  background: #ffffff;
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
}

.js-homeTtlSpan {
  height: 56px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .js-homeTtlSpan {
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .js-homeTtlSpan {
    height: 128px;
  }
}
.js-homeTtlSpan span {
  position: relative;
  bottom: -50px;
  transition: all 0.7s;
}
@media screen and (min-width: 768px) {
  .js-homeTtlSpan span {
    bottom: -85px;
  }
}
@media screen and (min-width: 1024px) {
  .js-homeTtlSpan span {
    bottom: -120px;
  }
}
.js-homeTtlSpan span.is-showed {
  bottom: 2px;
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-red {
  color: red;
}

.u-bg-red {
  background-color: red;
}

/* 
* 余白打ち消しクラス
*/
.u-noRadius {
  border-radius: 0 !important;
}

.u-noMargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

.u-noPadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

/* 
* 余白
*/
.-padding-t {
  padding-top: 10px;
}
.-padding-t.-x2 {
  padding-top: 20px;
}
.-padding-t.-x4 {
  padding-top: 40px;
}
.-padding-t.-x6 {
  padding-top: 60px;
}
.-padding-t.-x8 {
  padding-top: 80px;
}
.-padding-t.-x10 {
  padding-top: 100px;
}

.-padding-b {
  padding-bottom: 10px;
}
.-padding-b.-x2 {
  padding-bottom: 20px;
}
.-padding-b.-x4 {
  padding-bottom: 40px;
}
.-padding-b.-x6 {
  padding-bottom: 60px;
}
.-padding-b.-x8 {
  padding-bottom: 80px;
}
.-padding-b.-x10 {
  padding-bottom: 100px;
}

.-margin-t {
  margin-top: 10px;
}
.-margin-t.-x2 {
  margin-top: 20px;
}
.-margin-t.-x4 {
  margin-top: 40px;
}
.-margin-t.-x6 {
  margin-top: 60px;
}
.-margin-t.-x8 {
  margin-top: 80px;
}
.-margin-t.-x10 {
  margin-top: 100px;
}

.-margin-b {
  margin-bottom: 10px;
}
.-margin-b.-x2 {
  margin-bottom: 20px;
}
.-margin-b.-x4 {
  margin-bottom: 40px;
}
.-margin-b.-x6 {
  margin-bottom: 60px;
}
.-margin-b.-x8 {
  margin-bottom: 80px;
}
.-margin-b.-x10 {
  margin-bottom: 100px;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.home-index {
  background-color: #ffffff;
}
.home-index section:not(.t-homeLoad, .t-homeHero, .t-homeJob) {
  padding: 60px 0 80px;
}
@media screen and (min-width: 768px) {
  .home-index section:not(.t-homeLoad, .t-homeHero, .t-homeJob) {
    padding: 100px 0 92px;
  }
  .home-index section:not(.t-homeLoad, .t-homeHero, .t-homeJob).t-homeEducation {
    padding: 100px 0 120px;
  }
}

.t-homeLoad {
  z-index: 10;
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #e6e7f0;
}
.t-homeLoad p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  writing-mode: vertical-rl;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 23.8%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #0c158c;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .t-homeLoad p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .t-homeLoad p {
    font-size: 34px;
  }
}
.t-homeLoad span {
  opacity: 0;
  display: inline-block;
}

.t-homeHero {
  height: 100svh;
  position: relative;
  color: #ffffff;
}
.t-homeHero__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.t-homeHero__slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dee0e0;
  mix-blend-mode: multiply;
  z-index: 3;
}
.t-homeHero__slider .swiper-slide picture,
.t-homeHero__slider .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.t-homeHero__slider .-bg {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transform: scale(1.15);
}
.t-homeHero__slider .-person {
  height: 85%;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .t-homeHero__slider .-person {
    height: 100%;
    max-width: 1200px;
  }
}
.t-homeHero__slider .swiper-slide.swiper-slide-prev .-bg,
.t-homeHero__slider .swiper-slide.swiper-slide-active .-bg {
  transform: scale(1.15);
  animation: zoomOut 10s linear 0s normal forwards;
}
.t-homeHero__slider .swiper-slide.swiper-slide-prev .-person,
.t-homeHero__slider .swiper-slide.swiper-slide-active .-person {
  animation: zoomUp 10s linear 0s normal forwards;
}
.t-homeHero__slider .-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 137.3333333333vw;
  height: 137.3333333333vw;
  max-width: 900px;
  max-height: 900px;
  opacity: 0.4;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .t-homeHero__slider .-circle {
    width: 60vw;
    height: 60vw;
  }
}
.t-homeHero__slider .-circle svg {
  width: 100%;
  height: 100%;
}
.t-homeHero__slider .-circle svg circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  width: 100%;
}
.t-homeHero__slider .-circle svg circle.is-animated {
  animation: drawCircle 1.2s linear forwards;
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 380;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.t-homeHero h1 {
  writing-mode: vertical-rl;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 23.8%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 26px;
  letter-spacing: 0.1em;
  position: fixed;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .t-homeHero h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .t-homeHero h1 {
    font-size: 34px;
  }
}
.t-homeHero__link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .t-homeHero__link {
    bottom: 14%;
    right: 16.5%;
    width: 180px;
    height: 180px;
  }
}
.t-homeHero__link .-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  color: #0c158c;
  z-index: -1;
}
.t-homeHero__link h2 {
  font-size: 12px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .t-homeHero__link h2 {
    font-size: 16px;
  }
}
.t-homeHero__link:hover .-bg {
  color: #101cbd;
  transform: scale(1.1);
}
.t-homeHero__link:hover {
  opacity: 1;
}

.t-homeInterview {
  background-color: #e6e7f0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-homeInterview {
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .t-homeInterview__head {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    min-height: 200px;
  }
}
.t-homeInterview__lead {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__lead {
    margin-top: 0;
    position: absolute;
    right: 6%;
    top: 0;
  }
}
.t-homeInterview__links {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links {
    margin-top: 65px;
  }
}
.t-homeInterview__links__item {
  position: relative;
  border-radius: 4px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.8%;
  }
}
.t-homeInterview__links__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t-homeInterview__links__item h3 {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .t-homeInterview__links__item h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .t-homeInterview__links__item h3 {
    font-size: 34px;
  }
}
.t-homeInterview__links__item .-img {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item .-img {
    width: 40.7407407407%;
  }
}
.t-homeInterview__links__item .-img span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  place-items: center;
  margin: auto;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item .-img span {
    font-size: 24px;
  }
}
.t-homeInterview__links__item picture,
.t-homeInterview__links__item img {
  transition: all 0.4s ease;
}
.t-homeInterview__links__item .-txt {
  padding: 15px 7%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item .-txt {
    padding: 0;
    flex: 1;
  }
  .t-homeInterview__links__item .-txt h3 {
    line-height: 1.4;
  }
}
.t-homeInterview__links__item .-txt p {
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item .-txt p {
    margin-top: 14px;
    font-size: 18px;
  }
}
.t-homeInterview__links__item .-txt small {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-right: 0.7rem;
  letter-spacing: 0.06em;
}
.t-homeInterview__links__item + li {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__item + li {
    margin-top: 20px;
  }
}
.t-homeInterview__links__item:hover {
  background-color: #ffffff;
}
.t-homeInterview__links__item:hover picture,
.t-homeInterview__links__item:hover img {
  transform: scale(1.08);
}
.t-homeInterview__links__item:hover .c-icon__arrow::before {
  transform: scale(3.75);
}
.t-homeInterview__links__item:hover .c-icon__arrow::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .t-homeInterview__links .-txt > .c-icon__arrow {
    top: -48%;
    bottom: 0;
    right: 6%;
  }
}
.t-homeInterview__links__btn {
  margin: 38px auto 0;
}
@media screen and (min-width: 768px) {
  .t-homeInterview__links__btn {
    margin: 60px auto 0;
  }
}

.t-homeEducation {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .t-homeEducation {
    padding: 100px 0;
  }
}
.t-homeEducation__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .t-homeEducation__bg {
    width: 100%;
  }
}
.t-homeEducation__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.t-homeEducation__bg picture,
.t-homeEducation__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.t-homeEducation__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-homeEducation__head {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
  }
}
.t-homeEducation__lead {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .t-homeEducation__lead {
    width: 32.6829268293%;
  }
}
@media screen and (min-width: 1024px) {
  .t-homeEducation__lead {
    margin-top: 40px;
    width: 30.3333333333%;
  }
}
.t-homeEducation__link {
  margin-top: 48px;
  border: solid white;
  border-width: 1px 0;
}
@media screen and (min-width: 768px) {
  .t-homeEducation__link {
    margin-top: 84px;
  }
}
.t-homeEducation__link a {
  border: solid #ffffff;
  border-width: 0 1px;
  margin: 0 auto;
  width: 89.3333333333%;
}
@media screen and (min-width: 768px) {
  .t-homeEducation__link a {
    width: 70%;
  }
}
.t-homeEducation__link h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .t-homeEducation__link h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .t-homeEducation__link h3 {
    font-size: 36px;
  }
}

.t-homeJob {
  background-color: #e6e7f0;
  overflow: hidden;
}
.t-homeJob__inner {
  padding: 60px 0 80px;
}
@media screen and (min-width: 768px) {
  .t-homeJob__inner {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .t-homeJob__inner > * {
    padding: 120px 0 80px;
  }
}
.t-homeJob__link {
  display: block;
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 0 1px 0 0;
  margin: 48px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-homeJob__link {
    flex: 1;
    margin: 0;
    border-width: 0 1px 0 1px;
    width: 68.5185185185%;
  }
}
.t-homeJob__link:hover {
  opacity: 1;
}
.t-homeJob__link::before, .t-homeJob__link::after {
  content: "";
  position: absolute;
  left: -15vw;
  right: 0;
  margin: auto;
  width: 110vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .t-homeJob__link::before, .t-homeJob__link::after {
    opacity: 0;
  }
}
.t-homeJob__link::before {
  top: 0;
}
.t-homeJob__link::after {
  bottom: 0;
}
.t-homeJob__link h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .t-homeJob__link h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .t-homeJob__link h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .t-homeJob__head {
    width: 31.4814814815%;
    border-right: solid 1px rgba(0, 0, 0, 0.4);
    margin-top: -12px;
  }
}
@media screen and (min-width: 768px) {
  .t-homeJob__head > * {
    margin: auto;
  }
}
.t-homeJob__lead {
  display: block;
  margin: 30px auto 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .t-homeJob__lead {
    width: 62px;
    margin: 88px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .t-homeReport {
    padding: 100px 0;
  }
}
.t-homeReport__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-homeReport__head {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
  }
}
.t-homeReport__lead {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .t-homeReport__lead {
    margin-top: 30px;
  }
}
.t-homeReport__links {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .t-homeReport__links {
    margin-top: 88px;
  }
}
.t-homeReport__links__btn {
  margin: 80px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.interview-index {
  background-color: #e6e7f0;
}
.interview-index .t-interview__filter {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .interview-index .t-interview__filter {
    margin-top: 20px;
  }
}
.interview-index .t-interview__filter::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  width: 6.8px;
  height: 6.8px;
  border: solid #0c158c;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .interview-index .t-interview__filter::after {
    top: 15px;
  }
}
.interview-index .t-interview__filter p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  white-space: nowrap;
}
.interview-index .t-interview__filter select {
  border: 1px solid #c3c9cc;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  box-shadow: 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  width: 250px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .interview-index .t-interview__filter select {
    font-size: 16px;
  }
}
.interview-index .t-interview__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .interview-index .t-interview__content {
    margin-top: 68px;
  }
}
.interview-index .t-interview__content__more {
  margin: 50px auto 0;
  transition: opacity 0.3s ease;
}
.interview-index .t-interview__content__more.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.interview-index .t-interview__content li.c-contentList__item {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.interview-index .t-interview__content li.c-contentList__item.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}

.interview-single {
  background-color: #e6e7f0;
}
@media screen and (max-width: 767px) {
  .interview-single .t-hero__inner {
    width: 84%;
  }
}
.interview-single .t-hero__lead {
  position: absolute;
  bottom: 64px;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  width: 84%;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead {
    width: 100%;
    max-width: inherit;
  }
}
.interview-single .t-hero__lead h2 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-single .t-hero__lead h2 {
    font-size: 48px;
  }
}
.interview-single .t-hero__lead__wrap {
  display: flex;
  align-items: end;
  line-height: 1;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead__wrap {
    margin-top: 36px;
  }
}
.interview-single .t-hero__lead .-post {
  font-size: 18px;
  position: relative;
  padding: 0 2rem 0 32px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead .-post {
    padding: 0 2.2rem 0 50px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-single .t-hero__lead .-post {
    font-size: 28px;
  }
}
.interview-single .t-hero__lead .-post::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead .-post::before {
    top: 15px;
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-single .t-hero__lead .-post::before {
    top: 18px;
    width: 40px;
  }
}
.interview-single .t-hero__lead .-name {
  font-size: 16px;
  line-height: 1.2;
  padding-right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead .-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-single .t-hero__lead .-name {
    font-size: 20px;
  }
}
.interview-single .t-hero__lead .-year {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .interview-single .t-hero__lead .-year {
    font-size: 14px;
  }
}
.interview-single .t-interview__others {
  margin: 54px auto 80px;
}
@media screen and (min-width: 768px) {
  .interview-single .t-interview__others {
    margin: 94px auto 110px;
  }
}
.interview-single .t-interview__others h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .interview-single .t-interview__others h2 {
    font-size: 18px;
  }
}
.interview-single .t-interview__others > ul {
  margin-top: 48px;
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .interview-single .t-interview__others > ul {
    margin-top: 60px;
    gap: 0;
  }
}
.interview-single .t-interview__others__btn {
  margin: 60px auto 0;
}

.report-index {
  background-color: #e6e7f0;
}
.report-index .t-report__tag {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .report-index .t-report__tag {
    margin-top: 50px;
  }
}
.report-index .t-report__tag strong {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
.report-index .t-report__tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 60px;
}
@media screen and (min-width: 768px) {
  .report-index .t-report__tag ul {
    margin: 6px 0 40px;
  }
}
.report-index .t-report__tag li {
  font-size: 13px;
  border: solid 1px #c3c9cc;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0 7.5px;
  color: #0c158c;
  transition: all 0.3s;
  cursor: pointer;
}
.report-index .t-report__tag li::before {
  content: "#";
  padding-right: 2px;
}
.report-index .t-report__tag li:hover, .report-index .t-report__tag li:has(input:checked) {
  background-color: #0c158c;
  color: #ffffff;
}
.report-index .t-report__tag input {
  opacity: 0;
  width: 0;
  margin: 0;
}

.report-single {
  background-color: #e6e7f0;
}
.report-single .t-reportSingle__container {
  background-color: #e6e7f0;
}
.report-single .t-reportSingle__index {
  margin: 60px auto;
}
@media screen and (min-width: 768px) {
  .report-single .t-reportSingle__index {
    margin: 120px auto;
  }
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.message-index {
  background-color: #1a83cd;
}

.t-message {
  position: relative;
}
.t-message h2,
.t-message h3,
.t-message h4,
.t-message p {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.t-message__bg {
  background-color: rgb(3, 131, 205);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateY(0px);
}
.t-message__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: 0;
  background: linear-gradient(to bottom, rgb(3, 131, 205) 0%, rgba(0, 0, 0, 0) 40%), url(../image/message/messageBg.webp) no-repeat center bottom/cover;
}

.t-message__pinArea {
  position: relative;
  height: 3170px;
}
@media screen and (min-width: 768px) {
  .t-message__pinArea {
    height: 3160px;
  }
}
@media screen and (min-width: 1600px) {
  .t-message__pinArea {
    height: 3360px;
  }
}
.t-message__pinArea__inner {
  height: 100%;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  .t-message__pinArea__inner {
    height: 100vh;
  }
}

.t-message__hero {
  position: relative;
  height: 100%;
}
.t-message__hero__catch, .t-message__hero__p {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.t-message__hero__catch {
  font-size: 24px;
  writing-mode: vertical-rl;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .t-message__hero__catch {
    top: 7%;
    font-size: 32px;
  }
}
.t-message__hero__catch span {
  opacity: 0;
  display: inline-block;
}
.t-message__hero__p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .t-message__hero__p {
    font-size: 16px;
    top: 57%;
    bottom: inherit;
    left: inherit;
    right: 14%;
  }
}
.t-message__hero__circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27vw;
  right: 0;
  margin: auto;
  width: 154vw;
  max-width: 1020px;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .t-message__hero__circle {
    left: 0;
    width: 60vw;
    width: 800px;
  }
}
.t-message__hero__circle svg {
  width: 100%;
  height: 100%;
}
.t-message__hero__circle svg circle {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  width: 100%;
}
.t-message__hero__circle svg circle.is-animated {
  animation: drawCircle 1s linear forwards;
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 380;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

section.t-message__imgs {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 20%;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  section.t-message__imgs {
    top: 0;
  }
}
section.t-message__imgs ul {
  display: flex;
  align-items: center;
  gap: 5vw;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  section.t-message__imgs ul {
    gap: 3vw;
  }
}
@media screen and (min-width: 1280px) {
  section.t-message__imgs ul {
    gap: 75px;
  }
}
section.t-message__imgs li {
  border-radius: 4px;
  overflow: hidden;
  width: 30%;
  width: 64vw;
}
@media screen and (min-width: 768px) {
  section.t-message__imgs li {
    width: 20vw;
    min-width: 300px;
  }
}
@media screen and (min-width: 1280px) {
  section.t-message__imgs li {
    width: 360px;
  }
}
section.t-message__imgs li:nth-child(2) {
  margin-top: 50px;
}
section.t-message__imgs li:nth-child(3) {
  margin-top: 100px;
}
section.t-message__imgs li:nth-child(4) {
  margin-top: 150px;
}
section.t-message__imgs li:nth-child(5) {
  margin-top: 200px;
}

.t-message__content {
  padding: 120px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  overflow: scroll;
  transform: translateY(20px);
}
@media screen and (min-width: 768px) {
  .t-message__content {
    padding: 180px 0 0;
  }
}
.t-message__content__block {
  display: flex;
  flex-direction: column;
  width: 88.7323943662%;
  margin: auto;
}
.t-message__content__block + .t-message__content__block {
  margin-top: 86px;
}
@media screen and (min-width: 768px) {
  .t-message__content__block {
    width: -moz-fit-content;
    width: fit-content;
  }
  .t-message__content__block + .t-message__content__block {
    margin-top: 102px;
  }
  .t-message__content__block.--center {
    justify-self: center;
    padding-left: 3%;
  }
  .t-message__content__block.--right {
    justify-self: flex-end;
    padding-right: 8%;
  }
  .t-message__content__block.--left {
    justify-self: flex-start;
    padding-left: 18%;
  }
}
.t-message__content__block p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .t-message__content__block p {
    font-size: 20px;
    line-height: 2.1;
  }
}
.t-message__content__block p + p {
  margin-top: 40px;
}

.t-message__link {
  margin: 106px auto 0;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .t-message__link {
    margin: 165px auto 0;
    padding-bottom: 280px;
  }
}
.t-message__link__inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 36px;
  width: 89.3333333333%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .t-message__link__inner {
    width: 87.8048780488%;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .t-message__link__inner {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .t-message__link__item {
    width: 46.6666666667%;
  }
}
.t-message__link a {
  position: relative;
  margin-top: 36px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.t-message__link a picture,
.t-message__link a img {
  transition: all 0.6s ease;
}
.t-message__link a:hover {
  opacity: 1;
}
.t-message__link a:hover picture,
.t-message__link a:hover img {
  transform: scale(1.1);
}
.t-message__link .-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}
.t-message__link h3 {
  font-size: 16px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.t-message__link h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
}
.t-message__link h4 {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .t-message__link h4 {
    font-size: 31.7px;
  }
}
.t-message__link p {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .t-message__link p {
    font-size: 16px;
  }
}
.t-message__link p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 14px;
  background-color: #ffffff;
}

.t-message__scrolldown {
  position: fixed;
  top: 55%;
  right: 20px;
  transform: translateY(-55%);
  opacity: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .t-message__scrolldown {
    top: inherit;
    bottom: 40px;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
}
.t-message__scrolldown p {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .t-message__scrolldown p {
    font-size: 12px;
  }
}
.t-message__scrolldown p:before,
.t-message__scrolldown p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 1px;
  height: 100px;
  background: #ffffff;
}
.t-message__scrolldown p:before {
  opacity: 0.2;
}
.t-message__scrolldown p:after {
  animation: sdl01 5s ease-in-out infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  40% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  80% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.education-index {
  background-color: #e6e7f0;
}

.t-educHero__inner {
  padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .t-educHero__inner {
    padding-bottom: 160px;
  }
}
.t-educHero__wrap {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .t-educHero__wrap {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .t-educHero__wrap {
    margin-top: 80px;
  }
}
.t-educHero__wrap h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.65;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .t-educHero__wrap h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .t-educHero__wrap h2 {
    font-size: 48px;
  }
}
.t-educHero__wrap h2 span {
  position: relative;
}
.t-educHero__wrap h2 .-draw01 {
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .t-educHero__wrap h2 .-draw01 {
    padding-right: 12px;
  }
}
.t-educHero__wrap h2 .-draw01::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 0;
  left: -70%;
  margin: auto;
  width: 210%;
  height: 140%;
  background: transparent url(../image/education/educ_drawing_01.svg) no-repeat scroll center center/contain;
}
.t-educHero__wrap h2 .-draw02::before {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  background: transparent url(../image/education/educ_drawing_02.svg) no-repeat scroll center center/contain;
}
@media screen and (min-width: 768px) {
  .t-educHero__wrap h2 .-draw02::before {
    bottom: -68%;
    width: 84%;
  }
}
.t-educHero__wrap p {
  margin-top: 45px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .t-educHero__wrap p {
    margin-top: 60px;
    font-size: 16px;
    text-align: center;
  }
}

.t-educPoint {
  padding: 50px 0;
  background-color: #e6e7f0;
}
@media screen and (min-width: 768px) {
  .t-educPoint {
    padding: 84px 0 60px;
  }
}
.t-educPoint h2 {
  font-size: 20px;
  line-height: 2.1;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .t-educPoint h2 {
    font-size: 24px;
    text-underline-offset: 14px;
    letter-spacing: 0.03em;
  }
}
.t-educPoint__col {
  margin: 50px auto 0;
  width: 94.3661971831%;
}
@media screen and (min-width: 768px) {
  .t-educPoint__col {
    margin: 68px auto 0;
    width: 100%;
  }
  .t-educPoint__col:not(:first-of-type) {
    margin: 40px auto 0;
  }
}
.t-educPoint__col .-img {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .t-educPoint__col .-img {
    width: 44%;
  }
}
.t-educPoint__col .-txt {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .t-educPoint__col .-txt {
    width: 48%;
  }
}
.t-educPoint__col h3 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .t-educPoint__col h3 {
    font-size: 27px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .t-educPoint__col h3 {
    font-size: 32px;
    padding-left: 40px;
    line-height: 1.9;
  }
}
.t-educPoint__col h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 110px;
  width: 2px;
  background-color: #0c158c;
}
@media screen and (min-width: 768px) {
  .t-educPoint__col h3::before {
    height: 145px;
  }
}
@media screen and (min-width: 1024px) {
  .t-educPoint__col h3::before {
    height: 160px;
  }
}
.t-educPoint__col h3 span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
.t-educPoint__col p {
  margin-top: 38px;
}
@media screen and (min-width: 1024px) {
  .t-educPoint__col p {
    margin-top: 45px;
  }
}

.t-educTraining {
  margin-bottom: 115px;
}
@media screen and (min-width: 768px) {
  .t-educTraining {
    margin-bottom: 140px;
  }
}
.t-educTraining__block {
  padding: 40px 2% 35px;
  border-top: solid 1px;
}
.t-educTraining__block:not(:first-child) {
  border-bottom: solid 1px;
}
@media screen and (min-width: 768px) {
  .t-educTraining__block {
    border-bottom: solid 1px;
    padding: 40px 0 72px;
    flex: 1;
  }
  .t-educTraining__block:first-of-type {
    padding-right: 6%;
    position: relative;
  }
  .t-educTraining__block:first-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 106%;
    background-color: #000000;
  }
  .t-educTraining__block:last-of-type {
    padding-left: 6%;
  }
}
.t-educTraining__block span {
  display: grid;
  place-items: center;
  height: 22px;
  padding: 0 20px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #0c158c;
  border: solid 1px #0c158c;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .t-educTraining__block span {
    font-size: 15px;
    height: 28px;
    padding: 0 35px;
  }
}
.t-educTraining__block h2 {
  font-size: 20px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .t-educTraining__block h2 {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .t-educTraining__block h2 {
    font-size: 24px;
  }
}
.t-educTraining__block p {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .t-educTraining__block p {
    margin-top: 24px;
  }
}

.t-jobHero__inner {
  padding-bottom: 126px;
}
@media screen and (min-width: 768px) {
  .t-jobHero__inner {
    padding-bottom: 160px;
  }
}
.t-jobHero__wrap {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .t-jobHero__wrap {
    margin-top: 52px;
  }
}
@media screen and (min-width: 1600px) {
  .t-jobHero__wrap {
    margin-top: 80px;
  }
}
.t-jobHero__wrap h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.65;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .t-jobHero__wrap h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobHero__wrap h2 {
    font-size: 48px;
  }
}
.t-jobHero__wrap h2 span {
  position: relative;
}
.t-jobHero__wrap p {
  margin-top: 24px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .t-jobHero__wrap p {
    margin-top: 36px;
    font-size: 16px;
    text-align: center;
  }
}
.t-jobHero__wrap__anchor {
  margin-top: 35px;
  justify-content: center;
  gap: 10px;
}
.t-jobHero__wrap__anchor a {
  min-width: 162px;
}
.t-jobHero__wrap__anchor .c-icon__arrow {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .t-jobHero__wrap__anchor {
    margin-top: 72px;
    gap: 20px;
  }
  .t-jobHero__wrap__anchor a {
    min-width: 360px;
  }
}

.t-jobSales,
.t-jobRA {
  padding: 52px 0 72px;
}
@media screen and (min-width: 768px) {
  .t-jobSales,
  .t-jobRA {
    padding: 92px 0 120px;
  }
}
.t-jobSales__desc .-ttl,
.t-jobRA__desc .-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .t-jobSales__desc .-ttl,
  .t-jobRA__desc .-ttl {
    width: 40.7407407407%;
    border-right: solid 1px;
  }
}
.t-jobSales__desc .-ttl p,
.t-jobRA__desc .-ttl p {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 18px;
}
.t-jobSales__desc .-ttl p img,
.t-jobRA__desc .-ttl p img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .t-jobSales__desc .-ttl p,
  .t-jobRA__desc .-ttl p {
    font-size: 25px;
  }
  .t-jobSales__desc .-ttl p img,
  .t-jobRA__desc .-ttl p img {
    width: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobSales__desc .-ttl p,
  .t-jobRA__desc .-ttl p {
    font-size: 28px;
  }
  .t-jobSales__desc .-ttl p img,
  .t-jobRA__desc .-ttl p img {
    width: 45px;
  }
}
.t-jobSales__desc .-ttl h2,
.t-jobRA__desc .-ttl h2 {
  font-size: 44px;
  letter-spacing: 0.15em;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .t-jobSales__desc .-ttl h2,
  .t-jobRA__desc .-ttl h2 {
    font-size: 60px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobSales__desc .-ttl h2,
  .t-jobRA__desc .-ttl h2 {
    font-size: 70px;
  }
}
.t-jobSales__desc .-txt,
.t-jobRA__desc .-txt {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid #c3c9cc;
}
@media screen and (min-width: 768px) {
  .t-jobSales__desc .-txt,
  .t-jobRA__desc .-txt {
    margin-top: 0;
    padding-top: 0;
    padding-left: 3.8%;
    border-top: inherit;
    flex: 1;
  }
}
.t-jobSales__wrap,
.t-jobRA__wrap {
  margin-top: 45px;
  padding: 48px 6% 78px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap,
  .t-jobRA__wrap {
    margin-top: 55px;
    padding: 70px 7.2% 128px;
  }
}
.t-jobSales__wrap strong,
.t-jobRA__wrap strong {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2.1;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  margin: 0 auto 45px;
  display: block;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap strong,
  .t-jobRA__wrap strong {
    font-size: 24px;
    text-underline-offset: 14px;
    letter-spacing: 0.03em;
    margin: 0 auto 70px;
  }
}
.t-jobSales__wrap__col + .t-jobSales__wrap__col,
.t-jobRA__wrap__col + .t-jobSales__wrap__col {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #c3c9cc;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__col + .t-jobSales__wrap__col,
  .t-jobRA__wrap__col + .t-jobSales__wrap__col {
    margin-top: 50px;
    padding-top: 60px;
  }
}
.t-jobSales__wrap__col .-txt,
.t-jobRA__wrap__col .-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__col .-txt,
  .t-jobRA__wrap__col .-txt {
    margin-top: 0;
    width: 56.2770562771%;
  }
}
.t-jobSales__wrap__col .-txt span,
.t-jobRA__wrap__col .-txt span {
  display: grid;
  place-items: center;
  height: 22px;
  padding: 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #0c158c;
  border: solid 1px #0c158c;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__col .-txt span,
  .t-jobRA__wrap__col .-txt span {
    font-size: 15px;
    height: 28px;
    padding: 0 25px;
  }
}
.t-jobSales__wrap__col .-txt h3,
.t-jobRA__wrap__col .-txt h3 {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__col .-txt h3,
  .t-jobRA__wrap__col .-txt h3 {
    font-size: 22px;
    margin-top: 12px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobSales__wrap__col .-txt h3,
  .t-jobRA__wrap__col .-txt h3 {
    font-size: 24px;
  }
}
.t-jobSales__wrap__col .-txt p,
.t-jobRA__wrap__col .-txt p {
  margin-top: 24px;
  background-color: #dfeaed;
  padding: 14px 8%;
  font-size: 14px;
  line-height: 1.72;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__col .-txt p,
  .t-jobRA__wrap__col .-txt p {
    margin-top: 35px;
    padding: 24px 5.5%;
  }
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__col .-img,
  .t-jobRA__wrap__col .-img {
    width: 38.961038961%;
  }
}
.t-jobSales__wrap__block,
.t-jobRA__wrap__block {
  margin-top: 40px;
  padding: 20px 6%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__block,
  .t-jobRA__wrap__block {
    margin-top: 60px;
    padding: 60px 6.8%;
  }
}
.t-jobSales__wrap__block .-txt,
.t-jobRA__wrap__block .-txt {
  margin-top: 20px;
  padding: 0 5%;
}
.t-jobSales__wrap__block .-txt p,
.t-jobRA__wrap__block .-txt p {
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__block .-txt,
  .t-jobRA__wrap__block .-txt {
    margin-top: 0;
    padding: 0;
    width: 45.1127819549%;
  }
  .t-jobSales__wrap__block .-txt p,
  .t-jobRA__wrap__block .-txt p {
    font-size: 16px;
    line-height: 1.9;
  }
}
.t-jobSales__wrap__block .-img,
.t-jobRA__wrap__block .-img {
  aspect-ratio: 255/170;
}
@media screen and (min-width: 768px) {
  .t-jobSales__wrap__block .-img,
  .t-jobRA__wrap__block .-img {
    aspect-ratio: 400/200;
    width: 50.1253132832%;
  }
}
.t-jobSales__wrap__block .-img img,
.t-jobRA__wrap__block .-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.t-jobSales__link,
.t-jobRA__link {
  margin: 50px auto 0;
}
.t-jobSales__link a,
.t-jobRA__link a {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .t-jobSales__link,
  .t-jobRA__link {
    margin: 76px auto 0;
  }
}

.t-jobSales {
  background-color: #ffffff;
}
.t-jobSales__wrap {
  background-color: #f2f6f7;
}
@media screen and (min-width: 768px) {
  .t-jobSales__style {
    width: 92.1409214092%;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobSales__style {
    width: 88.8888888889%;
  }
}
.t-jobSales__style__ttl {
  margin: -30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .t-jobSales__style__ttl {
    margin: -40px auto 0;
  }
}
.t-jobSales__style__ttl strong {
  font-size: 35px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .t-jobSales__style__ttl strong {
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobSales__style__ttl strong {
    font-size: 56px;
  }
}
.t-jobSales__style__ttl p {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 3rem;
}
.t-jobSales__style__ttl p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background-color: #0c158c;
}
@media screen and (min-width: 768px) {
  .t-jobSales__style__ttl p {
    font-size: 16px;
    padding-left: 3.6rem;
  }
  .t-jobSales__style__ttl p::before {
    top: 6px;
    left: 6px;
    width: 36px;
  }
}
.t-jobSales__style__item {
  width: 94.0298507463%;
  margin: 34px auto 0;
}
@media screen and (min-width: 768px) {
  .t-jobSales__style__item {
    margin: 45px 0 0;
    width: 30.1470588235%;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobSales__style__item {
    width: 29.1666666667%;
  }
}
.t-jobSales__style__item .-img {
  background-color: #f2f6f7;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .t-jobSales__style__item .-img {
    width: 200px;
    height: 200px;
  }
}
.t-jobSales__style__item img {
  width: 50%;
}
.t-jobSales__style__item h3 {
  font-size: 18px;
  position: relative;
  margin-top: 24px;
  padding-left: 15px;
}
.t-jobSales__style__item h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80px;
  background-color: #0c158c;
}
.t-jobSales__style__item p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
}

.t-jobRA {
  background-color: #f2f6f7;
}
@media screen and (min-width: 768px) {
  .t-jobRA__desc .-ttl p {
    font-size: 20px;
  }
}
.t-jobRA__wrap {
  background-color: #ffffff;
  padding: 48px 6% 38px;
}
@media screen and (min-width: 768px) {
  .t-jobRA__wrap {
    padding: 64px 6% 105px;
  }
  .t-jobRA__wrap__col {
    gap: 65px 0;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobRA__wrap {
    padding: 64px 8% 105px;
  }
}
.t-jobRA__wrap__item + .t-jobRA__wrap__item {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .t-jobRA__wrap__item {
    width: 47.5806451613%;
  }
  .t-jobRA__wrap__item + .t-jobRA__wrap__item {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .t-jobRA__wrap__item {
    width: 46.357615894%;
  }
}
.t-jobRA__wrap h3 {
  font-size: 18px;
  position: relative;
  margin-top: 30px;
  padding-left: 15px;
}
.t-jobRA__wrap h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80px;
  background-color: #0c158c;
}
@media screen and (min-width: 768px) {
  .t-jobRA__wrap h3 {
    font-size: 20px;
    margin-top: 34px;
    padding-left: 30px;
  }
  .t-jobRA__wrap h3::before {
    height: 100px;
  }
}
.t-jobRA__wrap p {
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .t-jobRA__wrap p {
    margin-top: 30px;
  }
}