@charset "UTF-8";
/*
=========================================================
　カラー設定
=========================================================
*/
/*
=========================================================
　フォント設定
=========================================================
*/
/*
=========================================================
　メディアクエリ
=========================================================
*/
/*
=========================================================
　パス
=========================================================
*/
/*
=========================================================
　共通
=========================================================
*/
svg:not([fill]) {
  fill: #120050;
}

.btn-01 {
  position: relative;
  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;
  width: 12em;
  height: 3em;
  padding-left: 1.5em;
  padding-right: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  border-radius: 1.5em;
  background: #120050;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-01::before {
  content: "";
  position: absolute;
  right: 1.25em;
  width: 0px;
  height: 0px;
  border: 0.3125em solid transparent;
  border-left: 0.4375em solid #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.btn-01::after {
  content: "";
  position: absolute;
  right: 1.75em;
  width: 0px;
  height: 0px;
  border: 0.3125em solid transparent;
  border-left: 0.4375em solid #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.btn-01:link, .btn-01:visited {
  color: #fff;
}
.btn-01:active, .btn-01:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
  color: #CCD9E0;
}
.btn-01:active::before, .btn-01:hover::before {
  right: 0.75em;
  opacity: 0;
}
.btn-01:active::after, .btn-01:hover::after {
  right: 1.25em;
  opacity: 1;
}

.btn-02 {
  position: relative;
  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;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #120050;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn-02::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: 6px;
  border: 5px solid transparent;
  border-left: 7px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.btn-02::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: -24px;
  border: 5px solid transparent;
  border-left: 7px solid #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.btn-02:link, .btn-02:visited {
  color: #fff;
}
.btn-02:active, .btn-02:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
  color: #CCD9E0;
}
.btn-02:active::before, .btn-02:hover::before {
  margin-left: 24px;
  opacity: 0;
}
.btn-02:active::after, .btn-02:hover::after {
  margin-left: 6px;
  opacity: 1;
}
.btn-02.reverse::before, .btn-02.reverse::after {
  border-left: none;
  border-right: 7px solid #fff;
}
.btn-02.reverse::before {
  margin-left: auto;
  margin-right: 6px;
}
.btn-02.reverse::after {
  margin-left: auto;
  margin-right: -24px;
}
.btn-02.reverse:active::before, .btn-02.reverse:hover::before {
  margin-left: auto;
  margin-right: 24px;
}
.btn-02.reverse:active::after, .btn-02.reverse:hover::after {
  margin-left: auto;
  margin-right: 6px;
}

/*
=========================================================
　変数設定
=========================================================
*/
#header {
  background: transparent;
}

@media screen and (max-width: 1000px) {
  [data-btns=rr-rl] .l-header__body {
    grid-template-areas: "center left right search menu";
    grid-template-columns: 1fr auto auto auto var(--ark-drawerW);
  }
}

.l-header__body {
  max-width: calc(100vw - 80px) !important;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .l-header__body {
    max-width: 100vw !important;
  }
}
.l-header__body .l-header__searchBtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__body .l-header__center .l-header__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 8px;
  }
}
.l-header__body .l-header__right #gnav .c-gnav {
  gap: 2em;
}
@media screen and (max-width: 1365px) {
  .l-header__body .l-header__right #gnav .c-gnav {
    gap: clamp(0.375rem, -4.505rem + 7.62vw, 2rem);
  }
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item {
  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;
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media screen and (max-width: 1365px) {
  .l-header__body .l-header__right #gnav .c-gnav .menu-item a {
    font-size: clamp(0.75rem, -0.001rem + 1.17vw, 1rem);
  }
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item a:link, .l-header__body .l-header__right #gnav .c-gnav .menu-item a:visited {
  color: #120050;
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item a:active, .l-header__body .l-header__right #gnav .c-gnav .menu-item a:hover {
  color: #2EAFFF;
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item.nav-contact a {
  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;
  padding: 1em 1.5em;
  background: #120050;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2em;
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item.nav-contact a:link, .l-header__body .l-header__right #gnav .c-gnav .menu-item.nav-contact a:visited {
  color: #fff;
  background: #120050;
}
.l-header__body .l-header__right #gnav .c-gnav .menu-item.nav-contact a:active, .l-header__body .l-header__right #gnav .c-gnav .menu-item.nav-contact a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
}

[data-drawer=opened] .c-iconBtn__icon .__close {
  fill: #fff;
}

.p-drawer {
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
}
.p-drawer .p-drawer__inner {
  background: url(../../../../../img/home/mv-bk-kira.png) no-repeat;
  background-position: top left;
}
.p-drawer .p-drawer__inner .p-drawer__body {
  padding: 4vw 12vw;
}
.p-drawer .p-drawer__inner .p-drawer__body .drawer-menu-widget .footer-logo {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #CCD9E0;
}
.p-drawer .p-drawer__inner .p-drawer__body .drawer-menu-widget .footer-logo img {
  width: 200px;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav {
  padding-bottom: 2em;
  border-bottom: 1px solid #CCD9E0;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  border: none;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item {
  border: none;
  padding-left: 0.5em;
  overflow: hidden;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a {
  position: relative;
  margin-bottom: 1em;
  padding: 0px 0px 0 1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.25em solid transparent;
  border-left: 0.3em solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.25em solid transparent;
  border-left: 0.3em solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a:link, .p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a:visited {
  color: #fff;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a:active, .p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a:hover {
  color: #CCD9E0;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a:active::after, .p-drawer .p-drawer__inner .p-drawer__body .p-drawer__nav .c-drawerNav .menu-item .c-drawerNav__a:hover::after {
  left: 0;
  opacity: 1;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__close {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__close svg {
  fill: #fff;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__close:hover {
  color: #2EAFFF;
}
.p-drawer .p-drawer__inner .p-drawer__body .p-drawer__close:hover svg {
  fill: #2EAFFF;
}

.mv-sec {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.mv-sec .mv-inner {
  display: grid;
  width: 100vw;
  height: auto;
  grid-template-columns: 1fr 684px 516px 1fr;
  grid-template-rows: 57.689vh 25.629vh 16.962vh 4.939vh 21.528vh 29.357vh 11.463vh 21.528vh 30.848vh 16.869vh;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1920px) {
  .mv-sec .mv-inner {
    grid-template-columns: auto 684px 516px auto;
    grid-template-rows: 57.689vh 25.629vh 9.479vw 2.76vw 12.031vw 29.357vh 6.406vw 12.031vw 17.24vw 9.427vw;
  }
}
@media screen and (max-width: 1365px) {
  .mv-sec .mv-inner {
    grid-template-columns: auto 50.10989011vw 37.8021978vw auto;
  }
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner {
    grid-template-columns: 16.8vw 66.4vw 16.8vw;
    grid-template-rows: 57.322svh 37.547svh 8.952svh 31.901vw 40.104vw 17.188vw 127.344vw 25.26vw 10.922vw;
  }
}
.mv-sec .mv-inner .mv-img {
  grid-area: 1/1/5/5;
}
.mv-sec .mv-inner .mv-bk-head {
  grid-area: 3/1/5/5;
}
.mv-sec .mv-inner .mv-bk {
  grid-area: 5/1/10/5;
}
.mv-sec .mv-inner .mv-title {
  grid-area: 2/2/7/3;
}
.mv-sec .mv-inner .mv-about {
  grid-area: 6/3/8/4;
}
.mv-sec .mv-inner .mv-slider {
  grid-area: 9/1/11/5;
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner .mv-img {
    grid-area: 1/1/4/4;
  }
  .mv-sec .mv-inner .mv-bk-head {
    grid-area: 3/1/4/4;
  }
  .mv-sec .mv-inner .mv-bk {
    grid-area: 4/1/9/4;
  }
  .mv-sec .mv-inner .mv-title {
    grid-area: 2/2/6/3;
  }
  .mv-sec .mv-inner .mv-about {
    grid-area: 7/2/8/3;
  }
  .mv-sec .mv-inner .mv-slider {
    grid-area: 8/1/10/4;
  }
}
.mv-sec .mv-inner .mv-img {
  background-image: url(../../../../../img/home/mv01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner .mv-img {
    background-image: url(../../../../../img/home/mv01-sp.jpg);
  }
}
.mv-sec .mv-inner .mv-bk-head {
  -webkit-mask-image: url(../../../../../img/home/mv-bk.png);
          mask-image: url(../../../../../img/home/mv-bk.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: 100% 101%;
          mask-size: 100% 101%;
  mask-mode: luminance;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
}
@media screen and (max-width: 580px) {
  .mv-sec .mv-inner .mv-bk-head {
    -webkit-mask-size: auto 101%;
            mask-size: auto 101%;
  }
}
.mv-sec .mv-inner .mv-bk {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  z-index: -1;
  overflow: hidden;
}
.mv-sec .mv-inner .mv-bk::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1560px;
  aspect-ratio: 520/383;
  background: url(../../../../../img/home/mv-bk-kira.png) no-repeat;
}
.mv-sec .mv-inner .mv-title {
  position: relative;
}
.mv-sec .mv-inner .mv-title h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 74px;
  font-weight: 900;
  font-style: italic;
  line-height: 0.9em;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  .mv-sec .mv-inner .mv-title h2 {
    font-size: 5.421245421vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner .mv-title h2 {
    font-size: 10.41666667vw;
  }
}
.mv-sec .mv-inner .mv-title h2 span {
  display: block;
  margin-bottom: 0.35em;
}
.mv-sec .mv-inner .mv-about {
  position: relative;
  color: #fff;
  top: 0;
}
.mv-sec .mv-inner .mv-about h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1365px) {
  .mv-sec .mv-inner .mv-about h3 {
    font-size: 1.318681319vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner .mv-about h3 {
    margin-bottom: 1em;
    font-size: 4.166666667vw;
  }
}
.mv-sec .mv-inner .mv-about h3 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 1365px) {
  .mv-sec .mv-inner .mv-about h3 span {
    font-size: 3.223443223vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner .mv-about h3 span {
    margin-top: 0.2em;
    font-size: 6.510416667vw;
  }
}
.mv-sec .mv-inner .mv-about p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 1365px) {
  .mv-sec .mv-inner .mv-about p {
    font-size: 1.318681319vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-sec .mv-inner .mv-about p {
    font-size: 4.166666667vw;
  }
}
.mv-sec .mv-inner .mv-about .btn-01 {
  margin-top: 3em;
}
.mv-sec .mv-inner .mv-slider {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner .slider-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.335279399%;
  height: 100%;
  aspect-ratio: 2398/515;
  padding-right: 2.335279399%;
  -webkit-animation: mv-slide 40s linear infinite;
          animation: mv-slide 40s linear infinite;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner .slider-group .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner .slider-group .slider-item:nth-child(even) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner .slider-group .slider-item img {
  width: 100%;
  aspect-ratio: 53/58;
  border-radius: 8px;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner .slider-group:nth-child(2) .slider-item:nth-child(even) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mv-sec .mv-inner .mv-slider .mv-slider-inner .slider-group:nth-child(2) .slider-item:nth-child(odd) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@-webkit-keyframes mv-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 56px));
            transform: translateX(calc(-100% - 56px));
  }
}

@keyframes mv-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 56px));
            transform: translateX(calc(-100% - 56px));
  }
}
.service-sec {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  background: url(../../../../../img/home/service-bk-kira.png) no-repeat;
  background-position: center right;
}
@media screen and (max-width: 768px) {
  .service-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.service-sec .service-inner {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 3/2;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 16.667% 28.666% 16.667%;
  grid-template-rows: 13% 48% 14% 25%;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 768px) {
  .service-sec .service-inner {
    aspect-ratio: 688/1343;
    grid-template-columns: 29.215% 41.57% 29.215%;
    grid-template-rows: 46.761% 32.539% 7.297% 13.403%;
  }
}
.service-sec .service-inner .service-txt {
  grid-area: 2/1/3/3;
}
.service-sec .service-inner .service-img01 {
  grid-area: 1/3/4/5;
}
.service-sec .service-inner .service-img02 {
  grid-area: 3/2/5/4;
}
@media screen and (max-width: 768px) {
  .service-sec .service-inner .service-txt {
    grid-area: 1/1/2/4;
  }
  .service-sec .service-inner .service-img01 {
    grid-area: 2/2/4/4;
  }
  .service-sec .service-inner .service-img02 {
    grid-area: 3/1/5/3;
  }
}
.service-sec .service-inner .service-txt h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 1365px) {
  .service-sec .service-inner .service-txt h3 {
    font-size: 1.318681319vw;
  }
}
@media screen and (max-width: 768px) {
  .service-sec .service-inner .service-txt h3 {
    margin-bottom: 1em;
    font-size: 4.166666667vw;
  }
}
.service-sec .service-inner .service-txt h3 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 1365px) {
  .service-sec .service-inner .service-txt h3 span {
    font-size: 3.223443223vw;
  }
}
@media screen and (max-width: 768px) {
  .service-sec .service-inner .service-txt h3 span {
    margin-top: 0.2em;
    font-size: 6.510416667vw;
  }
}
.service-sec .service-inner .service-txt p {
  max-width: 480px;
  width: 95%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 1365px) {
  .service-sec .service-inner .service-txt p {
    font-size: 1.318681319vw;
  }
}
@media screen and (max-width: 768px) {
  .service-sec .service-inner .service-txt p {
    font-size: 4.166666667vw;
  }
}
.service-sec .service-inner .service-txt .btn-01 {
  margin-top: 3em;
}
.service-sec .service-inner .service-img01 img,
.service-sec .service-inner .service-img02 img {
  border-radius: 15px;
}

