.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 899;
  padding: 2.5rem 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.header.is-active {
  background-color: #fcfcfc
}

.header__inner {
  padding: 0 2rem
}

.header__logo {
  width: 133px
}

.header__logo img {
  width: 100%
}

.header__nav {
  display: none
}

.header__nav-link {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: .2em;
  padding: .4rem 0
}

.header__contact {
  display: none
}

.header__contact-button {
  display: block;
  background-color: #2c2c6e;
  color: #fff;
  height: 6.4rem;
  line-height: 6.4rem;
  width: 160px;
  text-align: center;
  margin-left: 1.6rem;
  border-radius: 3.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: .2em
}

.footer {
  background-color: #2c2c6e;
  border-radius: 0 6rem 0 0;
  margin-right: 2rem;
  padding: 7rem 0 5rem
}

.footer__wrap {
  background-color: #efefef
}

.footer__inner {
  padding: 0 2rem
}

.footer__site-logo {
  width: 275px;
  margin-bottom: 3.2rem
}

.footer__site-logo img {
  max-width: 100%;
  height: auto
}

.footer__site-address {
  color: #fff;
  line-height: 2
}

.footer__site-address a {
  text-decoration: underline;
  color: #fff
}

.footer__nav {
  display: none
}

.footer__nav-block {
  margin-left: 5rem
}

.footer__nav-title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: .2em;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: .4rem
}

.footer__nav-title:not(:first-child) {
  margin-top: 4rem
}

.footer__nav-list {
  list-style: none
}

.footer__nav-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__nav-list li:not(:last-child) {
  margin-bottom: 1.4rem
}

.footer__nav-list li::before {
  content: "・";
  color: #6969c1;
  margin-right: .2rem
}

.footer__nav-list li a {
  color: #fff
}

.footer__copy {
  width: 100%;
  border-top: 1px solid #6969c1;
  padding-top: 4rem;
  margin-top: 6rem
}

.footer__copy-text {
  font-family: "Jost", sans-serif;
  color: #6969c1
}

.content__header {
  padding: 12.1rem 0 6rem
}

.content__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5
}

.content__title--en {
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem
}

.content__title--en span:first-child,
.content__title--en::first-letter {
  color: #6969c1
}

.content__title--ja {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem
}

.content__body {
  padding-bottom: 10rem
}

.content__mainimage {
  margin-top: 3.5rem
}

.content__description {
  margin-top: 5.9rem
}

.content__nav {
  margin-top: 5rem
}

.content__nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative
}

.content__nav-item:not(:first-child) {
  margin-top: .46rem
}

.content__nav-item:not(:first-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: .1rem
}

.content__nav-item a {
  border-left: 3px solid #2c2c6e;
  display: block;
  font-weight: bold;
  position: relative;
  padding: .4rem 3.2rem .4rem 1.3rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  height: 100%
}

.content__nav-item a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.451%22%20height%3D%228.64%22%20viewBox%3D%220%200%2014.451%208.64%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_83995%22%20data-name%3D%22%E3%83%91%E3%82%B9%2083995%22%20d%3D%22M-7193.729%2C4006.5l6.519%2C6.518%2C6.518-6.518%22%20transform%3D%22translate(7194.436%20-4005.793)%22%20fill%3D%22none%22%20stroke%3D%22%236969c1%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 6px;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.4rem;
  margin-top: 3.4rem;
  margin-left: calc(-8 / $sp-width * 100vw);
  margin-right: calc(-8 / $sp-width * 100vw);
}

.flex:last-child {
  margin-bottom: 0
}

.flex:first-child {
  margin-top: 0
}

.col {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: calc(8 / $sp-width * 100vw);
  padding-right: calc(8 / $sp-width * 100vw)
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 8.3333333333%
}

.col-offset-1 {
  margin-left: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16.6666666667%
}

.col-offset-2 {
  margin-left: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25%
}

.col-offset-3 {
  margin-left: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.3333333333%
}

.col-offset-4 {
  margin-left: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 41.6666666667%
}

.col-offset-5 {
  margin-left: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%
}

.col-offset-6 {
  margin-left: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 58.3333333333%
}

.col-offset-7 {
  margin-left: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 66.6666666667%
}

.col-offset-8 {
  margin-left: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 75%
}

.col-offset-9 {
  margin-left: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 83.3333333333%
}

.col-offset-10 {
  margin-left: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 91.6666666667%
}

.col-offset-11 {
  margin-left: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%
}

.col-offset-12 {
  margin-left: 100%
}

.is-hcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.is-hbetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.is-hstart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.is-hend {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.is-vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.is-vstart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.is-vend {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.mainview {
  background-color: #efefef;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 11.4rem
}

.mainview>div {
  grid-row: 1;
  grid-column: 1
}

.mainview__texts {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem
}

.mainview__texts-main {
  width: 263px
}

.mainview__texts-main img {
  max-width: 100%
}

.mainview__texts-sub {
  margin-top: 3.3rem
}

.mainview__moview {
  background-color: #fcfcfc;
  margin-right: 3rem;
  border-radius: 0 6rem 6rem 0;
  margin-top: 3rem;
  overflow: hidden;
  padding-top: 10rem
}

.mainview__moview-content {
  width: 100vw;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.mainview__moview-content video {
  width: 100vw;
  pointer-events: none;
  outline: none;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none
}

.mainview__moview-content video:focus {
  outline: none
}

.post-card__link {
  display: block;
  position: relative
}

.post-card__image {
  aspect-ratio: 3/2;
  overflow: hidden
}

.post-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.post-card__title {
  line-height: 1.5;
  font-weight: 500
}

.post-card__time {
  font-family: "Jost", sans-serif;
  color: #d0d0d0;
  letter-spacing: .05em
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5 {
  line-height: 1.5
}

.rte h2,
.rte h3,
.rte h4,
.rte h5 {
  font-weight: 500
}

.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child {
  margin-top: 0
}

.rte h2:last-child,
.rte h3:last-child,
.rte h4:last-child,
.rte h5:last-child {
  margin-bottom: 0
}

.rte p:not([class]) {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.rte p:not([class]):first-child {
  margin-top: 0
}

.rte p:not([class]):last-child {
  margin-bottom: 0
}

.rte a:not([class]) {
  color: #2c2c6e;
  text-decoration: underline
}

.rte ul:not([class]) {
  line-height: 1.5;
  list-style-type: disc;
  margin: 2rem 0 2rem 2rem
}

.rte ul:not([class]):first-child {
  margin-top: 0
}

.rte ul:not([class]):last-child {
  margin-bottom: 0
}

.rte ul:not([class]) li {
  margin-bottom: .5em
}

.rte ul:not([class]) li:last-child {
  margin-bottom: 0
}

.rte ol:not([class]) {
  line-height: 1.75;
  counter-reset: number 0;
  margin: 1em 0
}

.rte ol:not([class]) li {
  list-style: none;
  text-indent: -1.75em;
  padding-left: 1.75em
}

.rte ol:not([class]) li::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  color: #2c2c6e
}

.rte ol:not([class])>li>ol {
  margin: .5em 0
}

.rte ol:not([class])>li>ol>li::before {
  color: #6969c1
}

.rte dl:not([class]) dt {
  color: #6969c1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: .6em
}

.rte__header {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem 2rem 4rem;
  margin-bottom: 1rem
}

.rte__time {
  font-family: "Jost", sans-serif;
  color: #7f7f9e;
  font-size: 1.4rem;
  padding-right: 3.6rem
}

.rte__h1 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.rte__footer {
  text-align: center;
  margin-top: 4.8rem
}

.home__h2 {
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 2rem
}

.home__h2>span:first-child {
  color: #6969c1
}

.home__description {
  margin-bottom: 5rem
}

.home-about {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: top right -122px;
  padding: 9rem 0;
  position: relative;
  overflow: hidden
}

.home-about__bg {
  position: absolute;
  left: -6.4rem;
  top: 6rem
}

.home-about__bg img {
  width: 556px
}

.home-about__column-right {
  padding-top: 8.8rem
}

.home-about__h2 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.57
}

.home-about__h3 {
  position: relative;
  line-height: 1.5;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 2rem
}

.home-about__h3::before,
.home-about__h3::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%
}

.home-about__h3::before {
  width: 28px;
  height: 28px;
  border: #2c2c6e 1.4rem solid;
  opacity: .2;
  top: -3.6rem;
  left: -1.3rem
}

.home-about__h3::after {
  background-color: #2c2c6e;
  width: 8px;
  height: 8px;
  left: 1.1rem;
  top: -1.2rem
}

.home-about__h3:not(:first-child) {
  margin-top: 8.8rem
}

.home-about__h4 {
  font-weight: bold;
  line-height: 1.733;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 2rem 0
}

.home-works {
  position: relative;
  color: #fff;
  background-color: #efefef;
  padding: 8rem 0 7.6rem
}

.home-works .home__h2 {
  color: #fff
}

.home-works .home__h2 span::first-letter {
  color: #fff
}

.home-works::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  background-color: #2c2c6e;
  border-radius: 0 6rem 0 0;
  top: 0;
  left: 0
}

.home-works .container {
  position: relative
}

.home-pallax {
  overflow: hidden;
  height: 267px
}

.home-pallax__bg {
  width: 100%;
  height: 100%
}

.home-pallax__bg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100vh
}

.home-team {
  background-color: #efefef;
  padding-top: 1px;
  padding-bottom: 9rem
}

.home-team .container {
  position: relative;
  z-index: 1;
  margin-top: -5.5rem;
  padding-top: 4.4rem
}

.home-team .container::before {
  content: "";
  height: 100%;
  background-color: #efefef;
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  border-radius: 0 3rem 0 0;
  width: 295px;
  left: 0
}

.home-team__button {
  margin-top: 4rem
}

.home-news {
  background-color: #efefef;
  padding-bottom: 10rem
}

.home-news .home__h2 {
  text-align: center;
  margin-bottom: 3rem
}

.home-news .home__h2::first-letter {
  color: #000
}

