@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .05em;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
}

a {
  outline: none;
  text-decoration: none;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.wrapper > section:nth-child(2n) {
  background: #fafafa;
}

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

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role="list"], ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  margin: 5px auto;
  display: block;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  max-width: 96%;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  height: auto;
  max-width: 98.5%;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute !important;
}

.screen-reader-text:focus {
  clip-path: none;
  color: #444;
  height: auto;
  width: auto;
  z-index: 100000;
  background-color: #eee;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: 5px;
  left: 5px;
  clip: auto !important;
}

.is-force-hidden {
  display: none !important;
}

.nav-header {
  z-index: 1000;
  width: 100%;
  background: #fffffff2;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.6rem #0000001a;
}

.nav-header__container {
  max-width: 1140px;
  height: 6rem;
  -o-transition: all .2s;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0 0 0 15px;
  transition: all .2s;
  display: flex;
}

@media screen and (min-width: 992px) {
  .nav-header__container {
    padding: 0 15px;
  }
}

.nav-header__logo {
  color: #222;
  align-items: center;
  margin-right: auto;
  font-family: Comfortaa, cursive;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.top .nav-header__logo {
  color: #fff;
}

.nav-header__logo-image {
  height: 3rem;
  mix-blend-mode: difference;
  display: block;
}

.top .nav-header__logo-image {
  mix-blend-mode: normal;
}

.nav-header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

@media (min-width: 992px) {
  .nav-header__menu {
    align-items: center;
    display: flex;
  }
}

.nav-header__menu-item {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-header__link {
  height: 100%;
  color: #222;
  text-align: center;
  min-width: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
}

.nav-header__link:after {
  opacity: 0;
  width: 0;
  height: 4px;
  content: "";
  -o-transition: all .2s;
  background: #201ba0;
  transition: all .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-header__link:hover:after {
  opacity: 1;
  width: 100%;
}

.top .nav-header__link {
  color: #fff;
}

.nav-header__contact {
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #201ba0;
  background-image: linear-gradient(90deg, #2a2dac, #5186ed);
  border: none;
  border-radius: 100px;
  outline: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.6rem;
  padding: 1.2rem 3.2rem;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s;
  display: inline-flex;
  position: relative;
}

.nav-header__contact:hover {
  background-color: #1c178a;
}

.nav-header__tel {
  text-align: center;
  cursor: pointer;
  color: #201ba0;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  outline: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.6rem;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s;
  display: inline-flex;
  position: relative;
  box-shadow: 0 0 1.6rem #00000026;
}

.nav-header__tel:hover {
  color: #fff;
  background-color: #1c178a;
}

.nav-header__toggle {
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -o-transition: all .2s;
  background: #201ba0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

@media (min-width: 992px) {
  .nav-header__toggle {
    display: none;
  }
}

.nav-header__toggle:hover {
  background: #1c178a;
}

.nav-header__toggle-line {
  width: 35%;
  border-bottom: 2px solid #fff;
  display: block;
}

.nav-header__toggle-line:nth-child(2) {
  margin: 10% 0;
}

.top .nav-header {
  color: #fff;
  box-shadow: none;
  background-color: #0000;
  transition: all .3s;
}

img.img-logo {
  max-width: 220px;
}

.nav-drawer {
  width: 100%;
  height: 100%;
  z-index: 1002;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.nav-drawer__container {
  width: 80%;
  height: 100%;
  max-width: 350px;
  min-width: 200px;
  animation-duration: var(--nav-drawer-duration);
  background-color: #e0e1ff;
  border-left: 1px solid #e2e2e2;
  flex-direction: column;
  animation-fill-mode: forwards;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 5px #0000001a;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow-y: auto;
}

.nav-drawer__menu-item {
  border-bottom: 1px dashed #aaa;
}

.nav-drawer__menu-item:hover {
  background: #efefef;
}

.nav-drawer__menu-item.is-button {
  border-bottom: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-drawer__menu-item.is-button:hover {
  background: none;
}

.nav-drawer__menu-item .nav-header__contact, .nav-drawer__menu-item .nav-header__tel {
  width: calc(100% - 3.2rem);
}

.nav-drawer__link {
  color: inherit;
  letter-spacing: .01em;
  color: #201ba0;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2.5em 1em 2em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-drawer__link-main {
  font-weight: 500;
  display: block;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
}

.nav-drawer__menu-button {
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-drawer__button-close {
  width: 6rem;
  height: 6rem;
  appearance: none;
  cursor: pointer;
  background-color: #201ba0;
  border: none;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  box-shadow: 0 0 12px #00000026;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  background: #241fb6;
  outline: none;
}

.nav-drawer__button-close-line {
  width: 40%;
  height: 2px;
  background: #fff;
  margin: auto;
  position: absolute;
  inset: 0;
}

.nav-drawer__button-close-line:nth-child(1) {
  transform: translateY(0)rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  transform: translateY(0)rotate(-45deg);
}

.nav-drawer__overlay {
  z-index: -1;
  animation-duration: var(--nav-drawer-duration);
  background: #00000014;
  animation-fill-mode: forwards;
  position: absolute;
  inset: 0;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  animation-name: menu-overlay-leaved;
}

.nav-pagetop {
  z-index: -1000;
  width: 70px;
  height: 70px;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  -o-transition: all .2s;
  background: #201ba0;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  transition: all .2s;
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 15px;
  box-shadow: 0 2px 4px #00000026;
}

.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}

.nav-pagetop:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  -o-transition: all .2s;
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  transition: all .2s;
  display: inline-block;
}

.nav-pagetop:after {
  content: "PAGETOP";
  padding: 4px 0;
  display: block;
}

.nav-pagetop:hover {
  background: #1c178a;
  box-shadow: 0 2px 4px #00000026;
}

.nav-pagetop:hover:before {
  transform: translateY(-4px);
}

.mainvisual {
  background-image: url("../img/work02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.mainvisual:before {
  z-index: 0;
  content: "";
  background-color: #2222224d;
  display: block;
  position: absolute;
  inset: 0;
}

.mainvisual__container {
  max-width: 1140px;
  height: 80vh;
  text-align: center;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.mainvisual__text-main {
  color: #fff;
  font-family: Comfortaa, cursive;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 992px) {
  .mainvisual__text-main {
    font-size: 4.5rem;
  }
}

.mainvisual__text-sub {
  color: #fff;
  padding-top: 1.6rem;
  font-size: 1.6rem;
}

.pagevisual {
  z-index: 0;
  background-color: #e0e1ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 600px) {
  .pagevisual {
    padding-top: 16rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 992px) {
  .pagevisual {
    padding-top: 17.5rem;
    padding-bottom: 11.5rem;
  }
}

.pagevisual__container {
  max-width: 1140px;
  z-index: 2;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 600px) {
  .pagevisual__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pagevisual__text-main {
  z-index: 2;
  color: #201ba0;
  padding-left: 15px;
  font-family: Comfortaa, cursive;
  font-size: 3.2rem;
  font-weight: 700;
  position: absolute;
  top: calc(6rem + 30%);
}

@media screen and (min-width: 600px) {
  .pagevisual__text-main {
    position: inherit;
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .pagevisual__text-main {
    position: inherit;
    font-size: 3.6rem;
    top: 0;
  }
}

.pagevisual__text-sub {
  color: #222;
}

.pagevisual__image:before {
  z-index: 1;
  content: "";
  background-color: #ffffff80;
  display: block;
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 600px) {
  .pagevisual__image {
    max-width: 70%;
    width: 70%;
    aspect-ratio: 7 / 3;
    min-height: 230px;
    max-height: 230px;
    position: absolute;
    top: -4rem;
    right: 0;
    overflow: hidden;
  }

  .pagevisual__image:before {
    display: none;
  }

  .pagevisual__image img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .pagevisual__image {
    aspect-ratio: 8 / 3;
    max-height: inherit;
    top: -6rem;
  }
}

.breadcrumbs__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: .8rem 15px;
  position: relative;
}

.breadcrumbs__list {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.breadcrumbs__list-item {
  font-size: 1.6rem;
}

.breadcrumbs__list-item:not(:first-child):before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.breadcrumbs__link {
  color: #222;
}

.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  text-decoration: underline;
}

.page-heading__content {
  margin: 0;
  padding: 0;
}

.page-heading__content--left {
  text-align: left;
}

.page-heading__content--center {
  text-align: center;
}

.page-heading__content--right {
  text-align: right;
}

.page-heading__text-main {
  font-family: Comfortaa, cursive;
  font-size: 3rem;
  font-weight: 700;
}

.page-heading__text-main:after {
  max-width: 240px;
  content: "";
  padding-top: 2.4rem;
  display: block;
}

.page-heading__content--left .page-heading__text-main:after {
  margin-left: 0;
  margin-right: auto;
}

.page-heading__content--center .page-heading__text-main:after {
  margin-left: auto;
  margin-right: auto;
}

.page-heading__content--right .page-heading__text-main:after {
  margin-left: auto;
  margin-right: 0;
}

.page-heading__text-sub {
  color: #222;
  padding-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.page-heading__message {
  max-width: 800px;
  color: #aaa;
  text-align: center;
  margin: 0 auto;
  padding-top: 6.4rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.page-heading-sub__content {
  margin: 0;
  padding: 0;
}

.page-heading-sub__content--left {
  text-align: left;
}

.page-heading-sub__content--center {
  text-align: center;
}

.page-heading-sub__content--right {
  text-align: right;
}

.page-heading-sub__text {
  font-size: 2.4rem;
  position: relative;
}

.page-heading-sub__text:before {
  vertical-align: middle;
  width: 6px;
  height: 1.6em;
  content: "";
  background: #201ba0;
  border-radius: 3px;
  margin-right: .8rem;
  display: inline-block;
}

.page-heading-sub__message {
  color: #aaa;
  margin: 0 auto;
  padding-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.page-block__container {
  padding: 3rem;
}

.page-block__container.is-bg1 {
  color: #fff;
  background-image: url("../img/image07.jpg");
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .page-block__container {
    padding: 8rem;
  }
}

@media screen and (min-width: 600px) {
  .page-block__inner {
    width: 60%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page-block__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.6rem;
}

.page-block__subtext {
  min-height: 30vmin;
}

.page-block__subtext-center {
  text-align: center;
}

.tel-link {
  color: #201ba0;
  font-size: 3rem;
  font-weight: bold;
}

.tel-link:before {
  content: "";
  height: 2.25rem;
  width: 2.25rem;
  background-image: url("../img/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
  display: inline-block;
}

.footer {
  background: #0c0e53;
}

.footer__container {
  max-width: 1140px;
  color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footer__container {
    display: flex;
  }
}

.footer__info {
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .footer__info {
    flex-grow: 1;
    font-size: 1.6rem;
  }
}

.footer__logo {
  padding: 3rem;
}

@media screen and (min-width: 992px) {
  .footer__logo {
    padding-left: 0;
  }
}

.footer__logo img {
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footer__logo img {
    margin: 0;
  }
}

.footer__address {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer__address {
    text-align: left;
  }
}

.footer__menu {
  width: 50%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 4rem 0;
  list-style: none;
  display: flex;
}

@media screen and (min-width: 992px) {
  .footer__menu {
    width: 100%;
    flex-wrap: nowrap;
    margin: 0;
    display: block;
  }
}

.footer__menu-item {
  width: 50%;
  text-align: center;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 992px) {
  .footer__menu-item {
    width: auto;
    padding-right: 2rem;
    display: inline-block;
  }
}

.footer__menu-item-link {
  color: #fafafa;
  -o-transition: all .2s;
  transition: all .2s;
}

.footer__menu-item-link:hover, .footer__menu-item-link:focus {
  text-decoration: underline;
}

.footer__contact {
  text-align: center;
  border: 1px solid #fff;
  margin: 2rem;
  padding: 2rem;
}

@media screen and (min-width: 992px) {
  .footer__contact__container {
    padding-top: 2rem;
  }

  .footer__contact {
    align-items: center;
  }

  .footer__contact p {
    display: inline-block;
  }
}

.footer__contact-heading {
  text-align: left;
  padding-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .footer__contact-heading {
    text-align: center;
    padding: 0;
  }
}

@media screen and (min-width: 600px) {
  .footer__contact-heading {
    text-align: center;
  }
}

.footer__contact .contact-guide__button {
  color: #0b0642;
  background-color: #fff;
  background-image: none;
  border: none;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}

.footer__contact .contact-guide__button:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .footer__contact .contact-guide__button {
    background-color: inherit;
    color: inherit;
    width: auto;
    margin: 0;
    font-size: 3.6rem;
    display: inline-block;
  }
}

.footer__copy {
  color: #fff;
  text-align: center;
  background-color: #0b0928;
  padding: 1.6rem 0;
  font-size: 1.2rem;
}

.photo-modal {
  z-index: 1002;
  width: 100%;
  height: 100%;
  animation-duration: var(--photo-modal-duration);
  justify-content: center;
  align-items: center;
  animation-fill-mode: forwards;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.photo-modal[data-open="true"] {
  animation-name: modal-photo-open;
}

.photo-modal[data-open="false"] {
  animation-name: modal-photo-close;
}

.photo-modal__container {
  max-width: 800px;
  max-height: 80%;
  margin: auto;
  overflow: auto;
}

.photo-modal__image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.photo-modal .button-detail__button--next, .photo-modal .button-detail__button--prev, .photo-modal .button-detail__button--back, .photo-modal .button-detail__button, .photo-modal .photo-modal__button--next, .photo-modal .photo-modal__button--prev, .photo-modal .photo-modal__button--close, .photo-modal .photo-modal__button {
  width: 4rem;
  height: 4rem;
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  border: none;
  margin: 0;
  padding: 0;
  transition: color .4s;
  position: absolute;
}

.photo-modal .button-detail__button--next:hover, .photo-modal .button-detail__button--prev:hover, .photo-modal .button-detail__button--back:hover, .photo-modal .button-detail__button:hover, .photo-modal .photo-modal__button--next:hover, .photo-modal .photo-modal__button--prev:hover, .photo-modal .photo-modal__button--close:hover, .photo-modal .photo-modal__button:hover, .photo-modal .button-detail__button--next:focus, .photo-modal .button-detail__button--prev:focus, .photo-modal .button-detail__button--back:focus, .photo-modal .button-detail__button:focus, .photo-modal .photo-modal__button--next:focus, .photo-modal .photo-modal__button--prev:focus, .photo-modal .photo-modal__button--close:focus, .photo-modal .photo-modal__button:focus {
  color: #f2f2f2;
  outline: none;
}

.photo-modal .button-detail__button--next:before, .photo-modal .button-detail__button--prev:before, .photo-modal .button-detail__button--back:before, .photo-modal .button-detail__button:before, .photo-modal .photo-modal__button--next:before, .photo-modal .photo-modal__button--prev:before, .photo-modal .photo-modal__button--close:before, .photo-modal .photo-modal__button:before {
  font-size: 2.5rem;
}

.photo-modal__button--close {
  top: 0;
  right: 0;
}

.photo-modal__button--close:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.photo-modal__button--prev {
  top: 50%;
  left: 0;
}

.photo-modal__button--prev:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.photo-modal__button--next {
  top: 50%;
  right: 0;
}

.photo-modal__button--next:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.photo-modal__overlay {
  z-index: -1;
  background: #000000d9;
  position: absolute;
  inset: 0;
}

.button-guide {
  text-align: center;
  cursor: pointer;
  max-width: 30rem;
  color: #fff;
  background: #201ba0 linear-gradient(90deg, #2a2dac, #5186ed);
  border: none;
  border-radius: 8px;
  outline: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 1.6rem #00000026;
}

.button-guide:hover, .button-guide:focus {
  color: #fff;
}

.button-detail {
  max-width: 60rem;
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
}

.button-detail .button-detail__button--next, .button-detail .button-detail__button--prev, .button-detail .button-detail__button--back, .button-detail .button-detail__button, .button-detail .photo-modal__button, .button-detail .photo-modal__button--close, .button-detail .photo-modal__button--prev, .button-detail .photo-modal__button--next {
  text-align: center;
  cursor: pointer;
  color: #222;
  background: #eee;
  border: none;
  border-radius: .4rem;
  outline: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-detail .button-detail__button--next:hover, .button-detail .button-detail__button--prev:hover, .button-detail .button-detail__button--back:hover, .button-detail .button-detail__button:hover, .button-detail .photo-modal__button:hover, .button-detail .photo-modal__button--close:hover, .button-detail .photo-modal__button--prev:hover, .button-detail .photo-modal__button--next:hover, .button-detail .button-detail__button--next:focus, .button-detail .button-detail__button--prev:focus, .button-detail .button-detail__button--back:focus, .button-detail .button-detail__button:focus, .button-detail .photo-modal__button:focus, .button-detail .photo-modal__button--close:focus, .button-detail .photo-modal__button--prev:focus, .button-detail .photo-modal__button--next:focus {
  color: #fff;
  background: #201ba0;
}

.button-detail__button--back {
  width: 100%;
}

.button-detail__button--back:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  margin-right: .8rem;
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.button-detail__button--prev {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .button-detail__button--prev {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

.button-detail__button--prev:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  margin-right: .8rem;
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.button-detail__button--next {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .button-detail__button--next {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

.button-detail__button--next:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  margin-left: .8rem;
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

.button-arrow {
  max-width: 30rem;
  color: #201ba0;
  border: none;
  border-radius: 8px;
  margin: 0 auto;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}

.button-arrow:after {
  content: "";
  width: 100%;
  height: 15px;
  border-bottom: 1px solid #201ba0;
  border-right: 1px solid #201ba0;
  position: absolute;
  bottom: 0;
  left: 1rem;
  transform: skew(45deg);
}

.pagination__list, .pagination .page-numbers {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.pagination__list-item, .pagination .page-numbers > li {
  margin: .3rem;
}

.pagination .pagination__link--next, .pagination .pagination__link.next, .pagination .page-numbers > li > a--next, .pagination .pagination__link--prev, .pagination .pagination__link.prev, .pagination .page-numbers > li > a--prev, .pagination .pagination__link, .pagination .page-numbers > li > a {
  -o-transition: background-color .2s;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
}

.pagination__link, .pagination .page-numbers > li > a {
  color: #222;
  background-color: #eee;
}

.pagination__link:hover, .pagination__link:focus, .pagination .page-numbers > li > a:hover, .pagination .page-numbers > li > a:focus {
  color: #fff;
  background-color: #201ba0;
}

.pagination__link--prev, .pagination__link.prev, .pagination .page-numbers > li > a--prev, .pagination .page-numbers > li > a.prev {
  min-width: 12rem;
  color: #222;
  background-color: #eee;
}

.pagination__link--prev:before, .pagination__link.prev:before, .pagination .page-numbers > li > a--prev:before, .pagination .page-numbers > li > a.prev:before {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  margin-right: .6rem;
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  transition: transform .2s;
  display: inline-block;
}

.pagination__link--prev:hover, .pagination__link--prev:focus, .pagination__link.prev:hover, .pagination__link.prev:focus, .pagination .page-numbers > li > a--prev:hover, .pagination .page-numbers > li > a--prev:focus, .pagination .page-numbers > li > a.prev:hover, .pagination .page-numbers > li > a.prev:focus {
  color: #fff;
  background-color: #201ba0;
}

.pagination__link--prev:hover:before, .pagination__link--prev:focus:before, .pagination__link.prev:hover:before, .pagination__link.prev:focus:before, .pagination .page-numbers > li > a--prev:hover:before, .pagination .page-numbers > li > a--prev:focus:before, .pagination .page-numbers > li > a.prev:hover:before, .pagination .page-numbers > li > a.prev:focus:before {
  transform: translateX(-4px);
}

.pagination__link--next, .pagination__link.next, .pagination .page-numbers > li > a--next, .pagination .page-numbers > li > a.next {
  min-width: 12rem;
  color: #222;
  background-color: #eee;
}

.pagination__link--next:after, .pagination__link.next:after, .pagination .page-numbers > li > a--next:after, .pagination .page-numbers > li > a.next:after {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  content: "";
  margin-left: .6rem;
  font-family: Material Icons;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  transition: transform .2s;
  display: inline-block;
}

.pagination__link--next:hover, .pagination__link--next:focus, .pagination__link.next:hover, .pagination__link.next:focus, .pagination .page-numbers > li > a--next:hover, .pagination .page-numbers > li > a--next:focus, .pagination .page-numbers > li > a.next:hover, .pagination .page-numbers > li > a.next:focus {
  color: #fff;
  background-color: #201ba0;
}

.pagination__link--next:hover:after, .pagination__link--next:focus:after, .pagination__link.next:hover:after, .pagination__link.next:focus:after, .pagination .page-numbers > li > a--next:hover:after, .pagination .page-numbers > li > a--next:focus:after, .pagination .page-numbers > li > a.next:hover:after, .pagination .page-numbers > li > a.next:focus:after {
  transform: translateX(4px);
}

.pagination .pagination__text--dots, .pagination .pagination__text.dots, .pagination .page-numbers > li > span--dots, .pagination .pagination__text--current, .pagination .pagination__text.current, .pagination .page-numbers > li > span--current, .pagination .pagination__text, .pagination .page-numbers > li > span {
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.pagination__text, .pagination .page-numbers > li > span {
  color: #222;
  background-color: #eee;
}

.pagination__text--current, .pagination__text.current, .pagination .page-numbers > li > span--current, .pagination .page-numbers > li > span.current {
  color: #fff;
  background-color: #201ba0;
}

.pagination__text--dots, .pagination__text.dots, .pagination .page-numbers > li > span--dots, .pagination .page-numbers > li > span.dots {
  color: #222;
  background-color: #eee;
}

@media screen and (min-width: 992px) {
  .form__form-group {
    display: flex;
  }
}

.form__form-group-title {
  padding: 1rem;
}

@media screen and (min-width: 992px) {
  .form__form-group-title {
    width: 260px;
    padding: 1.6rem;
  }
}

.form__form-group-content {
  padding: 1rem;
  display: flex;
}

@media screen and (min-width: 992px) {
  .form__form-group-content {
    width: calc(100% - 260px);
    padding: 1.6rem;
  }
}

.form .form__label--required, .form .form__label--itemname, .form .form__label {
  letter-spacing: .08em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.form__label--itemname {
  color: #222;
}

.form__label--required {
  color: #aaa;
  background: #fafafa;
  border-radius: 3px;
  margin-left: .4rem;
  padding: .4em .6em;
  font-size: 1.4rem;
}

.form__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form__list-item {
  margin-bottom: .6rem;
}

.form .form__input--check, .form .form__input--radio, .form .form__input--select, .form .form__input--textarea-half, .form .form__input--textarea, .form .form__input--text-half, .form .form__input--text, .form .form__input {
  width: 100%;
  padding: .4rem;
  position: relative;
}

.form .form__input--select select, .form__input--select .form select, .form .form__input--textarea-half textarea, .form__input--textarea-half .form textarea, .form .form__input--textarea textarea, .form__input--textarea .form textarea, .form .form__input--text-half input, .form__input--text-half .form input, .form .form__input--text input, .form__input--text .form input {
  width: 100%;
  appearance: none;
  background: #fff;
  border: 2px solid #efefef;
  outline: none;
  align-items: center;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-flex;
  position: relative;
}

.form .form__input--select select::-ms-expand, .form__input--select .form select::-ms-expand, .form .form__input--textarea-half textarea::-ms-expand, .form__input--textarea-half .form textarea::-ms-expand, .form .form__input--textarea textarea::-ms-expand, .form__input--textarea .form textarea::-ms-expand, .form .form__input--text-half input::-ms-expand, .form__input--text-half .form input::-ms-expand, .form .form__input--text input::-ms-expand, .form__input--text .form input::-ms-expand {
  display: none;
}

.form .form__input--select select::-moz-placeholder, .form__input--select .form select::-moz-placeholder, .form .form__input--textarea-half textarea::-moz-placeholder, .form__input--textarea-half .form textarea::-moz-placeholder, .form .form__input--textarea textarea::-moz-placeholder, .form__input--textarea .form textarea::-moz-placeholder, .form .form__input--text-half input::-moz-placeholder, .form__input--text-half .form input::-moz-placeholder, .form .form__input--text input::-moz-placeholder, .form__input--text .form input::-moz-placeholder {
  color: #ccc;
}

.form .form__input--select select::placeholder, .form__input--select .form select::placeholder, .form .form__input--textarea-half textarea::placeholder, .form__input--textarea-half .form textarea::placeholder, .form .form__input--textarea textarea::placeholder, .form__input--textarea .form textarea::placeholder, .form .form__input--text-half input::placeholder, .form__input--text-half .form input::placeholder, .form .form__input--text input::placeholder, .form__input--text .form input::placeholder {
  color: #ccc;
}

.form .form__input--select select:-ms-input-placeholder, .form__input--select .form select:-ms-input-placeholder, .form .form__input--textarea-half textarea:-ms-input-placeholder, .form__input--textarea-half .form textarea:-ms-input-placeholder, .form .form__input--textarea textarea:-ms-input-placeholder, .form__input--textarea .form textarea:-ms-input-placeholder, .form .form__input--text-half input:-ms-input-placeholder, .form__input--text-half .form input:-ms-input-placeholder, .form .form__input--text input:-ms-input-placeholder, .form__input--text .form input:-ms-input-placeholder {
  color: #ccc;
}

.form .form__input--text-half input, .form__input--text-half .form input, .form .form__input--text input, .form__input--text .form input {
  padding: .8rem 1.6rem;
  transition: border-color .4s;
}

.form .form__input--text-half input:focus, .form__input--text-half .form input:focus, .form .form__input--text input:focus, .form__input--text .form input:focus {
  border: 2px solid #201ba0;
}

.form .form__input--textarea-half textarea, .form__input--textarea-half .form textarea, .form .form__input--textarea textarea, .form__input--textarea .form textarea {
  padding: 1.6rem;
  transition: border-color .4s;
}

.form .form__input--textarea-half textarea:focus, .form__input--textarea-half .form textarea:focus, .form .form__input--textarea textarea:focus, .form__input--textarea .form textarea:focus {
  border: 2px solid #201ba0;
}

.form__input--text-half, .form__input--textarea-half {
  max-width: 50%;
}

.form__input--select {
  max-width: 300px;
}

.form__input--select select {
  cursor: pointer;
  padding: .8rem 2.4rem .8rem 1.6rem;
}

.form__input--select:after {
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
  pointer-events: none;
  border: 4px solid #0000;
  border-top: 6px solid #ccc;
  border-bottom-width: 0;
  margin: auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

.form__input--radio {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}

.form__input--radio .radio-input {
  visibility: visible !important;
  opacity: 0 !important;
  width: 4px !important;
  height: 4px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}

.form__input--radio .radio-icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: .8rem;
  display: inline-block;
  position: relative;
}

.form__input--radio .radio-icon:before {
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: #201ba0;
  border-radius: 50%;
  margin: auto;
  transition: opacity .4s;
  position: absolute;
  inset: 0;
}

.form__input--radio .radio-text {
  color: #ccc;
  transition: color .4s;
}

.form__input--radio .radio-input:checked + .radio-icon {
  border-color: #201ba0;
}

.form__input--radio .radio-input:checked + .radio-icon:before {
  opacity: 1;
}

.form__input--radio .radio-input:checked ~ .radio-text {
  color: #201ba0;
}

.form__input--check {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}

.form__input--check .check-input {
  visibility: visible !important;
  opacity: 0 !important;
  width: 4px !important;
  height: 4px !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
}

.form__input--check .check-icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #ccc;
  margin-right: .8rem;
  display: inline-block;
  position: relative;
}

.form__input--check .check-icon:after {
  opacity: 0;
  width: 1.6rem;
  height: .8rem;
  content: "";
  border-bottom: 2px solid #0000;
  border-left: 2px solid #0000;
  transition: opacity .4s;
  position: absolute;
  top: .5rem;
  left: .3rem;
}

.form__input--check .check-text {
  color: #ccc;
  transition: color .4s;
}

.form__input--check .check-input:checked + .check-icon {
  border-color: #201ba0;
}

.form__input--check .check-input:checked + .check-icon:after {
  opacity: 1;
  border-bottom: 2px solid #201ba0;
  border-left: 2px solid #201ba0;
  transform: rotate(-45deg);
}

.form__input--check .check-input:checked ~ .check-text {
  color: #201ba0;
}

.table-overview {
  width: 100%;
  text-align: left;
  line-height: 1.8;
}

.table-overview tr th {
  width: 15rem;
  color: #201ba0;
  padding: .8rem;
  display: block;
}

@media screen and (min-width: 600px) {
  .table-overview tr th {
    vertical-align: top;
    display: table-cell;
  }
}

.table-overview tr td {
  padding: .8rem 1.6rem;
  display: block;
}

@media screen and (min-width: 600px) {
  .table-overview tr td {
    width: calc(100% - 15rem);
    vertical-align: top;
    display: table-cell;
  }
}

.news-item {
  flex-wrap: wrap;
  display: flex;
}

@media screen and (min-width: 992px) {
  .news-item {
    flex-wrap: nowrap;
  }
}

.news-item__date {
  justify-content: center;
  align-items: center;
  margin-right: 3.2rem;
  display: flex;
}

@media screen and (min-width: 992px) {
  .news-item__date {
    min-width: 13rem;
    justify-content: start;
    margin: 0 3.2rem 0 0;
  }
}

.news-item__category {
  justify-content: center;
  align-items: center;
  margin: 0 3.2rem 1.6rem 0;
  display: flex;
}

@media screen and (min-width: 992px) {
  .news-item__category {
    margin: 0 1.6rem 0 0;
  }
}

.news-item__category-label {
  min-width: 12rem;
  color: #201ba0;
  border: 2px solid #201ba0;
  justify-content: center;
  align-items: center;
  padding: .3rem .6rem;
  font-size: 1.4rem;
  display: flex;
}

.news-item__title {
  color: #222;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-item__title:hover, .news-item__title:focus {
  text-decoration: underline;
}

.news-content {
  letter-spacing: .05em;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}

.news-content h1 {
  margin-top: 3.6rem;
  margin-bottom: 1.8rem;
  font-size: 3.6rem;
}

.news-content h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
}

.news-content h3 {
  margin-top: 2.8rem;
  margin-bottom: 1.4rem;
  font-size: 2.8rem;
}

.news-content h4 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}

.news-content h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.news-content h6 {
  margin-top: 1.6rem;
  margin-bottom: .8rem;
  font-size: 1.6rem;
}

.news-content p, .news-content ul, .news-content ol {
  margin-top: 2em;
  margin-bottom: 2em;
}

.news-content .box {
  border: 4px solid #efefef;
  margin-top: 3.6em;
  margin-bottom: 3.6em;
  padding: 2.4em;
}

.service-feature-item__thumbnail {
  overflow: hidden;
}

.service-feature-item__thumbnail-image {
  max-width: 200px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}

.service-feature-item__content {
  padding: 1.6rem;
}

.service-feature-item__content-title {
  text-align: center;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}

.service-feature-item__content-text {
  color: #aaa;
}

@media screen and (min-width: 992px) {
  .service-content-item {
    display: flex;
  }
}

.service-content-item.is-reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 992px) {
  .service-content-item__thumbnail {
    width: 70rem;
  }
}

.service-content-item__thumbnail-image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.service-content-item__content {
  padding: 1.6rem;
}

@media screen and (min-width: 992px) {
  .service-content-item__content {
    width: calc(100% - 30rem);
    padding: 0 0 3.2rem;
  }
}

.service-content-item__content-title {
  color: #201ba0;
  text-align: center;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .service-content-item__content-title {
    text-align: left;
    font-size: 2.4rem;
  }
}

.service-content-item__content-title:after {
  content: "";
  width: 20%;
  border-bottom: 2px solid #201ba0;
  margin: 0 auto;
  padding-top: 1rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .service-content-item__content-title:after {
    width: 30px;
    margin: 0;
    padding-top: 2rem;
  }
}

.service-content-item__content-subtitle {
  margin-bottom: 2rem;
  font-weight: bold;
}

.service-content-item__content-text {
  color: #aaa;
}

.works-item__inner {
  max-width: 600px;
  color: #222;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
}

.works-item__thumbnail {
  aspect-ratio: 4 / 3;
  -o-transition: all .2s;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 1.6rem #00000026;
}

.works-item__thumbnail:hover {
  box-shadow: 0 0 2.4rem #0000004d;
}

.works-item__thumbnail:hover .works-item__thumbnail-image {
  transform: scale(1.1);
}

.works-item__thumbnail:hover .works-item__button-more {
  color: #fff;
  background: #222;
}

.works-item__thumbnail:hover .works-item__button-more:after {
  transform: translateX(4px);
}

.works-item__thumbnail-image {
  -o-transition: all .2s;
  max-width: 100%;
  margin: 0 auto;
  transition: all .2s;
  display: block;
}

.works-item__thumbnail-image.is-full-height {
  max-width: inherit;
  height: 100%;
}

.works-item__content {
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .works-item__content {
    padding: 2rem 0;
  }
}

.works-item__content-title {
  color: #222;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
}

.works-item__summary {
  color: #333;
  padding: 10px 0;
  font-size: 1.6rem;
}

.top-message__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.top-message__content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.top-message__heading {
  margin-bottom: 6.4rem;
}

.top-message__text {
  color: #aaa;
  font-size: 1.6rem;
}

.top-message__guide {
  padding-top: 6.4rem;
}

.top-service__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.top-service__heading {
  margin-bottom: 6.4rem;
}

.top-service__list {
  background: #fff;
  box-shadow: 0 0 1.6rem #00000026;
}

@media screen and (min-width: 992px) {
  .top-service__list {
    padding: 3.2rem;
    display: flex;
  }
}

.top-service__list-item {
  padding: 2.4rem 1.6rem;
}

@media screen and (min-width: 992px) {
  .top-service__list-item:not(:first-child) {
    border-left: 1px dashed #aaa;
  }
}

.top-service__guide {
  padding-top: 6.4rem;
}

.top-works__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.top-works__heading {
  margin-bottom: 2rem;
}

.top-works__list {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .top-works__list {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
}

.top-works__list-item {
  margin: 15px 15px 4.8rem;
}

@media (min-width: 992px) {
  .top-works__list-item {
    width: calc(33.3333% - 30px);
    margin: 15px;
  }
}

.top-works__guide {
  padding-top: 6.4rem;
}

.swiper-container {
  width: 100%;
  height: 500px;
  background-color: #e0e1ff;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper-container .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
  max-width: 600px !important;
  overflow: visible !important;
}

.swiper-container .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
}

.swiper-container .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-container .swiper .swiper-wrapper .swiper-slide-inner {
  color: #fff;
  position: relative;
}

.swiper-container .swiper .swiper-wrapper .swiper-slide-inner a {
  color: #fff;
  text-shadow: 2px 2px #333;
}

.swiper-container .swiper .swiper-wrapper .swiper-slide-inner-title {
  width: 90%;
  padding: 10px 0;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.swiper-container .swiper .swiper-wrapper .swiper-slide-inner-title:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-container .swiper .swiper-wrapper .swiper-slide-inner.is-sample .note {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 5px;
}

.swiper-container .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #333;
  border: 1px solid #fff;
}

.swiper-container .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #53c638;
}

.swiper-container .swiper .swiper-horizontal > .swiper-pagination-bullets, .swiper-container .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-container .swiper .swiper-pagination-custom, .swiper-container .swiper .swiper-pagination-fraction {
  bottom: 0%;
  left: 0;
}

.swiper-container .swiper .swiper-scrollbar {
  opacity: 0;
}

.swiper-container .swiper .swiper-button-next.swiper-button-disabled, .swiper-container .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-container .swiper .swiper-button-next:after, .swiper-container .swiper .swiper-button-prev:after {
  font-size: 30px;
}

.swiper-container .swiper .swiper-button-next {
  opacity: 1;
  color: #333;
  outline: none;
  top: calc(100% - 30px);
  left: calc(50% + 30px);
}

.swiper-container .swiper .swiper-button-prev {
  opacity: 1;
  color: #333;
  outline: none;
  top: calc(100% - 30px);
  left: calc(50% - 30px);
}

.top-news__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .top-news__container {
    padding-bottom: 3.4rem;
  }

  .top-news__container:after {
    content: "";
    float: none;
    clear: both;
    display: block;
  }
}

.top-news__heading {
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (min-width: 992px) {
  .top-news__heading {
    float: left;
    width: 300px;
    text-align: left;
    padding-top: 2rem;
  }
}

.top-news__list {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
  display: block;
}

@media screen and (min-width: 992px) {
  .top-news__list {
    min-height: 200px;
    float: right;
    width: calc(100% - 300px);
  }
}

.top-news__list-item {
  border-bottom: 1px solid #ddd;
  margin: 1.6rem 0 0;
  padding: 0 0 1.6rem;
  display: block;
  position: relative;
}

.top-news__list-item:after {
  width: 20%;
  content: "";
  height: 1px;
  background-color: #201ba0;
  position: absolute;
  bottom: -1px;
}

.top-news__guide {
  padding-top: 6.4rem;
}

@media screen and (min-width: 992px) {
  .top-news__guide {
    float: left;
    width: 300px;
    padding: 0;
  }
}

.top-blog {
  background: #fafafa;
}

.top-blog__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.top-blog__heading {
  margin-bottom: 6.4rem;
}

.top-blog__list {
  margin: 0;
}

.top-blog__list-item:not(:last-child) {
  margin: 0 0 4.8rem;
}

.top-blog__guide {
  padding-top: 6.4rem;
}

.top-company {
  max-width: 1140px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 12.4rem 15px;
}

.top-company__inner {
  position: relative;
}

.top-company__image {
  z-index: -1;
  aspect-ratio: 5 / 4;
  width: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .top-company__image {
    max-width: 60%;
    position: absolute;
  }
}

.top-company__copy {
  padding: 60px 0 30px;
  font-size: 2.6rem;
}

.top-company__subtext, .top-company__button {
  padding: 30px 20px 30px 0;
}

@media screen and (min-width: 992px) {
  .top-company__subtext, .top-company__button {
    max-width: 40%;
    padding: 30px 20px 30px 0;
  }
}

.top-recruit__container {
  max-width: 1140px;
  max-width: 100%;
  background-image: url("../img/image05.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .top-recruit__container {
    padding-left: 50%;
  }
}

.top-recruit__heading {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .top-recruit__heading {
    font-size: 3rem;
  }
}

.top-recruit__subtext {
  color: #fff;
}

.top-recruit__guide {
  padding-top: 6.4rem;
}

@media screen and (min-width: 992px) {
  .top-recruit__guide .button-guide {
    margin: 0;
  }
}

.news-list__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.news-list__list {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.news-list__list-item {
  margin: 0;
  padding: 0;
  display: block;
}

.news-list__list-item:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

.news-list__pagination {
  padding-top: 6.4rem;
}

.news-detail__container {
  max-width: 1140px;
  max-width: 96rem;
  border-bottom: 1px dashed #ccc;
  margin: 0 auto 4.8rem;
  padding: 0 15px;
  position: relative;
}

.news-detail__title {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  font-weight: 700;
}

.news-detail__image {
  margin-bottom: 4.8rem;
}

.news-detail__image img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.news-detail__body {
  background: #fff;
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 992px) {
  .news-detail__body {
    padding: 3.6rem;
  }
}

.news-detail__button {
  padding-top: 3.2rem;
}

@media screen and (min-width: 992px) {
  .news-detail__button {
    padding-top: 6.4rem;
  }
}

.service-feature__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.service-feature__heading {
  margin-bottom: 6.4rem;
}

.service-feature__list {
  background: #fff;
  box-shadow: 0 0 1.6rem #00000026;
}

@media screen and (min-width: 992px) {
  .service-feature__list {
    padding: 3.2rem;
    display: flex;
  }
}

.service-feature__list-item {
  padding: 2.4rem 1.6rem;
}

@media screen and (min-width: 992px) {
  .service-feature__list-item:not(:first-child) {
    border-left: 1px dashed #aaa;
  }
}

.service-feature__guide {
  margin-top: 6.4rem;
}

.recruit-content__container, .service-content__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.recruit-content__heading, .service-content__heading {
  margin-bottom: 6.4rem;
}

.recruit-content__list, .service-content__list {
  margin: 0 auto;
}

.recruit-content__list-item, .service-content__list-item {
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 992px) {
  .recruit-content__list-item figure, .service-content__list-item figure {
    padding-left: 0;
    padding-right: 4rem;
  }

  .recruit-content__list-item:nth-of-type(2n+1) > *, .service-content__list-item:nth-of-type(2n+1) > * {
    flex-direction: row-reverse;
  }

  .recruit-content__list-item:nth-of-type(2n+1) > * figure, .service-content__list-item:nth-of-type(2n+1) > * figure {
    padding-left: 4rem;
    padding-right: 0;
  }
}

.recruit-content__guide, .service-content__guide {
  margin-top: 6.4rem;
}

.works-list__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.works-list__list {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .works-list__list {
    flex-wrap: wrap;
    display: flex;
  }
}

.works-list__list-item {
  margin: 15px 15px 4.8rem;
}

@media (min-width: 992px) {
  .works-list__list-item {
    width: calc(33.3333% - 30px);
    margin: 15px;
  }
}

.works-list__pagination {
  padding-top: 6.4rem;
}

.works-detail__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.works-detail__image .works-detail__image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.works-detail__image--main {
  margin-bottom: 4rem;
}

.works-detail__image--sub {
  margin-bottom: 1.6rem;
}

.works-detail__list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .works-detail__list {
    flex-wrap: wrap;
    display: flex;
  }
}

.works-detail__list-item {
  margin: 0 15px 4rem;
}

@media (min-width: 992px) {
  .works-detail__list-item {
    width: calc(50% - 30px);
  }
}

.works-detail__text-main {
  color: #aaa;
  margin-bottom: 4rem;
}

.works-detail__text-sub {
  color: #aaa;
  margin: 0;
  font-size: 1.4rem;
}

.works-detail__button {
  padding-top: 3.2rem;
}

@media screen and (min-width: 992px) {
  .works-detail__button {
    padding-top: 6.4rem;
  }
}

.about-me__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .about-me__content {
    display: flex;
  }
}

.about-me__content-left {
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 992px) {
  .about-me__content-left {
    width: 50%;
    margin-bottom: 0;
    padding-right: 2.4rem;
  }
}

.about-me__content-right {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 992px) {
  .about-me__content-right {
    width: 50%;
  }
}

.about-me__image img {
  max-width: 100%;
  border-radius: 1.6rem;
  display: block;
}

.company-overview__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.company-overview__heading {
  margin-bottom: 6.4rem;
}

.company-overview__content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .company-overview__content {
    display: flex;
  }

  .company-overview__content-image {
    width: 50%;
  }
}

.company-overview__content-image img {
  max-height: 70vmax;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .company-overview__content-image img {
    max-height: 100%;
  }
}

.company-overview__content-table {
  padding: 3.2rem 0 0;
}

@media screen and (min-width: 992px) {
  .company-overview__content-table {
    width: 50%;
    padding: 0 0 0 3.2rem;
  }
}

.company-overview__guide {
  padding-top: 6.4rem;
}

.recruit-overview__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.recruit-overview__heading {
  margin-bottom: 6.4rem;
}

.recruit-overview__content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 992px) {
  .recruit-overview__content {
    display: flex;
  }

  .recruit-overview__content-image {
    width: 50%;
  }
}

.recruit-overview__content-image img {
  max-height: 70vmax;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .recruit-overview__content-image img {
    max-height: 100%;
  }
}

.recruit-overview__content-table {
  padding: 3.2rem 0 0;
}

@media screen and (min-width: 992px) {
  .recruit-overview__content-table {
    width: 50%;
    padding: 0 0 0 3.2rem;
  }
}

.recruit-overview__guide {
  padding-top: 6.4rem;
}

.recruit-content__flow {
  background-color: #e0e1ff;
  margin-bottom: calc(3rem + 40px);
  padding: 2rem;
  position: relative;
}

@media screen and (min-width: 992px) {
  .recruit-content__flow {
    align-items: center;
    display: flex;
  }
}

.recruit-content__flow:after {
  content: "";
  width: 60px;
  height: 30px;
  background-image: url("../img/icon-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-content__flow h4 {
  color: #aaa;
  font-size: 4rem;
  font-weight: normal;
}

.recruit-content__flow h4:before {
  content: "Flow ";
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .recruit-content__flow h4 {
    align-self: flex-start;
  }
}

.recruit-content__flow h3 {
  color: #201ba0;
  padding-bottom: 1rem;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .recruit-content__flow h3 {
    min-width: 15rem;
    border-left: 1px solid #aaa;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.recruit-content__flow--end {
  text-align: center;
  color: #201ba0;
  border: 3px solid #201ba0;
  padding: 2.5rem;
  font-size: 3rem;
  font-weight: bold;
}

table.is-border {
  border-spacing: 0;
}

table.is-border tr th, table.is-border tr td {
  padding: 2rem 0;
}

@media screen and (min-width: 600px) {
  table.is-border tr th, table.is-border tr td {
    border-bottom: 1px solid #aaa;
  }
}

.about-info__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.about-info__heading {
  margin-bottom: 6.4rem;
}

@media screen and (min-width: 992px) {
  .about-info__content {
    display: flex;
  }

  .about-info__content-image {
    width: 50%;
  }
}

.about-info__content-image img {
  border-radius: 1.6rem;
}

.about-info__content-table {
  padding: 3.2rem 0 0;
}

@media screen and (min-width: 992px) {
  .about-info__content-table {
    width: 50%;
    padding: 0 0 0 3.2rem;
  }
}

.about-info__guide {
  padding-top: 6.4rem;
}

.contact-guide {
  padding: 12.4rem 15px;
}

.contact-guide__container {
  max-width: 1140px;
  background: #fafafa;
  margin: 0 auto;
  padding: 6.4rem 15px;
  box-shadow: 0 0 .8rem #00000026;
}

.contact-guide__heading {
  text-align: center;
  margin: 0 0 4.8rem;
}

.contact-guide__heading-main {
  font-family: Comfortaa, cursive;
  font-size: 4.8rem;
  font-weight: 700;
}

.contact-guide__heading-main:after {
  max-width: 300px;
  content: "";
  border-bottom: 3px solid #222;
  margin: 1.6rem auto;
  display: block;
}

.contact-guide__heading-sub {
  font-size: 1.4rem;
  font-weight: 400;
}

.contact-guide__message {
  color: #aaa;
  text-align: center;
  margin: 0 0 4.8rem;
  font-size: 1.6rem;
}

.contact-guide__list-item {
  text-align: center;
  margin: 0 0 2.4rem;
}

.contact-guide__button {
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 600px;
  color: #fff;
  background-image: linear-gradient(90deg, #2a2dac, #5186ed);
  border: none;
  border-radius: 50px;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s;
  display: inline-flex;
  position: relative;
}

.contact-guide__button:hover {
  background: #1c178a;
}

.contact-form__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 12.4rem 15px;
  position: relative;
}

.contact-form__heading {
  margin-bottom: 3.2rem;
}

.contact-form__content {
  background: #fff;
  border: 4px solid #efefef;
  margin: 0 auto;
  padding: 3.2rem 1rem;
}

@media (min-width: 992px) {
  .contact-form__content {
    padding: 6.4rem 4rem;
  }
}

.contact-form__form {
  max-width: 850px;
  margin: 0 auto 1.6rem;
}

@media (min-width: 992px) {
  .contact-form__form {
    margin: 0 auto 6.4rem;
  }
}

.contact-form__button {
  text-align: center;
}

.contact-form__button-submit {
  text-align: center;
  cursor: pointer;
  color: #fff;
  width: 100%;
  max-width: 100%;
  background: #201ba0;
  border: none;
  border-radius: 50px;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 1em 3em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s, border-color .2s, opacity .2s;
  display: inline-flex;
  position: relative;
}

@media (min-width: 992px) {
  .contact-form__button-submit {
    max-width: 240px;
  }
}

.contact-form__button-submit:hover, .contact-form__button-submit:focus {
  background: #1c178a;
}

.works-list .works-item__thumbnail {
  display: none;
}

.works-list__list {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .works-list__list {
    flex-wrap: wrap;
    display: flex;
  }
}

.works-list__list-item {
  border-bottom: 1px dashed #ccc;
  margin: 15px 15px 4.8rem;
}

@media (min-width: 992px) {
  .works-list__list-item {
    width: 80%;
    margin: 15px auto;
  }
}

/*# sourceMappingURL=style.css.map */