.works-sec {
  width: 100vw;
  padding-top: 160px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  border-top: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .works-sec {
    padding-top: 20.83333333vw;
  }
}
.works-sec .wp-block-group__inner-container .works-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .works-sec .wp-block-group__inner-container .works-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.works-sec .wp-block-group__inner-container .works-header .works-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: 72px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 768px) {
  .works-sec .wp-block-group__inner-container .works-header .works-title h3 {
    margin-right: 16px;
    font-size: 4.166666667vw;
  }
}
.works-sec .wp-block-group__inner-container .works-header .works-title h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
  /*
  @include mq(w1365){
      font-size: 3.223443223vw;
  }
  */
}
@media screen and (max-width: 768px) {
  .works-sec .wp-block-group__inner-container .works-header .works-title h3 span {
    margin-top: 0.2em;
    font-size: 6.510416667vw;
  }
}
.works-sec .wp-block-group__inner-container .works-header .works-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .works-sec .wp-block-group__inner-container .works-header .works-more .btn-01 {
    font-size: 2.083vw;
    width: 25vw;
  }
}
@media screen and (max-width: 500px) {
  .works-sec .wp-block-group__inner-container .works-header .works-more {
    display: none;
  }
}
.works-sec .wp-block-group__inner-container .works-header .works-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 4px;
}
.works-sec .wp-block-group__inner-container .works-header .works-arrows .arrows-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96px;
  height: 40px;
}
.works-sec .wp-block-group__inner-container .works-slider {
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  .works-sec .wp-block-group__inner-container .works-slider {
    margin-top: 2em;
  }
}
.works-sec .wp-block-group__inner-container .works-slider .works-item {
  max-width: 376px;
  aspect-ratio: 188/231;
  margin: 0 16px;
  padding: 20px 20px 0;
  border: 1px solid #CCD9E0;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .works-sec .wp-block-group__inner-container .works-slider .works-item {
    max-width: 75.2vw;
    margin: 0 3.2vw;
    padding: 4vw 4vw 0;
  }
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-photo {
  width: 336px;
  aspect-ratio: 42/41;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-photo {
    max-width: 67.2vw;
  }
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a {
  text-decoration: none;
  color: #333333;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:link, .works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:visited {
  color: #333333;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:active .btn-02, .works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:hover .btn-02 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
  color: #CCD9E0;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:active .btn-02::before, .works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:hover .btn-02::before {
  margin-left: 24px;
  opacity: 0;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:active .btn-02::after, .works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner a:hover .btn-02::after {
  margin-left: 6px;
  opacity: 1;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info .item-text .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info .item-text .item-meta .item-date {
  font-size: 14px;
  line-height: 1em;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info .item-text .item-meta .item-cat {
  padding: 0.25em 1.25em;
  font-size: 12px;
  line-height: 1em;
  border-radius: 1em;
  background-color: #CCD9E0;
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info .item-text .item-titel {
  width: auto;
  margin: 0.5em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  .works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info .item-text .item-titel {
    font-size: 3.2vw;
  }
}
.works-sec .wp-block-group__inner-container .works-slider .works-item .item-inner .item-info .item-btn {
  min-width: 40px;
}
.works-sec .wp-block-group__inner-container .works-more-sp {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto 0;
}
@media screen and (max-width: 500px) {
  .works-sec .wp-block-group__inner-container .works-more-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.works-sec .wp-block-group__inner-container .works-none {
  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;
  width: 100%;
  height: 300px;
  background-color: #CCD9E0;
}

.recruit-sec {
  position: relative;
  width: 100vw;
  height: 761px;
  margin-top: 240px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), color-stop(10%, rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(18, 0, 80) 10%, rgb(46, 175, 255) 100%);
  border-radius: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .recruit-sec {
    height: auto;
    aspect-ratio: 1023/2176;
    margin-top: 23.46041056vw;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
    background: linear-gradient(0deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  }
}
.recruit-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/recruit/staffm-bk-kira.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.recruit-sec .recruit-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner {
    padding-bottom: 38.41642229vw;
  }
}
.recruit-sec .recruit-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../../img/home/recruit-img.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1920px) {
  .recruit-sec .recruit-inner::before {
    background-position: top left calc((100vw - 1920px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner::before {
    background: url(../../../../../img/home/recruit-img-sp.jpg) no-repeat;
    background-size: cover;
    background-position: top left;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    -webkit-mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
            mask-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  }
}
.recruit-sec .recruit-inner .recruit-come {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  padding-left: 106px;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .recruit-sec .recruit-inner .recruit-come {
    padding-left: 5.520833333vw;
  }
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner .recruit-come {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 15.6402737vw 9.775171065vw 0;
    text-align: center;
  }
}
.recruit-sec .recruit-inner .recruit-come h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner .recruit-come h3 {
    display: block;
    text-align: center;
    font-size: 3.519061584vw;
  }
}
.recruit-sec .recruit-inner .recruit-come h3 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner .recruit-come h3 span {
    text-align: center;
    font-size: 11.73020528vw;
  }
}
.recruit-sec .recruit-inner .recruit-come h4 {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner .recruit-come h4 {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    font-size: 5.865102639vw;
  }
}
.recruit-sec .recruit-inner .recruit-come p {
  max-width: 428px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner .recruit-come p {
    max-width: 100%;
    text-align: center;
    font-size: 3.910068426vw;
  }
}
.recruit-sec .recruit-inner .recruit-come .btn-01 {
  margin-top: 3em;
}
@media screen and (max-width: 1023px) {
  .recruit-sec .recruit-inner .recruit-come .btn-01 {
    margin: 3em auto 0;
    font-size: 3.519061584vw;
  }
}

.news-sec {
  width: 100vw;
  padding: 240px 40px 160px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  border-bottom: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .news-sec {
    padding: 31.25vw 40px 20.83333333vw;
  }
}
.news-sec .wp-block-group__inner-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.news-sec .wp-block-group__inner-container .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media screen and (max-width: 768px) {
  .news-sec .wp-block-group__inner-container .news-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-sec .wp-block-group__inner-container .news-inner .news-title {
  width: 420px;
}
.news-sec .wp-block-group__inner-container .news-inner .news-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: 72px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 768px) {
  .news-sec .wp-block-group__inner-container .news-inner .news-title h3 {
    margin-right: 16px;
    font-size: 4.166666667vw;
  }
}
.news-sec .wp-block-group__inner-container .news-inner .news-title h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
  /*
  @include mq(w1365){
      font-size: 3.223443223vw;
  }
  */
}
@media screen and (max-width: 768px) {
  .news-sec .wp-block-group__inner-container .news-inner .news-title h3 span {
    margin-top: 0.2em;
    font-size: 6.510416667vw;
  }
}
.news-sec .wp-block-group__inner-container .news-inner .news-title .news-btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .news-sec .wp-block-group__inner-container .news-inner .news-title .news-btn {
    display: none;
  }
}
.news-sec .wp-block-group__inner-container .news-inner .news-list {
  width: 780px;
}
@media screen and (max-width: 768px) {
  .news-sec .wp-block-group__inner-container .news-inner .news-list {
    margin-top: 2.5em;
  }
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dl, .news-sec .wp-block-group__inner-container .news-inner .news-list dt, .news-sec .wp-block-group__inner-container .news-inner .news-list dd {
  margin: 0;
  padding: 0;
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CCD9E0;
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dt span:last-child {
  padding: 0.125em 1em;
  margin-left: 1em;
  background-color: #CCD9E0;
  color: #333333;
  border-radius: 1em;
  font-size: 12px;
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dd {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #CCD9E0;
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dd a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dd a:link, .news-sec .wp-block-group__inner-container .news-inner .news-list dd a:visited {
  color: #333333;
}
.news-sec .wp-block-group__inner-container .news-inner .news-list dd a:active, .news-sec .wp-block-group__inner-container .news-inner .news-list dd a:hover {
  color: #2EAFFF;
}
.news-sec .wp-block-group__inner-container .news-inner .news-btn-sp {
  display: none;
  width: 100%;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .news-sec .wp-block-group__inner-container .news-inner .news-btn-sp {
    display: block;
  }
}
.news-sec .wp-block-group__inner-container .news-inner .news-btn-sp .btn-01 {
  margin: 0 auto;
}

.home-company-sec {
  width: 100vw;
  padding: 160px 40px 160px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 1200px) {
  .home-company-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.home-company-sec .home-company-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.home-company-sec .home-company-inner a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 30/11;
  background: url(../../../../../img/home/company-img.jpg) no-repeat;
  background-size: 100%;
  background-position: center center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 16px;
  overflow: hidden;
}
.home-company-sec .home-company-inner a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../../../img/home/company-img-kira.png) no-repeat;
  background-position: right bottom;
  opacity: 0;
  mix-blend-mode: color-dodge;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.home-company-sec .home-company-inner a:link, .home-company-sec .home-company-inner a:visited {
  color: #fff;
}
.home-company-sec .home-company-inner a:active, .home-company-sec .home-company-inner a:hover {
  background-size: 105%;
}
.home-company-sec .home-company-inner a:active::after, .home-company-sec .home-company-inner a:hover::after {
  opacity: 1;
}
.home-company-sec .home-company-inner a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1023px) {
  .home-company-sec .home-company-inner a h3 {
    display: block;
    text-align: center;
    font-size: 3.519061584vw;
  }
}
.home-company-sec .home-company-inner a h3 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home-company-sec .home-company-inner a h3 span {
    text-align: center;
    font-size: 11.73020528vw;
  }
}

.sign-sec {
  width: 100vw;
  padding: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.sign-sec .sign-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 155px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sign-sec .sign-inner {
    height: 20.18229167vw;
  }
}
.sign-sec .sign-inner .sign-item {
  padding-right: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 155px;
  line-height: 1em;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  -webkit-animation: mv-slide 40s linear infinite;
          animation: mv-slide 40s linear infinite;
}
@media screen and (max-width: 768px) {
  .sign-sec .sign-inner .sign-item {
    font-size: 20.18229167vw;
  }
}

.l-footer {
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  border-radius: 25px 25px 0 0;
  color: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0;
  }
}
.l-footer .l-footer__inner {
  background: url(../../../../../img/footer/footer-bk-kira.png) no-repeat;
  background-position: top left;
}
.l-footer .l-footer__inner .l-footer__widgets {
  padding-top: 96px;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 70px 0;
  border-bottom: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 90px 30px 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container {
    padding: 0 40px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer {
    width: 100%;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer .c-widget .footer-left .footer-logo {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer .c-widget .footer-left .footer-logo {
    margin: 0 auto;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer .c-widget .footer-left .footer-address {
  margin-top: 2.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.8em;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer .c-widget .footer-left .footer-address {
    margin-top: 1em;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer .c-widget .footer-left .footer-address span {
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer .c-widget .footer-left .footer-address span {
    text-align: center;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 {
  margin-top: 0px;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3em;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu ul, .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu ul, .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu li {
    width: 100%;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu {
    width: 100%;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu:first-child {
  margin-right: 4em;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu:first-child {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu:last-child .menu-item:last-child {
    border-bottom: none;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item {
  margin-bottom: 1em;
  padding-left: 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item {
    display: block;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #CCD9E0;
  }
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a {
  position: relative;
  margin-bottom: 1em;
  padding: 0px 0px 0 1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.25em solid transparent;
  border-left: 0.3em solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.25em solid transparent;
  border-left: 0.3em solid #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a:link, .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a:visited {
  color: #fff;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a:active, .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a:hover {
  color: #CCD9E0;
}
.l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a:active::after, .l-footer .l-footer__inner .l-footer__widgets .l-container .w-footer.-widget2 .c-widget .custom-menu .menu .menu-item a:hover::after {
  left: 0;
  opacity: 1;
}
.l-footer .l-footer__inner .l-footer__foot {
  padding: 16px 0px 96px;
}
.l-footer .l-footer__inner .l-footer__foot .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__foot .l-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__foot .l-container .footer-widget {
    width: 100%;
    text-align: center;
  }
}
.l-footer .l-footer__inner .l-footer__foot .l-container .footer-widget .footer-polcy a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.l-footer .l-footer__inner .l-footer__foot .l-container .footer-widget .footer-polcy a:link, .l-footer .l-footer__inner .l-footer__foot .l-container .footer-widget .footer-polcy a:visited {
  color: #fff;
}
.l-footer .l-footer__inner .l-footer__foot .l-container .footer-widget .footer-polcy a:active, .l-footer .l-footer__inner .l-footer__foot .l-container .footer-widget .footer-polcy a:hover {
  color: #CCD9E0;
}
.l-footer .l-footer__inner .l-footer__foot .l-container .c-copyright {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__inner .l-footer__foot .l-container .c-copyright {
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }
}

body.about .l-content__top {
  display: none;
}
body.about .p-breadcrumb {
  display: none;
}
body.about .l-content__body {
  margin-top: 0;
}
body.about tr, body.about th, body.about td {
  margin: 0;
  padding: 0 !important;
  border: none;
}

.about-mv-sec {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.about-mv-sec .about-mv-inner {
  position: relative;
  width: 100%;
  height: 100svh;
}
.about-mv-sec .about-mv-inner .am-img {
  position: absolute;
  width: 100%;
  height: 100svh;
  background-image: url(../../../../../img/about/about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-mv-sec .about-mv-inner .am-mask {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 39.907svh;
  -webkit-mask-image: url(../../../../../img/about/about-mask.png);
          mask-image: url(../../../../../img/about/about-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 101%;
          mask-size: 100% 101%;
  mask-mode: luminance;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
}
@media screen and (max-width: 767px) {
  .about-mv-sec .about-mv-inner .am-mask {
    height: 18svh;
  }
}
.about-mv-sec .about-mv-inner .am-title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 36.666svh;
  color: #fff;
}
.about-mv-sec .about-mv-inner .am-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1920px) {
  .about-mv-sec .about-mv-inner .am-title h1 {
    padding: 0 40px;
  }
}
.about-mv-sec .about-mv-inner .am-title h1 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about-mv-sec .about-mv-inner .am-title h1 span {
    font-size: 12vw;
  }
}

.about-come-sec {
  position: relative;
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-top: 0px;
  padding: 0 0 180px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  z-index: -1;
}
.about-come-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../../../img/about/about-come-kira.png) no-repeat;
  background-position: left 0px bottom 120px;
}
.about-come-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
.about-come-sec .about-come-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about-come-sec .about-come-inner {
    padding: 0 40px;
  }
}
.about-come-sec .about-come-inner #ac-title {
  margin-bottom: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 74px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about-come-sec .about-come-inner #ac-title {
    font-size: 8.2vw;
  }
}
.about-come-sec .about-come-inner #ac-title span {
  display: block;
  margin-bottom: 0.35em;
}
.about-come-sec .ac-come {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-come-sec .ac-come {
    text-align: left;
  }
}
.about-come-sec .ac-come p {
  margin-bottom: 2em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-come-sec .ac-come p {
    text-align: left;
  }
}
.about-come-sec .ac-come p span {
  display: block;
}
@media screen and (max-width: 767px) {
  .about-come-sec .ac-come p span {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .about-come-sec .ac-come p span.ac-point {
    display: block;
    margin-top: 1em;
  }
}

.pillars-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  border-bottom: 1px solid #CCD9E0;
  background: url(../../../../../img/home/service-bk-kira.png) no-repeat;
  background-position: center right;
}
@media screen and (max-width: 1024px) {
  .pillars-sec {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pillars-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.pillars-sec .pillars-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.pillars-sec .pillars-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 500px) {
  .pillars-sec .pillars-inner h2 {
    font-size: 16px;
  }
}
.pillars-sec .pillars-inner h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .pillars-sec .pillars-inner h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.pillars-sec .pillars-inner .pillars-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 96px;
  gap: 96px;
}
@media screen and (max-width: 1280px) {
  .pillars-sec .pillars-inner .pillars-items {
    margin-top: 7.5vw;
    gap: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items {
    gap: 96px;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-img {
  width: 50%;
  aspect-ratio: 75/43;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-img {
    display: none;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-img img {
  width: 100%;
  border-radius: 10px;
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-img.sp {
    display: block;
    width: 100%;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 72px;
  color: #120050;
}
@media screen and (max-width: 1280px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come {
    margin-left: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come {
    width: 100%;
    margin-left: auto;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner {
    max-width: 100%;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner .pillars-no {
  margin-bottom: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 1280px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner .pillars-no {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner .pillars-no {
    margin-bottom: 1rem;
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner .pillars-no {
    font-size: clamp(2.813rem, 12vw, 3.75rem);
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner h3 {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 1280px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner h3 {
    font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
  }
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner h3 {
    margin-bottom: 1rem;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner h3 {
    font-size: clamp(1.313rem, 5.6vw, 1.75rem);
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item .pillars-come .pillars-come-inner p {
  font-size: 16px;
  line-height: 2em;
  color: #333333;
  letter-spacing: 0;
}
.pillars-sec .pillars-inner .pillars-items .pillars-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pillars-sec .pillars-inner .pillars-items .pillars-item:nth-child(even) .pillars-come {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 72px;
}
@media screen and (max-width: 1280px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item:nth-child(even) .pillars-come {
    margin-right: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .pillars-sec .pillars-inner .pillars-items .pillars-item:nth-child(even) .pillars-come {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
  }
}

.achi-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  border-bottom: 1px solid #CCD9E0;
  background: url(../../../../../img/about/achi-bk-kira.png) no-repeat;
  background-position: top 160px left 0;
}
@media screen and (max-width: 1024px) {
  .achi-sec {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .achi-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
    background-position: top 20.83333333vw left 0;
  }
}
.achi-sec .achi-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.achi-sec .achi-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 500px) {
  .achi-sec .achi-inner h2 {
    font-size: 16px;
  }
}
.achi-sec .achi-inner h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .achi-sec .achi-inner h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.achi-sec .achi-inner .achi-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}
@media screen and (max-width: 1280px) {
  .achi-sec .achi-inner .achi-items {
    gap: 2.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .achi-sec .achi-inner .achi-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  .achi-sec .achi-inner .achi-items {
    gap: 3.515625vw;
  }
}
.achi-sec .achi-inner .achi-items .achi-item {
  width: 30%;
  padding: 36px;
  border: 1px solid #CCD9E0;
  border-radius: 10px;
  background-color: #F2F6F8;
}
@media screen and (max-width: 1280px) {
  .achi-sec .achi-inner .achi-items .achi-item {
    padding: 3.90625vw;
    padding: 2.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .achi-sec .achi-inner .achi-items .achi-item {
    width: 100%;
    padding: 36px;
  }
}
@media screen and (max-width: 768px) {
  .achi-sec .achi-inner .achi-items .achi-item {
    padding: 3.515625vw;
  }
}
.achi-sec .achi-inner .achi-items .achi-item .achi-item-inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .achi-sec .achi-inner .achi-items .achi-item .achi-item-inner {
    text-align: left;
  }
}
.achi-sec .achi-inner .achi-items .achi-item .achi-item-inner .achi-img {
  margin-bottom: 40px;
  aspect-ratio: 155/114;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .achi-sec .achi-inner .achi-items .achi-item .achi-item-inner .achi-img {
    margin-bottom: 5.208333333vw;
  }
}
.achi-sec .achi-inner .achi-items .achi-item .achi-item-inner .achi-img img {
  width: 100%;
}
.achi-sec .achi-inner .achi-items .achi-item .achi-item-inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
}
.achi-sec .achi-inner .achi-other {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .achi-sec .achi-inner .achi-other {
    margin-top: 13.02083333vw;
  }
}
.achi-sec .achi-inner .achi-other .achi-other-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .achi-sec .achi-inner .achi-other .achi-other-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.achi-sec .achi-inner .achi-other .achi-other-inner .achi-other-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.achi-sec .achi-inner .achi-other .achi-other-inner .achi-other-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #120050;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .achi-sec .achi-inner .achi-other .achi-other-inner .achi-other-title h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .achi-sec .achi-inner .achi-other .achi-other-inner .achi-other-title h3 {
    font-size: clamp(1.313rem, 0.895rem + 1.78vw, 1.75rem);
  }
}
.achi-sec .achi-inner .achi-other .achi-other-inner .achi-other-title h3 span {
  display: block;
}
.achi-sec .achi-inner .achi-other .achi-other-inner ul, .achi-sec .achi-inner .achi-other .achi-other-inner li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.achi-sec .achi-inner .achi-other .achi-other-inner ul {
  width: 66.167%;
}
@media screen and (max-width: 1024px) {
  .achi-sec .achi-inner .achi-other .achi-other-inner ul {
    width: 100%;
  }
}
.achi-sec .achi-inner .achi-other .achi-other-inner ul li {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #CCD9E0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
}
.achi-sec .achi-inner .achi-other .achi-other-inner ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
@media screen and (max-width: 580px) {
  .achi-sec .achi-inner .achi-other .achi-other-inner ul li span {
    width: 100%;
    display: block;
    white-space: nowrap;
  }
}

.arank-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
}
@media screen and (max-width: 768px) {
  .arank-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.arank-sec .arank-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .arank-sec .arank-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.arank-sec .arank-inner .arank-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #120050;
}
@media screen and (max-width: 768px) {
  .arank-sec .arank-inner .arank-title h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .arank-sec .arank-inner .arank-title h2 span {
    display: block;
  }
}
.arank-sec .arank-inner .arank-title p {
  max-width: 430px;
  width: 90%;
  color: #333333;
  line-height: 2em;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .arank-sec .arank-inner .arank-title p {
    max-width: 100%;
    margin-bottom: 1em;
  }
}
.arank-sec .arank-inner .arank-img {
  max-width: 660px;
  aspect-ratio: 660/383;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .arank-sec .arank-inner .arank-img {
    max-width: 100%;
  }
}
.arank-sec .arank-inner .arank-img img {
  width: 100%;
}

.message-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
}
.message-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../../img/about/massege-bk-kira.png) no-repeat;
  background-position: top right;
}
@media screen and (max-width: 768px) {
  .message-sec::before {
    background-size: 100%;
    background-position: center right;
  }
}
@media screen and (max-width: 768px) {
  .message-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.message-sec .message-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.message-sec .message-inner .mess-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message-sec .message-inner .mess-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 500px) {
  .message-sec .message-inner .mess-title h2 {
    font-size: 16px;
  }
}
.message-sec .message-inner .mess-title h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .message-sec .message-inner .mess-title h2 span {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-title h2 span {
    font-size: 32px;
  }
}
.message-sec .message-inner .mess-title .mess-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-title .mess-name {
    width: 100%;
    margin-top: 1em;
  }
}
.message-sec .message-inner .mess-title .mess-name::before {
  content: "";
  font-size: 72px;
}
@media screen and (max-width: 500px) {
  .message-sec .message-inner .mess-title .mess-name::before {
    font-size: 16px;
  }
}
.message-sec .message-inner .mess-title .mess-name span {
  line-height: 1em;
}
.message-sec .message-inner .mess-title .mess-name span:nth-child(1) {
  font-size: 16px;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-title .mess-name span:nth-child(1) {
    font-size: 12px;
  }
}
.message-sec .message-inner .mess-title .mess-name span:nth-child(2) {
  font-size: 28px;
}
@media screen and (max-width: 1280px) {
  .message-sec .message-inner .mess-title .mess-name span:nth-child(2) {
    font-size: clamp(1.313rem, 0.656rem + 1.37vw, 1.75rem);
  }
}
.message-sec .message-inner .mess-title .mess-name span:nth-child(3) {
  padding-left: 1em;
  font-size: 16px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-title .mess-name span:nth-child(3) {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .message-sec .message-inner .mess-title .mess-name span:nth-child(3) {
    display: none;
  }
}
.message-sec .message-inner .mess-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  margin-top: 96px;
}
@media screen and (max-width: 1280px) {
  .message-sec .message-inner .mess-item {
    gap: 7.8125vw;
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.message-sec .message-inner .mess-item .mess-img {
  max-width: 540px;
  width: 100%;
  aspect-ratio: 135/194;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-item .mess-img {
    max-width: 100%;
  }
}
.message-sec .message-inner .mess-item .mess-img img {
  width: 100%;
  border-radius: 15px;
}
.message-sec .message-inner .mess-item .mess-come {
  padding-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .message-sec .message-inner .mess-item .mess-come {
    width: 100%;
  }
}
.message-sec .message-inner .mess-item .mess-come dl, .message-sec .message-inner .mess-item .mess-come dt, .message-sec .message-inner .mess-item .mess-come dd {
  margin: 0;
  padding: 0;
}
.message-sec .message-inner .mess-item .mess-come dl dt {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.message-sec .message-inner .mess-item .mess-come dl dd p {
  margin-bottom: 1em;
}

.rine-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 0;
}
@media screen and (max-width: 768px) {
  .rine-sec {
    padding: 20.83333333vw 40px 0;
  }
}
.rine-sec .rinen-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.rine-sec .rinen-inner .rinen-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #CCD9E0;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .rine-sec .rinen-inner .rinen-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rine-sec .rinen-inner .rinen-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.rine-sec .rinen-inner .rinen-item h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 72px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 768px) {
  .rine-sec .rinen-inner .rinen-item h2 {
    font-size: 16px;
  }
}
.rine-sec .rinen-inner .rinen-item h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 768px) {
  .rine-sec .rinen-inner .rinen-item h2 span {
    font-size: clamp(1.5rem, 0.307rem + 5.09vw, 2.75rem);
  }
}
.rine-sec .rinen-inner .rinen-item .rinen-come {
  max-width: 560px;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
}
@media screen and (max-width: 1023px) {
  .rine-sec .rinen-inner .rinen-item .rinen-come {
    max-width: 100%;
    margin-top: 2em;
  }
}
.rine-sec .rinen-inner .rinen-item .rinen-come h3 {
  margin-bottom: 1em;
  font-size: 28px;
  color: #120050;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .rine-sec .rinen-inner .rinen-item .rinen-come h3 {
    font-size: clamp(1.313rem, 0.895rem + 1.78vw, 1.75rem);
  }
}
.rine-sec .rinen-inner .rinen-item .rinen-come tr th {
  font-weight: 700;
  margin-right: 1em;
  padding-right: 1em !important;
  padding-bottom: 1.5em !important;
  font-size: 28px;
  white-space: nowrap;
  color: #120050;
  line-height: 1em;
  padding-top: 0.15em !important;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .rine-sec .rinen-inner .rinen-item .rinen-come tr th {
    font-size: clamp(1.313rem, 0.895rem + 1.78vw, 1.75rem);
    padding-top: 0em !important;
    vertical-align: middle;
  }
}
@media screen and (max-width: 500px) {
  .rine-sec .rinen-inner .rinen-item .rinen-come tr th {
    white-space: wrap;
    text-align: center;
  }
}
.rine-sec .rinen-inner .rinen-item .rinen-come tr th span {
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .rine-sec .rinen-inner .rinen-item .rinen-come tr th span {
    display: block;
  }
}
.rine-sec .rinen-inner .rinen-item .rinen-come tr td {
  padding-bottom: 1.5em !important;
  vertical-align: middle;
}
.rine-sec .rinen-inner .rinen-item:nth-child(2) .rinen-come th {
  padding-top: 0.8em !important;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .rine-sec .rinen-inner .rinen-item:nth-child(2) .rinen-come th {
    padding-top: 0em !important;
    font-size: clamp(1.75rem, 0.677rem + 4.58vw, 2.875rem);
  }
}
@media screen and (max-width: 500px) {
  .rine-sec .rinen-inner .rinen-item:nth-child(2) .rinen-come th {
    white-space: nowrap;
  }
}

.declartion-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 0;
}
@media screen and (max-width: 768px) {
  .declartion-sec {
    padding: 20.83333333vw 40px 0;
  }
}
.declartion-sec .declartion-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.declartion-sec .declartion-inner h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 72px;
  margin-bottom: 36px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 768px) {
  .declartion-sec .declartion-inner h2 {
    font-size: 16px;
  }
}
.declartion-sec .declartion-inner h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 768px) {
  .declartion-sec .declartion-inner h2 span {
    font-size: clamp(1.5rem, 0.307rem + 5.09vw, 2.75rem);
  }
}
.declartion-sec .declartion-inner .dec-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 72px 184px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .declartion-sec .declartion-inner .dec-items {
    padding: 6vw 15.33vw;
  }
}
@media screen and (max-width: 767px) {
  .declartion-sec .declartion-inner .dec-items {
    padding: 40px 28px;
  }
}
@media screen and (max-width: 580px) {
  .declartion-sec .declartion-inner .dec-items {
    padding: 40px 20px;
  }
}
.declartion-sec .declartion-inner .dec-items .dec-logo {
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .declartion-sec .declartion-inner .dec-items .dec-logo {
    padding-bottom: 3.33vw;
  }
}
@media screen and (max-width: 767px) {
  .declartion-sec .declartion-inner .dec-items .dec-logo {
    padding-bottom: 16px;
  }
}
.declartion-sec .declartion-inner .dec-items .dec-logo img {
  width: 191px;
  aspect-ratio: 191/185;
}
@media screen and (max-width: 580px) {
  .declartion-sec .declartion-inner .dec-items .dec-logo img {
    width: clamp(6.688rem, -2.916rem + 40.98vw, 11.938rem);
  }
}
.declartion-sec .declartion-inner .dec-items .dec-text {
  width: 100%;
}
.declartion-sec .declartion-inner .dec-items .dec-text p {
  font-size: 1.125em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .declartion-sec .declartion-inner .dec-items .dec-text p {
    font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  }
}
@media screen and (max-width: 767px) {
  .declartion-sec .declartion-inner .dec-items .dec-text p {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
.declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(1) span {
  display: block;
}
@media screen and (max-width: 500px) {
  .declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(1) span {
    display: inline;
  }
}
.declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(3) {
  margin-bottom: 3em;
  font-size: 1.25em;
  font-weight: 600;
  color: #120050;
}
@media screen and (max-width: 1200px) {
  .declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(3) {
    font-size: clamp(0.875rem, 0.705rem + 0.73vw, 1.25rem);
  }
}
.declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(3) span {
  display: inline;
}
@media screen and (max-width: 767px) {
  .declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(3) span {
    display: block;
  }
}
.declartion-sec .declartion-inner .dec-items .dec-text p:nth-child(4) {
  margin-bottom: 2em;
  text-align: left;
}
.declartion-sec .declartion-inner .dec-items .dec-text p:last-child {
  text-align: right;
}
.declartion-sec .declartion-inner .dec-items .dec-text h3 {
  display: block;
  margin: 1em 0 0.25em;
  text-align: center;
  font-size: 3em;
  color: #120050;
}
@media screen and (max-width: 1200px) {
  .declartion-sec .declartion-inner .dec-items .dec-text h3 {
    font-size: clamp(1.313rem, 0.318rem + 4.24vw, 3.5rem);
  }
}

body.recruit .l-content__top {
  display: none;
}
body.recruit .p-breadcrumb {
  display: none;
}
body.recruit .l-content__body {
  margin-top: 0;
}
body.recruit tr, body.recruit th, body.recruit td {
  margin: 0;
  padding: 0 !important;
  border: none;
}

.recruit-mv-sec {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.recruit-mv-sec .recruit-mv-inner {
  position: relative;
  width: 100%;
  height: 100svh;
}
.recruit-mv-sec .recruit-mv-inner .rm-img {
  position: absolute;
  width: 100%;
  height: 100svh;
  background-image: url(../../../../../img/recruit/recruit-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.recruit-mv-sec .recruit-mv-inner .rm-mask {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 39.907svh;
  -webkit-mask-image: url(../../../../../img/recruit/recruit-mask.png);
          mask-image: url(../../../../../img/recruit/recruit-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 101%;
          mask-size: 100% 101%;
  mask-mode: luminance;
  background: #F2F6F8;
}
@media screen and (max-width: 767px) {
  .recruit-mv-sec .recruit-mv-inner .rm-mask {
    height: 18svh;
  }
}
.recruit-mv-sec .recruit-mv-inner .rm-title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 36.666svh;
  color: #fff;
}
.recruit-mv-sec .recruit-mv-inner .rm-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1920px) {
  .recruit-mv-sec .recruit-mv-inner .rm-title h1 {
    padding: 0 40px;
  }
}
.recruit-mv-sec .recruit-mv-inner .rm-title h1 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .recruit-mv-sec .recruit-mv-inner .rm-title h1 span {
    font-size: 12vw;
  }
}

.recruit-come-sec {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 80px 40px 160px;
  background: url(../../../../../img/recruit/recruit-come-kira.png) no-repeat;
  background-position: bottom 80px left 0px;
}
@media screen and (max-width: 768px) {
  .recruit-come-sec {
    padding: 10.41666667vw 40px 20.83333333vw;
    background-size: 100%;
  }
}
.recruit-come-sec .recruit-come-inner {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 3/2;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-columns: 38% 16.667% 28.666% 16.667%;
  grid-template-rows: 13% 48% 14% 25%;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 768px) {
  .recruit-come-sec .recruit-come-inner {
    aspect-ratio: auto;
    grid-template-columns: 29.215% 41.57% 29.215%;
    grid-template-rows: auto 56.9vw 12.76vw 23.437vw;
  }
}
.recruit-come-sec .recruit-come-inner .rc-item {
  grid-area: 2/1/4/2;
}
.recruit-come-sec .recruit-come-inner .rc-img01 {
  grid-area: 1/3/4/5;
}
.recruit-come-sec .recruit-come-inner .rc-img02 {
  grid-area: 3/2/5/4;
}
@media screen and (max-width: 768px) {
  .recruit-come-sec .recruit-come-inner .rc-item {
    grid-area: 1/1/2/4;
  }
  .recruit-come-sec .recruit-come-inner .rc-img01 {
    grid-area: 2/2/4/4;
  }
  .recruit-come-sec .recruit-come-inner .rc-img02 {
    grid-area: 3/1/5/3;
  }
}
.recruit-come-sec .recruit-come-inner .rc-item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 72px;
  color: #120050;
}
@media screen and (max-width: 1280px) {
  .recruit-come-sec .recruit-come-inner .rc-item h2 {
    font-size: 5.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-come-sec .recruit-come-inner .rc-item h2 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .recruit-come-sec .recruit-come-inner .rc-item h2 {
    margin-bottom: 1em;
    font-size: clamp(1.875rem, 0.086rem + 7.63vw, 3.75rem);
  }
}
.recruit-come-sec .recruit-come-inner .rc-item h2 span {
  display: block;
  width: 100%;
}
.recruit-come-sec .recruit-come-inner .rc-item .rc-text {
  max-width: 400px;
}
@media screen and (max-width: 1280px) {
  .recruit-come-sec .recruit-come-inner .rc-item .rc-text {
    max-width: 100%;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .recruit-come-sec .recruit-come-inner .rc-item .rc-text {
    padding-right: 0;
    padding-bottom: 3em;
  }
}
.recruit-come-sec .recruit-come-inner .rc-item .rc-text p {
  color: #120050;
}
@media screen and (max-width: 1024px) {
  .recruit-come-sec .recruit-come-inner .rc-item .rc-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-come-sec .recruit-come-inner .rc-item .rc-text p {
    font-size: 16px;
    line-height: 2.5em;
  }
}
.recruit-come-sec .recruit-come-inner .rc-img01 img,
.recruit-come-sec .recruit-come-inner .rc-img02 img {
  border-radius: 15px;
}

.rc-slider {
  width: 100vw;
  height: 511px;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  overflow-x: hidden;
}
@media screen and (max-width: 1920px) {
  .rc-slider {
    height: 26.61458333vw;
  }
}
@media screen and (max-width: 768px) {
  .rc-slider {
    height: 29.94791667vw;
  }
}
.rc-slider .rc-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.rc-slider .rc-slider-inner .slider-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.335279399%;
  height: 100%;
  aspect-ratio: 2398/515;
  padding-right: 2.335279399%;
  -webkit-animation: rc-slide 40s linear infinite;
          animation: rc-slide 40s linear infinite;
}
.rc-slider .rc-slider-inner .slider-group .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.rc-slider .rc-slider-inner .slider-group .slider-item:nth-child(even) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rc-slider .rc-slider-inner .slider-group .slider-item img {
  width: 100%;
  aspect-ratio: 53/58;
  border-radius: 8px;
}
.rc-slider .rc-slider-inner .slider-group:nth-child(2) .slider-item:nth-child(even) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rc-slider .rc-slider-inner .slider-group:nth-child(2) .slider-item:nth-child(odd) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@-webkit-keyframes rc-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 56px));
            transform: translateX(calc(-100% - 56px));
  }
}

@keyframes rc-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 56px));
            transform: translateX(calc(-100% - 56px));
  }
}
.grow-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  border-bottom: 1px solid #CCD9E0;
  background: url(../../../../../img/home/service-bk-kira.png) no-repeat;
  background-position: center right;
}
@media screen and (max-width: 1024px) {
  .grow-sec {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .grow-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.grow-sec .grow-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.grow-sec .grow-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 500px) {
  .grow-sec .grow-inner h2 {
    font-size: 16px;
  }
}
.grow-sec .grow-inner h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .grow-sec .grow-inner h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.grow-sec .grow-inner .grow-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 96px;
  gap: 96px;
}
@media screen and (max-width: 1280px) {
  .grow-sec .grow-inner .grow-items {
    margin-top: 7.5vw;
    gap: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items {
    gap: 96px;
  }
}
.grow-sec .grow-inner .grow-items .grow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-img {
  width: 50%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-img {
    display: none;
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-img img {
  width: 100%;
  border-radius: 10px;
}
.grow-sec .grow-inner .grow-items .grow-item .grow-img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-img.sp {
    display: block;
    width: 100%;
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-come {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 72px;
  color: #120050;
}
@media screen and (max-width: 1280px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come {
    margin-left: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come {
    width: 100%;
    margin-left: auto;
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner {
    max-width: 100%;
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner .grow-no {
  margin-bottom: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 1280px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner .grow-no {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner .grow-no {
    margin-bottom: 1rem;
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner .grow-no {
    font-size: clamp(2.813rem, 12vw, 3.75rem);
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner h3 {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}
.grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner h3 span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner h3 {
    font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
  }
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner h3 {
    margin-bottom: 1rem;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner h3 {
    font-size: clamp(1.313rem, 5.6vw, 1.75rem);
  }
}
.grow-sec .grow-inner .grow-items .grow-item .grow-come .grow-come-inner p {
  font-size: 16px;
  line-height: 2em;
  color: #333333;
  letter-spacing: 0;
}
.grow-sec .grow-inner .grow-items .grow-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.grow-sec .grow-inner .grow-items .grow-item:nth-child(even) .grow-come {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 72px;
}
@media screen and (max-width: 1280px) {
  .grow-sec .grow-inner .grow-items .grow-item:nth-child(even) .grow-come {
    margin-right: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .grow-sec .grow-inner .grow-items .grow-item:nth-child(even) .grow-come {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
  }
}

.ourwork-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  border-bottom: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .ourwork-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.ourwork-sec .ourwork-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.ourwork-sec .ourwork-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 500px) {
  .ourwork-sec .ourwork-inner h2 {
    font-size: 16px;
  }
}
.ourwork-sec .ourwork-inner h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .ourwork-sec .ourwork-inner h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.ourwork-sec .ourwork-inner .ourwork-head {
  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;
  width: 100%;
  height: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .ourwork-sec .ourwork-inner .ourwork-head {
    height: 32px;
  }
}
.ourwork-sec .ourwork-inner .ourwork-head h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #120050;
}
.ourwork-sec .ourwork-inner .ourwork-head .ourwork-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 92px;
  height: 40px;
}
@media screen and (max-width: 500px) {
  .ourwork-sec .ourwork-inner .ourwork-head .ourwork-btn {
    height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .ourwork-sec .ourwork-inner .ourwork-head .ourwork-btn .btn-02 {
    max-width: 32px;
  }
}
.ourwork-sec .ourwork-inner .ourwork-head .ourwork-btn .slick-prev {
  margin-right: 12px;
}
@media screen and (max-width: 500px) {
  .ourwork-sec .ourwork-inner .ourwork-head .ourwork-btn .slick-prev {
    margin-right: 6px;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items {
  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;
  padding-top: 96px;
  padding-bottom: 58px;
  border: 1px solid #CCD9E0;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .ourwork-sec .ourwork-inner .ourwork-items {
    padding: 4.53125vw;
  }
}
@media screen and (max-width: 768px) {
  .ourwork-sec .ourwork-inner .ourwork-items {
    padding: 2em;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner {
  max-width: 890px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-img {
  max-width: 414px;
  width: 100%;
  aspect-ratio: 138/83;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-img img {
  width: 100%;
  aspect-ratio: 138/83;
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding-left: 76px;
}
@media screen and (max-width: 1280px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come {
    padding-left: 5.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come {
    padding-left: 0;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #120050;
  line-height: 1px;
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come h4 span:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come h4 span:first-child {
    font-size: clamp(2rem, 0.927rem + 4.58vw, 3.125rem);
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come h4 span:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 1px solid #CCD9E0;
}
@media screen and (max-width: 1280px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come h4 span:last-child {
    margin-left: 3.125vw;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come p {
  width: 100%;
  margin-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-item .ourwork-come p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 67px auto 0;
}
@media screen and (max-width: 1280px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots {
    margin-top: 5.234375vw;
  }
}
@media screen and (max-width: 430px) {
  .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots {
    margin-top: 1em;
  }
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #CCD9E0;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots li:hover, .ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots li.slick-active {
  background: #333333;
}
.ourwork-sec .ourwork-inner .ourwork-items .ourwork-items-inner .ourwork-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.flow-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
}
@media screen and (max-width: 768px) {
  .flow-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.flow-sec .flow-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(300px, 648px);
  grid-template-rows: 120px auto;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1023px) {
  .flow-sec .flow-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.flow-sec .flow-inner .flow-title {
  grid-area: 1/1/2/2;
}
.flow-sec .flow-inner .flow-img {
  grid-area: 2/1/3/2;
}
.flow-sec .flow-inner .flow-list {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 1023px) {
  .flow-sec .flow-inner .flow-title {
    grid-area: 1/1/2/2;
  }
  .flow-sec .flow-inner .flow-list {
    grid-area: 2/1/3/2;
  }
  .flow-sec .flow-inner .flow-img {
    grid-area: 3/1/4/2;
  }
}
.flow-sec .flow-inner .flow-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  color: #120050;
}
@media screen and (max-width: 1023px) {
  .flow-sec .flow-inner .flow-title h2 {
    margin-bottom: 1.5em;
  }
}
.flow-sec .flow-inner .flow-img {
  max-width: 480px;
  width: 100%;
  aspect-ratio: 96/137;
  padding-right: 49px;
  display: grid;
  grid-template-columns: 25.058% 34.571% 40.371%;
  grid-template-rows: 41.778% 5.926% 52.296%;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1023px) {
  .flow-sec .flow-inner .flow-img {
    max-width: 510px;
    aspect-ratio: 34/35;
    margin: 0 auto;
    padding-right: 0;
    grid-template-columns: 36.47% 14.118% 49.412%;
    grid-template-rows: 32.762% 20.952% 46.286%;
  }
}
.flow-sec .flow-inner .flow-img .flow-img01 {
  grid-area: 1/1/2/3;
}
.flow-sec .flow-inner .flow-img .flow-img02 {
  grid-area: 3/2/4/4;
}
@media screen and (max-width: 1023px) {
  .flow-sec .flow-inner .flow-img .flow-img01 {
    grid-area: 1/1/3/3;
  }
  .flow-sec .flow-inner .flow-img .flow-img02 {
    grid-area: 2/2/4/4;
  }
}
.flow-sec .flow-inner .flow-img .flow-img01,
.flow-sec .flow-inner .flow-img .flow-img02 {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.flow-sec .flow-inner .flow-img .flow-img01 img,
.flow-sec .flow-inner .flow-img .flow-img02 img {
  width: 100%;
}
.flow-sec .flow-inner .flow-list {
  max-width: 648px;
  width: 100%;
  display: grid;
  grid-template-columns: 192px 52px minmax(0, auto);
  grid-template-rows: 47px auto 64px 47px auto 64px 47px auto 64px 47px auto 64px 47px auto;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1023px) {
  .flow-sec .flow-inner .flow-list {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 580px) {
  .flow-sec .flow-inner .flow-list {
    grid-template-columns: 37.475% 6.012% 56.513%;
    rid-template-rows: 40px auto 46px 40px auto 46px 40px auto 46px 40px auto 46px 40px auto;
  }
}
.flow-sec .flow-inner .flow-list .flow-list-line {
  grid-area: 1/1/14/2;
}
.flow-sec .flow-inner .flow-list .flow-list-time01 {
  grid-area: 1/1/2/2;
}
.flow-sec .flow-inner .flow-list .flow-list-title01 {
  grid-area: 1/3/2/4;
}
.flow-sec .flow-inner .flow-list .flow-list-text01 {
  grid-area: 2/3/3/4;
}
.flow-sec .flow-inner .flow-list .flow-list-time02 {
  grid-area: 4/1/5/2;
}
.flow-sec .flow-inner .flow-list .flow-list-title02 {
  grid-area: 4/3/5/4;
}
.flow-sec .flow-inner .flow-list .flow-list-text02 {
  grid-area: 5/3/6/4;
}
.flow-sec .flow-inner .flow-list .flow-list-time03 {
  grid-area: 7/1/8/2;
}
.flow-sec .flow-inner .flow-list .flow-list-title03 {
  grid-area: 7/3/8/4;
}
.flow-sec .flow-inner .flow-list .flow-list-text03 {
  grid-area: 8/3/9/4;
}
.flow-sec .flow-inner .flow-list .flow-list-time04 {
  grid-area: 10/1/11/2;
}
.flow-sec .flow-inner .flow-list .flow-list-title04 {
  grid-area: 10/3/11/4;
}
.flow-sec .flow-inner .flow-list .flow-list-text04 {
  grid-area: 11/3/12/4;
}
.flow-sec .flow-inner .flow-list .flow-list-time05 {
  grid-area: 13/1/14/2;
}
.flow-sec .flow-inner .flow-list .flow-list-title05 {
  grid-area: 13/3/14/4;
}
.flow-sec .flow-inner .flow-list .flow-list-text05 {
  grid-area: 14/3/15/4;
}
.flow-sec .flow-inner .flow-list .flow-list-line {
  background-image: url(../../../../../img/recruit/flow-line.png);
  background-repeat: repeat-y;
  background-position: top center;
}
.flow-sec .flow-inner .flow-list [class^=flow-list-time] {
  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;
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  background-color: #CCD9E0;
  color: #120050;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  .flow-sec .flow-inner .flow-list [class^=flow-list-time] {
    font-size: 18px;
  }
}
.flow-sec .flow-inner .flow-list [class^=flow-list-title] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #120050;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  .flow-sec .flow-inner .flow-list [class^=flow-list-title] {
    font-size: clamp(1.25rem, 0.564rem + 2.93vw, 1.625rem);
  }
}
.flow-sec .flow-inner .flow-list [class^=flow-list-text] {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  padding-top: 0.5em;
}
@media screen and (max-width: 580px) {
  .flow-sec .flow-inner .flow-list [class^=flow-list-text] {
    padding-top: 0.25em;
  }
}

.staffm-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .staffm-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.staffm-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/recruit/staffm-bk-kira.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.staffm-sec .wp-block-group__inner-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.staffm-sec .wp-block-group__inner-container .staffm-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.staffm-sec .wp-block-group__inner-container .staffm-header .staffm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.staffm-sec .wp-block-group__inner-container .staffm-header .staffm-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: 72px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .staffm-sec .wp-block-group__inner-container .staffm-header .staffm-title h2 {
    margin-right: 16px;
    font-size: 4.166666667vw;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-header .staffm-title h2 span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  /*
  @include mq(w1365){
      font-size: 3.223443223vw;
  }
  */
}
@media screen and (max-width: 768px) {
  .staffm-sec .wp-block-group__inner-container .staffm-header .staffm-title h2 span {
    margin-top: 0.2em;
    font-size: 6.510416667vw;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-header .staffm-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 92px;
  width: 100%;
}
.staffm-sec .wp-block-group__inner-container .staffm-header .staffm-arrows .slick-prev {
  margin-right: 12px;
  border: none;
}
.staffm-sec .wp-block-group__inner-container .staffm-header .staffm-arrows .slick-next {
  border: none;
}
.staffm-sec .wp-block-group__inner-container .staffm-items {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items {
    margin-top: 40px;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner {
  max-width: 1200px;
  width: 100%;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item {
  width: 100%;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 4.323%;
}
@media screen and (max-width: 1024px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-img {
  position: relative;
  max-width: 539px;
  width: 100%;
  height: 100%;
  aspect-ratio: 539/634;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-img {
    max-width: 100%;
    aspect-ratio: 539/300;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-img img {
    height: auto;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 578px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come {
    max-width: 100%;
    margin-top: 32px;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-no {
  width: 100%;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-no img {
  opacity: 0.5;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta .staffm-yaer {
  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;
  width: 144px;
  height: 30px;
  margin-right: 2em;
  padding: 0 2.5em;
  background-color: #fff;
  color: #333333;
  border-radius: 1.5em;
  font-size: 1rem;
  line-height: 1em;
  text-box-trim: trim-both;
  white-space: nowrap;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta .staffm-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.25em;
}
@media screen and (max-width: 1200px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta .staffm-name {
    margin-top: 0.25em;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta .staffm-name .staffm-nfull {
  margin-right: 1em;
  font-size: 28px;
  text-box-trim: trim-both;
}
@media screen and (max-width: 430px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta .staffm-name .staffm-nfull {
    font-size: 24px;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-meta .staffm-name .staffm-nkana {
  font-size: 18px;
  text-box-trim: trim-both;
  opacity: 0.5;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-text {
  margin-top: 52px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-text {
    margin-top: 32px;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-item .staffm-item-inner .staffm-come .staffm-text p {
  margin: 0;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 67px auto 0;
}
@media screen and (max-width: 1280px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots {
    margin-top: 5.234375vw;
  }
}
@media screen and (max-width: 430px) {
  .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots {
    margin-top: 1em;
  }
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #CCD9E0;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots li:hover, .staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots li.slick-active {
  background: #333333;
}
.staffm-sec .wp-block-group__inner-container .staffm-items .staffm-items-inner .staffm-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.staffm-sec .wp-block-group__inner-container .staffm-item-none {
  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;
  width: 100%;
  height: 300px;
  border-radius: 15px;
  background-color: #F2F6F8;
  color: #333333;
}

.benefits-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  border-bottom: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .benefits-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.benefits-sec .benefits-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.benefits-sec .benefits-inner .benefits-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 500px) {
  .benefits-sec .benefits-inner .benefits-title h2 {
    font-size: 16px;
  }
}
.benefits-sec .benefits-inner .benefits-title h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .benefits-sec .benefits-inner .benefits-title h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.benefits-sec .benefits-inner .benefits-list {
  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;
  gap: 36px;
  margin-top: 72px;
}
@media screen and (max-width: 1920px) {
  .benefits-sec .benefits-inner .benefits-list {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .benefits-sec .benefits-inner .benefits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    max-width: 500px;
    width: 100%;
    margin: 72px auto 0;
  }
}
.benefits-sec .benefits-inner .benefits-list .benefits-item {
  width: 31%;
  padding: 46px 40px;
  border: 1px solid #CCD9E0;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .benefits-sec .benefits-inner .benefits-list .benefits-item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .benefits-sec .benefits-inner .benefits-list .benefits-item {
    padding: 12.266vw 10.666vw;
  }
}
.benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-img {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-img img {
  max-width: 210px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 375px) {
  .benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-img img {
    width: 53.33vw;
  }
}
.benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-img .benefits-no {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
  bottom: 23px;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 375px) {
  .benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-img .benefits-no {
    font-size: 16vw;
    -webkit-transform: translateX(14.667vw);
            transform: translateX(14.667vw);
  }
}
.benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-come h3 {
  width: 100%;
  padding-top: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #120050;
}
.benefits-sec .benefits-inner .benefits-list .benefits-item .benefits-come p {
  padding-top: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  color: #120050;
}

.rct-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
}
@media screen and (max-width: 768px) {
  .rct-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.rct-sec .rct-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.rct-sec .rct-inner .rct-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .rct-sec .rct-inner .rct-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.rct-sec .rct-inner .rct-item .rct-title {
  width: 41.833%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rct-sec .rct-inner .rct-item .rct-title {
    width: 100%;
  }
}
.rct-sec .rct-inner .rct-item .rct-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
}
@media screen and (max-width: 500px) {
  .rct-sec .rct-inner .rct-item .rct-title h2 {
    font-size: 16px;
  }
}
.rct-sec .rct-inner .rct-item .rct-title h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .rct-sec .rct-inner .rct-item .rct-title h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.rct-sec .rct-inner .rct-item .rct-item {
  width: 58.167%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .rct-sec .rct-inner .rct-item .rct-item {
    width: 100%;
    margin-top: 40px;
  }
}
.rct-sec .rct-inner .rct-item .rct-item dl, .rct-sec .rct-inner .rct-item .rct-item dt, .rct-sec .rct-inner .rct-item .rct-item dd {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.rct-sec .rct-inner .rct-item .rct-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.rct-sec .rct-inner .rct-item .rct-item dl dt, .rct-sec .rct-inner .rct-item .rct-item dl dd {
  margin-bottom: 3.75em;
  padding-bottom: 3.75em;
  border-bottom: 1px solid #CCD9E0;
}
.rct-sec .rct-inner .rct-item .rct-item dl dt:last-of-type, .rct-sec .rct-inner .rct-item .rct-item dl dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.rct-sec .rct-inner .rct-item .rct-item dl dt {
  width: 25.501%;
  font-weight: 700;
  color: #120050;
}
@media screen and (max-width: 430px) {
  .rct-sec .rct-inner .rct-item .rct-item dl dt {
    width: 30%;
  }
}
.rct-sec .rct-inner .rct-item .rct-item dl dd {
  width: 74.499%;
  color: #333333;
}
@media screen and (max-width: 430px) {
  .rct-sec .rct-inner .rct-item .rct-item dl dd {
    width: 70%;
  }
}

body.company .l-content__top {
  display: none;
}
body.company .p-breadcrumb {
  display: none;
}
body.company .l-content__body {
  margin-top: 0;
}

.company-sec {
  position: relative;
  width: 100vw;
  height: 890px;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .company-sec {
    height: 86.914vw;
  }
}
@media screen and (max-width: 580px) {
  .company-sec {
    height: calc(86.914vw + 80px);
  }
}
.company-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/company/company-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
.company-sec::after {
  content: "";
  position: absolute;
  top: 662px;
  left: 0;
  display: block;
  width: 100%;
  height: 228px;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1024px) {
  .company-sec::after {
    top: 64.649vw;
    height: 22.265vw;
  }
}
@media screen and (max-width: 580px) {
  .company-sec::after {
    top: calc(64.649vw + 80px);
  }
}
.company-sec .company-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.company-sec .company-inner .company-title {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
}
@media screen and (max-width: 1280px) {
  .company-sec .company-inner .company-title {
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .company-sec .company-inner .company-title {
    top: 19.53125vw;
  }
}
@media screen and (max-width: 580px) {
  .company-sec .company-inner .company-title {
    left: 7.03125vw;
    top: calc(19.53125vw + 80px);
  }
}
.company-sec .company-inner .company-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .company-sec .company-inner .company-title h1 {
    font-size: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  }
}
.company-sec .company-inner .company-title h1 span {
  display: block;
  margin-top: 0.333em;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .company-sec .company-inner .company-title h1 span {
    font-size: clamp(2.5rem, 0.694rem + 7.7vw, 5.625rem);
  }
}
.company-sec .company-inner .company-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 880px;
  width: 100%;
  aspect-ratio: 880/456;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .company-sec .company-inner .company-img {
    max-width: 85.9375vw;
  }
}
.company-sec .company-inner .company-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}

.profile-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
}
@media screen and (max-width: 768px) {
  .profile-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
  }
}
.profile-sec .profile-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.profile-sec .profile-inner dl, .profile-sec .profile-inner dt, .profile-sec .profile-inner dd {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.profile-sec .profile-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.profile-sec .profile-inner dl dt, .profile-sec .profile-inner dl dd {
  margin-bottom: 3.75em;
  padding-bottom: 3.75em;
  border-bottom: 1px solid #CCD9E0;
}
.profile-sec .profile-inner dl dt:last-of-type, .profile-sec .profile-inner dl dd:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.profile-sec .profile-inner dl dt {
  width: 28.068%;
  font-weight: 700;
  color: #120050;
}
@media screen and (max-width: 430px) {
  .profile-sec .profile-inner dl dt {
    width: 30%;
  }
}
.profile-sec .profile-inner dl dd {
  width: 71.932%;
  color: #333333;
}
@media screen and (max-width: 430px) {
  .profile-sec .profile-inner dl dd {
    width: 70%;
  }
}
.profile-sec .profile-inner dl dd img {
  border-radius: 10px;
}
.profile-sec .profile-inner dl dd .heavy-equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .profile-sec .profile-inner dl dd .heavy-equipment {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.profile-sec .profile-inner dl dd .heavy-equipment div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 24px 24px 36px 24px;
  gap: 36px;
  border: 1px solid #CCD9E0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .profile-sec .profile-inner dl dd .heavy-equipment div {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .profile-sec .profile-inner dl dd .heavy-equipment div {
    padding: 16px 16px 24px 16px;
    gap: 24px;
  }
}
.profile-sec .profile-inner dl dd .heavy-equipment div span {
  text-align: center;
}

body.service .l-content__top {
  display: none;
}
body.service .p-breadcrumb {
  display: none;
}
body.service .l-content__body {
  margin-top: 0;
}

.service-mv-sec {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.service-mv-sec .service-mv-inner {
  position: relative;
  width: 100%;
  height: 100svh;
}
.service-mv-sec .service-mv-inner .sm-img {
  position: absolute;
  width: 100%;
  height: 100svh;
  background-image: url(../../../../../img/service/service-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service-mv-sec .service-mv-inner .sm-mask {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 39.907svh;
  -webkit-mask-image: url(../../../../../img/service/service-mask.png);
          mask-image: url(../../../../../img/service/service-mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 101%;
          mask-size: 100% 101%;
  mask-mode: luminance;
  background: #F2F6F8;
}
@media screen and (max-width: 767px) {
  .service-mv-sec .service-mv-inner .sm-mask {
    height: 18svh;
  }
}
.service-mv-sec .service-mv-inner .sm-title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 36.666svh;
  color: #fff;
}
.service-mv-sec .service-mv-inner .sm-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
}
@media screen and (max-width: 1920px) {
  .service-mv-sec .service-mv-inner .sm-title h1 {
    padding: 0 40px;
  }
}
.service-mv-sec .service-mv-inner .sm-title h1 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .service-mv-sec .service-mv-inner .sm-title h1 span {
    font-size: 12vw;
  }
}

.service-come-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 80px 40px 160px;
  background: url(../../../../../img/service/service-come-kira.png) no-repeat;
  background-position: bottom 0px left 0px;
}
@media screen and (max-width: 768px) {
  .service-come-sec {
    padding: 10.41666667vw 40px 20.83333333vw;
    background-size: 100%;
  }
}
.service-come-sec .service-come-inner {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 3/2;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-columns: 38% 16.667% 28.666% 16.667%;
  grid-template-rows: 13% 48% 14% 25%;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 768px) {
  .service-come-sec .service-come-inner {
    aspect-ratio: auto;
    grid-template-columns: 29.215% 41.57% 29.215%;
    grid-template-rows: auto 56.9vw 12.76vw 23.437vw;
  }
}
.service-come-sec .service-come-inner .service-item {
  grid-area: 2/1/4/2;
}
.service-come-sec .service-come-inner .service-img01 {
  grid-area: 1/3/4/5;
}
.service-come-sec .service-come-inner .service-img02 {
  grid-area: 3/2/5/4;
}
@media screen and (max-width: 768px) {
  .service-come-sec .service-come-inner .service-item {
    grid-area: 1/1/2/4;
  }
  .service-come-sec .service-come-inner .service-img01 {
    grid-area: 2/2/4/4;
  }
  .service-come-sec .service-come-inner .service-img02 {
    grid-area: 3/1/5/3;
  }
}
.service-come-sec .service-come-inner .service-item h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 85px;
  color: #120050;
}
@media screen and (max-width: 1280px) {
  .service-come-sec .service-come-inner .service-item h2 {
    font-size: 6.640625vw;
  }
}
@media screen and (max-width: 1024px) {
  .service-come-sec .service-come-inner .service-item h2 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .service-come-sec .service-come-inner .service-item h2 {
    margin-bottom: 1em;
    font-size: clamp(2.25rem, 0.103rem + 9.16vw, 4.5rem);
  }
}
.service-come-sec .service-come-inner .service-item h2 span {
  display: block;
  width: 100%;
}
.service-come-sec .service-come-inner .service-item .service-text {
  max-width: 400px;
}
@media screen and (max-width: 1280px) {
  .service-come-sec .service-come-inner .service-item .service-text {
    max-width: 100%;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .service-come-sec .service-come-inner .service-item .service-text {
    padding-right: 0;
    padding-bottom: 3em;
  }
}
.service-come-sec .service-come-inner .service-item .service-text h3 {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-family: 32px;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 1024px) {
  .service-come-sec .service-come-inner .service-item .service-text h3 {
    font-size: 24px;
  }
}
.service-come-sec .service-come-inner .service-item .service-text p {
  color: #120050;
}
@media screen and (max-width: 1024px) {
  .service-come-sec .service-come-inner .service-item .service-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .service-come-sec .service-come-inner .service-item .service-text p {
    font-size: 16px;
    line-height: 2.5em;
  }
}
.service-come-sec .service-come-inner .service-img01 img,
.service-come-sec .service-come-inner .service-img02 img {
  border-radius: 15px;
}

.strength-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 60px 160px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .strength-sec {
    padding: 20.83333333vw 60px 20.83333333vw;
  }
}
.strength-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../../../img/service/strength-bk-kira.png) no-repeat;
  background-repeat: no-repeat;
  background-position: top right;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 1024px) {
  .strength-sec::before {
    background-size: 100%;
  }
}
.strength-sec .strength-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.strength-sec .strength-inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .strength-sec .strength-inner h2 {
    font-size: 16px;
  }
}
.strength-sec .strength-inner h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .strength-sec .strength-inner h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.strength-sec .strength-inner .strength-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 96px;
  gap: 96px;
}
@media screen and (max-width: 1280px) {
  .strength-sec .strength-inner .strength-items {
    margin-top: 7.5vw;
    gap: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items {
    gap: 48px;
  }
}
.strength-sec .strength-inner .strength-items .strength-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-img {
  width: 50%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-img {
    display: none;
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-img img {
  width: 100%;
  border-radius: 10px;
}
.strength-sec .strength-inner .strength-items .strength-item .strength-img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-img.sp {
    display: block;
    width: 100%;
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-come {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 72px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come {
    margin-left: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come {
    width: 100%;
    margin-left: auto;
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner {
    max-width: 100%;
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner .strength-no {
  margin-bottom: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 1280px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner .strength-no {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner .strength-no {
    margin-bottom: 1rem;
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner .strength-no {
    font-size: clamp(2.813rem, 12vw, 3.75rem);
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner h3 {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}
.strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner h3 span {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner h3 {
    font-size: clamp(1.25rem, 0.5rem + 1.56vw, 1.75rem);
  }
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner h3 {
    margin-bottom: 1rem;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner h3 {
    font-size: clamp(1.313rem, 5.6vw, 1.75rem);
  }
}
.strength-sec .strength-inner .strength-items .strength-item .strength-come .strength-come-inner p {
  font-size: 16px;
  line-height: 2em;
  color: #fff;
  letter-spacing: 0;
}
.strength-sec .strength-inner .strength-items .strength-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strength-sec .strength-inner .strength-items .strength-item:nth-child(even) .strength-come {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 72px;
}
@media screen and (max-width: 1280px) {
  .strength-sec .strength-inner .strength-items .strength-item:nth-child(even) .strength-come {
    margin-right: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .strength-sec .strength-inner .strength-items .strength-item:nth-child(even) .strength-come {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
  }
}

.service-flow-sec {
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 160px 40px 160px;
  border-top: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .service-flow-sec {
    padding: 20.83333333vw 40px 20.83333333vw;
    background-position: top 20.83333333vw left 0;
  }
}
.service-flow-sec .service-flow-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .service-flow-sec .service-flow-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-flow-sec .service-flow-inner .service-flow-title {
  width: 238px;
}
@media screen and (max-width: 1024px) {
  .service-flow-sec .service-flow-inner .service-flow-title {
    width: 100%;
  }
}
.service-flow-sec .service-flow-inner .service-flow-title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1em;
  color: #831C2A;
  margin-right: 1.5em;
}
@media screen and (max-width: 500px) {
  .service-flow-sec .service-flow-inner .service-flow-title h2 {
    font-size: 16px;
  }
}
.service-flow-sec .service-flow-inner .service-flow-title h2 span {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 500px) {
  .service-flow-sec .service-flow-inner .service-flow-title h2 span {
    font-size: clamp(1.75rem, -1.25rem + 12.8vw, 2.75rem);
  }
}
.service-flow-sec .service-flow-inner .service-flow-items {
  padding-right: 64px;
}
@media screen and (max-width: 1024px) {
  .service-flow-sec .service-flow-inner .service-flow-items {
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCD9E0;
}
@media screen and (max-width: 768px) {
  .service-flow-sec .service-flow-inner .service-flow-items .sf-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-img {
  position: relative;
  max-width: 414px;
  width: 46.517%;
  height: 100%;
  aspect-ratio: 138/83;
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-img {
    max-width: 100%;
    width: 100%;
  }
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-come {
  width: 44.944%;
}
@media screen and (max-width: 768px) {
  .service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-come {
    width: 100%;
    margin-top: 2em;
  }
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-come .sf-item-tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2em;
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-come .sf-item-tittle h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  color: #333333;
  border-bottom: 2px solid #CCD9E0;
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-come .sf-item-tittle span.sf-no {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1em;
  color: #120050;
  margin-right: 0.64em;
}
.service-flow-sec .service-flow-inner .service-flow-items .sf-item .sf-item-come p {
  color: #333333;
}

body.post-type-archive-works .l-header,
body.single.single-works .l-header {
  position: fixed;
}
body.post-type-archive-works .p-breadcrumb,
body.single.single-works .p-breadcrumb {
  display: none;
}
body.post-type-archive-works .l-content__body,
body.single.single-works .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

.single-works-sec {
  position: relative;
  width: 100vw;
  height: 958px;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .single-works-sec {
    height: 93.5546vw;
  }
}
@media screen and (max-width: 580px) {
  .single-works-sec {
    height: calc(93.5546vw + 80px);
  }
}
.single-works-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/works/single-works-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
.single-works-sec::after {
  content: "";
  position: absolute;
  top: 635px;
  left: 0;
  display: block;
  width: 100%;
  height: 323px;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1024px) {
  .single-works-sec::after {
    top: 62.0117vw;
    height: 31.5429vw;
  }
}
@media screen and (max-width: 580px) {
  .single-works-sec::after {
    top: calc(62.0117vw + 80px);
  }
}
.single-works-sec .single-works-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.single-works-sec .single-works-inner .single-works-title {
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
}
@media screen and (max-width: 1280px) {
  .single-works-sec .single-works-inner .single-works-title {
    left: 40px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1024px) {
  .single-works-sec .single-works-inner .single-works-title {
    top: 19.53125vw;
  }
}
@media screen and (max-width: 580px) {
  .single-works-sec .single-works-inner .single-works-title {
    left: 7.03125vw;
    top: auto;
    bottom: 67.241vw;
  }
}
.single-works-sec .single-works-inner .single-works-title .single-works-title-meta {
  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;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1em;
}
@media screen and (max-width: 580px) {
  .single-works-sec .single-works-inner .single-works-title .single-works-title-meta {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 375px) {
  .single-works-sec .single-works-inner .single-works-title .single-works-title-meta {
    font-size: 3.733VW;
  }
}
.single-works-sec .single-works-inner .single-works-title .single-works-title-meta .sw-date {
  color: #fff;
  margin-right: 1em;
}
.single-works-sec .single-works-inner .single-works-title .single-works-title-meta .sw-cat {
  padding: 0.4em 2em;
  background-color: #fff;
  border-radius: 1.5em;
}
.single-works-sec .single-works-inner .single-works-title .single-works-title-meta .sw-cat a {
  text-decoration: none;
  color: #333333;
}
.single-works-sec .single-works-inner .single-works-title .single-works-title-meta .sw-cat a:visited {
  color: #333333;
}
.single-works-sec .single-works-inner .single-works-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .single-works-sec .single-works-inner .single-works-title h1 {
    font-size: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
  }
}
@media screen and (max-width: 375px) {
  .single-works-sec .single-works-inner .single-works-title h1 {
    font-size: 6.4vw;
  }
}
.single-works-sec .single-works-inner .single-works-img {
  position: absolute;
  top: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 880px;
  width: 100%;
  aspect-ratio: 880/456;
  border-radius: 15px;
  background-color: #F2F6F8;
}
@media screen and (max-width: 1024px) {
  .single-works-sec .single-works-inner .single-works-img {
    top: 39.0625vw;
    max-width: 85.9375vw;
  }
}
@media screen and (max-width: 580px) {
  .single-works-sec .single-works-inner .single-works-img {
    top: calc(39.0625vw + 80px);
  }
}
.single-works-sec .single-works-inner .single-works-img .single-works-img-item {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 880/456;
  border-radius: 15px;
  overflow: hidden;
}
.single-works-sec .single-works-inner .single-works-img .single-works-img-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
.single-works-sec .single-works-inner .single-works-img .single-works-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 67px auto 0;
}
@media screen and (max-width: 1280px) {
  .single-works-sec .single-works-inner .single-works-img .single-works-dots {
    margin-top: 5.234375vw;
  }
}
@media screen and (max-width: 430px) {
  .single-works-sec .single-works-inner .single-works-img .single-works-dots {
    margin-top: 1em;
  }
}
.single-works-sec .single-works-inner .single-works-img .single-works-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #CCD9E0;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}
.single-works-sec .single-works-inner .single-works-img .single-works-dots li:hover, .single-works-sec .single-works-inner .single-works-img .single-works-dots li.slick-active {
  background: #333333;
}
.single-works-sec .single-works-inner .single-works-img .single-works-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

body.single.single-works .c-postContent .single-works-come {
  max-width: 880px;
  width: 100%;
  margin: 88px auto 0;
}
body.single.single-works .c-postContent .single-works-come p {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta {
  margin-top: 88px;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta h2 {
  margin-bottom: 1.75em;
  font-family: "Noto Sans JP", sans-serif;
  color: #120050;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta table, body.single.single-works .c-postContent .single-works-come .single-works-meta tr, body.single.single-works .c-postContent .single-works-come .single-works-meta th, body.single.single-works .c-postContent .single-works-come .single-works-meta td {
  border: none;
  background: none;
  vertical-align: top;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta table {
  border-top: 2px solid #CCD9E0;
  border-bottom: 2px solid #CCD9E0;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta table th, body.single.single-works .c-postContent .single-works-come .single-works-meta table td {
  padding: 1em 0px !important;
  border-bottom: 1px solid #CCD9E0;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta table tr th {
  font-family: "Noto Sans JP", sans-serif;
  color: #120050;
  font-weight: 500;
  white-space: nowrap;
}
body.single.single-works .c-postContent .single-works-come .single-works-meta table tr td {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  padding-left: 2em !important;
}

.page-link {
  width: 100vw;
  margin-top: 200px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 50px 40px 14px;
  border-top: 1px solid #CCD9E0;
}
@media screen and (max-width: 580px) {
  .page-link {
    margin-top: 100px;
  }
}
.page-link .page-link-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-link .page-link-inner .page-next,
.page-link .page-link-inner .page-list,
.page-link .page-link-inner .page-prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-link .page-link-inner .page-next:not(:has(a))::before,
.page-link .page-link-inner .page-list:not(:has(a))::before,
.page-link .page-link-inner .page-prev:not(:has(a))::before {
  display: none;
}
.page-link .page-link-inner .page-next:not(:has(a))::after,
.page-link .page-link-inner .page-list:not(:has(a))::after,
.page-link .page-link-inner .page-prev:not(:has(a))::after {
  display: none;
}
.page-link .page-link-inner .page-next a,
.page-link .page-link-inner .page-list a,
.page-link .page-link-inner .page-prev a {
  text-decoration: none;
  line-height: 1em;
  color: #120050;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.page-link .page-link-inner .page-next a:link, .page-link .page-link-inner .page-next a:visited,
.page-link .page-link-inner .page-list a:link,
.page-link .page-link-inner .page-list a:visited,
.page-link .page-link-inner .page-prev a:link,
.page-link .page-link-inner .page-prev a:visited {
  color: #120050;
}
.page-link .page-link-inner .page-next a:active, .page-link .page-link-inner .page-next a:hover,
.page-link .page-link-inner .page-list a:active,
.page-link .page-link-inner .page-list a:hover,
.page-link .page-link-inner .page-prev a:active,
.page-link .page-link-inner .page-prev a:hover {
  color: #CCD9E0;
}
.page-link .page-link-inner .page-next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 1.5em;
}
.page-link .page-link-inner .page-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border: 0.35em solid transparent;
  border-right: 0.5em solid #120050;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
}
.page-link .page-link-inner .page-next::after {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border: 0.35em solid transparent;
  border-right: 0.5em solid #120050;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-link .page-link-inner .page-next:active::before, .page-link .page-link-inner .page-next:hover::before {
  opacity: 0;
}
.page-link .page-link-inner .page-next:active::after, .page-link .page-link-inner .page-next:hover::after {
  left: 0;
  opacity: 1;
}
.page-link .page-link-inner .page-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-link .page-link-inner .page-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 1.5em;
}
.page-link .page-link-inner .page-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border: 0.35em solid transparent;
  border-left: 0.5em solid #120050;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
}
.page-link .page-link-inner .page-prev::after {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border: 0.35em solid transparent;
  border-left: 0.5em solid #120050;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-link .page-link-inner .page-prev:active::before, .page-link .page-link-inner .page-prev:hover::before {
  opacity: 0;
}
.page-link .page-link-inner .page-prev:active::after, .page-link .page-link-inner .page-prev:hover::after {
  right: 0;
  opacity: 1;
}

body.post-type-archive-works .archive-works-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 80px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 580px) {
  body.post-type-archive-works .archive-works-sec {
    margin-bottom: 40px;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1200px 1fr;
  grid-template-rows: 238px 222px 202px 25px auto 80px;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1365px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner {
    grid-template-columns: 1fr 87.912vw 1fr;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner {
    grid-template-rows: 138px 122px 202px 25px auto 80px;
  }
}
@media screen and (max-width: 580px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner {
    grid-template-rows: 138px 122px 202px 25px auto 40px;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-bk1 {
  grid-area: 1/1/5/4;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-bk2 {
  grid-area: 4/1/7/4;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-title {
  grid-area: 2/2/3/3;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec {
  grid-area: 3/2/6/3;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-bk1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-bk1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/works/single-works-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-bk2 {
  position: relative;
  width: 100%;
  height: 100%;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-bk2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-title {
  z-index: 1;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-title h1 {
    font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.5rem);
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-title h1 span {
  display: block;
  margin-top: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .archive-works-title h1 span {
    font-size: clamp(2.5rem, 1.316rem + 5.05vw, 5.625rem);
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec {
  width: 100%;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #F2F6F8;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 400/181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item {
    padding: 40px;
    aspect-ratio: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-img {
  position: relative;
  max-width: 549px;
  width: 49.728%;
  aspect-ratio: 183/149;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-img {
    max-width: 100%;
    width: 100%;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come {
  max-width: 474px;
  width: 42.935%;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come {
    max-width: 100%;
    width: 100%;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h2 {
  margin-top: 1.4em;
  margin-bottom: 1.2em;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 1365px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h2 {
    font-size: 3.663003663vw;
  }
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h2 {
    margin-top: 0.7em;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h2 {
    font-size: clamp(2rem, -0.272rem + 9.69vw, 4.375rem);
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 375px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h2 {
    font-size: 8.533vw;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-meta {
    margin-bottom: 0.75em;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-meta span:first-child {
  font-size: 14px;
  line-height: 1em;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-meta span:last-child {
  padding: 0.25em 1.25em;
  font-size: 12px;
  line-height: 1em;
  border-radius: 1em;
  background-color: #CCD9E0;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h3 {
  min-height: 3em;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #333333;
}
@media screen and (max-width: 1365px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h3 {
    font-size: 1.758241758vw;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h3 {
    height: auto;
    font-size: clamp(1.125rem, 0.288rem + 3.57vw, 2rem);
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 375px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come h3 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .works-pickup-item .wp-come .wp-link {
    width: 100%;
    font-size: 14px;
  }
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .pickup-works-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .pickup-works-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #CCD9E0;
  border-radius: 50%;
  cursor: pointer;
  list-style: none;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .pickup-works-dots li:hover, body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .pickup-works-dots li.slick-active {
  background: #333333;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .works-pickup-sec .works-pickup-inner .pickup-works-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
body.post-type-archive-works .archive-works-sec .archive-works-inner .no-pickup {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 400/181;
  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;
  padding: 48px;
  border-radius: 15px;
  background: #CCD9E0;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-works .archive-works-sec .archive-works-inner .no-pickup {
    padding: 40px;
    aspect-ratio: 595/600;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.post-type-archive-works .archive-works-list {
  width: 100%;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .archive-works-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 120px;
  padding-bottom: 60px;
  border-top: 1px solid #CCD9E0;
}
@media screen and (max-width: 580px) {
  body.post-type-archive-works .archive-works-list .archive-works-list-inner .archive-works-cat {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .archive-works-cat span {
  position: relative;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .archive-works-cat span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.5em solid #333333;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .archive-works-cat #works-category-filter {
  padding: 0.5em 3em 0.5em 1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item {
  max-width: 31.333%;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 36px;
  padding: 20px;
  border: 1px solid #CCD9E0;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item {
    max-width: 48.089%;
  }
}
@media screen and (max-width: 580px) {
  body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item {
    max-width: 100%;
  }
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner {
  width: 100%;
  height: 100%;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-photo {
  width: 100%;
  aspect-ratio: 336/328;
  overflow: hidden;
  border-radius: 10px;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a {
  text-decoration: none;
  color: #333333;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:link, body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:visited {
  color: #333333;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:active .btn-02, body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:hover .btn-02 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
  color: #CCD9E0;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:active .btn-02::before, body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:hover .btn-02::before {
  margin-left: 24px;
  opacity: 0;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:active .btn-02::after, body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner a:hover .btn-02::after {
  margin-left: 6px;
  opacity: 1;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info .item-text .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info .item-text .item-meta .item-date {
  font-size: 14px;
  line-height: 1em;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info .item-text .item-meta .item-cat {
  padding: 0.25em 1.25em;
  font-size: 12px;
  line-height: 1em;
  border-radius: 1em;
  background-color: #CCD9E0;
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info .item-text .item-title {
  display: block;
  width: auto;
  min-height: 3.75em;
  margin: 0.5em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info .item-text .item-title {
    padding-right: 1em;
    font-size: 3.2vw;
  }
}
body.post-type-archive-works .archive-works-list .archive-works-list-inner .works-items .works-item .item-inner .item-info .item-btn {
  min-width: 40px;
}

body.post-type-archive-news .l-header {
  position: fixed;
}
body.post-type-archive-news .p-breadcrumb {
  display: none;
}
body.post-type-archive-news .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

body.post-type-archive-news .archive-news-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 80px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 580px) {
  body.post-type-archive-news .archive-news-sec {
    margin-bottom: 40px;
  }
}
body.post-type-archive-news .archive-news-sec .archive-news-inner {
  display: grid;
  grid-template-columns: 1fr 1200px 1fr;
  grid-template-rows: 196px 281px 30px;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1365px) {
  body.post-type-archive-news .archive-news-sec .archive-news-inner {
    grid-template-columns: 1fr 87.912vw 1fr;
  }
}
@media screen and (max-width: 580px) {
  body.post-type-archive-news .archive-news-sec .archive-news-inner {
    grid-template-rows: 145px 140px 30px;
  }
}
body.post-type-archive-news .archive-news-sec .archive-news-bk1 {
  grid-area: 1/1/4/4;
}
body.post-type-archive-news .archive-news-sec .archive-news-bk2 {
  grid-area: 3/1/4/4;
}
body.post-type-archive-news .archive-news-sec .archive-news-title {
  grid-area: 2/2/3/3;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-bk1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-bk1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/works/single-works-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-bk2 {
  position: relative;
  width: 100%;
  height: 100%;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-bk2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-title {
  z-index: 1;
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-title h1 {
    font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.5rem);
  }
}
body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-title h1 span {
  display: block;
  margin-top: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body.post-type-archive-news .archive-news-sec .archive-news-inner .archive-news-title h1 span {
    font-size: clamp(2.5rem, 1.316rem + 5.05vw, 5.625rem);
  }
}
body.post-type-archive-news .archive-news-list ul, body.post-type-archive-news .archive-news-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.post-type-archive-news .archive-news-list ul .anl-item {
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #CCD9E0;
}
body.post-type-archive-news .archive-news-list ul .anl-item:last-child {
  border-bottom: none;
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner {
  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;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title .anl-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title .anl-meta {
    margin-bottom: 0.5em;
  }
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title .anl-meta .anl-date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1em;
  color: #CCD9E0;
  white-space: nowrap;
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title .anl-meta .anl-cat {
  padding: 0.25em 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1em;
  border-radius: 1em;
  background-color: #CCD9E0;
  white-space: nowrap;
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title h2 {
  margin-left: 2em;
  padding-right: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news .archive-news-list ul .anl-item .anl-item-inner .anl-title h2 {
    margin-left: 0;
  }
}
body.post-type-archive-news .archive-news-list ul .anl-item .anl-btn {
  min-width: 40px;
}
body.post-type-archive-news .archive-news-list ul .anl-item a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
body.post-type-archive-news .archive-news-list ul .anl-item a:link, body.post-type-archive-news .archive-news-list ul .anl-item a:visited {
  color: #333333;
}
body.post-type-archive-news .archive-news-list ul .anl-item a:active, body.post-type-archive-news .archive-news-list ul .anl-item a:hover {
  color: #CCD9E0;
}
body.post-type-archive-news .archive-news-list ul .anl-item a:active .anl-cat, body.post-type-archive-news .archive-news-list ul .anl-item a:hover .anl-cat {
  color: #333333;
}
body.post-type-archive-news .archive-news-list ul .anl-item a:active .btn-02, body.post-type-archive-news .archive-news-list ul .anl-item a:hover .btn-02 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
  color: #CCD9E0;
}
body.post-type-archive-news .archive-news-list ul .anl-item a:active .btn-02::before, body.post-type-archive-news .archive-news-list ul .anl-item a:hover .btn-02::before {
  margin-left: 24px;
  opacity: 0;
}
body.post-type-archive-news .archive-news-list ul .anl-item a:active .btn-02::after, body.post-type-archive-news .archive-news-list ul .anl-item a:hover .btn-02::after {
  margin-left: 6px;
  opacity: 1;
}

.archive-list-page {
  width: 100vw;
  margin-top: 80px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  padding: 60px 40px 80px;
  border-top: 1px solid #CCD9E0;
}
@media screen and (max-width: 580px) {
  .archive-list-page {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.archive-list-page .archive-list-page-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.archive-list-page .archive-list-page-inner .page-numbers {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
}
.archive-list-page .archive-list-page-inner .page-numbers.current {
  font-weight: 700;
}
.archive-list-page .archive-list-page-inner .page-numbers:hover {
  font-weight: 700;
}

body:not(.single-news) .l-header,
body:not(.single-works) .l-header,
body.single .l-header {
  position: fixed;
}
body:not(.single-news) .p-breadcrumb,
body:not(.single-works) .p-breadcrumb,
body.single .p-breadcrumb {
  display: none;
}
body:not(.single-news) .l-content__body,
body:not(.single-works) .l-content__body,
body.single .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

body:not(.single-news) .single-head-sec,
body:not(.single-works) .single-head-sec,
body.single .single-head-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
body:not(.single-news) .single-head-sec .single-head-inner,
body:not(.single-works) .single-head-sec .single-head-inner,
body.single .single-head-sec .single-head-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 160px 880px 160px 1fr;
  grid-template-rows: 225px 225px auto 30px 198px;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1200px) {
  body:not(.single-news) .single-head-sec .single-head-inner,
  body:not(.single-works) .single-head-sec .single-head-inner,
  body.single .single-head-sec .single-head-inner {
    grid-template-columns: 1fr 880px 1fr;
  }
}
@media screen and (max-width: 1024px) {
  body:not(.single-news) .single-head-sec .single-head-inner,
  body:not(.single-works) .single-head-sec .single-head-inner,
  body.single .single-head-sec .single-head-inner {
    grid-template-columns: 1fr 85.9375vw 1fr;
    grid-template-rows: 175px 175px 20.703125vw 30px 19.3359375vw;
  }
}
@media screen and (max-width: 580px) {
  body:not(.single-news) .single-head-sec .single-head-inner,
  body:not(.single-works) .single-head-sec .single-head-inner,
  body.single .single-head-sec .single-head-inner {
    grid-template-rows: 125px 100px 20.703125vw 30px 19.3359375vw;
  }
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-bk1,
body:not(.single-works) .single-head-sec .single-head-inner .sh-bk1,
body.single .single-head-sec .single-head-inner .sh-bk1 {
  grid-area: 1/1/5/6;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-bk2,
body:not(.single-works) .single-head-sec .single-head-inner .sh-bk2,
body.single .single-head-sec .single-head-inner .sh-bk2 {
  grid-area: 4/1/6/6;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title,
body.single .single-head-sec .single-head-inner .sh-title {
  grid-area: 2/2/3/5;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-img,
body:not(.single-works) .single-head-sec .single-head-inner .sh-img,
body.single .single-head-sec .single-head-inner .sh-img {
  grid-area: 3/3/6/4;
}
@media screen and (max-width: 1200px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-bk1,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-bk1,
  body.single .single-head-sec .single-head-inner .sh-bk1 {
    grid-area: 1/1/5/4;
  }
  body:not(.single-news) .single-head-sec .single-head-inner .sh-bk2,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-bk2,
  body.single .single-head-sec .single-head-inner .sh-bk2 {
    grid-area: 4/1/6/4;
  }
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title,
  body.single .single-head-sec .single-head-inner .sh-title {
    grid-area: 2/1/3/4;
  }
  body:not(.single-news) .single-head-sec .single-head-inner .sh-img,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-img,
  body.single .single-head-sec .single-head-inner .sh-img {
    grid-area: 3/2/6/3;
  }
}
@media screen and (max-width: 768px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title,
  body.single .single-head-sec .single-head-inner .sh-title {
    grid-area: 2/2/3/3;
  }
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-bk1,
body:not(.single-works) .single-head-sec .single-head-inner .sh-bk1,
body.single .single-head-sec .single-head-inner .sh-bk1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-bk1::before,
body:not(.single-works) .single-head-sec .single-head-inner .sh-bk1::before,
body.single .single-head-sec .single-head-inner .sh-bk1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/works/single-works-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-bk2,
body:not(.single-works) .single-head-sec .single-head-inner .sh-bk2,
body.single .single-head-sec .single-head-inner .sh-bk2 {
  position: relative;
  width: 100%;
  height: 100%;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-bk2::before,
body:not(.single-works) .single-head-sec .single-head-inner .sh-bk2::before,
body.single .single-head-sec .single-head-inner .sh-bk2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title,
body.single .single-head-sec .single-head-inner .sh-title {
  z-index: 1;
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title,
  body.single .single-head-sec .single-head-inner .sh-title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title,
  body.single .single-head-sec .single-head-inner .sh-title {
    padding: 0;
  }
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta,
body.single .single-head-sec .single-head-inner .sh-title .sh-meta {
  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;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1em;
}
@media screen and (max-width: 580px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta,
  body.single .single-head-sec .single-head-inner .sh-title .sh-meta {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 375px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta,
  body.single .single-head-sec .single-head-inner .sh-title .sh-meta {
    font-size: 3.733VW;
  }
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-date,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-date,
body.single .single-head-sec .single-head-inner .sh-title .sh-meta .sh-date {
  color: #fff;
  margin-right: 1em;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat,
body.single .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat {
  padding: 0.4em 2em;
  background-color: #fff;
  border-radius: 1.5em;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat a,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat a,
body.single .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat a {
  text-decoration: none;
  color: #333333;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat a:visited,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat a:visited,
body.single .single-head-sec .single-head-inner .sh-title .sh-meta .sh-cat a:visited {
  color: #333333;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title h1,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title h1,
body.single .single-head-sec .single-head-inner .sh-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1365px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title h1,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title h1,
  body.single .single-head-sec .single-head-inner .sh-title h1 {
    font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.5rem);
  }
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-title h1 span,
body:not(.single-works) .single-head-sec .single-head-inner .sh-title h1 span,
body.single .single-head-sec .single-head-inner .sh-title h1 span {
  display: block;
  margin-top: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body:not(.single-news) .single-head-sec .single-head-inner .sh-title h1 span,
  body:not(.single-works) .single-head-sec .single-head-inner .sh-title h1 span,
  body.single .single-head-sec .single-head-inner .sh-title h1 span {
    font-size: clamp(2.5rem, 1.316rem + 5.05vw, 5.625rem);
  }
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-img,
body:not(.single-works) .single-head-sec .single-head-inner .sh-img,
body.single .single-head-sec .single-head-inner .sh-img {
  position: relative;
  max-width: 880px;
  width: 100%;
  aspect-ratio: 880/456;
  border-radius: 15px;
  overflow: hidden;
}
body:not(.single-news) .single-head-sec .single-head-inner .sh-img img,
body:not(.single-works) .single-head-sec .single-head-inner .sh-img img,
body.single .single-head-sec .single-head-inner .sh-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
body:not(.single-news) .c-postContent,
body:not(.single-works) .c-postContent,
body.single .c-postContent {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
body:not(.single-news) .c-postContent h2.wp-block-heading,
body:not(.single-works) .c-postContent h2.wp-block-heading,
body.single .c-postContent h2.wp-block-heading {
  font-size: 1.5em;
  color: #120050;
}
body:not(.single-news) .c-postContent h3.wp-block-heading,
body:not(.single-works) .c-postContent h3.wp-block-heading,
body.single .c-postContent h3.wp-block-heading {
  position: relative;
  padding-left: 1em;
  font-size: 1.25em;
  color: #120050;
}
body:not(.single-news) .c-postContent h3.wp-block-heading::before,
body:not(.single-works) .c-postContent h3.wp-block-heading::before,
body.single .c-postContent h3.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: #120050;
  border-radius: 50%;
  line-height: 1em;
}
body:not(.single-news) .c-postContent h4.wp-block-heading,
body:not(.single-works) .c-postContent h4.wp-block-heading,
body.single .c-postContent h4.wp-block-heading {
  font-size: 1.125em;
}
body:not(.single-news) .c-postContent p,
body:not(.single-works) .c-postContent p,
body.single .c-postContent p {
  line-height: 1.75em;
}
body:not(.single-news) .c-postContent ul.wp-block-list,
body:not(.single-works) .c-postContent ul.wp-block-list,
body.single .c-postContent ul.wp-block-list {
  padding: 0;
}
body:not(.single-news) .c-postContent ul.wp-block-list li,
body:not(.single-works) .c-postContent ul.wp-block-list li,
body.single .c-postContent ul.wp-block-list li {
  position: relative;
  padding-left: 1em;
  list-style: none;
}
body:not(.single-news) .c-postContent ul.wp-block-list li::before,
body:not(.single-works) .c-postContent ul.wp-block-list li::before,
body.single .c-postContent ul.wp-block-list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #120050;
}
body:not(.single-news) .c-postContent ol.wp-block-list,
body:not(.single-works) .c-postContent ol.wp-block-list,
body.single .c-postContent ol.wp-block-list {
  padding: 0;
  list-style-type: none;
  counter-reset: number;
}
body:not(.single-news) .c-postContent ol.wp-block-list li,
body:not(.single-works) .c-postContent ol.wp-block-list li,
body.single .c-postContent ol.wp-block-list li {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
  /* afterで○を作る */
}
body:not(.single-news) .c-postContent ol.wp-block-list li::after,
body:not(.single-works) .c-postContent ol.wp-block-list li::after,
body.single .c-postContent ol.wp-block-list li::after {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 0.6em;
  left: 0em;
  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;
  width: 1.6em;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 375px) {
  body:not(.single-news) .c-postContent ol.wp-block-list li::after,
  body:not(.single-works) .c-postContent ol.wp-block-list li::after,
  body.single .c-postContent ol.wp-block-list li::after {
    top: 0.3em;
  }
}
body:not(.single-news) .c-postContent ol.wp-block-list li::before,
body:not(.single-works) .c-postContent ol.wp-block-list li::before,
body.single .c-postContent ol.wp-block-list li::before {
  content: "";
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 0.95em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* ○を作る */
  width: 1em;
  height: 1em;
  background: #120050;
  border-radius: 50%;
}
body:not(.single-news) .c-postContent blockquote.wp-block-quote,
body:not(.single-works) .c-postContent blockquote.wp-block-quote,
body.single .c-postContent blockquote.wp-block-quote {
  position: relative;
  margin: 3em 0;
  padding: 3.9375em 1.75em 1.6875em 4.5625em;
  background-color: #fff;
  border: none;
}
body:not(.single-news) .c-postContent blockquote.wp-block-quote::before,
body:not(.single-works) .c-postContent blockquote.wp-block-quote::before,
body.single .c-postContent blockquote.wp-block-quote::before {
  content: "“";
  position: absolute;
  top: 0.634920635em;
  left: 0.476190476em;
  font-size: 3.9375em;
  font-weight: 700;
  color: #120050;
  line-height: 1em;
}
body:not(.single-news) .c-postContent blockquote.wp-block-quote p.has-text-align-right,
body:not(.single-works) .c-postContent blockquote.wp-block-quote p.has-text-align-right,
body.single .c-postContent blockquote.wp-block-quote p.has-text-align-right {
  color: #CCD9E0;
}
body:not(.single-news) .c-postContent figure.wp-block-table table, body:not(.single-news) .c-postContent figure.wp-block-table tr, body:not(.single-news) .c-postContent figure.wp-block-table td,
body:not(.single-works) .c-postContent figure.wp-block-table table,
body:not(.single-works) .c-postContent figure.wp-block-table tr,
body:not(.single-works) .c-postContent figure.wp-block-table td,
body.single .c-postContent figure.wp-block-table table,
body.single .c-postContent figure.wp-block-table tr,
body.single .c-postContent figure.wp-block-table td {
  border: none;
}
body:not(.single-news) .c-postContent figure.wp-block-table th, body:not(.single-news) .c-postContent figure.wp-block-table td,
body:not(.single-works) .c-postContent figure.wp-block-table th,
body:not(.single-works) .c-postContent figure.wp-block-table td,
body.single .c-postContent figure.wp-block-table th,
body.single .c-postContent figure.wp-block-table td {
  padding: 1em 0px !important;
  border-bottom: 1px solid #CCD9E0;
}
body:not(.single-news) .c-postContent figure.wp-block-table table,
body:not(.single-works) .c-postContent figure.wp-block-table table,
body.single .c-postContent figure.wp-block-table table {
  border-top: 2px solid #CCD9E0;
  border-bottom: 2px solid #CCD9E0;
}
body:not(.single-news) .c-postContent figure.wp-block-table table tbody tr td:first-child,
body:not(.single-works) .c-postContent figure.wp-block-table table tbody tr td:first-child,
body.single .c-postContent figure.wp-block-table table tbody tr td:first-child {
  padding-right: 1em !important;
  font-weight: 700;
  white-space: nowrap;
  color: #120050;
}

body.contact .l-content__top {
  display: none;
}
body.contact .p-breadcrumb {
  display: none;
}
body.contact .l-content__body {
  margin-top: 0;
}

body.contact .contact-head-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
body.contact .contact-head-sec .contact-head-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1200px auto;
  grid-template-rows: 290px 170px 202px 30px 124px;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1280px) {
  body.contact .contact-head-sec .contact-head-inner {
    grid-template-columns: 1fr 93.75vw 1fr;
    grid-template-rows: 290px 170px 15.78125vw 30px 9.6875vw;
  }
}
@media screen and (max-width: 1024px) {
  body.contact .contact-head-sec .contact-head-inner {
    grid-template-rows: 200px 170px 15.78125vw 30px 9.6875vw;
  }
}
@media screen and (max-width: 1023px) {
  body.contact .contact-head-sec .contact-head-inner {
    grid-template-rows: 200px 170px 15.78125vw 30px auto;
  }
}
@media screen and (max-width: 580px) {
  body.contact .contact-head-sec .contact-head-inner {
    grid-template-rows: 150px 100px 15.78125vw 30px auto;
  }
}
body.contact .contact-head-sec .contact-head-inner .ch-bk1 {
  grid-area: 1/1/5/4;
}
body.contact .contact-head-sec .contact-head-inner .ch-bk2 {
  grid-area: 4/1/6/4;
}
body.contact .contact-head-sec .contact-head-inner .ch-title {
  grid-area: 2/2/3/3;
}
body.contact .contact-head-sec .contact-head-inner .ch-tel {
  grid-area: 3/2/6/3;
}
body.contact .contact-head-sec .contact-head-inner .ch-bk1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
body.contact .contact-head-sec .contact-head-inner .ch-bk1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/works/single-works-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
body.contact .contact-head-sec .contact-head-inner .ch-bk2 {
  position: relative;
  width: 100%;
  height: 100%;
}
body.contact .contact-head-sec .contact-head-inner .ch-bk2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
body.contact .contact-head-sec .contact-head-inner .ch-title {
  z-index: 2;
}
body.contact .contact-head-sec .contact-head-inner .ch-title h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  body.contact .contact-head-sec .contact-head-inner .ch-title h1 {
    font-size: clamp(2.5rem, 1.08rem + 6.06vw, 5.625rem);
  }
}
body.contact .contact-head-sec .contact-head-inner .ch-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel {
    padding: 40px;
  }
}
body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-text {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  color: #120050;
}
@media screen and (max-width: 1024px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-text {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1023px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-text {
    font-size: clamp(1.125rem, 0.619rem + 2.16vw, 2rem);
  }
}
@media screen and (max-width: 375px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-text {
    font-size: 4.8vw;
  }
}
body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
  color: #120050;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-no {
    font-size: clamp(2rem, 1.132rem + 3.7vw, 3.5rem);
  }
}
@media screen and (max-width: 375px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-no {
    font-size: 8.533vw;
  }
}
body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-no img {
  height: 1em;
  margin-right: 0.214em;
}
body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2em auto 0;
  padding: 0.5em 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1em;
  background-color: #120050;
  color: #fff;
  border-radius: 1em;
}
@media screen and (max-width: 1024px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-time {
    margin-top: 1em;
  }
}
@media screen and (max-width: 1023px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-time {
    font-size: 5.18vwvw;
  }
}
@media screen and (max-width: 430px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  body.contact .contact-head-sec .contact-head-inner .ch-tel .ch-time {
    font-size: 3.733vw;
  }
}
body.contact .contact-input-sec {
  margin-top: 50px;
  margin-bottom: 80px;
  padding-top: 120px;
  border-top: 1px solid #CCD9E0;
}
body.contact .contact-input-sec .wp-block-group__inner-container h2.wp-block-heading {
  margin-bottom: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  text-align: center;
  color: #120050;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form .smf-item {
  margin-bottom: 2em;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form .smf-item__label {
  margin-bottom: 1.5em;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form .smf-item__label .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form .smf-item__label .smf-item__label__text span {
  margin-left: 0.5em;
  padding: 0.5em 1em;
  border-radius: 1em;
  font-size: 11px;
  line-height: 1em;
  background: #831C2A;
  color: #fff;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form .smf-select-control {
  width: 100%;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form textarea,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=text],
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel],
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=email],
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel] {
  width: 100%;
  border-radius: 10px;
  color: #333333;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select::-webkit-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form textarea::-webkit-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=text]::-webkit-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::-webkit-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=email]::-webkit-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::-webkit-input-placeholder {
  color: #CCD9E0;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select::-moz-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form textarea::-moz-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=text]::-moz-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::-moz-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=email]::-moz-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::-moz-placeholder {
  color: #CCD9E0;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select:-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form textarea:-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=text]:-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]:-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=email]:-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]:-ms-input-placeholder {
  color: #CCD9E0;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select::-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form textarea::-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=text]::-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=email]::-ms-input-placeholder, body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::-ms-input-placeholder {
  color: #CCD9E0;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select::placeholder,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form textarea::placeholder,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=text]::placeholder,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::placeholder,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=email]::placeholder,
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form input[type=tel]::placeholder {
  color: #CCD9E0;
}
body.contact .contact-input-sec .wp-block-group__inner-container .snow-monkey-form select.c-is-empty {
  color: #CCD9E0;
}
body.contact .contact-input-sec .smf-button-control__control {
  position: relative;
  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;
  width: 12em;
  height: 3em;
  margin: 80px auto 0;
  padding-left: 1.5em;
  padding-right: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  border-radius: 1.5em;
  background: #120050;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.contact .contact-input-sec .smf-button-control__control::before {
  content: "";
  position: absolute;
  right: 1.25em;
  width: 0px;
  height: 0px;
  border: 0.3125em solid transparent;
  border-left: 0.4375em solid #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
body.contact .contact-input-sec .smf-button-control__control::after {
  content: "";
  position: absolute;
  right: 1.75em;
  width: 0px;
  height: 0px;
  border: 0.3125em solid transparent;
  border-left: 0.4375em solid #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
body.contact .contact-input-sec .smf-button-control__control:link, body.contact .contact-input-sec .smf-button-control__control:visited {
  color: #fff;
}
body.contact .contact-input-sec .smf-button-control__control:active, body.contact .contact-input-sec .smf-button-control__control:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(46, 175, 255)), to(rgb(18, 0, 80)));
  background: linear-gradient(90deg, rgb(46, 175, 255) 0%, rgb(18, 0, 80) 100%);
  color: #CCD9E0;
}
body.contact .contact-input-sec .smf-button-control__control:active::before, body.contact .contact-input-sec .smf-button-control__control:hover::before {
  right: 0.75em;
  opacity: 0;
}
body.contact .contact-input-sec .smf-button-control__control:active::after, body.contact .contact-input-sec .smf-button-control__control:hover::after {
  right: 1.25em;
  opacity: 1;
}
body.contact .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

body.privacy-policy .l-content__top {
  display: none;
}
body.privacy-policy .p-breadcrumb {
  display: none;
}
body.privacy-policy .l-content__body {
  margin-top: 0;
}

body.privacy-policy .privacy-policy-head-sec {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 80px;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media screen and (max-width: 580px) {
  body.privacy-policy .privacy-policy-head-sec {
    margin-bottom: 40px;
  }
}
body.privacy-policy .privacy-policy-head-sec .privacy-policy-head-inner {
  display: grid;
  grid-template-columns: 1fr 1200px 1fr;
  grid-template-rows: 196px 281px 30px;
  gap: 0px 0px;
  grid-auto-flow: row;
}
@media screen and (max-width: 1365px) {
  body.privacy-policy .privacy-policy-head-sec .privacy-policy-head-inner {
    grid-template-columns: 1fr 87.912vw 1fr;
  }
}
@media screen and (max-width: 580px) {
  body.privacy-policy .privacy-policy-head-sec .privacy-policy-head-inner {
    grid-template-rows: 145px 140px 30px;
  }
}
body.privacy-policy .privacy-policy-head-sec .pph-bk1 {
  grid-area: 1/1/4/4;
}
body.privacy-policy .privacy-policy-head-sec .pph-bk2 {
  grid-area: 3/1/4/4;
}
body.privacy-policy .privacy-policy-head-sec .pph-title {
  grid-area: 2/2/3/3;
}
body.privacy-policy .privacy-policy-head-sec .pph-bk1 {
  position: relative;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(18, 0, 80)), to(rgb(46, 175, 255)));
  background: linear-gradient(90deg, rgb(18, 0, 80) 0%, rgb(46, 175, 255) 100%);
  overflow: hidden;
}
body.privacy-policy .privacy-policy-head-sec .pph-bk1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../img/works/single-works-bk-kira.png);
  background-repeat: no-repeat;
  background-position: top center;
  mix-blend-mode: color-dodge;
}
body.privacy-policy .privacy-policy-head-sec .pph-bk2 {
  position: relative;
  width: 100%;
  height: 100%;
}
body.privacy-policy .privacy-policy-head-sec .pph-bk2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F6F8;
  border-radius: 25px 25px 0 0;
}
body.privacy-policy .privacy-policy-head-sec .pph-title {
  z-index: 2;
}
body.privacy-policy .privacy-policy-head-sec .pph-title h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  body.privacy-policy .privacy-policy-head-sec .pph-title h1 {
    font-size: clamp(1.875rem, 0.455rem + 6.06vw, 5rem);
  }
}/*# sourceMappingURL=common.min.css.map */