@charset "UTF-8";
.js-fade-item,
.js-fade-item-self {
  will-change: transform, opacity; /* 合成レイヤー化のヒント */
  backface-visibility: hidden; /* 塗り直しのにじみ防止 */
  transform: translateZ(0.01px); /* GPU 合成を強制（サブピクセル抑制） */
  contain: layout paint; /* 影響範囲の分離（再レイアウト抑制） */
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
html.preload {
  font-size: 1px !important;
}
html.preload * {
  transition: none !important;
  visibility: hidden;
  max-width: 100%;
}
@media (max-width: 585.98px) {
  html {
    font-size: calc(var(--vw) / 384);
  }
}
@media (min-width: 586px) and (max-width: 767.98px) {
  html {
    font-size: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1600.98px) {
  html {
    font-size: calc(var(--vw) / 1280);
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 1.25px;
  }
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

[id] {
  scroll-margin-top: 116rem;
}
@media screen and (min-width: 768px), print {
  [id] {
    scroll-margin-top: 124rem;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 14rem;
  font-weight: 400;
  color: #000000;
  background: #f5f5f5;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  min-width: 320rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16rem;
  }
}

html.modal-on,
body.modal-on {
  overflow: hidden;
}

a {
  color: #000000;
  backface-visibility: hidden;
  text-decoration: none;
}

p a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: text-decoration-color 0.5s;
}
input,
textarea,
button,
select {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  input,
  textarea,
  button,
  select {
    font-size: 16rem;
  }
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.mt-l {
  margin-top: 32rem !important;
}
@media screen and (min-width: 768px), print {
  .mt-l {
    margin-top: 64rem !important;
  }
}

@media screen and (min-width: 768px), print {
  .inner {
    width: 1024rem;
    margin: 0 auto;
  }
  .inner-narrow {
    width: 860rem;
    margin: 0 auto;
  }
  .inner-wide {
    width: 1152rem;
    margin: 0 auto;
  }
  .spOnly {
    display: none !important;
  }
  .pcTal {
    text-align: left !important;
  }
  .pcTar {
    text-align: right !important;
  }
  .pcTac {
    text-align: center !important;
  }
}
@media screen and (max-width: 767.98px) {
  .spTal {
    text-align: left !important;
  }
  .spTar {
    text-align: right !important;
  }
  .spTac {
    text-align: center !important;
  }
  .inner,
  .inner-narrow,
  .inner-wide {
    width: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
  }
  .pcOnly {
    display: none !important;
  }
}
.touchdevice .clickdeviceOnly {
  display: none;
}

.clickdevice .touchdeviceOnly {
  display: none;
}

section,
nav,
header,
footer,
article,
figure {
  margin: 0;
  padding: 0;
}

p {
  margin: 16rem 0;
}
@media screen and (min-width: 768px), print {
  p {
    margin: 24rem 0;
  }
}

h1 .en,
h2 .en,
h3 .en,
h4 .en,
h5 .en {
  font-weight: 300;
}
h1 .ja,
h2 .ja,
h3 .ja,
h4 .ja,
h5 .ja {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

mark {
  text-decoration-color: #f8ffa2;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100rem;
  width: 100%;
  background: #fff;
  z-index: 1300;
}
@media screen and (min-width: 768px), print {
  #header {
    height: 94rem;
    transition: background 0.5s;
    display: flex;
    align-items: center;
    padding: 0 24rem 0 32rem;
    background: none;
  }
  .scrolled #header {
    background: #f5f5f5;
  }
}
#header .logo {
  height: 50rem;
  display: flex;
  padding: 0 16rem;
  align-items: center;
  border-bottom: 1px solid #a5a5a5;
  box-sizing: border-box;
  line-height: 1;
  transform: translateY(-10%);
}
@media screen and (min-width: 768px), print {
  #header .logo {
    border: none;
    padding: 0;
  }
}
#header .logo img {
  width: 108rem;
}
@media screen and (min-width: 768px), print {
  #header .logo img {
    width: 162rem;
  }
}
#header .logo span {
  display: block;
  font-size: 8rem;
}
@media screen and (min-width: 768px), print {
  #header .logo span {
    font-size: 14rem;
  }
}

.menu-btn {
  width: 60rem;
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .menu-btn {
    position: static;
    width: 72rem;
    height: 46rem;
    background: #000000;
    border-radius: 100rem;
    transition: opacity 0.5s;
  }
  .menu-btn:hover {
    opacity: 0.4;
  }
}
.menu-btn .burger {
  width: 26rem;
  height: 10rem;
  display: block;
  position: relative;
}
.menu-btn .burger i {
  background: #000000;
  width: 26rem;
  height: 1rem;
  border-radius: 10rem;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.5s ease 0s;
}
@media screen and (min-width: 768px), print {
  .menu-btn .burger i {
    background: #fff;
  }
}
.menu-btn .burger i:nth-of-type(1) {
  top: 0;
}
.menu-btn .burger i:nth-of-type(2) {
  top: 10rem;
}
.menu-btn.open .burger i:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.menu-btn.open .burger i:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

@media screen and (max-width: 767.98px) {
  #h-entries {
    font-style: italic;
    font-size: 12rem;
    line-height: 1.2;
    padding: 0 16rem;
    text-align: center;
  }
  #h-entries ul {
    margin: 0;
    padding: 0 10rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50rem;
  }
  #h-entries ul li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #h-entries ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -44rem;
    height: 27px;
    width: 1px;
    background: #000000;
    transform: translateY(-50%) rotate(30deg);
  }
  #h-entries ul li:last-child::after {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  #h-entries {
    font-style: italic;
    margin-left: auto;
    margin-right: 8rem;
  }
  #h-entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    grid-gap: 8rem;
  }
  #h-entries ul li {
    margin: 0;
    padding: 0;
  }
  #h-entries a {
    padding: 0 16rem;
    height: 46rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 6rem 9rem 10rem rgba(0, 0, 0, 0.08);
    border-radius: 1000rem;
    font-weight: bold;
    font-size: 14rem;
    transition: opacity 0.5s;
  }
  #h-entries a:hover {
    opacity: 0.4;
  }
}

#footer {
  background: #fff;
  position: relative;
  padding: 32rem 0 16rem;
}
@media screen and (min-width: 768px), print {
  #footer {
    padding: 40rem 0 32rem;
  }
}
#footer .logo {
  display: table;
  line-height: 1;
  margin: 0 0 32rem;
}
#footer .logo img {
  width: 162rem;
}
#footer .logo span {
  display: block;
}
@media screen and (min-width: 768px), print {
  #footer .logo span {
    font-size: 14rem;
  }
}
#footer .copyright {
  color: #686868;
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  #footer .copyright {
    text-align: right;
    border-top: 1px solid #000000;
    padding-top: 10rem;
  }
}
@media screen and (min-width: 768px), print {
  #footer .inner-wide {
    display: grid;
    grid-template-columns: 1fr 768rem;
  }
}

#gnavi ul,
#fnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gnavi ul li,
#fnavi ul li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #gnavi ul.primary,
  #fnavi ul.primary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 107rem 72rem;
  }
}
#gnavi ul.secondary,
#fnavi ul.secondary {
  display: grid;
  grid-gap: 8rem;
  padding: 12rem 0;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  #gnavi ul.secondary,
  #fnavi ul.secondary {
    border: none;
    font-size: 14rem;
    grid-gap: 0;
  }
}
#gnavi ul.secondary li,
#fnavi ul.secondary li {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #gnavi ul.secondary a,
  #fnavi ul.secondary a {
    display: grid;
    grid-gap: 0 10rem;
    align-items: center;
    grid-template-columns: 1fr 11rem;
  }
}
@media screen and (min-width: 768px), print {
  #gnavi ul.secondary a .icon-arrow2,
  #fnavi ul.secondary a .icon-arrow2 {
    display: none;
  }
}
#gnavi ul.secondary a .icon-external,
#fnavi ul.secondary a .icon-external {
  display: inline-block;
  width: 11rem;
  aspect-ratio: 1;
}
#gnavi ul.secondary a .icon-external svg,
#fnavi ul.secondary a .icon-external svg {
  transition: none;
}
#gnavi .accordionHead,
#fnavi .accordionHead {
  display: grid;
  grid-gap: 0 10rem;
  align-items: center;
  grid-template-columns: 1fr 15rem;
  border-bottom: 1px solid #000000;
  font-size: 16rem;
  font-weight: 500;
  padding: 10rem 0;
}
@media screen and (min-width: 768px), print {
  #gnavi .accordionHead,
  #fnavi .accordionHead {
    pointer-events: none;
    padding: 0 0 5rem;
    display: block;
  }
  #gnavi .accordionHead::after,
  #fnavi .accordionHead::after {
    display: none;
  }
}
#gnavi .accordionHead::after,
#fnavi .accordionHead::after {
  content: "╋";
}
#gnavi .accordionHead.open::after,
#fnavi .accordionHead.open::after {
  content: "━";
}
#gnavi .accordionBody,
#fnavi .accordionBody {
  display: none;
}
@media screen and (min-width: 768px), print {
  #gnavi .accordionBody,
  #fnavi .accordionBody {
    display: block !important;
  }
}

