@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 2;
}

body {
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

html,
body {
  height: 100%;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

h1 {
  font-size: 3.8rem;
  text-align: center;
  line-height: 1.6;
}

h2 {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #141A6E;
}

h3 {
  text-align: center;
  font-size: 1.6rem;
}

.red {
  color: #c11313;
  font-weight: bold;
}

.orange {
  color: #e7750b;
}

.bg-red {
  background: #b72525;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
}

img {
  vertical-align: top;
  width: 100%;
}

header {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 10px 0;
  background: #ffffff;
  height: auto;
  top: 0;
  left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .left img {
  padding: 6px 0;
  width: 270px;
}
header .wrap .right {
  display: flex;
  align-items: center;
}
header .wrap .right .anchor-link ul {
  display: flex;
  list-style: none;
}
header .wrap .right .anchor-link ul li {
  margin-left: 25px;
  font-weight: bold;
}
header .wrap .right .anchor-link ul li a {
  display: flex;
  align-items: center;
}
header .wrap .right .anchor-link ul li .text {
  font-size: 1.4rem;
}
header .wrap .right .anchor-link ul li .arrow {
  width: 20px;
  height: 20px;
  margin: 14px auto 0;
  position: relative;
}
header .wrap .right .anchor-link ul li .arrow::before, header .wrap .right .anchor-link ul li .arrow::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #666;
  top: 0;
}
header .wrap .right .anchor-link ul li .arrow::before {
  left: 8px;
  transform: rotate(-45deg);
}
header .wrap .right .anchor-link ul li .arrow::after {
  right: 5px;
  transform: rotate(45deg);
}
header .wrap .right .cv .form_btn {
  display: inline-block;
  width: 150px;
  background: #F88400;
  border: none;
  border-radius: 30px;
  padding: 10px 0;
  margin-left: 20px;
  text-align: center;
}
header .wrap .right .cv a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
header .wrap .right .cv .download_btn {
  display: inline-block;
  width: 150px;
  background: #16B94D;
  border: none;
  border-radius: 30px;
  padding: 10px 0;
  margin-left: 5px;
  text-align: center;
}

#mv {
  margin-top: 80px;
  height: auto;
  position: relative;
}
#mv .mv_box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#mv .mv_box .gray_bg {
  height: 350px;
  position: relative;
}
#mv .mv_box .gray_bg .wrap .title {
  padding: 65px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mv .mv_box .gray_bg .wrap .title .left {
  width: 48%;
}
#mv .mv_box .gray_bg .wrap .title .right {
  width: 48%;
}
#mv .mv_box .gray_bg .wrap .map {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-width: 1060px;
  z-index: -100;
}
#mv .mv_box .blue_bg {
  height: 150px;
}
#mv .mv_box .blue_bg .wrap {
  position: relative;
}
#mv .mv_box .blue_bg .wrap .box {
  padding: 15px 0 20px;
}
#mv .mv_box .blue_bg .wrap .box .left {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mv .mv_box .blue_bg .wrap .box .left .item {
  padding-right: 30px;
}
#mv .mv_box .blue_bg .wrap .box .right {
  width: 48%;
}
#mv .mv_box .mv_img {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
  padding-top: 20px;
}
#mv .mv_box .mv_img .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mv .mv_box .mv_img .left {
  width: 48%;
}
#mv .mv_box .mv_img .img_inner {
  padding-top: 20px;
  width: 45%;
}
#mv .mv_box .mv_img .img_inner img {
  display: block;
  height: auto;
}
#mv .gray_bg_2 {
  position: absolute;
  background: #F5F5F5;
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  z-index: -1000;
}
#mv .blue_bg_2 {
  position: absolute;
  background: #141A6E;
  width: 100%;
  height: 150px;
  top: 350px;
  left: 0;
  z-index: -100;
}

#problem {
  padding: 20px 0 100px;
  background-image: url(../img/dot_bg.png);
}
#problem .wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
#problem .wrap ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  max-width: 600px;
  width: 100%;
  text-align: left;
}
#problem .wrap ul li .check img {
  width: 40px;
  padding-right: 10px;
}
#problem .wrap ul li .text {
  line-height: 1.6;
  font-size: 2rem;
}

#what .box {
  background: #FFF9DC;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#what .box .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
}
#what .box .left .img {
  padding-right: 10px;
  width: 20%;
}
#what .box .left .heading {
  font-weight: bold;
  font-size: 2.2rem;
  width: 75%;
  font-feature-settings: "palt";
  line-height: 1.5;
}
#what .box .left .heading span {
  font-size: 1.6rem;
}
#what .box .text {
  width: 63%;
  font-size: 1.4rem;
}

