@charset "UTF-8";
/* Scss Document */
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: 584.98px) {
  html {
    font-size: calc(var(--vw) / 390);
  }
}
@media (min-width: 585px) and (max-width: 767.98px) {
  html {
    font-size: 1.5px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  html {
    font-size: calc(var(--vw) / 1440);
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 1.25px;
  }
}
@media print {
  html {
    font-size: 0.2mm;
  }
}

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

* {
  box-sizing: border-box;
}

body {
  font-size: 14rem;
  font-weight: 400;
  color: #000000;
  background: #faf8f2;
  line-height: 1.5;
  -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;
}

.ibmplex {
  font-family: "IBM Plex Sans", sans-serif;
  transform: translateY(0.05em);
}

.serif {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif;
}

.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: 1120rem;
    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 {
    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: 10rem 0;
}
@media screen and (min-width: 768px), print {
  p {
    margin: 12rem 0;
  }
}

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

mark {
  text-decoration-color: rgb(from currentColor r g b/0.1) !important;
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

i[class^=icon-] {
  line-height: 1px;
}
i[class^=icon-] svg {
  width: 100%;
  aspect-ratio: 1;
  transition: stroke 0.4s, fill 0.4s;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

b {
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #faf8f2;
  border-bottom: 1px solid #000000;
  height: 72rem;
  z-index: 300;
  display: grid;
}
@media screen and (min-width: 768px), print {
  #header {
    height: 100rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50rem 0 30rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header {
    padding: 0 0 0 20rem;
    grid-template-columns: 1fr 72rem;
  }
}
#header .logo {
  align-self: center;
}
#header .logo img {
  width: 96rem;
}
@media screen and (min-width: 768px), print {
  #header .logo img {
    width: 129rem;
  }
}

.menu-btn {
  width: 72rem;
  height: 72rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu-btn .burger {
  width: 30rem;
  height: 12rem;
  display: block;
  position: relative;
}
.menu-btn .burger i {
  width: 30rem;
  height: 1rem;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all 0.3s ease 0s;
  background: #000000;
}
.menu-btn .burger i:nth-of-type(1) {
  top: 0;
}
.menu-btn .burger i:nth-of-type(2) {
  top: 50%;
}
.menu-btn .burger i:nth-of-type(3) {
  top: 100%;
}
.menu-btn.active .burger i:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-160deg);
  top: 50%;
  width: 40rem;
}
.menu-btn.active .burger i:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active .burger i:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(160deg);
  top: 50%;
  width: 40rem;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #gnav {
    display: block !important;
  }
}
@media screen and (max-width: 767.98px) {
  #gnav {
    display: none;
    position: fixed;
    inset: 72rem 0 0 0;
    background: #faf8f2;
    padding: 24rem 20rem 40rem;
    overflow: auto;
  }
}
#gnav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  #gnav > ul {
    display: flex;
    align-items: center;
  }
}
#gnav > ul > li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  #gnav > ul > li {
    padding: 0 10rem 20rem;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 767.98px) {
  #gnav > ul > li {
    border-bottom: 1px solid #dcdcdc;
  }
}
#gnav > ul > li > a {
  font-size: 15rem;
  font-weight: 700;
  display: grid;
  align-items: center;
  line-height: 1;
}
#gnav > ul > li > a[target=_blank] {
  grid-template-columns: 1fr 16rem;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #gnav > ul > li > a {
    transition: opacity 0.4s;
  }
  #gnav > ul > li > a:hover {
    opacity: 0.5;
  }
  #gnav > ul > li > a i {
    display: block;
    transform: translateY(0.1em);
  }
}
@media screen and (max-width: 767.98px) {
  #gnav > ul > li > a {
    height: 60rem;
  }
}
#gnav > ul > li.has-mega > a {
  grid-template-columns: 1fr 16rem;
}
@media screen and (max-width: 767.98px) {
  #gnav > ul > li.has-mega > a .close {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  #gnav > ul > li.is-open .open {
    display: none;
  }
  #gnav > ul > li.is-open .close {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  #gnav > ul > li.is-open > a {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px), print {
  #gnav > ul > li.contact {
    position: absolute;
    top: 23rem;
    right: 50rem;
  }
  #gnav > ul > li.contact a {
    font-size: 14rem;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
    transition: text-decoration-color 0.4s;
  }
  #gnav > ul > li.contact a:hover {
    text-decoration-color: #000000;
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  #gnav > ul > li.adexplus {
    border: none;
    padding: 40rem 0 0;
  }
  #gnav > ul > li.adexplus a {
    height: auto;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22rem 0;
    gap: 16rem;
  }
  #gnav > ul > li.adexplus img {
    width: 210rem;
  }
  #gnav > ul > li.adexplus .icon-external {
    width: 24rem;
  }
}
#gnav .mega {
  display: none;
  background: #faf8f2;
  padding: 0 0 24rem;
}
@media screen and (min-width: 768px), print {
  #gnav .mega {
    position: absolute;
    top: 100rem;
    left: 0;
    right: 0;
    border-top: 1px solid transparent;
    padding: 40rem 130rem 40rem 190rem;
  }
}
#gnav .mega .mega-inner {
  max-width: 900rem;
  margin: 0 auto;
}
#gnav .mega a {
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #gnav .mega a {
    font-size: 12rem;
    transition: opacity 0.4s;
  }
  #gnav .mega a:hover {
    opacity: 0.5;
  }
}
#gnav .mega a:has(i) {
  display: grid;
  grid-template-columns: 1fr 16rem;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #gnav .mega a:has(i) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  #gnav .mega a i {
    transform: rotate(-90deg);
  }
}
#gnav .mega ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16rem;
}
@media screen and (min-width: 768px), print {
  #gnav .mega ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem 20rem;
  }
}
#gnav .mega ul li {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #dcdcdc;
  position: relative;
  padding: 117rem 20rem 20rem;
  font-size: 14rem;
  line-height: 24rem;
  margin-top: 100rem;
}
@media screen and (min-width: 768px), print {
  #footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: 451rem 1fr;
    padding: 96rem 64rem 40rem;
    font-size: 14rem;
    line-height: 24rem;
    gap: 16rem;
    align-items: flex-end;
    margin-top: 120rem;
  }
}
@media screen and (min-width: 768px), print {
  #footer a {
    transition: opacity 0.4s;
  }
  #footer a:hover {
    opacity: 0.5;
  }
}
#footer .gotop {
  position: absolute;
  top: 0;
  right: 20rem;
}
@media screen and (min-width: 768px), print {
  #footer .gotop {
    right: 64rem;
  }
}
#footer .gotop a {
  width: 50rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