#gnavi {
  transform: translateX(101%);
  position: fixed;
  inset: 0 0 0 0;
  transition: transform 0.5s;
  z-index: 1000;
  overflow: auto;
  background: #000000;
  color: #fff;
  padding: 110rem 16rem 32rem;
}
@media screen and (min-width: 768px), print {
  #gnavi {
    padding: 200rem 88rem;
    inset: 0 0 0 300rem;
  }
}
#gnavi.open {
  transform: none;
}
#gnavi .accordionHead {
  border-bottom-color: #fff;
}
@media screen and (min-width: 768px), print {
  #gnavi .accordionHead {
    font-size: 24rem;
  }
}
@media screen and (min-width: 768px), print {
  #gnavi ul.secondary {
    grid-gap: 8rem;
  }
}
#gnavi ul.secondary a {
  display: inline-block;
}
#gnavi a {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  #gnavi a:hover {
    font-weight: 700;
  }
}
@media screen and (max-width: 767.98px) {
  #gnavi .icon-arrow2 {
    display: none;
  }
}
#gnavi .icon-external svg {
  --c-arrow: #fff;
}

@media screen and (min-width: 768px), print {
  #fnavi {
    margin-bottom: 64rem;
  }
}
@media screen and (min-width: 768px), print {
  #fnavi.primary {
    grid-gap: 80rem;
  }
}
@media screen and (min-width: 768px), print {
  #fnavi a {
    color: #686868;
  }
  #fnavi a:hover {
    color: #000000;
  }
}
@media screen and (max-width: 767.98px) {
  #fnavi .icon-external svg {
    --c-arrow: #000000;
  }
}

#fnavi-sub {
  margin: 40rem 0 8rem;
}
@media screen and (min-width: 768px), print {
  #fnavi-sub {
    margin: 0;
    border-top: 1px solid #000000;
    padding-top: 10rem;
  }
}
#fnavi-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 16rem;
}
#fnavi-sub ul li {
  margin: 0;
  padding: 0;
}
#fnavi-sub a {
  display: grid;
  grid-template-columns: 1fr 12rem;
  align-items: center;
  grid-gap: 6rem;
  color: #686868;
}
@media screen and (min-width: 768px), print {
  #fnavi-sub a {
    font-size: 14rem;
  }
}

main {
  margin: 0;
  background: #f5f5f5;
}
main#top-contents {
  overflow: hidden;
}
main#local-contents {
  padding-top: 100rem;
}

/*-----------------------------------------------------------------------------------*/
.hw-common {
  color: #fff;
  margin: 0 0 32rem;
  border-top: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  .hw-common {
    margin: 0 0 80rem;
  }
}
.hw-common .en {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  display: table;
  padding: 6rem 0 0;
}
@media screen and (min-width: 768px), print {
  .hw-common .en {
    font-size: 72rem;
    padding: 16rem 0 6rem;
  }
}
.hw-common .ja {
  font-weight: 400;
  font-size: 14rem;
  display: table;
  padding: 1rem 0 7rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px), print {
  .hw-common .ja {
    font-size: 16rem;
    padding: 0 0 16rem;
  }
}
.hw-common span {
  position: relative;
  line-height: 1;
  margin-left: -100rem;
}
.hw-common span::before {
  content: "";
  background: #000000;
  display: block;
  position: absolute;
  inset: 0;
  transform: skewX(-35deg);
  transform-origin: left bottom;
}
.hw-common i {
  position: relative;
  display: block;
  padding: 0 16rem 0 116rem;
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .hw-common i {
    padding: 0 32rem 0 132rem;
  }
}

.hw-line {
  background: url(../images/hw_line.webp) no-repeat left top/7rem calc(100% - 16rem);
  padding: 0 0 16rem 19rem;
  margin: 0 0 16rem;
  border-bottom: 1px solid #000000;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .hw-line {
    background-size: 12rem calc(100% - 24rem);
    padding: 0 0 24rem 36rem;
    font-size: 32rem;
  }
}

.hw-line2 {
  background: url(../images/hw_line2.webp) no-repeat left top/7rem calc(100% - 16rem);
  padding: 0 0 16rem 19rem;
  margin: 0 0 16rem;
  border-bottom: 1px solid #000000;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .hw-line2 {
    background-size: 12rem calc(100% - 24rem);
    padding: 0 0 24rem 36rem;
    font-size: 24rem;
  }
}

.hw-polygon {
  display: flex;
  justify-content: center;
  text-align: center;
  grid-gap: 8rem;
  line-height: 1.4;
  font-weight: 400;
  font-size: 24rem;
  font-style: italic;
  font-family: "Shippori Antique", "游明朝体", "Yu Mincho", serif;
  margin: 0 0 16rem;
}
@media screen and (min-width: 768px), print {
  .hw-polygon {
    font-size: 40rem;
    margin: 0 0 40rem;
    grid-gap: 40rem;
  }
}
.hw-polygon::before, .hw-polygon::after {
  content: "";
  background: url(../images/polygon2.webp) no-repeat center top/contain;
  width: 49rem;
  aspect-ratio: 2/1;
  display: block;
  transform: translateY(14%);
}
@media screen and (min-width: 768px), print {
  .hw-polygon::before, .hw-polygon::after {
    width: 66rem;
    transform: translateY(26%);
  }
}

.hw-polygon2 {
  display: grid;
  grid-template-columns: 20rem 1fr;
  grid-gap: 6rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16rem;
  margin: 0 0 24rem;
}
@media screen and (min-width: 768px), print {
  .hw-polygon2 {
    font-size: 22rem;
    margin: 0 0 40rem;
    grid-gap: 10rem;
  }
}
.hw-polygon2::before {
  content: "";
  background: url(../images/polygon3.webp) no-repeat center top/contain;
  width: 100%;
  aspect-ratio: 1;
  display: block;
}
@media screen and (min-width: 768px), print {
  .hw-polygon2::before {
    transform: translateY(30%);
  }
}

.hw-polygon3 {
  display: grid;
  grid-template-columns: 20rem 1fr;
  grid-gap: 6rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14rem;
  margin: 16rem 0 16rem;
}
@media screen and (min-width: 768px), print {
  .hw-polygon3 {
    font-size: 14rem;
    margin: 32rem 0 20rem;
    grid-gap: 10rem;
  }
}
.hw-polygon3::before {
  content: "";
  background: url(../images/polygon.webp) no-repeat center top/contain;
  width: 100%;
  aspect-ratio: 1;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .hw-polygon3::before {
    transform: translateY(3rem);
  }
}

.icon-arrow {
  line-height: 1px;
}
.icon-arrow svg {
  --c-square: #fff;
  --c-arrow: #000;
  aspect-ratio: 1;
  width: 100%;
}
a:where(:hover, :focus-visible) .icon-arrow svg {
  --c-square: #000;
  --c-arrow: #fff;
}

.icon-arrow2 {
  line-height: 1px;
}
.icon-arrow2 svg {
  --c-arrow: #000;
  aspect-ratio: 1;
  width: 100%;
}
a:where(:hover, :focus-visible) .icon-arrow2 svg {
  --c-arrow: #fff;
}

.icon-external {
  line-height: 1px;
}
.icon-external svg {
  aspect-ratio: 1;
  width: 100%;
  --c-arrow: #686868;
  transition: stroke 0.5s;
}
a:where(:hover, :focus-visible) .icon-external svg {
  --c-arrow: #000000;
}

