@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* =========================================================
   Base & Common
   ========================================================= */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #3D3D46;
  line-height: 1.5;
  padding-top: 70px;
}

.font-en {
  font-family: 'Heebo', sans-serif;
}

a {
  transition: 0.3s ease-in-out;
  color: #272727;
  text-decoration: none;
  background-color: transparent;
}

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

img {
  width: 100%;
  vertical-align: top;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
}

.page-content p {
  line-height: 2;
}

.page-content {
  padding-top: 100px;
}

.link-text {
  color: #6667AB;
  text-decoration: underline;
}

.num-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.list-num li {
  display: flex;
  margin-bottom: 10px;
}

.list-num__num {
  font-size: 15px;
  color: #696aab;
  font-weight: bold;
  padding-right: 8px;
}

.list-num__text {
  font-size: 15px;
}

::placeholder {
  font-family: 'Noto Sans JP', sans-serif;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

/* =========================================================
   Utility Classes
   ========================================================= */
.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

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

.mt-10 {
  margin-top: 10px;
  display: block;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 20px;
}

.text-m {
  width: 3em;
}

.text-s {
  width: 3em;
  text-align: center;
}

.fx-basis2 {
  flex-basis: 100%;
}

.f-bold {
  font-weight: bold;
}

.c-purple {
  color: #797AB9;
}

.c-purple-g {
  color: #696aab;
}

.c-red {
  color: #C61716;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.fs-middle {
  font-size: 13px;
}

.f-small {
  font-size: 13px;
}

.border-bottom-content {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.pc-order01 {
  order: 1;
}

.pc-order02 {
  order: 2;
}

/* =========================================================
   Header & Nav
   ========================================================= */
header {
  transition: .5s;
  position: relative;
  border-top: 6px solid #CCB97E;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09), 0 10px 10px 0 rgba(0, 0, 0, .07);
}

.header__logo {
  width: 15%;
  background: #fff;
  text-align: center;
  padding: 3% 0;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: none;
}

.header__logo img {
  width: 60%;
}

.nav-item__text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.global-nav {
  margin: 0;
  position: relative;
}

.global-nav .nav-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav .nav-list .nav-item {
  width: 140px;
  text-align: center;
}

.global-nav .nav-list .nav-item:last-child a {
  border-right: none;
}

.nav-item_sub__menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
}

.nav-item_sub__menu li {
  width: 33.3%;
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
}

.nav-item_sub__menu li:nth-child(4) {
  border-right: 0;
}

.nav-item_sub__menu li a {
  display: block;
  position: relative;
  padding-left: 5%;
  font-weight: 500;
}

.nav-item_sub__menu li a::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  right: 3%;
  top: 10px;
}

.nav-item a.nav-item__text {
  display: block;
  position: relative;
}

.nav-item a.nav-item__text::after {
  display: none;
  content: "";
  width: 100%;
  height: 4px;
  background: #CCB97E;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}

.nav-item a.nav-item__text:hover::after {
  display: block;
}

.layer {
  z-index: 2 !important;
  background: #080833;
  width: 100%;
  height: 100vh;
  opacity: 40%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.hover-menu:hover+.layer {
  display: block;
}

.global-nav-icon {
  display: none;
}

.nav-item-first-block {
  background: #6667AB;
  border: 1px solid #6667AB;
  width: 25%;
  padding: 0 3%;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.nav-item-first-block::after {
  content: "About Us";
  display: block;
  font-family: 'Heebo', sans-serif;
  color: #5E5FA5;
  font-size: 88px;
  font-weight: 300;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
  white-space: nowrap;
}

.sub-menu02 .nav-item-first-block::after {
  content: "Service";
}

.sub-menu03 .nav-item-first-block::after {
  content: "Recruit";
}

.nav-item-first-block__ttl {
  font-size: 24px;
  color: #fff;
  font-style: 500;
  position: relative;
  z-index: 3;
  text-align: left;
  padding-top: 20px;
}

.nav-item-first-block__ttl::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #BFBFBF;
  margin: 20px 0 30px;
}

/* =========================================================
   Buttons & UI
   ========================================================= */
.btn a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 10%;
  height: 55px;
  line-height: 55px;
  width: 90%;
}

.btn a::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  right: 5%;
  top: 8px;
}

.btn.return-btn a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-right: 10%;
  padding-left: 0;
  text-align: right;
  height: 55px;
  line-height: 55px;
  width: 90%;
}

.btn.return-btn a::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  left: 5% !important;
  top: 8px;
  transform: rotateY( 180deg);
}

.btn.btn-list a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  height: 55px;
  line-height: 55px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

.btn.btn-list a::after {
  content: url(../img/link-ico-list.svg);
  display: block;
  width: 26px;
  position: absolute;
  left: 5% !important;
  top: 4px;
  transform: rotateY( 180deg);
}

.btn-purple {
  width: 240px;
}

.btn-purple a, 
.btn-purple input {
  color: #fff;
  background: #6667AB;
}

.btn-return a, 
.btn-return input {
  color: #fff;
  background: #959595;
}

.btn-long {
  width: 800px;
  text-align: center;
  padding-left: 0;
  margin: 80px auto 0;
}

.btn-long a {
  padding-left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}

.btn-long-menu {
  width: 100%;
  text-align: center;
  padding-left: 0;
}

.btn-long-menu a {
  padding-left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

.btn-goast a {
  display: block;
  width: 90%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10%;
  margin-bottom: 18%;
  height: 55px;
  line-height: 55px;
}

.btn-goast a::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  right: 5%;
  top: 8px;
}

/* Pagination */
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation span,
.pagenation a {
  width: 55px;
  height: 55px;
  display: block;
  color: #3D3D46;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  font-weight: 500;
  margin: 0 10px;
}

.pagenation span {
  border: 1px solid #3D3D46;
}

.pagenation span.dots {
  border: none;
}

.pagenation a {
  background: #F7F7F7;
}

.pagenation a.next.page-numbers {
  background: #6566AB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation a.next.page-numbers::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  margin-right: 10px;
}

.pagenation a.prev.page-numbers {
  background: #6566AB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation a.prev.page-numbers::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(225deg);
  margin-left: 10px;
}

/* Breadcrumb */
.breadcrumb {
  background: #F5F5F7;
  display: flex;
  padding: 20px 0;
}

.breadcrumb-list {
  display: flex;
  margin-left: auto;
  padding-right: 2%;
}

.breadcrumb-list__item a, 
.breadcrumb-list__item {
  font-size: 12px;
}

.breadcrumb-list__item a {
  color: #738283;
}

.breadcrumb-list__item::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  border-top: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  transform: rotate(45deg);
}

.breadcrumb-list__item:last-child::after {
  display: none;
}

/* =========================================================
   Footer
   ========================================================= */
footer {
  border-top: solid #CCB97E 6px;
  margin-top: 160px;
}

.footer-top {
  background: #F5F5F7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 20% 100px;
}

.footer-top__item a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.footer-top__item.cat-menu a {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 40px 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom__item.copy {
  margin-left: auto;
  font-family: 'Heebo', sans-serif;
  font-size: 12px;
  color: #7E807D;
}

.footer-bottom__item {
  font-size: 14px;
}

.footer-bottom__item:nth-of-type(1) {
  border-right: 1px solid #E9ECEF;
  padding-right: 20px;
  margin-right: 20px;
}

.footer-sns {
  background: #F5F5F7;
  padding-bottom: 60px;
}

.footer-sns-inner {
  margin: 0 20%;
  padding: 30px 0;
  border-top: 1px solid #BFBFBF;
  display: flex;
}

.footer-sns__item a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-left: 40px;
  margin-right: 40px;
}

.footer-sns__item a::before {
  content: url(../img/tw-ico.svg);
  width: 20px;
  position: absolute;
  left: 0;
  top: -3px;
}

.footer-sns__item.insta a::before {
  content: url(../img/ig-ico.svg);
}

.footer-top__sub-menu {
  margin-bottom: 20px;
}

/* =========================================================
   Main Visual & Page Visuals
   ========================================================= */
.main-visual {
  background: url(../img/main-pc.png) no-repeat left top;
  background-size: cover;
  height: 91vh;
  position: relative;
  z-index: 1;
}

.main-visual__text {
  position: absolute;
  right: 7%;
  bottom: 2%;
}

.main-visual__copy-en {
  font-family: 'Heebo', sans-serif;
  font-size: 24px;
  color: #BFBFBF;
  font-weight: 200;
}

.main-visual__copy-jp {
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  margin: 30px 0 40px;
}

.main-visual__text .btn-goast {
  width: 240px;
}

.scrolldown {
  position: absolute;
  left: 5%;
  bottom: 10px;
  height: 100px;
}