#footer .gotop svg {
  width: 24rem;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  #footer .logo {
    margin-bottom: 30rem;
  }
  #footer .logo img {
    width: 310rem;
  }
}
@media screen and (min-width: 768px), print {
  #footer .logo {
    transform: translateY(-4rem);
  }
}
#footer nav {
  font-weight: 700;
}
#footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10rem 0;
}
@media screen and (min-width: 768px), print {
  #footer nav ul {
    justify-content: flex-end;
  }
}
#footer nav ul li {
  margin: 0 8rem 0 0;
  padding: 0 8rem 0 0;
  border-right: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  #footer nav ul li {
    margin: 0 10rem 0 0;
    padding: 0 10rem 0 0;
  }
}
#footer nav ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .copyright {
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  #footer .copyright {
    font-size: 10rem;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px), print {
  #footer .copyright {
    text-align: right;
    grid-column: 1/3;
  }
}

#contents {
  margin: 73rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #contents {
    margin: 98rem 0 0;
  }
}
#contents.no-bottom-margin + #footer {
  margin-top: 0;
}

/*-----------------------------------------------------------------------------------*/
.content-title {
  font-weight: 700;
  font-size: 32rem;
  margin: 0 0 40rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .content-title {
    font-size: 42rem;
  }
}
.content-title span {
  background: #000000;
  color: #ffffff;
  display: table;
  font-size: 12rem;
  padding: 8rem 10rem;
  margin: 0 0 10rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .content-title span {
    font-size: 16rem;
    margin-bottom: 14rem;
  }
}
.content-title img {
  width: 243rem;
  margin-top: 24rem;
  display: block;
}
@media screen and (min-width: 768px), print {
  .content-title img {
    width: 324rem;
    margin-top: 56rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#bread {
  padding: 4rem 20rem;
  overflow: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  #bread {
    padding: 4rem 64rem;
  }
}
#bread ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  color: #909090;
  font-size: 10rem;
  line-height: 2;
  gap: 4rem;
}
@media screen and (min-width: 768px), print {
  #bread ul {
    font-size: 12rem;
  }
}
#bread ul li {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 10rem;
  gap: 5rem;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #bread ul li {
    grid-template-columns: 1fr 14rem;
    gap: 8rem;
  }
}
#bread ul li i {
  transform: rotate(-90deg);
}
#bread ul li i svg {
  width: 100%;
}
#bread ul li:last-child {
  color: #000000;
  display: block;
  padding-right: 20rem;
}
#bread ul a {
  color: #909090;
}

/*-----------------------------------------------------------------------------------*/
#pagetitle-parent {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle-parent {
    margin: 0 0 80rem;
  }
}
#pagetitle-parent .title-image {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle-parent .title-image {
    margin: 0 0 80rem;
  }
}
#pagetitle-parent .title-image img {
  width: 100%;
}
#pagetitle-parent .content-title {
  margin-bottom: 20rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle-parent .content-title {
    margin-bottom: 0;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px), print {
  #pagetitle-parent .inner {
    display: grid;
    grid-template-columns: 1fr 700rem;
    align-items: center;
  }
}
#pagetitle-parent p {
  margin: 0;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
#pagetitle {
  background: #ffffff;
  height: 180rem;
  display: flex;
  align-items: center;
  margin: 0 0 40rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  #pagetitle {
    margin: 0 0 100rem;
    height: 240rem;
  }
}
#pagetitle .title {
  margin: 0;
  font-weight: 700;
}
#pagetitle .title .en {
  font-size: 12rem;
  display: block;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px), print {
  #pagetitle .title .en {
    margin-bottom: 20rem;
    font-size: 16rem;
  }
}
#pagetitle .title .ja {
  font-size: 28rem;
  display: block;
}
@media screen and (min-width: 768px), print {
  #pagetitle .title .ja {
    font-size: 42rem;
  }
}

/*-----------------------------------------------------------------------------------*/
h2 {
  font-size: 28rem;
  margin: 40rem 0 40rem;
}
@media screen and (min-width: 768px), print {
  h2 {
    font-size: 32rem;
    margin-top: 60rem;
  }
}
h2:first-child {
  margin-top: 0;
}
h2.line {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 20rem;
  margin-bottom: 20rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  h2.line {
    margin-bottom: 30rem;
  }
}

h3 {
  font-size: 24rem;
  margin: 40rem 0 20rem;
}
@media screen and (min-width: 768px), print {
  h3 {
    font-size: 28rem;
    margin: 60rem 0 20rem;
  }
}
h3:first-child, h2 + h3 {
  margin-top: 0;
}

a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.4s;
  will-change: transform, opacity;
}
a:visited {
  color: #000000;
}

.btns {
  margin-top: 40rem;
}
.btns.center {
  text-align: center;
}
p + .btns {
  margin-top: 20rem;
}
@media screen and (min-width: 768px), print {
  p + .btns {
    margin-top: 30rem;
  }
}

.btn {
  display: inline-grid;
  grid-template-columns: 1fr 20rem;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 100rem;
  gap: 10rem;
  padding: 12rem 48rem;
  font-weight: 700;
  align-items: center;
  line-height: 1.5;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .btn.sp-narrow {
    padding-left: 24rem;
    padding-right: 24rem;
  }
}
@media screen and (min-width: 768px), print {
  .btn {
    padding: 16rem 56rem;
  }
  .btn:hover {
    background: #000000;
    color: #ffffff;
  }
}
.btn.back {
  grid-template-columns: 20rem 1fr;
}
.btn.back i {
  transform: scaleX(-1);
}
@media screen and (max-width: 767.98px) {
  .btn.anchor {
    padding: 12rem 32rem;
  }
}
.btn.anchor i {
  transform: rotate(90deg);
}

p {
  line-height: 2;
}

p a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  transition: text-decoration-color 0.4s;
}
p a:hover {
  text-decoration-color: #000000;
}

button,
input,
textarea,
select {
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-size: 14rem;
}
@media screen and (min-width: 768px), print {
  button,
  input,
  textarea,
  select {
    font-size: 16rem;
  }
}