.home-news__button {
  margin-top: 4rem
}

.works-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.works-archive__item {
  margin-bottom: 2.4rem
}

.works-more {
  margin-top: 4rem
}

.works-more__title {
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 2.4rem
}

.works-more__title::first-letter {
  color: #6969c1
}

.works-more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.works-more__list-item {
  margin-bottom: 3rem;
  width: 100%
}

.works-more__list-item:last-child {
  margin-bottom: 0
}

.works-more__list-title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: .4rem
}

.works-more__list img {
  width: 100%
}

.news-archive__item {
  background-color: #fff;
  border-radius: 2rem
}

.news-archive__item:not(:last-child) {
  margin-bottom: 1rem
}

.home .news-archive__item {
  border-radius: .5rem
}

.news-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem
}

.news-archive__time {
  font-family: "Jost", sans-serif;
  color: #7f7f9e;
  font-size: 12px;
  font-size: 1.2rem
}

.news-archive__title {
  line-height: 1.75;
  margin-top: 1rem
}

.fields-media {
  display: grid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 3.4rem 2rem
}

.fields-media__image {
  margin-bottom: 1rem
}

.fields-media__image img {
  max-width: 100%;
  height: auto
}

.fields-media__caption {
  color: #6969c1;
  text-align: center
}

.fields-creativeimage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  margin-top: 3.2rem
}

.team-interview__block {
  margin-top: 5rem
}

.team-interview__question {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4rem
}

.team-interview__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.team-interview__answer:not(:last-child) {
  margin-bottom: 3rem
}

.team-interview__answer-name {
  color: #6969c1;
  font-weight: bold;
  margin-right: .8rem
}

.team-interview__answer-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0 !important
}

.team-interview__image {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 5rem
}

.team-profile {
  overflow: visible !important
}

.team-profile__title {
  text-align: center;
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  color: #6969c1;
  font-size: 30px;
  font-size: 3rem;
  margin-top: -5.2rem !important;
  margin-bottom: 2.4rem
}

.team-profile__list-item {
  text-align: center
}

.team-profile__list-item:not(:last-child) {
  margin-bottom: 2.4rem
}

.team-profile__list-photo {
  border-radius: 50%;
  border: #e5e5f7 12px solid;
  width: 21.4rem;
  margin-left: auto;
  margin-right: auto
}

.team-profile__list-photo img {
  border: 12px solid #cccce8;
  border-radius: 50%
}

.team-profile__list-type {
  margin: .6rem 0 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.team-profile__list-type span {
font-size:  1.5rem;
}

@media screen and (min-width: 768px) {
.team-profile__list-type span {
font-size: 1.3rem;
}
}

.team-profile__list-name {
  font-weight: bold;
  margin: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
}

.panolama-modaal {
  overflow: hidden !important
}

.panolama-modaal .modaal-container {
  max-width: inherit;
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.panolama-modaal .modaal-content-container {
  padding: 0
}

.panolama-modaal .modaal-inner-wrapper {
  padding-left: 0;
  padding-right: 0
}

.panolama-modaal__scroll {
  overflow: auto;
  max-width: 100vw;
  padding-bottom: .4rem;
  text-align: center
}

.panolama-modaal__scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px
}

.panolama-modaal__scroll::-webkit-scrollbar-track {
  background-color: #f5f5f5
}

.panolama-modaal__scroll::-webkit-scrollbar-thumb {
  background-color: #afafaf
}

.panolama-modaal__scroll img {
  width: inherit;
  height: 90vh !important;
  height: 90dvh !important;
  max-width: inherit !important
}

.panolama-modaal__caption {
  text-align: center;
  margin-top: 1rem;
  color: #fff
}

.modaal-btn {
  position: relative;
  display: block;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  overflow: hidden;
  text-align: center
}

.modaal-btn img {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.modaal-btn picture {
  display: inline-block;
  position: relative;
  overflow: hidden
}

.modaal-btn picture::before,
.modaal-btn picture::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 36px;
  height: 36px
}

.modaal-btn picture::before {
  background-color: #2c2c6e
}

.modaal-btn picture::after {
  background-image: url(img/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: center
}

.modaal-btn:hover {
  opacity: .8
}

.modaal-btn:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.modaal-btn.button {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem
}

.modaal-btn.button::after {
  background-image: url(img/icon_plus.svg);
  width: 16px;
  height: 16px;
  right: 1.7rem
}

.modaal-btn.button:hover::after {
  right: 1.7rem
}

.privacy__block {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4rem;
  margin-bottom: 4rem
}

.privacy__block:last-child {
  margin-bottom: 0
}

.privacy__description {
  margin-bottom: 5rem
}

.privacy__h2 {
  text-align: center;
  color: #6969c1;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 8rem
}

.privacy__h2:first-child {
  margin-top: 0
}

.privacy__h3 {
  font-weight: bold !important;
  line-height: 1.5;
  font-size: 1.8rem
}

.privacy__h3+p {
  margin-top: 0
}

.inview-textUp {
  overflow: hidden
}

.inview-textUp span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  -webkit-transition-duration: .25s;
  transition-duration: .25s
}

.inview-textUp span:nth-child(1) {
  -webkit-transition-delay: .08s;
  transition-delay: .08s
}

.inview-textUp span:nth-child(2) {
  -webkit-transition-delay: .16s;
  transition-delay: .16s
}

.inview-textUp span:nth-child(3) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.inview-textUp span:nth-child(4) {
  -webkit-transition-delay: .32s;
  transition-delay: .32s
}

.inview-textUp span:nth-child(5) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.inview-textUp span:nth-child(6) {
  -webkit-transition-delay: .48s;
  transition-delay: .48s
}

.inview-textUp span:nth-child(7) {
  -webkit-transition-delay: .56s;
  transition-delay: .56s
}

.inview-textUp span:nth-child(8) {
  -webkit-transition-delay: .64s;
  transition-delay: .64s
}

.inview-textUp span:nth-child(9) {
  -webkit-transition-delay: .72s;
  transition-delay: .72s
}

.inview-textUp span:nth-child(10) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.inview-textUp span:nth-child(11) {
  -webkit-transition-delay: .88s;
  transition-delay: .88s
}

.inview-textUp span:nth-child(12) {
  -webkit-transition-delay: .96s;
  transition-delay: .96s
}

.inview-textUp span:nth-child(13) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s
}

.inview-textUp span:nth-child(14) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s
}

.inview-textUp span:nth-child(15) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.inview-textUp span:nth-child(16) {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s
}

.inview-textUp span:nth-child(17) {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s
}

.inview-textUp span:nth-child(18) {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s
}

.inview-textUp span:nth-child(19) {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s
}

.inview-textUp span:nth-child(20) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.inview-textUp span:nth-child(21) {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s
}

.inview-textUp span:nth-child(22) {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s
}

.inview-textUp span:nth-child(23) {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s
}

.inview-textUp span:nth-child(24) {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s
}

.inview-textUp span:nth-child(25) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.inview-textUp span:nth-child(26) {
  -webkit-transition-delay: 2.08s;
  transition-delay: 2.08s
}

.inview-textUp span:nth-child(27) {
  -webkit-transition-delay: 2.16s;
  transition-delay: 2.16s
}

.inview-textUp span:nth-child(28) {
  -webkit-transition-delay: 2.24s;
  transition-delay: 2.24s
}

.inview-textUp span:nth-child(29) {
  -webkit-transition-delay: 2.32s;
  transition-delay: 2.32s
}

.inview-textUp span:nth-child(30) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

.inview-textUp.is-visible span {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.inview-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(0.675, 0.385, 0.305, 0.995);
  transition-timing-function: cubic-bezier(0.675, 0.385, 0.305, 0.995)
}