.linklist {
  margin: -16rem 0 0;
  padding: 0;
  text-align: justify;
  grid-gap: 16rem;
}
@media screen and (min-width: 768px), print {
  .linklist {
    margin: -32rem 0 0;
  }
}
.linklist .mix,
.linklist .gap,
.linklist li {
  margin: 16rem 0 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  .linklist .mix,
  .linklist .gap,
  .linklist li {
    width: 482rem;
    margin: 32rem 0 0;
  }
}
.linklist .mix a,
.linklist .gap a,
.linklist li a {
  display: grid;
  grid-gap: 0 10rem;
  align-items: center;
  grid-template-columns: 1fr 24rem;
  border-bottom: 1px solid #000000;
  font-size: 16rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .linklist .mix a,
  .linklist .gap a,
  .linklist li a {
    grid-template-columns: 1fr 40rem;
    font-size: 22rem;
  }
}
.linklist .mix img,
.linklist .gap img,
.linklist li img {
  grid-column: 1/3;
  border: 1px solid #000000;
}
.linklist .mix span,
.linklist .gap span,
.linklist li span {
  line-height: 1.3;
  padding: 8rem 0;
  display: block;
}
@media screen and (min-width: 768px), print {
  .linklist .mix span,
  .linklist .gap span,
  .linklist li span {
    padding: 16rem 0;
  }
}
.linklist .gap {
  margin: 0;
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background: #fff;
  border: 2px solid #000000;
  height: 50rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .btn {
    width: 364rem;
    height: 60rem;
    margin: 0 auto;
    transition: background-color 0.5s, color 0.5s;
  }
  .btn:hover {
    background: #000000;
    color: #fff;
  }
  .btn:hover .icon-arrow2 {
    transform: translateX(10rem) translateY(-50%);
  }
  .btn:hover .icon-arrow2 svg {
    --c-arrow: #fff;
  }
}
.btn .icon-arrow2 {
  position: absolute;
  top: 50%;
  right: 20rem;
  transform: translateY(-50%);
  transition: transform 0.5s, stroke 0.5s;
}
.btn .icon-arrow2 svg {
  width: 20rem;
  --c-arrow: #000000;
}

.backbtn {
  margin: 40rem 20rem;
}
@media screen and (min-width: 768px), print {
  .backbtn {
    margin: 64rem 0 100rem;
  }
}
.backbtn .btn {
  color: #fff;
  background: #000000;
}
@media screen and (min-width: 768px), print {
  .backbtn .btn:hover {
    background: #fff;
    color: #000000;
  }
  .backbtn .btn:hover .icon-arrow2 svg {
    --c-arrow: #000;
  }
}
.backbtn .btn .icon-arrow2 svg {
  --c-arrow: #fff;
}

.anchor {
  display: flex;
  justify-content: center;
  grid-gap: 12rem;
  margin: 0 0 40rem;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .anchor {
    margin-bottom: 64rem;
  }
}
.anchor a {
  font-weight: 500;
  transition: bakcground 0.5s, color 0.5s;
  border: 1px solid #000000;
  color: #000000;
  padding: 3rem 16rem;
  cursor: pointer;
  font-size: 14rem;
}
@media screen and (min-width: 768px), print {
  .anchor a {
    font-size: 16rem;
    width: 230rem;
    text-align: left;
    padding: 5rem 16rem 8rem;
  }
}

#kv #kv-slide {
  position: fixed;
  aspect-ratio: 1126/2002;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  #kv #kv-slide {
    aspect-ratio: 1280/832;
  }
}
#kv #kv-slide .splide__slide {
  overflow: hidden;
}
#kv #kv-slide .splide__slide .arrow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: 2s;
  mix-blend-mode: multiply;
}
#kv #kv-slide .splide__slide .arrow img {
  height: 100%;
  width: auto;
  max-width: 1000%;
}
#kv #kv-slide .splide__slide .people {
  position: absolute;
  inset: 0;
}
#kv #kv-slide.is-ready .splide__slide.is-active .arrow {
  transform: translateX(160%);
}
@media screen and (min-width: 768px), print {
  #kv #kv-slide.is-ready .splide__slide.is-active .arrow {
    transform: translate(8%);
  }
}
#kv #kv-spacer {
  width: 100%;
  aspect-ratio: 1126/2002;
  margin-bottom: -230rem;
  max-height: 100dvh;
}
@media screen and (min-width: 768px), print {
  #kv #kv-spacer {
    aspect-ratio: 1280/832;
  }
}
#kv #kv-spacer2 {
  position: fixed;
  inset: 0;
  --kv-alpha: 0;
  --kv-blur: 0rem;
  background: rgba(12, 12, 12, var(--kv-alpha));
  backdrop-filter: blur(var(--kv-blur));
  -webkit-backdrop-filter: blur(var(--kv-blur));
}
#kv #kv-catchcopy {
  position: relative;
  overflow: hidden;
  display: table;
  margin-bottom: -20rem;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  animation: clip-reveal-ltr 2s cubic-bezier(0.2, 0.7, 0, 1) forwards;
  will-change: clip-path;
  animation-delay: 2s;
}
@media screen and (min-width: 768px), print {
  #kv #kv-catchcopy {
    margin-bottom: -31rem;
    animation: clip-reveal-ltr 3s cubic-bezier(0.2, 0.7, 0, 1) forwards;
    animation-delay: 2s;
  }
}
#kv #kv-catchcopy img {
  margin: 0 0 0 -46rem;
  display: block;
  max-width: calc(100% + 110rem);
}
@media screen and (min-width: 768px), print {
  #kv #kv-catchcopy img {
    width: 981rem;
    margin: 0;
  }
}
#kv #kv-text {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  #kv #kv-text {
    padding: 24rem 0;
  }
}
#kv #kv-text p {
  font-size: 16rem;
  font-weight: 700;
  margin: 30rem 0;
}
@media screen and (min-width: 768px), print {
  #kv #kv-text p {
    font-size: 32rem;
    margin: 64rem 0;
  }
}

@keyframes clip-reveal-ltr {
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
#top-contents {
  position: relative;
}

#top-pickup,
#top-search {
  margin-top: 64rem;
}
@media screen and (min-width: 768px), print {
  #top-pickup,
  #top-search {
    margin-top: 224rem;
  }
}
#top-pickup .lead-label,
#top-search .lead-label {
  display: flex;
  justify-content: center;
  text-align: center;
  grid-gap: 8rem;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  #top-pickup .lead-label,
  #top-search .lead-label {
    font-size: 28rem;
    margin: 0 0 56rem;
  }
}
#top-pickup .lead-label::before, #top-pickup .lead-label::after,
#top-search .lead-label::before,
#top-search .lead-label::after {
  content: "";
  background: url(../images/polygon.webp) no-repeat center top/contain;
  width: 24rem;
  aspect-ratio: 1;
  display: block;
  transform: translateY(10%);
}
@media screen and (min-width: 768px), print {
  #top-pickup .lead-label::before, #top-pickup .lead-label::after,
  #top-search .lead-label::before,
  #top-search .lead-label::after {
    width: 40rem;
  }
}

#top-search .controls {
  margin: 0 0 20rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #top-search .controls {
    justify-content: center;
    margin: -10rem 0 64rem;
    grid-gap: 16rem;
  }
}
#top-search .controls button {
  margin: 0;
  border: 1px solid #000000;
  background: #fff;
  color: #000000;
  padding: 0 10rem 2rem;
  font-size: 14rem;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  #top-search .controls button {
    padding: 3rem 12rem 5rem;
    font-size: 16rem;
  }
}
#top-search .controls button.mixitup-control-active {
  background: #000000;
  color: #fff;
}
#top-search .linklist {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  #top-search .linklist {
    width: 856rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#top-search .linklist .mix,
#top-search .linklist .gap {
  width: calc(50% - 8rem);
}
@media screen and (min-width: 768px), print {
  #top-search .linklist .mix,
  #top-search .linklist .gap {
    width: 264rem;
  }
}
#top-search .linklist span {
  height: 3.2em;
  display: flex;
  align-items: center;
  font-size: 13rem;
}
@media screen and (min-width: 768px), print {
  #top-search .linklist span {
    font-size: 18rem;
  }
}

#top-recruit {
  margin-top: 64rem;
  padding: 0 0 40rem;
  background: #000000;
}
@media screen and (min-width: 768px), print {
  #top-recruit {
    margin-top: 224rem;
    padding: 0 0 56rem;
  }
}
#top-recruit h2.hw-common {
  color: #000000;
}
#top-recruit h2.hw-common span::before {
  background: #f5f5f5;
}
@media screen and (max-width: 767.98px) {
  #top-recruit h2.hw-common .ja {
    line-height: 1.3;
  }
}
#top-recruit ul {
  margin: -10rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
@media screen and (min-width: 768px), print {
  #top-recruit ul {
    margin: -170rem 0 0 470rem;
    grid-gap: 44rem;
  }
}
#top-recruit ul li {
  margin: 0;
  padding: 0;
}
#top-recruit ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-gap: 0 10rem;
  align-items: center;
  grid-template-columns: 1fr 24rem;
  font-size: 18rem;
  font-weight: 700;
  padding: 5rem 0;
}
@media screen and (min-width: 768px), print {
  #top-recruit ul li a {
    font-size: 22rem;
    grid-template-columns: 1fr 40rem;
    padding: 10rem 0;
  }
}

