@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (max-width: 724px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
body:lang(en) {
  font-family: "Noto Sans", sans-serif;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  color: #222;
}
body.-locked {
  overflow: hidden;
}

*:focus {
  outline: none;
}

main {
  position: relative;
  padding: 0 0 10rem;
}

section {
  padding-top: 6rem;
}
section p {
  margin-bottom: 1.5rem;
}
section p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 724px) {
  section:first-of-type {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 724px) {
  .-pc {
    display: none;
  }
}
.-sp {
  display: none;
}
@media screen and (max-width: 724px) {
  .-sp {
    display: block;
  }
}

.-serif {
  font-family: "Noto Serif JP", serif;
}
body:lang(en) .-serif {
  font-family: "Noto Serif", serif;
}

.__inner {
  max-width: 124rem;
  padding: 0 2rem;
  width: 100%;
  margin: 0 auto;
}

.btn--prime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.6rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--prime:hover {
  opacity: 0.8;
}
.btn--prime.-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-height: 7rem;
  padding: 1.1rem 5rem;
  background-color: #054A97;
  border-radius: calc(infinity * 1px);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.btn--prime.-gray {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-height: 7rem;
  padding: 1.1rem 5rem;
  background-color: #899DB4;
  border-radius: calc(infinity * 1px);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.btn--prime.-white {
  background-color: #fff;
  border: 0.1rem solid #064A97;
  color: #064A97;
}
.btn--prime.-submit {
  padding: 1.1rem 8rem;
}
.btn--prime.-submit:disabled {
  background-color: #BABABA;
}

@media screen and (max-width: 724px) {
  .btn--prime.-blue {
    width: 100%;
  }
}
.section__border__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #8A9CB4;
  font-size: 3.4rem;
  font-weight: 700;
  color: #054A97;
  line-height: 1.411;
}
.section__border__title.-serif {
  font-size: 3.2rem;
  font-weight: 500;
  color: #000;
}
.section__border__title::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 0.6rem;
  margin: 0.5rem 1.5rem 0.5rem 0;
  background-color: #054A97;
}

.header__contact {
  width: 20rem;
  height: 5rem;
  margin-left: 1.2rem;
  background-color: #054A97;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1109px) {
  .header__contact {
    width: 100%;
    height: 7rem;
    margin-left: 0;
  }
  .header__contact::before {
    margin-right: 2rem;
  }
  #header > .header__contact {
    display: none;
  }
}
img {
  width: 100%;
}

a {
  color: #054A97;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.-sp {
  display: none;
}

@media screen and (max-width: 724px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  height: 6rem;
  padding: 0 3rem;
  border-bottom: 0.1rem solid #D9DCE0;
  background-color: #fff;
}
@media screen and (max-width: 1109px) {
  #header {
    gap: 1.6rem;
    height: 5rem;
    padding: 0 0 0 1.5rem;
    overflow-x: clip;
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 11.85rem;
}
@media screen and (max-width: 1109px) {
  .header__logo {
    width: 9.875rem;
    margin-right: 0;
  }
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 3rem;
  margin: 0;
}
@media screen and (max-width: 1109px) {
  .header__block {
    position: absolute;
    top: 5rem;
    right: -37.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 0;
    height: calc(100vh - 5rem);
    margin: 0;
    padding-bottom: 11rem;
    background-color: #2E2E2E;
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__block.-open {
    right: 0;
    width: 37.5rem;
  }
}

@media screen and (max-width: 724px) {
  .header__block {
    right: -100vw;
  }
  .header__block.-open {
    right: 0;
    width: 100vw;
  }
}
.nav__mic {
  position: absolute;
  top: 6rem;
  right: 0;
  width: 100%;
  height: 4.5rem;
  padding-right: 4.8rem;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__mic.-fixed {
  background-color: #2E2E2E;
}

@media screen and (max-width: 1109px) {
  .nav__mic {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
    padding-right: 0;
    -webkit-transition: 0;
    transition: 0;
  }
}
.nav__mic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4em;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
}
.nav__mic__list_item {
  position: relative;
  padding: 1rem 0;
}
.nav__mic__list_item > a {
  text-decoration: none;
  color: #fff;
}
.nav__mic__list_item > a:hover {
  text-decoration: underline;
}
.nav__mic__list_item:hover .nav__mic__sub__box {
  visibility: visible;
  opacity: 1;
}
.nav__mic__list_item .-icon {
  display: none;
}

@media screen and (max-width: 1109px) {
  .nav__mic__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    height: auto;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .nav__mic__list_item {
    width: 100%;
    padding: 2rem 4.5rem 2rem 2rem;
    border-bottom: 0.1rem solid #808080;
  }
  .nav__mic__list_item > a {
    text-decoration: none;
    color: #fff;
  }
  .nav__mic__list_item > a:hover {
    text-decoration: underline;
  }
  .nav__mic__list_item .-icon {
    position: absolute;
    top: 2.55rem;
    right: 2rem;
    display: block;
  }
  .nav__mic__list_item .-icon.-plus {
    width: 1.4rem;
    height: 1.4rem;
  }
  .nav__mic__list_item .-icon.-plus::before, .nav__mic__list_item .-icon.-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #808080;
    border-radius: calc(infinity * 1px);
  }
  .nav__mic__list_item .-icon.-plus::after {
    rotate: 90deg;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav__mic__list_item .-icon.-plus.-open::after {
    rotate: 0deg;
  }
  .nav__mic__list_item .-icon.-arrow {
    right: 2.4rem;
    width: 1rem;
    height: 1rem;
    border-width: 0.2rem 0.2rem 0 0;
    border-style: solid;
    border-color: #808080;
    rotate: 45deg;
  }
}
.nav__mic__sub__box {
  position: absolute;
  top: 4.4rem;
  left: 50%;
  z-index: 30;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1.5rem 2rem;
  background-color: #060606;
  border-radius: 0.5rem;
  line-height: 1.8;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav__mic__list_item:last-child .nav__mic__sub__box {
  left: auto;
  right: 0;
  translate: 0 0;
}
.nav__mic__sub__box ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.nav__mic__sub__box ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1109px) {
  .nav__mic__sub__box {
    position: static;
    translate: 0 0;
    display: none;
    padding: 1.2rem 2rem 0;
    background-color: transparent;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0;
    transition: 0;
  }
  .nav__mic__sub__box ul li a {
    font-size: 1.6rem;
  }
  .nav__mic__sub__box ul li a:hover {
    white-space: nowrap;
  }
}
.header__text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem 3rem;
}