#solution {
  padding: 80px 0;
  background: #141A6E;
  position: relative;
}
#solution::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 55px;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: contain;
}
#solution .wrap {
  max-width: 900px;
}
#solution .wrap h1 {
  color: #fff;
  margin-bottom: 40px;
}
#solution .wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#solution .wrap .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#solution .wrap .box .item .top {
  width: 180px;
}
#solution .wrap .box .item .bottom {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.6;
  margin-top: 10px;
}

#title {
  text-align: center;
}
#title .anchor-link-sp {
  display: none;
}

#point {
  padding: 80px 0 100px;
}
#point .box {
  margin: 30px 0;
}
#point .box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  border-bottom: solid 1px #c5c5c5;
}
#point .box .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#point .box .item .left {
  width: 50%;
  display: flex;
  justify-content: center;
}
#point .box .item .left img {
  width: auto;
  height: 200px;
}
#point .box .item .right {
  width: 50%;
}
#point .box .item .right .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
#point .box .item .right .text {
  text-align: left;
  line-height: 2.2;
  font-size: 1.5rem;
}
#point .box .item .number_1 {
  position: relative;
  background: url("../img/number_1.png") no-repeat right;
  background-size: contain;
}
#point .box .item .number_2 {
  position: relative;
  background: url("../img/number_2.png") no-repeat left;
  background-size: contain;
}
#point .box .item .number_3 {
  position: relative;
  background: url("../img/number_3.png") no-repeat right;
  background-size: contain;
  padding-bottom: 30px;
}

#cv {
  background: #141A6E;
  padding: 100px 0 80px;
}
#cv .wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cv .wrap .box .item {
  width: 42%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 40px;
}
#cv .wrap .box .item .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
}
#cv .wrap .box .item .heading {
  font-size: 3rem;
  color: #141A6E;
  font-weight: bold;
  margin-top: 30px;
}
#cv .wrap .box .item .text {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
#cv .wrap .box .item .form_btn {
  display: inline-block;
  background: #F88400;
  border: none;
  width: 100%;
  border-radius: 30px;
  padding: 15px 0;
}
#cv .wrap .box .item .download_btn {
  display: inline-block;
  background: #16B94D;
  border: none;
  width: 100%;
  border-radius: 30px;
  padding: 15px 0;
}
#cv .wrap .box .item a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