/*-----------------------------------------------------------------------------------*/
#pagetitle {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle {
    margin: 0 0 100rem;
  }
}
#pagetitle h1.hw-common {
  margin: 0;
  border: none;
  position: relative;
  z-index: 2;
}
#pagetitle figure {
  text-align: center;
  will-change: clip-path;
}
@media screen and (min-width: 768px), print {
  #pagetitle figure {
    margin-top: -73rem;
  }
}
#pagetitle figure img {
  transform: scale(0.8);
  will-change: transsform;
}
@media screen and (max-width: 767.98px) {
  #pagetitle figure img {
    transform: none !important;
  }
}
#pagetitle .subtext {
  color: #fff;
  margin-top: -15rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #pagetitle .subtext {
    margin: -48rem 64rem 0 auto;
    display: table;
  }
}
#pagetitle .subtext span {
  position: relative;
  display: table;
}
#pagetitle .subtext span::before {
  content: "";
  background: #000000;
  display: block;
  position: absolute;
  inset: 0;
}
#pagetitle .subtext i {
  position: relative;
  padding: 4rem 10rem 1rem;
  font-style: normal;
  font-size: 18rem;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  #pagetitle .subtext i {
    font-size: 40rem;
    padding: 6rem 16rem 10rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#topmessage {
  padding: 0 0 80rem;
}
@media screen and (min-width: 768px), print {
  #topmessage {
    padding: 0 0 140rem;
  }
}
#topmessage h2 .position {
  display: block;
  font-size: 13rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #topmessage h2 .position {
    font-size: 16rem;
  }
}
#topmessage .photo-text {
  margin: 48rem 0;
}
@media screen and (min-width: 768px), print {
  #topmessage .photo-text {
    margin: 140rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 72rem;
    position: relative;
    align-items: flex-start;
  }
  #topmessage .photo-text.text-left figure {
    order: 2;
  }
}
#topmessage .photo-text figure {
  margin: 0 -4rem;
}
@media screen and (min-width: 768px), print {
  #topmessage .photo-text figure {
    margin: 0;
    position: sticky;
    top: 94rem;
    left: 0;
  }
}
#topmessage .text {
  margin: 24rem -4rem 0;
  background: #fff;
  padding: 16rem;
}
@media screen and (min-width: 768px), print {
  #topmessage .text {
    margin: 0;
    padding: 24rem;
  }
}
#topmessage h3 {
  background: #000000;
  font-size: 20rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  padding: 5rem 10rem;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #topmessage h3 {
    display: table;
  }
}
#topmessage p {
  margin-bottom: 0;
}
#topmessage .photo-only {
  margin: 48rem -20rem 24rem;
}
@media screen and (min-width: 768px), print {
  #topmessage .photo-only {
    margin: 140rem 0;
  }
}

/*-----------------------------------------------------------------------------------*/
#ideal-candidate {
  background: #000000;
  color: #fff;
  padding: 16rem 0 24rem;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate {
    background: none;
    padding: 0;
  }
  #ideal-candidate .inner-wide {
    background: #000000;
    padding: 40rem 64rem 64rem;
  }
}
@media screen and (min-width: 768px), print {
  #ideal-candidate .lead {
    text-align: center;
  }
}
#ideal-candidate ol {
  margin: 24rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 49rem 33rem;
    margin: 48rem 0 0;
  }
}
#ideal-candidate ol li {
  margin: 0 0 20rem;
  padding: 0 0 20rem 70rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol li {
    border: none;
    margin: 0;
    padding: 0 0 0 100rem;
  }
}
#ideal-candidate ol li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol li:nth-of-type(1), #ideal-candidate ol li:nth-of-type(2) {
    padding-bottom: 10rem;
  }
  #ideal-candidate ol li:nth-of-type(1)::after, #ideal-candidate ol li:nth-of-type(2)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -24rem;
    left: 0;
  }
  #ideal-candidate ol li:nth-of-type(3), #ideal-candidate ol li:nth-of-type(4) {
    padding-top: 10rem;
  }
  #ideal-candidate ol li:nth-of-type(3) .num, #ideal-candidate ol li:nth-of-type(4) .num {
    top: 10rem;
  }
  #ideal-candidate ol li:nth-of-type(2), #ideal-candidate ol li:nth-of-type(4) {
    padding-left: 120rem;
  }
  #ideal-candidate ol li:nth-of-type(2)::before, #ideal-candidate ol li:nth-of-type(4)::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -16rem;
    top: 0;
  }
  #ideal-candidate ol li:nth-of-type(2) .num, #ideal-candidate ol li:nth-of-type(4) .num {
    left: 20rem;
  }
}
#ideal-candidate ol .num {
  font-family: "Syncopate", sans-serif;
  position: absolute;
  font-size: 24rem;
  line-height: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol .num {
    font-size: 32rem;
  }
}
#ideal-candidate ol h3 {
  background: #fff;
  color: #000000;
  font-size: 18rem;
  font-weight: 500;
  display: inline-block;
  padding: 0 8rem;
  margin: 0 0 10rem;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol h3 {
    font-size: 32rem;
    margin: 0 0 14rem;
  }
}
#ideal-candidate ol h3::before {
  content: "";
  width: 1rem;
  height: 34rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: -20rem;
  display: block;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol h3::before {
    height: 64rem;
    left: -40rem;
    top: -5rem;
  }
}
#ideal-candidate ol p {
  margin: 0;
  font-size: 16rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  #ideal-candidate ol p {
    font-size: 24rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#member {
  margin: 0 0 56rem;
}
@media screen and (min-width: 768px), print {
  #member {
    margin: 0 0 80rem;
  }
}
#member .controls {
  display: flex;
  justify-content: center;
  grid-gap: 12rem;
  margin: 0 0 40rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #member .controls {
    margin-bottom: 64rem;
  }
}
#member .controls button {
  font-weight: 500;
  transition: bakcground 0.5s, color 0.5s;
  border: 1px solid #000000;
  color: #000000;
  padding: 3rem 6rem;
  cursor: pointer;
  font-size: 14rem;
}
@media screen and (min-width: 768px), print {
  #member .controls button {
    font-size: 16rem;
    width: 230rem;
    text-align: left;
    padding: 5rem 16rem 8rem;
  }
}
#member .controls button.mixitup-control-active {
  background: #000000;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  #member-detail header {
    margin-bottom: -40rem;
  }
}
#member-detail header h2 {
  display: grid;
  grid-template-columns: 47rem 1fr;
  grid-gap: 0 12rem;
  border-bottom: 1px solid #000000;
  padding: 0 0 16rem;
}
@media screen and (min-width: 768px), print {
  #member-detail header h2 {
    grid-template-columns: 72rem 1fr;
    grid-gap: 0 24rem;
    padding: 0 0 32rem;
  }
}
#member-detail header h2 .num {
  color: #fff;
  background: url(../images/grad.webp) no-repeat center center/cover;
  aspect-ratio: 1;
  font-family: "Syncopate", sans-serif;
  font-size: 24rem;
  font-weight: 400;
  width: 100%;
  grid-row: 1/3;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  #member-detail header h2 .num {
    font-size: 40rem;
  }
}
#member-detail header h2 .position {
  font-size: 13rem;
  font-weight: 500;
  line-height: 1;
  padding: 4rem 0;
}
@media screen and (min-width: 768px), print {
  #member-detail header h2 .position {
    font-size: 16rem;
  }
}
#member-detail header h2 .name {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  #member-detail header h2 .name {
    font-size: 32rem;
  }
}
#member-detail header p {
  font-size: 13rem;
}
@media screen and (min-width: 768px), print {
  #member-detail header p {
    font-size: 14rem;
  }
}
#member-detail .photo-text {
  margin: 48rem 0;
}
@media screen and (min-width: 768px), print {
  #member-detail .photo-text {
    margin: 140rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 72rem;
    position: relative;
    align-items: flex-end;
  }
  #member-detail .photo-text.text-left figure {
    order: 2;
  }
}
#member-detail .photo-text figure {
  margin: 0 -4rem 24rem;
}
@media screen and (min-width: 768px), print {
  #member-detail .photo-text figure {
    margin: 0;
  }
}
@media screen and (min-width: 768px), print {
  #member-detail .photo-text .text {
    padding-bottom: 80rem;
  }
}
#member-detail .frame {
  margin: 24rem -4rem 0;
  background: #fff;
  padding: 16rem;
}
@media screen and (min-width: 768px), print {
  #member-detail .frame {
    margin: 0;
    padding: 24rem;
  }
}
#member-detail h4 {
  background: #000000;
  font-size: 20rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  padding: 5rem 10rem;
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #member-detail h4 {
    display: table;
  }
}
#member-detail p {
  margin-bottom: 0;
}
#member-detail .photo-only {
  margin: 48rem -20rem 24rem;
}
@media screen and (min-width: 768px), print {
  #member-detail .photo-only {
    margin: 140rem 0;
  }
}
#member-detail .frontline {
  background: #000000;
  color: #fff;
  margin-top: 48rem;
  overflow: hidden;
  padding: 24rem 0;
}
@media screen and (min-width: 768px), print {
  #member-detail .frontline {
    margin-top: 140rem;
    padding: 40rem 0 64rem;
  }
}
#member-detail .frontline .photo-text {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #member-detail .frontline .photo-text {
    align-items: flex-start;
  }
  #member-detail .frontline .photo-text .text {
    padding: 0;
  }
  #member-detail .frontline .photo-text p:first-child {
    margin-top: 0;
  }
}

