html {
  scroll-behavior: smooth;
}

body {
  background: url(../images/lp-bg.png) repeat-y center top/contain;
  color: #6F6F6F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
  scroll-padding-top: 100px;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-left: 0;
    padding-top: 64px;
  }
}

h1 {
  color: #252531;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  color: #252531;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

h3 {
  color: #252531;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h4 {
  color: #252531;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  color: #252531;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

a {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

input {
  border: 1px solid #B2B2C3;
  border-radius: 8px;
  outline: none;
  padding: 12px 16px;
  width: 100%;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input[type=submit] {
  background: none;
  border: 1px solid #252531;
  color: #252531;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 300px;
  transition: 0.2s;
}
input[type=submit]:hover {
  background: #0062AF;
  color: #fff;
}

textarea {
  border: 1px solid #B2B2C3;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}

.notes {
  font-size: 10px;
  font-weight: 300;
}

/* font-size */
.text-xsmall {
  font-size: 10px;
}

.text-small {
  font-size: 12px;
}

.text-medium {
  font-size: 16px;
}

.text-large {
  font-size: 20px;
}

.text-xlarge {
  font-size: 24px;
}

.text-xxlarge {
  font-size: 32px;
}

.text-xxxlarge {
  font-size: 40px;
}

.text-xxxxlarge {
  font-size: 48px;
}

/* font-color */
.text-blue {
  color: #0062AF !important;
}

.text-white {
  color: #fff !important;
}

.text-lp-blue {
  color: #2452F3 !important;
}

.text-lp-fl {
  color: #68B7FF !important;
}

.text-lp-it {
  color: #68B7FF !important;
}

.text-lp-pink {
  color: #EB0B76 !important;
}

.text-pink {
  color: #EB0B76 !important;
}

.text-bold {
  font-weight: 700;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.button {
  background: none;
  border: 1px solid #252531;
  border-radius: 23px;
  color: #252531;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  transition: 0.2s;
}
.button:hover {
  background: #0062AF;
  border: 1px solid #0062AF;
  color: #fff;
  text-decoration: none;
}

.button-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.pagination {
  justify-content: center;
  margin-top: 48px;
}
.pagination .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  border: 1px solid #B2B2C3;
  border-radius: 4px;
  color: #252531;
  display: block;
  line-height: 1;
  min-width: 32px;
  padding: 8px;
  text-align: center;
}
.pagination .nav-links .page-numbers.current {
  background: #EB0B76;
  border: 1px solid #EB0B76;
  color: #fff;
}
.pagination .nav-links .page-numbers:hover {
  background: #EB0B76;
  border: 1px solid #EB0B76;
  color: #fff;
  text-decoration: none;
}

.fade-up-trigger {
  opacity: 0;
}

.fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-right {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-left {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay-03 {
  transition-delay: 0.3s;
}

.delay-06 {
  transition-delay: 0.6s;
}

.ripple {
  position: relative;
}
.ripple .rp-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0);
  background: #252531;
  animation: ripple 700ms;
  pointer-events: none;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
#loading {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loadingwrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.loadingwrapper img {
  width: 150px;
}

header {
  padding: 16px 0;
  position: sticky;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 10;
}
header.scroll {
  background: #fff;
}
header .container {
  align-items: center;
  display: flex;
}
header .container .logo img {
  height: 40px;
  width: auto;
}
header .container menu {
  align-items: center;
  display: flex;
  margin: 0;
  width: 100%;
}
header .container menu ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header .container menu ul li {
  margin: 0 16px;
}
header .container menu ul li a {
  color: #252531;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
header .container menu ul li a:hover {
  color: #0062AF;
  text-decoration: none;
}
header .container menu ul li.cta {
  background: #fff;
  border: 1px solid #252531;
  border-radius: 23px;
  color: #252531;
  transition: 0.2s;
}
header .container menu ul li.cta a {
  color: #252531;
  display: block;
  line-height: 1;
  padding: 16px 32px;
}
header .container menu ul li.cta:hover {
  background: #0062AF;
  border: 1px solid #0062AF;
}
header .container menu ul li.cta:hover a {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  header .container menu ul li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
  }
  header .container menu {
    display: flex;
    justify-content: right;
    padding: 0;
  }
  header .container menu ul {
    background: #fff;
    display: block;
    height: 100%;
    padding: 16px;
    position: fixed;
    right: -250px;
    transition: 0.2s;
    top: 0;
    width: 250px;
  }
  header .container menu ul.active {
    right: 0;
  }
  header .container menu ul li {
    margin-bottom: 16px;
    text-align: center;
  }
  header .container menu ul li a {
    color: #252531;
  }
  header .container menu ul li.cta {
    margin-top: 24px;
  }
  header .container menu ul li.menu-close {
    margin: 0;
  }
  header .container menu ul li.menu-close img {
    margin-left: auto;
    width: 32px;
  }
  header .container menu .sns a {
    display: block;
    width: 24px;
  }
  header .container menu .menu-open {
    width: 32px;
  }
}

/* テキストの改行位置 */
.indention {
  display: inline-block;
}

.mv {
  text-align: center;
  margin: 48px 0 160px;
}
.mv img {
  margin: 0 auto 48px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv h2 br {
    display: none;
  }
}

.service {
  margin: 160px 0;
}
.service .detail {
  align-items: center;
  display: flex;
  margin-bottom: 48px;
}
.service .detail .img {
  width: 50%;
}
.service .detail .text {
  padding-left: 48px;
  width: 50%;
}
.service .detail .text .for {
  width: 200px;
}
.service .detail .text h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 32px;
}
.service .detail .text .button-group {
  justify-content: flex-start;
}
.service .detail.reverse {
  flex-direction: row-reverse;
}
.service .detail.reverse .text {
  padding-left: 0;
  padding-right: 48px;
}
@media screen and (max-width: 1024px) {
  .service .detail {
    align-items: flex-start;
  }
  .service .detail .text {
    padding-left: 24px;
  }
  .service .detail .text .for {
    width: 150px;
  }
  .service .detail .text h2 {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .service .detail .text h3 {
    margin-bottom: 16px;
  }
  .service .detail .text .button-group {
    margin-top: 16px;
  }
  .service .detail.reverse {
    flex-direction: row-reverse;
  }
  .service .detail.reverse .text {
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    margin: 80px 0;
  }
  .service .detail {
    display: block;
    margin-bottom: 32px;
  }
  .service .detail .img {
    width: 100%;
  }
  .service .detail .text {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .service .detail .text .for {
    width: 120px;
  }
  .service .detail .text h2 {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .service .detail .text .button-group {
    justify-content: flex-start;
  }
  .service .detail.reverse .text {
    padding-left: 0;
    padding-right: 0;
  }
}

.lp-cta .container .content {
  background: linear-gradient(45deg, #2351F2, #4FA7F9);
  border-radius: 50px;
  color: #fff;
  padding: 48px;
  text-align: center;
}
.lp-cta .container .content h2 {
  color: #fff;
  margin-bottom: 24px;
}
.lp-cta .container .content img {
  margin: 32px auto 0;
  max-width: 300px;
  width: 100%;
}
.lp-cta.fl .container .content {
  background: linear-gradient(45deg, #67B6FF, #B8D9FF);
  color: #6F6F6F;
}
.lp-cta.fl .container .content h2 {
  color: #252531;
}
.lp-cta.it .container .content {
  background: linear-gradient(45deg, #73DFFF, #D4F5FF);
  color: #6F6F6F;
}
.lp-cta.it .container .content h2 {
  color: #252531;
}

@media screen and (max-width: 767px) {
  .lp-cta .container .content {
    border-radius: 30px;
    padding: 32px 16px 32px;
  }
  .lp-cta .container .content h2 {
    margin-bottom: 16px;
  }
  .lp-cta .container .content img {
    margin: 16px auto 0;
    max-width: 200px;
  }
}
footer {
  padding: 80px 0;
  width: 100%;
}
footer .copyright {
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
.contact-form {
  margin: 0 auto;
  max-width: 800px;
}

#page {
  padding: 120px 0;
}
#page .main {
  margin: 48px auto 0;
}
#page .main .title h3 {
  font-size: 20px;
  margin-bottom: 16px;
  text-align: left;
}
#page .main .content {
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  #page {
    padding: 80px 0;
  }
}
#single {
  margin: 0 auto;
  max-width: 1000px;
  padding: 120px 0;
}
#single .recruit-img {
  margin-top: 48px;
}
#single .content {
  margin-top: 48px;
}
#single .recruit-detail {
  margin-top: 48px;
}
#single .recruit-detail ul {
  border-top: 1px solid #B2B2C3;
}
#single .recruit-detail ul li {
  border-bottom: 1px solid #B2B2C3;
  display: flex;
}
#single .recruit-detail ul li .label {
  color: #252531;
  padding: 24px;
  width: 150px;
}
#single .recruit-detail ul li .detail {
  padding: 24px;
  width: calc(100% - 150px);
}
#single .back {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  #single {
    padding: 80px 0;
  }
  #single .recruit-img {
    margin-top: 32px;
  }
  #single .content {
    margin-top: 32px;
  }
  #single .recruit-detail {
    margin-top: 32px;
  }
  #single .recruit-detail ul li {
    display: block;
  }
  #single .recruit-detail ul li .label {
    padding: 16px 0 0;
    width: 100%;
  }
  #single .recruit-detail ul li .detail {
    padding: 8px 0 16px;
    width: 100%;
  }
  #single .back {
    margin-top: 32px;
  }
}
.button {
  background: none;
}
.button.lp-jc:hover {
  background: #2452F3;
  border: 1px solid #2452F3;
}
.button.lp-fl:hover {
  background: #68B7FF;
  border: 1px solid #68B7FF;
}
.button.lp-it:hover {
  background: #37CFFF;
  border: 1px solid #37CFFF;
}