@media screen and (max-width: 1109px) {
  .header__text__link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    width: 100%;
    padding: 0 2rem;
  }
}
.header__language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  font-size: 1.4rem;
  color: #5B6B81;
}
.header__language::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/common/images/icon_globe.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.header__language::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-style: solid;
  border-color: #5B6C81 transparent;
  pointer-events: none;
}
.header__language select {
  padding: 0 1.3rem 0 2.2rem;
}

@media screen and (max-width: 1109px) {
  .header__language {
    color: #ccc;
  }
  .header__language::before {
    background-image: url(/common/images/icon_globe_sp.svg);
  }
  .header__language::after {
    border-color: #ccc transparent;
  }
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #5B6B81;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__link:hover {
  color: #054A97;
}
.header__link:hover .icon__external {
  color: #054A97;
}

@media screen and (max-width: 1109px) {
  .header__link {
    color: #ccc;
  }
  .header__link:hover {
    color: #ccc;
  }
  .header__link:hover .icon__external {
    color: #ccc;
  }
}
.icon__external {
  width: 1.2rem;
  stroke: #5b6b81;
  height: 1.25rem;
  margin-right: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1109px) {
  .icon__external {
    stroke: #ccc;
  }
}
.header__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  height: 4rem;
  margin: 0;
  border-radius: calc(infinity * 1px);
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1109px) {
  .header__contact {
    width: 100%;
    height: 7rem;
    background-color: #000000;
    border: 0.1rem solid #fff;
    font-size: 1.8rem;
  }
}

.header__btn__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1rem;
}

@media screen and (max-width: 1109px) {
  .header__btn__area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
}
#sp__btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  background-color: #000;
}
#sp__btn span {
  display: block;
  width: 2rem;
  height: 0.2rem;
  margin: 0.6rem 0;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn::before, #sp__btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sp__btn.-open span {
  opacity: 0;
  visibility: hidden;
}
#sp__btn.-open::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg) translate(0.4rem, -0.2rem);
          transform: rotate(45deg) translate(0.4rem, -0.2rem);
}
#sp__btn.-open::after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg) translate(0.4rem, 0.2rem);
          transform: rotate(-45deg) translate(0.4rem, 0.2rem);
}

@media screen and (max-width: 1109px) {
  #sp__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__sp__nav {
  width: 100%;
  display: none;
}
@media screen and (max-width: 1109px) {
  .header__sp__nav {
    display: block;
  }
}

.header__sp__nav__list {
  width: 37.5rem;
  margin-left: -2rem;
  border-top: 0.1rem solid #DADCE0;
}
.header__sp__nav__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.5rem;
  padding: 0 2rem;
  border-bottom: 0.1rem solid #DADCE0;
}
.header__sp__nav__list li a {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.header__sp__nav__list li::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #064A97;
  rotate: 45deg;
}

