@charset "UTF-8";
html {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #f3f6ff;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 290px;
}

ul li {
  list-style: none;
}

.sec_ttl {
  color: #6a88dd;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 40px 0;
}

.pc_block {
  display: none;
}

.cv_btn {
  padding-top: 30px;
  max-width: 300px;
  margin: 0 auto;
}

.cv_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #f9aa13;
  border-radius: 40px;
  transition: 0.3s;
  text-decoration: none;
  border: solid 3px #fff;
  box-shadow: 0 0 0 3px #f9aa13;
  position: relative;
}
.cv_btn a::after {
  position: absolute;
  content: "chevron_right";
  font-family: "Material Icons";
  font-size: 24px;
  right: 3px;
  transition: 0.3s;
}
.cv_btn a:hover {
  text-decoration: none;
  background-color: #f8d045;
  box-shadow: 0 0 0 5px #f8d045;
}
.cv_btn a:hover::after {
  right: 0;
}

table,
tbody,
tr,
th,
td {
  display: block;
  width: 100%;
}

.table_style {
  width: 100%;
  box-shadow: 0px 0px 15px 0 rgba(84, 116, 207, 0.15);
  border-spacing: unset;
}
.table_style th {
  text-align: left;
  width: 100%;
  background: #f3f6ff;
  color: #6181db;
  font-weight: 600;
  padding: 10px;
}
.table_style td {
  padding: 10px;
  width: 100%;
}
.table_style td a {
  text-decoration: none;
  color: #333;
}
.table_style td iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
}