.more-members {
  padding: 40rem 0 0;
}
@media screen and (min-width: 768px), print {
  .more-members {
    padding: 100rem 0 32rem;
  }
}
.more-members h2 {
  margin: 0 0 24rem;
  font-style: 16rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .more-members h2 {
    font-style: 28rem;
    margin: 0 0 64rem;
  }
}
@media screen and (max-width: 767.98px) {
  .more-members .mix:nth-of-type(3) {
    display: none;
  }
}

.member-list {
  margin: -24rem 0 0;
  padding: 0;
  text-align: justify;
}
@media screen and (min-width: 768px), print {
  .member-list {
    margin: -56rem 0 0;
  }
}
.member-list .mix,
.member-list .gap {
  margin: 24rem 0 0;
  padding: 0;
  width: calc(50% - 8rem);
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  .member-list .mix,
  .member-list .gap {
    width: 270rem;
    margin: 56rem 0 0;
  }
}
.member-list .gap {
  margin: 0;
}
.member-list a:hover .hover {
  opacity: 1;
}
.member-list figure {
  position: relative;
  margin: 0 0 10rem;
}
.member-list figure .hover {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  inset: 0;
}
.member-list h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12rem;
  background: #000000;
  color: #fff;
  margin: 0;
  padding: 5rem 8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .member-list h3 {
    font-size: 18rem;
    background: none;
    padding: 0;
  }
}
.member-list h3 span {
  display: inline;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .member-list h3 span {
    display: table;
  }
}
@media screen and (min-width: 768px), print {
  .member-list h3 span::before {
    content: "";
    background: #000000;
    display: block;
    position: absolute;
    inset: 0;
  }
}
.member-list h3 i {
  font-style: normal;
}
@media screen and (min-width: 768px), print {
  .member-list h3 i {
    display: inline-block;
    position: relative;
    padding: 5rem 8rem;
  }
}
.member-list .name-wrap {
  display: grid;
  grid-gap: 0 10rem;
  align-items: center;
  grid-template-columns: 1fr 24rem;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  .member-list .name-wrap {
    grid-template-columns: 1fr 40rem;
  }
}
.member-list .position {
  grid-column: 1/3;
  padding-right: 34rem;
  font-size: 12rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .member-list .position {
    font-size: 14rem;
    padding-right: 50rem;
    margin-bottom: -3rem;
  }
}
.member-list .name {
  font-size: 16rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .member-list .name {
    grid-template-columns: 1fr 40rem;
    font-size: 24rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#crosstalk-overview {
  background: #000000;
  padding: 16rem 0;
  margin: -40rem 0 0;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview {
    margin: -100rem 0 0;
    padding: 64rem 0;
  }
}
#crosstalk-overview .frame {
  background: #fff;
  padding: 24rem 16rem 32rem;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .frame {
    padding: 48rem 64rem 64rem;
  }
}
#crosstalk-overview h2 {
  font-style: normal;
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-size: 18rem;
  line-height: 30rem;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview h2 {
    font-size: 32rem;
  }
}
#crosstalk-overview h2::before, #crosstalk-overview h2::after {
  transform: none;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview h2::before, #crosstalk-overview h2::after {
    transform: translateY(-10%);
  }
}
#crosstalk-overview strong {
  text-align: center;
  font-size: 18rem;
  display: block;
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview strong {
    font-size: 24rem;
    margin-top: -16rem;
  }
}
#crosstalk-overview .talk-member {
  border-top: 1px solid #000000;
  padding: 24rem 16rem 0;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .talk-member {
    padding: 53rem 0 0;
  }
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .talk-member {
    display: flex;
    justify-content: center;
    grid-gap: 64rem;
    align-items: center;
  }
}
#crosstalk-overview .people {
  display: grid;
  grid-template-columns: 80rem 1fr;
  align-items: center;
  grid-gap: 24rem;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .people {
    grid-template-columns: 108rem 1fr;
  }
}
#crosstalk-overview .people figure {
  width: 100%;
  border-radius: 100rem;
  overflow: hidden;
}
#crosstalk-overview .people .text {
  line-height: 1.4;
}
#crosstalk-overview .people .position {
  font-size: 13rem;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .people .position {
    font-size: 16rem;
  }
}
#crosstalk-overview .people .name {
  font-size: 18rem;
  font-weight: 500;
  display: block;
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .people .name {
    font-size: 22rem;
  }
}
#crosstalk-overview .cross {
  width: 40rem;
  margin: 10rem auto;
}
@media screen and (min-width: 768px), print {
  #crosstalk-overview .cross {
    width: 90rem;
    margin: 0;
  }
}