.breadcrumb {
  padding: 1rem 2rem 2.1rem;
}

@media screen and (max-width: 724px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
.breadcrumb__list .breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5B6B81;
}
.breadcrumb__list .breadcrumb__item::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1.5rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #8A9CB4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb__list .breadcrumb__item.-home::before {
  width: 2.2rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  border: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: url(/common/images/icon_home.svg) no-repeat center center;
}

.page__head__block {
  position: relative;
  padding: 2rem 2rem 3rem;
}

@media screen and (max-width: 724px) {
  .page__head__block {
    padding-top: 3rem;
  }
}
.page__head__lead {
  max-width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 724px) {
  .page__head__lead {
    font-size: 1.5rem;
  }
}
#footer {
  position: relative;
  background-color: #2E2E2E;
  padding: 4rem 0 2rem;
}

@media screen and (max-width: 724px) {
  #footer {
    padding-bottom: 6rem;
  }
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 724px) {
  .footer__block {
    display: block;
    gap: 0 0;
  }
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 724px) {
  .footer__box {
    margin-bottom: 2.5rem;
  }
  .footer__box:last-child {
    margin-bottom: 0;
  }
}
.footer__link__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 724px) {
  .footer__link__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.footer__link__title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #B3B3B3;
  text-decoration: none;
}
.footer__link__title:hover {
  text-decoration: underline;
}
.footer__link__title + .footer__link__title {
  margin-top: 1.5rem;
}

.footer__list > li {
  margin-bottom: 0.5rem;
}
.footer__list > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #808080;
  text-decoration: none;
}
.footer__list > li a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  background-color: #808080;
  border-radius: 50%;
}
.footer__list > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 724px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .footer__list > li {
    width: 50%;
    margin-bottom: 0;
  }
}
.footer__sublist {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.footer__sublist > li a::before {
  height: 0.1rem;
  border-radius: 0;
}

@media screen and (max-width: 724px) {
  .footer__sublist {
    display: none;
  }
}
.copy__block {
  padding-top: 3rem;
  border-top: 0.1rem solid #484848;
}

.footer__bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem;
  margin-bottom: 4rem;
}
.footer__bottom__list li a {
  font-size: 1.4rem;
  color: #B3B3B3;
  text-decoration: none;
}
.footer__bottom__list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 724px) {
  .footer__bottom__list {
    gap: 1.5rem 0;
    margin-bottom: 2rem;
  }
  .footer__bottom__list li {
    width: 50%;
    text-align: center;
  }
}
.copy {
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
}

.gototop {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(/common/images/img_gototop.png) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.contacttop {
  position: fixed;
  z-index: 999;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: 10rem;
  padding-top: 0.7rem;
  border: 0.3rem solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.16);
  font-size: 1.3rem;
}
body:lang(en) .contacttop {
  font-size: 1.1rem;
}
.contacttop {
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.contacttop span {
  font-size: 1.6rem;
}
body:lang(en) .contacttop span {
  font-size: 1.3rem;
}
.contacttop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 9.4rem;
  height: 9.4rem;
  border: 0.1rem solid #1F1F1F;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}
.contacttop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 8.4rem;
  height: 8.4rem;
  border: 0.2rem solid #EDEDED;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
}
.contacttop.-fixed {
  bottom: 7.1rem;
  opacity: 1;
  pointer-events: auto;
}
.contacttop.-fixed__footer {
  position: absolute;
  top: -17.6rem;
  bottom: initial;
}

@media screen and (max-width: 724px) {
  .gototop {
    top: -4.5rem;
    width: 4.5rem;
    height: 4.5rem;
  }
  .contacttop {
    width: 8rem;
    height: 8rem;
    font-size: 1.1rem;
  }
  .contacttop.-fixed__footer {
    top: -15rem;
  }
}
.main__visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14rem;
  padding: 6.5rem 0 5rem;
  background: url(/files/mic/common/img_mic_mv.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 724px) {
  .main__visual {
    min-height: 0;
    padding: 3rem 0;
  }
}
.main__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.38;
  color: #fff;
}

@media screen and (max-width: 724px) {
  .main__title {
    font-size: 2.6rem;
  }
}
#layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#layer.-active {
  opacity: 1;
  visibility: visible;
}
#layer.-active__modal {
  opacity: 1;
  visibility: visible;
  z-index: 105;
}