/*-----------------------------------------------------------------------------------*/
.sibling-links {
  background: #f0ece2;
  padding: 60rem 0;
  margin: 100rem 0 -100rem;
}
@media screen and (min-width: 768px), print {
  .sibling-links {
    padding: 80rem 0;
    margin: 120rem 0 -120rem;
  }
}
.sibling-links ul {
  margin: 40rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  .sibling-links ul {
    gap: 32rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.sibling-links ul li {
  margin: 0;
  padding: 0;
}
.sibling-links a {
  display: grid;
  grid-template-columns: 1fr 20rem;
  border: 2px solid #000000;
  color: #000000;
  gap: 10rem;
  padding: 0 20rem;
  font-weight: 700;
  align-items: center;
  line-height: 1.5;
  transition: background-color 0.4s, color 0.4s;
  background-color: #faf8f2;
  height: 80rem;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  .sibling-links a {
    height: 90rem;
  }
  .sibling-links a:hover {
    background: #000000;
    color: #ffffff;
  }
}

/*-----------------------------------------------------------------------------------*/
.relation-links {
  border: 2px solid #000000;
  padding: 50rem 20rem;
  margin: 80rem 0 0;
}
@media screen and (min-width: 768px), print {
  .relation-links {
    padding: 50rem 96rem;
  }
}
.relation-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7em;
}
.relation-links ul li {
  margin: 0;
  padding: 0;
}
.relation-links ul a {
  display: grid;
  grid-template-columns: 1fr 24rem;
  align-items: center;
  gap: 12rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .relation-links ul a {
    display: inline-grid;
    transition: opacity 0.4s;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .relation-links ul a:hover {
    opacity: 0.5;
  }
}

/*-----------------------------------------------------------------------------------*/
dl.common-dl {
  margin: 0;
  padding: 0;
}
dl.common-dl > div {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 30rem;
  padding: 0 0 30rem;
  display: grid;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  dl.common-dl > div {
    grid-template-columns: 256rem 1fr;
    gap: 32rem;
    margin: 0 0 40rem;
    padding: 0 0 40rem;
  }
}
dl.common-dl > div:last-child {
  margin-bottom: 0;
}
dl.common-dl dt {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  dl.common-dl dt {
    font-size: 20rem;
  }
}
dl.common-dl dd {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
.anchor-link {
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  .anchor-link {
    margin: 0 0 80rem;
  }
}
.anchor-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .anchor-link ul {
    gap: 40rem;
  }
}

/*-----------------------------------------------------------------------------------*/
ul.note {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  ul.note {
    font-size: 14rem;
  }
}
ul.note li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

/*-----------------------------------------------------------------------------------*/
body:not(.is-loading) #app-loader {
  display: none;
}

#app-loader {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: #faf8f2;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#app-loader.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#app-loader .text {
  display: grid;
  gap: 0.5em;
  text-align: center;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 2;
  padding: 24px;
  font-size: 18rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #app-loader .text {
    font-size: 28rem;
  }
}
#app-loader .text span {
  opacity: 0;
  transform: translateY(50%);
  animation: loaderFade 1.3s ease forwards;
  will-change: transform;
}
@media screen and (min-width: 768px), print {
  #app-loader .text span:nth-of-type(2), #app-loader .text span:nth-of-type(4) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  #app-loader .text span:nth-of-type(2), #app-loader .text span:nth-of-type(5) {
    margin-bottom: 1em;
  }
}
#app-loader .text span:last-child {
  font-size: 42rem;
}
@media screen and (min-width: 768px), print {
  #app-loader .text span:last-child {
    font-size: 72rem;
  }
}

@keyframes loaderFade {
  to {
    opacity: 1;
    transform: none;
  }
}
/*-----------------------------------------------------------------------------------*/
#kv {
  padding: 20rem 0 24rem;
  background: #ffffff;
}
@media screen and (min-width: 768px), print {
  #kv {
    padding: 24rem 0 40rem;
  }
}
#kv img {
  height: 283rem;
}
@media screen and (min-width: 768px), print {
  #kv img {
    height: 420rem;
  }
}
#kv .splide {
  opacity: 0;
  transition: opacity 0.3s;
}
.loaded #kv .splide {
  opacity: 1;
}
#kv .splide__slide {
  padding: 0 7rem;
}
@media screen and (min-width: 768px), print {
  #kv .splide__slide {
    padding: 0 15rem;
  }
}
#kv .splide__arrow {
  opacity: 1;
  background: url(../images/slide_arrow.svg) no-repeat center center/12rem #faf8f2;
  width: 44rem;
  height: auto;
  aspect-ratio: 1;
  border: 1rem solid #000000;
  border-radius: 100rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  #kv .splide__arrow {
    width: 72rem;
    background-size: 15rem;
  }
}
#kv .splide__arrow.splide__arrow--prev {
  transform: scaleX(-1) translateY(-50%);
  right: calc(50% + 124rem);
  left: inherit;
}
@media screen and (min-width: 768px), print {
  #kv .splide__arrow.splide__arrow--prev {
    right: calc(50% + 295rem);
  }
}
#kv .splide__arrow.splide__arrow--next {
  left: calc(50% + 124rem);
  right: inherit;
}
@media screen and (min-width: 768px), print {
  #kv .splide__arrow.splide__arrow--next {
    left: calc(50% + 295rem);
  }
}
#kv .splide__arrow svg {
  display: none;
}