#case {
  position: relative;
  padding: 80px 0 100px;
  background: #F1F1F1;
}
#case .slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#case .slider .slick-track {
  display: flex;
}
#case .slider .slick-slide {
  margin: 0 10px;
  height: auto;
  display: flex;
  justify-content: center;
}
#case .slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case .slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
}
#case .slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  opacity: 1;
}
#case .slider .slick-prev {
  left: -23px;
}
#case .slider .slick-next {
  right: -23px;
}
#case .slider .slick-next::before {
  left: 18px;
}
#case .slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 18px;
}
#case .slider .slick-dots {
  display: flex !important;
  /* dots を確実に表示 */
  justify-content: center;
  /* 中央配置 */
  list-style: none;
  /* デフォルトのリストスタイルを消す */
  padding: 0;
  margin-top: 15px;
  /* 必要なら余白を追加 */
}
#case .slider .slick-dots li {
  margin: 0 2px;
  /* ドット間の余白 */
}
#case .slider .slick-dots li button {
  font-size: 0;
  /* デフォルトの数字を消す */
  width: 10px;
  /* ドットのサイズ */
  height: 10px;
  border: none;
  border-radius: 50%;
  /* 丸くする */
  cursor: pointer;
}
#case .slider .slick-dots li button:before {
  font-size: 9px;
}
#case .slider .slick-dots li.slick-active button:before {
  color: #000;
}
#case .slider .item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  border: solid #141A6E 4px;
  margin: 30px 0 20px;
  width: 100%;
  padding: 20px 40px 40px;
}
#case .slider .item .top {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
}
#case .slider .item .top::after {
  content: "";
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #141A6E;
  margin: 5px auto 0 auto;
}
#case .slider .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#case .slider .item .bottom .img {
  width: 30%;
}
#case .slider .item .bottom .text {
  width: 68%;
}
#case .slider .item .bottom .text .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}
#case .slider .item .bottom .text .timeline > li {
  position: relative;
  overflow: visible;
}
#case .slider .item .bottom .text .timeline > li:last-child {
  margin-bottom: 0;
}
#case .slider .item .bottom .text .timeline .timeline-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 50px;
  min-height: 90px;
  margin-left: 40px;
}
#case .slider .item .bottom .text .timeline .timeline-content .arrow {
  position: absolute;
  left: -7px;
  bottom: -26px;
  width: 14px;
  height: 25px;
  z-index: 2;
}
#case .slider .item .bottom .text .timeline .timeline-content .arrow::before, #case .slider .item .bottom .text .timeline .timeline-content .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 10px;
  background: #e5e5d1;
}
#case .slider .item .bottom .text .timeline .timeline-content .arrow::before {
  left: 3px;
  transform: rotate(-45deg);
}
#case .slider .item .bottom .text .timeline .timeline-content .arrow::after {
  right: 3px;
  transform: rotate(45deg);
}
#case .slider .item .bottom .text .timeline .timeline-content::before {
  content: attr(data-label);
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #FAE9EB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB273B;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  z-index: 2;
}
#case .slider .item .bottom .text .timeline .timeline-content::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 70px;
  background: #e5e5d1;
  z-index: 1;
}
#case .slider .item .bottom .text .timeline .timeline-content:last-child::after {
  display: none;
}
#case .slider .item .bottom .text .timeline .timeline-content[data-label=課題]::after {
  display: block;
}
#case .slider .item .bottom .text .timeline .timeline-content[data-label=人材紹介]::after {
  display: block;
}
#case .slider .item .bottom .text .timeline .timeline-content[data-label=人材紹介]::before {
  content: "人材\a紹介";
  white-space: pre;
}
#case .slider .item .bottom .text .timeline .timeline-content[data-label=導入効果]::before {
  content: "導入\a効果";
  white-space: pre;
}
#case .slider .item .bottom .text .timeline .timeline-content p {
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
#case .slider .item .bottom .text .timeline .timeline-content p span {
  color: #CB273B;
}
#case .slider .case_t_1 {
  position: relative;
}
#case .slider .case_t_1::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -17px;
  width: 260px;
  height: 100px;
  background: url("../img/case_t_1.png") no-repeat center;
  background-size: contain;
}
#case .slider .case_t_2 {
  position: relative;
}
#case .slider .case_t_2::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -17px;
  width: 260px;
  height: 100px;
  background: url("../img/case_t_2.png") no-repeat center;
  background-size: contain;
}
#case .slider .case_t_3 {
  position: relative;
}
#case .slider .case_t_3::after {
  content: "";
  position: absolute;
  top: -25px;
  left: -17px;
  width: 260px;
  height: 100px;
  background: url("../img/case_t_3.png") no-repeat center;
  background-size: contain;
}

#qa {
  background: #141A6E;
  padding: 80px 0 120px;
  position: relative;
}
#qa .wrap::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/question.png) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 600px;
}
#qa .wrap h1 {
  text-align: center;
  color: #fff;
}
#qa .wrap h2 {
  color: #fff;
  padding-bottom: 30px;
}
#qa .wrap label {
  display: flex;
  align-items: center;
}
#qa .wrap .menu {
  width: 100%;
  position: relative;
}
#qa .wrap .menu input#menu_bar01,
#qa .wrap .menu input#menu_bar02,
#qa .wrap .menu input#menu_bar03,
#qa .wrap .menu input#menu_bar04,
#qa .wrap .menu input#menu_bar05 {
  display: none;
}
#qa .wrap .menu label {
  cursor: pointer;
  position: relative;
  padding: 18px 25px;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
}
#qa .wrap .menu label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #444 3px solid;
  border-right: #444 3px solid;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 2%;
  top: 50%;
  translate: 0% -50%;
  margin-right: 20px;
}
#qa .wrap .menu input[type=checkbox]:checked + label::after {
  transform: rotate(-45deg);
}
#qa .wrap .menu .qa_icon {
  width: 40px;
  padding-right: 20px;
}
#qa .wrap .menu .recruit-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
  margin-bottom: 10px;
}
#qa .wrap .menu .recruit-box .detail-item {
  padding: 18px 25px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  background: #fff;
  display: flex;
  align-items: center;
  border-top: solid 1px #CBCBCB;
}
#qa .wrap .menu .recruit-box .detail-item .qa_icon img {
  width: 40px;
  padding-right: 10px;
}
#qa .wrap .menu input#menu_bar01:checked + label + .recruit-box,
#qa .wrap .menu input#menu_bar02:checked + label + .recruit-box,
#qa .wrap .menu input#menu_bar03:checked + label + .recruit-box,
#qa .wrap .menu input#menu_bar04:checked + label + .recruit-box,
#qa .wrap .menu input#menu_bar05:checked + label + .recruit-box {
  max-height: 500px;
}