.index__visual {
  position: relative;
  height: 64rem;
  background: url(/files/mic/index/common/bg_index_mv.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 724px) {
  .index__visual {
    height: 60.2rem;
    background-image: url(/files/mic/index/common/bg_index_mv_sp.png);
  }
}
.index__visual__text {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 136.6rem;
  width: 150%;
  height: 100%;
  padding-top: 8.3rem;
  background: url(/files/mic/index/common/bg_index_mv_text.png) no-repeat center center;
  background-size: contain;
  mix-blend-mode: color-dodge;
  text-align: center;
  color: #fff;
  line-height: 1.48;
}
.index__visual__text p {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.index__visual__text p br {
  display: block;
}
.index__visual__text br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .index__visual__text {
    padding-top: 3.6rem;
  }
  .index__visual__text p {
    font-size: 2rem;
  }
  .index__visual__text br {
    display: block;
  }
}
@media screen and (max-width: 724px) {
  .index__visual__text {
    width: 66.2rem;
    padding-top: 0.3rem;
    background-image: url(/files/mic/index/common/bg_index_mv_text_sp.png);
    background-position: center 11.6rem;
  }
  .index__visual__text p {
    font-size: 1.6rem;
  }
  .index__visual__text br {
    display: none;
  }
}
.index__title {
  margin-bottom: 2.1rem;
  font-size: 4.3rem;
  font-weight: 800;
}

@media screen and (max-width: 1000px) {
  .index__title {
    margin-bottom: 1.6rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 724px) {
  .index__title {
    margin-bottom: 0.8rem;
    font-size: 2.2rem;
  }
}
.index__logo {
  position: relative;
  top: 3rem;
  left: 5rem;
  width: 22rem;
}

@media screen and (max-width: 1250px) {
  .index__logo {
    width: 16rem;
  }
}
@media screen and (max-width: 724px) {
  .index__logo {
    display: none;
  }
}
.index__visual__link__block {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 101.2rem;
  height: 100%;
}

.index__visual__link {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.6rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.index__visual__link figure {
  position: relative;
  margin-bottom: -1.8rem;
}
.index__visual__link figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index__visual__link::before {
  content: "";
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.index__visual__link:hover img {
  scale: 1.2;
}
.index__visual__link:first-of-type {
  top: 11.6rem;
  left: 12.5rem;
}
.index__visual__link:first-of-type::before {
  top: 7rem;
  left: 3.7rem;
  width: 17.2rem;
  height: 5.2rem;
  background-image: url(/files/mic/index/common/bdr_index_mv_01.png);
}
.index__visual__link:nth-of-type(2) {
  top: 26.5rem;
  left: 0;
}
.index__visual__link:nth-of-type(2)::before {
  top: 0.5rem;
  left: 3.2rem;
  width: 25.4rem;
  height: 13rem;
  background-image: url(/files/mic/index/common/bdr_index_mv_02.png);
}
.index__visual__link:nth-of-type(3) {
  top: 43.3rem;
  left: 6.6rem;
}
.index__visual__link:nth-of-type(3)::before {
  top: 0.7rem;
  left: 3.2rem;
  width: 22.4rem;
  height: 6.4rem;
  background-image: url(/files/mic/index/common/bdr_index_mv_03.png);
}
.index__visual__link:nth-of-type(4) {
  top: 9.4rem;
  right: 9.2rem;
}
.index__visual__link:nth-of-type(4)::before {
  top: 7rem;
  right: 2.3rem;
  width: 22.4rem;
  height: 6.4rem;
  background-image: url(/files/mic/index/common/bdr_index_mv_04.png);
}
.index__visual__link:nth-of-type(5) {
  top: 26.5rem;
  right: 0;
}
.index__visual__link:nth-of-type(5)::before {
  top: 0.5rem;
  right: 3.3rem;
  width: 25.4rem;
  height: 13rem;
  background-image: url(/files/mic/index/common/bdr_index_mv_05.png);
}
.index__visual__link:nth-of-type(6) {
  top: 43.9rem;
  right: 8.1rem;
}
.index__visual__link:nth-of-type(6)::before {
  top: 0.7rem;
  right: 4.3rem;
  width: 18.4rem;
  height: 6.4rem;
  background-image: url(/files/mic/index/common/bdr_index_mv_06.png);
}

@media screen and (max-width: 724px) {
  .index__visual__link {
    width: 10.6rem;
    font-size: 1.2rem;
  }
  .index__visual__link figure {
    margin-bottom: 0;
  }
  .index__visual__link::before {
    content: "";
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .index__visual__link:hover img {
    scale: 1;
  }
  .index__visual__link:first-child, .index__visual__link:nth-child(2), .index__visual__link:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index__visual__link:first-child figure, .index__visual__link:nth-child(2) figure, .index__visual__link:nth-child(3) figure {
    margin-top: -1rem;
  }
  .index__visual__link:nth-child(4) figure, .index__visual__link:nth-child(5) figure, .index__visual__link:nth-child(6) figure {
    margin-bottom: -1rem;
  }
  .index__visual__link:first-of-type {
    top: 6.8rem;
    left: initial;
    right: 2rem;
  }
  .index__visual__link:first-of-type::before {
    top: 3.8rem;
    left: 1.6rem;
    width: 3.8rem;
    height: 12.5rem;
    background-image: url(/files/mic/index/common/bdr_index_mv_01_sp.png);
  }
  .index__visual__link:nth-of-type(2) {
    top: 3rem;
    left: 14.2rem;
  }
  .index__visual__link:nth-of-type(2)::before {
    top: 6.7rem;
    left: 0.5rem;
    width: 9.6rem;
    height: 9.8rem;
    background-image: url(/files/mic/index/common/bdr_index_mv_02_sp.png);
  }
  .index__visual__link:nth-of-type(3) {
    top: 5.7rem;
    left: 2rem;
  }
  .index__visual__link:nth-of-type(3)::before {
    top: 9.2rem;
    left: 5.2rem;
    width: 4.7rem;
    height: 7.1rem;
    background-image: url(/files/mic/index/common/bdr_index_mv_03_sp.png);
  }
  .index__visual__link:nth-of-type(4) {
    top: initial;
    bottom: 6rem;
    right: 0.4rem;
  }
  .index__visual__link:nth-of-type(4)::before {
    top: -6.5rem;
    right: 5.2rem;
    width: 5rem;
    height: 10.9rem;
    background-image: url(/files/mic/index/common/bdr_index_mv_04_sp.png);
  }
  .index__visual__link:nth-of-type(5) {
    top: initial;
    bottom: 2.9rem;
    right: initial;
    left: 13.9rem;
  }
  .index__visual__link:nth-of-type(5)::before {
    top: -5.5rem;
    right: 0.3rem;
    width: 10.1rem;
    height: 10.4rem;
    background-image: url(/files/mic/index/common/bdr_index_mv_05_sp.png);
  }
  .index__visual__link:nth-of-type(6) {
    top: initial;
    bottom: 5.4rem;
    right: initial;
    left: 0.5rem;
  }
  .index__visual__link:nth-of-type(6)::before {
    top: -6rem;
    right: 0.4rem;
    width: 5rem;
    height: 14.15rem;
    background-image: url(/files/mic/index/common/bdr_index_mv_06_sp.png);
  }
}
.index__section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 500;
}
.index__section__title__sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #83969F;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 724px) {
  .index__section__title {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .index__section__title__sub {
    font-size: 1.1rem;
  }
}
#index__technology .tech__banner__area {
  max-width: 96rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 724px) {
  #index__technology .tech__banner__area {
    margin-bottom: 4.2rem;
  }
}
#index__technology .tech__link__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  #index__technology .tech__link__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index__technology .tech__link {
  width: 100%;
  height: 40rem;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index__technology .tech__link:first-child {
  background-image: url(/files/mic/index/common/bg_index_tech_01.png);
}
#index__technology .tech__link:last-child {
  background-image: url(/files/mic/index/common/bg_index_tech_02.png);
}
#index__technology .tech__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 724px) {
  #index__technology .tech__link {
    height: 22.8rem;
  }
}
#index__technology .tech__link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 40rem;
  min-height: 24rem;
  padding: 4rem 0 2.7rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#index__technology .tech__link__text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  padding: 0 3.6rem;
  font-size: 2.8rem;
  white-space: nowrap;
}
#index__technology .tech__link__text h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
#index__technology .tech__link__text p {
  margin-top: auto;
  padding: 0 4rem;
}
@media screen and (max-width: 724px) {
  #index__technology .tech__link__text {
    max-width: 22.7rem;
    min-height: 18.8rem;
    padding: 2rem 0;
  }
  #index__technology .tech__link__text h3 {
    gap: 0.2rem;
    padding: 0 1.7rem;
    font-size: 1.8rem;
  }
  #index__technology .tech__link__text h3 span {
    font-size: 1.2rem;
  }
  #index__technology .tech__link__text p {
    margin-top: 2rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.index__link__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  padding: 4rem 2rem 8rem;
  text-align: center;
}
.index__link__area.-bg__gray {
  gap: 1.6rem 6rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(#E4E7EA));
  background-image: linear-gradient(to right, #F5F5F5, #E4E7EA);
}

@media screen and (max-width: 724px) {
  .index__link__area {
    gap: 1.6rem;
    padding: 3rem 2rem;
    text-align: center;
  }
}
.index__link__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32rem;
  height: 6rem;
  padding: 0 2rem;
  background-color: #000;
  border: 0.1rem solid #fff;
  border-radius: calc(infinity * 1px);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.-bg__gray .index__link__btn {
  border: none;
}
.index__link__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 724px) {
  .index__link__btn {
    min-width: 25.6rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
#index__message {
  padding-bottom: 7rem;
}
@media screen and (max-width: 724px) {
  #index__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  #index__message .__inner {
    display: contents;
  }
}
#index__message .index__message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.6rem;
  max-width: 96rem;
  margin: 0 auto;
}
#index__message .index__message__block figure {
  width: 40rem;
}
@media screen and (max-width: 724px) {
  #index__message .index__message__block {
    display: contents;
  }
  #index__message .index__message__block figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