.splide__pagination {
  gap: 10rem;
  bottom: -24rem;
}
@media screen and (min-width: 768px), print {
  .splide__pagination {
    bottom: -40.5rem;
  }
}
.splide__pagination .splide__pagination__page {
  padding: 10rem 0;
  margin: 0;
  width: 24rem;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 768px), print {
  .splide__pagination .splide__pagination__page {
    width: 64rem;
    height: 2rem;
  }
}
.splide__pagination .splide__pagination__page::before {
  content: "";
  height: 2rem;
  width: 100%;
  display: block;
  background: #dcdcdc;
  transition: transform 0.4s, background-color 0.4s, opacity 0.4s;
}
.splide__pagination .splide__pagination__page:hover {
  opacity: 1;
}
.splide__pagination .splide__pagination__page:hover::before {
  opacity: 0.2;
}
.splide__pagination .splide__pagination__page.is-active {
  transform: none;
}
.splide__pagination .splide__pagination__page.is-active::before {
  background: #000000;
  transform: scaleY(1.5);
}
.splide__pagination .splide__pagination__page.is-active:hover::before {
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
#contents > [id^=top-] {
  padding: 60rem 20rem;
}
@media screen and (min-width: 768px), print {
  #contents > [id^=top-] {
    padding: 80rem 0;
  }
}
#contents > [id^=top-]:nth-of-type(2n + 1) {
  background: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .top-other {
    margin: 0 -20rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .top-other {
    padding: 80rem 0;
  }
  .top-other .inner {
    width: 1264rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-other section {
    background: #ffffff;
    padding: 80rem 72rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-other section {
    padding: 80rem 40rem;
  }
  .top-other section:nth-of-type(2n) {
    background: #ffffff;
  }
}
@media screen and (min-width: 768px), print {
  .top-other section .content-title {
    margin-bottom: 17rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-other .content-title {
    margin-bottom: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  .top-other .btns {
    margin-top: 20rem;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #top-news .inner {
    display: grid;
  }
  #top-news .text {
    display: contents;
  }
  #top-news h2 {
    order: 1;
  }
  #top-news .news-list {
    order: 2;
  }
  #top-news .btns {
    order: 3;
  }
}
#top-news h2 {
  font-size: 32rem;
  margin: 0 0 30rem;
}
@media screen and (min-width: 768px), print {
  #top-news h2 {
    font-size: 42rem;
    margin-top: 13rem;
  }
}
@media screen and (min-width: 768px), print {
  #top-news .inner {
    display: grid;
    grid-template-columns: 1fr 800rem;
    gap: 32rem;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #top-policy .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
#top-policy .content-title {
  font-size: 40rem;
}
@media screen and (min-width: 768px), print {
  #top-policy .content-title {
    font-size: 62rem;
    line-height: 1.5;
  }
}
#top-policy h3 {
  font-size: 24rem;
  margin: 30rem 0 -10rem;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #top-whoweare .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px), print {
  #top-whoweare p {
    margin: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #top-solution .inner {
    display: grid;
  }
  #top-solution .text {
    display: contents;
  }
  #top-solution h2 {
    order: 1;
  }
  #top-solution p {
    order: 1;
    margin-top: 0;
  }
  #top-solution .slideshow {
    order: 2;
  }
  #top-solution .btns {
    order: 3;
  }
}
@media screen and (min-width: 768px), print {
  #top-solution .inner {
    display: grid;
    grid-template-columns: 290rem 1fr;
    gap: 96rem;
  }
}
#top-solution .text {
  position: relative;
  z-index: 2;
}
#top-solution .slideshow {
  margin-right: -40rem;
  padding-bottom: 24rem;
  width: 202rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #top-solution .slideshow {
    margin: 0;
    padding-bottom: 40rem;
    width: 280rem;
  }
  #top-solution .slideshow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    transform: translateX(-100%);
    background: #faf8f2;
  }
}
#top-solution .splide .splide__track {
  overflow: visible;
}
#top-solution .splide .splide__slide {
  padding-right: 10rem;
}
@media screen and (min-width: 768px), print {
  #top-solution .splide .splide__slide {
    padding-right: 24rem;
  }
}
#top-solution .splide a {
  display: block;
  width: 192rem;
}
@media screen and (min-width: 768px), print {
  #top-solution .splide a {
    width: 256rem;
  }
}
#top-solution .splide figure span {
  display: block;
  width: 100%;
  aspect-ratio: 192/195;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
@media screen and (min-width: 768px), print {
  #top-solution .splide figure span {
    aspect-ratio: 256/279;
  }
}
#top-solution .splide figure img {
  width: 140rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px), print {
  #top-solution .splide figure img {
    width: 150rem;
  }
}
#top-solution .splide figure figcaption {
  height: 110rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15rem;
  color: #ffffff;
  background: #000000;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #top-solution .splide figure figcaption {
    height: 96rem;
    padding: 0 20rem;
  }
}
#top-solution .splide__pagination {
  justify-content: flex-start;
  padding: 0;
  display: flex !important;
  width: calc(100vw - 80rem);
}
@media screen and (min-width: 768px), print {
  #top-solution .splide__pagination {
    width: 700rem;
  }
}
#top-solution .splide__pagination__page {
  width: 20rem;
}
@media screen and (min-width: 768px), print {
  #top-solution .splide__pagination__page {
    width: 44rem;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #top-worksprojects .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px), print {
  #top-worksprojects p {
    margin: 0;
    letter-spacing: -0.4rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #top-adexplus .content-title {
    margin-bottom: 38rem;
  }
}
#top-adexplus .content-title span {
  margin-bottom: 14rem;
}
#top-adexplus .content-title img {
  height: 32rem;
  width: auto;
}
@media screen and (min-width: 768px), print {
  #top-adexplus .content-title img {
    margin-top: 0;
    transform: translateY(10rem);
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#policy {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  #policy .inner {
    width: 800rem;
  }
}
#policy h1 {
  text-align: center;
}
#policy .content-title span {
  margin-left: auto;
  margin-right: auto;
}
#policy .lead {
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  #policy .lead {
    margin-top: 100rem;
  }
}
#policy .lead p {
  font-size: 16rem;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (min-width: 768px), print {
  #policy .lead p {
    font-size: 22rem;
  }
}
#policy figure {
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  #policy figure {
    margin-top: 100rem;
  }
}
#policy figure img {
  border-radius: 16rem;
}
@media screen and (min-width: 768px), print {
  #policy figure img {
    border-radius: 24rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
ul.news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.news-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dcdcdc;
}
ul.news-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10rem 20rem;
  padding: 10rem 0;
}
@media screen and (min-width: 768px), print {
  ul.news-list a {
    padding: 20rem 0;
  }
  ul.news-list a:hover {
    opacity: 0.5;
  }
}
ul.news-list time {
  font-size: 12rem;
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  ul.news-list time {
    font-size: 14rem;
  }
}
ul.news-list em {
  color: #ffffff;
  background: #000000;
  padding: 2rem 16rem;
  font-size: 10rem;
  font-style: normal;
  border-radius: 100rem;
}
@media screen and (min-width: 768px), print {
  ul.news-list em {
    font-size: 12rem;
    padding: 4rem 20rem;
  }
}
ul.news-list .title {
  width: 100%;
  font-size: 12rem;
  font-weight: 700;
  padding-right: 44rem;
  min-height: 24rem;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  ul.news-list .title {
    font-size: 14rem;
  }
  #top-news ul.news-list .title {
    padding-right: 104rem;
  }
}
ul.news-list .title:has(i) {
  grid-template-columns: 1fr 24rem;
  gap: 20rem;
  padding-right: 0 !important;
}
@media screen and (min-width: 768px), print {
  #top-news ul.news-list .title:has(i) {
    gap: 80rem;
  }
}
ul.news-list .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  ul.news-list .title span {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

/*-----------------------------------------------------------------------------------*/
.pnavi {
  text-align: center;
  margin: 64rem 0 0;
}
@media screen and (min-width: 768px), print {
  .pnavi {
    margin-top: 100rem;
  }
}
.pnavi .pnavi_inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 55rem;
  font-weight: bold;
  grid-gap: 20rem;
}
@media screen and (min-width: 768px), print {
  .pnavi .pnavi_inner {
    grid-gap: 32rem;
    padding: 0 67rem;
  }
}
.pnavi .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  border: 1px solid #000000;
  font-weight: bold;
  font-size: 18rem;
  width: 52rem;
  aspect-ratio: 1;
  border-radius: 100rem;
  line-height: 1;
  transition: background 0.4s, color 0.4s;
}
@media screen and (min-width: 768px), print {
  .pnavi .page-numbers {
    font-size: 28rem;
    width: 72rem;
  }
}
.pnavi .page-numbers:hover, .pnavi .page-numbers.current {
  background: #000000;
  color: #fff;
}
.pnavi .page-numbers.dots {
  border: none;
}
@media screen and (max-width: 767.98px) {
  .pnavi .page-numbers.dots {
    margin: 0 -5rem;
    font-size: 14rem;
    width: 20rem;
  }
}
.pnavi .page-move {
  transition: opacity 0.4s;
}
.pnavi .page-move.prev, .pnavi .page-move.next {
  border: none;
  width: 35rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.pnavi .page-move.prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.pnavi .page-move.next {
  right: 0;
}
.pnavi .page-move:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
.news-category {
  margin: 0 0 40rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10rem 0;
  font-weight: 700;
  border-left: 1px solid #000000;
  padding: 0 0 0 8rem;
}
@media screen and (max-width: 767.98px) {
  .news-category {
    font-size: 12rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-category {
    margin: 0 0 80rem;
    padding: 0 0 0 20rem;
  }
}
.news-category li {
  margin: 0 8rem 0 0;
  padding: 0 8rem 0 0;
  border-right: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  .news-category li {
    margin: 0 20rem 0 0;
    padding: 0 20rem 0 0;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #news {
    padding: 0 20rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#news-detail header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10rem 20rem;
  padding: 0 0 30rem;
  margin: 0 0 40rem;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px), print {
  #news-detail header {
    padding: 0 0 40rem;
    margin: 0 0 80rem;
  }
}
#news-detail header time {
  font-size: 12rem;
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  #news-detail header time {
    font-size: 14rem;
  }
}
#news-detail header em {
  color: #ffffff;
  background: #000000;
  padding: 2rem 16rem;
  font-size: 10rem;
  font-style: normal;
  border-radius: 100rem;
}
@media screen and (min-width: 768px), print {
  #news-detail header em {
    font-size: 12rem;
    padding: 4rem 20rem;
  }
}
#news-detail header .title {
  width: 100%;
  font-size: 32rem;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #news-detail header .title {
    font-size: 32rem;
  }
}
#news-detail .entry-body h2 {
  font-size: 24rem;
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #news-detail .entry-body h2 {
    font-size: 28rem;
  }
}
#news-detail .entry-body h3 {
  font-size: 20rem;
  margin: 0 0 40rem;
}
@media screen and (min-width: 768px), print {
  #news-detail .entry-body h3 {
    font-size: 24rem;
  }
}
#news-detail .entry-body .wp-block-columns {
  gap: 0;
}
@media screen and (min-width: 768px), print {
  #news-detail .entry-body .wp-block-columns {
    gap: 40rem;
  }
}
#news-detail .entry-body p {
  margin: 40rem 0;
}
#news-detail .entry-body ul {
  margin: 40rem 0;
  padding: 0 0 0 1.5em;
}
#news-detail .entry-body ol {
  margin: 40rem 0;
  padding: 0 0 0 1.5em;
}
#news-detail .btns {
  margin-top: 40rem;
}
@media screen and (min-width: 768px), print {
  #news-detail .btns {
    margin-top: 80rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#whoweare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16rem;
}
#whoweare ul li {
  margin: 0;
  padding: 40rem 20rem;
  border: 2px solid #000000;
  display: grid;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  #whoweare ul li {
    padding: 60rem 96rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#whoweare ul h2 {
  margin: 0;
}
#whoweare ul .btns {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  #whoweare ul .btn {
    padding: 10rem 40rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #message .inner {
    display: grid;
    grid-template-columns: 256rem 1fr;
    gap: 128rem;
  }
}
#message figure {
  display: grid;
  grid-template-columns: 160rem 1fr;
  gap: 48rem;
  align-items: flex-end;
  margin-bottom: 60rem;
}
@media screen and (min-width: 768px), print {
  #message figure {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    gap: 24rem;
  }
}
#message figcaption {
  padding-bottom: 40rem;
}
#message figcaption b {
  font-size: 24rem;
  display: block;
}

