@charset "UTF-8";

@font-face {
  font-family: "NotoSansJP-Black";
  src: url("../fonts/NotoSansJP-Black.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../fonts/NotoSansJP-Bold.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../fonts/NotoSansJP-Medium.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSerifJP-Black";
  src: url("../fonts/noto-serif-jp/NotoSerifJP-Black.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSerifJP-Bold.";
  src: url("../fonts/noto-serif-jp/NotoSerifJP-Bold.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url("../fonts/noto-serif-jp/NotoSerifJP-SemiBold.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url("../fonts/noto-serif-jp/NotoSerifJP-Regular.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "OleoScript-Regular";
  src: url("../fonts/noto-serif-jp/OleoScript-Regular.ttf") format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Poppins-bold.ttf";
  src: url("../fonts/poppins-bold.ttf") format("ttf");
  font-weight: normal;
}

/*common*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000;
  opacity: 0;
  animation: fadeIn 3s ease;
  animation-fill-mode: forwards;
    
}

img {
  max-width: 100%;
}

a {
  color: #454545;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}


li {
  list-style: none;
}

.container {
  padding: 0 1.6rem;
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation: fadeIn 3s ease;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.contents_width {
  width: 100%;
  padding: 0 1.6rem;
  margin: 0 auto;
}

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

.no_pc {
  display: none;
}

/*common*/

/*<!--header-->*/
.header {
  width: 100%;
  padding: 0;
  height: 7.6rem;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
}

.header .contents_width {
  padding: 0 0 0 3.5rem;
}

.header h1 {
  display: flex;
  align-items: center;
  max-width: 21.1rem;
  height: 7.6rem;
  margin-left: 3rem;
}

.header .hamburger-nav {
  display: none;
}

.header .nav ul {
  height: 7.6rem;
  gap: 5rem;
  margin: 0 5rem 0 0;
  align-items: center;
  justify-content: flex-end;
}

.header .nav ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  position: relative;
  padding: .7rem 0;
}

.header .nav ul li a:hover {
  opacity: 1;
}

.header .nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  display: block;
  height: 2px;
  background: #000;
  transition: width 0.2s ease;
}

.header .nav ul li a:hover:after {
  width: 100%;
}

.header .nav .nav-button {
  width: 26.4rem;
  height: 7.6rem;
  background: #1989ff;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color, color 0.2s ease;
}

.header .nav .nav_button:hover {
  background: #fff;
  color: #1989ff;
  opacity: 1;
}

/*hero*/

.hero {
  height: calc( 500/ 1366 * 100vw);
}

.hero::before {
    content: "";
    display: block;
    width: 100%;
    height: calc( 500/ 1366 * 100vw);
    position: absolute;
    left: 0;
    background: linear-gradient(115deg, #0384f5, #0068c0 55.5%, transparent 55.5%);
    z-index: -1;
    /*margin-top: calc( 76/ 1366 * 100vw);*/
}

.hero::after {
  content: '';
  background-image: url("../img/main_photo.png");
  background-size: cover;
  width: 52%;
  height: 53rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.hero_container {
   z-index: 20;
   color: #fff;
   padding-left: 8.2rem;
    padding-top: 4rem;;
}

.hero h2 {
  font-family: NotoSansJP-Black;
  font-size: calc( 40/ 1366 * 100vw);
  line-height: calc( 40/ 1366 * 100vw);
  padding-top: calc( 90/ 1366 * 100vw);
    padding-bottom: calc( 31.2/ 1366 * 100vw);
  color: #fff;
  
}

.hero p {
  font-family: NotoSansJP-Bold;
  font-size: calc( 16/ 1366 * 100vw);
  line-height: calc( 28/ 1366 * 100vw);
  
}

.apply_button {
  height: calc( 56/ 1366 * 100vw);
  width: calc( 300/ 1366 * 100vw);
  font-family: NotoSansJP-Black;
  font-size: calc( 16/ 1366 * 100vw);
  line-height: calc( 16/ 1366 * 100vw);
  background-color: #BDFA3E;
  display: flex;
  align-items:center;
  justify-content: center;
  box-shadow: 0 10px 10px rgb(0 0 0 / 16%);
  margin-top: calc( 43.8/ 1366 * 100vw);
    border-radius: calc( 10/ 1366 * 100vw);
    position: relative;
    overflow: hidden;
  transition: transform .2s ease;
}

.apply_button::before {
    content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  }
  
  .apply_button:hover::before {
    animation: shine .8s ease;
  }
  
  .apply_button:hover {
    opacity: 1;
  transform: scale(1.05);
  }
  
  @keyframes shine {
  100% {
    left: 125%;
  }
}


.circle {
  width: calc( 140/ 1366 * 100vw);
  height: calc( 140/ 1366 * 100vw);
  background: linear-gradient(-45deg, #BDFA3E, #DCF98F, #EFFCAD);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 10px rgb(0 0 0 / 16%);
  border-radius: calc( 100/ 1366 * 100vw);
}

.circle_container {
  display: flex;
    gap: 1.5rem;
    position: absolute;
    right: 1.4rem;
    top: 29.5rem;
}

.circle p{
  font-family: NotoSansJP-Bold;
  font-size: calc( 15/ 1366 * 100vw);
  line-height: calc( 25/ 1366 * 100vw);
}

.circle big {
  font-family: Poppins-Bold;
  font-size: calc( 22/ 1366 * 100vw);
  line-height: calc( 25/ 1366 * 100vw);
}

.success {
  width: calc( 350/ 1366 * 100vw);
  padding-bottom: calc( 20/ 1366 * 100vw);
}

.no-pc {
  display: none;
}

/*hero*/

/*swiper*/
.slider {
  height: calc( 471/ 1366 * 100vw);
  background-color: #D0E7FF;
  padding-top: 4rem;
}

.slider_header {
  padding-top: calc( 64.3/ 1366 * 100vw);
  padding-bottom: calc( 27.7/ 1366 * 100vw);
  text-align: center
}

.slider h2 {
  font-family: NotoSansJP-Bold;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
}

.slider big {
  font-family: NotoSansJP-Bold;
  font-size: 4rem;
  line-height: 4rem;
  color: #1989FF;
  
}

.swiper {
  width: 100%;
  max-width: 123.2rem;
  max-width: 123.2rem;
    margin: 4rem auto 0;
    padding: 0 160px;
    
}

.swiper-slide {
  width: calc( 361/ 1366 * 100vw);
  height: calc( 160/ 1366 * 100vw);
  background:#fff;
  border-radius:calc( 20/ 1366 * 100vw);
  display: flex;
    justify-content: center;
    align-items: center;
    
}

.swiper-slide img {
  
  display: block;
    margin: 0 auto;
  transform: scale(0.8);
}



.swiper-pagination{
  position: absolute;
  font-family: NotoSansJP-Bold;
  font-size: calc( 25/ 1366 * 100vw);
  line-height: calc( 40/ 1366 * 100vw);
}

.swiper-pagination-current {
  font-size: 2.5rem;
  line-height: 4rem;
}

.swiper-button-prev {
  width: calc( 60/ 1366 * 100vw);
  height: calc( 61/ 1366 * 100vw);
  background-color: #0384F5;
  border-radius: calc( 100/ 1366 * 100vw);
  color: #fff;
}

.swiper-button-next {
  width: calc( 60/ 1366 * 100vw);
  height: calc( 61/ 1366 * 100vw);
  background-color: #0384F5;
  border-radius: calc( 100/ 1366 * 100vw);
  color: #fff;
}

#gallery_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.5rem 0; 
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  color: #fff;
}

.swiper-button-prev{
  background: url("../img/arrow_btn.png");
  width: 6rem;
  height: 6rem;
  position: static;
  color: transparent;
  font-family: auto;
}


.swiper-button-next {
  background: url("../img/arrow_btn (1).png");
  width: 6rem;
  height: 6rem;
  position: static;
  color: transparent;
  font-family: auto;
}

.swiper-pagination {
  position: relative;
  width: 18.5rem;
  font-family: NotoSansJP-Bold;
    font-size: 2.5rem;
    line-height: 2.5rem;
    /*display: inline-flex;*/
}



/*swiper*/
  
/*  <!--work-->*/
.work-container {
  width: 107.5rem;
  margin:0 auto;
  padding-top: 8.87rem;
  padding-bottom: 8.87rem;
}

  .work-heading {
    font-family: NotoSansJP-Black;
    font-size: 4rem;
    line-height: calc(28 / 40);
    text-align: center;
    padding-bottom: 7.23rem;
  }
  
  .work-flex {
    display: flex;
    justify-content:space-between;
  }
  
  .work-op {
    width: 34.5rem;
    height: 45.1rem;
    background-color: #1989FF;
    border-radius: 1rem;
    
    margin-top: 5.9rem;
    animation-duration: 2s;
    animation-delay: 0s;
  }
  
  
  .work-op:nth-child(2) {
    animation-delay: 0.3s;
  }
  
  .work-op:nth-child(3) {
    animation-delay: 0.6s;
  }
  
  .work-op p {
    font-family: NotoSansJP-Bold;
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #fff;
    width: 20rem;
    text-align: center;
    margin: 0 auto;
  }
  
  .work-op h3{
    font-family: NotoSansJP-Black;
    font-size: 2.3rem;
    line-height: 2.8rem;
    color: #fff;
    
    text-align: center;
    width: 28rem;
    margin: 0 auto;
    padding-top: 1.8rem;
  }
  
  .work-op img {
    width: 16.9rem;
    height: 16.9rem;
    margin-top: 5.9rem;
    margin-bottom: 3.41rem;
    margin-left: 8.8rem;
    border-radius: 100%;
  }
  
  .logo-p {
    display: flex;
    
  }
  
  .logo-p img {
    width: 21.36rem;
    height: 3.74rem;
    margin-right: 4.39rem;
    margin-top: 6.81rem;
    margin-left: 3rem;
  }
  
  .logo-p p {
    font-family: NotoSansJP-Bold;
    font-size: 1.6rem;
    line-height: 2.3rem;
    width: 74.5rem;
  margin:0 auto;
  padding-top: 6.81rem;
  }
  
  .animate__animated {
    opacity: 0;
    /*visibility: hidden;*/
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
  
/*  <!--work-->*/
  
/*  <!--reason-->*/
.reason {
  background: #D0E7FF;
  height: auto;
}

  .reason-container {
  width: 100rem;
  margin:0 auto;
  padding-top: 8.87rem;
  padding-bottom: 8.87rem;
}

.reason h2 {
  font-family: NotoSansJP-Black;
    font-size: 4rem;
    line-height: calc(28 / 40);
    text-align: center;
    padding-bottom: 7.23rem;
}

.number {
  font-family: OleoScript-Regular;
    font-size: 12rem;
    line-height: 9rem;
    color: #B1D3FF;
}

.number2 {
  font-family: OleoScript-Regular;
    font-size: 12rem;
    line-height: 9rem;
    color: #B1D3FF;
    margin-top: 10.5rem;
}

.no-pain {
  font-family: NotoSansJP-Bold;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
}

.performance {
  font-family: NotoSansJP-MEDIUM;
    font-size: 1.8rem;
    line-height: 2.7rem;
     margin-bottom: 3rem;
}

.detail-accordion {
    width: 100rem;
    background-color: #fff;
    margin: 0 auto;
}

.detail-accordion h3 {
  width: 100%;
  height: 6rem;
  border: 2px solid #000000;
  text-align: center;
  font-family: NotoSansJP-Bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-accordion h3.open::after {
  content: '+';
  
}

.detail-accordion h3::after {
  content: 'ー';
  position: absolute;
  top: 50%;
  right: 3rem;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}

.dd-p {
    width: 86.6rem;
    margin: 0 auto;
    margin-top: 6.13rem;
    margin-bottom: 2rem;
}

.go-up {
    font-family: NotoSansJP-Bold;
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
}

.dd-p p {
  font-family: NotoSansJP-Medium;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.reason-ul {
  display: flex;
  justify-content:space-around;
  margin: 0 auto;
  width: 86.6rem;
  margin-top: 4.9rem;
  padding-bottom: 4.9rem;
}

.reason-ul li {
  list-style: none;
}

.reason-ul p {
  font-family: NotoSansJP-Medium;
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
}

.fa-folder-open::before {
  font-family: "Font Awesome 5 Free";
    font-size: 7rem;
    line-height: 7rem;
  color: #1989FF;
  margin-left: 3rem;
}

.fa-address-book::before {
  font-family: "Font Awesome 5 Free";
    font-size: 7rem;
    line-height: 7rem;
  color: #1989FF;
  margin-left: 6rem;
}

.fa-phone-laptop::before {
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
  }

.fa-user-shield::before {
  font-family: "Font Awesome 5 Free";
    font-size: 7rem;
    line-height: 7rem;
  color: #1989FF;
  margin-left: 3rem;
}

.fa-laptop-house::before {
  font-family: "Font Awesome 5 Free";
    font-size: 7rem;
    line-height: 7rem;
  color: #1989FF;
  margin-left: 6rem;
}


.fa-mail-bulk::before {
  font-family: "Font Awesome 5 Free";
    font-size: 7rem;
    line-height: 7rem;
  color: #1989FF;
  margin-left: 3rem;
}

.fa-arrow-alt-down::before {
  content: '\f87a';
  font-family: "Font Awesome 5 Free";
    font-size: 7rem;
    line-height: 7rem;
  color: #1989FF;
  margin-left: 3rem;
  font-weight: 900;
}

.reason-ul2 {
  display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
  margin: 0 auto;
  width: 86.6rem;
  gap: 2rem;
  padding-bottom: 7rem;
}

.fa-arrow-down:before {
  content: '\f87a';
  font-family: "Font Awesome 5 Free";
    font-size: 3.5rem;
    line-height: 3.5rem;
  color: #1989FF;
  margin-left: 3rem;
  font-weight: 900;
  position: absolute;
  right: 52rem;
}

.ardn {
  position: relative;
  padding: 1rem 0 5rem;
}

.reason-ul2 li {
  list-style: none;
}

.ul2-content {
  width: 27.5rem;
  height: 27.5rem;
  
  border: 1px solid #1989FF;
}

.content-num {
  font-family: NotoSansJP-Medium;
    font-size: 3rem;
    line-height: 3rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
  width: 8.4rem;
    height: 8.4rem;
  color: #fff;
  background: linear-gradient(135deg, #1989FF 50%, transparent 50%);
  text-align: center;
}

.reason-ul2 h4{
  font-family: NotoSansJP-Bold;
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    margin-top: -4.32rem;
    margin-bottom: 2.68rem;
}

.reason-ul2 p {
  font-family: NotoSansJP-Medium;
    font-size: 1.6rem;
    line-height: 2.3rem;
    width: 22.5rem;
    height: 16.4rem;
    margin: 0 auto;
    
}
/*  <!--reason-->*/
  
/*  <!--start-->*/
  .start {
    background-image: url("../img/start_bg_s.png");
    background-size: cover;
    height: 29.5rem;
  }
  
  .start h3 {
    font-family: NotoSansJP-Black;
    font-size: 1.9rem;
    line-height: 2.9rem;
    color: #fff;
    text-align: center;
    padding-top: 7.6rem;
  }
  
  .start-button {
    width: 30rem;
    height: 5.6rem;
    background-color: #BDFA3E;
    font-family: NotoSansJP-Black;
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-top: 2.38rem;
    
  }
  
  
/*  <!--start-->*/
  
/*  <!--cv-->*/
  .cv {
    background-color: #F2F2F2;
    height: 101.4rem;
  }
  
  .cv-h3 {
    font-family: NotoSansJP-Black;
    font-size: 2.8rem;
    line-height: 2.8rem;
    color: #1989FF;
    text-align: center;
    padding-top: 9.3rem;
    padding-bottom: 3rem;
  }
  
  .cv-h2 {
    font-family: NotoSansJP-Black;
    font-size: 4rem;
    line-height: calc(28 / 40);
    text-align: center;
    padding-bottom: 5.23rem;
  }
  
  .cv h4 {
    font-family: NotoSansJP-Bold;
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-left: 16rem;
  }
  
  .cv-container {
    display: flex;
    align-items:center;
    justify-content: center;
    gap:3rem;
    background-color: #fff;
    width: 97.2rem;
    height: 29.9rem;
    margin: 4rem 0 4rem 0;
    position: relative;
    opacity: 0;
  }
  
  .cv-container2 {
    display: flex;
    align-items:center;
    justify-content: center;
    gap:3rem;
    background-color: #fff;
    width: 97.2rem;
    height: 29.9rem;
    margin-left: 47rem;
    position: relative;
    opacity: 0;

  }
  
  .reverse {
    flex-direction: row-reverse;
  }
  
  .cv-container img{
    height: 13rem;
    width: 13rem;  
  }
  
  .container-heading {
    font-family: NotoSansJP-Bold;
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
  }
  
  .cv-p {
    font-family: NotoSansJP-Medium;
    font-size: 1.6rem;
    line-height: 2.3rem;
    width: 66rem;
  }
  
  .fa-quote-left:before {
    content: "\f10d";
    font-size: 2.5rem;
    color: #afd2fe;
    position: absolute;
    top: 6rem;
    right: 73.5rem;
}

.fa-quote-right:before {
    content: "\f10e";
    font-size: 2.5rem;
    color: #afd2fe;
    position: absolute;
    top: 21rem;
    right: 5.5rem;
}

.fa-quote-left2:before {
    content: "\f10d";
    font-size: 2.5rem;
    color: #afd2fe;
    position: absolute;
    top: 6rem;
    right: 91.5rem;
}

.fa-quote-right2:before {
    content: "\f10e";
    font-size: 2.5rem;
    color: #afd2fe;
    position: absolute;
    top: 21rem;
    right: 22.5rem;
}
/*  <!--cv-->*/
  
/*  <!--three-step-->*/
  .step-h2{
    font-family: NotoSansJP-Black;
    font-size: 4rem;
    line-height: calc(28 / 40);
    text-align: center;
    padding-bottom: 5.23rem;
    padding-top: 8.59rem;
  }
  
  .step-container {
    width: 107.5rem;
    margin: 0 auto;
  }
  
  .heading-p {
    font-family: NotoSansJP-Medium;
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-align: center;
    padding-bottom: 5.27rem;
  }
  
  .three-steps {
    display: flex;
    align-items:center;
    width: 76.3rem;
    margin: 0 auto;
    border: 1px solid #1989FF;
    animation-delay: .3s;
  }
  
  .three-steps:nth-child(2) {
     animation-delay: .6s;
  }
  
  .three-steps:nth-child(3) {
     
  }
  
  /*.three-steps::before {*/
  /*  font-family: "Font Awesome 5 Free";*/
  /*  content: '\f063';*/
  /*  font-size: 3.5rem;*/
  /*  text-align: center;*/
  /*  color: #1989FF;*/
  /*  font-weight: 900;*/
  /*}*/
  
  .three-steps p {
    width: 45.4rem;
    font-family: NotoSansJP-Bold;
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  
  .step h3 {
    font-family: NotoSansJP-Black;
    font-size: 2.3rem;
    line-height: 3.5rem;
    margin-top: 6.13rem;
    margin-bottom: 6rem;
    text-align: center;
  }
  
  .step1 {
    font-family: NotoSansJP-Black;
    font-size: 2rem;
    line-height: 2rem;
    width: 19.2rem;
    height: 7rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(115deg, #0384F5 , #0068C0 55.5%, transparent 55.5%);
    align-items: center;
    display: flex;
    padding-left: 2rem;
  }
  
  .step3 {
    font-family: NotoSansJP-Black;
    font-size: 2rem;
    line-height: 2rem;
    width: 19.2rem;
    height: 7rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(115deg, #0384F5 , #0068C0 55.5%, transparent 55.5%);
    align-items: center;
    display: flex;
    padding-left: 2rem;
  }
  
  .fa-check-circle2 {
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    text-align: center;
    font-weight: normal;
    color: #1989FF;
    
  }
  
  
  .support-container {
    
    display: flex;
    margin: 0 auto;
    gap: 2rem;
    margin-left: 6.5rem;
    margin-bottom: 6rem;
  }
  
  
  .support-container h4{
    font-family: NotoSansJP-Black;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    padding-bottom: 3.38rem;
    padding-top: 3.38rem;
    width: 28.8rem;
    margin: 0 auto;
  }
  
  .support1 {
    width: 34.5rem;
    height: 29.1rem;
    background-color: #D0E7FF;
    border-radius: 1rem;
  }
  
  .support2 {
    width: 34.5rem;
    height: 29.1rem;
    background-color: #D0E7FF;
    border-radius: 1rem;
  }
  
  .support3 {
    width: 34.5rem;
    height: 29.1rem;
    background-color: #D0E7FF;
    border-radius: 1rem;
  }
  
  .support-ul {
    font-family: NotoSansJP-Medium;
    font-size: 1.6rem;
    line-height: 2.3rem;
    list-style: none;
    
  }
  
  .support-ul li {
    padding-bottom: 1rem;
    /* text-align: center; */
    width: 26.47rem;
    margin: 0 auto;
  }
  
  .fa-arrow-alt-down {
    font-family: "Font Awesome 5 Free";
    content: '\f063';
    font-size: 3.5rem;
    text-align: center;
    font-weight: normal;
    color: #1989FF;
  }
/*  <!--three-step-->*/
  
/*  <!--faq-->*/
  .faq {
    background-color: #F2F2F2;
    /*height: 324.2rem;*/
    padding: 10rem 0;
  }

   .dd-heading{
    font-family: NotoSansJP-Bold;
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin: 3.65rem 0 3.65rem 6.74rem;
    width: 11.3rem;
  }
  
  .detail-accordion1 {
    width: 100rem;
    background-color: #fff;
    margin: 0 auto;
    
}

.dd {
  padding-bottom: 3rem;
}

.detail-accordion1 h3{
    width: 100%;
  height: 6rem;
  border: 2px solid #000000;
  text-align: center;
  font-family: NotoSansJP-Bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5.4rem;
    cursor: pointer;
}
  
  .dd1 {
    width: 86.6rem;
    background-color: #D0E7FF;
    border-radius: 1rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  
  .dd1-ul{
    font-family: NotoSansJP-Medium;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 0 auto;
    width: 75.1rem;
    padding-bottom: 2.53rem;
    list-style: none;
  }
  
  .dd1-ul li {
    padding-top: 1rem;
  }
  
  .answ {
    font-family: NotoSansJP-Medium;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 0 auto;
    width: 75.1rem;
    padding-bottom: 2.53rem;
    display: none;
  }
  
  .detail-accordion1 h3.open::after {
  content: '+';
  
}

.detail-accordion1 h3::after {
  content: 'ー';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  display: flex;
  justify-content: center;
  
}

.detail-accordion1 h4 {
  font-family: NotoSansJP-Bold;
    font-size: 1.8rem;
    line-height: 2.87rem;
    padding: 2.53rem 0 2.53rem 5.72rem;
    position: relative;
    margin-bottom: 1rem;
}

.detail-accordion1 h4.open1::after {
  content: '＋';
  
}

.detail-accordion1 h4::after {
  content: 'ー';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  display: flex;
  justify-content: center;
  
}

.price-plan {
  display: flex;
  align-items: center;
  gap: 15rem;
}

.price-plan big {
  font-family: NotoSansJP-Bold;
    font-size: 2.3rem;
    line-height: 2.8rem;
    color: #1989FF;
}

.price-plan p {
  font-family: NotoSansJP-Bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.free {
  font-family: NotoSansJP-Bold;
    font-size: 2.3rem;
    line-height: 2.8rem;
    color: #1989FF;
}

.answ1 {
    font-family: NotoSansJP-Medium;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 0 auto;
    
    padding-bottom: 2.53rem;
    display: none;
  }
  
  .abc {
    margin-top: 8rem;
  }
/*  <!--faq-->*/
  
/*  <!--footer-->*/
  .footer img {
    display: block;
    width: 22.9rem;
    /*height: 4rem;*/
    margin: 0 auto;
    padding-top: 9.98rem;
    padding-bottom: 4rem;
  }
  
  .footer p {
    font-family: NotoSansJP-Medium;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    margin-bottom: 11.6rem;
    
  }
/*  <!--footer-->*/

@media screen and (max-width: 1023px) and (min-width: 767px) {
  html {
    font-size: 1vw;
  }
}

@media( max-width:767px){
  html {
    font-size: calc(10 / 375 * 100vw);
  }
  
  .contents-width {
    padding: 0;
  }
  
  main {
    padding-top: 0;
  }
  
  /*<!--header-->*/
  .header {
    height: auto;
    overflow: visible;
  }
  
  .header .contents-width {
    padding-left: 2.5rem;
  }
  
  .header h1 {
    max-width: 10.5rem;
    height: 6rem;
    margin-left: 0;
  }
  
  .header .pc-nav {
    display: none;
  }
  
  .header .hamburger-nav {
    display: none;
    background: #fff;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  
  .header .nav ul {
    display: block;
    height: auto;
    margin: 0;
    padding: 1rem 2.6rem;
  }
  
  .header .nav ul li a {
    display: block;
    font-size: 1.4rem;
    line-height: calc(21 / 14);
    padding: .4rem 0;
    font-weight: 500;
  }
  
  .header .nav ul li a:after {
    display: none;
  }
  
  .header .nav .nav-button {
    display: none;
  }
  
  .header .hamburger-icon {
    padding-right: 1.6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 4rem;
  }
  
  .no-pc {
    display: block;
    font-size: 4rem;
    cursor: pointer;
    margin-right: 2rem;
  }
  
/*header  */
  
  /*<!--hero-->*/
  .hero {
    flex-direction: column-reverse;
    background: linear-gradient(13deg, #0384f5, #0068c0 67%, transparent 67%), url(../img/main_photo.png);
}

  .hero::before {
    
    background-size: cover;
    z-index: 0;
  }
  
  .hero::after {
    width: 37.5rem;
    height: 25.2rem;
    background:linear-gradient(13deg, #0384f5, #0068c0 67%, transparent 67%, url(../img/main_photo.png));
    background-position: top center;
    background-size: 100% auto;
  }
  
  .hero-container {
   background: linear-gradient(13deg, #0384f5, #0068c0 67%);
  }
  
  .circle-flex {
    left:0;
  }
  /*<!--hero-->*/
  
  /*hero*/
.hero {
  height: 68.8rem;
}

.hero::before {
    content: "";
    display: block;
    width: 100%;
    height: calc( 500/ 1366 * 100vw);
    position: absolute;
    left: 0;
    background: linear-gradient(115deg, #0384f5, #0068c0 55.5%, transparent 55.5%);
    z-index: -1;
    /*margin-top: calc( 76/ 1366 * 100vw);*/
}

.hero::after {
  content: '';
  background-image: none;
}

.hero_container {
   z-index: 20;
   color: #fff;
   padding-left: calc( 80.2/ 1366 * 100vw);
}

.hero h2 {
  width: 26rem;
  padding-top: 21rem;
}

.hero h2 span{
  font-size: 2.6rem;
  line-height: 4.7rem;
  background-color: #fff;
  color: black;
  
}

.hero p {
  font-family: NotoSansJP-Bold;
  font-size: 1.5rem;
  line-height: 2.7rem;
  width: 26.4rem;
}

.apply_button {
  height: 5.6rem;
  width: 30rem;
  font-family: NotoSansJP-Black;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background-color: #BDFA3E;
  display: flex;
  align-items:center;
  justify-content: center;
  box-shadow: 0 1rem 1rem rgb(0 0 0 / 16%);
  margin-top: 4.38rem;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
  transition: transform .2s ease;
}

.apply_button::before {
    content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skewX(-25deg);
  }
  
  .apply_button:hover::before {
    animation: shine .8s ease;
  }
  
  .apply_button:hover {
    opacity: 1;
  transform: scale(1.05);
  }
  

.circle {
  width: 9.5rem;
  height: 9.5rem;
  background: linear-gradient(-45deg, #BDFA3E, #DCF98F, #EFFCAD);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 10px rgb(0 0 0 / 16%);
  border-radius: 10rem;
}

.circle_container {
    top: 30.2rem;
}

.circle p{
  font-family: NotoSansJP-Bold;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
  
}

.letter_spacing {
  letter-spacing: -0.1em;
}

.circle big {
  font-family: Poppins-Bold;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.success {
  width: 33.5rem;
  padding-top: 5rem;
}



/*hero*/
  
  /*<!--slider-->*/
  .slider {
    height: auto;
    padding-top: 4rem;
  }
  
  .slider h2 {
    font-size: 1.5rem;
    line-height: 4rem;
    text-align: center;
    
  }
  
  .slider h2 span {
    font-size: 2.6rem;
    line-height: 2.7rem;
    color: #1989FF;
  }
  
  .swiper-pagination {
    font-size: 2.5rem;
    line-height: 4rem;
    width: 11.9rem;
  }
  
  .swiper-button-next {
    width: 4.85rem;
    height: 3.9rem;
  }
  
  .swiper-button-prev {
    width: 4.75rem;
    height: 3.9rem;
  }
  
  
  .swiper-slide {
    height: 6.6rem;
  }
  
  .slider big {
    font-size: 2.5rem;
  }
  /*<!--slider-->*/
  
  /*<!--work-->*/
  .work-heading {
    line-height: 3.9rem;
    font-size: 2.6rem;
    padding-bottom: 0;    
  }
  
  .work-container {
    width: 32.3rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .work-heading span {
    display: flex;
    width: 55.43rem;
  }
  
  .work-flex {
    flex-direction: column;
  }
  
  .work-op{
    width: 32rem;
    height: 33.5rem;
    margin-top: 2rem;
  }
  
  .work-op img{
    width: 12rem;
    height: 12rem;
    margin-top: 4rem;
    margin-left: 10.5rem;
  }
  
  .work-op p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  
  .work-op h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  
  .logo-p {
    flex-direction:column;
  }
  
  .logo-p img {
   width: 13rem;
   height: 2.3rem;
   margin: 0 auto;
   margin-top: 3rem;
  }
  
  .logo-p p {
    font-size: 1.5rem;
    line-height: 2.1rem;
    width: 29.5rem;
    padding-top: 3rem;
  }
  /*<!--work-->*/
  
  /*<!--reason-->*/
  
  .reason h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
  
  .reason-container {
    width: 33.5rem
  }
  
  .performance {
    font-size: 1.7rem;
    line-height: 2.5rem;
    width: 32.6rem;
  }
  
  .detail-accordion{
    width: 32rem;
    margin: 0;
  }
  
  .dd {
    width: 32rem;
  }
  
  .dd-p p {
    font-size: 1.5rem;
    line-height: 2.1rem;
    width: 28.8rem;
  }
  
  .reason-ul2 {
    flex-direction: column;
    width: 27.5rem;
  }
  
  .go-up {
    font-size: 1.7rem;
    line-height: 2.5rem;
    width: 28.8rem;
    margin: 0;
    padding-bottom: 3rem;
  }
  
  .dd-p {
    width: 28.8rem;
    margin-top: 3rem;
  }
  
  .reason-ul {
    width: 28.8rem;
  }
  
  .reason-ul p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-top: 0;
    text-align: center;
  }
  
  .fa-folder-open::before {
    font-size: 4rem;
    margin-left: 2.5rem;
  }
  
  .fa-address-book::before {
    font-size: 4rem;
    margin-left:3.5rem;
  }
  
  .fa-user-shield::before {
    font-size: 4rem;
  }
  
  .fa-laptop-house::before {
    font-size: 4rem;
    margin-left: 4rem;
  }
  
  .fa-mail-bulk::before {
    font-size: 4rem;
  }
  /*<!--reason-->*/
  
  /*<!--cv-->*/
  .cv-container {
    flex-direction: column;
    width: 34rem;
    height: 40rem;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  
  .cv {
    padding-bottom: 123rem;
  }
  
  .cv-h3 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  
  .cv-h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
  
  .cv h4 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-left: 0;
    text-align: center;
    margin-bottom: 6rem;
  }
  
  .cv-container2 {
    flex-direction: column;
    width: 34rem;
    height: 40rem;
    margin: 0 auto;
  }
  
  .cv-container2 img {
    width: 12rem;
    height: 12rem;
  }
  
  .container-heading {
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: center;
  }
  
  .cv-p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: 28.5rem;
  }
  
  .fa-quote-right:before {
    top: 36rem;
    right: 3rem;
  }
  
  .fa-quote-right2:before {
    top: 34rem;
    right: 4rem;
  }
  
  .fa-quote-left:before {
    top: 18rem;
    right: 28.5rem;
  }
  
  .fa-quote-left2:before {
    top: 19rem;
    right: 28.5rem;
  }
  /*<!--cv-->*/
  
  /*<!--three-step-->*/
  .three-steps {
    width: 33.5rem;
  }
  
  .support-container {
    flex-direction: column;
    margin: 0 auto;
  }
  /*<!--three-step-->*/
  .step-h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
  
  .heading-p {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
  }
  
  .step-container {
    width: 33.7rem;
    margin: 0 auto;
  }
  
  .step {
    padding-bottom: 5rem;
  }
  
  .step1 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 40rem;
  }
  
  .step3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 11rem;
    width: 39rem;
  }
  
  .three-steps .step1:nth-child(3) {
    height: 8rem;
  }
  
  .three-steps p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  
  .step h3 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
  
  .fa-arrow-down:before {
    right: 15.5rem;
  }
  /*<!--three-step-->*/
  /*<!--start-->*/
  
  /*<!--start-->*/
  
  /*<!--faq-->*/
  .detail-accordion1 {
    width: 32rem;
  }
  
  .detail-accordion1 h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding-left: 1rem;
  }
  
  .detail-accordion1 h3::after {
    font-size: 2.5rem;
  }
  
  .dd-heading {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  .detail-accordion1 h4 {
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 2rem;
    width: 25rem;
  }
  
  .dd1 {
    width: 30rem;
  }
  
  .answ {
    width: 24.9rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  
  .answ1 {
    width: 32rem;
  }
  
  .detail-accordion1 h4::after {
    font-size: 2rem;
    right: -2.7rem;
  }
  
  .dd1-ul {
    width: 24.9rem;
  }
  
  .price-plan {
    gap:0;
  }
  
  .price-plan p {
    width: 29rem;
  }
  /*<!--faq-->*/
  
  /*<!--footer-->*/
  .footer img {
    width: 11.85rem;
    padding-top: 5rem;
  }
  
  .footer p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 4rem;
  }
  /*<!--footer-->*/
}