#index__message .index__message__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 960px) {
  #index__message .index__message__text {
    max-width: 50%;
  }
  #index__message .index__message__text br.-tab {
    display: none;
  }
}
@media screen and (max-width: 724px) {
  #index__message .index__message__text {
    max-width: 100%;
  }
}
#index__message .index__message__text .index__section__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#index__message .index__message__text h3 {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 700;
}
#index__message .index__message__text h3 span {
  display: inline-block;
}
#index__message .index__message__text p {
  margin-bottom: 0;
  color: #808080;
}
#index__message .index__message__text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
#index__message .index__message__text a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
  margin-left: 1.3rem;
  border-width: 0.2rem 0.2rem 0 0;
  border-style: solid;
  border-color: #000;
  rotate: 45deg;
}
#index__message .index__message__text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 724px) {
  #index__message .index__message__text {
    display: contents;
  }
  #index__message .index__message__text .index__section__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #index__message .index__message__text h3 {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
  }
  #index__message .index__message__text p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  #index__message .index__message__text a {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}

.index__message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 724px) {
  .index__message__body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 2rem 2rem 0;
  }
}
#index__column {
  background: url(/files/mic/index/common/bg_index_column.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#index__column p {
  margin-bottom: 0;
}

@media screen and (max-width: 724px) {
  #index__column {
    padding-top: 3rem;
  }
  #index__column p {
    font-size: 1.4rem;
  }
}
#index__faces {
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 724px) {
  #index__faces {
    padding: 5rem 0;
  }
  #index__faces .__inner {
    padding: 0;
  }
}
#index__faces .index__faces__block {
  margin-bottom: 4rem;
}
#index__faces .index__faces__block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 724px) {
  #index__faces .index__faces__block:not(.is-overflow) .index__faces__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index__faces .index__faces__block:not(.is-overflow) .splide__arrow {
    display: none;
  }
}
#index__faces .index__faces__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem 6rem;
}
@media screen and (max-width: 969px) {
  #index__faces .index__faces__list {
    gap: 4rem;
  }
}
@media screen and (max-width: 724px) {
  #index__faces .index__faces__list {
    gap: 0;
  }
}
#index__faces .index__faces__item {
  min-width: 20rem;
  width: calc((100% - 12rem) / 3);
  color: #000;
  text-decoration: none;
}
#index__faces .index__faces__item figure {
  overflow: hidden;
  border: 0.1rem solid #D9DCE0;
  border-radius: 1rem;
}
#index__faces .index__faces__item figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index__faces .index__faces__item:hover figure img {
  scale: 1.2;
}
@media screen and (max-width: 969px) {
  #index__faces .index__faces__item {
    width: calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 724px) {
  #index__faces .index__faces__item {
    width: 24rem;
  }
}
#index__faces .index__faces__text {
  margin-top: 1.5rem;
}
#index__faces .index__faces__text p {
  margin: 0;
  color: #808080;
}
#index__faces .index__faces__text p.-title {
  color: #83969F;
}
#index__faces .index__faces__text h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 724px) {
  #index__faces .index__faces__text {
    margin-top: 1.5rem;
  }
  #index__faces .index__faces__text p {
    font-size: 1.4rem;
  }
  #index__faces .index__faces__text h3 {
    font-size: 1.8rem;
  }
}
#index__faces .splide__arrows {
  display: none;
}
@media screen and (max-width: 724px) {
  #index__faces .splide__arrows {
    display: block;
  }
}
#index__faces .splide__arrow {
  top: 8rem;
  background: none;
}
#index__faces .splide__arrow img {
  width: 1.2rem;
}
#index__faces .splide__arrow.splide__arrow--prev {
  left: 3rem;
}
#index__faces .splide__arrow.splide__arrow--next {
  right: 3rem;
}
#index__faces::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 15.4rem);
  height: 70.1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(#E4E7EA));
  background-image: linear-gradient(to right, #F5F5F5, #E4E7EA);
  z-index: -1;
}
#index__faces::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 15.4rem);
  max-width: 78.8rem;
  height: 27.6rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(#E4E7EA));
  background-image: linear-gradient(to right, #F5F5F5, #E4E7EA);
  z-index: -1;
}
@media screen and (max-width: 724px) {
  #index__faces::before {
    width: calc(100% - 11rem);
    height: 55rem;
  }
  #index__faces::after {
    width: calc(100% - 11.6rem);
    height: 21rem;
  }
}