.scrolldown span {
  position: absolute;
  left: -28px;
  top: -40px;
  color: #eee;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: 'Heebo', sans-serif;
  font-weight: 100;
  transform: rotateZ(90deg);
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

.page-visual {
  height: 420px;
  border-bottom: 6px solid #CCB97E;
}

.page-visual.outline {
  height: 420px;
  background: url(../img/outline-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.about {
  height: 420px;
  background: url(../img/about-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.companypolicy {
  height: 420px;
  background: url(../img/companypolicy-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.companysystem {
  height: 420px;
  background: url(../img/companysystem-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.convention {
  height: 420px;
  background: url(../img/convention-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.partner {
  height: 420px;
  background: url(../img/partner-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.recruit {
  height: 420px;
  background: url(../img/recruit-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.recruit-page {
  height: 290px;
  background: #6566AB;
  background-size: cover;
}

.page-visual.organizationchart {
  height: 420px;
  background: url(../img/organizationchart-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.employeeratio {
  height: 420px;
  background: url(../img/employeeratio-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.devexample {
  height: 420px;
  background: url(../img/devexample-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.interview {
  height: 420px;
  background: url(../img/interview-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.service {
  height: 420px;
  background: url(../img/service-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.recruit-blog {
  height: 420px;
  background: url(../img/recruit-blog-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.staff-blog {
  height: 420px;
  background: url(../img/staff-blog-kv-pc.png) no-repeat left top;
  background-size: cover;
}

.page-visual.programming-school {
  height: 620px;
  background-image: url(../img/programming-school-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.programming-school-basic {
  height: 620px;
  background-image: url(../img/programming-basic-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.programming-school-advanced {
  height: 620px;
  background-image: url(../img/programming-advanced-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.home-page {
  height: 620px;
  background-image: url(../img/home-page-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.drone {
  height: 620px;
  background-image: url(../img/drone-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.ayumu {
  height: 620px;
  background-image: url(../img/ayumu-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.ayumu .service-mv__img {
  padding: 20px;
}

.page-visual.cartia {
  height: 620px;
  background-image: url(../img/cartia-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.cartia .service-mv__img {
  padding: 20px;
}

.page-visual.nojico {
  height: 620px;
  background-image: url(../img/nojico-kv-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}

.page-visual.nojico .service-mv__img {
  padding: 20px;
}

.page-visual-en {
  font-size: 24px;
  color: #CCB97E;
  font-weight: 100;
  padding-left: 5%;
  padding-top: 250px;
  margin-bottom: 20px;
}

.page-visual-jp {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  padding-left: 5%;
}

.page-visual.recruit-page .page-visual-en {
  font-size: 24px;
  color: #CCB97E;
  font-weight: 100;
  padding-left: 5%;
  padding-top: 100px;
  margin-bottom: 20px;
}

.page-ttl-boder-left {
  font-size: 32px;
  color: #6667AB;
  border-left: 4px solid #CCB97E;
  padding-left: 30px;
  margin-bottom: 65px;
}

/* =========================================================
   News & Blog
   ========================================================= */
.news {
  position: relative;
  z-index: 2;
  padding-top: 170px;
}

.news__content-ttl {
  font-size: 40px;
  font-weight: 300;
  color: #6667AB;
}

.news__content-ttl span {
  font-size: 16px;
  align-items: center;
  vertical-align: middle;
  padding-left: 110px;
}

.news__content-ttl::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #BFBFBF;
  margin: 60px 0;
}

.news-box__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 30px;
}

.news-box__item:last-of-type {
  margin-bottom: 0;
}

.news-box__item-link {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news-box__tag-list-items {
  list-style: none;
  padding-top: 20px;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.news-box__tag-item {
  display: inline-block;
}

.news-box__tag-link {
  display: block;
  background-color: #e9ecef;
  color: #6667AB;
  text-decoration: none;
  padding: 2px 3px 3px 2px;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.news-box__tag-link:hover {
  background-color: #6667AB;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.news-box__item-date {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #696969;
  margin-right: 30px;
}

.news-box__item-text {
  flex-basis: 78%;
  font-size: 16px;
  line-height: 1.7;
}

.news-box__item-cat {
  color: #6667AB;
  border: 1px solid #6667AB;
  font-size: 12px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  padding: 0 .5%;
  flex-shrink: 0;
}

.news-box__item-text a {
  color: #6667AB;
  text-decoration: underline;
}

.news-big-ttl {
  font-family: 'Heebo', sans-serif;
  font-size: 280px;
  color: #EFEFEF;
  position: absolute;
  left: 1%;
  top: -85px;
  font-weight: 200;
  z-index: -1;
}

.news .btn-purple {
  position: absolute;
  right: 10%;
  top: 175px;
}

.blog-clm {
  display: flex;
  justify-content: space-between;
}

.blog-clm-main {
  width: 78%;
}

.blog-clm-side {
  width: 19%;
}

.side-ttl {
  color: #6667AB;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #CCB97E;
}

.side-box {
  margin-bottom: 50px;
}

.post-cont .news-box__item {
  border-bottom: none;
}

.post-cont .news-box__item-link {
  justify-content: flex-start;
}

.post-cont .news-box__item-cat {
  margin-left: 29px;
}

.post-cont h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.post-cont h1 {
  font-size: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 20px;
}

.post-cont h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.post-cont h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.post-cont h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.post-cont h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.post-cont h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.post-cont ol,ul {
  padding-left: 0;
  list-style-position: inside;
}

.post-cont li {
  padding-left: 40px;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

.post-cont ul ul ul {
  list-style-type: square;
}

.post-cont ul ul {
  list-style-type: circle;
}

.post-cont ul {
  list-style-type: disc;
}

.post-cont img {
  max-width: 500px;
  width: auto;
  padding: 20px 0;
}

/* =========================================================
   About Page
   ========================================================= */
.about-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
  justify-content: center;
}

.about-menu__item {
  width: 360px;
  margin-right: 50px;
  margin-bottom: 45px;
}

.about-menu__item2 {
  width: 360px;
  margin-right: 150px;
  margin-bottom: 45px;
}

.about-menu__item:nth-of-type(4), 
.about-menu__item:nth-of-type(5) {
  margin-bottom: 0;
}

.about-menu__item2:nth-of-type(4), 
.about-menu__item2:nth-of-type(5) {
  margin-bottom: 0;
}

.about-menu__link {
  display: block;
  width: 100%;
}

.about-menu__ttl {
  position: relative;
  font-weight: 500;
  font-size: 18px;
}

.about-menu__ttl::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  right: 0;
  top: 5px;
}

.about-menu__text {
  font-size: 15px;
  margin-top: 5px;
}

.message-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.message-box__text {
  flex-basis: 68%;
}

.message-box__text p {
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 1.7;
}

.message-box__img {
  flex-basis: 30%;
}

.ceo-name {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
}

.ceo-name span {
  font-size: 14px;
  display: block;
  font-weight: 300;
  margin-top: 20px;
}

.company-profile__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  background: #F7F7F7;
}

.company-profile__item {
  color: #738283;
  font-size: 16px;
  font-weight: 500;
  width: 20%;
  padding-left: 40px;
}

.company-profile__detail {
  width: 70%;
  font-size: 16px;
  line-height: 1.6;
}

.company-profile__box:nth-of-type(2n) {
  background: #ECECF5;
}

.company-profile__detail .btn-purple {
  width: 150px;
  margin-top: 20px;
}

.about-menu-first-block__ttl {
  font-size: 24px;
  color: #6667AB;
  font-weight: 500;
}

.about-menu-first-block__ttl::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #BFBFBF;
  margin: 40px 0;
}

.about-menu-first-block .btn-purple {
  width: 150px;
}

.about-memu-list__item {
  margin-right: 4%;
  margin-bottom: 3%;
}

.about-memu-list__link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 265px;
  align-items: center;
}

.about-memu-list__link::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  right: 0;
  top: 18px;
}

.about-memu-list__link img {
  width: 100px;
}

.about-memu-list__link.is_active img {
  border: 4px solid #CCB97E;
  box-sizing: border-box;
}

.about-memu-list__link span {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}

.about-memu-list__link.is_active span {
  color: #CCB97E;
}

.about-memu-list {
  display: flex;
  flex-wrap: wrap;
}

.about-memu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #EDEDED;
  padding: 65px 10%;
  margin-top: 160px;
}

.about-menu-first-block {
  flex-basis: 25%;
}

.about-memu-list {
  flex-basis: 75%;
}

.about-memu-list__item.two-clm {
  margin-right: 2%;
  margin-bottom: 3%;
  width: 48%;
}

.about-memu-list__item.two-clm .about-memu-list__link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-items: center;
}

.about-memu-list__item.three-clm {
  margin-right: 2%;
  margin-bottom: 3%;
  width: 31%;
}

.about-memu-list__item.three-clm .about-memu-list__link {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  align-items: center;
}

/* =========================================================
   Company Policy & System
   ========================================================= */
.companypolicy-content {
  position: relative;
}

.page-ttl-companypolicy {
  font-size: 48px;
  color: #6667AB;
  margin-bottom: 65px;
  font-weight: 400;
}

.companypolicy-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}

.companypolicy-big-ttl {
  text-align: right;
  font-family: 'Heebo', sans-serif;
  font-size: 120px;
  color: #EFEFEF;
  white-space: nowrap;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  right: -13%;
  top: 0;
  z-index: -1;
}

.companysystem-content .company-profile {
  margin-top: 70px;
}

.companysystem-content .company-profile__item {
  font-size: 20px;
  color: #6667AB;
}

.companysystem-content .company-profile__detail {
  padding-right: 50px;
}

.companysystem-content .company-profile__item span {
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

.companysystem-content .company-profile__detail .small-text {
  font-size: 13px;
}

.company-profile-table {
  margin-top: 30px;
}

.company-profile-table__ttl {
  background: #797AB9;
  color: #FFFFFF;
  font-size: 14px;
  padding: 15px 10px;
  position: relative;
}

.company-profile-table__item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.company-profile-table__item-name {
  width: 33.33%;
  background: #fff;
  padding: 1.5%;
  border: 0.5px solid #E1E1E8;
  box-sizing: border-box;
  font-size: 14px;
}

.company-profile-table__item-name.w-100 {
  width: 100%;
}

.company-profile-other-text {
  font-size: 16px;
  margin: 60px 0 30px;
}

.company-profile__box.bg-gray {
  background: #F7F7F7 !important;
}

/* =========================================================
   Convention & Partner
   ========================================================= */
.convention-first-text {
  font-size: 16px;
}

.convention-box {
  border-top: 1px solid #EDEDED;
  margin: 65px 0;
}

.convention-box__item {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

.convention-box__item-name {
  font-size: 27px;
  color: #6667AB;
  font-weight: 500;
  position: relative;
  padding: 20px 0px 0px 45px;
}

.convention-box__item-name::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 9px solid #BFBFBF;
  left: 9px;
  top: 27px;
}

.convention-box__item-text {
  padding: 20px 0px 0px 45px;
  font-size: 17px;
}

.convention-box__item-img {
  width: 28%;
  flex-shrink: 0;
  margin-left: auto;
}

.convention-big-ttl {
  font-size: 32px;
  color: #6667AB;
  font-weight: 500;
}

.partner-content p {
  font-size: 16px;
  margin-bottom: 45px;
}

.partner-content p a {
  color: #6667AA;
}

/* =========================================================
   Recruit, FAQ & Policy
   ========================================================= */
p.recruit-first-text {
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 80px;
}

.faq-box {
  border-bottom: 1px solid #EDEDED;
  padding: 25px 0;
}

.fukidasihi-q {
  position: relative;
  width: 65px;
  background: #EDEDED;
  padding: 5px 0;
  text-align: center;
  color: #6566AB;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
}

.fukidasihi-q:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(237, 237, 237, 0);
  border-top-width: 28px;
  border-bottom-width: 21px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  border-top-color: #EDEDED;
  left: 91%;
  top: 72%;
  transform: rotate(-39deg);
}

.faq-question {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.faq-question-box {
  display: flex;
  align-items: center;
}

.faq-answer {
  background: #F5F5F7;
  margin-top: 30px;
  padding: 25px 25px 25px 112px;
  position: relative;
  display: none;
}

.faq-answer span.aster {
  font-size: 13px;
}

.fukidasihi-a-box {
  position: absolute;
  top: 15px;
  left: 25px;
}

.fukidasihi-a-box span.aster {
  font-size: 13px;
}

.fukidasihi-a {
  position: relative;
  width: 65px;
  background: #6566AB;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
}

.fukidasihi-a:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(237, 237, 237, 0);
  border-top-width: 28px;
  border-bottom-width: 21px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  border-top-color: #6566AB;
  left: 91%;
  top: 70%;
  transform: rotate(-39deg);
}

.faq-box .ico-wrap {
  position: absolute;
  right: 20px;
  top: 0;
}

.faq-box .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #CCB97E;
  line-height: 1;
  width: 20px;
  height: 3px;
  background: currentColor;
  position: relative;
}

.faq-box .dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.faq-box .faq-question.open .dli-plus::before {
  display: none;
}

.section-oubo {
  margin-bottom: 80px;
}

.link-tab {
  background: #F7F7F7;
}

.link-tab-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.link-tab__item {
  width: 50%;
  text-align: center;
}

.link-tab__item a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 25px 0;
}

.link-tab__item.is-active a {
  border-bottom: 4px solid #BFBFBF;
  font-weight: 500;
}

.policy-first-text {
  font-size: 16px;
}

.policy-box {
  margin-top: 70px;
}

.policy-item {
  font-size: 27px;
  font-weight: 400;
  color: #6667AB;
  margin-bottom: 40px;
}

.policy-text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 2;
}

.policy-name {
  text-align: right;
  font-size: 18px;
  margin: 40px 0;
}

.policy-item span {
  font-size: 16px;
  padding-left: 10px;
}

/* =========================================================
   Contact Forms
   ========================================================= */
.contact {
  margin-top: 55px;
}

.contact-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-box__name {
  font-size: 16px;
  font-weight: 500;
  width: 20%;
  position: relative;
}

.contact-box__item {
  width: 80%;
}

.input-small {
  width: 350px;
  display: flex;
  align-items: center;
}

.input-small span {
  width: 20%;
  display: block;
}

input[type="radio"] {
  border: none !important;
}

.required {
  font-size: 11px;
  color: #FF0000;
  border: 1px solid #FF0000;
  padding: 0 10px;
}

.contact-box__name .required {
  position: absolute;
  right: 20px;
}

.wpcf7-radio label {
  margin-left: 50px;
  font-size: 16px;
}

.wpcf7-radio {
  margin-left: -50px;
}

.contact-box__item input[type="text"], 
.contact-box__item input[type="email"], 
.contact-box__item input[type="tel"] {
  border: none !important;
  background: #F7F7F7;
  padding: 20px;
  width: 100%;
  font-size: 16px;
}

.contact-box__item textarea {
  background: #F7F7F7;
  width: 100%;
  height: 380px;
  border: 0;
  padding: 20px 20px;
  font-size: 16px;
}

.contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F7F7F7;
  padding: 20px 40px 20px 30px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border: none;
}

.contact .arrow-add {
  position: relative;
}

.contact .arrow-add::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #6566AB;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 18px;
  top: 25px;
}

.mw_wp_form_confirm .contact .arrow-add::after {
  display: none;
}

.f-align-top {
  align-items: flex-start;
}

.policy-scroll {
  border: solid 3px #F7F7F7;
  padding: 15px 25px;
  height: 400px;
  overflow-y: scroll;
  background: #fff;
}

.policy-scroll-ttl {
  font-size: 16px;
  font-weight: 500;
}

.policy-scroll-ceo {
  text-align: right;
  margin: 14px 0 25px;
}

.policy-scroll-item {
  display: flex;
  font-size: 16px;
  margin-top: 25px;
}

.policy-scroll-num {
  width: 3%;
}

.policy-scroll-text {
  width: 96%;
}

.policy-at {
  margin-top: 25px;
}

.submit-check {
  margin-top: 10px;
}

.submit-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 18px;
  width: 100%;
  height: 80px;
  position: relative;
  font-weight: bolder;
  cursor: pointer;
}

.submit-btn:hover {
  opacity: 0.8;
}

.submit-btn {
  position: relative;
  transition: 0.3s ease-in-out;
}

.submit-btn::after {
  content: url(../img/link-ico.svg);
  display: block;
  width: 26px;
  position: absolute;
  right: 5%;
  top: 30px;
  z-index: 5;
}

.mw_wp_form_confirm .submit-btn.btn-return::after {
  content: url(../img/link-ico-return.svg);
  display: block;
  width: 26px;
  position: absolute;
  left: 5%;
  top: 30px;
  z-index: 999;
}

.mwform-radio-field-text {
  margin-right: 20px;
}

.error-pink input[type="text"], 
.error-pink input[type="email"], 
.error-pink input[type="tel"], 
.error-pink input[type="url"], 
.contact .error-pink select {
  background: #FEE5E5 !important;
}

.error-pink .mwform-radio-field-text, 
.error-pink .mwform-checkbox-field-text {
  color: #FF0000;
}

.error {
  display: none;
}

.mw_wp_form_confirm .confirm-none {
  display: none;
}

.mw_wp_form_confirm .contact-box {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 25px;
}

.mw_wp_form_confirm .contact-box:nth-of-type(1) {
  border-top: 1px solid #EDEDED;
  padding-top: 25px;
}

.mw_wp_form_confirm .submit-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mw_wp_form_confirm .submit-btn-wrap .btn-long {
  width: 520px;
}

.recruit-contact-text {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.contact-clm {
  display: flex;
  align-items: center;
}

.contact-clm-m {
  display: flex;
  align-items: center;
}

.contact-clm-sp-none {
  display: flex;
  align-items: center;
}

.mw_wp_form .error {
  display: none !important;
}

/* =========================================================
   Top Page & Various Sections
   ========================================================= */
.top-service-card-link {
  position: relative;
  display: block;
  width: 575px;
}

.top-service-card::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #CCB97E;
  margin: 60px 0;
}

.top-service {
  background: #6667AB;
  position: relative;
  z-index: 1;
  padding: 150px 0;
}

.top-service .news__content-ttl {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.top-blog .news__content-ttl {
  display: flex;
}

.top-blog .news__content-ttl::after {
  display: none;
}

.top-blog .news-box::before {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #CCB97E;
  margin: 60px 0;
}

.top-blog .news-box {
  margin-bottom: 100px;
}

.top-service .news__content-ttl::after {
  display: none;
}

.news__content-ttl .sub-ttl {
  font-size: 16px;
  padding-left: 110px;
  line-height: 2;
}

.top-service-card {
  overflow-x: auto;
  white-space: nowrap;
}

.top-service-card__item {
  display: inline-block;
  width: 570px;
  margin-right: 30px;
  padding-bottom: 50px;
}

.top-service .content {
  max-width: inherit;
  padding-left: 10%;
}

.top-service .news-big-ttl {
  font-family: 'Heebo', sans-serif;
  font-size: 280px;
  color: #4D4E8D;
  position: absolute;
  left: 1%;
  top: -85px;
  font-weight: 200;
  z-index: 0;
}

.top-service .btn-goast {
  position: absolute;
  width: 240px;
  right: 10%;
  top: 155px;
  z-index: 1;
}

.scroll_bar::-webkit-scrollbar {
  height: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: #3E3F71;
  margin-right: 180px;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #CCB97E;
}

.top-recruit {
  background: #6667AB;
  position: relative;
  z-index: 1;
  padding: 150px 0;
  margin-top: 140px;
}

.top-recruit .news__content-ttl {
  color: #fff;
  position: relative;
  z-index: 2;
}

.top-recruit .news-big-ttl {
  font-family: 'Heebo', sans-serif;
  font-size: 280px;
  color: #4D4E8D;
  position: absolute;
  left: 1%;
  top: -85px;
  font-weight: 200;
  z-index: 0;
}

.top-recruit .top-recruit-text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.top-recruit .btn-goast {
  width: 240px;
}

.top-recruit-img {
  position: absolute;
  top: 120px;
  right: 0;
  max-width: 1000px;
  width: 100%;
  z-index: -1;
}

.top-menu {
  display: flex;
  justify-content: center;
  gap: 0 4%;
  margin-top: 50px;
}

.top-menu__item-link {
  display: flex;
  align-items: center;
  width: 555px;
  padding: 10px;
  background: #CCB97E;
  gap: 0 5%;
  position: relative;
}

.top-menu__item-link img {
  vertical-align: top;
}

.top-menu__item-img {
  width: 220px;
}

.top-menu__item-det {
  width: 37%;
}

.top-menu__item-ttl {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.top-menu__item-text {
  color: #fff;
  font-size: 13px;
}

.top-menu__item-link::after {
  content: url(../img/link-ico-y.svg);
  display: flex;
  align-items: center;
  width: 26px;
  position: absolute;
  right: 30px;
}

.company-chara {
  border-top: 1px solid #EDEDED;
  padding-top: 100px;
  margin-top: 100px;
}


.company-chara {
  border-top: 1px solid #EDEDED;
  padding-top: 100px;
  margin-top: 100px;
}

.company-mark {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1vw;
}

.company-mark img {
  height: 20vw;
  max-height: 90px;
  width: auto;
}

.caption {
  text-align: center;
  font-weight: bold;
}

.company-chara-text {
  font-size: 20px;
  font-weight: bold;
}

.company-chara-text:nth-of-type(1) {
  margin-bottom: 40px;
}

.chara-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chara-box:nth-of-type(1) {
  margin: 70px 0;
}

.chara-box-img {
  flex-basis: 30%;
}

.chara-box-info {
  width: 65%;
}

.employeeratio-wrap img {
  padding-bottom: 50px;
}

.employeeratio-wrap {
  position: relative;
}

.employeeratio-wrap:nth-of-type(2) {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #EDEDED;
}

.employeeratio-ttl {
  font-family: 'Heebo', sans-serif;
  font-size: 100px;
  color: #F7F2E7;
  position: absolute;
  right: -11%;
  top: -90px;
  font-weight: 200;
  z-index: -1;
  line-height: 1;
  text-align: right;
}

.employeeratio-wrap:nth-of-type(2) .employeeratio-ttl {
  top: 1%;
}

.point-in-time {
  text-align: right;
}

.devexample-text {
  padding-bottom: 90px;
}

.devexample-table .company-profile-table__item-name {
  width: 25%;
  background: #fff;
  padding: 1.5%;
  border: 0.5px solid #E1E1E8;
  box-sizing: border-box;
  font-size: 14px;
}

.devexample-table .company-profile-table__item-name a {
  color: #6667AB;
}

.top-interview {
  background: url(../img/recruit-top-bg-pc.png) no-repeat left top;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 150px 0;
  margin-top: 140px;
}

.top-interview .news__content-ttl {
  color: #fff;
  position: relative;
  z-index: 2;
}

.top-interview .news-big-ttl {
  font-family: 'Heebo', sans-serif;
  font-size: 200px;
  color: #4D4E8D;
  position: absolute;
  left: 0%;
  top: -45px;
  font-weight: 200;
  z-index: 0;
}

.top-interview .top-interview-text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.top-interview .btn-goast {
  width: 240px;
}

.interview-list-ttl {
  color: #6667AB;
  font-size: 17px;
  font-weight: 500;
}

.interview-list-name {
  font-size: 16px;
  color: #6667AB;

}

.interview-list-name span {
  font-size: 13px;
  padding-left: 240px;
}

.interview-person-name {
  padding-left: 240px;
  font-size: 17px;
}

.interview-list-name.about-menu__ttl::after {
  top: inherit;
  bottom: 0;
}

.interview-mv {
  position: relative;
  background-size: 100%;
  height: 40vw;
  background-repeat: no-repeat;
}

.interview-mv__text {
  position: absolute;
  bottom: 50px;
}

.interview-mv__img {
  display: none;
}

.interview-mv__tab {
  background: #CCB97E;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 15px;
  display: inline-block;
}

.interview-mv__ttl {
  background: #6667AB;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  padding: 3px;
}

.interview-mv__name {
  background: #FFFFFF;
  display: inline-block;
  padding: 15px 18px;
  font-size: 24px;
  font-weight: 600;
  color: #6667AB;
}

.interview-mv__name-div {
  font-size: 13px;
  color: #6667AB;
  font-weight: 500;
  padding-right: 30px;
}

.interview-box:nth-of-type(2) {
  margin: 100px 0;
}

.interview-content {
  display: flex;
  justify-content: space-between;
}

.interview-content__text {
  width: 65%;
  font-size: 16px;
  line-height: 2;
}

.interview-content__img {
  width: 32%;
}

.video-wrapper {
  margin-top: 100px !important;
  width: 100% !important;
  max-width: 640px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.video-wrapper iframe {
  width: 100%;
  height: 360px;
  display: block;
}

.schedule {
  background: #F5F5F7;
  padding: 100px 0;
  margin: 100px 0 90px;
}

.schedule-box-item {
  position: relative;
  display: flex;
  background: url(../img/sc-bg.png) repeat-y left 17px top;
  background-size: 8px;
  padding-bottom: 25px;
}

.schedule-ico {
  width: 40px;
  padding-right: 20px;
}

.schedule-time {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.schedule-text {
  font-size: 14px;
  width: 500px;
}

.line-img {
  width: 8px;
  margin-left: 17px;
}

.schedule-box-wrap {
  display: flex;
  justify-content: space-between;
}

.schedule-box-item:last-of-type {
  background: none;
}

.interview-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.interview-btn .btn {
  width: 140px;
}

.interview-btn .btn-list {
  width: 265px;
}

.service-mv__text {
  position: absolute;
  z-index: 0;
  top: 8vw;
  left: 8vw;
  background: #fff;
  width: 360px;
  padding: 40px;
}

.service-mv__ttl {
  position: relative;
}

.service-mv__ttl-text {
  font-size: 18px;
  color: #6667AB;
  font-weight: bold;
  position: relative;
  background: #fff;
  z-index: 9999 !important;
  display: inline-block;
  padding-right: 10px;
}

.service-mv__ttl::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #6667AB;
  position: absolute;
  top: 15px;
  z-index: -1;
}

.service-mv__desc {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.7;
}

.threeclm-box, 
.fourclm-box {
  display: flex;
  justify-content: space-between;
}

.threeclm-box-item {
  width: 280px;
  padding: 40px;
  border: 2px solid #EDEDED;
}

.fourclm-box-item {
  width: 220px;
  padding: 10px 20px 0;
  border: 2px solid #EDEDED;
}

.threeclm-box-item__ttl {
  font-size: 20px;
  font-weight: 500;
  color: #6667AB;
  text-align: center;
  margin-bottom: 20px;
}

.threeclm-box-item__text {
  font-size: 16px;
}

.programming-service-content .bg-gray-content:nth-of-type(2) {
  margin: 30px 0;
}

.bg-gray-content {
  background: #F7F7F7;
  padding: 50px;
}

.programming-service__ttl {
  border-bottom: 2px #CCB97E solid;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: #6667AB;
}

.programming-service__ttl .tab {
  font-size: 14px;
  font-weight: 500;
}

.ttl-flex {
  display: flex;
  align-items: baseline;
}

.ttl-flex__item {
  font-size: 14px;
  font-weight: 500;
  padding-right: 25px;
}

.ttl-flex__item.big-ttl {
  font-size: 27px;
}

.programming-service__catch {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.programming-service__catch-text {
  margin-bottom: 30px;
}

.programming-service-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.programming-service-item {
  background: #fff;
  width: 485px;
  padding: 25px;
  margin-bottom: 30px;
}

.programming-service-item-ttl {
  background: #696AAB;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 18px;
  margin: 25px 0 15px;
}

.programming-service-item-ttl span {
  font-size: 15px;
  background: #fff;
  color: #696AAB;
  margin-left: 10px;
  padding: 0 5px;
}

.programming-service-item-text {
  font-size: 15px;
}

.programming-service-item span.aster {
  font-size: 13px;
}

.programming-service-item-list {
  font-size: 16px;
  background: #fff;
  padding: 25px;
}

.programming-service-item-list span.aster {
  font-size: 13px;
}

.programming-service-item-list span.at-text {
  font-size: 13px;
  display: block;
  margin-top: 15px;
}

.twoclm-box {
  display: flex;
  flex-wrap: wrap;
}

.twoclm-box.bg-gray {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.twoclm-box-item {
  width: 50%;
  background: #fff;
  padding: 1.5%;
  border: 0.5px solid #E1E1E8;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
}

.twoclm-box.bg-gray .twoclm-box-item {
  width: 48%;
  border: none;
  background: #F7F7F7;
  text-align: left;
  padding: 40px;
}

.twoclm-box-item.item-purple {
  background: #797AB9;
  color: #FFFFFF;
}

.twoclm-box-item.aster {
  font-size: 13px;
}

.c-purple-ttl {
  color: #797AB9;
  font-size: 20px;
  font-weight: 500;
}

.c-black-ttl {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.at-text {
  font-size: 16px;
  margin-top: 15px;
}

.at-text span.aster {
  font-size: 13px;
}

.class-content {
  margin-top: 65px;
}

.class-answer {
  background: #F5F5F7;
  margin-top: 30px;
  padding: 25px;
  position: relative;
  display: none;
}

.class-info {
  display: flex;
  justify-content: space-between;
}

.class-info__img {
  width: 35%;
}

.class-info__text {
  width: 62%;
}

.class-comment {
  font-size: 16px;
  margin-bottom: 30px;
}

.class-place {
  margin-bottom: 15px;
}

.calendar-place {
  margin: 35px 0 0;
}

.calendar-place-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.calendar-place-item {
  width: 48%;
}

.calendar-place-item iframe {
  width: 100%;
  height: 580px;
}

.calendar-place-item-single {
  width: 100%;
  margin-bottom: 30px;
}

.calendar-place-item-single iframe {
  width: 100%;
  height: 580px;
}

.class-policy {
  margin-top: 30px;
}

.class-answer .btn-long {
  margin: 45px auto;
}

.threeclm-box .programming-service-item {
  width: 27%;
}

.online-sc-desc {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

.online-sc-desc-img {
  width: 20%;
}

.online-sc-desc-text {
  width: 78%;
}

.online-sc-desc-text span.aster {
  font-size: 13px;
}

.online-sc-desc-text p:nth-of-type(1) {
  color: #696AAB;
  font-size: 18px;
  font-weight: 500;
}

.online-sc-desc-text p:nth-of-type(2) {
  font-size: 15px;
  margin-top: 15px;
}

.sc-faq {
  margin-bottom: 60px;
}

.faq-mid-ttl {
  font-size: 26px;
  color: #6667AB;
  font-weight: 500;
}

.center-ttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #6667AB;
  margin-bottom: 25px;
}

.center-text {
  text-align: center;
  line-height: 2.4;
}

.drone-flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.drone-flow-item {
  display: flex;
  justify-content: space-between;
  width: 44.5%;
  background: #fff;
  padding: 2%;
  margin-bottom: 3%;
}

.drone-flow-item:nth-of-type(3), 
.drone-flow-item:nth-of-type(4) {
  margin-bottom: 0;
}

.drone-flow-item-img {
  width: 20%;
}

.drone-flow-item-text {
  width: 75%;
}

.drone-flow-item-ttl {
  background: #696AAB;
  font-size: 18px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-weight: 500;
  margin-bottom: 15px;
}

.drone-flow-item-desc {
  font-size: 15px;
}

.price-ttl {
  border: 2px solid #EDEDED;
  padding: 40px;
}

.price-ttl-time {
  text-align: center;
  color: #6667AB;
  font-size: 20px;
  font-weight: 500;
}

.price-ttl-main {
  text-align: center;
  color: #6667AB;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 4px #CCB97E solid;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.price-ttl-main span {
  font-size: 20px;
}

.price-ttl-text {
  text-align: center;
  font-size: 16px;
}

.price-ttl-text span {
  font-weight: 500;
}

.purple-bg-ttl {
  color: #fff;
  background: #696AAB;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
}

.purple-desc {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 10px;
}

.purple-desc.a-imtems-top {
  align-items: flex-start;
}

.purple-desc::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  min-width: 12px;
  background: #696AAB;
  border-radius: 50%;
  margin-right: 15px;
}

.purple-desc.a-imtems-top::before {
  margin-top: 8px;
}

.twoclm-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.twoclm-content-img {
  width: 48%;
}

.twoclm-content-text {
  width: 48%;
}

.twoclm-content-img.cartia {
  width: 37%;
}

.twoclm-content-text.cartia {
  width: 60%;
}

.clmbox-img {
  margin-bottom: 20px;
}

.at-num-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.at-num-text__num {
  flex-basis: 4%;
}

.at-num-text__text {
  flex-basis: 90%;
}

table {
  width: 100%;
}

table th {
  background: #6667AB;
  color: #fff;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #E1E1E8;
}

table td {
  text-align: left;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #E1E1E8;
  vertical-align: middle;
}

.page-anchor {
  display: flex;
  flex-wrap: wrap;
}

.page-anchor-item {
  width: 25%;
}

.page-anchor-item:nth-of-type(n+5) {
  width: 33.3%;
}

.page-anchor-item a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #3D3D46;
  height: 70px;
  border-right: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-anchor-item:nth-of-type(n+5) a {
  border-bottom: 1px solid #EDEDED;
}

.page-anchor-item a::after {
  content: url(../img/link-ico-bottom.svg);
  display: block;
  width: 26px;
  margin-left: auto;
}

.page-anchor-item a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.page-anchor-item:nth-of-type(1) a::before {
  background: url(../img/cartia-ico01.png) no-repeat center;
  background-size: cover;
}

.page-anchor-item:nth-of-type(1) a {
  border-left: 1px solid #EDEDED;
}

.page-anchor-item:nth-of-type(3) a {
  border-left: 1px solid #EDEDED;
}

.page-anchor-item:nth-of-type(2) a::before {
  background: url(../img/cartia-ico02.png) no-repeat center;
  background-size: cover;
}

.page-anchor-item:nth-of-type(3) a::before {
  background: url(../img/cartia-ico03.png) no-repeat center;
  background-size: cover;
}

.page-anchor-item:nth-of-type(4) a::before {
  background: url(../img/cartia-ico04.png) no-repeat center;
  background-size: cover;
}

.page-anchor-item:nth-of-type(5) a::before {
  background: url(../img/cartia-ico05.png) no-repeat center;
  background-size: cover;
}

.page-anchor-item:nth-of-type(5) a {
  border-left: 1px solid #EDEDED;
}

.page-anchor-item:nth-of-type(6) a::before {
  background: url(../img/cartia-ico06.png) no-repeat center;
  background-size: cover;
}

.page-anchor-item:nth-of-type(7) a::before {
  background: url(../img/cartia-ico07.png) no-repeat center;
  background-size: cover;
}

.fix-table {
  width: 100%;
  table-layout: fixed;
  min-width: auto;
  margin-bottom: 10px;
}

.fix-table th, 
.fix-table td {
  min-width: 33%;
  max-width: 10px;
  text-align: center;
  padding: 20px 0;
}

.recruit-external-text {
  text-align: center;
  margin: 30px 0 10px;
}

.recruit-external-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-external-btn-item a {
  width: 220px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0 20px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}

.chara-kujira {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 16px;
  height: auto;
  display: block;
}

.kujira-names {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 0.5rem;
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

.kujira-figure {
  text-align: center;
}

.chara-name {
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
}

.chara-name.father .en {
  color: #6667AB;
  font-size: 16px;
}

.chara-name.mother .en {
  color: #FF99CC;
  font-size: 16px;
}

.feature-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 20px 0 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  width: 260px;
  text-align: center;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #3D3D46;
  font-size: 18px;
  margin-bottom: 20px;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.feature-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.feature-center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #aeb5c5;
  z-index: 0;
}

.feature-wrapper canvas {
  position: relative;
  z-index: 0;
}

.feature-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 25px;
  width: 100%;
}

.legend-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #3D3D46;
  line-height: 1.5;
}

.legend-color {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #ccc;
  flex-shrink: 0;
}

/* =========================================================
   Media Queries (style.css)
   ========================================================= */

@media screen and (min-width: 768px) {
  header {
    transition: .5s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09), 0 10px 10px 0 rgba(0, 0, 0, .07);
  }
  header .header__logo {
    width: 15%;
    background: #fff;
    text-align: center;
    padding: 0 0;
    transition: .5s;
    position: absolute;
    left: 0;
    top: 15%;
    box-shadow: none;
  }
  header .header__logo img {
    width: 150px;
  }
  header .header__menu {
    background-color: #fff;
    width: 100%;
    height: 70px;
    line-height: 70px;
    transition: .5s;
  }
  header .nav-item__text {
    color: #3D3D46;
    font-size: 15px;
    font-weight: 500;
  }
  header.is-fix {
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 9;
  }
  header .nav-item:last-child a {
    background: #6667AB;
    color: #fff;
  }
  .nav-list {
    position: relative;
  }
  .nav-item_sub {
    background: #fff;
    left: 2%;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    position: absolute;
    top: 90px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 96%;
    z-index: 2;
  }
  .nav-item_sub::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 17px 13.5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -17px;
    right: 865px;
  }
  .nav-item_sub.sub-menu02::before {
    right: 725px;
  }
  .nav-item_sub.sub-menu03::before {
    right: 170px;
  }
  .nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
  }
  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
  }
  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) and (max-width: 1245px) {
  .header__logo {
    width: 100px !important;
    background: #fff;
    text-align: center;
    padding: 3% 0;
    transition: .5s;
    position: absolute;
    left: 10px !important;
    top: 20px !important;
    box-shadow: none;
  }
  .header__logo img {
    width: 100% !important;
  }
  .global-nav .nav-list .nav-item {
    width: 90px;
  }
  .nav-item__text {
    font-size: 12px !important;
  }
  .nav-item_sub::before {
    right: 550px;
  }
  .nav-item_sub.sub-menu02::before {
    right: 465px;
  }
  .nav-item_sub.sub-menu03::before {
    right: 105px;
  }
  .nav-item_sub__menu li a {
    font-size: 10px;
  }
  .about-memu-list__link span {
    font-size: 11px;
    font-weight: 500;
    padding-left: 10px;
  }
  .about-memu-list__link::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 18px;
    position: absolute;
    right: 0;
    top: 18px;
  }
}

@media only screen and (min-width: 820px) and (max-width: 1280px) {
  .top-service .news__content-ttl {
    display: block;
  }
  .news__content-ttl .sub-ttl {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .feature-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .header__menu {
    background-color: unset;
    width: 82%;
    height: 70px;
    line-height: 70px;
  }
  .content {
    padding: 0 5%;
  }
  .news {
    padding-top: 70px;
  }
  .news__content-ttl {
    font-size: 28px;
  }
  .news__content-ttl span {
    font-size: 14px;
    padding-left: 0;
    display: block;
    margin-top: 10px;
  }
  .news__content-ttl::after {
    margin: 35px 0;
  }
  .news-box__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
  }
  .news-box__item:last-of-type {
    margin-bottom: 0;
  }
  .news-box__item-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .news-box__item-date {
    font-size: 15px;
  }
  .news-box__item-cat {
    color: #6667AB;
    border: 1px solid #6667AB;
    font-size: 12px;
    text-align: center;
    flex-basis: inherit;
    height: 25px;
    line-height: 25px;
    width: 100px;
    margin-left: 10px;
  }
  .news-box__item-text {
    font-size: 17px;
    clear: both;
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .news-box__tag-list-items {
    padding-top: 20px;
    margin: 0 0 0 0;
  }
  .news-box__tag-link {
    padding: 2px 3px 3px 2px;
    border-radius: 10px;
    font-size: 10px;
  }
  .news-big-ttl {
    font-size: 100px;
    left: 1%;
    top: -2%;
  }
  .btn a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 10%;
    height: 55px;
    line-height: 55px;
    width: 90%;
  }
  .btn a::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 5%;
    top: 8px;
  }
  .btn-purple {
    width: 240px;
  }
  .btn-purple a, 
  .btn-purple input {
    color: #fff;
    background: #6667AB;
  }
  .news .btn-purple {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
    margin-top: 20px;
  }
  .breadcrumb {
    display: none;
  }
  .page-content {
    padding-top: 45px;
  }
  .page-content p {
    line-height: 2;
  }
  .page-visual.outline {
    height: 40vh;
    background: url(../img/outline-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.about {
    height: 40vh;
    background: url(../img/about-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.companypolicy {
    height: 40vh;
    background: url(../img/companypolicy-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.companysystem {
    height: 40vh;
    background: url(../img/companysystem-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.convention {
    height: 40vh;
    background: url(../img/convention-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.partner {
    height: 40vh;
    background: url(../img/partner-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.recruit {
    height: 40vh;
    background: url(../img/recruit-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.recruit-page {
    height: 25vh;
    background-size: cover;
  }
  .page-visual.organizationchart {
    height: 40vh;
    background: url(../img/organizationchart-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.employeeratio {
    height: 40vh;
    background: url(../img/employeeratio-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.devexample {
    height: 40vh;
    background: url(../img/devexample-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.interview {
    height: 40vh;
    background: url(../img/interview-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.service {
    height: 40vh;
    background: url(../img/service-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.recruit-blog {
    height: 40vh;
    background: url(../img/recruit-blog-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.staff-blog {
    height: 40vh;
    background: url(../img/staff-blog-kv-sp.png) no-repeat left top;
    background-size: cover;
  }
  .page-visual.programming-school {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.programming-school-basic {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.programming-school-advanced {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.home-page {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.drone {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.ayumu {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.cartia {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual.nojico {
    height: auto;
    background-image: none;
    background-size: cover;
  }
  .page-visual-en {
    font-size: 16px;
    padding-left: 5%;
    padding-top: 150px;
    margin-bottom: 15px;
  }
  .page-visual-jp {
    font-size: 28px;
    padding-left: 5%;
  }
  .page-visual.recruit-page .page-visual-en {
    font-size: 16px;
    padding-left: 5%;
    padding-top: 65px;
    margin-bottom: 15px;
  }
  .page-ttl-boder-left {
    font-size: 24px;
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .message-box {
    display: block;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .message-box__text {
    flex-basis: inherit;
    width: 100%;
  }
  .message-box__text p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .message-box__img {
    flex-basis: inherit;
    max-width: 80%;
    margin: 0 auto;
  }
  .ceo-name {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .ceo-name span {
    font-size: 12px;
    display: block;
    margin-top: 14px;
  }
  .company-profile__box {
    display: block;
    padding: 25px;
    background: #F7F7F7;
  }
  .company-profile__item {
    color: #738283;
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .company-profile__detail {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .company-profile__box:nth-of-type(2n) {
    background: #ECECF5;
  }
  .company-profile__detail .btn-purple {
    width: 150px;
    margin-top: 20px;
  }
  .about-menu-first-block__ttl {
    font-size: 20px;
  }
  .about-menu-first-block__ttl::after {
    display: none;
  }
  .about-menu-first-block .btn-purple {
    width: 150px;
  }
  .about-memu-list__item {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-memu-list__link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-items: center;
  }
  .about-memu-list__link::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 0;
    top: 18px;
  }
  .about-memu-list__link img {
    width: 100px;
  }
  .about-memu-list__link span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
  }
  .about-memu-list {
    display: flex;
    flex-wrap: wrap;
  }
  .about-memu {
    display: block;
    flex-wrap: wrap;
    padding: 25px 5%;
    margin-top: 70px;
  }
  .about-menu-first-block {
    flex-basis: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
  }
  .about-memu-list {
    flex-basis: 75%;
  }
  .about-menu {
    display: block;
    margin-right: 0;
  }
  .about-menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-menu__item2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about-menu__item:nth-of-type(4), 
  .about-menu__item:nth-of-type(5) {
    margin-bottom: 30px;
  }
  .about-menu__item2:nth-of-type(4), 
  .about-menu__item2:nth-of-type(5) {
    margin-bottom: 30px;
  }
  .about-menu__ttl {
    position: relative;
    font-weight: 500;
    font-size: 16px;
  }
  .about-menu__ttl::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .companypolicy-content {
    position: relative;
  }
  .page-ttl-companypolicy {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .companypolicy-text {
    font-size: 16px;
    line-height: 2;
  }
  .companypolicy-big-ttl {
    text-align: right;
    font-family: 'Heebo', sans-serif;
    font-size: 36px;
    color: #EFEFEF;
    white-space: nowrap;
    line-height: 1;
    font-weight: 300;
    position: absolute;
    right: -5%;
    top: 0;
    z-index: -1;
  }
  .companysystem-content .company-profile__item {
    font-size: 18px;
  }
  .companysystem-content .company-profile__detail {
    padding-right: 0;
  }
  .companysystem-content .company-profile__item span {
    font-size: 11px;
    margin-top: 5px;
  }
  .companysystem-content .company-profile__detail .small-text {
    font-size: 12px;
  }
  .company-profile-table {
    margin-top: 20px;
  }
  .company-profile-table__ttl {
    font-size: 13px;
    padding: 15px 10px;
    position: relative;
  }
  .company-profile-table__item.js-accordion-cont {
    display: none;
  }
  .company-profile-table__item-name {
    width: 100%;
    background: #fff;
    padding: 5%;
    border: 0.5px solid #E1E1E8;
    box-sizing: border-box;
    font-size: 13px;
  }
  .company-profile-other-text {
    font-size: 14px;
    margin: 40px 0 20px;
  }
  .ico-wrap {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #BFBFBF;
    line-height: 1;
    width: 20px;
    height: 3px;
    background: currentColor;
    position: relative;
  }
  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .company-profile-table__ttl.open .dli-plus::before {
    display: none;
  }
  .convention-box {
    border-top: 1px solid #EDEDED;
    margin: 50px 0;
  }
  .convention-first-text {
    font-size: 14px;
  }
  .convention-box__item {
    border-bottom: 1px solid #EDEDED;
    padding: 30px 0;
    flex-direction: column;
  }
  .convention-box__item-name {
    font-size: 24px;
    padding-left: 30px;
  }
  .convention-box__item-name::before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 9px solid #BFBFBF;
    left: 0px;
    top: 26px;
  }
  .convention-box__item-text {
    padding: 0;
    font-size: 15px;
  }
  .convention-box__item-img {
    width: 100%;
    margin-top: 20px;
  }
  .convention-big-ttl {
    font-size: 24px;
  }
  .partner-content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  p.recruit-first-text {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .btn-long {
    width: 100%;
    text-align: left;
    margin: 80px auto 0;
  }
  .btn-long a {
    padding-left: 10%;
    width: 90%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
  .btn-long-menu {
    width: 100%;
    text-align: left;
  }
  .btn-long-menu a {
    padding-left: 10%;
    width: 90%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
  .faq-box {
    border-bottom: 1px solid #EDEDED;
    padding: 20px 0;
  }
  .fukidasihi-q {
    position: relative;
    width: 45px;
    background: #EDEDED;
    padding: 5px 0;
    text-align: center;
    color: #6566AB;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
  }
  .fukidasihi-q:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(237, 237, 237, 0);
    border-top-width: 19px;
    border-bottom-width: 5px;
    border-left-width: 6px;
    border-right-width: 9px;
    margin-left: -9px;
    border-top-color: #EDEDED;
    left: 91%;
    top: 70%;
    transform: rotate(-39deg);
  }
  .faq-question {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
  }
  .faq-question-box {
    display: flex;
    align-items: center;
    padding-right: 50px;
  }
  .faq-answer {
    background: #F5F5F7;
    margin-top: 30px;
    padding: 15px;
    position: relative;
  }
  .faq-answer span.aster {
    font-size: 12px;
  }
  .fukidasihi-a-box {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
  }
  .fukidasihi-a-box span.aster {
    font-size: 12px;
  }
  .fukidasihi-a {
    position: relative;
    width: 45px;
    background: #6566AB;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
  }
  .fukidasihi-a:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(237, 237, 237, 0);
    border-top-width: 19px;
    border-bottom-width: 5px;
    border-left-width: 6px;
    border-right-width: 9px;
    margin-left: -9px;
    border-top-color: #6566AB;
    left: 91%;
    top: 70%;
    transform: rotate(-39deg);
  }
  .faq-box .ico-wrap {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .faq-box .dli-plus {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 20px;
    height: 3px;
    background: currentColor;
    position: relative;
  }
  .faq-box .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .faq-box .faq-question.open .dli-plus::before {
    display: none;
  }
  .link-tab__item {
    width: 50%;
    text-align: center;
  }
  .link-tab__item a {
    display: block;
    font-size: 14px;
  }
  .link-tab__item.is-active a {
    border-bottom: 4px solid #BFBFBF;
    font-weight: 500;
  }
  .policy-first-text {
    font-size: 14px;
  }
  .policy-box {
    margin-top: 40px;
  }
  .policy-item {
    font-size: 24px;
    color: #6667AB;
    margin-bottom: 25px;
  }
  .policy-text {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .policy-name {
    text-align: right;
    font-size: 15px;
    margin: 40px 0;
  }
  .contact {
    margin-top: 45px;
  }
  .contact-box {
    display: block;
  }
  .mwform-radio-field {
    line-height: 0;
  }
  .mwform-radio-field label {
    display: block;
    font-size: 14px;
  }
  .contact-box__name {
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px;
  }
  .contact-box__item {
    width: 100%;
  }
  .input-small {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .input-small span {
    padding-right: 20px;
  }
  input[type="radio"] {
    border: none !important;
  }
  .contact-box__name .required {
    position: inherit;
    margin-left: 40px;
  }
  .contact-box__item input[type="text"], 
  .contact-box__item input[type="email"], 
  .contact-box__item input[type="tel"] {
    padding: 15px;
    width: 90%;
    font-size: 14px;
  }
  .contact-box__item textarea {
    width: 90%;
    height: 180px;
    padding: 15px 15px;
    font-size: 14px;
  }
  .policy-scroll-ceo {
    font-size: 14px;
  }
  .policy-scroll {
    border: solid 3px #F7F7F7;
    padding: 15px 15px;
    height: 320px;
    overflow-y: scroll;
  }
  .policy-scroll-ttl {
    font-size: 14px;
  }
  .policy-scroll-ceo {
    text-align: right;
    margin: 14px 0 25px;
  }
  .policy-scroll-item {
    display: flex;
    font-size: 14px;
    margin-top: 25px;
  }
  .policy-scroll-num {
    width: 7%;
  }
  .policy-scroll-text {
    width: 93%;
  }
  .policy-at {
    margin-top: 25px;
  }
  .submit-check {
    margin-top: 10px;
    font-size: 14px;
  }
  .submit-btn input {
    font-size: 14px;
    width: 90%;
    height: 55px;
    padding-left: 8.5%;
    text-align: left;
  }
  .submit-btn:hover {
    opacity: 0.8;
  }
  .submit-btn {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .submit-btn::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 5%;
    top: 15px;
    z-index: 5;
  }
  .mw_wp_form_confirm .submit-btn.btn-return input {
    text-align: right;
    padding-right: 10%;
    padding-left: 0;
  }
  .mw_wp_form_confirm .submit-btn.btn-return::after {
    content: url(../img/link-ico-return.svg);
    display: block;
    width: 26px;
    position: absolute;
    left: 5%;
    top: 15px;
    z-index: 999;
  }
  .mwform-radio-field-text {
    margin-right: 20px;
  }
  .sp-fs-14 {
    font-size: 14px;
  }
  .mw_wp_form_confirm .submit-btn-wrap {
    display: block;
  }
  .mw_wp_form_confirm .submit-btn-wrap .btn-long {
    width: 100%;
    margin: 15px auto;
  }
  .text-m {
    width: 6em;
  }
  .text-s {
    width: 5em;
    text-align: center;
  }
  .contact-clm-m {
    display: block;
    align-items: center;
  }
  .contact-clm-sp-none {
    display: block;
    align-items: center;
  }
  .top-service-card::before {
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: #CCB97E;
    margin: 35px 0;
  }
  .top-service {
    padding: 60px 0;
    overflow: hidden;
  }
  .top-service .news__content-ttl {
    display: block;
  }
  .top-service .news__content-ttl::after {
    display: none;
  }
  .news__content-ttl .sub-ttl {
    font-size: 14px;
    padding-left: 0;
  }
  .top-service-card__item {
    display: inline-block;
    width: 80%;
  }
  .top-service .content {
    max-width: inherit;
    padding-left: 5%;
  }
  .top-service .news-big-ttl {
    font-size: 100px;
    color: #4D4E8D;
    left: 1%;
    top: -3%;
  }
  .top-service .btn-goast {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
  }
  .top-service .btn-goast a {
    margin-bottom: 0;
  }
  .scroll_bar::-webkit-scrollbar {
    height: 10px;
  }
  .scroll_bar::-webkit-scrollbar-track {
    background-color: #3E3F71;
    margin-right: 0;
  }
  .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #CCB97E;
  }
  .top-recruit {
    padding: 60px 0;
    margin-top: 65px;
    overflow: hidden;
  }
  .top-recruit .news__content-ttl {
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .top-recruit .news-big-ttl {
    font-size: 100px;
    left: 1%;
    top: -3%;
  }
  .top-recruit .top-recruit-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .top-recruit .btn-goast {
    width: 100%;
  }
  .top-recruit-img {
    position: inherit;
    top: 0px;
    right: -10%;
    max-width: 1000px;
    width: 100%;
    z-index: 0;
    margin-bottom: 40px;
  }
  .top-menu {
    display: block;
    justify-content: center;
    gap: inherit;
    margin-top: 50px;
    padding: 0 5%;
  }
  .top-menu__item-link {
    display: block;
    align-items: center;
    width: 90%;
    padding: 5% 5% 8%;
    background: #CCB97E;
    gap: inherit;
    position: relative;
  }
  .top-menu__item-link img {
    vertical-align: top;
  }
  .top-menu__item-img {
    width: 100%;
  }
  .top-menu__item-det {
    width: 85%;
  }
  .top-menu__item-ttl {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .top-menu__item-text {
    color: #fff;
    font-size: 13px;
  }
  .top-menu__item-link::after {
    display: block;
    top: inherit;
    width: 26px;
    position: absolute;
    right: 30px;
    bottom: 10%;
  }
  .top-menu .top-menu__item:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .top-blog .news__content-ttl {
    display: block;
  }
  .top-blog .news-box::before {
    margin: 35px 0;
  }
  .top-blog .news-box {
    margin-bottom: 50px;
  }
  .company-chara {
    padding-top: 50px;
    margin-top: 50px;
  }
 
  .company-chara-text {
    font-size: 16px;
  }
  .company-chara-text:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .chara-box {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .chara-box:nth-of-type(1) {
    margin: 70px 0;
  }
  .chara-box-img {
    flex-basis: 30%;
    width: 80%;
    text-align: center;
    margin: 0 10%;
  }
  .chara-box-info {
    width: 100%;
  }
  .employeeratio-wrap img {
    padding-bottom: 50px;
  }
  .employeeratio-wrap {
    position: relative;
  }
  .employeeratio-wrap:nth-of-type(2) {
    margin-top: 0;
    padding-top: 50px;
  }
  .employeeratio-ttl {
    font-size: 36px;
    right: 0%;
    top: -1.6%;
  }
  .employeeratio-wrap:nth-of-type(2) .employeeratio-ttl {
    top: 1%;
  }
  .point-in-time {
    text-align: right;
  }
  .devexample-table .company-profile-table__item-name {
    width: 100%;
  }
  .top-interview {
    padding: 60px 0;
    margin-top: 65px;
    overflow: hidden;
  }
  .top-interview .news__content-ttl {
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .top-interview .news-big-ttl {
    font-size: 100px;
    left: 1%;
    top: -3%;
  }
  .top-interview .top-interview-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .top-interview .btn-goast {
    width: 100%;
  }
  .top-interview-img {
    position: inherit;
    top: 0px;
    right: 0%;
    max-width: 1000px;
    width: 100%;
    z-index: 0;
    margin-bottom: 40px;
  }
  .interview-list-ttl {
    font-size: 16px;
  }
  .interview-mv__img {
    display: block;
  }
  .interview-mv {
    position: relative;
    background-size: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-image: none !important;
  }
  .interview-mv__text {
    position: inherit;
    top: inherit;
    left: inherit;
    background: #6667AB;
    padding: 30px 30px 50px;
  }
  .interview-mv__tab {
    font-size: 11px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .interview-mv__ttl {
    background: #6667AB;
    font-size: 22px;
    padding: 0;
    margin-bottom: 0;
  }
  .interview-mv__name {
    background: none;
    display: inline-block;
    margin-top: 0;
    padding: 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .interview-mv__name-div {
    font-size: 13px;
    color: #B8B8E3;
    font-weight: 500;
    padding-right: 20px;
  }
  .interview-box:nth-of-type(2) {
    margin: 100px 0;
  }
  .interview-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .interview-content__text {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    display: block;
  }
  .interview-content__img {
    width: 100%;
    display: block;
  }
  .schedule {
    background: #F5F5F7;
    padding: 50px 0;
    margin: 50px 0;
  }
  .schedule-box-item {
    position: relative;
    display: flex;
    background: url(../img/sc-bg.png) repeat-y left 17px top;
    background-size: 8px;
    padding-bottom: 25px;
  }
  .schedule-box-item {
    position: relative;
    display: flex;
    background: url(../img/sc-bg.png) repeat-y left 9px top;
    background-size: 6px;
    padding-bottom: 25px;
  }
  .schedule-ico {
    width: 24px;
    padding-right: 10px;
    flex-shrink: 0;
  }
  .schedule-time {
    font-size: 16px;
  }
  .schedule-text {
    font-size: 13px;
    width: auto;
  }
  .line-img {
    display: none;
  }
  .schedule-box-wrap {
    display: inherit;
    justify-content: space-between;
  }
  .pc-order01 {
    order: 2;
  }
  .pc-order02 {
    order: 1;
  }
  .interview-btn .btn {
    width: 38%;
  }
  .interview-btn .btn-list {
    width: 55px;
  }
  .btn.btn-list a::after {
    left: 15px !important;
  }
  .interview-btn .btn-list span {
    display: none;
  }
  .service-mv__text {
    position: inherit;
    top: inherit;
    left: inherit;
    width: auto;
    padding: 30px;
  }
  .service-mv__ttl-text {
    font-size: 16px;
  }
  .service-mv__ttl::after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #6667AB;
    position: absolute;
    top: 15px;
    z-index: -1;
  }
  .service-mv__desc {
    font-size: 14px;
    margin-top: 15px;
  }
  .threeclm-box, 
  .fourclm-box {
    display: block;
  }
  .threeclm-box-item {
    width: auto;
    padding: 20px;
  }
  .fourclm-box-item {
    width: auto;
    padding: 10px 20px 0;
    margin-bottom: 30px;
  }
  .fourclm-box-item:last-of-type {
    margin-bottom: 0;
  }
  .threeclm-box-item:nth-of-type(2) {
    margin: 30px 0;
  }
  .threeclm-box-item__ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .threeclm-box-item__text {
    font-size: 14px;
  }
  .border-bottom-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .fs-middle {
    font-size: 12px;
  }
  .sp-fs-14 span.aster {
    font-size: 12px;
  }
  .programming-service-content .bg-gray-content:nth-of-type(2) {
    margin: 30px 0;
  }
  .bg-gray-content {
    background: #F7F7F7;
    padding: 25px;
  }
  .programming-service__ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .programming-service__ttl .tab {
    font-size: 14px;
    font-weight: 500;
  }
  .ttl-flex {
    display: block;
  }
  .ttl-flex__item {
    font-size: 10px;
    font-weight: 500;
    padding-right: 0;
  }
  .ttl-flex__item.big-ttl {
    font-size: 20px;
  }
  .programming-service__catch {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .programming-service__catch-text {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .programming-service-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .programming-service-item {
    width: auto;
    padding: 15px;
  }
  .programming-service-item-ttl {
    font-size: 14px;
    margin: 25px 0 15px;
  }
  .programming-service-item-ttl span {
    font-size: 13px;
    margin-left: 10px;
  }
  .programming-service-item-text {
    font-size: 13px;
  }
  .programming-service-item {
    margin-bottom: 15px;
  }
  .programming-service-item span.aster {
    font-size: 12px;
  }
  .programming-service-item-list {
    font-size: 13px;
    padding: 15px;
  }
  .programming-service-item-list span.aster {
    font-size: 12px;
  }
  .programming-service-item-list span.at-text {
    font-size: 12px;
  }
  .twoclm-box {
    display: flex;
    flex-wrap: wrap;
  }
  .twoclm-box-item {
    width: 50%;
    background: #fff;
    padding: 1.5%;
    border: 0.5px solid #E1E1E8;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
  }
  .twoclm-box-item span.aster {
    font-size: 12px;
  }
  .twoclm-box-item.bg-gray {
    width: auto;
    border: none;
    background: #F7F7F7;
    text-align: left;
    padding: 20px;
  }
  .btn-kaigyou a {
    line-height: inherit;
    height: auto;
    padding: 10px 15px;
  }
  .btn-kaigyou a::after {
    top: 18px;
  }
  .at-text {
    font-size: 14px;
    margin-top: 10px;
  }
  .at-text span.aster {
    font-size: 12px;
  }
  .class-content {
    margin-top: 30px;
  }
  .class-answer {
    margin-top: 30px;
    padding: 25px;
    position: relative;
    display: none;
  }
  .class-info {
    display: block;
    justify-content: space-between;
  }
  .class-info__img {
    width: 100%;
  }
  .class-info__text {
    width: 100%;
  }
  .class-comment {
    font-size: 14px;
    margin-top: 10PX;
    margin-bottom: 15px;
  }
  .class-place {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .class-train {
    font-size: 14px;
  }
  .calendar-place {
    margin: 35px 0 0;
    font-size: 14px;
  }
  .calendar-place-box {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .calendar-place-item {
    width: 100%;
  }
  .calendar-place-item iframe {
    width: 100%;
    height: 40vh;
  }
  .calendar {
    margin-bottom: 10px;
  }
  .calendar-place-item-single {
    width: 100%;
    margin-bottom: 30px;
  }
  .calendar-place-item-single iframe {
    width: 100%;
    height: 580px;
  }
  .class-policy {
    margin-top: 30px;
  }
  .class-answer .btn-long {
    margin: 25px auto 10px;
  }
  .threeclm-box .programming-service-item {
    width: auto;
  }
  .online-sc-desc {
    display: block;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
  }
  .online-sc-desc-img {
    width: 100%;
  }
  .online-sc-desc-text {
    width: 100%;
  }
  .online-sc-desc-text span.aster {
    font-size: 12px;
  }
  .online-sc-desc-text p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .online-sc-desc-text p:nth-of-type(2) {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.4;
  }
  .sc-faq {
    margin-bottom: 60px;
  }
  .faq-mid-ttl {
    font-size: 22px;
  }
  .about-memu-list__item.two-clm .about-memu-list__link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-items: center;
  }
  .about-memu-list__item.two-clm {
    margin-right: 0%;
    margin-bottom: 3%;
    width: 100%;
  }
  .about-memu-list__link span {
    font-size: 9px;
    padding-left: 5px;
  }
  .about-memu-list__link::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 15px;
    position: absolute;
    right: 0;
    top: 18px;
  }
  .about-memu-list__link img {
    width: 70px;
  }
  .class-answer {
    background: #F5F5F7;
    margin-top: 30px;
    padding: 15px;
    position: relative;
  }
  .mb-sp-40 {
    margin-bottom: 40px;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .center-ttl {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: left;
  }
  .center-text {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
  }
  .drone-flow {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .drone-flow-item {
    display: block;
    justify-content: space-between;
    width: auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 3%;
  }
  .drone-flow-item:nth-of-type(3), 
  .drone-flow-item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .drone-flow-item-img {
    width: 40%;
    margin: 0 auto 20px;
  }
  .drone-flow-item-text {
    width: auto;
  }
  .drone-flow-item-ttl {
    font-size: 14px;
  }
  .drone-flow-item-desc {
    font-size: 13px;
  }
  .price-ttl {
    padding: 25px;
  }
  .price-ttl-time {
    font-size: 16px;
  }
  .price-ttl-main {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .price-ttl-main span {
    font-size: 18px;
  }
  .price-ttl-text {
    text-align: left;
    font-size: 14px;
  }
  .purple-bg-ttl {
    font-size: 14px;
    padding: 5px 10px;
  }
  .purple-desc {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
  }
  .purple-desc::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
  .twoclm-content {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .twoclm-content-img {
    width: 100%;
  }
  .twoclm-content-text {
    width: 100%;
  }
  sup {
    font-size: 70%;
    vertical-align: super;
  }
  .clmbox-img {
    margin-bottom: 20px;
  }
  .at-num-text {
    margin-bottom: 12px;
  }
  .at-num-text__num {
    flex-basis: 10%;
    font-size: 12px;
  }
  .at-num-text__text {
    font-size: 12px;
    flex-basis: 80%;
  }
  .table-cont {
    overflow-x: scroll;
  }
  table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
  }
  table th {
    font-size: 13px;
  }
  table td {
    font-size: 13px;
  }
  .twoclm-box.bg-gray .twoclm-box-item {
    width: auto;
    border: none;
    background: #F7F7F7;
    text-align: left;
    padding: 20px;
  }
  .twoclm-box.bg-gray .twoclm-box-item:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .twoclm-content-img.cartia {
    width: 100%;
  }
  .c-purple-ttl {
    font-size: 18px;
  }
  .c-black-ttl {
    font-size: 14px;
  }
  .page-anchor {
    display: block;
    flex-wrap: wrap;
  }
  .page-anchor-item {
    width: 100%;
  }
  .twoclm-content-text.cartia {
    width: 100%;
  }
  .page-anchor-item:nth-of-type(n+5) {
    width: 100%;
  }
  .page-anchor-item a {
    font-size: 14px;
    height: 55px;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-top: none;
  }
  .page-anchor-item:nth-of-type(n+5) a {
    border-bottom: 1px solid #EDEDED;
  }
  .page-anchor-item:nth-of-type(1) a {
    border-top: 1px solid #EDEDED;
  }
  .fix-table {
    width: 100%;
    table-layout: fixed;
    min-width: auto;
    margin-bottom: 10px;
  }
  .fix-table th, 
  .fix-table td {
    min-width: 33%;
    max-width: 10px;
    text-align: center;
    padding: 20px 0;
  }
  .recruit-external-text {
    font-size: 14px;
  }
  .recruit-external-btn-item {
    width: 48%;
  }
  .recruit-external-btn-item a {
    width: 90%;
    display: flex;
    align-items: center;
    padding: 0 5%;
    margin: 0;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
  }
  .recruit-external-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div#mynavi-banner {
    display: flex;
    justify-content: center;
  }
  div#caritas-banner {
    display: flex;
    justify-content: center;
  }
  .blog-clm {
    display: block;
  }
  .blog-clm-main {
    width: auto;
  }
  .blog-clm-side {
    width: auto;
  }
  .side-ttl {
    color: #6667AB;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
  }
  .side-box {
    margin-bottom: 50px;
    display: none;
  }
  .blog-toggle {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog-toggle::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #6566AB #6566AB;
    transform: rotate(-45deg);
    margin-right: 20px;
  }
  .blog-toggle.is_active::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #6566AB #6566AB transparent transparent;
    transform: rotate(-45deg);
    margin-right: 20px;
  }
  .pagenation {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
  }
  .pagenation span,
  .pagenation a {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin: 0 10px;
  }
  .pagenation a.prev.page-numbers::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(225deg);
    margin-left: 8px;
  }
  .pagenation a.next.page-numbers::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    margin-right: 8px;
  }
  .contact select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F7F7F7;
    padding: 15px 30px 15px 20px;
    font-size: 14px;
  }
  .contact .arrow-add::after {
    right: 10px;
    top: 20px;
  }
  .feature-grid-container {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .feature-card {
    width: 100%;
    margin-bottom: 40px;
  }
  .feature-title {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header {
    display: inherit;
    background: #fff;
  }
  .global-nav-header {
    height: inherit;
  }
  .global-nav.is_active {
    background: rgba(8, 8, 51, 0.3);
  }
  .header__logo {
    width: 150px;
    background: #fff;
    text-align: center;
    padding: 0;
    top: 20px;
  }
  .header__logo img {
    width: 70%;
  }
  .global-nav .nav-list {
    background: #fff;
    display: block;
    margin: 5%;
    top: 0;
    position: absolute;
    width: 90%;
    padding: 0 5%;
    z-index: 9;
    height: 60%;
  }
  .global-nav .nav-list .nav-item {
    width: 100%;
  }
  .global-nav .nav-list .nav-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: inherit;
    padding: 0;
    text-align: left;
  }
  .global-nav .nav-list .nav-item:last-child a {
    border-bottom: none;
  }
  .global-nav-icon {
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 4;
    width: 60px;
    height: 60px;
  }
  .hamburger_bar {
    display: block;
    width: 65%;
    height: 2px;
    position: absolute;
    left: 18%;
    background: #3D3D46;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
  }
  .hamburger_bar:nth-child(1) {
    top: 30%;
  }
  .hamburger_bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger_bar:nth-child(3) {
    top: 70%;
    transform: translateY(-75%);
  }
  .hamburger_bar.is_active:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  .hamburger_bar.is_active:nth-child(2) {
    transform: translate(50%, -50%);
    opacity: 0;
  }
  .hamburger_bar.is_active:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
  }
  .nav-item a.nav-item__text:hover::after {
    display: none;
  }
  .nav-item__text {
    position: relative;
  }
  .nav-item__text::before {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 5%;
    top: 8px;
  }
  .nav-item-first-block {
    background: unset;
    border: none;
    width: 100%;
    padding: 0;
  }
  .nav-item-first-block::after {
    display: none;
  }
  .nav-item-first-block__ttl {
    display: none;
  }
  .nav-item_sub__menu {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .nav-item_sub__menu li {
    width: 100%;
    border: 0;
  }
  .global-nav .nav-list .nav-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: inherit;
    padding: 0;
    text-align: left;
  }
  .nav-item_sub__menu li a {
    border: 0 !important;
    line-height: 3;
    font-size: 15px;
  }
  .nav-item a.nav-item__text {
    font-size: 18px;
  }
  .global-nav .nav-list .nav-item.sp-ico-plus .nav-item__text::before {
    display: none;
  }
  .global-nav .nav-list .nav-item.sp-ico-plus.is_active .nav-item__text {
    border-bottom: none;
  }
  .ico-plus-wrap {
    position: absolute;
    right: 6%;
  }
  .ico-plus {
    display: inline-block;
    vertical-align: middle;
    color: #CCB97E;
    line-height: 1;
    width: 1em;
    height: 0.2em;
    background: currentColor;
    position: relative;
  }
  .ico-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .is_active .ico-plus::before {
    display: none;
  }
  .nav-item_sub {
    display: none;
  }
  .global-nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 76px;
    width: 100%;
    z-index: 3;
    display: none;
  }
  .global-nav.is_active {
    display: block;
  }
  .global-nav.is_active .nav-list {
    display: block !important;
  }
  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-visual {
    background: url(../img/main-sp.png) no-repeat left top;
    background-size: cover;
    height: 92vh;
    position: relative;
  }
  .main-visual__text {
    position: absolute;
    right: inherit;
    left: 5%;
    bottom: 2%;
  }
  .main-visual__copy-en {
    font-size: 16px;
  }
  .main-visual__copy-jp {
    font-size: 24px;
    margin: 20px 0 40px;
  }
  .main-visual__text .btn-goast {
    width: 240px;
  }
  .scrolldown {
    position: absolute;
    left: inherit;
    right: 8%;
    bottom: 10px;
    height: 100px;
  }
  .scrolldown span {
    position: absolute;
    left: -28px;
    top: -40px;
    color: #eee;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: 'Heebo', sans-serif;
    font-weight: 100;
    transform: rotateZ(90deg);
  }
  .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
  footer {
    margin-top: 55px;
  }
  .footer-top {
    display: block;
    padding: 20px 20px 20px;
  }
  .footer-top__item a {
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    z-index: 4;
  }
  .footer-top__item a::before {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 5%;
    top: 20px;
  }
  .footer-menu02 a::before {
    display: none;
  }
  .footer-top__item.cat-menu a {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 0;
  }
  .footer-top__item.cat-menu a::before {
    top: -2px;
  }
  .footer-top__sub-menu {
    display: none;
    margin-bottom: 0;
  }
  .footer-bottom {
    padding: 20px 0;
    display: block;
  }
  .footer-bottom__item.copy {
    font-size: 12px;
    border-top: 1px solid #D7D7D9;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .footer-bottom__item {
    font-size: 14px;
    padding: 10px 5%;
  }
  .footer-bottom__item:nth-of-type(1) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .footer-sns {
    background: #F5F5F7;
  }
  .footer-sns-inner {
    margin: 0 5%;
    padding: 30px 0;
    border-top: 1px solid #BFBFBF;
    display: block;
  }
  .footer-sns__item a {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-sns__item a::before {
    content: url(../img/tw-ico.svg);
    width: 20px;
    position: absolute;
    left: 0;
    top: -3px;
  }
  .chara-kujira {
    width: 250px;
  }
  .kujira-names {
    gap: 20px;
    font-size: 14px;
  }
  .chara-name {
    font-size: 12px;
  }
  .chara-name .en {
    font-size: 12px !important;
  }
}

@media (max-width: 750px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .header__menu {
    background-color: unset;
    width: 82%;
    height: 70px;
    line-height: 70px;
  }
  .content {
    padding: 0 5%;
  }
  .news {
    padding-top: 70px;
  }
  .news__content-ttl {
    font-size: 28px;
  }
  .news__content-ttl span {
    font-size: 14px;
    padding-left: 0;
    display: block;
    margin-top: 10px;
  }
  .news__content-ttl::after {
    margin: 35px 0;
  }
  .news-box__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
  }
  .news-box__item:last-of-type {
    margin-bottom: 0;
  }
  .news-box__item-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .news-box__item-date {
    font-size: 15px;
  }
  .news-box__item-cat {
    color: #6667AB;
    border: 1px solid #6667AB;
    font-size: 12px;
    text-align: center;
    flex-basis: inherit;
    height: 25px;
    line-height: 25px;
    width: 100px;
    margin-left: 10px;
  }
  .news-box__item-text {
    font-size: 17px;
    clear: both;
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .news-box__tag-list-items {
    padding-top: 20px;
    margin: 0 0 0 0;
  }
  .news-box__tag-link {
    padding: 2px 3px 3px 2px;
    border-radius: 10px;
    font-size: 10px;
  }
  .news-big-ttl {
    font-size: 100px;
    left: 1%;
    top: -2%;
  }
  .btn a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 10%;
    height: 55px;
    line-height: 55px;
    width: 90%;
  }
  .btn a::after {
    content: url(../img/link-ico.svg);
    display: block;
    width: 26px;
    position: absolute;
    right: 5%;
    top: 8px;
  }
  .btn-purple {
    width: 240px;
  }
  .btn-purple a, 
  .btn-purple input {
    color: #fff;
    background: #6667AB;
  }
  .news .btn-purple {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
    margin-top: 20px;
  }
}
/* ===== Recruit tables: responsive cards on mobile ===== */

/* [1] PC版の設定：1枚目のショットのレイアウトを再現 */
.recruit-table-wrap--desktop {
  display: block;
  width: 100%;
}

.recruit-table-wrap--desktop table {
  /* テーブルの幅を中身に合わせる（100%固定を解除） */
  width: auto !important; 
  min-width: 450px; /* 必要最小限の幅を確保 */
  max-width: 100% !important;
  border-collapse: collapse;
}

/* PCではスマホ用カードを隠す */
.recruit-card-table--sp {
  display: none;
}

/* [2] スマホ版の設定（767px以下） */
@media screen and (max-width: 767px) {
  
  /* PC用テーブルを隠す */
  .recruit-table-wrap--desktop {
    display: none !important;
  }

  /* スマホ用カードを有効化 */
  .recruit-card-table--sp {
    display: block !important;
    width: 100% !important;
  }

  /* 2枚目のショットの「右に逃げる現象」を防ぐ設定 */
  .company-profile__box {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .company-profile__item,
  .company-profile__detail {
    /* スマホ時のみ、横並びを解除して100%幅にする */
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  /* テキストのはみ出し防止 */
  .plain-text-sp {
    word-break: break-all;
    white-space: normal !important;
  }

  /* カードのデザイン：画面幅にピタリと収める */
  .recruit-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 5px;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .recruit-card__row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
  }

  .recruit-card__value {
    text-align: right;
    word-break: break-all;
  }
  
  .recruit-page header, 
  .recruit-page .header, 
  .recruit-page .header-box {
    background-color: #6667AB !important;
  }
}

/* Recruit Common Table */
.recruit-common-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  background: #fff;
}

.recruit-common-table th,
.recruit-common-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: middle;
  word-break: break-word;
}

.recruit-common-table th {
  background: #5b5aa3;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.recruit-common-note {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

@media screen and (max-width: 768px) {
  .recruit-table-wrap--desktop {
    overflow-x: auto;
  }
}