/*-----------------------------------------------------------------------------------*/
#office .office {
  display: grid;
  gap: 40rem;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 40rem;
  padding: 0 0 40rem;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  #office .office {
    grid-template-columns: 1fr 544rem;
  }
}
@media screen and (max-width: 767.98px) {
  #office .office h2 {
    margin-bottom: 20rem;
  }
}
#office .office address {
  font-style: normal;
  margin-bottom: 2em;
}
[lang=en] #office .office address {
  text-align: left;
}
[lang=en] #office .office .access {
  font-size: 12rem;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  [lang=en] #office .office .access {
    font-size: 14rem;
  }
}
#office .office .gmap {
  height: 220rem;
}
@media screen and (min-width: 768px), print {
  #office .office .gmap {
    height: 340rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#history dl {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24rem;
}
@media screen and (min-width: 768px), print {
  #history dl {
    gap: 40rem;
  }
}
#history dl > div {
  display: grid;
  gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #history dl > div {
    grid-template-columns: 192rem 1fr;
    gap: 5rem;
    align-items: flex-start;
  }
}
#history dl dt {
  font-weight: 700;
  display: grid;
  grid-template-columns: 56rem 1fr;
  gap: 10rem;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #history dl dt {
    display: flex;
  }
}
#history dl dt span {
  text-align: right;
}
#history dl dt small {
  font-size: 12rem;
}
#history dl dd {
  margin: 0;
  padding: 0;
}
#history dl dl {
  display: grid;
  gap: 8rem;
}
@media screen and (min-width: 768px), print {
  #history dl dl {
    gap: 0;
  }
}
#history dl dl > div {
  display: grid;
  grid-template-columns: 56rem 1fr;
  gap: 10rem;
}
@media screen and (min-width: 768px), print {
  #history dl dl > div {
    gap: 38rem;
  }
}
#history dl dl dt {
  font-weight: 400;
  text-align: right;
  display: block;
}
[lang=en] #history dt {
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  [lang=en] #history dt {
    display: block;
    position: relative;
  }
}
[lang=en] #history dt span {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  [lang=en] #history dt span {
    position: absolute;
    left: 0;
    bottom: -8rem;
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767.98px) {
  [lang=en] #history dd {
    padding-left: 3em;
  }
}