.inview-fadeUp.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.inview-topAboutH3::before,
.inview-topAboutH3::after {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.inview-topAboutH3>span {
  display: block;
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  opacity: 0;
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: cubic-bezier(0.675, 0.385, 0.305, 0.995);
  transition-timing-function: cubic-bezier(0.675, 0.385, 0.305, 0.995)
}

.inview-topAboutH3.is-visible::before,
.inview-topAboutH3.is-visible::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.inview-topAboutH3.is-visible::before {
  opacity: .2
}

.inview-topAboutH3.is-visible>span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.inview-topWorksBg::before {
  width: 0;
  -webkit-transition-duration: .65s;
  transition-duration: .65s;
  -webkit-transition-timing-function: cubic-bezier(0.675, 0.385, 0.305, 0.995);
  transition-timing-function: cubic-bezier(0.675, 0.385, 0.305, 0.995)
}

.inview-topWorksBg.is-visible::before {
  width: calc(100% - 8rem)
}

.modaal-btn[data-modaal-type=voice] {
  position: relative
}

.modaal-btn[data-modaal-type=voice]::after {
  content: "";
  background-color: #6969c1;
  background-image: url(img/icon_plus.svg);
  background-repeat: no-repeat;
  width: 4.3rem;
  height: 4.3rem;
  position: absolute;
  background-position: center;
  bottom: 0;
  right: 0
}

.voice-modaal+.modaal-overlay {
  background-color: #efefef !important;
  opacity: 1 !important
}

.voice-modaal .modaal-content-container {
  padding: 5rem 0
}

.voice-modaal .modaal-container {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.voice-modaal .modaal-container>.modaal-close {
  position: absolute;
  right: 0;
  top: 0
}

.voice {
  background-color: #fff
}

.voice__content {
  padding: 0 2rem
}

.voice__header {
  margin-top: -4.2rem
}

.voice__title {
  background-color: #fff;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  font-size: 1.8rem;
  padding: 2rem 2rem 0 2rem;
  border-radius: 0 3rem 0 0
}

.voice__title--type {
  color: #6969c1
}

.voice__close {
  text-align: center;
  margin-top: 2.5rem;
  padding-bottom: 4rem
}

.voice__close .modaal-close {
  position: static;
  background-color: #6969c1 !important;
  border-radius: 0;
  width: 43px;
  height: 43px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.728%22%20height%3D%2212.728%22%20viewBox%3D%220%200%2012.728%2012.728%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_228%22%20data-name%3D%22%E7%B7%9A%20228%22%20x2%3D%2216%22%20transform%3D%22translate(0.707%200.707)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_229%22%20data-name%3D%22%E7%B7%9A%20229%22%20x2%3D%2216%22%20transform%3D%22translate(12.021%200.707)%20rotate(135)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E")
}

.voice-interview {
  margin: 2.5rem 0
}

.voice-interview__question {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  line-height: 1.5
}

.voice-interview__answer {
  line-height: 2
}

.modaal-outer-wrapper,
.modaal-inner-wrapper {
  display: block !important
}

.modaal-close {
  background-color: #2c2c6e !important;
  border-radius: 0 !important;
  width: 43px;
  height: 43px;
  background-image: url(img/icon_close.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important
}

.modaal-close::before,
.modaal-close::after {
  content: none !important
}

.modaal-close:hover {
  background-color: #2c2c6e !important;
  opacity: 1 !important
}

.panolama-modaal .modaal-close {
  position: absolute;
  top: 0;
  right: 0
}

.modaal-active {
  overflow: hidden;
  height: 100vh
}

.modaal-active::-webkit-scrollbar {
  display: none
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

body {
  line-height: 1
}

article,
footer,
header,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

em,
b {
  font-style: normal
}

img {
  vertical-align: top
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}

input,
select {
  vertical-align: middle
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll
}

body {
  background-color: #efefef;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #3b3131;
  letter-spacing: 0.05em;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  font-size: 1.4rem
}

body:not(.home) {
  background-image: url(img/bg_body.svg);
  background-repeat: no-repeat;
  background-position: top -478px right calc(50% - 580px)
}

p {
  line-height: 2
}

a {
  text-decoration: none;
  color: #242f3b;
  text-decoration: none
}

img:not([src$=".svg"]) {
  vertical-align: middle;
  max-width: 100%;
  height: auto
}

i,
svg {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5
}

.box {
  background-color: #efefef;
  border-radius: 1rem;
  margin: 4.2rem 0;
  padding: 1.6rem;
  height: 100%
}

.box:first-child {
  margin-top: 0
}

.box:last-child {
  margin-bottom: 0
}

.button {
  background-color: #2c2c6e;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  width: 100%;
  padding: 1.8rem 5.6rem 1.8rem 2.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 10rem
}

.button::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.092%22%20height%3D%2227.184%22%20viewBox%3D%220%200%2015.092%2027.184%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84063%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084063%22%20d%3D%22M-6652.4%2C7667l11.471%2C11.471-11.471%2C11.471%22%20transform%3D%22translate(6654.518%20-7664.878)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  width: 12px;
  height: 23px;
  right: 3rem
}

.button[href$=".pdf"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.477%22%20height%3D%2226.477%22%20viewBox%3D%220%200%2026.477%2026.477%22%3E%20%3Cpath%20id%3D%22path2292%22%20d%3D%22M-365.354%2C0V7.688h-15.082%22%20transform%3D%22translate(386.726%2016.703)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2296%22%20d%3D%22M0-330.277v-8.589l5.045-5.044H17.48v7.427%22%20transform%3D%22translate(3.892%20344.411)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2300%22%20d%3D%22M0-122.2l5.045-5.044v5.044Z%22%20transform%3D%22translate(3.892%20127.74)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2304%22%20d%3D%22M-41.518%2C0h-1.714V4.229%22%20transform%3D%22translate(64.855%2010.188)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2308%22%20d%3D%22M0%2C0H1.578%22%20transform%3D%22translate(21.623%2012.262)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2312%22%20d%3D%22M0%2C0V4.155%22%20transform%3D%22translate(16.913%2010.192)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2324%22%20d%3D%22M-70.38-51.219c0%2C1.165-.647%2C2.087-1.673%2C2.1-.341.006-1.224.009-1.224.009s-.005-1.532-.005-2.119c0-.482%2C0-2.11%2C0-2.11h1.2C-70.962-53.333-70.38-52.384-70.38-51.219Z%22%20transform%3D%22translate(90.198%2063.521)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2328%22%20d%3D%22M0%2C0V4.229%22%20transform%3D%22translate(12.682%2010.188)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2332%22%20d%3D%22M-58-28.907a1.213%2C1.213%2C0%2C0%2C1-1.217%2C1.193c-.327%2C0-1.169.005-1.169.005s-.005-.866-.005-1.2c0-.273%2C0-1.193%2C0-1.193h1.177A1.213%2C1.213%2C0%2C0%2C1-58-28.907Z%22%20transform%3D%22translate(73.073%2040.288)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2336%22%20d%3D%22M-365.215-212.615h-14.21a.866.866%2C0%2C0%2C1-.866-.866v-7.045a.866.866%2C0%2C0%2C1%2C.866-.866h14.21a.866.866%2C0%2C0%2C1%2C.866.866v7.045A.866.866%2C0%2C0%2C1-365.215-212.615Z%22%20transform%3D%22translate(390.327%20229.318)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22path2340%22%20d%3D%22M-218.257-152.342l-4.5%2C5.555-4.5-5.555h2.326v-6.289h4.358v6.289Z%22%20transform%3D%22translate(227.766%20172.764)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  width: 26px;
  height: 26px;
  right: 2.4rem
}

.button-back::after {
  content: none
}

.button-back::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.092%22%20height%3D%2227.184%22%20viewBox%3D%220%200%2015.092%2027.184%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84063%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084063%22%20d%3D%22M-6652.4%2C7667l11.471%2C11.471-11.471%2C11.471%22%20transform%3D%22translate(-6639.425%207692.063)%20rotate(180)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  width: 26px;
  height: 26px;
  left: 2.4rem;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.button-more {
  color: #7f7f9e;
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  height: 5.1rem;
  line-height: 5.1rem;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 8.3rem 0 0
}

.button-more::before,
.button-more::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.button-more::before {
  background-color: #2c2c6e;
  width: 51px;
  height: 51px;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.button-more::after {
  background-color: #6969c1;
  width: 17px;
  height: 17px;
  margin-right: 1.7rem;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.button-more span {
  display: block;
  position: relative
}

.button-more span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38px;
  height: 1px;
  background-color: #7f7f9e;
  left: 100%;
  margin-left: 1.1rem
}

.button-more:hover::before {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1)
}

.button-more:hover::after {
  -webkit-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2)
}

.button-rikunabi {
  background-color: #fff;
  text-align: center;
  border: solid 1px #eaeaf2
}

.button-rikunabi::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.801%22%20height%3D%2221.167%22%20viewBox%3D%220%200%2020.801%2021.167%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_17040%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2017040%22%20transform%3D%22translate(-1004.631%20-3111.034)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84067%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084067%22%20d%3D%22M5926.338%2C7404.294l12.537-12.536%22%20transform%3D%22translate(-4921%20-4272.8)%22%20fill%3D%22none%22%20stroke%3D%22%232c2c6e%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84068%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084068%22%20d%3D%22M0%2C8.579%2C8.579%2C0l8.58%2C8.579%22%20transform%3D%22translate(1011.799%203112.534)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%232c2c6e%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 2rem;
  height: 2rem
}

.button__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 4rem 0
}

.button__group:first-child {
  margin-top: 0
}

.button__group:last-child {
  margin-bottom: 0
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw
}

.drawer-button {
  position: fixed;
  z-index: 901;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  cursor: pointer;
  right: 5.3333333333vw;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 1.4rem;
  right: 2rem;
  border-radius: 50%
}

.drawer-button__line {
  width: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform: scale(0) translate(1.5px, 1.5px);
  transform: scale(0) translate(1.5px, 1.5px);
  -webkit-transform-origin: center;
  transform-origin: center
}

.menu-open .drawer-button__line {
  -webkit-transform: scale(1) translate(1.5px, 1.5px);
  transform: scale(1) translate(1.5px, 1.5px);
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.drawer-button__dot {
  fill: #2c2c6e;
  width: 3px;
  height: 3px;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.drawer-button__dot.dot01,
.drawer-button__dot.dot03,
.drawer-button__dot.dot07,
.drawer-button__dot.dot09 {
  fill: #6969c1
}

.drawer-button__dot.dot02,
.drawer-button__dot.dot04 {
  -webkit-transition-delay: .05s;
  transition-delay: .05s
}

.drawer-button__dot.dot03,
.drawer-button__dot.dot05,
.drawer-button__dot.dot07 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.drawer-button__dot.dot06,
.drawer-button__dot.dot08 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.drawer-button__dot.dot09 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.menu-open .drawer-button__dot {
  opacity: 0
}

.drawer-content {
  z-index: 900;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c6e;
  visibility: hidden;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
  top: 0;
  padding-top: 10rem;
  background-image: url(img/bg_drawer.svg);
  background-repeat: no-repeat;
  background-position: center bottom -15px;
  background-size: 541px auto
}

.menu-open .drawer-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.drawer-content__inner {
  padding: 0 4rem
}

.drawer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem
}

.drawer-nav__item a {
  background-color: rgba(105, 105, 193, .77);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/.5;
  border-radius: 2rem;
  color: #fff;
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600
}

.drawer__contact {
  margin-top: 3rem;
  display: block;
  background-color: #fff;
  color: #2c2c6e;
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  text-align: center;
  padding: 2.4rem;
  font-weight: 600;
  border-radius: 100rem
}

.form-block {
  width: 100%;
  margin-bottom: 2rem
}

.form-block__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 1rem
}

.form-block__label-text {
  font-weight: bold
}

.form-block__label-requied {
  background-color: #f27070;
  margin-left: .8rem;
  color: #fff;
  border-radius: .4rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .2rem 1rem
}

.form-block__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.form input,
.form select,
.form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  border: #dededa 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: initial
}

.confirm_area .form-block {
  margin-bottom: 4rem
}

.form-input {
  width: 100%;
  padding: 1rem
}

.form-input:focus {
  outline: none;
  border-color: #aeaea4
}

