body {
  position:relative;
  background-color: #FFFFFF;
  color: #444440;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#cursor{
  position: fixed;
  /*丸の大きさと色の指定*/
  background: #14AE5C;
  border-radius: 10px;
  width: 7px;
  height: 7px;
  margin: -10px 0 0 -10px; /*真ん中にくるようにマイナスマージンで調整*/
  pointer-events: none; /*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
  z-index: 10000; /*一番手前に来るように*/
  transform: scale(1);
  &.is-active {
    transform: scale(1.5); 
  }
}
header {
  border-bottom: 1px solid #DDDDDD;
  position: sticky;
  top: 0;
  height: 80px;
  display: flex;
  align-items: center;
  z-index: 500;
  background-color: #FFFFFF;
}
h1 {
  position: absolute;
  padding-left: 2.6%;
}
h1 img {
  width: 20%;
  object-fit: fill;
  height: auto;
  display: flex;
}
.hamburger-menu {
  display: none;
}
ul {
  display: flex;
  margin: 0 auto;
}
.menu-content {
  margin: 0 auto;
  padding-left: 72%;
}
.menu-content a:hover {
  color: #14AE5C;
}
header ul {
  justify-content: space-between;
  column-gap: 3em;
}
a {
  color: #444440;
}
.inquiry {
  display: none;
}
.mv {
  height: 326px;
  background: url(../img/main.webp) no-repeat center center / cover;
  color: #FFFFFF;
  position: relative;
  background-position: 0px -170px;
}
.mv_inner {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 13.4vw;
}
h2 {
  font-size: 64px;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
}
.mv p {
  font-size: 20px;
}
.mv nav {
  position: absolute;
  bottom: 8%;
  left: 13.4vw;
}
.mv ol {
  display: flex;
  font-size: 13px;
}
.mv li {
  padding: 0;
  margin-right: 12px;
}
.mv li:not(:last-of-type)::after {
  content: "›";
  font-size: 18px;
  margin-left: 12px;
  color: #CCCCCC; 
}
.mv li:last-child {
  margin-top: 4px;
}
.mv a {
  color: #CCCCCC;
}
.content {
  margin: 86px auto 120px;
  width: 73%;
  position: relative;
}
.content_nav {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 20%;
  font-size: 17px;
}
.content_nav p {
  margin-bottom: 24px;
  font-weight: 700;
}
.content_nav ul {
  display: block;
  font-size: 13px;
}
.content_nav li:first-child {
  border-top: #DDDDDD 1px solid;
}
.content_nav li {
  padding: 0;
  position: relative;
  border-bottom: #DDDDDD 1px solid;
}
.content_nav li a{
  display: block;
  padding: 22px 0px 18px 10px;
}
.content_nav li::after {
  content: "";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #14AE5C;
}
.title_company {
  font-size: 24px;
  color:#999999;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 35.52px;
}
h3 {
  font-size: 38px;
  font-weight: 700;
  width: 72%;
  line-height: 56.24px;
  margin-bottom: 16px;
}
.tag  {
  font-size: 12px;
  color: #14AE5C;
}
.tag li {
  border: #14AE5C 1px solid;
  padding: 7px 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}