/*-----------------------------------------------------------------------------------*/
#group dl {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  #group dl {
    grid-template-columns: 1fr 1fr;
    gap: 80rem 32rem;
  }
}
#group dl > div {
  display: grid;
  gap: 10rem;
}
@media screen and (min-width: 768px), print {
  #group dl > div {
    gap: 20rem;
  }
}
#group dl dt {
  font-size: 24rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  #group dl dt {
    font-size: 28rem;
  }
}
#group dl dt a {
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px), print {
  #group dl dt a:hover {
    opacity: 0.5;
  }
}
#group dl dd {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
#icom h2 {
  text-align: left;
}
#icom .lead {
  position: relative;
}
#icom .lead figure {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 109rem;
}
@media screen and (min-width: 768px), print {
  #icom .lead figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 256rem;
    height: 136rem;
  }
}
#icom .lead figure img {
  width: 193rem;
}
#icom .lead .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  margin-bottom: 60rem;
}
@media screen and (min-width: 768px), print {
  #icom .lead .btns {
    gap: 40rem;
    margin: 50rem 0 98rem;
  }
}
#icom dl ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  gap: 50rem;
}
@media screen and (min-width: 768px), print {
  #icom dl ul {
    -moz-columns: 4;
         columns: 4;
    gap: 32rem;
  }
}
#icom dl ul li {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#sustainability ul {
  margin: 0;
  padding: 0 20rem;
  list-style: none;
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  #sustainability ul {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 32rem;
  }
}
#sustainability ul li {
  margin: 0;
  padding: 0;
}
#sustainability ul figure {
  background: #ffffff;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  #sustainability ul figure {
    aspect-ratio: 352/300;
  }
}
#sustainability ul figure img {
  width: 186rem;
}
@media screen and (min-width: 768px), print {
  #sustainability ul figure img {
    width: 160rem;
  }
}
#sustainability ul h2 {
  font-size: 24rem;
  margin: 20rem 0;
}
@media screen and (min-width: 768px), print {
  #sustainability ul h2 {
    font-size: 28rem;
  }
}
#sustainability ul a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #wellbeing h2,
  #sdgs h2,
  #compliance h2 {
    font-size: 26rem;
  }
  #wellbeing h3,
  #sdgs h3,
  #compliance h3 {
    font-size: 22rem;
  }
}

@media screen and (min-width: 768px), print {
  #sdgs h3,
  #compliance h3 {
    margin: 40rem 0 18rem;
  }
}
@media screen and (min-width: 768px), print {
  #sdgs p + .btns,
  #compliance p + .btns {
    margin-top: 18rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#sdgs .frame {
  background: #f0ece2;
  padding: 20rem;
}
@media screen and (min-width: 768px), print {
  #sdgs .frame {
    padding: 64rem;
  }
}
#sdgs .frame p {
  margin: 2em 0;
}
#sdgs .frame p:last-child {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #compliance h2 {
    margin-top: 80rem;
  }
}
@media screen and (max-width: 767.98px) {
  #compliance h2 {
    margin: 60rem 0 40rem;
  }
}
@media screen and (min-width: 768px), print {
  #compliance h3 {
    font-size: 26rem;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #wellbeing .adjust {
    letter-spacing: -1.2rem;
  }
}
#wellbeing .certification {
  display: flex;
  gap: 16rem;
  font-size: 10rem;
  font-weight: 700;
  margin-top: 20rem;
}
@media screen and (min-width: 768px), print {
  #wellbeing .certification {
    gap: 30rem;
    font-size: 12rem;
    margin-top: 30rem;
  }
}
#wellbeing .certification figcaption {
  display: block;
  margin-bottom: 0.4em;
}
#wellbeing .certification img {
  background: #fff;
  width: 100rem;
}
@media screen and (min-width: 768px), print {
  #wellbeing .certification img {
    width: 200rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#solution ul {
  margin: 0;
  padding: 40rem 0 0;
  list-style: none;
  display: grid;
  gap: 80rem;
}
#solution ul li {
  margin: 0;
  padding: 0;
  display: grid;
  position: relative;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  #solution ul li {
    grid-template-columns: 160rem 1fr;
    gap: 32rem;
  }
}
#solution ul figure {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120rem;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px), print {
  #solution ul figure {
    width: auto;
  }
}
#solution ul figure img {
  width: 90rem;
}
@media screen and (min-width: 768px), print {
  #solution ul figure img {
    width: 120rem;
  }
}
@media screen and (max-width: 767.98px) {
  #solution ul .text {
    display: contents;
  }
}
#solution ul h2 {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px), print {
  #solution ul h2 {
    margin-bottom: 24rem;
  }
}
#solution ul p {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #solution ul p {
    padding-right: 270rem;
    font-size: 15rem;
  }
}
#solution ul .btns {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #solution ul .btns {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
.solution-detail .inner {
  max-width: 928rem;
}
@media screen and (max-width: 767.98px) {
  .solution-detail .inner {
    padding: 0 40rem;
  }
}
.solution-detail .inner > h2 {
  margin: 60rem 0 20rem;
  font-size: 22rem;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .solution-detail .inner > h2 {
    font-size: 28rem;
    margin: 80rem 0 20rem;
  }
}
.solution-detail .inner > h2:first-child {
  margin-top: 0;
}
.solution-detail .inner > h2 small {
  display: block;
  font-size: 14rem;
}
@media screen and (min-width: 768px), print {
  .solution-detail .inner > h2 small {
    font-size: 16rem;
  }
}
.solution-detail figure {
  margin: 80rem 0;
}
@media screen and (max-width: 767.98px) {
  .solution-detail figure {
    margin: 60rem -40rem;
  }
}
.solution-detail figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .solution-detail .relation-links {
    margin-left: -20rem;
    margin-right: -20rem;
  }
}
@media screen and (min-width: 768px), print {
  .solution-detail .relation-links {
    margin-left: -98rem;
    margin-right: -98rem;
  }
}