.form-textarea {
  width: 100%
}

.form-textarea:focus {
  outline: none;
  border-color: #aeaea4
}

.form-select {
  overflow: hidden;
  border: #dededa 1px solid;
  display: inline-block;
  border-radius: .4rem;
  position: relative
}

.form-select::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M6%2C0l6%2C10H0Z%22%20transform%3D%22translate(12%2010)%20rotate(180)%22%20fill%3D%22%236969c1%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem
}

.form-select select {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .8em 1em
}

.form-privacy {
  text-align: center;
  margin-top: 4rem
}

.form-acceptance+span {
  display: inline-block;
  position: relative;
  padding: .8rem 0 1.2rem 4.6rem;
  cursor: pointer
}

.form-acceptance+span::before,
.form-acceptance+span::after {
  content: "";
  display: block;
  position: absolute
}

.form-acceptance+span::before {
  border-radius: 1rem;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  border: #dededa 1px solid
}

.form-acceptance+span::after {
  width: 8px;
  height: 16px;
  border-bottom: 3px solid #2c2c6e;
  border-right: 3px solid #2c2c6e;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  left: 1.2rem;
  top: .7rem
}

.form-acceptance:checked+span::after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg)
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em
}

.form-submit__confirm {
  background-color: #2c2c6e !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  border-radius: 10rem !important;
  padding: 1.8rem 5.6rem 1.8rem 2.8rem;
  cursor: pointer;
  font-size: 1.6rem !important;
  position: relative !important;
  text-align: left;
  width: 100%;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.092%22%20height%3D%2227.184%22%20viewBox%3D%220%200%2015.092%2027.184%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84063%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084063%22%20d%3D%22M-6652.4%2C7667l11.471%2C11.471-11.471%2C11.471%22%20transform%3D%22translate(6654.518%20-7664.878)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-position: center right 4rem;
  background-repeat: no-repeat
}

.form-submit__confirm:disabled {
  background-color: #cdcdcd !important;
  cursor: auto
}

.form-submit__submit {
  background-color: #2c2c6e !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  border-radius: 10rem !important;
  padding: 1.8rem 5.6rem 1.8rem 2.8rem;
  cursor: pointer;
  font-size: 1.6rem !important;
  position: relative !important;
  text-align: left;
  width: 100%;
  font-weight: bold;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.092%22%20height%3D%2227.184%22%20viewBox%3D%220%200%2015.092%2027.184%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_84063%22%20data-name%3D%22%E3%83%91%E3%82%B9%2084063%22%20d%3D%22M-6652.4%2C7667l11.471%2C11.471-11.471%2C11.471%22%20transform%3D%22translate(6654.518%20-7664.878)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-position: center right 4rem;
  background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.5
}

.heading__h1 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 2.4rem
}

.heading__h2 {
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 2rem
}

.heading__h2--en {
  font-family: "Jost", sans-serif;
  letter-spacing: .2em;
  color: #6969c1;
  line-height: 1.5;
  width: 100%;
  font-size: 30px;
  font-size: 3rem
}

.heading__h2--ja {
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem
}

.heading__h2--ja:first-child {
  font-size: 7.4666666667vw;
  font-weight: 500;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.heading__h2__inline {
  display: inline-block
}

.heading-h3 {
  position: relative;
  font-size: 5.3333333333vw;
  margin-top: 8.5333333333vw
}

.link {
  text-decoration: underline;
  color: #0800ce
}

.link:hover {
  text-decoration: none
}

table {
  border-spacing: 4px;
  border-collapse: separate;
  text-align: left;
  margin: 4.2666666667vw 0;
  width: 100%;
  line-height: 2;
  table-layout: auto
}

table th,
table td {
  margin: 1.0666666667vw;
  min-width: 26.6666666667vw;
  padding: 5.3333333333vw 6.4vw
}

table th {
  background-color: #efefef;
  font-weight: bold;
  width: auto
}

table td {
  background-color: #f8f8f8;
  width: auto
}

.table-style01 th,
.table-style01 td {
  background-color: rgba(0, 0, 0, 0);
  margin: 0
}

.table-style01 th {
  color: #6969c1;
  padding: 0
}

.table-style01 td {
  position: relative;
  width: 100%;
  padding: 0 0 1.4rem
}

.table-style02 th,
.table-style02 td {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  margin: 0
}

.table-style02 th {
  color: #6969c1;
  padding: 1rem 0 0
}

.table-style02 td {
  border-bottom: #e3e3e3 solid 1px;
  padding: 0 0 1.8rem
}

.table-style02 tr:last-child td {
  border-bottom: none;
  padding-bottom: 0
}

.table-scroller {
  overflow-x: auto
}

.table-scroller table {
  white-space: nowrap
}

.pager {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: .6rem;
  font-family: "Jost", sans-serif;
  margin-top: 3rem;
  padding: 0 5rem
}

.pager__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6969c1;
  border-radius: 50%;
  color: #fff;
  width: 44px;
  height: 44px
}

.pager__link--current {
  background-color: #2c2c6e
}

.pager__link.dots {
  padding: 0 .4rem .8rem;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #3b3131;
  width: auto
}

.pager__next,
.pager__prev {
  background-color: rgba(0, 0, 0, 0) !important
}

.pager__next {
  right: 0
}

.pager__prev {
  left: 0
}

@-webkit-keyframes currentArrow {
  0% {
    margin-top: 0
  }

  10% {
    margin-top: 3px
  }

  20% {
    margin-top: 0
  }

  100% {
    margin-top: 0
  }
}

@keyframes currentArrow {
  0% {
    margin-top: 0
  }

  10% {
    margin-top: 3px
  }

  20% {
    margin-top: 0
  }

  100% {
    margin-top: 0
  }
}

.c-pager-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8.5333333333vw;
  -webkit-column-gap: 9.6vw;
  -moz-column-gap: 9.6vw;
  column-gap: 9.6vw;
  margin-top: 17.0666666667vw
}

.c-pager-single__link {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.3
}

.c-pager-single__link.is-prev,
.c-pager-single__link.is-next {
  background-color: #6969c1;
  color: #fff;
  position: relative
}

.c-pager-single__link.is-prev::after,
.c-pager-single__link.is-next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 5.0666666667vw;
  height: 3.2vw
}

.c-pager-single__link.is-prev::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.669%22%20height%3D%2212.236%22%20viewBox%3D%220%200%2019.669%2012.236%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5343%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205343%22%20transform%3D%22translate(1.06%200.531)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1616%22%20data-name%3D%22%E3%83%91%E3%82%B9%201616%22%20d%3D%22M17.824.182%2C12.236%2C5.77l5.588%2C5.588%22%20transform%3D%22translate(-12.236%20-0.182)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1015%22%20data-name%3D%22%E7%B7%9A%201015%22%20x2%3D%2218.609%22%20transform%3D%22translate(0%205.588)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  left: 6.4vw
}

.c-pager-single__link.is-next::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.669%22%20height%3D%2212.236%22%20viewBox%3D%220%200%2019.669%2012.236%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5343%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205343%22%20transform%3D%22translate(0%200.53)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1616%22%20data-name%3D%22%E3%83%91%E3%82%B9%201616%22%20d%3D%22M12.236.182l5.588%2C5.588-5.588%2C5.588%22%20transform%3D%22translate(0.785%20-0.182)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1015%22%20data-name%3D%22%E7%B7%9A%201015%22%20x1%3D%2218.609%22%20transform%3D%22translate(0%205.588)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  right: 6.4vw
}

.c-pager-single__link.is-list {
  border: 1px solid #6969c1;
  color: #6969c1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-pager-single__link.is-list i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_5616%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%205616%22%20transform%3D%22translate(-215%20-2757.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2256%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202256%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(215%202757.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2261%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202261%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(221%202757.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2264%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202264%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(227%202757.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2257%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202257%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(215%202763.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2260%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202260%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(221%202763.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2263%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202263%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(227%202763.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2258%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202258%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(215%202769.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2259%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202259%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(221%202769.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_2262%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%202262%22%20width%3D%223%22%20height%3D%223%22%20transform%3D%22translate(227%202769.5)%22%20fill%3D%22%23242f3b%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  width: 4vw;
  height: 4vw
}

.section {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem 2rem 4rem;
  overflow: hidden
}

.section.bottom-nospace {
  padding-bottom: 0
}

.section:not(:last-child) {
  margin-bottom: 3rem
}

.section.adjust01 {
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  text-align: center !important;
  overflow: visible !important
}

.section.adjust01 p {
  margin-bottom: 1rem !important
}

.section.adjust01 a {
  border-bottom: 1px solid #000
}

.image {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem
}

.image:first-child {
  margin-top: 0
}

.image:last-child {
  margin-bottom: 0
}

.image__image[data-video-url] {
  position: relative;
  cursor: pointer
}

.image__image[data-video-url]::before,
.image__image[data-video-url]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition-duration: .15s;
  transition-duration: .15s
}