#flow {
  padding: 80px 0 100px;
  background-image: url(../img/dot_bg.png);
}
#flow .wrap {
  max-width: 750px;
  margin: 0 auto;
}
#flow .wrap .text .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}
#flow .wrap .text .timeline > li {
  position: relative;
  overflow: visible;
}
#flow .wrap .text .timeline > li:last-child {
  margin-bottom: 0;
}
#flow .wrap .text .timeline .timeline-content {
  position: relative;
  display: flex;
  padding-left: 100px;
  min-height: 120px;
  margin-left: 40px;
  flex-direction: column;
  justify-content: center;
}
#flow .wrap .text .timeline .timeline-content .box {
  display: flex;
  align-items: center;
}
#flow .wrap .text .timeline .timeline-content .box .right .form_btn {
  display: inline-block;
  width: 150px;
  background: #F88400;
  border: none;
  padding: 7px 10px 8px 0;
  margin-left: 20px;
  text-align: center;
  color: #fff;
}
#flow .wrap .text .timeline .timeline-content .box .right .form_btn .arrow {
  width: 20px;
  height: 20px;
  margin: 14px auto 0;
  position: relative;
}
#flow .wrap .text .timeline .timeline-content .box .right .form_btn .arrow::before, #flow .wrap .text .timeline .timeline-content .box .right .form_btn .arrow::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #fff;
  top: 8px;
  left: 10px;
}
#flow .wrap .text .timeline .timeline-content .box .right .form_btn .arrow::before {
  right: -2px;
  transform: rotate(45deg);
}
#flow .wrap .text .timeline .timeline-content .box .right .form_btn .arrow::after {
  left: 5px;
  transform: rotate(-45deg);
}
#flow .wrap .text .timeline .timeline-content::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 100px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB273B;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  z-index: 2;
}
#flow .wrap .text .timeline .timeline-content::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 90px;
  background: #e5e5d1;
  z-index: 1;
}
#flow .wrap .text .timeline .timeline-content:last-child::after {
  display: none;
}
#flow .wrap .text .timeline .timeline-content[data-label=線]::after {
  display: block;
}
#flow .wrap .text .timeline .timeline-content .heading {
  font-size: 2.2rem;
  font-weight: bold;
}
#flow .wrap .text .timeline .timeline-content p {
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
}
#flow .wrap .text .timeline .flow_1 {
  display: flex;
  position: relative;
}
#flow .wrap .text .timeline .flow_1::before {
  content: "";
  background-image: url("../img/flow_1.png");
}
#flow .wrap .text .timeline .flow_2 {
  position: relative;
}
#flow .wrap .text .timeline .flow_2::before {
  content: "";
  background-image: url("../img/flow_2.png");
}
#flow .wrap .text .timeline .flow_3 {
  position: relative;
}
#flow .wrap .text .timeline .flow_3::before {
  content: "";
  background-image: url("../img/flow_3.png");
}
#flow .wrap .text .timeline .flow_4 {
  position: relative;
}
#flow .wrap .text .timeline .flow_4::before {
  content: "";
  background-image: url("../img/flow_4.png");
}
#flow .wrap .text .timeline .flow_5 {
  position: relative;
}
#flow .wrap .text .timeline .flow_5::before {
  content: "";
  background-image: url("../img/flow_5.png");
}
#flow .wrap .text .timeline .flow_6 {
  position: relative;
}
#flow .wrap .text .timeline .flow_6::before {
  content: "";
  background-image: url("../img/flow_6.png");
}

footer {
  background: #141A6E;
  font-size: 1.4rem;
  padding: 10px 0;
  position: sticky;
  top: 100vh;
  width: 100%;
}
footer .footer-container {
  color: #fff;
}
footer .footer-container .top {
  display: flex;
  justify-content: right;
}
footer .footer-container .top a {
  color: #fff;
}
footer .footer-container .bottom {
  text-align: center;
}