.cronntalk-section {
  margin: 48rem 0;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section {
    margin: 140rem 0;
  }
}
.cronntalk-section h2 {
  text-align: center;
  margin: 0 0 32rem;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section h2 {
    margin: 0 0 80rem;
  }
}
.cronntalk-section h2 .number {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 14rem;
  font-family: "Syncopate", sans-serif;
  display: table;
  margin: 0 auto;
  padding: 3rem 48rem 0;
  line-height: 28rem;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section h2 .number {
    line-height: 44rem;
    font-size: 16rem;
  }
}
.cronntalk-section h2 .number::before {
  content: "";
  display: block;
  background-color: #000000;
  display: block;
  position: absolute;
  inset: 0;
  transform: skewX(-30deg);
}
.cronntalk-section h2 .number i {
  font-style: normal;
  position: relative;
  display: inline-flex;
  grid-gap: 10rem;
  align-items: center;
}
.cronntalk-section h2 .number span {
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section h2 .number span {
    font-size: 32rem;
  }
}
.cronntalk-section h2 .title {
  border-bottom: 1px solid #000000;
  font-size: 20rem;
  display: inline-block;
  padding: 8rem 6rem 0;
  font-style: italic;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section h2 .title {
    font-size: 32rem;
    padding: 16rem 8rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .cronntalk-section .photo-text {
    display: grid;
    grid-gap: 40rem;
  }
}
@media screen and (min-width: 768px), print {
  .cronntalk-section .photo-text.text-left {
    grid-template-columns: 1fr 400rem;
    margin-right: -64rem;
  }
}
@media screen and (min-width: 768px), print {
  .cronntalk-section .photo-text.text-right {
    grid-template-columns: 400rem 1fr;
    margin-left: -64rem;
  }
  .cronntalk-section .photo-text.text-right .text {
    order: 2;
  }
}
.cronntalk-section .photo-text > figure {
  margin: 40rem 0 0;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section .photo-text > figure {
    margin: 0;
  }
  .cronntalk-section .photo-text > figure img {
    position: sticky;
    top: 94rem;
    left: 0;
  }
}
.cronntalk-section figure.full {
  margin: 40rem -20rem 0;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section figure.full {
    margin: 80rem 0 0;
  }
}
.cronntalk-section ul.talk {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 24rem;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section ul.talk {
    grid-gap: 40rem;
  }
}
.cronntalk-section ul.talk li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section ul.talk li {
    display: grid;
    grid-template-columns: 72rem 1fr;
    grid-gap: 16rem;
    align-items: flex-start;
  }
}
.cronntalk-section ul.talk .speaker {
  display: inline-grid;
  grid-template-columns: 56rem 1fr;
  align-items: center;
  padding: 8rem 16rem 0 8rem;
  background-color: #fff;
  vertical-align: top;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section ul.talk .speaker {
    display: block;
    text-align: center;
    background: none;
  }
}
.cronntalk-section ul.talk .speaker img {
  border-radius: 100rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.cronntalk-section ul.talk .speaker .name {
  font-size: 14rem;
  font-weight: 500;
}
.cronntalk-section ul.talk .speech {
  padding: 16rem;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .cronntalk-section ul.talk .speech {
    padding: 24rem;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #graduate {
    margin-bottom: 80rem;
  }
}
#graduate .inner {
  display: grid;
  grid-gap: 40rem;
}
@media screen and (min-width: 768px), print {
  #graduate .inner {
    grid-gap: 140rem;
  }
}
#graduate article {
  margin: 0;
  padding: 0;
}
#graduate h2 {
  background-color: #000000;
  color: #fff;
  font-size: 16rem;
  display: table;
  padding: 4rem 6rem 6rem;
  line-height: 1;
  margin: 0 0 24rem;
}
@media screen and (min-width: 768px), print {
  #graduate h2 {
    font-size: 28rem;
    padding: 8rem 16rem 12rem;
  }
}
#graduate dl.primary {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  #graduate dl.primary {
    font-size: 18rem;
  }
}
#graduate dl.primary > div {
  border-top: 1px solid #000000;
  display: grid;
  grid-template-columns: 90rem 1fr;
  padding: 16rem 0;
  grid-gap: 16rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.primary > div {
    grid-template-columns: 240rem 1fr;
    grid-gap: 20rem;
    padding: 24rem 0;
  }
}
#graduate dl.primary dt {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#graduate dl.primary dt small {
  display: block;
  font-size: 12rem;
  font-weight: 400;
}
#graduate dl.primary dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #graduate dl.primary dd {
    align-self: center;
  }
}
#graduate hr {
  border: none;
  border-top: 1px dotted #000000;
  height: 0;
  margin: 12rem 0;
}
@media screen and (min-width: 768px), print {
  #graduate hr {
    margin: 16rem 0;
  }
}
#graduate .date {
  margin: 0 0 8rem;
}
#graduate dl.startingsalary {
  display: grid;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.startingsalary > div {
    display: grid;
    grid-template-columns: 270rem 1fr;
  }
}
#graduate dl.startingsalary dt {
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.startingsalary dt {
    margin: 0;
  }
}
#graduate dl.startingsalary dd {
  padding-left: 1em;
}
@media screen and (min-width: 768px), print {
  #graduate dl.startingsalary dd {
    padding: 0;
  }
}
#graduate dl.allowance {
  display: grid;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.allowance > div {
    display: grid;
    grid-template-columns: 270rem 1fr;
  }
}
#graduate dl.allowance dt {
  font-weight: 400;
}
#graduate dl.samplesalary {
  display: grid;
  grid-gap: 12rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.samplesalary {
    grid-gap: 12rem;
  }
}
#graduate dl.samplesalary > div {
  border-top: 1px dotted #000000;
  padding-top: 12rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.samplesalary > div {
    padding-top: 16rem;
  }
}
#graduate dl.samplesalary > div:first-child {
  border: none;
  padding: 0;
}
#graduate dl.samplesalary dt {
  font-weight: 400;
  margin-bottom: 4rem;
}
#graduate dl.area {
  display: table;
  margin-bottom: -8rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.area {
    grid-gap: 0;
    margin-bottom: 0;
  }
}
#graduate dl.area > div {
  display: table-row;
}
#graduate dl.area dt {
  font-weight: 400;
  display: table-cell;
  white-space: nowrap;
  padding-right: 8rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.area dt {
    padding-right: 0;
  }
}
#graduate dl.area dd {
  display: table-cell;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px), print {
  #graduate dl.area dd {
    padding-bottom: 0;
  }
}
#graduate ol.flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 26rem;
  max-width: 492rem;
}
#graduate ol.flow li {
  text-align: center;
  margin: 0;
  padding: 8rem;
  position: relative;
  background-color: #fff;
}
#graduate ol.flow li:last-child {
  background-color: #000000;
  color: #fff;
}
#graduate ol.flow li:last-child::after {
  display: none;
}
#graduate ol.flow li::after {
  content: "▼";
  font-size: 10rem;
  line-height: 1;
  display: block;
  position: absolute;
  bottom: -17rem;
  left: 50%;
  transform: translateX(-50%);
}
#graduate .note {
  font-size: 12rem;
  margin-top: 8rem;
}

/*-----------------------------------------------------------------------------------*/
#careerpass .step {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #careerpass .step {
    margin: 0 0 64rem;
  }
}
#careerpass article {
  margin: 24rem 0 0;
}
@media screen and (min-width: 768px), print {
  #careerpass article {
    margin: 64rem 0 0;
  }
}
#careerpass article h4 {
  background: #000000;
  color: #fff;
  font-size: 18rem;
  display: table;
  margin: 0;
  padding: 10rem 16rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  #careerpass article h4 {
    font-size: 20rem;
    padding: 16rem 24rem;
  }
}
#careerpass article .frame {
  background: #fff;
  padding: 16rem;
}
@media screen and (min-width: 768px), print {
  #careerpass article .frame {
    padding: 64rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#faq .anchor {
  display: flex;
  justify-content: center;
  grid-gap: 12rem;
  margin: 0 0 40rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #faq .anchor {
    margin-bottom: 64rem;
  }
}
#faq .anchor a {
  font-weight: 500;
  transition: bakcground 0.5s, color 0.5s;
  border: 1px solid #000000;
  color: #000000;
  padding: 3rem 6rem;
  cursor: pointer;
  font-size: 14rem;
}
@media screen and (min-width: 768px), print {
  #faq .anchor a {
    font-size: 16rem;
    width: 230rem;
    text-align: left;
    padding: 5rem 16rem 8rem;
  }
}
#faq .hw-line2 {
  border: none;
}
#faq dl.faq {
  margin: -10rem 0 32rem;
  padding: 0;
  display: grid;
  gap: 16rem;
}
@media screen and (min-width: 768px), print {
  #faq dl.faq {
    margin: -10rem 0 64rem;
  }
}
#faq dl.faq > div {
  background: #fff;
}
#faq dl.faq dt {
  padding: 16rem;
  grid-template-columns: 30rem 1fr 40rem;
  display: grid;
  align-items: center;
  font-size: 16rem;
  cursor: pointer;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  #faq dl.faq dt {
    font-weight: 700;
    font-size: 16rem;
    padding: 20rem 30rem 20rem 30rem;
    grid-template-columns: 40rem 1fr 50rem;
  }
}
#faq dl.faq dt::before {
  content: "Q";
  font-family: "Syncopate", sans-serif;
  font-size: 18rem;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  #faq dl.faq dt::before {
    font-size: 24rem;
  }
}
#faq dl.faq dt::after {
  content: "┼";
  font-size: 20rem;
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  #faq dl.faq dt::after {
    font-size: 30rem;
  }
}
#faq dl.faq dt.open::after {
  content: "─";
}
#faq dl.faq dd {
  margin: 0;
  padding: 0;
  display: none;
  border-top: 0;
  color: #686868;
}
#faq dl.faq dd .a {
  padding: 16rem 16rem;
  margin: 0;
  display: grid;
  grid-template-columns: 30rem 1fr;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #faq dl.faq dd .a {
    font-size: 14rem;
    padding: 20rem 30rem;
    grid-template-columns: 40rem 1fr;
  }
}
#faq dl.faq dd .a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16rem;
  right: 16rem;
  background: #686868;
  display: block;
  height: 1px;
}
@media screen and (min-width: 768px), print {
  #faq dl.faq dd .a::after {
    left: 30rem;
    right: 30rem;
  }
}
#faq dl.faq dd .a::before {
  content: "A";
  font-family: "Syncopate", sans-serif;
  font-size: 18rem;
  line-height: 1;
  transform: translateY(5rem);
}
@media screen and (min-width: 768px), print {
  #faq dl.faq dd .a::before {
    font-size: 24rem;
    transform: none;
  }
}

