@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.mgt10 {
  margin-top: 10px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgt60 {
  margin-top: 60px;
}

.mgb60 {
  margin-bottom: 60px;
}

.mgt70 {
  margin-top: 70px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgt80 {
  margin-top: 80px;
}

.mgb80 {
  margin-bottom: 80px;
}

.mgt90 {
  margin-top: 90px;
}

.mgb90 {
  margin-bottom: 90px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt10 {
  padding-top: 10px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdt60 {
  padding-top: 60px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdt70 {
  padding-top: 70px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb80 {
  padding-bottom: 80px;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  line-height: 1.5;
}

p {
  color: #313131;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
}

.grotesk {
  font-family: "Host Grotesk", sans-serif;
}

.red {
  color: #ec0101;
}

a:hover {
  color: initial;
  opacity: 0.7;
}

.pc-none {
  display: none;
}

.sp-none {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .pc-none {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.site-header {
  position: fixed;
  width: 100%;
  box-shadow: none;
  height: 100px;
}

.site-header {
  background: none;
  transition: background-color 0.3s ease;
}

.header_scrolled .site-header {
  background: none;
}

.add-layer .site-header {
  background: #fff;
}

body.header_scrolled .site-header .global-nav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}

.page-header {
  padding-top: 100px;
  margin-top: 0 !important;
}
@media (max-width: 991.99px) {
  .page-header {
    padding-top: 60px;
    margin-top: 0 !important;
  }
}

#site-header-container {
  align-items: center;
  justify-content: space-between;
}

.header_scrolled .site-header {
  animation: none !important;
}

.header_scrolled .header-top,
.header_scrolled .site-header-logo,
.header_scrolled .site-header-sub,
.header_scrolled .vk-campaign-text {
  display: block;
}

.global-nav-list > li .global-nav-name {
  font-size: 16px;
  color: #fff;
}

.add-layer .global-nav-list > li .global-nav-name {
  color: #313131;
}

.header-r {
  flex: 1;
  display: flex;
}

.cta_btn {
  display: flex;
  align-items: center;
}
.cta_btn .insta {
  margin-right: 15px;
  margin-left: 15px;
}
.cta_btn .insta img {
  width: 32px;
  height: auto;
}
.cta_btn .navy_btn,
.cta_btn .red_btn {
  width: 210px;
  background: #00336d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1191.99px) {
  .cta_btn .navy_btn,
  .cta_btn .red_btn {
    width: 100px;
    font-size: 18px;
  }
}
.cta_btn .red_btn {
  background: #ec0101;
}

@media (max-width: 1191.99px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 1em;
  }
}
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 1em;
    width: 20%;
    padding-left: 1em;
  }
  .header_scrolled .site-header {
    box-shadow: none;
  }
}
@media (min-width: 1192px) {
  .site-header--layout--nav-float .site-header-logo {
    width: 30%;
    margin-right: 0;
  }
}
.site-header-logo img {
  width: 200px;
}

.vk-mobile-nav-menu-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: url(../../img/open.svg) center 50% no-repeat rgba(255, 255, 255, 0);
  background-size: contain;
}

.vk-mobile-nav-menu-btn.menu-open {
  background: url(../../img/close.svg) center 50% no-repeat rgba(255, 255, 255, 0);
  background-size: contain;
  border: none;
}

@media (max-width: 991.99px) {
  #global-nav {
    display: none;
  }
  .cta_btn {
    position: fixed;
    bottom: 0;
    width: calc(100% - 60px);
  }
  .cta_btn .insta {
    display: none;
  }
  .cta_btn .navy_btn,
  .cta_btn .red_btn {
    width: 50%;
    height: 60px;
    font-size: 14px;
  }
  .page_top_btn,
  .scrolled .page_top_btn {
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    box-shadow: none;
    display: block;
    opacity: 1;
    color: transparent;
    background-color: #313131;
  }
  .site-header {
    height: 60px;
  }
  .site-header-logo img {
    width: auto;
    margin-right: auto;
    margin-left: 10px;
    height: 45px;
  }
}
.header_scrolled.admin-bar .site-header,
.admin-bar .site-header {
  top: 32px;
}

.admin-bar .vk-mobile-nav-menu-btn {
  top: 41px;
}

footer .logo {
  max-width: 200px;
}
footer .widget {
  margin-bottom: 5px;
}
footer .widget .menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media (max-width:991.98px) {
  footer .widget .menu {
    justify-content: flex-start;
    margin-top: 2em;
  }
}
footer .widget .menu li a {
  padding-left: 2em;
  border: none;
  font-size: 16px;
}
@media (max-width:991.98px) {
  footer .widget .menu li a {
    padding-left: 0;
    padding-right: 1em;
    font-size: 14px;
  }
}
footer .widget .menu li a:hover {
  background: none;
}
footer .col-lg-5 .catch {
  margin-top: 3em;
  max-width: 420px;
  display: block;
  width: 85%;
}
footer .col-lg-7 {
  text-align: right;
  position: relative;
}
footer .col-lg-7 .insta {
  width: 32px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 15px;
}
footer .site-footer-copyright {
  border-top: 1px solid #d6d6d6;
  margin-top: 30px;
}
footer .site-footer-copyright p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width:991.98px) {
  footer .site-footer-copyright {
    margin-bottom: 60px;
  }
}