#index__news {
  background: url(/files/mic/index/common/bg_index_news.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#index__news p {
  margin-bottom: 0;
}

@media screen and (max-width: 724px) {
  #index__news {
    padding-top: 3rem;
  }
  #index__news p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 724px) {
  #index__access {
    padding-top: 3rem;
  }
  #index__access .__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index__access .index__section__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 724px) {
  #index__access .index__section__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#index__access .index__access__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  max-width: 96rem;
  margin: 0 auto;
}
#index__access .index__access__block figure {
  width: 48rem;
}
@media screen and (max-width: 724px) {
  #index__access .index__access__block {
    display: contents;
    max-width: 100%;
  }
  #index__access .index__access__block figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 724px) {
  #index__access .index__access__text__block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3rem;
  }
}
#index__access .index__access__text {
  width: 40rem;
}
#index__access .index__access__text dl {
  margin-bottom: 3rem;
}
#index__access .index__access__text dl dt {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 600;
}
#index__access .index__access__text dl dd {
  color: #808080;
}
#index__access .index__access__text dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 724px) {
  #index__access .index__access__text {
    display: contents;
  }
  #index__access .index__access__text dl {
    margin-bottom: 2rem;
  }
  #index__access .index__access__text dl dt {
    font-size: 1.6rem;
  }
  #index__access .index__access__text dl dd {
    font-size: 1.4rem;
  }
  #index__access .index__access__text dl:last-child {
    margin-bottom: 0;
  }
}
#index__access .index__gmap {
  width: 100%;
  height: 48rem;
  margin-top: 7rem;
}
@media screen and (max-width: 724px) {
  #index__access .index__gmap {
    height: 40rem;
    margin-top: 4rem;
  }
}