/*-----------------------------------------------------------------------------------*/
#benefit .anchor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  grid-gap: 12rem;
  margin: 0 0 40rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px), print {
  #benefit .anchor {
    display: flex;
    margin-bottom: 64rem;
  }
}
#benefit .anchor a {
  font-weight: 500;
  transition: bakcground 0.5s, color 0.5s;
  border: 1px solid #000000;
  color: #000000;
  padding: 3rem 6rem;
  cursor: pointer;
  font-size: 14rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #benefit .anchor a {
    font-size: 16rem;
    width: 230rem;
    text-align: left;
    padding: 5rem 16rem 8rem;
  }
}
#benefit .scroll {
  margin-top: 32rem;
}
#benefit .scroll img {
  width: 100%;
}
#benefit .training {
  margin: 64rem 0 80rem;
}
@media screen and (max-width: 767.98px) {
  #benefit .training {
    margin: 0 -20rem 32rem;
    overflow: auto;
  }
  #benefit .training img {
    max-width: 200%;
    border-left: 20rem solid transparent;
    border-right: 20rem solid transparent;
  }
}
#benefit .pickup {
  background-color: #000000;
  color: #fff;
  padding: 24rem 16rem;
  margin: 0 0 64rem;
}
@media screen and (min-width: 768px), print {
  #benefit .pickup {
    padding: 32rem 64rem;
    margin: 0 0 140rem;
  }
}
#benefit .pickup h3 {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-weight: 700;
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  #benefit .pickup h3 {
    font-size: 24rem;
  }
  #benefit .pickup h3::before, #benefit .pickup h3::after {
    transform: none;
  }
}
#benefit .pickup figure {
  display: grid;
  gap: 10rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  #benefit .pickup figure {
    grid-template-columns: repeat(4, 1fr);
    gap: 16rem;
    margin-top: -16rem;
  }
}
#benefit .pickup p {
  margin-bottom: 0;
}
#benefit .benefits {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16rem;
}
@media screen and (min-width: 768px), print {
  #benefit .benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 40rem;
    margin: 64rem 0 0;
  }
}
#benefit .benefits > div {
  background: #fff;
  padding: 40rem;
}
@media screen and (max-width: 767.98px) {
  #benefit .benefits > div {
    padding: 10rem 14rem 10rem 14rem;
    display: grid;
    gap: 4rem 12rem;
    align-items: center;
    grid-template-columns: 105rem 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "photo title" "photo text";
  }
}
#benefit .benefits dt {
  display: contents;
  font-size: 16rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #benefit .benefits dt {
    text-align: center;
  }
}
#benefit .benefits dt i {
  display: block;
}
@media screen and (max-width: 767.98px) {
  #benefit .benefits dt i {
    grid-area: photo;
  }
}
@media screen and (min-width: 768px), print {
  #benefit .benefits dt i img {
    width: 132rem;
  }
}
#benefit .benefits dt span {
  display: block;
  margin: 24rem 0 16rem;
}
@media screen and (max-width: 767.98px) {
  #benefit .benefits dt span {
    grid-area: title;
    margin: 0;
  }
}
#benefit .benefits dd {
  font-size: 13rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  #benefit .benefits dd {
    grid-area: text;
  }
}

/*-----------------------------------------------------------------------------------*/
#episode .episode-wrap {
  margin: 32rem 0 0;
  display: grid;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  #episode .episode-wrap {
    margin: 64rem 0 0;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 64rem;
  }
}
#episode ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  #episode ul {
    display: contents;
  }
  #episode ul:first-child li:nth-of-type(1) {
    order: 1;
  }
  #episode ul:first-child li:nth-of-type(2) {
    order: 3;
  }
  #episode ul:first-child li:nth-of-type(3) {
    order: 5;
  }
  #episode ul:first-child li:nth-of-type(4) {
    order: 7;
  }
  #episode ul:first-child li:nth-of-type(5) {
    order: 9;
  }
  #episode ul:last-child li:nth-of-type(1) {
    order: 2;
  }
  #episode ul:last-child li:nth-of-type(2) {
    order: 4;
  }
  #episode ul:last-child li:nth-of-type(3) {
    order: 6;
  }
  #episode ul:last-child li:nth-of-type(4) {
    order: 8;
  }
  #episode ul:last-child li:nth-of-type(5) {
    order: 10;
  }
}
@media screen and (min-width: 768px), print {
  #episode ul {
    display: grid;
    gap: 64rem;
  }
  #episode ul:last-child {
    margin-top: 150rem;
  }
}
#episode ul li {
  margin: 0;
  padding: 0;
  background: #fff;
}
#episode ul .accordionHead {
  position: relative;
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px), print {
  #episode ul .accordionHead {
    padding: 0 0 16rem;
  }
}
#episode ul .accordionHead.open .arrow {
  transform: scaleY(-1);
}
#episode ul .accordionBody {
  display: none;
  padding: 16rem;
}
@media screen and (min-width: 768px), print {
  #episode ul .accordionBody {
    padding: 16rem 24rem 24rem;
  }
}
#episode ul .accordionBody > :first-child {
  margin-top: 0;
}
#episode ul .accordionBody > :last-child {
  margin-bottom: 0;
}
#episode ul h3 {
  margin: 0 0 10rem;
  line-height: 1.7;
}
#episode ul h3 span {
  display: table;
  background: #000000;
  color: #fff;
  font-size: 18rem;
  padding: 4rem 10rem 5rem;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  #episode ul h3 span {
    font-size: 28rem;
    padding: 6rem 16rem 8rem;
  }
}
#episode ul h3 span:first-child {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  #episode ul h3 span:first-child {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}
#episode ul h3 span:last-child {
  padding-bottom: 6rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px), print {
  #episode ul h3 span:last-child {
    padding-bottom: 10rem;
    padding-top: 0;
  }
}
#episode ul figure {
  width: 253rem;
}
@media screen and (min-width: 768px), print {
  #episode ul figure {
    width: 376rem;
  }
}
#episode ul .arrow {
  position: absolute;
  right: 8rem;
  bottom: 8rem;
  width: 24rem;
}
@media screen and (min-width: 768px), print {
  #episode ul .arrow {
    width: 40rem;
    right: 16rem;
    bottom: 16rem;
  }
}
#episode ul .comment {
  background: #000000;
  color: #fff;
  padding: 12rem;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #with-topic {
    display: grid;
    grid-template-columns: 1fr 870rem;
    align-items: start;
    padding-top: calc(var(--topicHeight) / 2);
  }
  #with-topic #mainarea {
    margin-top: calc(-1 * var(--topicHeight) / 2 - 32rem);
  }
  #with-topic #topic {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    padding: 32rem 0;
  }
  #with-topic #topic .hw-polygon2 {
    margin: 0 0 24rem -30rem;
    font-family: "Syncopate", sans-serif;
  }
  #with-topic #topic .hw-polygon2::before {
    transform: translateY(15%);
  }
  #with-topic #topic ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 5rem;
  }
  #with-topic #topic ul li {
    margin: 0;
    padding: 0;
  }
  #with-topic #topic a {
    transition: opacity 0.3s;
  }
  #with-topic #topic a:hover {
    opacity: 0.4;
  }
}

#job #mainarea {
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  #job #mainarea {
    gap: 80rem;
  }
}
#job #mainarea h2 {
  background-color: #000000;
  color: #fff;
  font-size: 16rem;
  padding: 0 10rem;
  margin: 0;
  display: table;
}
@media screen and (min-width: 768px), print {
  #job #mainarea h2 {
    font-size: 20rem;
    padding: 10rem 24rem;
  }
}
#job #mainarea h3 {
  font-size: 18rem;
  margin: 0 0 -0.5em;
}
@media screen and (min-width: 768px), print {
  #job #mainarea h3 {
    font-size: 24rem;
  }
}
#job #mainarea .frame {
  padding: 16rem;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  #job #mainarea .frame {
    padding: 64rem;
  }
}
#job .lead {
  margin-bottom: 32rem;
}
@media screen and (min-width: 768px), print {
  #job .lead {
    margin-bottom: 64rem;
  }
}
#job .division {
  border-top: 1px solid #000000;
  margin-top: 24rem;
  padding-top: 24rem;
}
@media screen and (min-width: 768px), print {
  #job .division {
    margin-top: 32rem;
    padding-top: 32rem;
  }
}
#job .department {
  background: #f5f5f5;
  margin-top: 8rem;
}
@media screen and (min-width: 768px), print {
  #job .department {
    margin-top: 16rem;
  }
}
#job .department .accordionHead {
  margin: 0;
  padding: 16rem 48rem 16rem 16rem;
  position: relative;
  cursor: pointer;
  font-size: 15rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #job .department .accordionHead {
    padding: 24rem 80rem 24rem 24rem;
    font-size: 18rem;
  }
}
#job .department .accordionHead::after {
  content: "┼";
  display: flex;
  aspect-ratio: 1;
  background-color: #000000;
  color: #fff;
  transition: background-color 0.5s;
  position: absolute;
  top: 50%;
  right: 16rem;
  width: 24rem;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  line-height: 1px;
  font-size: 13rem;
}
@media screen and (min-width: 768px), print {
  #job .department .accordionHead::after {
    width: 40rem;
    right: 24rem;
    font-size: 18rem;
  }
}
#job .department .accordionHead.open::after {
  content: "─";
  background-color: #fff;
  color: #000000;
}
#job .department .accordionBody {
  display: none;
  padding: 0 16rem 16rem;
}
@media screen and (min-width: 768px), print {
  #job .department .accordionBody {
    padding: 0 24rem 24rem;
  }
}
#job .department .accordionBody > :first-child {
  margin-top: 0;
}
#job .department .accordionBody > :last-child {
  margin-bottom: 0;
}
#job .department .boxs {
  background-color: #fff;
  display: grid;
  font-size: 13rem;
}
@media screen and (min-width: 768px), print {
  #job .department .boxs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  #job .department .boxs .box {
    border-top: 1px dashed #a5a5a5;
  }
}
@media screen and (min-width: 768px), print {
  #job .department .boxs .box {
    border-left: 1px dashed #a5a5a5;
  }
}
#job .department .boxs .box:first-child {
  border: none;
}
@media screen and (min-width: 768px), print {
  #job .department .boxs .box:first-child h5 {
    margin-left: 0;
  }
}
#job .department .boxs h5 {
  background-color: #000000;
  color: #fff;
  font-size: 14rem;
  padding: 0 10rem;
  margin: 0 0 0 -1px;
  display: table;
}
#job .department .boxs ul {
  margin: 0;
  padding: 15rem 18rem;
  list-style: none;
  display: grid;
  grid-gap: 5rem;
}
#job .department .boxs ul li {
  margin: 0;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