/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  #digital .adjust {
    letter-spacing: -1.4rem;
  }
}
#digital ul.partner {
  margin: 60rem -20rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  #digital ul.partner {
    grid-template-columns: repeat(3, 1fr);
    margin-left: -98rem;
    margin-right: -98rem;
    margin: 80rem -98rem 0;
    gap: 40rem 32rem;
  }
}
#digital ul.partner li {
  margin: 0;
  padding: 0;
}
#digital ul.partner figure {
  margin: 0;
  text-align: center;
}
#digital ul.partner figure figcaption {
  font-size: 12rem;
  display: block;
  margin-top: 8rem;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  #event .adjust {
    letter-spacing: -1.3rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#recruit .microcopy {
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: -36rem;
}
@media screen and (min-width: 768px), print {
  #recruit .microcopy {
    margin-bottom: -50rem;
  }
}
#recruit .link {
  display: grid;
  gap: 40rem;
  margin: 60rem 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  #recruit .link {
    grid-template-columns: repeat(2, 1fr);
    gap: 32rem;
  }
}
#recruit .link li {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20rem;
}
#recruit .link h3 {
  margin: 0;
}
#recruit .link p {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  #recruit .link figure {
    width: 350rem;
  }
}
#recruit .link figure img {
  width: 100%;
}
#recruit .link .btns {
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#adexplus {
  /*
  .link {
    display: grid;
    margin-top: 60rem;
    gap: 40rem;
    @include s.mq(pc) {
      grid-template-columns: 543rem 1fr;
      gap: 96rem;
      align-items: center;
    }
    figure {
      height: 190rem;
      padding: 0 20rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: s.$white;
      @include s.mq(pc) {
        height: 200rem;
        padding: 0 80rem;
      }
      img {
        width: 100%;
      }
    }
    .btns {
      margin: 0;
    }
  }

  */
}
#adexplus .grid {
  display: grid;
  gap: 40rem;
}
@media screen and (min-width: 768px), print {
  #adexplus .grid {
    grid-template-columns: 1fr 274rem;
    gap: 32rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  #adexplus .grid .btns {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#works h2 {
  margin-bottom: 0;
}
#works h2 > p {
  font-weight: 700;
}
#works ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
#works ul li {
  margin: 0;
  padding: 0;
}
#works ul h4 {
  font-size: 12rem;
  margin: 0 0 10rem;
  padding: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  #works ul h4 {
    font-size: 14rem;
  }
}
#works ul.film {
  gap: 10rem;
}
@media screen and (min-width: 768px), print {
  #works ul.film {
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
    width: 1000rem;
  }
}
#works ul.graphic {
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem 16rem;
}
@media screen and (min-width: 768px), print {
  #works ul.graphic {
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
    width: 1000rem;
  }
  #works ul.graphic > li:nth-of-type(4) {
    align-self: center;
  }
}
#works ul.graphic li.sub {
  grid-column: 1/3;
}
@media screen and (min-width: 768px), print {
  #works ul.graphic li.sub {
    grid-column: 2/4;
    padding-right: 12rem;
  }
}
#works ul.graphic li.sub ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem 16rem;
}
@media screen and (min-width: 768px), print {
  #works ul.graphic li.sub ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
  }
}
#works ul.branded {
  gap: 20rem;
}
@media screen and (min-width: 768px), print {
  #works ul.branded {
    grid-template-columns: 400rem 1fr 317rem;
    gap: 20rem;
    width: 1000rem;
  }
  #works ul.branded .wide1 {
    grid-column: 1/3;
  }
  #works ul.branded .wide2 {
    grid-column: 2/4;
  }
  #works ul.branded .full {
    grid-column: 1/4;
  }
  #works ul.branded .full figure {
    display: grid;
    grid-template-columns: 400rem 1fr;
    gap: 20rem;
  }
}
@media screen and (max-width: 767.98px) {
  #works ul.branded .full img {
    display: block;
  }
  #works ul.branded .full img + img {
    margin-top: 10rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#projects {
  background: #fff;
  padding: 60rem 0;
  margin: 60rem 0 0;
}
@media screen and (min-width: 768px), print {
  #projects {
    padding: 80rem 0;
    margin: 80rem 0 0;
  }
}
#projects h2 {
  margin-bottom: 0;
}
#projects ul {
  margin: 40rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16rem;
}
#projects ul li {
  margin: 0;
  padding: 20rem;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px), print {
  #projects ul li {
    padding: 40rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20rem;
  }
}
#projects ul em {
  width: 100%;
  font-style: normal;
  font-weight: 700;
}
#projects ul h3 {
  margin: 16rem 0;
  font-size: 22rem;
}
@media screen and (min-width: 768px), print {
  #projects ul h3 {
    margin: 0;
    font-size: 28rem;
  }
}
#projects ul .btns {
  margin: 0;
}

/*-----------------------------------------------------------------------------------*/
#other-works {
  padding: 60rem 0;
}
@media screen and (min-width: 768px), print {
  #other-works {
    padding: 80rem 0;
  }
}
#other-works h2 .sp-lspacing {
  letter-spacing: -0.05em;
}
#other-works ul {
  margin: 40rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16rem;
}
#other-works ul li {
  margin: 0;
  display: grid;
}
@media screen and (max-width: 767.98px) {
  #other-works ul li {
    gap: 20rem;
  }
}
@media screen and (min-width: 768px), print {
  #other-works ul li {
    justify-content: space-between;
    align-items: center;
    gap: 24rem;
    grid-template-columns: 352rem 1fr 265rem;
  }
}
#other-works ul h3 {
  margin: 0;
  font-size: 22rem;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 128rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #other-works ul h3 {
    order: 2;
  }
}
@media screen and (min-width: 768px), print {
  #other-works ul h3 {
    height: 130rem;
  }
}
#other-works ul h3 img {
  width: 249rem;
}
@media screen and (max-width: 767.98px) {
  #other-works ul p {
    order: 1;
    margin: 0;
  }
}
#other-works ul .btns {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  #other-works ul .btns {
    order: 3;
  }
}
@media screen and (min-width: 768px), print {
  #other-works ul .btns {
    text-align: right;
  }
}
@media screen and (min-width: 768px), print {
  #other-works ul .btns a {
    padding: 16rem 48rem;
  }
}