.container_in {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media ( max-width: 767.98px) {
  .container_in {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container_in {
    max-width: 486px;
  }
}
@media (min-width: 768px) {
  .container_in {
    max-width: 648px;
  }
}
@media (min-width: 992px) {
  .container_in {
    max-width: 864px;
  }
}
@media (min-width: 1200px) {
  .container_in {
    max-width: 1026px;
  }
}
.more-icon {
  display: block;
  padding: 0.5em 0 0.5em 80px;
  position: relative;
  font-size: 22px;
  color: #ec0101;
  font-weight: 600;
  background: url(../../img/more-icon.png) no-repeat center;
  background-size: contain;
  background-position: center left;
  margin-bottom: 1em;
}
.more-icon:first-child {
  margin-top: 1em;
}
@media ( max-width: 767.98px) {
  .more-icon {
    padding: 0.3em 0 0.3em 50px;
    position: relative;
    font-size: 20px;
  }
}
.more-icon.sp-none {
  display: block;
}
@media ( max-width: 767.98px) {
  .more-icon.sp-none {
    display: none;
  }
}
.more-icon.pc-none {
  display: none;
}
@media ( max-width: 767.98px) {
  .more-icon.pc-none {
    display: block;
  }
}

.col-lg-6 .sp-none {
  display: block;
}
@media (max-width:991.98px) {
  .col-lg-6 .sp-none {
    display: none;
  }
}
.col-lg-6 .pc-none {
  display: none;
}
@media (max-width:991.98px) {
  .col-lg-6 .pc-none {
    display: block;
  }
}

.footer_cta {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-left: -1px;
}
.footer_cta div {
  background: #f4f4f4;
  padding: 20px;
  width: 33.3333333333%;
  border: 2px solid #ec0101;
  border-left: 1px solid #ec0101;
  border-right: 1px solid #ec0101;
  border-bottom: none;
  position: relative;
}
@media (max-width:991.98px) {
  .footer_cta div {
    width: 100%;
  }
}
@media ( max-width: 767.98px) {
  .footer_cta div {
    padding: 10px 15px;
  }
}
.footer_cta div p {
  font-size: 16px;
  color: #ec0101;
}
@media ( max-width: 767.98px) {
  .footer_cta div p {
    font-size: 14px;
  }
}
.footer_cta div p.ttl {
  font-size: 24px;
  color: #ec0101;
  margin-bottom: 10px;
  font-weight: 500;
}
@media ( max-width: 767.98px) {
  .footer_cta div p.ttl {
    font-size: 18px;
    height: auto;
  }
}
.footer_cta div .more-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  padding: 0;
  right: 20px;
  bottom: 20px;
  margin: 0;
}
@media ( max-width: 767.98px) {
  .footer_cta div .more-icon {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 15px;
  }
}

.footer_cta_under {
  background: url(../../img/bg2.png);
  text-align: center;
  background-position: left;
  aspect-ratio: 5/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 90%;
  background-color: #0c2277;
  background-repeat: no-repeat;
}
@media (max-width:991.98px) {
  .footer_cta_under {
    aspect-ratio: 3/2;
    padding-bottom: 50px;
    background-position: left bottom;
  }
}
@media ( max-width: 767.98px) {
  .footer_cta_under {
    aspect-ratio: 3/2;
    padding-bottom: 50px;
    background-position: left bottom;
  }
}
@media (max-width:575.98px) {
  .footer_cta_under {
    aspect-ratio: 2/2;
    padding-bottom: 50px;
    background-position: left bottom;
  }
}
.footer_cta_under p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
@media ( max-width: 767.98px) {
  .footer_cta_under p {
    font-size: 20px;
  }
}
.footer_cta_under .more-icon {
  padding: 1em 1em;
  font-size: 22px;
  color: #ffffff;
  border: 2px solid;
  background: red;
  margin-bottom: 1em;
  width: 320px;
  margin: 0 auto;
  border-radius: 50vh;
  background-image: url(../../img/more-icon.png);
  background-repeat: no-repeat;
  background-position: 250px 12px;
  background-size: 50px;
}

.page-header {
  background: url(../../img/page_bg.png) center no-repeat;
  text-align: left;
  margin-top: 0;
  background-size: cover;
}
.page-header .page-header-inner {
  margin: 4em auto 10em;
}
.page-header .page-header-inner h1,
.page-header .page-header-inner span,
.page-header .page-header-inner div {
  color: #fff;
}

/*パンくず*/
.page-header-inner {
  margin: 4em auto calc(4em + 80px);
}
@media (max-width: 991.98px) {
  .page-header-inner {
    margin: 2em auto 4em;
  }
}

#breadcrumb {
  position: relative;
  top: -80px;
  z-index: 2;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 16px;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  margin-bottom: -80px;
}
@media (max-width: 991.98px) {
  #breadcrumb {
    background: none;
    height: auto;
    top: 0;
    font-size: 12px;
    margin-bottom: 0;
  }
}
#breadcrumb a span {
  color: #ec0101;
}
#breadcrumb a i {
  display: none;
}
@media (max-width: 991.98px) {
  #breadcrumb a i {
    display: inline-block;
  }
}
#breadcrumb .breadcrumb-list li:after {
  content: ">";
}
#breadcrumb .breadcrumb-list li:last-child:after {
  content: "";
}