#job .department .boxs ul li::before {
  content: "●";
  display: inline-block;
  text-indent: 0;
  width: 1.5em;
  transform: scale(0.8);
}
#job .department .boxs p {
  margin: 0;
  padding: 15rem 18rem;
}
#job ul.member {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #job ul.member {
    grid-gap: 16rem 24rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
#job ul.member li {
  margin: 0;
  padding: 0;
}
#job ul.member a {
  display: grid;
  grid-template-columns: 70rem 1fr;
  gap: 16rem;
  padding: 12rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 6rem rgba(0, 0, 0, 0.06);
  border-radius: 4rem;
  font-size: 12rem;
  position: relative;
  align-items: center;
}
#job ul.member a:hover .hover {
  opacity: 1;
}
#job ul.member a figure {
  position: relative;
  aspect-ratio: 70/86;
  overflow: hidden;
}
#job ul.member a figure img {
  position: absolute;
  inset: 0;
  transform: scale(1.8);
  transform-origin: center 10%;
}
#job ul.member a .hover {
  transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  inset: 0;
}
#job ul.member a .name {
  font-size: 20rem;
  line-height: 1;
  margin-top: 5rem;
}
#job ul.member a .arrow {
  position: absolute;
  bottom: 12rem;
  right: 12rem;
}
@media screen and (min-width: 768px), print {
  #job ul.member a .arrow {
    width: 32rem;
  }
}
#job ul.member a .arrow img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
#about #mainarea {
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  #about #mainarea {
    gap: 80rem;
  }
}
#about #mainarea h2 {
  background-color: #000000;
  color: #fff;
  font-size: 16rem;
  padding: 0 10rem;
  margin: 0;
  display: table;
}
@media screen and (min-width: 768px), print {
  #about #mainarea h2 {
    font-size: 20rem;
    padding: 10rem 24rem;
  }
}
#about #mainarea h3 {
  margin: 0;
  font-size: 18rem;
}
@media screen and (min-width: 768px), print {
  #about #mainarea h3 {
    font-size: 20rem;
  }
}
#about #mainarea .frame {
  padding: 16rem;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  #about #mainarea .frame {
    padding: 64rem;
  }
}
#about #mainarea .frame > :first-child {
  margin-top: 0;
}
#about #mainarea .frame > :last-child {
  margin-bottom: 0;
}
#about .box {
  display: grid;
  gap: 20rem;
  margin-bottom: 24rem;
  padding-bottom: 24rem;
  align-items: start;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  #about .box {
    grid-template-columns: 310rem 1fr;
    gap: 40rem;
    margin-bottom: 40rem;
    padding-bottom: 40rem;
  }
  #about .box:nth-of-type(2n) {
    grid-template-columns: 1fr 310rem;
  }
  #about .box:nth-of-type(2n) figure {
    order: 2;
  }
}
#about .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#about .box .text :first-child {
  margin-top: 0;
}
#about .box .text :last-child {
  margin-bottom: 0;
}
#about #about01 dl.main > div {
  border-bottom: 1px solid #000000;
  margin: 0 0 24rem;
  padding: 0 0 24rem;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main > div {
    display: grid;
    grid-template-columns: 1fr 460rem;
    margin: 0 0 48rem;
    padding: 0 0 48rem;
  }
}
#about #about01 dl.main > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#about #about01 dl.main > div > dt {
  font-size: 18rem;
  font-weight: 400;
  margin: 0 0 16rem;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main > div > dt {
    font-size: 32rem;
    line-height: 1.4;
    margin: 0;
  }
}
#about #about01 dl.main > div > dt small {
  font-size: 13rem;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main > div > dt small {
    font-size: 14rem;
    display: block;
  }
}
#about #about01 dl.main > div > dd {
  margin: 0;
  padding: 0;
}
#about #about01 dl.main > div > dd :first-child {
  margin-top: 0 !important;
}
#about #about01 dl.main > div > dd :last-child {
  margin-bottom: 0 !important;
}
#about #about01 dl.main .mission dd {
  font-family: "Shippori Antique", "游明朝体", "Yu Mincho", serif;
  font-size: 18rem;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main .mission dd {
    font-size: 20rem;
  }
}
#about #about01 dl.main .vision p {
  font-family: "Shippori Antique", "游明朝体", "Yu Mincho", serif;
  font-size: 18rem;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main .vision p {
    font-size: 20rem;
  }
}
#about #about01 dl.main .value dl {
  margin-top: 32rem;
  display: grid;
  gap: 16rem;
}
#about #about01 dl.main .value dl dt {
  margin: 0;
  padding: 0;
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main .value dl dt {
    font-size: 18rem;
  }
}
#about #about01 dl.main .value dl dd {
  margin: 0;
  padding: 0;
}
#about #about01 dl.main .value figure {
  max-width: 240rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  #about #about01 dl.main .value figure {
    max-width: 280rem;
    margin: 0;
  }
}
#about #about01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16rem;
}
#about #about01 ul li {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: start;
  gap: 10rem;
  font-size: 14rem;
}
#about #about01 ul li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1;
  background: #d9d9d9;
  border-radius: 100%;
  transform: translateY(0.7em);
}
#about #about02 dl {
  display: grid;
  gap: 16rem;
  width: 240rem;
  margin: 24rem auto;
}
@media screen and (min-width: 768px), print {
  #about #about02 dl {
    grid-template-columns: repeat(3, 1fr);
    width: auto;
    margin: 0;
  }
}
#about #about02 dl > div {
  background: #f5f5f5;
  padding: 16rem;
}
#about #about02 dl dt {
  font-size: 18rem;
  font-weight: 500;
}
#about #about02 dl dt sup {
  font-size: 50%;
}
#about #about02 dl dd {
  margin: 0;
  padding: 0;
}
#about #about02 dl .number {
  display: block;
  text-align: center;
  font-size: 72rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 40rem;
  line-height: 1;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
}
#about #about02 dl .number small {
  font-size: 75%;
}
#about #about02 dl .number span {
  font-size: 18rem;
  font-weight: 500;
  position: absolute;
  bottom: 10rem;
  right: 0;
  display: block;
}
#about #about02 dl .number i {
  position: absolute;
  bottom: 10rem;
  right: 0;
  display: block;
  background: url(../images/about/danjo.svg) no-repeat center center/contain;
  width: 28rem;
  aspect-ratio: 1;
}
#about #about02 dl p {
  margin: 10rem 0 0;
  font-size: 13rem;
}
#about #about02 .note {
  font-size: 12rem;
}
@media screen and (max-width: 767.98px) {
  #about #about02 .note {
    padding: 0;
    background: none;
    margin-top: -6rem;
    line-height: 1.3;
  }
}
#about #about04 .lead {
  margin-bottom: 64rem;
}
@media screen and (max-width: 767.98px) {
  #about #about04 .lead {
    border-bottom: 1px solid #000000;
    margin: 0 0 24rem;
    padding: 0 0 24rem;
    display: grid;
  }
  #about #about04 .lead h3 {
    order: 2;
  }
  #about #about04 .lead figure {
    order: 1;
  }
  #about #about04 .lead p {
    order: 3;
  }
}
#about #about04 .lead p {
  margin-bottom: 0;
}
#about #about05 .pdfbtn {
  text-align: center;
  margin-top: 24rem;
}
@media screen and (min-width: 768px), print {
  #about #about05 .pdfbtn {
    margin-top: 32rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*//*# sourceMappingURL=common.css.map */