.color-lp-blue {
  color: #2452F3;
}

.work-header .container menu ul li a {
  color: #252531;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.work-header .container menu ul li a:hover {
  color: #2EC0EE;
  text-decoration: none;
}
.work-header .container menu ul li.cta {
  background: #06C755;
  border: none;
  margin-left: auto;
}
.work-header .container menu ul li.cta a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .work-header .container menu ul li {
    display: none;
  }
  .work-header .container menu ul li.cta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .work-header .container menu ul {
    background: none;
    height: auto;
    padding: 0;
    position: relative;
    right: 0;
    width: auto;
  }
  .work-header .container menu ul li.cta {
    margin: 0;
    text-align: center;
  }
  .work-header .container menu ul li.cta a {
    font-size: 14px;
    padding: 12px 16px;
  }
  .work-header .container menu .menu-open {
    display: none;
  }
}

.mv-service .container {
  display: flex;
  flex-direction: column;
  height: 600px;
  justify-content: center;
}
.mv-service .container .mainimg {
  display: none;
}
.mv-service .container h1 {
  margin: 0;
  width: 200px;
}
.mv-service .container h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 32px;
  text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
}
.mv-service .container p {
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
}

@media screen and (max-width: 1024px) {
  .mv-service .container {
    background: none !important;
    height: auto;
  }
  .mv-service .container .mainimg {
    display: block;
    margin: 24px 0;
  }
  .mv-service .container h1 {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .mv-service .container .mainimg {
    margin: 24px 0 16px;
  }
  .mv-service .container h2 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .mv-service .container p {
    font-size: 16px;
  }
}
.jc-support {
  margin: 160px 0;
}
.jc-support .container .row .col {
  margin-bottom: 48px;
}
.jc-support .container .row .col img {
  height: 200px;
  margin: 0 auto 24px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .jc-support {
    margin: 120px 0;
  }
  .jc-support .container .row .col img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .jc-support {
    margin: 80px 0;
  }
}
.jc-voice {
  margin: 160px 0;
}
.jc-voice .jc-voice-content {
  background: linear-gradient(45deg, #2351F2, #4FA7F9);
  border-radius: 50px;
  color: #fff;
  padding: 48px;
}
.jc-voice .jc-voice-content h2 {
  color: #fff;
  margin-bottom: 24px;
}
.jc-voice .jc-voice-content .row {
  margin-top: 32px;
}
.jc-voice .jc-voice-content .row .col {
  margin-bottom: 32px;
}
.jc-voice .jc-voice-content .row .col .detail {
  background: #fff;
  border-radius: 10px;
  color: #252531;
  height: 100%;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .jc-voice {
    margin: 80px 0;
  }
  .jc-voice .jc-voice-content {
    border-radius: 30px;
    padding: 24px;
  }
  .jc-voice .jc-voice-content h2 {
    margin-bottom: 16px;
  }
  .jc-voice .jc-voice-content .row {
    margin-top: 24px;
  }
  .jc-voice .jc-voice-content .row .col {
    margin-bottom: 16px;
  }
  .jc-voice .jc-voice-content .row .col .detail {
    padding: 16px;
  }
}
.jc-flow {
  margin: 160px 0;
}
.jc-flow .row {
  align-items: center;
  margin-bottom: 48px;
}
.jc-flow .row .title {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.jc-flow .row .title .number {
  color: #EB0B76;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.jc-flow .row .title h3 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .jc-flow {
    margin: 80px 0;
  }
  .jc-flow .row {
    margin-bottom: 48px;
  }
  .jc-flow .row img {
    margin: 0 auto 16px;
    width: 250px;
  }
}
.point {
  background: #122466;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 16px;
  padding: 8px 16px;
  text-align: center;
  width: 180px;
}

.fl-point-1 {
  margin: 160px 0;
}
.fl-point-1 h2 {
  margin-bottom: 24px;
}
.fl-point-1 .row {
  justify-content: center;
  margin-top: 48px;
}
.fl-point-1 .row .col {
  margin-bottom: 32px;
}
.fl-point-1 .row .col .img {
  aspect-ratio: 4/3;
  border-radius: 20px;
}
.fl-point-1 .row .col h3 {
  font-size: 16px;
  margin: 16px 0 0;
}
.fl-point-1 .row .col h4 {
  color: #EB0B76;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .fl-point-1 {
    margin: 80px 0;
  }
  .fl-point-1 h2 {
    margin-bottom: 16px;
  }
}
.fl-point-2 {
  margin: 160px 0;
}
.fl-point-2 h2 {
  margin-bottom: 24px;
}
.fl-point-2 .row {
  justify-content: center;
}
.fl-point-2 .row .col {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .fl-point-2 {
    margin: 80px 0;
  }
  .fl-point-2 h2 {
    margin-bottom: 16px;
  }
  .fl-point-2 .row {
    margin-top: 48px;
  }
  .fl-point-2 .row .col {
    margin-bottom: 32px;
  }
  .fl-point-2 .row .col.left {
    order: 2;
  }
  .fl-point-2 .row .col.center {
    order: 1;
  }
  .fl-point-2 .row .col.right {
    order: 3;
  }
}
.fl-point-3 {
  margin: 160px 0;
}
.fl-point-3 h2 {
  margin-bottom: 24px;
}
.fl-point-3 .row {
  justify-content: center;
  margin-top: 32px;
}
.fl-point-3 .row .col img {
  margin: 0 auto 16px;
  width: 200px;
}
.fl-point-3 .row .col .step {
  border: 1px solid #B2B2C3;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 16px;
  padding: 8px 0;
  width: 120px;
}
.fl-point-3 .row .col h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .fl-point-3 {
    margin: 80px 0;
  }
  .fl-point-3 h2 {
    margin-bottom: 16px;
  }
  .fl-point-3 .row {
    margin-top: 32px;
  }
  .fl-point-3 .row .col {
    margin-bottom: 32px;
  }
}
.it-description {
  margin: 160px 0;
}
.it-description h2 {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .it-description {
    margin: 80px 0;
  }
  .it-description h2 {
    margin-bottom: 16px;
  }
}
.it-feature {
  margin: 160px 0 112px;
}
.it-feature .row {
  align-items: center;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .it-feature .row.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .it-feature {
    margin: 80px 0 32px;
  }
  .it-feature .row {
    margin-bottom: 48px;
  }
  .it-feature .row img {
    margin: 0 auto 24px;
    width: 250px;
  }
}
.it-voice {
  margin: 160px 0;
}
.it-voice .container .content {
  background: linear-gradient(45deg, #73DFFF, #D4F5FF);
  border-radius: 50px;
  padding: 48px;
}
.it-voice .container .content .row .col .img {
  aspect-ratio: 4/3;
  border-radius: 10px;
  margin-bottom: 16px;
}
.it-voice .container .content .row .col h3 {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .it-voice {
    margin: 80px 0;
  }
  .it-voice .container .content {
    border-radius: 30px;
    padding: 32px 16px;
  }
  .it-voice .container .content .row .col {
    margin-bottom: 32px;
  }
}
.it-flow {
  margin: 160px 0;
}
.it-flow .content {
  margin: 0 auto;
  max-width: 850px;
}
.it-flow .content .flow-detail {
  border: 2px solid #B2B2C3;
  border-radius: 20px;
  padding: 32px;
}
.it-flow .content .flow-detail .title {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.it-flow .content .flow-detail .title .number {
  color: #EB0B76;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.it-flow .content .flow-detail .title h3 {
  margin: 0;
}
.it-flow .content .flow-border {
  border-right: 2px dotted #B2B2C3;
  height: 48px;
  margin: 0 auto;
  width: 0px;
}

@media screen and (max-width: 767px) {
  .it-flow {
    margin: 80px 0;
  }
  .it-flow .content .flow-detail {
    padding: 24px;
  }
  .it-flow .content .flow-border {
    height: 32px;
  }
}
.it-price {
  margin: 160px 0;
}
.it-price .price-list {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
.it-price .price-list .price-detail {
  background: #f5f5f5;
  padding: 32px 16px;
}
.it-price .price-list .price-detail .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.it-price .price-list .price-detail .title img {
  height: 40px;
  margin: 0 auto;
  width: auto;
}
.it-price .price-list .price-detail ul {
  background: #fff;
  margin-top: 32px;
  padding: 16px;
}
.it-price .price-list .price-detail ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}
.it-price .price-list .price-detail ul li .label {
  color: #757575;
  font-weight: 600;
  margin-bottom: 4px;
}
.it-price .price-list .price-detail ul li .text span {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.it-price .price-list .price-detail ul li:last-child {
  border: none;
}
.it-price .price-list .price-detail.current {
  background: #37CFFF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .it-price .price-list {
    display: block;
  }
  .it-price .price-list .price-detail {
    background: #f5f5f5;
    padding: 32px 16px;
  }
  .it-price .price-list .price-detail .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
  .it-price .price-list .price-detail .title img {
    height: 40px;
    margin: 0 auto;
    width: auto;
  }
  .it-price .price-list .price-detail ul {
    background: #fff;
    margin-top: 32px;
    padding: 16px;
  }
  .it-price .price-list .price-detail ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
  }
  .it-price .price-list .price-detail ul li .label {
    color: #757575;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .it-price .price-list .price-detail ul li .text span {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
  }
  .it-price .price-list .price-detail ul li:last-child {
    border: none;
  }
  .it-price .price-list .price-detail.current {
    background: #DE81CA;
  }
}
@media screen and (max-width: 767px) {
  .it-price {
    margin: 80px 0;
  }
  .it-price .price-list {
    border-radius: 30px;
    display: block;
  }
  .it-price .price-list .price-detail {
    padding: 32px 16px;
  }
  .it-price .price-list .price-detail .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
  .it-price .price-list .price-detail .title img {
    height: 40px;
    margin: 0 auto;
    width: auto;
  }
  .it-price .price-list .price-detail ul {
    background: #fff;
    margin-top: 32px;
    padding: 16px;
  }
  .it-price .price-list .price-detail ul li {
    padding: 8px 0;
  }
  .it-price .price-list .price-detail.current {
    background: #DE81CA;
  }
}
.it-faq {
  margin: 160px 0;
}
.it-faq dl {
  margin: 0 auto 48px;
  max-width: 850px;
}
.it-faq dl dt {
  background: #37CFFF;
  border-radius: 10px;
  color: #fff;
  display: flex;
  padding: 24px;
}
.it-faq dl dt .q {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  width: 30px;
}
.it-faq dl dt p {
  width: calc(100% - 60px);
}
.it-faq dl dt img {
  height: 30px;
  width: 30px;
}
.it-faq dl dt.active img {
  transform: rotate(180deg);
}
.it-faq dl dd {
  display: none;
  padding: 24px;
}
.it-faq dl dd .detail {
  display: flex;
}
.it-faq dl dd .detail .a {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  width: 30px;
}
.it-faq dl dd .detail .text {
  width: calc(100% - 30px);
}

#caresch {
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  #caresch {
    padding: 0;
  }
}
#caresch h1, #caresch h2, #caresch h3, #caresch h4, #caresch h5, #caresch h6 {
  font-family: "Noto Sans JP", sans-serif;
}
#caresch header .container menu ul li a:hover {
  color: #3E6FB5;
}
#caresch header .container menu ul li.cta {
  border-radius: 10px;
  overflow: hidden;
}
#caresch header .container menu ul li.cta a {
  background: #3E6FB5;
}
#caresch header .container menu ul li.cta a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #caresch header .container menu ul li {
    display: none;
  }
  #caresch header .container menu ul li.cta {
    display: block;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #caresch header {
    display: none;
  }
}
#caresch #mv {
  height: 600px;
}
#caresch #mv .container {
  background: url(../images/caresch-mv-pc.png) no-repeat right top/contain;
  height: 100%;
}
#caresch #mv .container .text {
  align-items: flex-start;
  display: flex;
  height: 100%;
  padding-top: 100px;
  width: 100%;
}
#caresch #mv .container .text h1 {
  margin: 48px 0 32px;
  width: 450px;
}
#caresch #mv .container .text p {
  color: #232323;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #caresch #mv {
    height: 1000px;
  }
  #caresch #mv .container {
    background: url(../images/caresch-mv-sp.png) no-repeat center bottom/100%;
  }
  #caresch #mv .container .text {
    height: auto;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #caresch #mv {
    height: auto;
  }
  #caresch #mv .container {
    background: url(../images/caresch-mv-sp.png) no-repeat center bottom/contain;
    height: 100%;
    padding-bottom: 360px;
  }
  #caresch #mv .container .text {
    align-items: flex-start;
    display: flex;
    padding: 0;
  }
  #caresch #mv .container .text h1 {
    margin: 80px 0 16px;
    width: 250px;
  }
  #caresch #mv .container .text p {
    font-size: 14px;
  }
}
#caresch #concept {
  padding: 200px 0 0;
  position: relative;
  text-align: center;
}
#caresch #concept h2 {
  color: #3E6FB5;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-bottom: 48px;
}
#caresch #concept .ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #caresch #concept {
    padding: 120px 0 0;
  }
  #caresch #concept h2 {
    font-size: 32px;
  }
}
#caresch #feature {
  padding: 200px 0 0;
}
#caresch #feature .feature-content {
  align-items: center;
  display: flex;
  gap: 48px;
  margin-bottom: 64px;
}
#caresch #feature .feature-content img {
  width: 400px;
}
#caresch #feature .feature-content .text h2 {
  color: #DE81CA;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-bottom: 32px;
}
#caresch #feature .feature-content.reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #caresch #feature .feature-content img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #caresch #feature {
    padding: 120px 0 0;
  }
  #caresch #feature .feature-content {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
  }
  #caresch #feature .feature-content img {
    width: 100%;
  }
  #caresch #feature .feature-content .text h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #caresch #feature .feature-content.reverse {
    flex-direction: column;
  }
}
#caresch #voice {
  padding: 200px 0 0;
}
#caresch #voice .container {
  background: linear-gradient(90deg, #C9FFB6, #F2FFA3);
  border-radius: 50px;
  padding: 64px;
}
#caresch #voice .container h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-bottom: 48px;
  text-align: center;
}
#caresch #voice .container .voice-slider {
  gap: 32px;
}
#caresch #voice .container .voice-slider .slick-list {
  overflow: visible;
}
#caresch #voice .container .voice-slider .voice-detail {
  margin: 0 32px;
}
#caresch #voice .container .voice-slider .voice-detail .img {
  aspect-ratio: 4/3;
  border-radius: 20px;
}
#caresch #voice .container .voice-slider .voice-detail h3 {
  font-size: 24px;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  #caresch #voice {
    padding: 64px 0 0;
  }
  #caresch #voice .container {
    border-radius: 0;
    padding: 80px 16px;
  }
  #caresch #voice .container h2 {
    font-size: 32px;
  }
  #caresch #voice .container .voice-slider {
    gap: 32px;
  }
  #caresch #voice .container .voice-slider .voice-detail {
    margin: 0 8px;
  }
  #caresch #voice .container .voice-slider .voice-detail .img {
    aspect-ratio: 4/3;
    border-radius: 20px;
  }
  #caresch #voice .container .voice-slider .voice-detail h3 {
    font-size: 20px;
    margin: 16px 0;
  }
}
#caresch #flow {
  padding: 200px 0 0;
}
#caresch #flow .container h2 {
  color: #0062AF;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-bottom: 48px;
  text-align: center;
}
#caresch #flow .container ul {
  margin: 0 auto;
  max-width: 800px;
}
#caresch #flow .container ul li {
  align-items: center;
  border: 4px solid #e0e0e0;
  border-radius: 30px;
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
  padding: 32px;
  position: relative;
}
#caresch #flow .container ul li .number {
  color: #DE81CA;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
}
#caresch #flow .container ul li .text h3 {
  margin-bottom: 8px;
}
#caresch #flow .container ul li:after {
  border-left: 4px dotted #e0e0e0;
  content: "";
  height: 50px;
  position: absolute;
  left: 50%;
  top: 100%;
}
#caresch #flow .container ul li:last-child {
  margin: 0;
}
#caresch #flow .container ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #caresch #flow {
    padding: 120px 0 0;
  }
  #caresch #flow .container h2 {
    font-size: 32px;
  }
  #caresch #flow .container ul li {
    display: block;
    margin-bottom: 24px;
    padding: 16px 24px;
  }
  #caresch #flow .container ul li .number {
    font-size: 24px;
    margin-bottom: 8px;
  }
  #caresch #flow .container ul li .text h3 {
    font-size: 24px;
  }
  #caresch #flow .container ul li:after {
    height: 32px;
  }
}
#caresch #price {
  padding: 200px 0;
}
#caresch #price .price-list {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}
#caresch #price .price-list .price-detail {
  background: #f5f5f5;
  padding: 32px 16px;
}
#caresch #price .price-list .price-detail .title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
#caresch #price .price-list .price-detail .title img {
  height: 40px;
  margin: 0 auto;
  width: auto;
}
#caresch #price .price-list .price-detail ul {
  background: #fff;
  margin-top: 32px;
  padding: 16px;
}
#caresch #price .price-list .price-detail ul li {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}
#caresch #price .price-list .price-detail ul li .label {
  color: #757575;
  font-weight: 600;
  margin-bottom: 4px;
}
#caresch #price .price-list .price-detail ul li .text span {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
#caresch #price .price-list .price-detail ul li:last-child {
  border: none;
}
#caresch #price .price-list .price-detail.current {
  background: #DE81CA;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #caresch #price .price-list {
    display: block;
  }
  #caresch #price .price-list .price-detail {
    background: #f5f5f5;
    padding: 32px 16px;
  }
  #caresch #price .price-list .price-detail .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
  #caresch #price .price-list .price-detail .title img {
    height: 40px;
    margin: 0 auto;
    width: auto;
  }
  #caresch #price .price-list .price-detail ul {
    background: #fff;
    margin-top: 32px;
    padding: 16px;
  }
  #caresch #price .price-list .price-detail ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
  }
  #caresch #price .price-list .price-detail ul li .label {
    color: #757575;
    font-weight: 600;
    margin-bottom: 4px;
  }
  #caresch #price .price-list .price-detail ul li .text span {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
  }
  #caresch #price .price-list .price-detail ul li:last-child {
    border: none;
  }
  #caresch #price .price-list .price-detail.current {
    background: #DE81CA;
  }
}
@media screen and (max-width: 767px) {
  #caresch #price {
    padding: 120px 0;
  }
  #caresch #price .price-list {
    border-radius: 30px;
    display: block;
  }
  #caresch #price .price-list .price-detail {
    padding: 32px 16px;
  }
  #caresch #price .price-list .price-detail .title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
  #caresch #price .price-list .price-detail .title img {
    height: 40px;
    margin: 0 auto;
    width: auto;
  }
  #caresch #price .price-list .price-detail ul {
    background: #fff;
    margin-top: 32px;
    padding: 16px;
  }
  #caresch #price .price-list .price-detail ul li {
    padding: 8px 0;
  }
  #caresch #price .price-list .price-detail.current {
    background: #DE81CA;
  }
}
#caresch #faq {
  padding: 200px 0;
}
#caresch #faq .container h2 {
  color: #0062AF;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-bottom: 48px;
  text-align: center;
}
#caresch #faq .container .accordion {
  background: #fff;
  border-radius: 10px;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1000px;
}
#caresch #faq .container .accordion dt {
  align-items: center;
  background: #0062AF;
  border-radius: 10px;
  color: #fff;
  display: flex;
  margin-top: 32px;
  padding: 24px;
}
#caresch #faq .container .accordion dt .q {
  width: 50px;
}
#caresch #faq .container .accordion dt .text {
  width: calc(100% - 74px);
}
#caresch #faq .container .accordion dt img {
  transform: rotate(0);
  width: 24px;
}
#caresch #faq .container .accordion dt.active img {
  transform: rotate(180deg);
}
#caresch #faq .container .accordion dd {
  display: none;
  margin: 0 16px;
  padding: 24px 8px;
}
#caresch #faq .container .accordion dd .a {
  color: #0062AF;
  font-weight: 600;
  width: 50px;
}
#caresch #faq .container .accordion dd .text {
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  #caresch #faq {
    padding: 120px 0;
  }
  #caresch #faq .container h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  #caresch #faq .container .accordion dt {
    margin-top: 16px;
    padding: 16px;
  }
  #caresch #faq .container .accordion dd {
    padding: 16px 0;
  }
}
#caresch #cta .container {
  background: linear-gradient(90deg, #C9FFB6, #F2FFA3);
  border-radius: 50px;
  padding: 64px;
}
#caresch #cta .container h2 {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  margin-bottom: 48px;
  text-align: center;
}
#caresch #cta .container p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 48px;
  text-align: center;
}
#caresch #cta .container .qr {
  margin: 0 auto;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #caresch #cta .container {
    border-radius: 0;
    padding: 80px 16px 96px;
  }
  #caresch #cta .container h2 {
    font-size: 32px;
  }
  #caresch #cta .container a {
    align-items: center;
    background: #06C755;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 16px 0;
  }
  #caresch #cta .container a img {
    width: 24px;
  }
}
#caresch footer {
  padding: 32px;
}
#caresch #loading {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
}
#caresch .loaded {
  opacity: 0;
  visibility: hidden;
}
#caresch .loadingwrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
#caresch .loadingwrapper img {
  bottom: 0;
  margin-left: -40px;
  margin-top: -40px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 80px;
}
#caresch .loadingwrapper p {
  bottom: 0;
  font-family: "Roboto", sans-serif;
  left: 10px;
  margin-top: 50px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}