.header {
  padding: 0 3.125%;
  height: 60px;
  position: relative;
  box-sizing: unset;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__inner__logo {
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__inner__logo img {
  width: 60%;
}
.header__inner__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 12px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #f9aa13;
  border-radius: 40px;
  transition: 0.3s;
  text-decoration: none;
  border: solid 3px #fff;
  box-shadow: 0 0 0 3px #f9aa13;
  position: absolute;
  right: 15px;
  top: 10px;
}
.header__inner__btn a:hover {
  background-color: #f8d045;
  box-shadow: 0 0 0 5px #f8d045;
}

.main_visual__inner {
  position: relative;
}
.main_visual__inner .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0 3.125% 40px;
  width: 100%;
}
.main_visual__inner .text__span {
  font-size: 15px;
  color: #6181db;
  background: #dce4ff;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
}
.main_visual__inner .text__lead {
  font-size: 22px;
  color: #6181db;
  font-weight: 500;
  margin-bottom: 15px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.main_visual__inner .text__list {
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 250px;
}
.main_visual__inner .text__list li {
  padding-right: 15px;
}
.main_visual__inner .text__list li::before {
  font-family: "Material Icons";
  content: "check_circle_outline";
  position: relative;
  top: 2px;
  padding-right: 3px;
}
.main_visual__inner .text .cv_btn {
  margin: 0 auto 0 0;
}
.main_visual__inner picture img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.user_check__inner {
  background: #819dec;
  text-align: center;
  color: #fff;
  padding: 0 3.125% 40px;
}
.user_check__inner .kome {
  font-size: 14px;
  padding-top: 10px;
}
.user_check__inner__text {
  padding: 30px 0;
  font-size: 14px;
  line-height: 2;
}
.user_check__inner__text span {
  vertical-align: sub;
  padding-right: 5px;
}
.user_check__inner__text span img {
  width: 50%;
}
.user_check__inner__box {
  background: #6a88dd;
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.user_check__inner__box p {
  line-height: 1;
}
.user_check__inner__wrapper__job p, .user_check__inner__wrapper__area p {
  margin-bottom: 5px;
}
.user_check__inner__wrapper__batsu {
  color: #f9aa13;
  font-weight: 900;
  font-size: 30px;
}
.user_check__inner__wrapper__arrow::before {
  content: "keyboard_double_arrow_down";
  font-family: "Material Icons";
  color: #f9aa13;
  font-size: 40px;
}
.user_check__inner__wrapper__btn .cv_btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.user_check__inner__wrapper .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.user_check__inner__wrapper .selectbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.user_check__inner__wrapper .selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.point {
  padding: 0 3.125% 40px;
}
.point .point_inner__img {
  max-width: 400px;
  margin: 0 auto 40px;
}
.point .point_inner__img img {
  width: 100%;
}
.point .point_inner__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.point .point_inner__wrapper li {
  background: #fff;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  position: relative;
  margin: 0 auto 30px;
  list-style: none;
  box-shadow: 0px 0px 15px 0 rgba(84, 116, 207, 0.15);
}
.point .point_inner__wrapper li .point-content {
  position: absolute;
  top: 22%;
  bottom: 0;
  margin: auto;
  padding: 0 15px;
}
.point .point_inner__wrapper li .point-content h3 {
  font-size: 16px;
  color: #6181db;
  margin-bottom: 15px;
}
.point .point_inner__wrapper li .point-content p {
  text-align: left;
  display: inline-grid;
  width: 80%;
  line-height: 1.9;
}

.use {
  background: #7994e1;
  padding: 0 3.125% 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.use::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #819dec;
  z-index: -1;
  transform: skewY(67deg);
  transform-origin: top left;
}
.use .sec_ttl {
  color: #fff;
}
.use__inner__wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.use__inner__wrapper__img img {
  width: 100%;
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.use__inner__wrapper__content {
  background: #fff;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
.use__inner__wrapper__content h3 {
  padding: 20px 0;
  font-size: 16px;
  color: #6181db;
  text-align: center;
}
.use__inner__wrapper__content p {
  font-size: 14px;
  line-height: 1.9;
}

.flow {
  background: #fff;
  padding: 0 3.125% 40px;
}
.flow__list dl {
  box-shadow: 0px 0px 15px 0 rgba(84, 116, 207, 0.15);
  padding: 35px 20px 20px;
  position: relative;
  max-width: 400px;
  margin: 0 auto 35px;
}
.flow__list dl:last-child {
  margin-bottom: 0;
}
.flow__list dl span {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #6181db;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  top: -22px;
}
.flow__list dl dt img {
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.flow__list dl dd h3 {
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
.flow__list dl dd p {
  font-size: 14px;
  line-height: 1.9;
}

.faq {
  padding: 0 3.125% 40px;
}
.faq__list dl {
  background: #fff;
  color: #6181db;
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
}
.faq__list dl dt {
  position: relative;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
  font-weight: 600;
}
.faq__list dl dt::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  font-weight: 600;
  left: 10px;
  font-size: 16px;
}
.faq__list dl dt::after {
  position: absolute;
  top: 22px;
  right: 13px;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 3px solid #6181db;
  border-right: 3px solid #6181db;
}
.faq__list dl dt .open::after {
  transform: rotate(-45deg);
}
.faq__list dl dd {
  position: relative;
  padding: 20px 20px 20px 30px;
  display: none;
  color: #333;
}
.faq__list dl dd p {
  line-height: 1.9;
}
.faq__list dl dd::before {
  content: "A";
  display: inline-block;
  position: absolute;
  font-weight: 600;
  left: 10px;
  color: #6181db;
  font-size: 16px;
}

.company {
  background: #fff;
  padding: 0 3.125% 40px;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #819dec;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #819dec;
  border-right: 3px solid #819dec;
  transform: translateY(20%) rotate(-45deg);
}

.footer {
  padding: 40px 3.125% 20px;
  background: #6181db;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer__inner {
  color: #fff;
  font-size: 14px;
}
.footer__inner ul li {
  list-style: none;
}
.footer__inner ul li a {
  text-decoration: none;
  color: #fff;
}
.footer__inner__wrapper .f_logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer__inner__wrapper .f_logo img {
  width: 80%;
}
.footer__inner__wrapper .f_links {
  display: flex;
  margin-bottom: 10px;
}
.footer__inner__wrapper .f_links li {
  margin-right: 20px;
}
.footer__inner .f_company_name {
  margin-bottom: 10px;
}
.footer__inner .f_related_site {
  margin-bottom: 20px;
}
.footer__inner .f_related_site__links {
  display: flex;
  flex-wrap: wrap;
}
.footer__inner .f_related_site__links li::after {
  content: "|";
  margin: 0 8px;
}
.footer__inner .copyright {
  text-align: center;
  font-size: 13px;
}

.terms {
  padding: 0 3.125% 40px;
  font-size: 13px;
  line-height: 1.7;
}
.terms__text {
  margin-bottom: 20px;
}
.terms__inner {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.terms__inner .text {
  margin-bottom: 10px;
}
.terms__inner__chapter__ttl {
  position: relative;
  margin-bottom: 30px;
  margin-top: 60px;
  text-align: center;
}
.terms__inner__chapter__ttl.first {
  margin-top: 0;
}
.terms__inner__chapter__ttl::before {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 250px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6a88dd;
  border-radius: 2px;
}
.terms__inner__ttl {
  background: #6a88dd;
  padding: 0.5em;
  color: #fff;
  font-size: 15px;
  margin: 20px 0;
}
.terms__inner__ttl.first {
  margin: 0 0 20px;
}
.terms__inner__list li {
  margin-left: 16px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.terms__inner .kakko {
  margin-left: 1em;
  margin-top: 20px;
}
.terms__inner .kakko li {
  list-style-type: none;
  counter-increment: cnt;
  margin-bottom: 0;
}
.terms__inner .kakko li::before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  margin-left: -3.5em;
  width: 3.5em;
}
.terms__inner .dot li {
  list-style: outside;
  padding-left: 0;
  margin-bottom: 0;
}
.terms__inner .enactment_date {
  padding-top: 20px;
  text-align: end;
}
.terms__inner .management_box {
  padding: 10px;
  background: #f0f0f0;
  max-width: 400px;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.8s;
}

.fadeup.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  transition-delay: 0.2s;
}

.delay-time04 {
  transition-delay: 0.4s;
}

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 258px;
  }
  .sp_block {
    display: none;
  }
  .pc_block {
    display: block;
  }
  .sec_ttl {
    font-size: 30px;
  }
  .table_style tr {
    display: flex;
  }
  .table_style tr th {
    width: 30%;
    padding: 20px;
    text-align: center;
  }
  .table_style tr td {
    padding: 20px 40px;
  }
  .header {
    max-width: 1000px;
    margin: 0 auto;
    height: 75px;
  }
  .header__inner__btn a {
    width: 200px;
  }
  .main_visual {
    position: relative;
  }
  .main_visual::after {
    content: "";
    width: 50%;
    height: 600px;
    background: #6181db;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .main_visual__inner {
    max-width: 1000px;
    margin: 0 auto;
    height: 600px;
    padding: 0 3.125%;
    box-sizing: unset;
  }
  .main_visual__inner .text {
    top: 25%;
    padding: 0;
    width: auto;
  }
  .main_visual__inner .text__span {
    font-size: 28px;
    font-weight: 600;
    background: none;
    position: relative;
  }
  .main_visual__inner .text__span::before {
    content: "";
    position: absolute;
    background: #dce4ff;
    width: 100%;
    height: 16px;
    z-index: -1;
    bottom: 5px;
    border-radius: 10px;
    left: 0;
  }
  .main_visual__inner .text__lead {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.3rem;
  }
  .main_visual__inner .text__list {
    font-size: 24px;
    color: #333;
    width: 400px;
  }
  .main_visual__inner picture img {
    position: absolute;
    width: 100%;
    max-width: 700px;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    right: 0;
    top: 35px;
  }
  .user_check__inner__text {
    font-size: 20px;
    padding: 30px 0 20px;
  }
  .user_check__inner__text span {
    vertical-align: sub;
    padding-right: 10px;
  }
  .user_check__inner__text span img {
    width: 350px;
  }
  .user_check__inner__wrapper {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 10px;
  }
  .user_check__inner__wrapper__job p, .user_check__inner__wrapper__area p {
    font-size: 14px;
  }
  .user_check__inner__wrapper__arrow {
    padding: 0 10px;
  }
  .user_check__inner__wrapper__arrow::before {
    content: "keyboard_double_arrow_right";
  }
  .user_check__inner__wrapper__batsu {
    padding: 0 10px;
  }
  .user_check__inner__wrapper__btn .cv_btn {
    padding-top: 0;
    padding-bottom: 0;
    width: 200px;
  }
  .user_check__inner__wrapper__btn .cv_btn a {
    padding: 0.5em 1em;
  }
  .point {
    padding: 80px 3.125% 40px;
  }
  .point .point_inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .point .point_inner__img {
    max-width: 800px;
  }
  .point .point_inner__wrapper li {
    width: 300px;
    height: 300px;
    font-size: 16px;
    margin: 0 auto 30px;
  }
  .point .point_inner__wrapper li .point-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .use {
    position: relative;
    z-index: 0;
  }
  .use::before {
    transform-origin: center;
  }
  .use .sec_ttl {
    padding: 40px 0 80px;
  }
  .use__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .use__inner__wrapper {
    margin-bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: none;
  }
  .use__inner__wrapper.mirror {
    flex-direction: row-reverse;
  }
  .use__inner__wrapper.mirror::after {
    left: 0;
    right: auto;
  }
  .use__inner__wrapper.last {
    margin-bottom: 50px;
  }
  .use__inner__wrapper::after {
    content: "";
    position: absolute;
    height: 120%;
    background: #fff;
    width: 90%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
  }
  .use__inner__wrapper__img {
    box-shadow: 0px 0px 15px 3px rgba(84, 116, 207, 0.3);
  }
  .use__inner__wrapper__img img {
    width: 430px;
    height: 300px;
  }
  .use__inner__wrapper__content {
    margin: 0 40px;
    padding: 0;
    background: none;
  }
  .use__inner__wrapper__content__text h3 {
    font-size: 24px;
    text-align: left;
    padding: 0 0 20px;
  }
  .use__inner__wrapper__content__text p {
    font-size: 16px;
  }
  .flow__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .flow__list dl {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto 40px;
    padding: 20px;
    position: relative;
    max-width: none;
  }
  .flow__list dl::before {
    content: "";
    position: absolute;
    left: -52px;
    width: 5px;
    height: 117%;
    background: #b2c0fb;
  }
  .flow__list dl:first-child::before {
    height: 50%;
    bottom: -21px;
  }
  .flow__list dl:last-child::before {
    height: 50%;
    top: -21px;
  }
  .flow__list dl span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80%;
    right: auto;
    left: -90px;
    top: 0;
    bottom: 0;
    font-size: 30px;
  }
  .flow__list dl dt img {
    padding: 20px 0;
    width: 290px;
    height: 200px;
  }
  .flow__list dl dd {
    margin: 0 40px 0 0;
  }
  .flow__list dl dd h3 {
    font-size: 20px;
    padding: 0 0 20px;
    text-align: left;
  }
  .flow__list dl dd p {
    font-size: 16px;
  }
  .faq__list {
    max-width: 1000px;
    margin: 0 auto;
  }
  .faq__list dl {
    font-size: 16px;
  }
  .faq__list dl dt {
    padding: 20px 30px 20px 50px;
  }
  .faq__list dl dt::before {
    font-size: 25px;
    top: 11px;
    left: 20px;
  }
  .faq__list dl dt::after {
    right: 20px;
  }
  .faq__list dl dd {
    padding: 20px 30px 20px 50px;
  }
  .faq__list dl dd::before {
    font-size: 25px;
    top: 16px;
    left: 20px;
  }
  .company__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer__inner {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
  }
  .footer__inner__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer__inner__wrapper .f_logo {
    text-align: left;
  }
  .footer__inner__wrapper .f_logo img {
    width: 55%;
  }
  .footer__inner__wrapper .f_links {
    margin-bottom: 0;
  }
  .footer__inner__wrapper .f_links a:hover {
    border-bottom: solid 1px;
  }
  .footer__inner .f_related_site__links li a:hover {
    border-bottom: solid 1px;
  }
  .terms__text {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 800px;
  }
  .terms__inner__chapter__ttl {
    font-size: 18px;
  }
  .terms__inner__list li {
    margin-bottom: 5px;
  }
  .terms__inner .kakko {
    margin-top: 5px;
  }
}/*# sourceMappingURL=style.css.map */