.image__image[data-video-url]::before {
  background-color: #000;
  opacity: .3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.image__image[data-video-url]::after {
  background-image: url(img/icon_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px
}

.image__image[data-video-url]:hover::before {
  opacity: .1
}

.image__image[data-video-url]:hover::after {
  margin-top: -0.2rem
}

.image__image[data-video-url] img {
  width: 100%
}

.image__caption {
  margin-top: .6rem
}

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

.align-center img {
  display: inline-block
}

.align-center>* {
  margin-left: auto;
  margin-right: auto
}

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

.color-primary {
  color: #2c2c6e
}

.color-secondary {
  color: #6969c1 !important
}

.color-red {
  color: #ff3400 !important
}

.color-yellow {
  color: #ffe566 !important
}

.color-blue {
  color: #058 !important
}

.color-green {
  color: #5a8 !important
}

.color-white {
  color: #fff !important
}

.bg-primary {
  background-color: #2c2c6e
}

.bg-primary--light {
  background-color: #9292d4 !important
}

.bg-secondary {
  background-color: #6969c1 !important
}

.bg-secondary--light {
  background-color: #f9f9fd !important
}

.bg-red {
  background-color: #ff3400 !important
}

.bg-red--light {
  background-color: #ffd6cc !important
}

.bg-yellow {
  background-color: #ffe566 !important
}

.bg-yellow--light {
  background-color: #fff !important
}

.bg-blue {
  background-color: #058 !important
}

.bg-blue--light {
  background-color: #55bfff !important
}

.bg-green {
  background-color: #5a8 !important
}

.bg-green--light {
  background-color: #ddeee7 !important
}

.bg-white {
  background-color: #fff !important
}

.border {
  border: 1px #d0d0d0 solid !important
}

.border-primary {
  border: 1px #2c2c6e solid !important
}

.border-secondary {
  border: 1px #6969c1 solid !important
}

.border-red {
  border: 1px #ff3400 solid !important
}

.border-yellow {
  border: 1px #ffe566 solid !important
}

.border-blue {
  border: 1px #058 solid !important
}

.border-green {
  border: 1px #5a8 solid !important
}

.border-white {
  border: 1px #fff solid !important
}

.inline-block {
  display: inline-block !important
}

.font-xxs {
  font-size: 1.1rem
}

.font-xs {
  font-size: 1.2rem
}

.font-s {
  font-size: 1.3rem
}

.font-m {
  font-size: 1.5rem
}

.font-l {
  font-size: 1.6rem
}

.font-xl {
  font-size: 1.8rem
}

.font-xxl {
  font-size: 2rem
}

.mt-0 {
  margin-top: 0 !important
}

.mt-s {
  margin-top: .8rem !important
}

.mt-m {
  margin-top: 1.6rem !important
}

.mt-l {
  margin-top: 2.4rem !important
}

.mt-xl {
  margin-top: 3.2rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-s {
  margin-bottom: .8rem !important
}

.mb-m {
  margin-bottom: 1.6rem !important
}

.mb-l {
  margin-bottom: 2.4rem !important
}

.mb-xl {
  margin-bottom: 3.2rem !important
}

.is-width-0 {
  width: 0% !important
}

.is-width-1 {
  width: 1% !important
}

.is-width-2 {
  width: 2% !important
}

.is-width-3 {
  width: 3% !important
}

.is-width-4 {
  width: 4% !important
}

.is-width-5 {
  width: 5% !important
}

.is-width-6 {
  width: 6% !important
}

.is-width-7 {
  width: 7% !important
}

.is-width-8 {
  width: 8% !important
}

.is-width-9 {
  width: 9% !important
}

.is-width-10 {
  width: 10% !important
}

.is-width-11 {
  width: 11% !important
}

.is-width-12 {
  width: 12% !important
}

.is-width-13 {
  width: 13% !important
}

.is-width-14 {
  width: 14% !important
}

.is-width-15 {
  width: 15% !important
}

.is-width-16 {
  width: 16% !important
}

.is-width-17 {
  width: 17% !important
}

.is-width-18 {
  width: 18% !important
}

.is-width-19 {
  width: 19% !important
}

.is-width-20 {
  width: 20% !important
}

.is-width-21 {
  width: 21% !important
}

.is-width-22 {
  width: 22% !important
}

.is-width-23 {
  width: 23% !important
}

.is-width-24 {
  width: 24% !important
}

.is-width-25 {
  width: 25% !important
}

.is-width-26 {
  width: 26% !important
}

.is-width-27 {
  width: 27% !important
}

.is-width-28 {
  width: 28% !important
}

.is-width-29 {
  width: 29% !important
}

.is-width-30 {
  width: 30% !important
}

.is-width-31 {
  width: 31% !important
}

.is-width-32 {
  width: 32% !important
}

.is-width-33 {
  width: 33% !important
}

.is-width-34 {
  width: 34% !important
}

.is-width-35 {
  width: 35% !important
}

.is-width-36 {
  width: 36% !important
}

.is-width-37 {
  width: 37% !important
}

.is-width-38 {
  width: 38% !important
}

.is-width-39 {
  width: 39% !important
}

.is-width-40 {
  width: 40% !important
}

.is-width-41 {
  width: 41% !important
}

.is-width-42 {
  width: 42% !important
}

.is-width-43 {
  width: 43% !important
}

.is-width-44 {
  width: 44% !important
}

.is-width-45 {
  width: 45% !important
}

.is-width-46 {
  width: 46% !important
}

.is-width-47 {
  width: 47% !important
}

.is-width-48 {
  width: 48% !important
}

.is-width-49 {
  width: 49% !important
}

.is-width-50 {
  width: 50% !important
}

.is-width-51 {
  width: 51% !important
}

.is-width-52 {
  width: 52% !important
}

.is-width-53 {
  width: 53% !important
}

.is-width-54 {
  width: 54% !important
}

.is-width-55 {
  width: 55% !important
}

.is-width-56 {
  width: 56% !important
}

.is-width-57 {
  width: 57% !important
}

.is-width-58 {
  width: 58% !important
}

.is-width-59 {
  width: 59% !important
}

.is-width-60 {
  width: 60% !important
}

.is-width-61 {
  width: 61% !important
}

.is-width-62 {
  width: 62% !important
}

.is-width-63 {
  width: 63% !important
}

.is-width-64 {
  width: 64% !important
}

.is-width-65 {
  width: 65% !important
}

.is-width-66 {
  width: 66% !important
}

.is-width-67 {
  width: 67% !important
}

.is-width-68 {
  width: 68% !important
}

.is-width-69 {
  width: 69% !important
}

.is-width-70 {
  width: 70% !important
}

.is-width-71 {
  width: 71% !important
}

.is-width-72 {
  width: 72% !important
}

.is-width-73 {
  width: 73% !important
}

.is-width-74 {
  width: 74% !important
}

.is-width-75 {
  width: 75% !important
}

.is-width-76 {
  width: 76% !important
}

.is-width-77 {
  width: 77% !important
}

.is-width-78 {
  width: 78% !important
}

.is-width-79 {
  width: 79% !important
}

.is-width-80 {
  width: 80% !important
}

.is-width-81 {
  width: 81% !important
}

.is-width-82 {
  width: 82% !important
}

.is-width-83 {
  width: 83% !important
}

.is-width-84 {
  width: 84% !important
}

.is-width-85 {
  width: 85% !important
}

.is-width-86 {
  width: 86% !important
}

.is-width-87 {
  width: 87% !important
}

.is-width-88 {
  width: 88% !important
}

.is-width-89 {
  width: 89% !important
}

.is-width-90 {
  width: 90% !important
}

.is-width-91 {
  width: 91% !important
}

.is-width-92 {
  width: 92% !important
}

.is-width-93 {
  width: 93% !important
}

.is-width-94 {
  width: 94% !important
}

.is-width-95 {
  width: 95% !important
}

.is-width-96 {
  width: 96% !important
}

.is-width-97 {
  width: 97% !important
}

.is-width-98 {
  width: 98% !important
}

.is-width-99 {
  width: 99% !important
}

.is-width-100 {
  width: 100% !important
}

@media screen and (min-width: 768px) {
  .header {
    padding: 2.8rem 0
  }

  .header__inner {
    width: 100%;
    padding: 0 4.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .header__logo {
    width: 275px;
    max-width: 30%
  }

  .header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .header__nav-link {
    margin-left: 1.6rem
  }

  .header__contact {
    display: block
  }

  .footer {
    margin-right: 5.6rem;
    border-radius: 0 12rem 0 0;
    padding: 7rem 0 4rem
  }

  .footer__inner {
    padding: 0 4.8rem;
    max-width: 1296px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .footer__site-logo {
    width: auto
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .footer__copy {
    margin-top: 5.4rem
  }

  .content__header {
    padding: 18rem 4.8rem 7rem
  }

  .content__title--en {
    font-size: 60px;
    font-size: 6rem
  }

  .content__body {
    padding-bottom: 16rem
  }

  .content__mainimage {
    margin-top: 7rem
  }

  .content__description {
    margin-top: 7rem
  }

  .content__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    margin-top: 8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem 0
  }

  .content__nav-item {
    padding: 0 .4rem
  }

  .content__nav-item:not(:first-child) {
    margin-top: 0
  }

  .content__nav-item.is-col3 {
    width: 33.333%;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
  }

  .content__nav-item.is-col4 {
    width: 25%;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
  }

  .content__nav-item.is-col5 {
    width: 20%;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
  }

  .content__nav-item.is-col6 {
    width: 16.6666%;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
  }

  .content__nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: none;
    border-top: 2px solid #2c2c6e;
    padding: 2.4rem 0
  }

  .content__nav-item a::after {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    width: 15px;
    height: 7px
  }

  .flex {
    margin-left: -1.8rem;
    margin-right: -1.8rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    justify-content: space-around;
  }

  .col {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    margin-bottom: 0
  }

  .col-offset-1--pc {
    margin-left: 8.3333333333%
  }

  .col-offset-2--pc {
    margin-left: 16.6666666667%
  }

  .col-offset-3--pc {
    margin-left: 25%
  }

  .col-offset-4--pc {
    margin-left: 33.3333333333%
  }

  .col-offset-5--pc {
    margin-left: 41.6666666667%
  }

  .col-offset-6--pc {
    margin-left: 50%
  }

  .col-offset-7--pc {
    margin-left: 58.3333333333%
  }

  .col-offset-8--pc {
    margin-left: 66.6666666667%
  }

  .col-offset-9--pc {
    margin-left: 75%
  }

  .col-offset-10--pc {
    margin-left: 83.3333333333%
  }

  .col-offset-11--pc {
    margin-left: 91.6666666667%
  }

  .col-offset-12--pc {
    margin-left: 100%
  }

  .col-1--pc {
    width: 8.3333333333%
  }

  .col-2--pc {
    width: 16.6666666667%
  }

  .col-3--pc {
    width: 25%
  }

  .col-4--pc {
    width: 33.3333333333%
  }

  .col-5--pc {
    width: 41.6666666667%
  }

  .col-6--pc {
    width: 50%
  }

  .col-7--pc {
    width: 58.3333333333%
  }

  .col-8--pc {
    width: 66.6666666667%
  }

  .col-9--pc {
    width: 75%
  }

  .col-10--pc {
    width: 83.3333333333%
  }

  .col-11--pc {
    width: 91.6666666667%
  }

  .col-12--pc {
    width: 100%
  }

  .col-offset-1--pc {
    margin-left: 8.3333333333%
  }

  .col-offset-2--pc {
    margin-left: 16.6666666667%
  }

  .col-offset-3--pc {
    margin-left: 25%
  }

  .col-offset-4--pc {
    margin-left: 33.3333333333%
  }

  .col-offset-5--pc {
    margin-left: 41.6666666667%
  }

  .col-offset-6--pc {
    margin-left: 50%
  }

  .col-offset-7--pc {
    margin-left: 58.3333333333%
  }

  .col-offset-8--pc {
    margin-left: 66.6666666667%
  }

  .col-offset-9--pc {
    margin-left: 75%
  }

  .col-offset-10--pc {
    margin-left: 83.3333333333%
  }

  .col-offset-11--pc {
    margin-left: 91.6666666667%
  }

  .col-offset-12--pc {
    margin-left: 100%
  }

  .mainview {
    padding-top: 19rem
  }

  .mainview__texts {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .mainview__texts-main {
    width: auto
  }

  .mainview__texts-sub {
    margin-top: 10rem;
    margin-left: -4rem;
    font-size: 14px;
    font-size: 1.4rem
  }

  .mainview__moview {
    margin-right: 0;
    border-radius: 0 12rem 12rem 0;
    width: calc(100% - 40px);
    margin-top: 6.2rem;
    min-height: 600px;
    padding-top: 19rem
  }

  .mainview__moview-content video {
    min-width: 1600px;
    margin: 0 auto
  }

  .post-card__link:hover [class$=__image] img {
    -webkit-transform: scale(1.075);
    transform: scale(1.075)
  }

  .post-card__image {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    margin-bottom: .8rem
  }

  .post-card__image img {
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
  }

  .post-card__title {
    font-size: 16px;
    font-size: 1.6rem
  }

  .rte__header {
    margin-bottom: 2.2rem;
    border-radius: 6rem;
    padding: 4.4rem 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .rte__footer {
    margin-top: 6.4rem
  }

  .home__h2 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 3rem
  }

  .home__description {
    margin-bottom: 6rem
  }

  .home-about__bg {
    width: 556px;
    top: 3rem;
    left: 0;
    right: calc(50% + 290px)
  }

  .home-about__bg img {
    width: auto
  }

  .home-about__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .home-about__column-left {
    width: 267px;
    margin-right: 10rem
  }

  .home-about__column-right {
    padding-top: 10rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .home-about__h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 52px;
    font-size: 5.2rem
  }

  .home-about__h3 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 2.6rem
  }

  .home-about__h3::before {
    width: 40px;
    height: 40px;
    border-width: 1.9rem;
    margin-right: -2rem;
    top: -3.6rem;
    left: -5.8rem
  }

  .home-about__h3::after {
    width: 11px;
    height: 11px;
    text-outline: 0 0 #000;
    left: -2.4rem;
    top: -0.3rem
  }

  .home-about__h3:not(:first-child) {
    margin-top: 8rem
  }

  .home-about__h4 {
    font-size: 30px;
    font-size: 3rem;
    margin: 4.4rem 0
  }

  .home-about__text {
    font-size: 20px;
    font-size: 2rem
  }

  .home-works {
    padding: 10rem 0 11.8rem
  }

  .home-works::before {
    border-radius: 0 12rem 0 0
  }

  .home-pallax {
    height: 540px
  }

  .home-pallax__bg {
    position: fixed;
    top: 0;
    left: 0;
    max-height: 100vh;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    background-size: cover
  }

  .home-team {
    padding-bottom: 10rem
  }

  .home-team .container {
    margin-top: -10rem;
    padding-top: 6.4rem
  }

  .home-team .container::before {
    left: auto;
    right: 50%;
    width: 50vw;
    border-radius: 0 6rem 0 0
  }

  .home-news {
    padding-bottom: 18rem
  }

  .home-news .home__h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 4.6rem
  }

  .home-news__button {
    text-align: center
  }

  .works-archive {
    margin: 0 -1rem
  }

  .works-archive__item {
    padding: 0 1rem;
    width: 50%;
    margin-bottom: 4.6rem
  }

  .works-more {
    margin-top: 8rem
  }

  .works-more__title {
    font-size: 40px;
    font-size: 4rem
  }

  .works-more__list {
    margin-left: -0.85rem;
    margin-right: -0.85rem
  }

  .works-more__list-item {
    width: 20%;
    padding: 0 .85rem;
    margin-bottom: 0
  }

  .news-archive__item {
    border-radius: 6rem
  }

  .news-archive__link {
    padding: 3.6rem 5rem
  }

  .news-archive__link[href]:hover span {
    color: #2c2c6e;
    text-decoration: underline
  }

  .news-archive__time {
    padding-top: .8rem;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 3.8rem
  }

  .news-archive__title {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .fields-media {
    grid-template-columns: auto auto auto;
    margin-top: 5rem;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    gap: 5rem 4rem
  }

  .fields-media__image {
    margin-bottom: 2rem
  }

  .fields-creativeimage {
    margin-top: 5rem;
    grid-template-columns: auto auto;
    gap: 2.7rem 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .fields-creativeimage__block:first-child {
    grid-column: 1/2;
    grid-row: 1/3
  }

  .fields-creativeimage__block:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2
  }

  .fields-creativeimage__block:last-child {
    grid-column: 2/3;
    grid-row: 2/3
  }

  .team-interview__block {
    background-color: #fff;
    position: relative;
    border-radius: 3rem 3rem 0;
    margin-bottom: 7rem
  }

  .team-interview__block:not(:first-child) {
    margin-top: -10rem;
    margin-left: -5.5rem;
    margin-right: -5.5rem;
    padding: 7rem 5.5rem 0
  }

  .team-interview__question {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5rem
  }

  .team-interview__answer:not(:last-child) {
    margin-bottom: 4rem
  }

  .team-interview__answer-name {
    margin-right: .4rem
  }

  .team-interview__image {
    height: auto;
    margin-top: 0;
    margin-left: -10rem;
    margin-right: -10rem
  }

  .team-profile__title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-top: -9rem !important;
    margin-bottom: 2.8rem
  }

  .team-profile__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .team-profile__list-item {
    margin: 0 2.25rem
  }

  .panolama-modaal__caption {
    font-size: 15px;
    font-size: 1.5rem
  }

  .modaal-btn picture.sides-3 {
    max-width: 734px
  }

  .modaal-btn picture::before,
  .modaal-btn picture::after {
    width: 43px;
    height: 43px
  }

  .modaal-btn picture img {
    height: 100%;
    width: auto
  }

  .modaal-btn.button {
    width: 212px;
    min-width: inherit;
    padding: 1rem
  }

  .inview-fadeUp {
    -webkit-transform: translateY(4rem);
    transform: translateY(4rem)
  }

  .inview-topWorksBg.is-visible::before {
    width: calc(50vw + 342px)
  }

  .voice__content {
    padding: 0 8rem
  }

  .voice__header {
    margin-top: -9rem
  }

  .voice__title {
    font-size: 3.6rem;
    padding: 4rem 10rem 0 8rem;
    border-radius: 0 6rem 0 0
  }

  .voice__close {
    margin-top: 5rem;
    padding-bottom: 8rem
  }

  .voice-interview {
    margin: 5rem 0
  }

  .voice-interview__question {
    font-size: 2rem;
    margin-bottom: 3.6rem
  }

  body {
    font-size: 16px;
    font-size: 1.6rem
  }

  .box {
    padding: 4rem;
    margin: 5rem 0
  }

  .button {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 488px;
    max-width: 100%;
    padding: 3.15rem 9rem 3.15rem 4rem
  }

  .button:hover {
    background-color: #333380
  }

  .button::after {
    right: 4rem;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
  }

  .button:hover::after {
    right: 3.8rem
  }

  .button[href$=".pdf"]::after {
    right: 5.4rem
  }

  .button-back::before {
    left: 5.4rem
  }

  .button-back {
    padding: 3.15rem 4rem
  }

  .button-back:hover::before {
    left: 5rem
  }

  .button-rikunabi {
    padding: 2.2rem 0
  }

  .button-rikunabi:hover {
    background-color: #fff
  }

  .button-rikunabi:hover::after {
    right: 3.8rem
  }

  .button__group {
    margin: 5rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.4rem
  }

  .container {
    max-width: 1296px;
    padding-left: 4.8rem;
    padding-right: 4.8rem
  }

  .container--wide {
    max-width: 1296
  }

  .container--full {
    max-width: 100%
  }

  .container--narrow {
    max-width: 1096px
  }

  .container--narrower {
    max-width: 880px
  }

  .drawer-button {
    display: none
  }

  .drawer-content {
    padding: 8rem 2rem 2rem;
    top: 0;
    padding: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }

  .form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .form-block__label {
    min-width: 186px;
    padding-top: 1.2rem;
    margin-bottom: 0
  }

  .form-block__input {
    padding-left: 2.8rem
  }

  .confirm_area .form-block__input {
    padding-left: 10rem
  }

  .form-input {
    padding: 1.7rem 1.6rem
  }

  .form-textarea {
    padding: 1.7rem 1.6rem
  }

  .form-select select {
    padding: 1.7rem 12rem 1.7rem 2.6rem
  }

  .form-submit {
    margin-top: 4.5rem
  }

  .form-submit__confirm {
    font-size: 1.8rem !important;
    width: 488px;
    padding: 3.15rem 9rem 3.15rem 4rem
  }

  .form-submit__submit {
    font-size: 1.8rem !important;
    width: 488px;
    padding: 3.15rem 9rem 3.15rem 4rem
  }

  .form-buttom {
    font-size: 18px;
    font-size: 1.8rem
  }

  .form-buttom:hover {
    background-color: #333380
  }

  .heading__h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 3.2rem
  }

  .heading__h2 {
    margin-bottom: 2.6rem;
    padding-bottom: 2.4rem
  }

  .heading__h2--en {
    line-height: 1.1;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0;
    width: auto
  }

  .heading__h2--en+span {
    margin-left: 2.6rem
  }

  .heading__h2--ja {
    -webkit-transform: translateY(-0.4rem);
    transform: translateY(-0.4rem)
  }

  .heading__h2--ja:first-child {
    font-size: 36px;
    font-size: 3.6rem
  }

  .heading-h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    margin-top: 4rem
  }

  table {
    margin: 1.6rem 0
  }

  table th,
  table td {
    min-width: 100px;
    padding: 2rem 2.4rem 1.8rem
  }

  .table-style01 th {
    border-bottom: #d1d6de solid 1px;
    padding: 1.8rem 0 1rem
  }

  .table-style01 td {
    padding: 1.8rem 0 1rem 5.2rem
  }

  .table-style01 td:after {
    content: "";
    background-color: #e3e3e3;
    height: 1px;
    left: 5rem;
    width: calc(100% - 5rem);
    display: block;
    position: absolute;
    bottom: 0
  }

  .pager {
    margin-top: 3rem;
    gap: 1rem;
    padding: 0
  }

  .pager__link {
    padding-top: .2rem;
    width: 50px;
    height: 50px;
    font-size: inherit;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
  }

  .pager__link:hover {
    background-color: #2c2c6e
  }

  .pager__next,
  .pager__prev {
    width: 5rem;
    height: 5rem
  }

  .pager__next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }

  .pager__prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }

  .c-pager-single {
    margin-top: 10rem;
    gap: 4.2rem;
    grid-template-columns: 1fr 1fr 1fr
  }

  .c-pager-single__link {
    padding: 1.6rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
  }

  .c-pager-single__link:hover {
    opacity: .75
  }

  .c-pager-single__link.is-prev::after,
  .c-pager-single__link.is-next::after {
    width: 19px;
    height: 12px
  }

  .c-pager-single__link.is-prev::after {
    left: 2.4rem
  }

  .c-pager-single__link.is-next::after {
    right: 2.4rem
  }

  .c-pager-single__link.is-list {
    gap: 1.6rem
  }

  .c-pager-single__link.is-list i {
    width: 15px;
    height: 15px
  }

  .section {
    border-radius: 6rem;
    padding: 6.4rem 10rem
  }

  .section:not(:last-child) {
    margin-bottom: 3.8rem
  }

  .image__image[data-video-url]::after {
    width: 64px;
    height: 64px
  }

  .align-center--pc {
    text-align: center !important
  }

  .is-sp {
    display: none !important
  }

  .font-xxs {
    font-size: 1.3rem
  }

  .font-xs {
    font-size: 1.4rem
  }

  .font-s {
    font-size: 1.5rem
  }

  .font-m {
    font-size: 1.8rem
  }

  .font-l {
    font-size: 2rem
  }

  .font-xl {
    font-size: 2.2rem
  }

  .font-xxl {
    font-size: 2.4rem
  }

  .font-xxs--pc {
    font-size: 1.3rem
  }

  .font-xs--pc {
    font-size: 1.4rem
  }

  .font-s--pc {
    font-size: 1.5rem
  }

  .font-m--pc {
    font-size: 1.8rem
  }

  .font-l--pc {
    font-size: 2rem
  }

  .font-xl--pc {
    font-size: 2.2rem
  }

  .font-xxl--pc {
    font-size: 2.4rem
  }

  .is-width-0--pc {
    width: 0% !important
  }

  .is-width-1--pc {
    width: 1% !important
  }

  .is-width-2--pc {
    width: 2% !important
  }

  .is-width-3--pc {
    width: 3% !important
  }

  .is-width-4--pc {
    width: 4% !important
  }

  .is-width-5--pc {
    width: 5% !important
  }

  .is-width-6--pc {
    width: 6% !important
  }

  .is-width-7--pc {
    width: 7% !important
  }

  .is-width-8--pc {
    width: 8% !important
  }

  .is-width-9--pc {
    width: 9% !important
  }

  .is-width-10--pc {
    width: 10% !important
  }

  .is-width-11--pc {
    width: 11% !important
  }

  .is-width-12--pc {
    width: 12% !important
  }

  .is-width-13--pc {
    width: 13% !important
  }

  .is-width-14--pc {
    width: 14% !important
  }

  .is-width-15--pc {
    width: 15% !important
  }

  .is-width-16--pc {
    width: 16% !important
  }

  .is-width-17--pc {
    width: 17% !important
  }

  .is-width-18--pc {
    width: 18% !important
  }

  .is-width-19--pc {
    width: 19% !important
  }

  .is-width-20--pc {
    width: 20% !important
  }

  .is-width-21--pc {
    width: 21% !important
  }

  .is-width-22--pc {
    width: 22% !important
  }

  .is-width-23--pc {
    width: 23% !important
  }

  .is-width-24--pc {
    width: 24% !important
  }

  .is-width-25--pc {
    width: 25% !important
  }

  .is-width-26--pc {
    width: 26% !important
  }

  .is-width-27--pc {
    width: 27% !important
  }

  .is-width-28--pc {
    width: 28% !important
  }

  .is-width-29--pc {
    width: 29% !important
  }

  .is-width-30--pc {
    width: 30% !important
  }

  .is-width-31--pc {
    width: 31% !important
  }

  .is-width-32--pc {
    width: 32% !important
  }

  .is-width-33--pc {
    width: 33% !important
  }

  .is-width-34--pc {
    width: 34% !important
  }

  .is-width-35--pc {
    width: 35% !important
  }

  .is-width-36--pc {
    width: 36% !important
  }

  .is-width-37--pc {
    width: 37% !important
  }

  .is-width-38--pc {
    width: 38% !important
  }

  .is-width-39--pc {
    width: 39% !important
  }

  .is-width-40--pc {
    width: 40% !important
  }

  .is-width-41--pc {
    width: 41% !important
  }

  .is-width-42--pc {
    width: 42% !important
  }

  .is-width-43--pc {
    width: 43% !important
  }

  .is-width-44--pc {
    width: 44% !important
  }

  .is-width-45--pc {
    width: 45% !important
  }

  .is-width-46--pc {
    width: 46% !important
  }

  .is-width-47--pc {
    width: 47% !important
  }

  .is-width-48--pc {
    width: 48% !important
  }

  .is-width-49--pc {
    width: 49% !important
  }

  .is-width-50--pc {
    width: 50% !important
  }

  .is-width-51--pc {
    width: 51% !important
  }

  .is-width-52--pc {
    width: 52% !important
  }

  .is-width-53--pc {
    width: 53% !important
  }

  .is-width-54--pc {
    width: 54% !important
  }

  .is-width-55--pc {
    width: 55% !important
  }

  .is-width-56--pc {
    width: 56% !important
  }

  .is-width-57--pc {
    width: 57% !important
  }

  .is-width-58--pc {
    width: 58% !important
  }

  .is-width-59--pc {
    width: 59% !important
  }

  .is-width-60--pc {
    width: 60% !important
  }

  .is-width-61--pc {
    width: 61% !important
  }

  .is-width-62--pc {
    width: 62% !important
  }

  .is-width-63--pc {
    width: 63% !important
  }

  .is-width-64--pc {
    width: 64% !important
  }

  .is-width-65--pc {
    width: 65% !important
  }

  .is-width-66--pc {
    width: 66% !important
  }

  .is-width-67--pc {
    width: 67% !important
  }

  .is-width-68--pc {
    width: 68% !important
  }

  .is-width-69--pc {
    width: 69% !important
  }

  .is-width-70--pc {
    width: 70% !important
  }

  .is-width-71--pc {
    width: 71% !important
  }

  .is-width-72--pc {
    width: 72% !important
  }

  .is-width-73--pc {
    width: 73% !important
  }

  .is-width-74--pc {
    width: 74% !important
  }

  .is-width-75--pc {
    width: 75% !important
  }

  .is-width-76--pc {
    width: 76% !important
  }

  .is-width-77--pc {
    width: 77% !important
  }

  .is-width-78--pc {
    width: 78% !important
  }

  .is-width-79--pc {
    width: 79% !important
  }

  .is-width-80--pc {
    width: 80% !important
  }

  .is-width-81--pc {
    width: 81% !important
  }

  .is-width-82--pc {
    width: 82% !important
  }

  .is-width-83--pc {
    width: 83% !important
  }

  .is-width-84--pc {
    width: 84% !important
  }

  .is-width-85--pc {
    width: 85% !important
  }

  .is-width-86--pc {
    width: 86% !important
  }

  .is-width-87--pc {
    width: 87% !important
  }

  .is-width-88--pc {
    width: 88% !important
  }

  .is-width-89--pc {
    width: 89% !important
  }

  .is-width-90--pc {
    width: 90% !important
  }

  .is-width-91--pc {
    width: 91% !important
  }

  .is-width-92--pc {
    width: 92% !important
  }

  .is-width-93--pc {
    width: 93% !important
  }

  .is-width-94--pc {
    width: 94% !important
  }

  .is-width-95--pc {
    width: 95% !important
  }

  .is-width-96--pc {
    width: 96% !important
  }

  .is-width-97--pc {
    width: 97% !important
  }

  .is-width-98--pc {
    width: 98% !important
  }

  .is-width-99--pc {
    width: 99% !important
  }

  .is-width-100--pc {
    width: 100% !important
  }
}