#index__banner {
  padding: 4rem 0 8rem;
}
#index__banner .index__banner__block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  grid-gap: 4.5rem;
}

@media screen and (max-width: 724px) {
  #index__banner {
    padding: 4rem 0 6rem;
  }
  #index__banner #index__banner .index__banner__block {
    grid-gap: 2rem;
  }
}
#contact {
  padding: 0 0 6.6rem;
}

@media screen and (max-width: 724px) {
  #contact {
    padding: 0 0 8.5rem;
  }
}
.contact__form__block {
  max-width: 104rem;
}
.contact__form__block.-thanks {
  max-width: 84rem;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 0.1rem solid #D9DCE0;
}
.contact__item:first-child {
  border-top: 0.1rem solid #D9DCE0;
}
.contact__item.-required dt::after, .contact__item.-req-icon dt::after {
  content: "必須";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  margin-top: 0.5rem;
  margin-left: auto;
  padding: 0 1rem;
  background-color: #BE0F16;
  font-size: 1.2rem;
  color: #fff;
}
body:lang(en) .contact__item.-required dt::after, body:lang(en) .contact__item.-req-icon dt::after {
  content: "Required";
}
.contact__item.-country {
  display: none;
}
.contact__item.-country.-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 29rem;
  padding-top: 1rem;
  font-size: 1.8rem;
}
.-confirm .contact__item dt {
  padding-top: 0;
}
.contact__item dt.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__item dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__item dd.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__item input {
  width: 100%;
  max-width: 46rem;
  height: 5rem;
  padding: 0 1.5rem;
  border: 0.1rem solid #8A9CB4;
  border-radius: 0.3rem;
}
.contact__item input.-small {
  max-width: 27rem;
}
.contact__item textarea {
  width: 100%;
  height: 24rem;
  padding: 1.3rem 1.5rem;
  border: 0.1rem solid #8A9CB4;
  border-radius: 0.3rem;
}
.contact__item input.-isError,
.contact__item textarea.-isError,
.contact__item select.-isError {
  background-color: #FCF2F3;
  border-color: #BE0E17;
}
.contact__item input::-webkit-input-placeholder, .contact__item textarea::-webkit-input-placeholder, .contact__item select::-webkit-input-placeholder {
  color: #B3B3B3;
}
.contact__item input::-moz-placeholder, .contact__item textarea::-moz-placeholder, .contact__item select::-moz-placeholder {
  color: #B3B3B3;
}
.contact__item input:-ms-input-placeholder, .contact__item textarea:-ms-input-placeholder, .contact__item select:-ms-input-placeholder {
  color: #B3B3B3;
}
.contact__item input::-ms-input-placeholder, .contact__item textarea::-ms-input-placeholder, .contact__item select::-ms-input-placeholder {
  color: #B3B3B3;
}
.contact__item input::placeholder,
.contact__item textarea::placeholder,
.contact__item select::placeholder {
  color: #B3B3B3;
}
.contact__item.-isError input[type=radio] + span::before {
  background-color: #FCF2F3;
  border-color: #BE0E17;
}

