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

strong {
  font-weight: bold;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: #0A1645;
  font-size: 62.5%;
  font-feature-settings: "palt";
  margin-top: 0 !important;
}

.material-symbols-sharp {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

@media only screen and (max-width: 375px) {
  body {
    min-width: 37.5rem;
  }
}

.noto-serif-jp-500 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.header {
  border-bottom: 0.1rem solid #ECEEF5;
  background-color: #FFF;
  height: 7.5rem;
  display: flex;
  align-items: center;
  z-index: 10;
  position: sticky;
  top: 0;
  transition: all 1s ease;
}
.header.visible {
  background: rgba(255, 255, 255, 0);
  border-bottom: 0.1rem solid rgba(236, 238, 245, 0);
}
@media only screen and (max-width: 768px) {
  .header {
    overflow: hidden;
    height: 6.8rem;
  }
}

.headerContents {
  width: 100%;
  padding-inline: 2.4rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0;
  column-gap: 0;
}
@media only screen and (max-width: 768px) {
  .headerContents {
    padding-inline: 1.6rem;
  }
}

.header__logo a {
  display: inline-block;
}
.header__logo img {
  min-width: 10.8rem;
  max-width: 10.8rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header__logo img {
    max-width: 9.4rem;
    min-width: 9.4rem;
  }
}

.headerWrap {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .headerWrap {
    gap: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .headerWrap {
    display: none;
  }
}

.header__nav {
  width: 100%;
}

.header__navList {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2.4rem;
  justify-content: flex-end;
}
@media only screen and (max-width: 850px) {
  .header__navList {
    gap: 1.2rem;
  }
}

.headerNavListItem {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.headerNavListItem.active .headerNavListItem__textInnerWrap {
  opacity: 1;
  visibility: visible;
}
.headerNavListItem.active .headerNavListItem__text--accordion {
  color: #4B63C1;
}
.headerNavListItem.active .headerNavListItem__text--accordion::after {
  transform: scaleX(1);
}
.headerNavListItem:hover .headerNavListItem__text--accordion {
  color: #4B63C1;
}
.headerNavListItem:hover .headerNavListItem__text--accordion::after {
  transform: scaleX(1);
}

.headerNavListItem__text--link, .headerNavListItem__text--accordion {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-flex;
  height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .headerNavListItem__text--link, .headerNavListItem__text--accordion {
    font-size: 1.3rem;
  }
}
.headerNavListItem__text--link::after, .headerNavListItem__text--accordion::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.headerNavListItem__text--accordion {
  cursor: pointer;
  z-index: 1;
}
.headerNavListItem__text--accordion .material-symbols-sharp {
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerNavListItem__text--link:hover {
  color: #4B63C1;
}
.headerNavListItem__text--link:hover::after {
  transform: scaleX(1);
}

.headerNavListItem__textInnerWrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.headerNavListItem__textInner {
  background-color: #FFF;
  margin-top: 6rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  border: solid 0.1rem #ECEEF5;
  list-style: none;
  gap: 1.6rem;
}
.headerNavListItem__textInner li {
  position: relative;
  width: 100%;
}
.headerNavListItem__textInner li a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 2.2rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .headerNavListItem__textInner li a {
    font-size: 1.3rem;
  }
}
.headerNavListItem__textInner li a::after {
  font-family: "Material Symbols Sharp";
  content: "arrow_right_alt";
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 200;
}
.headerNavListItem__textInner li a[target=_blank] {
  width: auto;
}
.headerNavListItem__textInner li a[target=_blank]::after {
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  background-image: url("../img/common/icon_tab.svg");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  margin-bottom: 0.3rem;
  content: "";
  display: inline-block;
  padding: 0.4rem;
  background-position: center;
}
.headerNavListItem__textInner li a::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.headerNavListItem__textInner li a:hover {
  color: #4B63C1;
}
.headerNavListItem__textInner li a:hover::before {
  transform: scaleX(1);
}

.header__button {
  background-color: #0A1645;
  padding: 1.1rem 2.4rem;
  text-decoration: none;
  height: 4.4rem;
  width: 13.5rem;
  min-width: 13.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .header__button {
    padding: 1.1rem 1.2rem;
    width: 11.1rem;
    min-width: 11.1rem;
  }
}
.header__button:hover .header__buttonBackground {
  transform: translate(0, 0);
}

.header__buttonBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1C3082;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.header__buttonText {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .header__buttonText {
    font-size: 1.3rem;
  }
}

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

.header__hamburgerIcon--close, .header__hamburgerIcon--menu, .header__hamburgerIconWrap.active .header__hamburgerIcon--close, .header__hamburgerIconWrap.active .header__hamburgerIcon--menu {
  max-width: 4rem;
}

.header__hamburgerIconWrap {
  aspect-ratio: 1/1;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__hamburgerIconWrap.active .header__hamburgerIcon--menu {
  display: none;
}
.header__hamburgerIconWrap.active .header__hamburgerIcon--close {
  display: block;
}

.header__hamburgerIcon--close {
  display: none;
}

.header__hamburgerMenuWrap {
  opacity: 0;
}
.header__hamburgerMenuWrap.active {
  opacity: 1;
  width: 100%;
  min-width: 37.5rem;
  height: calc(100% - 6.8rem);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 6.8rem;
}

.header__hamburgerMenu {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  position: absolute;
  text-align: right;
  background-color: #fff;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.header__hamburgerMenu ul {
  list-style: none;
}

.header__hamburgerMenuWrap.active .header__hamburgerMenu {
  opacity: 1;
  transform: translateX(0);
}

.header__hamburgerMenuClose {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-inline: 2rem;
  padding-bottom: 1.2rem;
  text-align: right;
}

.header__hamburgerMenuList {
  list-style: none;
  border-top: solid 0.1rem #DCE1F1;
  text-align: left;
}

.header__hamburgerMenuListItem span, .header__hamburgerMenuListItem .header__hamburgerMenuListItem--inner span {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 3.2rem;
  color: #0A1645;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  border-bottom: solid 0.1rem #DCE1F1;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .header__hamburgerMenuListItem span, .header__hamburgerMenuListItem .header__hamburgerMenuListItem--inner span {
    font-size: 1.6rem;
  }
}
.header__hamburgerMenuListItem a, .header__hamburgerMenuListItem .header__hamburgerMenuListItem--inner a {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 3.2rem;
  color: #0A1645;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  border-bottom: solid 0.1rem #DCE1F1;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .header__hamburgerMenuListItem a, .header__hamburgerMenuListItem .header__hamburgerMenuListItem--inner a {
    font-size: 1.6rem;
  }
}
.header__hamburgerMenuListItem a::after, .header__hamburgerMenuListItem .header__hamburgerMenuListItem--inner a::after {
  font-family: "Material Symbols Sharp";
  content: "arrow_right_alt";
  margin-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 200;
}
.header__hamburgerMenuListItem a[target=_blank]::after {
  min-width: 2rem;
  max-width: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  background-image: url("../img/common/icon_tab.svg");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  margin-bottom: 0.3rem;
  content: "";
  display: inline-block;
  padding: 0.4rem;
  background-position: center;
}
.header__hamburgerMenuListItem .header__hamburgerMenuListItem--inner a {
  padding-left: 5.6rem;
}

.header__hamburgerMenuButtonContent {
  text-align: center;
  padding-block: 3.2rem;
}
.header__hamburgerMenuButtonContent a {
  width: 100%;
  max-width: 28.3rem;
  display: inline-block;
  text-decoration: none;
  padding: 1.1rem 2.4rem;
  background-color: #0A1645;
  color: #FFF;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header__hamburgerMenuButtonContent a {
    font-size: 1.6rem;
  }
}

.footer {
  background-color: #FFF;
  padding-bottom: 6.5rem;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footerWrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 1.6rem;
  padding-inline: 4rem;
  align-items: flex-start;
  padding-block: 7.2rem 6.8rem;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footerWrap {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footerWrap {
    flex-direction: column;
    max-width: 128rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 4rem;
    padding-inline: 0 !important;
    padding-block: 0;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .footerWrap {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .footerWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .footerInfomation {
    background-color: #F6F7FA;
    padding-inline: 4rem;
    padding-block: 4rem 2.4rem;
    border-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .footerInfomation {
    padding-inline: 1.6rem;
  }
}

.footer__border {
  background-color: rgba(85, 96, 140, 0.4);
  width: 0.1rem;
  min-height: 20.2rem;
}
@media only screen and (max-width: 768px) {
  .footer__border {
    display: none;
  }
}

.footer__logo {
  width: 11.3rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 7.1rem;
  }
}

.footerInfomation__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.footerInfomation__text + .footerInfomation__text {
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .footerInfomation__text {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .footerInfomation__text {
    font-size: 1.3rem;
  }
}

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

.footerContentsWrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(90px, 140px));
  gap: 1.6rem;
  justify-content: space-between;
  max-width: 89.2rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footerContentsWrap {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
}

.footer__contents {
  width: 100%;
}

p.footer__contentsTitle {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  p.footer__contentsTitle {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 3.2rem;
    color: #0A1645;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    border-bottom: solid 0.1rem #DCE1F1;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  p.footer__contentsTitle {
    font-size: 1.6rem;
  }
}

a.footer__contentsTitle {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  a.footer__contentsTitle {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 3.2rem;
    color: #0A1645;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    border-bottom: solid 0.1rem #DCE1F1;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  a.footer__contentsTitle {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  a.footer__contentsTitle::after {
    font-family: "Material Symbols Sharp";
    content: "arrow_right_alt";
    margin-left: 1.6rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 200;
  }
}
a.footer__contentsTitle::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
a.footer__contentsTitle:hover {
  color: #4B63C1;
}
a.footer__contentsTitle:hover::before {
  transform: scaleX(1);
}

.footer__contentsList {
  margin-top: 1rem;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .footer__contentsList {
    margin-top: 0;
  }
}

.footerContentsListItem {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
}
.footerContentsListItem a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.footerContentsListItem a[target=_blank]::after {
  min-width: 1.2rem;
  max-width: 1.2rem;
  min-height: 1.2rem;
  max-height: 1.2rem;
  background-image: url("../img/common/icon_tab.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4rem;
  content: "";
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .footerContentsListItem a[target=_blank]::after {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .footerContentsListItem a {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 3.2rem;
    color: #0A1645;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    border-bottom: solid 0.1rem #DCE1F1;
    text-decoration: none;
    padding-left: 5.6rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .footerContentsListItem a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .footerContentsListItem a::after {
    font-family: "Material Symbols Sharp";
    content: "arrow_right_alt";
    margin-left: 1.6rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 200;
  }
}
.footerContentsListItem a::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.footerContentsListItem a:hover {
  color: #4B63C1;
}
.footerContentsListItem a:hover::before {
  transform: scaleX(1);
}
.footerContentsListItem + .footerContentsListItem {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .footerContentsListItem + .footerContentsListItem {
    margin-top: 0;
  }
}
.footerContentsListItem .footer__contentsTitle {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .footerContentsListItem .footer__contentsTitle {
    margin-top: 0;
    padding-left: 3.2rem;
  }
}

.footerCopy {
  margin-right: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: rgb(85, 96, 140);
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .footerCopy {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding-block: 2.4rem;
    background-color: #F6F7FA;
    row-gap: 3.2rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    padding-inline: 3.2rem;
  }
}

.footerCopy__link {
  text-decoration: none;
  position: relative;
}
.footerCopy__link + .footerCopy__link {
  margin-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .footerCopy__link + .footerCopy__link {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footerCopy__link {
    text-align: center;
    display: inline-block;
  }
}
.footerCopy__link::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(85, 96, 140);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.footerCopy__link:hover::before {
  transform: scaleX(1);
}

.footerCopy__text {
  margin-left: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .footerCopy__text {
    grid-column: 1/3;
    margin-left: 0;
    text-align: center;
  }
}

.h1Title {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  padding-block: 9.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .h1Title {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .h1Title {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .h1Title {
    padding-block: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.h1Title > div {
  width: 100%;
}

.h1Title__text {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .h1Title__text {
    font-size: 3.2rem;
  }
}

.h1Title__list {
  display: flex;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  row-gap: 0.6rem;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #666C84;
  list-style: none;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .h1Title__list {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .h1Title__list {
    margin-top: 1.6rem;
    flex-wrap: wrap;
  }
}
.h1Title__list li {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
}
.h1Title__list li:not(:first-child)::before {
  font-family: "Material Symbols Sharp";
  content: "arrow_right_alt";
  margin-right: 1.6rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .h1Title__list li:nth-child(2) {
    max-width: calc(100% - 6rem);
  }
}
.h1Title__list li:last-child {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}
.h1Title__list li:last-child span {
  max-width: 100%;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h1Title__list li a {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 768px) {
  .h1Title__list li a {
    width: 100%;
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 26rem;
  }
}
.h1Title__list li a:hover {
  color: #4B63C1;
  text-decoration: underline;
}

.h1Title__buttonWrap {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .h1Title__buttonWrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .h1Title__button {
    margin-top: 2.4rem;
    width: 26.3rem;
  }
}

.titleTip--white, .titleTip--navy {
  font-family: Arial, "Helvetica Neue", "Helvetica", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  gap: 0.4rem;
}
.titleTip--white::before, .titleTip--navy::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.2rem;
  height: 1.1rem;
}

.titleTip--navy::before {
  background-image: url("../img/common/symbol_logo.svg");
}

.titleTip--white {
  color: #FFF;
}
.titleTip--white::before {
  background-image: url("../img/common/symbol-fix-white.svg");
}

.h2Title--white {
  color: #FFF;
}

.h2Title__main {
  margin-top: 1.6rem;
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .h2Title__main {
    font-size: 2.6rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .h2Title__main {
    margin-top: 0.8rem;
  }
}

.h2Title__read {
  margin-top: 2.4rem;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .h2Title__read {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .h2Title__read {
    margin-top: 1.6rem;
  }
}

.button--whiteMore, .button--white, .button--navy {
  padding: 0.4rem 2rem 0.4rem 2.8rem;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  align-items: center;
  text-decoration: none;
  min-height: 4.8rem;
  position: relative;
  overflow: hidden;
  min-width: 21.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--whiteMore:hover .button__background, .button--white:hover .button__background, .button--navy:hover .button__background {
  transform: translate(0, 0);
}
@media only screen and (max-width: 768px) {
  .button--whiteMore, .button--white, .button--navy {
    justify-content: center;
  }
}
.button--whiteMore .button__background, .button--white .button__background, .button--navy .button__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.button--whiteMore .button__text, .button--white .button__text, .button--navy .button__text {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600;
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .button--whiteMore .button__text, .button--white .button__text, .button--navy .button__text {
    font-size: 1.6rem;
  }
}
.button--whiteMore .button__text::after, .button--white .button__text::after, .button--navy .button__text::after {
  font-family: "Material Symbols Sharp";
  content: "arrow_right_alt";
  font-size: 2.4rem;
  font-weight: 200;
}
.button--whiteMore .button__text span, .button--white .button__text span, .button--navy .button__text span {
  width: 100%;
  text-align: center;
}
[target=_blank].button--whiteMore .button__text::after, [target=_blank].button--white .button__text::after, [target=_blank].button--navy .button__text::after {
  min-width: 1.7rem;
  max-width: 1.7rem;
  min-height: 1.7rem;
  max-height: 1.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4rem;
  content: "";
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  [target=_blank].button--whiteMore .button__text::after, [target=_blank].button--white .button__text::after, [target=_blank].button--navy .button__text::after {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }
}

.button--navy {
  background-color: #0A1645;
  color: #FFF;
}
.button--navy[target=_blank] .button__text:after {
  background-image: url("../img/common/icon_tab_white.svg");
}
.button--navy .button__background {
  background-color: #1C3082;
}

.button--white {
  background-color: #FFF;
  color: #0A1645;
  border: solid 0.1rem #0A1645;
}
.button--white[target=_blank] .button__text:after {
  background-image: url("../img/common/icon_tab_navy.svg");
}
.button--white .button__background {
  background-color: #DCE1F1;
}

.button--whiteMore {
  background-color: #FFF;
  color: #0A1645;
  border: solid 0.1rem #0A1645;
}
.button--whiteMore .button__text:after {
  transform: rotate(90deg);
}
.button--whiteMore .button__background {
  background-color: #DCE1F1;
}

.componentPage {
  width: 100%;
  margin-top: 4rem;
}
.componentPage ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  list-style: none;
  width: 100%;
  flex-wrap: wrap;
}
.componentPage ul li {
  color: #666C84;
}
.componentPage ul li:first-child.current {
  margin-left: 6.4rem;
}
.componentPage ul li:last-child.current {
  margin-right: 6.4rem;
}
.componentPage ul li a,
.componentPage ul li span {
  max-width: 4.8rem;
  min-width: 4.8rem;
  max-height: 4.8rem;
  min-height: 4.8rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .componentPage ul li a,
  .componentPage ul li span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .componentPage ul li a,
  .componentPage ul li span {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .componentPage ul li a,
  .componentPage ul li span {
    font-size: 2rem;
  }
}
.componentPage ul li a:hover {
  background-color: #DCE1F1;
}
.componentPage ul li.current {
  color: #FFF;
  background-color: #0A1645;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 13;
}

.modal-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 104rem;
  aspect-ratio: 1040/585;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: right;
  z-index: 13;
}
@media only screen and (max-width: 768px) {
  .modal-content {
    width: calc(100% - 3.2rem);
  }
}
.modal-content .close-button {
  width: 100%;
}
.modal-content iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

#modal1,
#modal2,
#modal3 {
  width: 100%;
  height: 100%;
}

.close-button {
  color: #fff;
  transition: 0.3s;
  margin-right: -5.6rem;
}
@media only screen and (max-width: 768px) {
  .close-button {
    margin-right: 0;
  }
}
.close-button .material-symbols-sharp {
  font-size: 5.6rem;
}
.close-button:hover, .close-button:focus {
  text-decoration: none;
  cursor: pointer;
}

.businessContact {
  background: url("../img/business/businessContact_bg.webp") no-repeat center center/cover, #0A1645;
  min-height: 40.5rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .businessContact {
    background: url("../img/business/businessContact_bg_sp.webp") no-repeat center center/cover, #0A1645;
    padding-block: 5.6rem;
    min-height: auto;
    flex-direction: column;
  }
}

.businessContactWrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .businessContactWrap {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .businessContactWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}

.businessContact__title {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .businessContact__title {
    font-size: 2.6rem;
    font-weight: 600;
  }
}

.businessContact__text {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .businessContact__text {
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .businessContact__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .businessContact__buttonWrap {
    text-align: center;
  }
}

.businessContact__button {
  margin-top: 4rem;
  width: 21.6rem;
}
.businessContact__button span {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .businessContact__button {
    width: 28.3rem;
    margin-inline: auto;
  }
}

.valueContents--sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .valueContents--sp {
    display: block;
    position: relative;
  }
}
.valueContents--sp .value__listWrap {
  margin-top: 4rem;
  overflow-x: scroll;
}
.valueContents--sp .value__listWrap {
  overflow: hidden;
}
.valueContents--sp .value__listSp {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
.valueContents--sp .value__listSp::-webkit-scrollbar {
  display: none;
}
.valueContents--sp .valueListItem {
  min-width: calc(100% - 5rem);
  max-width: calc(100% - 5rem);
}
.valueContents--sp .valueListItem__title {
  color: #4B63C1;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .valueContents--sp .valueListItem__title {
    font-size: 2rem;
  }
}
.valueContents--sp .value__detailsImage {
  max-width: 100%;
  background-color: #E8EDF5;
  margin-top: 2.6rem;
}
.valueContents--sp .valueListItem__subTitle {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .valueContents--sp .valueListItem__subTitle {
    font-size: 1.3rem;
  }
}
.valueContents--sp .valueListItem__text {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .valueContents--sp .valueListItem__text {
    font-size: 1.3rem;
  }
}
.valueContents--sp .valueContents__nav {
  width: 100%;
  position: absolute;
  min-height: 2.8rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .valueContents--sp .valueContents__nav {
    width: calc(100% - 5rem);
    margin-inline: 2.5rem;
  }
}
.valueContents--sp .valueContents__navIcon--right, .valueContents--sp .valueContents__navIcon--left {
  background-color: #0A1645;
  max-width: 2.2rem;
  min-width: 2.2rem;
  max-height: 2.2rem;
  min-height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.valueContents--sp .valueContents__navIcon--right .material-symbols-sharp, .valueContents--sp .valueContents__navIcon--left .material-symbols-sharp {
  color: #FFF;
  font-size: 2rem;
}
.valueContents--sp [aria-disabled=true].valueContents__navIcon--right, .valueContents--sp [aria-disabled=true].valueContents__navIcon--left {
  background: linear-gradient(229.77deg, rgba(83, 96, 147, 0.2) -0.08%, rgba(18, 30, 76, 0.2) 72.91%);
}
.valueContents--pc {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  padding-inline: 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 778px) {
  .valueContents--pc {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 768px) {
  .valueContents--pc {
    display: none;
  }
}
.valueContents--pc .value__list {
  list-style: none;
  counter-reset: my-counter;
  width: 56.7%;
  max-width: 68rem;
}
.valueContents--pc .valueListItem {
  padding: 3.2rem;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #666C84;
  counter-increment: my-counter;
  border-bottom: solid 0.1rem #DCE1F1;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .valueContents--pc .valueListItem {
    font-size: 2rem;
  }
}
.valueContents--pc .valueListItem::before {
  content: "0" counter(my-counter);
  margin-right: 1.6rem;
  font-size: 2;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .valueContents--pc .valueListItem::before {
    font-size: 1.8rem;
  }
}
.valueContents--pc .valueListItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #4B63C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.valueContents--pc .valueListItem.active {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #4B63C1;
}
@media only screen and (max-width: 768px) {
  .valueContents--pc .valueListItem.active {
    font-size: 2rem;
  }
}
.valueContents--pc .valueListItem.active::after {
  transform: scaleX(1);
}
.valueContents--pc .valueListItem.active::before {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .valueContents--pc .valueListItem.active::before {
    font-size: 1.8rem;
  }
}
.valueContents--pc .value__details {
  max-width: 40rem;
  width: 36%;
}
.valueContents--pc .value__detailsImageWrap {
  background-color: #E8EDF5;
  position: relative;
  aspect-ratio: 400/267;
}
.valueContents--pc .value__detailsImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.valueContents--pc .value__detailsImage.is-visible {
  opacity: 1;
}
.valueContents--pc .value__detailsTextWrap {
  position: relative;
  margin-top: 2rem;
}
.valueContents--pc .value__detailsTextWrapContent {
  position: absolute;
  top: 0;
  left: 0;
}
.valueContents--pc .value__detailsTitle {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600;
  transition: all 0.8s ease-out;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .valueContents--pc .value__detailsTitle {
    font-size: 1.3rem;
  }
}
.valueContents--pc .value__detailsTitle.is-visible {
  opacity: 1;
}
.valueContents--pc .value__detailsText {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  width: 100%;
  height: auto;
  transition: all 0.8s ease-out;
  opacity: 0;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .valueContents--pc .value__detailsText {
    font-size: 1.3rem;
  }
}
.valueContents--pc .value__detailsText.is-visible {
  opacity: 1;
}

.businessArea .area__title, .businessArea .area__title--ai {
  margin-top: 5.3rem;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__title, .businessArea .area__title--ai {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .businessArea .area__title, .businessArea .area__title--ai {
    margin-top: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .businessArea .area__title--ai {
    margin-top: 4.8rem;
  }
}
.businessArea .area__list--ai, .businessArea .area__list--consulting {
  margin-top: 2.3rem;
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai, .businessArea .area__list--consulting {
    flex-direction: column;
    margin-top: 1.2rem;
  }
}
.businessArea .area__list--ai .areaListItem, .businessArea .area__list--consulting .areaListItem {
  padding: 4rem;
  display: flex;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai .areaListItem, .businessArea .area__list--consulting .areaListItem {
    padding: 2.4rem 2rem;
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
.businessArea .area__list--ai .areaListItem__image, .businessArea .area__list--consulting .areaListItem__image {
  max-width: 18rem;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai .areaListItem__image, .businessArea .area__list--consulting .areaListItem__image {
    max-width: 15rem;
  }
}
.businessArea .area__list--ai .areaListItem__text, .businessArea .area__list--consulting .areaListItem__text {
  margin-top: 2rem;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai .areaListItem__text, .businessArea .area__list--consulting .areaListItem__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai .areaListItem__button, .businessArea .area__list--consulting .areaListItem__button {
    width: 28.3rem;
  }
}
.businessArea .area__list--consulting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--consulting {
    grid-template-columns: 1fr;
  }
}
.businessArea .area__list--consulting .areaListItem {
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--consulting .areaListItem__text {
    margin-top: 0;
  }
}
.businessArea .area__list--consulting .areaListItem__title {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--consulting .areaListItem__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--consulting .areaListItem__title {
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
}
.businessArea .area__list--consulting .areaListItem__button {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--consulting .areaListItem__button {
    margin-top: 0;
  }
}
.businessArea .area__list--ai .areaListItem {
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .businessArea .area__list--ai .areaListItem {
    flex-direction: column;
  }
}
.businessArea .area__list--ai .areaListItem__image {
  margin-right: 3.2rem;
}
.businessArea .area__list--ai .areaListItemWrap {
  margin-right: 2.4rem;
}
@media only screen and (max-width: 900px) {
  .businessArea .area__list--ai .areaListItemWrap {
    margin-top: 2.4rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai .areaListItem__text {
    margin-top: 1.6rem;
  }
}
.businessArea .area__list--ai .areaListItem__logo {
  max-width: 13rem;
}
.businessArea .area__list--ai .areaListItem__button {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .businessArea .area__list--ai .areaListItem__button {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .businessArea .area__list--ai .areaListItem__button {
    margin-top: 0;
  }
}

.seminar {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .seminar {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .seminar {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
.seminar .seminar__list {
  margin-top: 4rem;
  list-style: none;
  display: flex;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .seminar .seminar__list {
    flex-direction: column;
    gap: 2rem;
    margin-top: 3.2rem;
  }
}
.seminar .seminar__listNoData {
  color: #666C84;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  margin-top: 6.5rem;
}
@media only screen and (max-width: 768px) {
  .seminar .seminar__listNoData {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .seminar .seminar__listNoData {
    margin-top: 3.2rem;
  }
}
.seminar .seminar__listNoData .spContent {
  display: none;
}
@media only screen and (max-width: 768px) {
  .seminar .seminar__listNoData .spContent {
    display: block;
  }
}
.seminar .seminarListItem {
  width: 100%;
  max-width: 38.4rem;
  background-color: #F6F7FA;
}
.seminar .seminarListItem a {
  text-decoration: none;
  display: inline-block;
}
.seminar .seminarListItem a:hover .seminarListItem__detailsTitle {
  color: #4B63C1;
}
.seminar .seminarListItem a:hover .seminarListItem__image img {
  transform: scale(1.05);
}
.seminar .seminarListItem__image {
  overflow: hidden;
}
.seminar .seminarListItem__image img {
  aspect-ratio: 16/9;
  background-color: lightblue;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.seminar .seminarListItem__detailsTitle {
  margin: 0.8rem 2.4rem 2.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  min-height: 5.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .seminar .seminarListItem__detailsTitle {
    font-size: 1.6rem;
  }
}
.seminar .seminarListItem__detailsNote {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-inline: 2.4rem;
  margin-top: 2.8rem;
  align-items: center;
}
.seminar .seminarListItem__detailsNoteStatus {
  background-color: #4B63C1;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 0.4rem 1rem;
}
.seminar .seminarListItem__detailsNoteDate {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .seminar .seminarListItem__detailsNoteDate {
    font-size: 1.3rem;
  }
}
.seminar .seminar__buttonWrap {
  margin-top: 3.6rem;
  text-align: center;
}
.seminar .seminar__button {
  width: 25.2rem;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .seminar .seminar__button {
    width: 28.3rem;
  }
}

.archiveSeminar .archiveSeminarWrap {
  background-color: #F8F9FC;
}
.archiveSeminar .archiveSeminar__contents + .archiveSeminar__contents {
  margin-top: 12rem;
}
.archiveSeminar .archiveSeminar__contentsNoData {
  margin-top: 6.4rem;
  text-align: center;
  color: #666C84;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__contentsNoData {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__contentsNoData {
    margin-top: 3.2rem;
  }
}
.archiveSeminar .archiveSeminar__contentsNoData br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__contentsNoData br {
    display: block;
  }
}
.archiveSeminar .archiveSeminar__contentsTitle {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__contentsTitle {
    font-size: 2.6rem;
  }
}
.archiveSeminar .archiveSeminar__listWrap {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__listWrap {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .archiveSeminar .archiveSeminar__listWrap {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__listWrap {
    padding-block: 8rem;
  }
}
.archiveSeminar .archiveSeminar__list {
  margin-top: 4rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 1200px) {
  .archiveSeminar .archiveSeminar__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__list {
    margin-top: 3.2rem;
    grid-template-columns: 1fr;
  }
}
.archiveSeminar .archiveSeminarListItem {
  width: 100%;
  background-color: #F6F7FA;
}
.archiveSeminar .archiveSeminarListItem a {
  text-decoration: none;
  display: inline-block;
  background-color: #FFF;
  width: 100%;
}
.archiveSeminar .archiveSeminarListItem a:hover .archiveSeminarListItem__detailsTitle {
  color: #4B63C1;
}
.archiveSeminar .archiveSeminarListItem a:hover .archiveSeminarListItem__image img {
  transform: scale(1.05);
}
.archiveSeminar .archiveSeminarListItem__image {
  overflow: hidden;
}
.archiveSeminar .archiveSeminarListItem__image img {
  aspect-ratio: 16/9;
  background-color: lightblue;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  -o-object-fit: cover;
  object-fit: cover;
}
.archiveSeminar .archiveSeminarListItem__detailsTitle {
  margin-inline: 2.4rem;
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  min-height: 5.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminarListItem__detailsTitle {
    font-size: 1.6rem;
  }
}
.archiveSeminar .archiveSeminarListItem__detailsNote {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-inline: 2.4rem;
  margin-top: 2.4rem;
  align-items: center;
}
.archiveSeminar .archiveSeminarListItem__detailsNoteStatus--start, .archiveSeminar .archiveSeminarListItem__detailsNoteStatus--finished {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  padding: 0.4rem 1rem;
}
.archiveSeminar .archiveSeminarListItem__detailsNoteStatus--finished {
  color: #0A1645;
  background-color: #DCE1F1;
}
.archiveSeminar .archiveSeminarListItem__detailsNoteStatus--start {
  background-color: #4B63C1;
  color: #FFF;
  font-weight: 600;
}
.archiveSeminar .archiveSeminarListItem__detailsNoteDate {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminarListItem__detailsNoteDate {
    font-size: 1.3rem;
  }
}
.archiveSeminar .archiveSeminar__buttonWrap {
  margin-top: 3.6rem;
  text-align: center;
}
.archiveSeminar .archiveSeminar__button span {
  width: 15.9rem;
}
.archiveSeminar .archiveSeminar__contentsMoreWrap {
  text-align: center;
}
.archiveSeminar .archiveSeminar__contentsMore {
  margin-top: 4rem;
  cursor: pointer;
  margin-inline: auto;
  border: solid 0.1rem #0A1645;
  width: 21.6rem;
}
@media only screen and (max-width: 768px) {
  .archiveSeminar .archiveSeminar__contentsMore {
    margin-top: 2.4rem;
    width: 28.3rem;
  }
}

.singleSeminar .singleSeminarWrap {
  background-color: #F6F7FA;
  padding-block: 12rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminarWrap {
    padding-block: 8rem 0;
    min-width: 37.5rem;
  }
}
.singleSeminar .singleSeminar__contents {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contents {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .singleSeminar .singleSeminar__contents {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
.singleSeminar .singleSeminarContentsInformation {
  display: flex;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  flex-wrap: wrap;
  row-gap: 1.2rem;
}
.singleSeminar .singleSeminarContentsInformation__label--finished, .singleSeminar .singleSeminarContentsInformation__label--active {
  padding: 0.4rem 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.singleSeminar .singleSeminarContentsInformation__label--active {
  background-color: #4B63C1;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminarContentsInformation__label--active {
    font-size: 1.8rem;
  }
}
.singleSeminar .singleSeminarContentsInformation__label--finished {
  background-color: #DCE1F1;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminarContentsInformation__label--finished {
    font-size: 1.8rem;
  }
}
.singleSeminar .singleSeminarContentsInformation__title {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminarContentsInformation__title {
    font-size: 2.6rem;
  }
}
.singleSeminar .singleSeminar__contentsImage {
  max-width: 120rem;
  width: 100%;
  background-color: #666C84;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsImage {
    margin-top: 1.6rem;
    max-width: 100%;
  }
}
.singleSeminar .singleSeminar__contentsBox {
  margin-top: 8rem;
}
.singleSeminar .singleSeminar__contentsBox > * + * {
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBox > * + * {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBox + .singleSeminar__contentsBox {
    margin-top: 5.6rem;
  }
}
.singleSeminar .singleSeminar__contentsBox:last-child {
  padding-bottom: 80px;
}
.singleSeminar .singleSeminar__contentsBoxTitle {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxTitle {
    font-size: 2.6rem;
  }
}
.singleSeminar .singleSeminar__contentsBoxNormal {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxNormal {
    font-size: 1.6rem;
  }
}
.singleSeminar .singleSeminar__contentsBoxSummary {
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSummary {
    font-size: 1.6rem;
  }
}
.singleSeminar .singleSeminar__contentsBoxSummaryWrap {
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  align-items: flex-start;
  padding: 2rem 0.8rem;
  border-bottom: 0.1rem solid #DCE1F1;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSummaryWrap {
    align-items: center;
  }
}
.singleSeminar .singleSeminar__contentsBoxSummaryWrap:first-child {
  border-top: 0.1rem solid #DCE1F1;
}
.singleSeminar .singleSeminar__contentsBoxSummaryWrap dt {
  min-width: 18rem;
  max-width: 18rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSummaryWrap dt {
    min-width: 7rem;
    max-width: 7rem;
    font-weight: 600;
  }
}
.singleSeminar .singleSeminar__contentsBoxSub {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSub {
    font-size: 2rem;
  }
}
.singleSeminar .singleSeminar__contentsBoxSmall {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSmall {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSmall {
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxSmall {
    font-size: 1.6rem;
  }
}
.singleSeminar .singleSeminar__contentsBoxTeachers {
  display: flex;
  flex-direction: column;
  row-gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__contentsBoxTeachers {
    row-gap: 3.2rem;
  }
}
.singleSeminar .singleSeminar__form {
  margin-top: 8rem;
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__form {
    padding-inline: 1.6rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .singleSeminar .singleSeminar__form {
    min-width: 37.5rem;
    max-width: 37.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__form {
    background-color: #FFF;
    padding-block: 8rem;
    padding-inline: 0;
  }
}
.singleSeminar .singleSeminar__formTitle {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__formTitle {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .singleSeminar .singleSeminar__formTitle {
    padding-inline: 1.6rem;
  }
}
.singleSeminar .singleSeminar__formContent {
  background-color: #FFF;
  margin-top: 2rem;
}
.singleSeminar .contentsBoxTeachersItem {
  display: grid;
  align-items: flex-start;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  grid-template-columns: 12rem 1fr;
  grid-template-rows: 4.5rem auto;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem {
    grid-template-columns: 8rem 1fr;
    grid-template-rows: 8rem auto;
  }
}
.singleSeminar .contentsBoxTeachersItem__image {
  max-width: 12rem;
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #666C84;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__image {
    max-width: 8rem;
  }
}
.singleSeminar .contentsBoxTeachersItem__informationName {
  border-bottom: #DCE1F1 solid 0.1rem;
  display: flex;
  align-items: center;
  padding-bottom: 1.6rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__informationName {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 0.4rem;
    border-bottom: none;
    height: 100%;
    padding-bottom: 0;
  }
}
.singleSeminar .contentsBoxTeachersItem__informationNameText {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__informationNameText {
    font-size: 1.8rem;
  }
}
.singleSeminar .contentsBoxTeachersItem__informationNamePost {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__informationNamePost {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__informationNamePost {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__informationNamePost {
    font-size: 1.3rem;
  }
}
.singleSeminar .contentsBoxTeachersItem__details {
  padding-top: 1.6rem;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  grid-column: 2/3;
  grid-row: 2/2;
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__details {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .singleSeminar .contentsBoxTeachersItem__details {
    grid-column: 1/3;
  }
}
/*# sourceMappingURL=seminar.css.map */