@media screen and (min-width: 1300px) {
  .header__nav-link {
    margin-left: 4rem
  }

  .header__contact-button {
    margin-left: 3.8rem;
    width: 170px
  }
}

@media screen and (max-width: 767px) {
  .col-12--sp:not(:last-child) {
    margin-bottom: 3.2rem
  }

  .col-offset-1--sp {
    margin-left: 8.3333333333%
  }

  .col-offset-2--sp {
    margin-left: 16.6666666667%
  }

  .col-offset-3--sp {
    margin-left: 25%
  }

  .col-offset-4--sp {
    margin-left: 33.3333333333%
  }

  .col-offset-5--sp {
    margin-left: 41.6666666667%
  }

  .col-offset-6--sp {
    margin-left: 50%
  }

  .col-offset-7--sp {
    margin-left: 58.3333333333%
  }

  .col-offset-8--sp {
    margin-left: 66.6666666667%
  }

  .col-offset-9--sp {
    margin-left: 75%
  }

  .col-offset-10--sp {
    margin-left: 83.3333333333%
  }

  .col-offset-11--sp {
    margin-left: 91.6666666667%
  }

  .col-offset-12--sp {
    margin-left: 100%
  }

  .col-1--sp {
    width: 8.3333333333%
  }

  .col-2--sp {
    width: 16.6666666667%
  }

  .col-3--sp {
    width: 25%
  }

  .col-4--sp {
    width: 33.3333333333%
  }

  .col-5--sp {
    width: 41.6666666667%
  }

  .col-6--sp {
    width: 50%
  }

  .col-7--sp {
    width: 58.3333333333%
  }

  .col-8--sp {
    width: 66.6666666667%
  }

  .col-9--sp {
    width: 75%
  }

  .col-10--sp {
    width: 83.3333333333%
  }

  .col-11--sp {
    width: 91.6666666667%
  }

  .col-12--sp {
    width: 100%
  }

  .table-style01 th,
  .table-style01 td {
    display: block
  }

  .pager__next,
  .pager__prev {
    position: absolute;
    top: 0;
    width: 4.4rem;
    height: 4.4rem
  }

  .c-pager-single__block:nth-child(2) {
    grid-area: 2/1/3/3
  }

  .c-pager-single__link.is-prev {
    padding: 2.6666666667vw 6.4vw;
    text-align: right
  }

  .c-pager-single__link.is-next {
    padding: 2.6666666667vw 6.4vw;
    text-align: left
  }

  .c-pager-single__link.is-list {
    padding: 5.3333333333vw;
    gap: 2.1333333333vw
  }

  .is-pc {
    display: none !important
  }

  .font-m--sp {
    font-size: 1.6rem
  }

  .font-l--sp {
    font-size: 1.8rem
  }

  .font-xl--sp {
    font-size: 2rem
  }

  .font-xxl--sp {
    font-size: 2.2rem
  }

  .is-width-0--sp {
    width: 0% !important
  }

  .is-width-1--sp {
    width: 1% !important
  }

  .is-width-2--sp {
    width: 2% !important
  }

  .is-width-3--sp {
    width: 3% !important
  }

  .is-width-4--sp {
    width: 4% !important
  }

  .is-width-5--sp {
    width: 5% !important
  }

  .is-width-6--sp {
    width: 6% !important
  }

  .is-width-7--sp {
    width: 7% !important
  }

  .is-width-8--sp {
    width: 8% !important
  }

  .is-width-9--sp {
    width: 9% !important
  }

  .is-width-10--sp {
    width: 10% !important
  }

  .is-width-11--sp {
    width: 11% !important
  }

  .is-width-12--sp {
    width: 12% !important
  }

  .is-width-13--sp {
    width: 13% !important
  }

  .is-width-14--sp {
    width: 14% !important
  }

  .is-width-15--sp {
    width: 15% !important
  }

  .is-width-16--sp {
    width: 16% !important
  }

  .is-width-17--sp {
    width: 17% !important
  }

  .is-width-18--sp {
    width: 18% !important
  }

  .is-width-19--sp {
    width: 19% !important
  }

  .is-width-20--sp {
    width: 20% !important
  }

  .is-width-21--sp {
    width: 21% !important
  }

  .is-width-22--sp {
    width: 22% !important
  }

  .is-width-23--sp {
    width: 23% !important
  }

  .is-width-24--sp {
    width: 24% !important
  }

  .is-width-25--sp {
    width: 25% !important
  }

  .is-width-26--sp {
    width: 26% !important
  }

  .is-width-27--sp {
    width: 27% !important
  }

  .is-width-28--sp {
    width: 28% !important
  }

  .is-width-29--sp {
    width: 29% !important
  }

  .is-width-30--sp {
    width: 30% !important
  }

  .is-width-31--sp {
    width: 31% !important
  }

  .is-width-32--sp {
    width: 32% !important
  }

  .is-width-33--sp {
    width: 33% !important
  }

  .is-width-34--sp {
    width: 34% !important
  }

  .is-width-35--sp {
    width: 35% !important
  }

  .is-width-36--sp {
    width: 36% !important
  }

  .is-width-37--sp {
    width: 37% !important
  }

  .is-width-38--sp {
    width: 38% !important
  }

  .is-width-39--sp {
    width: 39% !important
  }

  .is-width-40--sp {
    width: 40% !important
  }

  .is-width-41--sp {
    width: 41% !important
  }

  .is-width-42--sp {
    width: 42% !important
  }

  .is-width-43--sp {
    width: 43% !important
  }

  .is-width-44--sp {
    width: 44% !important
  }

  .is-width-45--sp {
    width: 45% !important
  }

  .is-width-46--sp {
    width: 46% !important
  }

  .is-width-47--sp {
    width: 47% !important
  }

  .is-width-48--sp {
    width: 48% !important
  }

  .is-width-49--sp {
    width: 49% !important
  }

  .is-width-50--sp {
    width: 50% !important
  }

  .is-width-51--sp {
    width: 51% !important
  }

  .is-width-52--sp {
    width: 52% !important
  }

  .is-width-53--sp {
    width: 53% !important
  }

  .is-width-54--sp {
    width: 54% !important
  }

  .is-width-55--sp {
    width: 55% !important
  }

  .is-width-56--sp {
    width: 56% !important
  }

  .is-width-57--sp {
    width: 57% !important
  }

  .is-width-58--sp {
    width: 58% !important
  }

  .is-width-59--sp {
    width: 59% !important
  }

  .is-width-60--sp {
    width: 60% !important
  }

  .is-width-61--sp {
    width: 61% !important
  }

  .is-width-62--sp {
    width: 62% !important
  }

  .is-width-63--sp {
    width: 63% !important
  }

  .is-width-64--sp {
    width: 64% !important
  }

  .is-width-65--sp {
    width: 65% !important
  }

  .is-width-66--sp {
    width: 66% !important
  }

  .is-width-67--sp {
    width: 67% !important
  }

  .is-width-68--sp {
    width: 68% !important
  }

  .is-width-69--sp {
    width: 69% !important
  }

  .is-width-70--sp {
    width: 70% !important
  }

  .is-width-71--sp {
    width: 71% !important
  }

  .is-width-72--sp {
    width: 72% !important
  }

  .is-width-73--sp {
    width: 73% !important
  }

  .is-width-74--sp {
    width: 74% !important
  }

  .is-width-75--sp {
    width: 75% !important
  }

  .is-width-76--sp {
    width: 76% !important
  }

  .is-width-77--sp {
    width: 77% !important
  }

  .is-width-78--sp {
    width: 78% !important
  }

  .is-width-79--sp {
    width: 79% !important
  }

  .is-width-80--sp {
    width: 80% !important
  }

  .is-width-81--sp {
    width: 81% !important
  }

  .is-width-82--sp {
    width: 82% !important
  }

  .is-width-83--sp {
    width: 83% !important
  }

  .is-width-84--sp {
    width: 84% !important
  }

  .is-width-85--sp {
    width: 85% !important
  }

  .is-width-86--sp {
    width: 86% !important
  }

  .is-width-87--sp {
    width: 87% !important
  }

  .is-width-88--sp {
    width: 88% !important
  }

  .is-width-89--sp {
    width: 89% !important
  }

  .is-width-90--sp {
    width: 90% !important
  }

  .is-width-91--sp {
    width: 91% !important
  }

  .is-width-92--sp {
    width: 92% !important
  }

  .is-width-93--sp {
    width: 93% !important
  }

  .is-width-94--sp {
    width: 94% !important
  }

  .is-width-95--sp {
    width: 95% !important
  }

  .is-width-96--sp {
    width: 96% !important
  }

  .is-width-97--sp {
    width: 97% !important
  }

  .is-width-98--sp {
    width: 98% !important
  }

  .is-width-99--sp {
    width: 99% !important
  }

  .is-width-100--sp {
    width: 100% !important
  }
}