.tag a {
  color: #14AE5C;
}
h4 {
  font-size: 30px;
  font-weight: 700;
  border-left: 4px solid #14AE5C;
  padding: 0px 16px;
  line-height: 34.4px;
  margin-bottom: 30px;
  margin-top:10px;
}
h4:last-of-type {
  margin-bottom: -32px;
}
.article {
  font-size: 16px;
  line-height: 190%;
  margin-bottom: 60px;
  color: #333333;
  width: 72%;
}
.second_article {
  margin-bottom: 90px;
}
.projects {
  margin: 0;
  margin-bottom: 98px;
}
.projects li {
  padding: 0;
  height: 250px;
  margin-right: 30px;
}
.projects li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 14px;
}
.projects li p {
  color: #999999;
  font-size: 15px;
  line-height: 22.2px;
  margin-bottom: 10px;
}
.projects li h5 {
  font-size: 17px;
  line-height: 25.16px;
}
.to_projects {
  text-align: center;
  margin-top: 84px;
}
.to_projects a{
  border: #14AE5C 1px solid;
  padding: 21px 100px 15px 92px;
  color: #14AE5C;
  font-weight: 700;
  position: relative;
}
.to_projects a::after {
  content: "";
  position: absolute;
  right: 16%;
  top: 54%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #14AE5C;  
}
footer {
  background-color: #444440;
  height: 705px;
  color: #FFFFFF;
}
.footer_content {
  width: 73%;
  margin: 0 auto;
  padding-top: 122px;
  font-size: 13px;
  position: relative;
}
footer a {
  color: #D4D5D6;
}
.footer_nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 92px;
  border-bottom: #444C58 1px solid;
  margin-bottom: 80px;
  padding-right: 5%;
}
.footer_polisy {
  padding-left: 12%;
  margin-top: -14px;
}
.footer_column ul{
  display: block;
}
.footer_column li {
  margin-bottom: 30px;
  padding: 0;
}
.recruit::after {
  content: '';
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon2.png);
  background-size: contain;
}
.footer_column p {
  font-size: 15px;
  margin-bottom: 36px;
}
.footer_column p a {
  color: #FFFFFF;
  font-weight: 700;
}
.footer_bottom {
  display: flex;
}
.footer_logo {
  width: 346px;
}
.footer_logo img {
  width: 100%;
}
.footer_polisy li {
  border-right: #D4D5D6 1px solid;
  padding: 0px 18px 0px 18px;
  height: 16px;
}
.footer_polisy li:last-child {
  border-right: none;
}
.copyright {
  font-size: 12px;
  position: absolute;
  right: 0;
  color: #777777;
}
.back_to_top {
  font-size: 11px;
  position: fixed;
  bottom: 60px;
  right: 16px;
  line-height: 1.2rem;
  background: transparent;
  color: #14AE5C;
  padding: 46px 0px 0 0px;
  border: solid 1px;
  border-radius: 50%;
}
.back_to_top::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 44%;
  display: inline-block;
  vertical-align: middle;
  color: #14AE5C;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-bottom-color: currentColor;
  border-top: 0;
}
.back_to_top div{
  color: #14AE5C;
  position: relative;
  top: 32px;
  font-family: "poppins", sans-serif;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width: min(100%);
  height: 352px;
  padding-top: 62px;
}
.swiper .swiper-button-next,.swiper .swiper-button-prev{
  background-color: #A8A8A8;/* ボタンの背景色 */
  width: 40px;
  height: 40px;
}
.swiper .swiper-button-next{
  top: 20px;
  right: 0;/* ボタンを右端にくっつける */
}
.swiper .swiper-button-prev{
  top: 20px;
  left: inherit;
  right: 41px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled  {
  opacity: 1;
}
.swiper .swiper-button-next::after{
  content: "";
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #ffff;
}
.swiper .swiper-button-prev::after{
  content: "";
  position: absolute;
  right: 42%;
  top: 40%;
  transform: scaleX(-1);
  border: 4px solid transparent;
  border-left: 6px solid #ffff;
}
.swiper-pagination {
  display: none;
}
#menu-btn-check {
  display: none;
}





@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  header{
    height: 60px;
  }
  .hamburger-menu {
    display: block;
  }
  .menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FFFFFF;
    border-left: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 1px;
    background-color: #111111;
    position: absolute;
    transition: all 0.3s;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: #14AE5C;
    border-bottom: none;
  }
  #menu-btn-check:checked ~ .menu-btn span:before,
  #menu-btn-check:checked ~ .menu-btn span:after {
    background-color: #FFFFFF;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #14AE5C;
    transition: all 0.5s;/*アニメーション設定*/
    padding-left: 0;
  }
  .menu-content ul {
    padding: 39px 20px 50px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    padding: 14px 0;
    position: relative;
  }
  .menu-content a:hover {
    color: #ffffff;
  }
  .menu-content ul .news {
    position: absolute;
    top: 359px;
    left: 50%;
    border-bottom: none;
  }
  .menu-content ul .recruit_sp {
    border-bottom: none;
  }
  .recruit_sp::after{
    content: '';
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    background-image: url(../img/icon2.png);
    background-size: contain;
    position: absolute;
    top: 24px;
    left: 64px;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .inquiry a {
    border: #ffff 1px solid;
    padding: 20px 200px 16px 18px;
    color: #ffff;
    font-weight: 700;
    position: relative;
  }
  .inquiry {
    text-align: center;
    display: block;
  }
  .inquiry a::after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 20px;
    background-image: url(../img/icon3.png);
    background-size: contain;
    position: relative;
    right: -180px;
    bottom: 4px;
  }
  #menu-btn-check:checked ~ .menu-content {
    top: 60px;
  }
  .mv {
    height: 225px;
    background-position: center;
  }
  .mv nav {
    display: none;
  }
  h2 {
    font-size: 44px;
  }
  .mv p {
    font-size: 20px;
  }
  @keyframes tooltipShow {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes tooltipOut {
    from {
      opacity: 1;
      transform: translateY(0px);
    }
    to {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
  .content_nav ul{
    animation: tooltipOut 0.3s linear 0s;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .content_nav {
    position: relative;
    top: -68px;
    font-size: 14px;
    width: 100%;
  }
  .content_nav p {
    background-color: #EDF2F4;
    padding: 20px 3%;
    margin-bottom: 0;
  }
  .content {
    margin: 68px auto 120px;
    width: 100%;
  }
  .content_nav p::after,
  .content_nav p::before {
    content: "";
    position: absolute;
    right: 4%;
    top: 1.25em;
    width: 1px;
    height: 1.18em;
    background-color: #14AE5C;
    transition: all 0.3s;
  }
  .content_nav p::after {
    transform: rotate(90deg);
  }
  .is-open p::before {
    transform: rotate(90deg);
  }
  .content_nav .is-open {
    animation: tooltipShow 0.3s linear 0s;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    /* display: block; */
  }
  .title_company {
    margin-top: -352px;
    transition: all 0.5s;
    font-size: 18px;
    line-height: 26.64px;
    margin-bottom: 16px;
  }
  .move {
    margin-top: 0;
    transition: all 0.5s;
  }
  h3 {
    font-size: 24px;
    line-height: 35.52px;
    margin-bottom: 12px;
  }
  .tag {
    font-size: 11px;
    margin: 0;
  }
  .tag li {
    margin-right: 10px;
    margin-bottom: 50px;
  }
  h4 {
    font-size: 20px;
    padding: 2px 10px;
    line-height: 29.6px;
    margin-bottom: 20px;
  }
  .article {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 48px;
  }
  .projects li img {
    margin-bottom: 18px;
  }
  .projects li h5 {
    font-size: 16px;
    line-height: 23.68px;
  }
  .to_projects {
    margin-top: 85px;
  }
  .to_projects a {
    font-size: 14px;
  }
  .footer_content {
    width: 92%;
    padding-top: 110px;
    font-size: 11px;
  }
  .footer_nav {
    padding-bottom: 80px;
  }
  .footer_logo {
    width: 198px;
  }
  .copyright {
    margin-top: 20px;
  }
  .space {
    width: 92%;
    transform: translateX(4%);
  }
  .swiper {
    margin-left: 0;
    margin-right: 0;
    height: 460px;
  }
}





@media screen and (max-width: 480px) {
  /* 480px以下に適用されるCSS（スマホ用） */
  h1 {
    padding-left: 5.6%;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    width: 22px;
  }
  .mv_inner {
    top: 48%;
    left: 5.4vw;
  }
  .swiper {
    height: 384px;
    padding-top: 52px;
  }
  h2 {
    margin-bottom: 12px;
  }
  .space {
    width: 89%;
    transform: translateX(6%);
  }
  .content_nav p::after,
  .content_nav p::before {
    right: 8%;
  }
  .content {
    margin: 68px auto 132px;
  }
  h4 {
    padding: 0px 10px;
    margin-top: 0;
  }
  .swiper .swiper-button-next,.swiper .swiper-button-prev{
    display: none;
  } 
  .swiper-parent{
    position:relative;
  }
  .swiper-pagination {
    display: block;
    position:absolute;
    left: 50%;
    bottom:-30px;  
    transform: translateX(-50%);
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 50%;
  }
  .swiper-pagination-bullet {
    background-color: #ffff;
    border: #999999 1px solid;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #999999;
    opacity: 1;
  }
  .projects li img {
    margin-bottom: 14px;
  }
  .to_projects a {
    padding: 21px 70px 15px 52px;
  }
  .footer_logo {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .footer_nav {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
  }
  .footer_project {
    position: absolute;
    top: 381px;
  }
  .footer_column:nth-child(2) {
    margin-bottom: 88px;
  }
  footer {
    height: 1266px;
  }
  .column_last {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_content {
    font-size: 13px;
  }
  .footer_column p {
    width: 50%;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .footer_column {
    border-top: #6666 1px solid;
    padding-top: 39px;
  }
  .footer_column li {
    margin-bottom: 28px;
  }
  .footer_polisy {
    flex-wrap: wrap;
    padding-left: 2%;
    margin-top: 0px;
  }
  .footer_polisy li{
    border: none;
    width: 50%;
    padding: 20px 0;
  }
  .copyright {
    width: 190px;
    line-height: 28px;
    left: 1px;
    bottom: -120px;
    font-size: 10px;
  }
  .back_to_top {
    bottom: 55px;
    right: 18px;
  }
  .footer_column .solution {
    border-bottom: #6666 1px solid;
    padding-bottom: 33px;
  }
  .footer_content {
    padding-top: 120px;
  }
  .footer_project {
    position: absolute;
    top: 460px;
  }
  .wrap ul{
    display: flex;
    flex-wrap: wrap;
  }
  .wrap li {
    width: 50%;
  }
  #content_nav_menu {
    display: flex;
    flex-wrap: wrap;
  }
  #content_nav_menu li {
    width: 50%;
    border-right: #DDDD 1px solid;
  }
  .title_company {
    margin-top: -174px;
  }
  .move {
    margin-top: -12px;
  }
}