#form {
  padding: 80px 0 140px;
  background: #F4F4F4;
}
#form .text {
  text-align: center;
  padding-top: 40px;
}
#form .headline-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 10px;
}
#form .form-contents {
  max-width: 1200px;
  margin: 30px auto 0;
}
#form .contents .box-check {
  margin: 0 auto;
  text-align: center;
}
#form .contents .box-check .box-check-text {
  padding-bottom: 10px;
}
#form .contents .box-check a.privacy-policy {
  color: #5151f0;
}
#form .form-item {
  padding: 15px 0;
  display: flex;
}
#form .form-item .privacy-policy-check .check {
  padding-left: 10px;
}
#form .form-item .privacy-policy-check .check a {
  all: unset;
  color: -webkit-link;
  text-decoration: underline;
  cursor: pointer;
}
#form .form-item .required {
  font-size: 1.2rem;
  color: #c71b1b;
  display: block;
  padding-top: 7px;
}
#form .form-item .last-name {
  margin-right: 10px;
}
#form ::-moz-placeholder {
  color: #aaa;
}
#form ::placeholder {
  color: #aaa;
}
#form .form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
#form .form-item-label-required {
  border-radius: 6px;
  margin-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  float: left;
}
#form .p-contact_form_input {
  border: none;
  border-radius: 4px;
  height: 44px;
  width: 100%;
  background: #fff;
  font-size: 18px;
  padding-left: 5px;
}
#form .form-item-input {
  width: 100%;
}
#form .form-btn {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #F88400;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
#form .form-btn-prev {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #e1e1e1;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border: solid 1px #000;
  cursor: pointer;
}
#form .p-contact_form {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
#form textarea.p-contact_form_input {
  height: 200px;
}
#form input:focus {
  outline: 1px solid #c9c9c9;
}
#form textarea:focus {
  outline: 1px solid #c9c9c9;
}
#form input[type=submit]:focus {
  outline: none;
}
#form .name-separate {
  display: flex;
}
#form td {
  width: 100%;
}

#headline {
  padding: 180px 0 20px;
  text-align: center;
}

#mail {
  padding: 40px 0 140px;
}
#mail .headline-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}
#mail .form-contents {
  max-width: 1200px;
  margin: 0 auto;
}
#mail div[align=center] {
  margin-bottom: 40px;
}
#mail .contents .box-check {
  margin: 0 auto;
  text-align: center;
}
#mail .contents .box-check .box-check-text {
  padding-bottom: 10px;
}
#mail .contents .box-check a.privacy-policy {
  color: #5151f0;
}
#mail .form-item {
  padding: 15px 0;
  display: flex;
}
#mail .form-item .required {
  font-size: 1.2rem;
  color: #c71b1b;
  display: block;
  padding-top: 7px;
}
#mail .form-item .last-name {
  margin-right: 10px;
}
#mail .form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
#mail .form-item-label-required {
  border-radius: 6px;
  margin-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  float: left;
}
#mail .p-contact_form_input {
  border: none;
  border-radius: 4px;
  height: 44px;
  flex: 1;
  width: 100%;
  background: #f6f6f6;
  font-size: 18px;
}
#mail .form-item-input {
  width: 100%;
}
#mail .form-btn {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #16B94D;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
#mail .form-btn-prev {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #999;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
#mail .p-contact_form {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 60px;
}
#mail .p-contact_form tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 25px 0;
}
#mail .p-contact_form tbody tr th {
  width: 20%;
}
#mail .p-contact_form tbody tr td {
  width: 70%;
}
#mail textarea.p-contact_form_input {
  height: 200px;
}
#mail input:focus {
  outline: 1px solid #c9c9c9;
}
#mail textarea:focus {
  outline: 1px solid #c9c9c9;
}
#mail input[type=submit]:focus {
  outline: none;
}
#mail .name-separate {
  display: flex;
}
#mail #login_form {
  width: 500px;
  margin: 25px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0px 7px #aaa;
  font-weight: normal;
  padding: 16px 16px 20px;
  color: #666;
  line-height: 1.3;
  font-size: 90%;
}
#mail form .input {
  font-size: 20px;
  margin: 2px 6px 10px 0;
  padding: 3px;
  width: 97%;
}
#mail .button-primary {
  border: 1px solid #000;
  border-radius: 11px;
  cursor: pointer;
  font-size: 18px;
  padding: 3px 10px;
  width: 450px;
  height: 38px;
}
#mail .Tac {
  text-align: center;
}
#mail .btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 0 auto;
}

#thanks {
  padding: 40px 0 100px;
}
#thanks .headline-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}

.sp-br {
  display: none;
}

.tb-br {
  display: none;
}

.pc-br {
  display: inline;
}