@media screen and (min-width: 1025px) {
  .mainview__texts-sub {
    margin-top: 18rem
  }
}

@media screen and (min-width: 1600px) {
  .mainview__moview {
    width: calc(100% - 200px);
    padding-top: 18rem
  }
}

.floating-contact-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 140px;
  aspect-ratio: 1;
  background: #00953b;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.floating-contact-btn:hover {
  opacity: 0.9;
  color: #fff;
  animation: jello-horizontal .6s both;
}

@keyframes jello-horizontal{
0%{transform:scale3d(1,1,1)}
30%{transform:scale3d(1.25,.75,1)}
40%{transform:scale3d(.75,1.25,1)}
50%{transform:scale3d(1.15,.85,1)}
65%{transform:scale3d(.95,1.05,1)}
75%{transform:scale3d(1.05,.95,1)}
100%{transform:scale3d(1,1,1)}
}

@media screen and (max-width: 767px) {
  .floating-contact-btn {
    right: 16px;
    bottom: 16px;
    width: 148px;
    font-size: 18px;
  }
}

.grecaptcha-badge {
visibility: hidden;
}

.page-id-85 .grecaptcha-badge {
visibility: visible;
}

.header__logo {
  position: relative;
}

.header__logo::after {
  content: "読売広告西部は「読売アルスS」に";
  position: absolute;
  left: 2px;
  top: calc(100% + 5px);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #79c98d;
  border-radius: 5px;
  background: #fff;
  color: #4aa564;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  z-index: 10;
  box-sizing: border-box;
}