@charset "utf-8";
/*---------------------------------------------
 wrap
---------------------------------------------*/
body {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.8;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
}
.y-scroll {
  overflow-y: scroll;
}
#wrap.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
main {
  display: block;
  overflow: hidden;
}
#wrap {
  padding-top: 156px;
}
#top #wrap {
  padding-top: 0;
}

/*---------------------------------------------
 header
---------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
#header,
#header .inner,
#header .logo,
.header-btn-list li {
  transition: all 0.8s ease;
}
#header .inner {
  max-width: 100%;
  padding: 46px 80px 46px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
}
.site-nav {
  display: flex;
  align-items: center;
}
.header-btn-list {
  display: flex;
  transition: all 0.3s ease;
}
.header-btn-list li + li {
  margin-left: 25px;
}
.menu-toggle {
  display: block;
  width: 68px;
  height: 51px;
  margin-left: 25px;
  background: url(/assets/images/menu.svg) no-repeat center/ 32px auto;
  position: relative;
  z-index: 200;
  border: none;
  /* outline: none; */
}
.menu-toggle.white {
  background: url(/assets/images/menu_white.svg) no-repeat center/ 32px auto;
}
.menu-toggle.white.cur,
.menu-toggle.cur {
  background: url(/assets/images/menu_cur.svg) no-repeat center / 32px auto;
}
/*---------------------------------------------
 footer
---------------------------------------------*/
#footer {
  background: #18191a;
}
#footer a {
  text-decoration: none;
  color: inherit;
}
#footer .inner {
  padding: 120px 0 60px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.footer-bottom .col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 30px;
}
.footer-bottom p + p {
  margin-top: 10px;
}
.footer-bottom .site-nav {
  display: flex;
  justify-content: end;
}
.footer-bottom .site-nav li + li {
  margin-left: 40px;
}
.btn.page-top {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  font-size: 1.2rem;
  min-width: 153px;
  cursor: pointer;
}
.btn.page-top:after {
  border: none;
  background-image: url(../images/icon_pagetop.png);
}
/*---------------------------------------------
 module
 ---------------------------------------------*/
.mv {
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  min-height: 776px;
  padding: 156px 0 136px;
  position: relative;
  z-index: 2;
}
#mv-img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#mv-img canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: auto !important;
  height: 100% !important;
}
.mv-inner {
  padding-left: 37%;
  padding-right: 3%;
  padding-top: 150px;
  max-width: 1500px;
  margin: 0 auto;
}
.mv .catch {
  text-align: right;
}
.mv .btn-wrap {
  margin-top: 50px;
  max-width: 620px;
  display: flex;
  justify-content: end;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.btn {
  display: flex;
  min-width: 216px;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: #333;
  padding: 20px 30px;
  border-radius: 100px;
  position: relative;
  max-width: 312px;
  background: #fff;
  box-shadow: 0px 8px 40px rgb(0 0 0 / 5%);
  flex: 1;
  transition: all 0.3s ease;
  font-weight: 400;
}
.btn:hover {
  box-shadow: none;
}
.btn:hover:after,
.btn.dl.white:hover:after,
.menu-contents .gnav > li > a:hover .en:before,
.go-site:hover:after {
  border-color: transparent;
}
.btn:after {
  content: "";
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/arrow_right_white.svg) no-repeat center;
  border-color: #dcdede;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn.white:after {
  background: url(../images/arrow_right_black.svg) no-repeat center;
}
.btn.dl.white:after {
  background: url(../images/icon_dl.svg) no-repeat center;
}
.btn.white:hover:after {
  background: url(../images/arrow_right_white.svg) no-repeat center #000;
}
.btn.dl.white:hover:after {
  background: url(../images/icon_dl_white.svg) no-repeat center #000;
  border-color: transparent;
}
.btn.purple {
  background: #7d44b5;
  color: #fff;
  padding: 12px 25px;
}
.btn.green {
  background: #30aab4;
  color: #fff;
  padding: 12px 25px;
}
.btn.red {
  background: #A92A1F;
  color: #fff;
  padding: 12px 25px;
}
.btn.green:after,
.btn.purple:after {
}
.btn.green:hover:after {
  background: url(../images/arrow_right_green.svg) #fff no-repeat center;
}
.btn.purple:hover:after {
  background: url(../images/arrow_right_purple.svg) #fff no-repeat center;
}
.btn.red:hover:after {
  background: url(../images/arrow_right_red.svg) #fff no-repeat center;
}

.menu-contents {
  display: none;
}

.news-top {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.news-top ul li {
  padding: 13px 20px;
  background: #323333;
}
.news-top ul li > a,
.news-top ul li > span {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
}
.news-top ul li .date {
  margin-right: 45px;
  font-family: "Montserrat", sans-serif;
}
.news-top ul li .txt {
  flex: 1;
  padding-right: 20px;
}

.news-top ul li > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../images/arrow_right_white.svg) no-repeat;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
}

.en {
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
}


.col-wrap {
  display: flex;
}
.col-wrap > div {
  flex: 1;
}
.section {
  background: url(../images/bg.jpg);
  background-attachment: fixed;
}
.section-bg {
  position: relative;
  width: 100vw;
  height: 400px;
  z-index: -1;
}
.section-bg-inner {
  background: url(../images/img_section01.png) no-repeat center center / cover;
  position: fixed;
  left: 0;
  top: 200px;
  width: 100vw;
  height: 100vh;
  transform: translate(0,0,0);
  transition: all 0.1s ease;
  perspective: 1000;
}
.section.service01 {
  position: relative;
}
.section.service01 .inner {
  padding: 170px 0 100px;
}
.section.service01 .col-wrap .col-left {
  padding: 160px 50px 0 50px;
}
.section.service01 .col-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -120px;
  background: url(../images/bg_service01.png) no-repeat center / cover;
  width: 539px;
  height: 528px;
  transform: translateX(-490px);
}
.section.service01 .col-wrap .col-left p + p {
  margin-top: 20px;
}
.section.service01 .col-wrap .col-left .btn-wrap {
  margin-top: 40px;
}