@media screen and (max-width: 1300px) {
  #case .slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  #case .slider .slick-next {
    right: -12px;
  }
  #case .slider .slick-prev {
    left: -12px;
  }
  #case .slider .slick-arrow::before {
    top: 10px;
  }
  #case .slider .slick-next::before {
    left: 8px;
  }
  #case .slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 8px;
  }
}
@media screen and (max-width: 1240px) {
  .wrap {
    margin: 0 20px;
  }
  .tb-br {
    display: inline;
  }
  header .wrap .left img {
    width: 220px;
  }
  header .wrap .right .anchor-link ul li {
    margin-left: 15px;
  }
  header .wrap .right .anchor-link .text {
    font-size: 1.3rem;
    letter-spacing: 0px;
  }
  header .wrap .right .cv .form_btn {
    width: 130px;
    letter-spacing: 0px;
  }
  header .wrap .right .cv .form_btn a {
    font-size: 1.4rem;
  }
  header .wrap .right .cv .download_btn {
    width: 130px;
    letter-spacing: 0px;
  }
  header .wrap .right .cv .download_btn a {
    font-size: 1.4rem;
  }
  #mv {
    margin-top: 75px;
  }
  #mv .mv_box .gray_bg {
    height: auto;
    background: #F5F5F5;
    z-index: -500;
  }
  #mv .mv_box .blue_bg {
    height: auto;
    background: #141A6E;
  }
  #mv .gray_bg_2 {
    display: none;
  }
  #mv .blue_bg_2 {
    display: none;
  }
  #solution .wrap {
    margin: 0 auto;
  }
  #what .wrap {
    margin: 0;
  }
  #what .wrap .box .left {
    width: 45%;
    justify-content: left;
    padding-bottom: 20px;
  }
  #what .wrap .box .left .heading {
    font-size: 1.8rem;
  }
  #what .wrap .box .text {
    width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  #mv .mv_box .mv_img .img_inner {
    width: 48%;
  }
  #cv .wrap .box .item {
    padding: 25px;
  }
  #solution .wrap {
    max-width: 100%;
    margin: 0 20px;
  }
}
@media screen and (max-width: 880px) {
  header .wrap .right .anchor-link ul li a {
    gap: 4px;
  }
  #problem .wrap #what .box {
    flex-direction: column;
  }
  #problem .wrap #what .box .left {
    width: 100%;
    justify-content: left;
    padding-bottom: 20px;
  }
  #problem .wrap #what .box .left .img {
    width: 10%;
  }
  #problem .wrap #what .box .text {
    width: 100%;
  }
  #title {
    padding: 20px 0 0;
  }
  #title .anchor-link-sp {
    display: inline;
  }
  #title .anchor-link-sp ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  #title .anchor-link-sp ul li {
    margin: 10px 12px;
    font-weight: bold;
  }
  #title .anchor-link-sp ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  #title .anchor-link-sp ul li .text {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  #title .anchor-link-sp ul li .arrow {
    width: 20px;
    height: 20px;
    margin: 8px auto 0;
    position: relative;
  }
  #title .anchor-link-sp ul li .arrow::before, #title .anchor-link-sp ul li .arrow::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #000;
    top: 0;
  }
  #title .anchor-link-sp ul li .arrow::before {
    left: 7px;
    transform: rotate(-45deg);
  }
  #title .anchor-link-sp ul li .arrow::after {
    right: 5px;
    transform: rotate(45deg);
  }
  #title .anchor-link-sp p {
    font-weight: bold;
  }
  header {
    /*アニメーション*/
  }
  header .anchor-link {
    display: none;
  }
  header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-container .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .header-container .top .left {
    display: flex;
    align-items: center;
  }
  header .header-container .top .left .logo {
    max-width: 100px;
  }
  header .header-container .top .left .logo img {
    width: 100%;
  }
  header .header-container .top .left .text {
    flex-direction: column;
  }
  header .header-container .top .left .company-name {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  header .header-container .top .left .recruit {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 1px;
  }
  header .header-container .top .right {
    display: none;
  }
  header .header-container .bottom {
    display: none;
  }
  header .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 0;
    top: 35px;
    width: 23px;
    height: 22px;
    transform: translate(-50%, -50%);
    padding: 15px 10px;
    border-radius: 50px;
    color: #000;
  }
  header .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background: white;
    overflow: hidden;
    transition: all 0.35s ease;
    display: block;
  }
  header .sp-menu.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  header .sp-menu .sp-menu.open {
    display: block;
  }
  header .sp-menu .sp-menu-inner {
    padding: 0 20px;
  }
  header .sp-menu .sp-menu-inner .overlay ul li {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }
  header .sp-menu .sp-menu-inner .overlay ul li a {
    font-size: 1.6rem;
    text-decoration: none;
  }
  header .sp-menu .sp-menu-inner .overlay ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
  header .line {
    position: absolute;
    left: 13px;
    width: 27px;
    height: 3px;
    background-color: #000;
    top: 15px;
  }
  header .line:nth-child(2) {
    top: 24px;
  }
  header .line:nth-child(3) {
    top: 33px;
  }
  header #hamb.active .line {
    background-color: #000;
  }
  header .sp-menu {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  header #hamb.active .line:nth-child(1) {
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  header #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
  }
  header #hamb.active .line:nth-child(3) {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  header .animation {
    transition: all 0.6s;
  }
  #flow .wrap {
    max-width: 100%;
    margin: 0 20px;
  }
  #point .box .item {
    padding: 40px 0;
  }
  #case .slider .item {
    padding: 20px 30px 30px;
  }
  #qa .wrap .menu label {
    font-size: 1.6rem;
  }
  #cv .wrap .box .item .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 660px) {
  h1 {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
  header .wrap .left img {
    width: 134px;
  }
  header .wrap .right .cv a {
    font-size: 1.4rem;
  }
  header .wrap {
    margin: 0 15px;
  }
  header .wrap .right .cv .form_btn {
    width: 104px;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-left: 10px;
  }
  header .wrap .right .cv .download_btn {
    width: 104px;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-left: 0;
  }
  #mv {
    margin-top: 60px;
  }
  #mv .mv_box .gray_bg {
    height: auto;
  }
  #mv .mv_box .gray_bg .wrap .title {
    padding: 25px 0 0;
  }
  #mv .mv_box .gray_bg .wrap .title .left {
    width: 100%;
    padding: 20px 0;
  }
  #mv .mv_box .gray_bg .wrap .title .right {
    width: 0;
  }
  #mv .mv_box .blue_bg .wrap .box .left {
    width: 100%;
  }
  #mv .mv_box .blue_bg .wrap .box .left .item {
    padding-right: 10px;
  }
  #mv .mv_box .blue_bg .wrap .box .left .item:last-child {
    padding-right: 0;
  }
  #mv .mv_box .blue_bg .wrap .box .right {
    width: 0;
  }
  #mv .mv_box .mv_img {
    background: #F5F5F5;
    position: static;
    padding-top: 0;
  }
  #mv .mv_box .mv_img .left {
    width: 0;
  }
  #mv .mv_box .mv_img .img_inner {
    padding: 0 0 20px;
    width: 100%;
  }
  #mv .mv_box .mv_img .img_inner img {
    max-width: 100%;
  }
  #mv .gray_bg_2 {
    height: 1000px;
  }
  #point .box .item .left img {
    height: 100px;
  }
  #point .box .item .number_1 {
    background: url(../img/number_1.png) no-repeat right top;
    background-size: 35px auto;
  }
  #point .box .item .number_2 {
    background: url(../img/number_2.png) no-repeat right top;
    background-size: 50px auto;
  }
  #point .box .item .number_3 {
    background: url(../img/number_3.png) no-repeat right top;
    background-size: 50px auto;
  }
  #flow .wrap .text .timeline .timeline-content .box {
    flex-direction: column;
    align-items: baseline;
  }
  #flow .wrap .text .timeline .timeline-content .box .right .form_btn {
    margin: 10px 0 0;
    padding: 3px 10px 5px 0;
  }
  #flow .wrap .text .timeline .timeline-content::after {
    height: 120px;
  }
  #problem {
    padding: 20px 0 60px;
  }
  #problem .wrap #what .box .left .heading {
    width: auto;
  }
  #problem .wrap ul li {
    align-items: center;
  }
  #problem .wrap ul li .text {
    font-size: 1.6rem;
  }
  #problem .wrap ul li .check img {
    width: 30px;
    padding-top: 3px;
  }
  #problem .wrap ul {
    margin-top: 20px;
  }
  #solution .wrap .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #solution::after {
    width: 100px;
    height: 40px;
  }
  #solution {
    padding: 80px 0 60px;
  }
  #solution .wrap .box .item {
    padding-bottom: 40px;
  }
  #solution .wrap .box .item .bottom {
    font-size: 2rem;
  }
  #point .box .item {
    flex-direction: column;
  }
  #point .box .item .right {
    width: 100%;
  }
  #point .box .item .left {
    width: 100%;
    padding-bottom: 30px;
  }
  #point .box .column-reverse {
    flex-direction: column-reverse;
  }
  #point .box .item .number_1 img {
    width: 100px;
  }
  #point {
    padding: 60px 0;
  }
  #title .anchor-link-sp ul li {
    margin: 0;
    width: 25%;
  }
  #point .box .item .number_3 {
    padding-bottom: 0;
  }
  #cv .wrap .box .left {
    margin-bottom: 70px;
  }
  #cv .wrap .box {
    flex-direction: column;
  }
  #cv .wrap .box .item {
    width: 100%;
  }
  #cv .wrap .box .item .img {
    width: 140px;
  }
  #cv .wrap .box .item {
    padding: 20px;
  }
  #cv .wrap .box {
    margin: 0 20px;
  }
  #title .anchor-link-sp ul li a {
    flex-direction: column;
    gap: 0;
  }
  #title .anchor-link-sp ul li .arrow::before,
  #title .anchor-link-sp ul li .arrow::after {
    height: 8px;
    background-color: #666;
  }
  #title .anchor-link-sp ul li .arrow::before {
    left: 8px;
  }
  #solution .wrap .box .item .top {
    width: 140px;
  }
  #qa .wrap .menu label {
    font-size: 1.5rem;
    padding: 12px 15px;
    line-height: 1.8;
  }
  #qa .wrap .menu .qa_icon {
    width: 30px;
    padding-right: 15px;
  }
  #qa .wrap .menu label::after {
    width: 8px;
    height: 8px;
    border-top: #444 2px solid;
    border-right: #444 2px solid;
    right: 0;
    margin-right: 20px;
  }
  #qa {
    padding: 60px 0;
  }
  #qa .menu label p {
    width: 82%;
  }
  #flow .wrap .text .timeline .timeline-content::before {
    width: 83px;
    height: 76px;
  }
  #flow .wrap .text .timeline .timeline-content {
    padding-left: 60px;
  }
  #flow .wrap .text .timeline .timeline-content::after {
    left: 5px;
  }
  #flow .wrap .text .timeline .timeline-content .heading {
    font-size: 1.8rem;
    font-feature-settings: "palt";
  }
  #flow .wrap .text .timeline .timeline-content {
    margin-left: 30px;
  }
  #flow .wrap .text .timeline > li {
    margin: 25px 0;
  }
  #flow .wrap .text .timeline .timeline-content {
    min-height: auto;
  }
  #mail {
    padding: 60px 0 100px;
  }
  #mail .p-contact_form tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mail .Tac {
    text-align: center;
  }
  #mail .btn-group {
    width: auto;
    display: block;
  }
  #mail .btn-group .form-btn-item-left {
    margin-bottom: 20px;
  }
  #headline {
    padding: 120px 0 0;
  }
  #thanks .headline-text,
  #form .headline-text {
    text-align: left;
    padding-top: 40px;
  }
  #form {
    padding: 60px 0 100px;
  }
  #form .form-item {
    flex-direction: column;
    padding: 0 0 15px;
  }
  #form .form-item .last-name {
    margin-bottom: 8px;
  }
  #form .p-contact_form_input {
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
  }
  #form .form-item-input.name-separate {
    flex-direction: column;
  }
  #form textarea.p-contact_form_input {
    height: 200px;
  }
  #thanks {
    padding: 0;
  }
  #case .slider .item {
    padding: 20px;
  }
  #case .slider .item .top span {
    font-size: 1.8rem;
  }
  #case .slider .case_t_1::after {
    top: -35px;
    left: -2px;
    width: 140px;
  }
  #case .slider .case_t_2::after {
    top: -35px;
    left: -2px;
    width: 140px;
  }
  #case .slider .case_t_3::after {
    top: -35px;
    left: -2px;
    width: 140px;
  }
  #case .slider .item .bottom {
    flex-direction: column;
  }
  #case .slider .item .bottom .img {
    width: 100%;
  }
  #case .slider .item .bottom .text {
    width: 100%;
  }
  #case .slider .item .bottom .text .timeline .timeline-content::before {
    left: -35px;
    top: 50%;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  #case .slider .item .bottom .text .timeline .timeline-content {
    padding-left: 40px;
    min-height: 130px;
    margin-left: 35px;
  }
  #case .slider .item .bottom .text .timeline .timeline-content::after {
    left: -5px;
    height: 102px;
  }
  #case .slider .item .bottom .text .timeline .timeline-content .arrow {
    left: -12px;
    bottom: -51px;
  }
  #case .slider .item .bottom .text .timeline .timeline-content p {
    font-size: 1.4rem;
  }
  .sp-br {
    display: inline;
  }
  .tb-br {
    display: inline;
  }
  .pc-br {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */