@charset "utf-8";
/*
Theme Name: Aknows create Original Theme
*/


:root {
  --font-color: #1D1F21;
  --blue:#3B37FD;
  --light-blue:#dbe5ff;
  --back-gray: #EDEDED;
  --border-gray: #AAAAAA;
}

html {
  font-style: normal;
  font-size: 62.5%;
  position: relative;
  text-align: justify;
  color: var(--font-color);

}



body {
  font-family: "Noto Sans JP", sans-serif;

  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.robot {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
}



img {
  max-width: 100%;
  width: auto;
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  border: 1px solid #9EA0A2;
  padding: 5px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1200px;
  width: calc(100% - 80px);
}

.wrapper.narrow {
  max-width: 100rem;
}



.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd {

}
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: 1.4;
}
h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3.2rem;
}

h4,h5,h6 {
  font-size: 2.4rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.7;
}



a,button {
  cursor: pointer;
}



a {

  transition: all 0.2s ease;
}

section {
  position: relative;
}

strong {
  font-weight: bold;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2.4rem;

  }
  
  h3 {
    font-size: 1.6rem;

  }
  
  h4,h5,h6 {
    font-size: 1.5rem;
  }

  p,th,td,li,dt,dd {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  
  .wrapper {
    width: calc(100% - 4rem);
  }
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}



/***共通***/
.normal_image_slide > div:not(:first-of-type):not(.slick-list) {
  display: none;
}


.normal_image_slide .slick-dots li button:before {
  background-color: var(--blue);
  border-radius: 50%;
  content: '';
  width: 1rem;
  height: 1rem;
}


/*title*/
.sec_title {
  margin-bottom: 4rem;
  text-align: center;
}

.sec_title .big {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.sec_title .small {
  color: var(--blue);
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
  
  font-weight: 500;
  line-height: 1;
}

/*btn*/
.base_btn a {
  display: block;
  width: 180px;
  padding: 13px 20px;
  border-radius: 50px;
  background-color: var(--font-color);
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid var(--font-color);
}

.base_btn a::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px + 5px);
  background-color: white;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
}

.base_btn a::after {
  content: '→';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(13px + 5px);
  color: var(--font-color);
  transition: all 0.3s ease;
  z-index: 2;
}


.base_btn a:hover {
  background-color: white;
  color: var(--font-color);
}


.base_btn a:hover::before {
  right: calc(8px);
  background-color: var(--font-color);
}

.base_btn a:hover::after {
  right: calc(13px);
  color: white;
}





.base_btn.white a {
  background-color: white;
  color: var(--font-color);
  border: 1px solid white;
}

.base_btn.white a::before {
  background-color: var(--font-color);
}

.base_btn.white a::after {
  color: white;
}


.base_btn.white a:hover {
  background-color: var(--font-color);
  color: white;
}


.base_btn.white a:hover::before {
  background-color: white;
}

.base_btn.white a:hover::after {
  color: var(--font-color);
}





.slide_wrap {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 900px) {



  .base_btn a::before {
    width: 2rem;
    height: 2rem;
    right: calc(8px + 5px);
  }
  
  .base_btn a::after {
    right: calc(13px + 5px);
  }
  
}

/***header***/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5rem;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}

.header_logo .logo_box .logo {
  width: 17rem;
}

.header_navi .header_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}

.header_navi .header_menu li {
  font-size: 1.5rem;
  font-weight: 600;
}


.header_navi .header_menu li .contact {
  background-color: var(--font-color);
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .openbtn {
  display: none;
}


@media screen and (max-width: 900px) {

  header {
    padding: 2rem 2.5rem;
  }
  .header_logo {
    z-index: 100;
    position: relative;
  }
  .header_navi {
    position: fixed;
    background-color: white;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10rem 2rem 2rem;
    z-index: 99;
    display: none;
  }

  .header_navi .header_menu {
    display: block;

  }
  

  
  .header_navi .header_menu li .contact {
    background-color: inherit;
    color: inherit;
    padding: 0;
    border-radius: inherit;
    display: block;
  }

  .header_navi .header_menu  > li {
    padding: 2rem 1.5rem;
    border-bottom: 1px solid var(--border-gray);
  }

  .header_navi .header_menu  > li > a {
    font-size: 1.6rem;
    display: block;
    position: relative;
  }


  .header_navi .header_menu  > li > a::before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(8px + 5px);
    background-color: var(--font-color);
    content: '';
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .header_navi .header_menu  > li > a::after {
    content: '→';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(13px + 5px);
    color: white;
    transition: all 0.3s ease;
    z-index: 2;
  }
  


  header .openbtn{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 100;
  }
  
  /*ボタン内側*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 3px;
      border-radius: 3px;
    background: var(--font-color);
      width: 100%;
    }
  
  .openbtn span:nth-of-type(1) {
    top:0px; 
  }
  
  .openbtn span:nth-of-type(2) {
    top:50%;
  }
  
  .openbtn span:nth-of-type(3) {
    top:100%;
  }
  
  /*activeクラスが付与されると線が回転して×に*/
  
  .openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);

  }
  
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 50%;
    left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);

  }

}






/*contact*/
.common_contact_sec {
  padding: 120px 0;
}

.common_contact_sec .wrapper {
  max-width: 1400px;
  width: calc(100% - 60px);

  border-radius: 1rem;
  padding: 8rem 4rem;
  text-align: center;
  position: relative;
}

.common_contact_sec .wrapper::before,
.common_contact_sec .wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
}


.common_contact_sec .wrapper::before {
  z-index: -1;
  background: url(img/top_contact_back.png) center / cover no-repeat;
  opacity: 0.5;

}
.common_contact_sec .wrapper::after {
  z-index: -2;
  background-color: #000;
}

.common_contact_sec .sec_title * {
  color: white;
}

.common_contact_sec .ex {
  margin-bottom: 4rem;
  color: white;
}

.common_contact_sec .base_btn a {
  margin: 0 auto;
  text-align: left;
}


@media screen and (max-width: 900px) {
  .common_contact_sec {
    padding: 4rem 0;
  }

  .common_contact_sec .wrapper {
    padding: 4rem 2rem;
  }

  .common_contact_sec .ex {
    text-align: left;
  }

}

/***背景***/
#backgroundCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {


}




/***footer***/
footer {
  background-color: var(--font-color);
  color: white;
}

footer .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 0;
}

footer .footer_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.footer_menu > ul > li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.footer_menu > ul > li > a {
  font-size: 1.4rem;
  font-weight: 600;
}

.footer_menu > ul > li ul li {
  font-size: 1.2rem;

}
.footer_menu > ul > li ul {
  margin-top: 1.5rem;
}
.footer_menu > ul > li ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.footer_menu > ul > li ul li a::before {
  content: '-';
  margin-right: 5px;
}

footer .bottom {
  padding: 1.5rem 0;
  text-align: center;
  width: calc(100% - 6rem);
  margin: 0 auto;
  border-top: 1px solid white;
}

footer .bottom .copy {
  font-size: 1.2rem;
}

@media screen and (max-width: 900px) {

  footer .footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 5rem;
  }

  .footer_logo {
    max-width: 25rem;
    margin: 0 auto;
  }

}