/*パンくずここまで*/
/* アニメーション仮 */
.text_up {
  display: inline-flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.text_up span {
  display: inline-block;
  transform: translateX(-1px);
  opacity: 0;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity cubic-bezier(0.77, 0, 0.175, 1) 0.9s;
  color: #ec0101;
}

.text_up.-visible span {
  transform: translateX(0);
  opacity: 1;
}

.text_up div {
  flex: 0 0 100%;
}

.fade_up {
  opacity: 0;
  transform: translateY(20%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.fade_up.-visible {
  opacity: 1;
  transform: translateY(0);
}

.work_wrap .work_item:nth-child(1),
#about .col-lg-6:first-child .fade_up:nth-child(1),
#enviroment .text .fade_up:nth-child(1),
.culture .company-stats .fade_up:nth-child(1),
.post-list .work_item:nth-child(1),
.post-list .member_item:nth-child(1) {
  transition-delay: 0.1s;
}

.work_wrap .work_item:nth-child(2),
#about .col-lg-6:first-child .fade_up:nth-child(2),
#enviroment .text .fade_up:nth-child(2),
.culture .company-stats .fade_up:nth-child(2),
.post-list .work_item:nth-child(2),
.post-list .member_item:nth-child(2) {
  transition-delay: 0.2s;
}

.work_wrap .work_item:nth-child(3),
#about .col-lg-6:first-child .fade_up:nth-child(3),
#enviroment .text .fade_up:nth-child(3),
.culture .company-stats .fade_up:nth-child(3),
.post-list .work_item:nth-child(3),
.post-list .member_item:nth-child(3) {
  transition-delay: 0.3s;
}

.work_wrap .work_item:nth-child(4),
#about .col-lg-6:first-child .fade_up:nth-child(4),
#enviroment .text .fade_up:nth-child(4),
.culture .company-stats .fade_up:nth-child(4),
.post-list .work_item:nth-child(4),
.post-list .member_item:nth-child(4) {
  transition-delay: 0.4s;
}

.work_wrap .work_item:nth-child(5),
#about .col-lg-6:first-child .fade_up:nth-child(5),
#enviroment .text .fade_up:nth-child(5),
.culture .company-stats .fade_up:nth-child(5),
.post-list .work_item:nth-child(5),
.post-list .member_item:nth-child(5) {
  transition-delay: 0.5s;
}

.work_wrap .work_item:nth-child(6),
#about .col-lg-6:first-child .fade_up:nth-child(6),
#enviroment .text .fade_up:nth-child(6),
.culture .company-stats .fade_up:nth-child(6),
.post-list .work_item:nth-child(6),
.post-list .member_item:nth-child(6) {
  transition-delay: 0.6s;
}

.work_wrap .work_item:nth-child(7),
#about .col-lg-6:first-child .fade_up:nth-child(7),
#enviroment .text .fade_up:nth-child(7),
.culture .company-stats .fade_up:nth-child(7),
.post-list .work_item:nth-child(7),
.post-list .member_item:nth-child(7) {
  transition-delay: 0.7s;
}

.work_wrap .work_item:nth-child(8),
#about .col-lg-6:first-child .fade_up:nth-child(8),
#enviroment .text .fade_up:nth-child(8),
.culture .company-stats .fade_up:nth-child(8),
.post-list .work_item:nth-child(8),
.post-list .member_item:nth-child(8) {
  transition-delay: 0.8s;
}

.work_wrap .work_item:nth-child(9),
#about .col-lg-6:first-child .fade_up:nth-child(9),
#enviroment .text .fade_up:nth-child(9),
.culture .company-stats .fade_up:nth-child(9),
.post-list .work_item:nth-child(9),
.post-list .member_item:nth-child(9) {
  transition-delay: 0.9s;
}

.work_wrap .work_item:nth-child(10),
#about .col-lg-6:first-child .fade_up:nth-child(10),
#enviroment .text .fade_up:nth-child(10),
.culture .company-stats .fade_up:nth-child(10),
.post-list .work_item:nth-child(10),
.post-list .member_item:nth-child(10) {
  transition-delay: 1s;
}

.fade_up.delay1 {
  transition-delay: 0.1s;
}

.fade_up.delay2 {
  transition-delay: 0.2s;
}

.fade_up.delay3 {
  transition-delay: 0.3s;
}

.fade_up.delay4 {
  transition-delay: 0.4s;
}

.fade_up.delay5 {
  transition-delay: 0.5s;
}

.fade_up.delay6 {
  transition-delay: 0.6s;
}

.fade_up.delay7 {
  transition-delay: 0.7s;
}

.fade_up.delay8 {
  transition-delay: 0.8s;
}

.fade_up.delay9 {
  transition-delay: 0.9s;
}

.fade_up.delay10 {
  transition-delay: 1s;
}

.wp-block-table td,
.wp-block-table th {
  padding: 1em;
}

.text_up.black span {
  color: #313131;
}

.full-wide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.menu_out {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.menu_out li + li {
  margin-left: 15px;
}
.menu_out i {
  font-size: 10px;
  margin-left: 5px;
}
#menu-item-297 a{
  background: #00336d;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
#menu-item-301 a{
  background: #ec0101;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{
  background: rgba(0,0,0,0.4);
}
.ttl h2,
h2.ttl {
  font-size: 36px;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .ttl h2,
  h2.ttl {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .ttl h2,
  h2.ttl {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .ttl h2,
  h2.ttl {
    font-size: 24px;
    text-align: center;
  }
}
.ttl h2 span,
h2.ttl span {
  color: #ec0101;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.68em;
  display: block;
}
#menu-item-358 a{
cursor: pointer;
}
.vk-mobile-nav .acc-btn{
  width: 100%;
    right: 0;
    border: none;
    background-position: right;
}
.min{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 500;
}