.section.service01 .col-wrap .col-right {
  padding-top: 80px;
  width: 756px;
  flex: none;
}
.section.service01 .col-wrap .col-right .main-img {
  position: relative;
}
.section.service01 .col-wrap .col-right .main-img > img {
  position: relative;
  z-index: 1;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 756px;
  height: 797px;
  z-index: 2;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list::before {
  display: none;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list li {
  width: 356px;
  height: 356px;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list li.design {
  top: 64px;
  left: 140px;
  transform: translate(0,0);
}
.section.service01 .col-wrap .col-right .main-img .service-link-list li.design .service-link-contents {
  padding-bottom: 100px;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list li.development {
  left: 68px;
  bottom: 84px;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list li.movie {
  right: 42px;
  bottom: 173px;
}
.section.service01 .col-wrap .col-right .main-img .service-link-list li .service-link-contents .btn-wrap {
  margin-top: 20px;
}

.fire-section-wrap {
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.fire-section {
  margin: 0 80px;
  /* background: url(../images/bg_fire.png) no-repeat left bottom / cover; */
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.01s;
}
.fire-section .fire-box {
  padding: 128px 0 120px 58%;
  position: relative;
  z-index: 2;
}
.fire-section p + p {
  margin-top: 20px;
}
.fire-section .hd03 {
  margin-bottom: 50px;
}
.fire-section .hd03 .en:before {
  background: url(../images/icon_h3_fire.png) no-repeat center;
  width: 15px;
  height: 20px;
}
.fire-section .btn-wrap {
  margin-top: 40px;
}
.fire-section .inner {
  border-radius: inherit;
}
.fire-image-wrap {
  border-radius: 10px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}
.fire-image-wrap > img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform-origin: bottom;
  pointer-events: none;
  width: 100%;
}
.fire-image-wrap > video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.white-section {
  position: relative;
  display: block;
  padding: 10px 10px 0;
  width: 550px;
  height: 100%;
  min-height: auto;
  border-radius: 10px;
  background: #fff;
/*
  box-shadow: 0px 8px 40px rgb(0 0 0 / 10%);
*/
}
a.white-section {
  color: initial;
  text-decoration: none;
}
a.white-section:hover {
  box-shadow: none;
}
a.white-section:hover .go-site:after {
  background: url(../images/icon_target_white.png) no-repeat center #000;
}

.white-section .img-col {
  width: 100%;
  margin: 0 auto;
  flex: none;
}
.section.service02 .inner {
  padding: 160px 0 258px;
  position: relative;
}
.section.service02 .inner:before {
  content: "";
  position: absolute;
  right: 0;
  top: -170px;
  background: url(../images/bg_service02.png) no-repeat center / cover;
  width: 499px;
  height: 584px;
  transform: translateX(24%);
}
.service-list {
  display: flex;
  margin-left: 50px;
}
.service-list-item + .service-list-item {
  margin-left: 3px;
}
.service-list .col-wrap {
  display: block;
}
.service-list .slick-list {
  overflow: visible;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .1));
  transform: translateZ(0);
}
.no-label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  top: 13px;
  left: 15px;
  width: 64px;
  height: 18px;
  font-size: 1.2rem;
  line-height: 1;
/*
  font-family: "Montserrat", sans-serif;
*/
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: #2b2828;
}
.section.service02 .inner .text-col {
  padding: 30px 20px 30px;
}
.section.service02 .inner .text-col p {
  line-height: 1.5;
}
.section.service02 .inner .text-col .hd03 {
  margin-bottom: 20px;
}
.white-section .btn-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  position: static;
}
.go-site {
  position: relative;
  color: #333;
  text-decoration: none;
  display: flex;
}
.go-site:after {
  content: "";
  background: url(../images/icon_target.png) no-repeat center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dcdede;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.lead-text {
  margin-top: 50px;
  padding: 40px 50px;
  margin-bottom: 20px;
}
.hd02-wrap {
  overflow: hidden;
}
.hd02-wrap .en {
  font-size: 8rem;
  display: flex;
  font-weight: 300;
}
.hd02-wrap .ja-wrap {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.hd02-wrap .ja {
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.hd02-wrap .ja:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  margin-right: 15px;
}
.hd02-wrap .ja:after {
  content: "";
  display: block;
  height: 1px;
  background: #d2d4d5;
  width: 0;
  flex: 1;
  left: calc(100% + 20px);
  top: 50%;
  position: absolute;
  transition: all 1s ease .5s;
}
.hd02-wrap .ja.active:after {
  width: 100vw;
}
.hd03 {
  margin-bottom: 30px;
}
.hd03 .en {
  display: flex;
  align-items: center;
}
.hd03 .en:before {
  content: "";
  background: url(../images/icon_h3.png) no-repeat center;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.hd03 .ja {
  display: block;
  font-size: 3.4rem;
  line-height: 1.5;
  margin-top: 5px;
}
.hd03 .ja span {
  font-size: 2.8rem;
}
.hd03 .mini {
  display: block;
  margin-bottom: 0px;
  font-size: 1.3rem;
}
.hd03 .big {
  display: block;
/*
  font-family: "Montserrat", sans-serif;
*/
  line-height: 1;
  font-size: 3rem;
  font-weight: 300;
}
.section.office {
  background: #3a3f3f url(../images/bg_office.png);
  color: #fff;
  background-attachment: fixed;
}
.section.office .hd02-wrap .ja:before {
  background: #fff;
}
.section.office .hd02-wrap .ja:after {
  opacity: 0.14;
}
.section.office .inner {
  padding: 160px 0 0;
  position: relative;
  z-index: 1;
}
.section.office .inner .map-img {
  position: absolute;
  right: -80px;
  top: 0;
  pointer-events: none;
}
.section.office .inner .map-img .pin {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.8s ease;
  font-size: 1.8rem;
  font-weight: 300;
}
.section.office .inner .map-img .pin.fadeUp {
  opacity: 1;
}
.section.office .inner .map-img .pin.tokyo {
  top: 59%;
  right: 18%;
}
.section.office .inner .map-img .pin.miyazaki {
  bottom: 7.5%;
  left: 12.6%;
}
.section.office .inner .map-img .pin:before {
  content: "";
  background: #fff;
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 20px;
  border-radius: 50%;
  border: 13px solid #84251c;
}

.office-data {
  padding: 10px 50px 0;
}
.office-data h3 .en {
  font-size: 4rem;
  font-weight: 300;
}
.office-data h3 .ja {
  margin-left: 20px;
}
.office-data h4 {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}

.office-data .place {
}
.office-data .place dl {
  margin-top: 20px;
  background: #212425;
  max-width: 550px;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 40px rgb(0 0 0 / 10%);
}

.office-data .place dl dt {
  padding: 8px 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.office-data .place dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
}
.office-data .place dl dd {
  padding: 25px 30px;
  font-size: 1.8rem;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  position: relative;
}
.office-data .place dl dd:last-child:after {
  content: "etc.";
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-style: italic;
  font-size: 1.6rem;
}
.office-data .place dl dd .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #363939;
  border-radius: 50%;
  margin-right: 20px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat", sans-serif;
}
.office-data .place dl dd .txt {
  flex: 1;
}
.place.miyazaki {
  margin-top: 235px;
  margin-left: 50%;
}
.section.office .section-contact {
  background: url(../images/bg_contact.png) no-repeat center / cover;
  border-radius: 20px 20px 0 0;
  margin: 160px 80px 0;
  text-align: center;
  font-size: 1.8rem;
  padding: 190px 80px 220px;
  position: relative;
  color: #fff;
  transition: all 0.01s;
}
.section.office .section-contact .inner {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.section.office .section-contact .hd02-wrap .ja-wrap,
.section.office .section-contact .hd02-wrap .en {
  justify-content: center;
}
.section.office .section-contact .hd02-wrap .ja-wrap .ja:after,
.section.office .section-contact .hd02-wrap .ja-wrap .ja:before {
  display: none;
}
.section-contact .col2-wrap {
  margin: 0 auto;
  display: flex;
  margin-right: -40px;
  margin-top: 80px;
}
.section-contact .col2-wrap .col {
  width: calc(50% - 40px);
  margin-right: 40px;
}
.section-contact .col2-wrap .col .text {
  font-size: 2rem;
}
.section-contact .col2-wrap .col .btn-wrap {
  margin-top: 20px;
}
.section-contact .col2-wrap .col .btn {
  height: 84px;
  max-width: 100%;
  font-size: 1.6rem;
  padding: 10px 55px;
  box-shadow: 0px 8px 40px rgb(0 0 0 / 10%);
}
.section-contact .col2-wrap .col .btn:after {
  right: 32px;
  width: 32px;
  height: 32px;
}
.section.news .inner {
  padding: 160px 0 160px 40px;
  position: relative;
}
.section.news .inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: url(../images/bg_news.png) no-repeat center / cover;
  width: 522px;
  height: 431px;
  transform: translateX(-16%);
}

.section.news .hd02-wrap .ja:after {
  display: none;
}

.section.news .col-left {
  width: 300px;
  flex: none;
}
.section.news .col-right {
  padding-top: 20px;
}
.news-list {
  display: flex;
  margin-right: -30px;
}
.news-list > li {
  width: 410px;
  margin-right: 30px;
}
.news-list > li > a,
.news-list > li > div {
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  color: inherit;
  transition: all 0.3s ease;
}
.news-list > li > a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.news-list .img {
  padding: 30px;
  background: #fff;
  display: flex;
  height: 290px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.news-list .date {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  padding: 5px;
  font-size: 1.8rem;
}
.news-list .cat {
  display: flex;
  align-items: center;
  margin-left: 15px;
  font-family: "Montserrat", sans-serif;
}
.news-list .cat span {
  font-size: 1.2rem;
  padding: 4px 15px;
  background: #2b2828;
  line-height: 1;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
}
.news-list .txt {
  width: 100%;
  margin-top: 10px;
}
.section.page-area .page-box:nth-child(1) {
  background: url(../images/bg_con_01.png);
  position: relative;
  left: 0;
}
.section.page-area .page-box:nth-child(2) {
  background: url(../images/bg_con_02.png);
  left: 66px;
}
.section.page-area .page-box.cur + .page-box:nth-child(2) {
  left: calc(100% - 132px);
}
.section.page-area .page-box.cur:nth-child(2) {
  left: 66px;
}
.section.page-area .page-box:nth-child(3) {
  background: url(../images/bg_con_03.png);
  left: calc(100% - 66px);
}
.section.page-area .page-box.cur:nth-child(3) {
  left: 132px;
}
/* .section.page-area .page-box:nth-child(1):before {
  transform: translate(20%, -10%);
}
.section.page-area .page-box:nth-child(2):before {
  transform: translate(-30%, -10%);
}

.section.page-area .page-box:nth-child(3):before {
  transform: translate(-60%, -10%);
} */

.section.page-area {
/*
  height: 768px;
*/
  overflow: hidden;
  position: relative;
}

.section.page-area .page-box {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: all 0.6s cubic-bezier(1, 0.01, 0.45, 1);
}
.section.page-area .page-box.cur {
  cursor: default;
}
.page-box {
  position: relative;
  color: #fff;
  z-index: 1;
}
/* .page-box:before {
  content: "";
  position: absolute;
  background: url(../images/bg_bottom.png) no-repeat center / cover;
  width: 532px;
  height: 394px;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  display: none;
} */
/*
.page-box::before {
  position: absolute;
  content: "";
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  transition: 4s;
  opacity: 1;
}
.page-box.cur::before {
  display: none;
  opacity: 0;
}
*/
.page-box .num-head {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 66px;
  background: transparent;
  height: 100%;
  border: none;
  color: #fff;
}
.page-box .num-head .icn {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  display: block;
  overflow: hidden;
  width: 66px;
  height: 66px;
  position: relative;
  transition: all 0.5s ease;
}
.page-box.cur .num-head .icn {
  border-bottom-color: rgba(255, 255, 255, 0);
  height: 0;
}
.page-box .num-head .icn::before,
.page-box .num-head .icn::after {
  background: #fff;
  margin: auto;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
.page-box .num-head .icn::after {
  transform: rotate(90deg);
}
.page-box.cur .num-head .icn::before,
.page-box.cur .num-head .icn::after {
  opacity: 0;
}
.page-box .num-head .num {
  margin-top: 24px;
  font-family: "Montserrat", sans-serif;
}
/*
.page-box.cur .num-head {
  padding-top: 0;
}
.page-box.cur .num-head .num::before,
.page-box.cur .num-head .num::after {
  display: none;
}
*/
.page-box.cur .box-contents .inner {
  visibility: visible;
}
.page-box .box-contents .inner {
  visibility: hidden;
}
.page-box .num-head .txt {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  margin-top: 10px;
}
.page-box .inner {
  padding: 130px 70px 0;
}
.col-wrap.hd {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-box .col-left {
  margin-right: 80px;
  flex: none;
}
.page-box .col-left .hd02-wrap .ja:after {
  display: none;
}
.page-box .col-left .hd02-wrap .ja:before {
  background: #fff;
}
.page-box .col-right {
  padding-top: 10px;
}
.page-box .col-right .lead {
  font-size: 2rem;
}
.page-box .col-right .ttl {
  font-size: 3.6rem;
}
.page-box .col-right .message {
  font-size: 1.5rem;
}
.page-box .point {
  display: flex;
}
.page-box .point dt {
  background: rgba(32, 32, 32, 0.3);
  display: flex;
  width: 130px;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-right: 40px;
}
.page-box .point dd {
  flex: 1;
}
.normal-list li {
  padding-left: 1em;
  position: relative;
  font-size: 2rem;
  margin-top: 10px;
}
.normal-list li:first-child {
  margin-top: 0;
}
.normal-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  background: #fff;
  border-radius: 50%;
}
.bottom-wrap {
  margin-top: 90px;
  display: flex;
  margin-right: -1px;
}
.bottom-wrap .col {
  flex: 1;
  margin-right: 1px;
  background: rgba(34, 34, 34, 0.3);
  padding: 60px 40px;
}
.bottom-wrap .col dl {
  display: flex;
  align-items: center;
}
.bottom-wrap .col dl dt {
  margin-right: 20px;
  padding-left: 20px;
}
.bottom-wrap .col dl dd {
  flex: 1;
}

.menu-contents {
  position: fixed;
  padding: 100px 17px 0;
  width: 100%;
  background: #fff;
  z-index: 200;
  top: 0;
}
.menu-contents a {
  text-decoration: none;
  color: #2b2828;
}
.menu-contents .gnav > li {
  margin-top: 16px;
}
.menu-contents .gnav > li > a {
  display: inline-block;
  position: relative;
}
.menu-contents .gnav > li > a .en {
  position: relative;
  padding-right: 60px;
  display: inline-block;
}
.menu-contents .gnav > li > a .en:before {
  content: "";
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/arrow_right_black.svg) no-repeat center;
  border-color: #dcdede;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.menu-contents .gnav > li > a:hover .en:before {
  background: url(../images/arrow_right_white.svg) no-repeat center #000;
}

.menu-contents .gnav > li:first-child {
  margin-top: 0;
}
.menu-contents .gnav .en {
  font-size: 3.6rem;
  font-weight: 300;
}
.menu-contents .gnav .ja {
  font-size: 1.1rem;
  display: block;
}
.menu-contents .gnav > li ul {
  margin-top: 12px;
}
.menu-contents .gnav > li ul li {
  margin-top: 5px;
  font-size: 1.4rem;
}
.menu-contents .gnav > li ul li a {
  display: flex;
  align-items: center;
  position: relative;
}

.menu-contents .gnav > li ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background: url(../images/arrow_link.svg) no-repeat left center / cover;
}
.menu-contents .gnav > li ul li a[target="_blank"]:after {
  content: "";
  background: url(../images/icon_target.png) no-repeat center;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.menu-contents .header-btn-list {
  margin: 60px auto;
  justify-content: center;
  max-width: 600px;
}
.menu-contents .header-btn-list.wrap {
  flex-wrap: wrap;
}
.menu-contents .header-btn-list li {
  width: calc(50% - 12px);
  margin-left: 12px;
}
.menu-contents .header-btn-list.wrap li:first-child {
  width: calc(50% - 10px);
}
.menu-contents .header-btn-list.wrap li:nth-child(n + 2) {
  margin-top: 10px;
}

.menu-contents .header-btn-list .btn {
  min-width: initial;
}
.header-bottom-btn {
  border-top: 1px solid #dcdede;
  margin-top: 30px;
}
.header-bottom-btn .btn {
  min-width: initial;
  max-width: initial;
  border-radius: 0;
  box-shadow: none;
  background: none;
  justify-content: center;
}

.header-bottom-btn .btn.dl.white:after {
  position: static;
  transform: none;
  margin-left: 20px;
}

.sideCur .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* font margin */
.self-letter-spacing-service span:nth-of-type(1),
.self-letter-spacing-service span:nth-of-type(3),
.self-letter-spacing-service span:nth-of-type(6){
  margin-left: -4px;
}
.self-letter-spacing-service span:nth-of-type(5){
  margin-left: -3px;
}
.self-letter-spacing-service span:nth-of-type(2),
.self-letter-spacing-service span:nth-of-type(7),
.self-letter-spacing-service span:nth-of-type(9){
  margin-left: -1px;
}


.self-letter-spacing-office span:nth-of-type(1){
  margin-left: -2px;
}
.self-letter-spacing-office span:nth-of-type(3){
  margin-left: -2px;
}
.self-letter-spacing-office span:nth-of-type(5){
  margin-left: -4px;
}
.self-letter-spacing-office span:nth-of-type(6){
  margin-left: -1px;
}

.self-letter-spacing-contact span:nth-of-type(1),
.self-letter-spacing-contact span:nth-of-type(3),
.self-letter-spacing-contact span:nth-of-type(6){
  margin-left: -4px;
}
.self-letter-spacing-contact span:nth-of-type(4){
  margin-left: -5px;
}
.self-letter-spacing-contact span:nth-of-type(5){
  margin-left: -2px;
}
.self-letter-spacing-contact span:nth-of-type(2),
.self-letter-spacing-contact span:nth-of-type(7){
  margin-left: -1px;
}

.self-letter-spacing-news span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-news span:nth-of-type(2){
  margin-left: -7px;
}
.self-letter-spacing-news span:nth-of-type(3),
.self-letter-spacing-news span:nth-of-type(4){
  margin-left: -2px;
}


.self-letter-spacing-with-us span:nth-of-type(1){
  margin-left: -3px;
}
.self-letter-spacing-with-us span:nth-of-type(6),
.self-letter-spacing-with-us span:nth-of-type(2){
  margin-left: -2px;
}
.self-letter-spacing-with-us span:nth-of-type(3){
  margin-left: -1px;
}
.self-letter-spacing-with-us span:nth-of-type(4){
  margin-left: -4px;
}

.self-letter-spacing-design span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-design span:nth-of-type(4){
  margin-left: -2px;
}
.self-letter-spacing-design span:nth-of-type(5){
  margin-left: -4px;
}
.self-letter-spacing-design span:nth-of-type(6){
  margin-left: -7px;
}

.self-letter-spacing-development span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-development span:nth-of-type(5){
  margin-left: -3px;
}
.self-letter-spacing-development span:nth-of-type(6),
.self-letter-spacing-development span:nth-of-type(7),
.self-letter-spacing-development span:nth-of-type(8),
.self-letter-spacing-development span:nth-of-type(9){
  margin-left: -4px;
}
.self-letter-spacing-development span:nth-of-type(10),
.self-letter-spacing-development span:nth-of-type(11){
  margin-left: -5px;
}
.self-letter-spacing-video span:nth-of-type(3),
.self-letter-spacing-video span:nth-of-type(4){
  margin-left: -3px;
}

.self-letter-spacing-digital span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-digital span:nth-of-type(7){
  margin-left: -8px;
}
.self-letter-spacing-digital span:nth-of-type(4),
.self-letter-spacing-digital span:nth-of-type(11),
.self-letter-spacing-digital span:nth-of-type(14) {
  margin-left: -7px;
}
.self-letter-spacing-digital span:nth-of-type(10){
  margin-left: -6px;
}
.self-letter-spacing-digital span:nth-of-type(13){
  margin-left: -5px;
}
.self-letter-spacing-digital span:nth-of-type(2),
.self-letter-spacing-digital span:nth-of-type(3),
.self-letter-spacing-digital span:nth-of-type(6),
.self-letter-spacing-digital span:nth-of-type(16),
.self-letter-spacing-digital span:nth-of-type(17),
.self-letter-spacing-digital span:nth-of-type(18),
.self-letter-spacing-digital span:nth-of-type(23){
  margin-left: -4px;
}
.self-letter-spacing-digital span:nth-of-type(5),
.self-letter-spacing-digital span:nth-of-type(9),
.self-letter-spacing-digital span:nth-of-type(12),
.self-letter-spacing-digital span:nth-of-type(19){
  margin-left: -3px;
}
.self-letter-spacing-digital span:nth-of-type(15),
.self-letter-spacing-digital span:nth-of-type(21),
.self-letter-spacing-digital span:nth-of-type(24){
  margin-left: -1px;
}

.self-letter-spacing-about span:nth-of-type(2){
  margin-left: -1px;
}
.self-letter-spacing-about span:nth-of-type(3),
.self-letter-spacing-about span:nth-of-type(7){
  margin-left: -2px;
}
.self-letter-spacing-about span:nth-of-type(4){
  margin-left: -4px;
}
.self-letter-spacing-about span:nth-of-type(5){
  margin-left: -3px;
}
.self-letter-spacing-about span:nth-of-type(8){
  margin-left: -7px;
}
.self-letter-spacing-privacy span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-privacy span:nth-of-type(2),
.self-letter-spacing-privacy span:nth-of-type(3),
.self-letter-spacing-privacy span:nth-of-type(6),
.self-letter-spacing-privacy span:nth-of-type(10),
.self-letter-spacing-privacy span:nth-of-type(12){
  margin-left: -5px;
}
.self-letter-spacing-privacy span:nth-of-type(4){
  margin-left: -2px;
}
.self-letter-spacing-privacy span:nth-of-type(5){
  margin-left: -1px;
}
.self-letter-spacing-privacy span:nth-of-type(9){
  margin-left: -4px;
}
.self-letter-spacing-privacy span:nth-of-type(11){
  margin-left: -8px;
}

.self-letter-spacing-patner span:nth-of-type(1),
.self-letter-spacing-patner span:nth-of-type(3){
  margin-left: -9px;
}
.self-letter-spacing-patner span:nth-of-type(2){
  margin-left: -3px;
}
.self-letter-spacing-patner span:nth-of-type(5){
  margin-left: -4px;
}
.self-letter-spacing-patner span:nth-of-type(6),
.self-letter-spacing-patner span:nth-of-type(7){
  margin-left: -5px;
}

.self-letter-spacing-document span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-document span:nth-of-type(2),
.self-letter-spacing-document span:nth-of-type(6){
  margin-left: -3px;
}
.self-letter-spacing-document span:nth-of-type(3){
  margin-left: -2px;
}
.self-letter-spacing-document span:nth-of-type(4),
.self-letter-spacing-document span:nth-of-type(7){
  margin-left: -4px;
}
.self-letter-spacing-document span:nth-of-type(5){
  margin-left: -7px;
}
.self-letter-spacing-document span:nth-of-type(8){
  margin-left: -5px;
}

.self-letter-spacing-recruit span:nth-of-type(1){
  margin-left: -9px;
}
.self-letter-spacing-recruit span:nth-of-type(2),
.self-letter-spacing-recruit span:nth-of-type(5),
.self-letter-spacing-recruit span:nth-of-type(6){
  margin-left: -4px;
}
.self-letter-spacing-recruit span:nth-of-type(3){
  margin-left: -1px;
}
.self-letter-spacing-recruit span:nth-of-type(4){
  margin-left: -5px;
}




/*==========================================================================================================
 PC Only
 ==========================================================================================================*/
@media screen and (min-width: 1500px) {
  .mv-inner {
    padding-left: 0;
  }
}


/*==========================================================================================================
 PC Only
 ==========================================================================================================*/
@media screen and (min-width: 769px) {
  #wrap {
    /* min-width: 1366px; */
  }
  .spOnly {
    display: none !important;
  }

  .spHeader {
    display: none !important;
  }
  .menu-contents {
    padding: 48px 56px 0;
    width: 590px;
    right: 0;
    border-radius: 10px;
    overflow-y: auto;
    max-height: calc(100% - 20px);
    margin: 10px;
  }
  body.sideCur #header {
    pointer-events: none;
  }
  body.sideCur .site-nav {
    pointer-events: auto;
  }
  body.sideCur #header .header-btn-list {
    opacity: 0;
  }
  .menu-contents .header-btn-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  /* .menu-contents .gnav > li ul li a {
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    transition: none;
  }
  #footer a {
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: none;
  } */
  .menu-contents .gnav > li ul li a:hover,
  #footer a:hover {
    text-decoration: underline;
    background-size: 100% 1px;
  }
  .news-top ul li > a:hover .txt {
    text-decoration: underline;
  }
  .click-fixed #header ,
  .header-fixed #header {
    background: #fff;
    box-shadow: 0px 8px 40px rgb(0 0 0 / 10%);
  }
  .click-fixed #header .inner ,
  .header-fixed #header .inner {
    padding: 0 80px;
  }
  .click-fixed #header .header-btn-list li + li ,
  .header-fixed #header .header-btn-list li + li {
    margin: 0;
  }
  .click-fixed #header .header-btn-list .btn ,
  .header-fixed #header .header-btn-list .btn {
    border-radius: 0;
    height: 60px;
    padding: 16px 25px;
  }
  .click-fixed #header .logo ,
  .header-fixed #header .logo {
    width: 100px;
    padding: 9px 0;
  }
  .menu-contents .menu-toggle {
    position: fixed;
    right: 70px;
    top: 38px;
  }