/*-----------------------------------------------------------------------------------*/
.projects-detail .lead {
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  .projects-detail .lead {
    font-size: 22rem;
  }
}
.projects-detail article {
  background: #fff;
  padding: 40rem 20rem;
  margin: 40rem 0 0;
}
@media screen and (min-width: 768px), print {
  .projects-detail article {
    padding: 80rem;
    margin: 80rem -80rem 0;
  }
}
.projects-detail article h2 {
  font-size: 22rem;
  margin: 0 0 40rem;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .projects-detail article h2 {
    font-size: 28rem;
  }
}
.projects-detail article h3 {
  font-size: 20rem;
  line-height: 2;
  margin: 20rem 0 0;
}
@media screen and (min-width: 768px), print {
  .projects-detail article h3 {
    font-size: 24rem;
    margin: 40rem 0 0;
  }
}
.projects-detail article p {
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  .projects-detail article p {
    font-size: 20rem;
  }
}
.projects-detail article figure {
  margin: 20rem 0;
}
@media screen and (min-width: 768px), print {
  .projects-detail article figure {
    margin: 40rem 0;
  }
}
.projects-detail article figure img {
  display: block;
  margin: 0 auto;
}
.projects-detail article .profile {
  display: grid;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 20rem;
  margin: 0 0 40rem;
  gap: 10rem;
}
@media screen and (min-width: 768px), print {
  .projects-detail article .profile {
    grid-template-columns: 352rem 1fr;
    align-items: center;
    gap: 30rem;
    padding: 0 0 40rem;
  }
}
.projects-detail article .profile figcaption {
  font-weight: 700;
  line-height: 1.5;
}
.projects-detail article .profile figcaption strong {
  display: block;
  margin-top: 10rem;
  font-size: 18rem;
}
@media screen and (min-width: 768px), print {
  .projects-detail article .profile figcaption strong {
    margin-top: 30rem;
    font-size: 20rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#dxai .frame {
  background: #fff;
  padding: 40rem 20rem;
}
@media screen and (min-width: 768px), print {
  #dxai .frame {
    margin: 0 -80rem;
    padding: 80rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#dx {
  font-size: 16rem;
}
@media screen and (min-width: 768px), print {
  #dx {
    font-size: 20rem;
  }
}
#dx .dx-title {
  margin-bottom: 40rem;
}
@media screen and (min-width: 768px), print {
  #dx .dx-title {
    align-items: center;
    display: flex;
    gap: 80rem;
  }
}
#dx .dx-title h2 {
  margin: 0;
}
#dx .dx-title h2 .sub {
  font-size: 14rem;
  display: block;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px), print {
  #dx .dx-title h2 .sub {
    font-size: 16rem;
  }
}
#dx .dx-title h2 .main {
  font-size: 28rem;
  display: block;
}
@media screen and (min-width: 768px), print {
  #dx .dx-title h2 .main {
    font-size: 32rem;
  }
}
#dx .dx-title .logo {
  width: 240rem;
  display: block;
  margin-top: 20rem;
}
@media screen and (min-width: 768px), print {
  #dx .dx-title .logo {
    width: 345rem;
    margin-top: 0;
  }
}
#dx figure.sample {
  display: grid;
  gap: 10rem;
  margin-top: 20rem;
}
@media screen and (min-width: 768px), print {
  #dx figure.sample {
    margin-top: 40rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
  }
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#privacy .date {
  line-height: 2;
  margin-bottom: 30rem;
}
@media screen and (min-width: 768px), print {
  #privacy .date {
    margin-bottom: 40rem;
  }
}
#privacy h3 {
  font-size: 14rem;
  margin: 30rem 0 0;
}
@media screen and (min-width: 768px), print {
  #privacy h3 {
    font-size: 16rem;
    margin: 40rem 0 0;
  }
}
#privacy h3::first-child {
  margin-top: 0;
}
#privacy ol {
  margin: 30rem 0;
  padding: 0;
  list-style: none;
  counter-reset: ol;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  #privacy ol {
    margin: 40rem 0;
  }
}
#privacy ol li {
  counter-increment: ol;
  display: grid;
  grid-template-columns: 1.5em 1fr;
}
#privacy ol li::before {
  content: counter(ol) ". ";
  display: inline-block;
}
#privacy ol.parentheses {
  margin-top: 0;
}
#privacy ol.parentheses li {
  grid-template-columns: 3em 1fr;
}
#privacy ol.parentheses li::before {
  content: "（" counter(ol) "）";
  display: inline-block;
}
#privacy .frame {
  border: 1px solid #000000;
  padding: 32rem;
}
#privacy .frame p {
  margin: 2em 0;
}
#privacy .frame p:first-child {
  margin-top: 0;
}
#privacy .frame p:last-child {
  margin-bottom: 0;
}
#privacy table {
  border: 1px solid #909090;
  border-collapse: collapse;
  margin: 12rem 0 0;
  width: 100%;
}
#privacy table thead {
  background-color: #dcdcdc;
  text-align: center;
}
#privacy table thead th {
  font-weight: 700;
}
#privacy table tbody {
  font-size: 12rem;
}
@media screen and (min-width: 768px), print {
  #privacy table tbody {
    font-size: 14rem;
  }
}
#privacy table tbody th {
  white-space: nowrap;
}
#privacy table th,
#privacy table td {
  padding: 12rem;
  border: 1px solid #909090;
  font-weight: 400;
}
#privacy table [colspan="2"] {
  background: #f0ece2;
  white-space: wrap;
}
#privacy .privacymark {
  width: 160rem;
}

/*-----------------------------------------------------------------------------------*/
#conductcode h2,
#jicdaq h2 {
  font-size: 14rem;
  margin: 30rem 0 0;
}
@media screen and (min-width: 768px), print {
  #conductcode h2,
  #jicdaq h2 {
    font-size: 16rem;
    margin: 40rem 0 0;
  }
}
#conductcode h2::first-child,
#jicdaq h2::first-child {
  margin-top: 0;
}
#conductcode ul,
#jicdaq ul {
  margin-bottom: 30rem;
  padding-left: 25rem;
}
@media screen and (min-width: 768px), print {
  #conductcode ul,
  #jicdaq ul {
    margin-bottom: 40rem;
    padding-left: 30rem;
  }
}
#conductcode p + p,
#jicdaq p + p {
  margin-top: 2em;
}

/*-----------------------------------------------------------------------------------*/
#jicdaq .certification {
  display: grid;
  gap: 21rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16rem;
}
@media screen and (min-width: 768px), print {
  #jicdaq .certification {
    grid-template-columns: repeat(2, 256rem);
    gap: 32rem;
    margin-top: 30rem;
  }
}

/*-----------------------------------------------------------------------------------*/
#sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px), print {
  #sitemap ul {
    line-height: 1.2;
  }
  #sitemap ul a:hover {
    opacity: 0.5;
  }
}
#sitemap ul > li {
  margin: 0;
  padding: 0;
}
#sitemap ul.primary > li {
  margin-top: 20rem;
}
@media screen and (min-width: 768px), print {
  #sitemap ul.primary > li {
    margin-top: 40rem;
  }
}
#sitemap ul.primary > li:first-child {
  margin-top: 0;
}
#sitemap ul.primary > li > a {
  display: block;
  font-weight: 700;
  font-size: 16rem;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20rem;
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px), print {
  #sitemap ul.primary > li > a {
    font-size: 20rem;
    padding-bottom: 20rem;
  }
}
#sitemap ul.secondary {
  display: grid;
  gap: 10rem;
}
@media screen and (min-width: 768px), print {
  #sitemap ul.secondary {
    grid-template-columns: repeat(3, 1fr);
    gap: 20rem;
  }
}
#sitemap ul.secondary > li > a {
  display: grid;
  grid-template-columns: 1em 1fr;
  align-items: center;
}
#sitemap ul.secondary > li > a i {
  transform: rotate(-90deg);
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
[href="/whoweare/message.html"],
[href="/en/whoweare/message.html"],
[href="./message.html"] {
  pointer-events: none;
  opacity: 0.3;
}/*# sourceMappingURL=common.css.map */