@media screen and (max-width: 724px) {
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
  }
  .contact__item.-required dt::after {
    margin-left: 1rem;
  }
  .contact__item dt {
    width: 100%;
    padding-top: 0;
  }
  .contact__item dd {
    width: 100%;
  }
  .contact__item input {
    max-width: auto;
    max-width: initial;
  }
  .contact__item input.-small {
    max-width: auto;
    max-width: initial;
  }
}
.selectbox {
  position: relative;
  display: block;
  width: 100%;
  max-width: 22rem;
  border: 0.1rem solid #8A9CB4;
  border-radius: 0.3rem;
}
.selectbox::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  translate: 0 -50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0.6rem 0.5rem 0;
  border-style: solid;
  border-color: #5B6C81 transparent;
  pointer-events: none;
}
.selectbox select {
  width: 100%;
  height: 100%;
  height: 5rem;
  padding: 0 1.5rem;
}

.checkbox__item dt {
  padding-top: 0;
}

.checkbox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 4rem;
  padding: 0.3rem 0;
}

.check {
  cursor: pointer;
}
.check input {
  display: none;
}
.check input:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #064A97;
  border-radius: 50%;
}
.check span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
.check span::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #899DB4;
  border-radius: 50%;
}

.checkbox {
  cursor: pointer;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #064A97;
  border-radius: 50%;
}
.checkbox span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
}
.checkbox span::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #899DB4;
  background-color: #fff;
  border-radius: 0.3rem;
}
.checkbox input:checked + span::after {
  top: 0.9rem;
  left: 0.2rem;
  width: 1.4rem;
  height: 0.8rem;
  background: none;
  border-width: 0 0 0.3rem 0.3rem;
  border-color: #064A97;
  border-radius: 0;
  rotate: -45deg;
}

.note__block {
  margin-top: 3rem;
}
.note__block dt {
  margin-bottom: 1.4rem;
  font-size: 1.5rem;
}
.note__block dd {
  padding: 1.5rem 2rem;
  border: 0.1rem solid #707070;
  font-size: 1.4rem;
  color: #666666;
}

.agreement__box {
  margin-top: 2rem;
  background-color: #F0F4F8;
}
.agreement__box .check {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
}
.agreement__box .check span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.agreement__box .check span::before {
  margin-top: 0.3rem;
  background-color: #fff;
  border-radius: 0.3rem;
}
.agreement__box .check input:checked + span::after {
  top: 1rem;
  left: 0.2rem;
  width: 1.4rem;
  height: 0.8rem;
  background: none;
  border-width: 0 0 0.3rem 0.3rem;
  border-color: #064A97;
  border-radius: 0;
  rotate: -45deg;
}

.submit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 5rem;
  border-top: 0.1rem solid #E4ECEC;
}
.submit__box.-confirm, .submit__box.-thanks {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 0;
  border: 0;
}
.submit__box.-confirm .btn--prime, .submit__box.-thanks .btn--prime {
  padding: 1.1rem 8rem;
}
.submit__box.-thanks .btn--prime {
  height: 4.4rem;
  min-height: 0;
  padding: 1.1rem 5rem;
  font-size: 1.6rem;
}
.submit__box p {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 724px) {
  .submit__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .submit__box.-confirm, .submit__box.-thanks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
  .submit__box.-confirm .btn--prime, .submit__box.-thanks .btn--prime {
    width: 100%;
  }
  .submit__box.-thanks .btn--prime {
    width: 18rem;
    height: 4.4rem;
    min-height: 0;
    padding: 1.1rem 4rem;
    font-size: 1.8rem;
  }
}
.thanks__title {
  margin-bottom: 3rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #054A97;
  text-align: center;
}

@media screen and (max-width: 724px) {
  .thanks__title {
    font-size: 2.2rem;
  }
}
.thanks__text {
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.8;
}
.thanks__text:last-of-type {
  margin-bottom: 0;
}

.contact__form__top {
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #DADCE0;
}

.multiple__items__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}

.error__message {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #BE0E17;
}
.error__message::before {
  content: "※";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.6rem;
}

.message__head {
  background-color: #F5F5F5;
  text-align: center;
}
.message__head img {
  max-width: 100rem;
}

@media screen and (max-width: 724px) {
  .message__head {
    margin-top: 3rem;
  }
}