.section.page-area .page-box:nth-child(1) .inner {
  padding-right: 148px;
}
.section.page-area .page-box:nth-child(3),
.section.page-area .page-box:nth-child(2) {
  width: calc(100% - 132px);
}


}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  body {
    font-size: 1.2rem;
    line-height: 2;
  }
  #header .inner {
    padding: 20px 25px 20px 20px;
  }
  .click-fixed #header ,
  .header-fixed #header {
    background: #fff;
    box-shadow: 0px 8px 40px rgb(0 0 0 / 10%);
  }
  .click-fixed #header .inner ,
  .header-fixed #header .inner {
    padding: 10px 20px;
  }
  .click-fixed.sideCur #header ,
  .header-fixed.sideCur #header {
    box-shadow: none;
  }
  #header .site-nav .header-btn-list {
    display: none;
  }
  .menu-toggle {
    width: 34px;
    height: 34px;
  }
  .menu-contents .gnav > li ul li {
    line-height: 1.3;
  }
  #header .logo {
    width: 84px;
  }
  body.sideCur {
    overflow: hidden;
  }
  body.sideCur .menu-contents {
    overflow-y: scroll;
    height: 100%;
  }
  .menu-contents {
    z-index: 100;
  }
  .menu-contents .menu-toggle {
    display: none;
  }
  #wrap {
    padding-top: 78px;
  }
  #top #wrap {
    padding-top: 0;
  }
  .mv {
    min-height: 1px;
    padding: 78px 0 72px;
  }
  #mv-img canvas {
    width: 100% !important;
    height: auto !important;
    top: 50%;
    transform: translate(0,-50%);
  }
  .mv-inner {
    padding: 30px 20px 280px;
  }
  .mv .btn-wrap {
    margin-top: 30px;
    padding-left: 30%;
  }
  .mv .btn-wrap .btn {
    min-width: initial;
  }
  .btn {
    font-size: 1.2rem;
    padding: 18px 20px;
  }
  .btn:after {
    right: 12px;
  }
  .news-top {
    margin-top: 0;
    margin-left: 20px;
    height: auto;
  }
  .news-top ul li {
    padding: 12px 15px;
  }
  .news-top ul li .date {
    margin-right: 10px;
  }
  .news-top ul li .txt {
    padding-right: 10px;
  }
  .section.service01:before {
    height: 200px;
  }
  /*.section.service01 {
    padding-top: 200px;
  }*/
  .section-bg {
    height: 200px !important;
  }
  .section-bg-inner {
    background-image: url(../images/img_section01_sp.png);
    top: 100px;
  }
  .section.service01 .inner,
  .section.service02 .inner,
  .section.office .inner,
  .section.news .inner {
    padding: 100px 20px 80px;
  }
  .hd02-wrap .en {
    font-size: 5rem;
  }
  .hd02-wrap .ja {
    font-size: 1.4rem;
  }
  .hd02-wrap .ja:before {
    width: 7px;
    height: 7px;
    margin-right: 10px;
  }
  .updown {
    padding-left: 4px;
  }
  .section.service01 .col-wrap .col-left {
    padding: 60px 20px;
  }
  .section.service01 .col-wrap:before {
    width: 269.5px;
    height: 264px;
    bottom: -100px;
    transform: translateX(0);
  }
  .col-wrap {
    flex-direction: column;
  }
  .section.service01 .col-wrap .col-right {
    width: auto;
    padding-top: 0;
  }
  .section.service01 .col-wrap .col-right .main-img {
    margin-left: -40px;
    margin-right: -40px;
  }
  .section.service01 .col-wrap .col-right .main-img .service-link-list {
    width: 100%;
    height: calc((738 / 750) * 100vw);
  }
  .section.service01 .col-wrap .col-right .main-img .service-link-list li {
    width: calc((416 / 750) * 100vw);
    height: calc((416 / 750) * 100vw);
  }
  .section.service01 .col-wrap .col-right .btn-wrap {
    margin-top: 50px;
    padding: 0 20px;
  }
  .section.service01 .col-wrap .col-right .main-img .service-link-list li.design {
    top: calc((32 / 750) * 100vw);
    left: 50%;
    transform: translate(-50%,0);
  }
  .section.service01 .col-wrap .col-right .main-img .service-link-list li.design .service-link-contents {
    padding-bottom: 0;
  }
  .section.service01 .col-wrap .col-right .main-img .service-link-list li.development {
    left: calc((24 / 750) * 100vw);
    bottom: 0;
  }
  .section.service01 .col-wrap .col-right .main-img .service-link-list li.movie {
    right: calc((24 / 750) * 100vw);
    bottom: 0;
  }

  .fire-section {
    margin: 0;
    border-radius: 0;
  }
  .fire-section .fire-box {
    padding: 340px 30px 80px;
    border-radius: 0;
  }
  .fire-section .hd03 {
    margin-bottom: 30px;
  }
  .hd03 .ja {
    font-size: 3.1rem;
  }
  .hd03 .ja span {
    font-size: 2.4rem;
  }
  .lead-text {
    margin-top: 30px;
    padding: 20px;
  }
  .fire-image-wrap {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }
  .fire-image-wrap > img {
    bottom: auto;
    top: 0;
    width: 100%;
    height: auto;
  }
  .fire-image-wrap > video {
    width: auto;
  }
  .white-section {
    padding: 20px 20px 0;
    width: 300px;
  }
  .white-section .img-col {
    width: 100%;
    margin-right: 0;
  }
  .section.service02 .inner .text-col {
    padding: 10px 10px 20px;
  }
  .section.service02 .inner .text-col .hd03 {
    margin-bottom: 12px;
  }
  .section.service02 .inner .text-col .hd03 .mini {
    margin-bottom: 4px;
  }
  .section.service02 .inner .text-col .hd03 .big {
    font-size: 2.4rem;
  }
  .white-section .btn-wrap {
    margin-top: 24px;
  }
  .service-list {
    margin: 0 -20px;
  }
  .service-list .slick-list {
    overflow: hidden;
  }
  .office-data {
    margin-top: 76%;
  }
  .section.office .inner .map-img .pin:before {
    width: 18px;
    height: 18px;
    border: 7px solid #84251c;
    margin-right: 10px;
  }
  .section.office .inner .map-img {
    right: -30px;
    top: 40px;
  }
  .section.office .inner .map-img .pin.tokyo {
    top: 63%;
  }
  .section.office .inner .map-img .pin.miyazaki {
    bottom: 4.5%;
  }
  .office-data {
    padding: 0;
  }
  .office-data h3 .en {
    font-size: 2.8rem;
  }
  .office-data .place dl dd {
    padding: 20px;
    font-size: 1.4rem;
  }
  .place.miyazaki {
    margin-top: 60px;
    margin-left: 0;
  }
  .section.office .section-contact {
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 100px 0 80px;
  }
  .section-contact .col2-wrap {
    flex-direction: column;
    margin-right: 0;
  }
  .section-contact .col2-wrap .col {
    margin-right: 0;
    width: 100%;
  }
  .section-contact .col2-wrap .col + .col {
    margin-top: 40px;
  }
  .section-contact .col2-wrap .col .btn {
    height: 90px;
    font-size: 1.6rem;
    padding: 30px;
  }
  .section-contact .col2-wrap .col .text {
    font-size: 1.6rem;
  }
  .section.service02 .inner:before {
    width: 249px;
    height: 292px;
    top: -50px;
  }
  .news-list {
    flex-direction: column;
    margin-right: 0;
  }
  .news-list > li {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
  .news-list > li:first-child {
    margin-top: 0;
  }
  .news-list .img {
    height: 230px;
    padding: 24px;
  }
  .news-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-list .date {
    font-size: 1.4rem;
  }
  .news-list .txt {
    font-size: 1.2rem;
  }
  .news-list .cat span {
    font-size: 1rem;
  }
  .section.news .col-right {
    padding-top: 40px;
  }
  .section.page-area {
    height: auto;
  }
  .section.page-area .page-box,
  .section.page-area .page-box.cur + .page-box:nth-child(2),
  .section.page-area .page-box.cur:nth-child(2),
  .section.page-area .page-box:nth-child(2),
  .section.page-area .page-box.cur:nth-child(3),
  .section.page-area .page-box:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
  }
  .page-box .inner {
    padding: 40px 20px 0;
  }

  .page-box.cur .num-head,
  .page-box .num-head {
    position: relative;
    flex-direction: row;
    font-size: 1.2rem;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .page-box .num-head:before {
    content: "";
    position: absolute;
    background: url(../images/icon_acc.svg) no-repeat center / cover;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-box.cur .num-head:before {
    background: url(../images/icon_acc_cur.svg) no-repeat center / cover;
    width: 20px;
    height: 1px;
  }
  .page-box .num-head .icn {
    display: none;
  }
  .page-box .num-head .num {
    margin-top: 0;
  }
  .page-box .num-head .txt {
    writing-mode: inherit;
    margin-top: 0;
    margin-left: 20px;
    font-size: 1.6rem;
  }
  .page-box .col-left {
    margin-left: 0;
    margin-right: 0;
  }
  .page-box .col-right {
    padding: 30px 0 0;
  }
  .page-box .col-right .lead {
    font-size: 1.6rem;
  }
  .page-box .col-right .ttl {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  .page-box .col-right .message {
    font-size: 1.2rem;
  }
  .page-box .point dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .page-box .point {
    flex-direction: column;
  }
  .page-box .point dt {
    padding: 10px;
    margin-bottom: 30px;
  }
  .menu-contents .header-btn-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .col-wrap.hd {
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-size: 1.6rem;
  }
  .normal-list li {
    font-size: 1.5rem;
  }
  .bottom-wrap {
    margin-top: 60px;
    margin-left: -40px;
    margin-right: -40px;
    flex-direction: column;
  }
  .bottom-wrap .col {
    padding: 30px 40px 40px;
    margin-top: 2px;
  }
  .bottom-wrap .col .btn {
    width: 100%;
    max-width: 100%;
  }
  .bottom-wrap .col dl {
    flex-direction: column;
    align-items: stretch;
  }

  .bottom-wrap .col dl dt br {
    display: none;
  }
  .bottom-wrap .col dl dt,
  .bottom-wrap .col dl dd {
  }
  .bottom-wrap .col dl dt {
    padding: 15px;
    margin: 0;
  }
  .bottom-wrap .col dl dt {
    text-align: center;
    padding-top: 0;
  }
  #footer .inner {
    padding: 60px 20px;
  }
  .footer-bottom .site-nav {
  }
  .footer-top {
    justify-content: center;
  }
  .page-top-wrap {
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom .site-nav {
    flex-direction: column;
    margin-top: 30px;
  }
  .footer-bottom .site-nav li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .page-top-wrap {
    min-width: 160px;
    margin: 0 auto;
  }
  .btn.page-top {
    min-width: 100%;
  }
  .copy {
    margin-top: 40px;
    font-size: 1rem;
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-box:before {
    display: none;
  }
  .section.news .inner:before {
    display: none;
  }

  
  .self-letter-spacing-news span:nth-of-type(1){
    margin-left: -6px;
  }
  .self-letter-spacing-news span:nth-of-type(2){
    margin-left: -4px;
  }
  
  .self-letter-spacing-design span:nth-of-type(1){
    margin-left: -5px;
  }
  .self-letter-spacing-design span:nth-of-type(4){
    margin-left: -1px;
  }
  .self-letter-spacing-design span:nth-of-type(5){
    margin-left: -2px;
  }
  .self-letter-spacing-design span:nth-of-type(6){
    margin-left: -4px;
  }

  .self-letter-spacing-development span:nth-of-type(1){
    margin-left: -4px;
  }
  .self-letter-spacing-development span:nth-of-type(5){
    margin-left: -1px;
  }
  .self-letter-spacing-development span:nth-of-type(6),
  .self-letter-spacing-development span:nth-of-type(7),
  .self-letter-spacing-development span:nth-of-type(8),
  .self-letter-spacing-development span:nth-of-type(9),
  .self-letter-spacing-development span:nth-of-type(10),
  .self-letter-spacing-development span:nth-of-type(11){
    margin-left: -2px;
  }
  .self-letter-spacing-video span:nth-of-type(3),
  .self-letter-spacing-video span:nth-of-type(4){
    margin-left: -2px;
  }

  .self-letter-spacing-digital span:nth-of-type(1),
  .self-letter-spacing-digital span:nth-of-type(7),
  .self-letter-spacing-digital span:nth-of-type(4){
    margin-left: -5px;
  }
  .self-letter-spacing-digital span:nth-of-type(14){
    margin-left: -4px;
  }
  .self-letter-spacing-digital span:nth-of-type(2),
  .self-letter-spacing-digital span:nth-of-type(3),
  .self-letter-spacing-digital span:nth-of-type(5),
  .self-letter-spacing-digital span:nth-of-type(11),
  .self-letter-spacing-digital span:nth-of-type(12),
  .self-letter-spacing-digital span:nth-of-type(13),
  .self-letter-spacing-digital span:nth-of-type(10),
  .self-letter-spacing-digital span:nth-of-type(23),
  .self-letter-spacing-digital span:nth-of-type(16),
  .self-letter-spacing-digital span:nth-of-type(17){
    margin-left: -3px;
  }
  .self-letter-spacing-digital span:nth-of-type(6),
  .self-letter-spacing-digital span:nth-of-type(9),
  .self-letter-spacing-digital span:nth-of-type(18),
  .self-letter-spacing-digital span:nth-of-type(19){
    margin-left: -2px;
  }
  .self-letter-spacing-digital span:nth-of-type(15),
  .self-letter-spacing-digital span:nth-of-type(21),
  .self-letter-spacing-digital span:nth-of-type(24){
    margin-left: -1px;
  }
  .self-letter-spacing-about span:nth-of-type(2),
  .self-letter-spacing-about span:nth-of-type(3),
  .self-letter-spacing-about span:nth-of-type(5),
  .self-letter-spacing-about span:nth-of-type(7){
    margin-left: -1px;
  }
  .self-letter-spacing-about span:nth-of-type(4){
    margin-left: -2px;
  }
  .self-letter-spacing-about span:nth-of-type(8){
    margin-left: -5px;
  }

  .self-letter-spacing-privacy span:nth-of-type(1),
  .self-letter-spacing-privacy span:nth-of-type(11){
    margin-left: -5px;
  }
  .self-letter-spacing-privacy span:nth-of-type(2),
  .self-letter-spacing-privacy span:nth-of-type(3),
  .self-letter-spacing-privacy span:nth-of-type(6),
  .self-letter-spacing-privacy span:nth-of-type(9),
  .self-letter-spacing-privacy span:nth-of-type(10),
  .self-letter-spacing-privacy span:nth-of-type(12){
    margin-left: -3px;
  }
  .self-letter-spacing-privacy span:nth-of-type(4),
  .self-letter-spacing-privacy span:nth-of-type(5){
    margin-left: -1px;
  }

  .self-letter-spacing-contact span:nth-of-type(1),
  .self-letter-spacing-contact span:nth-of-type(4){
    margin-left: -2px;
  }
  .self-letter-spacing-contact span:nth-of-type(2),
  .self-letter-spacing-contact span:nth-of-type(5){
    margin-left: -1px;
  }
  .self-letter-spacing-contact span:nth-of-type(3),
  .self-letter-spacing-contact span:nth-of-type(6){
    margin-left: -3px;
  }
  .self-letter-spacing-contact span:nth-of-type(7){
    margin-left: 0;
  }
  
  .self-letter-spacing-patner span:nth-of-type(1){
    margin-left: -5px;
  }
  .self-letter-spacing-patner span:nth-of-type(2){
    margin-left: -2px;
  }
  .self-letter-spacing-patner span:nth-of-type(3){
    margin-left: -4px;
  }
  .self-letter-spacing-patner span:nth-of-type(5){
    margin-left: -1px;
  }
  .self-letter-spacing-patner span:nth-of-type(6),
  .self-letter-spacing-patner span:nth-of-type(7){
    margin-left: -3px;
  }
  
  .self-letter-spacing-document span:nth-of-type(1),
  .self-letter-spacing-document span:nth-of-type(5){
    margin-left: -4px;
  }
  .self-letter-spacing-document span:nth-of-type(2),
  .self-letter-spacing-document span:nth-of-type(3){
    margin-left: -1px;
  }
  .self-letter-spacing-document span:nth-of-type(4),
  .self-letter-spacing-document span:nth-of-type(6),
  .self-letter-spacing-document span:nth-of-type(7),
  .self-letter-spacing-document span:nth-of-type(8){
    margin-left: -2px;
  }

  .self-letter-spacing-news span:nth-of-type(1),
  .self-letter-spacing-news span:nth-of-type(2){
    margin-left: -4px;
  }
}

/* fade */
@keyframes updown-anim{
  0%{
    opacity: 0;
    transform: translateY(110%);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.updown{
  display: flex;
}
.updown span{
  transform: translateY(110%);
  display: block;
  line-height: 1.25;
}
.updown .flx span {
font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.updown.active span{
  animation: 0.6s updown-anim cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}
.updown span:nth-child(1) {
  animation-delay: 0s;
}
.updown span:nth-child(2) {
  animation-delay: 0.05s;
}
.updown span:nth-child(3) {
  animation-delay: 0.1s;
}
.updown span:nth-child(4) {
  animation-delay: 0.15s;
}
.updown span:nth-child(5) {
  animation-delay: 0.2s;
}
.updown span:nth-child(6) {
  animation-delay: 0.25s;
}
.updown span:nth-child(7) {
  animation-delay: 0.3s;
}
.updown span:nth-child(8) {
  animation-delay: 0.35s;
}
.updown span:nth-child(9) {
  animation-delay: 0.4s;
}
.updown span:nth-child(10) {
  animation-delay: 0.45s;
}
.updown span:nth-child(11) {
  animation-delay: 0,5s;
}
.updown span:nth-child(12) {
  animation-delay: 0.55s;
}
.updown span:nth-child(13) {
  animation-delay: 0.6s;
}
.updown span:nth-child(14) {
  animation-delay: 0.65s;
}
.updown span:nth-child(15) {
  animation-delay: 0.7s;
}
.updown span:nth-child(16) {
  animation-delay: 0.75s;
}

.in-flx {
  display: inline-flex !important;
}
.flx{
  display: flex !important;
}