@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*--------------------------------------------------------

共通の指定 START

--------------------------------------------------------*/
#lp_20241226 h1,
#lp_20241226 h2,
#lp_20241226 h3,
#lp_20241226 h4,
#lp_20241226 h5,
#lp_20241226 h6,
#lp_20241226 p,
#lp_20241226 figure {
  margin: 0;
}
#lp_20241226 ul,
#lp_20241226 ol,
#lp_20241226 li,
#lp_20241226 dl,
#lp_20241226 dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lp_20241226 {
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
#lp_20241226 figure {
  margin: 0;
}
#lp_20241226 a {
  color: #333;
  text-decoration: none;
}
#lp_20241226 .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#lp_20241226 img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#lp_20241226 .note {
  font-size: 14px;
  color: #fff;
  text-indent: 0;
  margin-left: 1.5em;
  text-align: left;
}
#lp_20241226 {
  font-family: "Noto Sans JP", sans-serif;
}
#lp_20241226 .inner_layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
#lp_20241226 h2 {
  font-size: 46px;
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin-bottom: 100px;
}
#lp_20241226 h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #005cce;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -40px;
}
#lp_20241226 h3 {
  font-size: 36px;
  color: #005cce;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}
#lp_20241226 .btn {
  text-align: center;
}
#lp_20241226 .btn a {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0661ad;
  padding: 15px 40px;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}
#lp_20241226 .btn a:hover {
  background: #038de5;
  transform: scale(1.05);
}
#lp_20241226 .btn_area {
  padding: 80px 0;
  max-width: 100%;
}
#lp_20241226 .btn_area.btn_area_02 {
  padding: 80px 0;
  background: #e6f6ff;
}
#lp_20241226 .inner_layout.btn_2row {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 0 0;
}
#lp_20241226 .btn_2row .btn {
  width: 48%;
}
#lp_20241226 .btn_2row .btn a {
  width: 100%;
}
#lp_20241226 .no_pc {
  display: none;
}
#lp_20241226 .no_sp {
  display: block;
}
/* /////////// SP版 共通の指定 START /////////// */
@media only screen and (max-width: 600px) {
  #lp_20241226 .inner_layout {
    width: 90%;
    padding: 60px 0;
  }
  #lp_20241226 h2 {
    font-size: 34px;
    margin-bottom: 80px;
  }
  #lp_20241226 h2:after {
    bottom: -22px;
  }
  #lp_20241226 h3 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  #lp_20241226 .btn a {
    width: 90%;
    font-size: 20px;
    padding: 15px 30px;
    line-height: 1.6;
    border-radius: 50px;
  }
  #lp_20241226 .btn_area {
    padding: 80px 0;
  }
  #lp_20241226 .btn_area.btn_area_02 {
    width: 100%;
  }
  #lp_20241226 .inner_layout.btn_2row {
    max-width: 100%;
    margin: auto;
    display: block;
    padding: 60px 0;
  }
  #lp_20241226 .btn_2row .btn {
    width: 100%;
    margin-bottom: 30px;
  }
  #lp_20241226 .btn_2row .btn:last-child {
    margin-bottom: 0;
  }
  #lp_20241226 .btn_2row .btn a {
    width: 100%;
  }
  #lp_20241226 .no_pc {
    display: block;
  }
  #lp_20241226 .no_sp {
    display: none;
  }
}
/*--------------------------------------------------------

KV START

--------------------------------------------------------*/
#lp_20241226 .kv {
  background: #005cce;
  width: 100%;
  height: auto;
  padding: 80px 0;
  position: relative;
}
#lp_20241226 .kv figure {
  position: absolute;
  top: 30px;
  right: 8%;
  width: 50%;
}
#lp_20241226 .kv_text {
  padding-left: 10%;
  position: relative;
  z-index: 1;
}
#lp_20241226 .kv_text h1 {
  width: 68%;
  margin-top: 40px;
}
#lp_20241226 .kv_text p.kv_text_02 {
  width: 34%;
  margin-top: 40px;
}
#lp_20241226 .kv_text p.kv_text_03 {
  width: 17%;
}
/* /////////// SP版 メインビジュアル START /////////// */
@media only screen and (max-width: 600px) {
  #lp_20241226 .kv {
    height: 850px;
  }
  #lp_20241226 .kv figure {
    top: 10px;
    right: 5%;
    width: 100%;
  }
  #lp_20241226 .kv_text {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 5%;
    padding-top: 120px;
  }
  #lp_20241226 .kv_text h1 {
    width: 90%;
    margin: 30px auto 0;
  }
  #lp_20241226 .kv_text p.kv_text_02 {
    width: 90%;
    margin: 20px auto 40px;
  }
  #lp_20241226 .kv_text p.kv_text_03 {
    width: 70%;
  }
}

/*--------------------------------------------------------

it_logo START

--------------------------------------------------------*/
#lp_20241226 .inner_layout.btn_2row.it_logo_wrap {
  max-width: 1200px;
  align-items: center;
}
#lp_20241226 .it_logo {
  width: 16%;
}
#lp_20241226 .inner_layout.btn_2row.it_logo_wrap .btn {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  #lp_20241226 .inner_layout.btn_2row.it_logo_wrap {
    max-width: 100%;
  }
  #lp_20241226 .it_logo {
    width: 40%;
    margin: 0 auto 30px;
  }
  #lp_20241226 .inner_layout.btn_2row.it_logo_wrap .btn {
    width: 100%;
  }
}
/*--------------------------------------------------------

introduction START

--------------------------------------------------------*/
#lp_20241226 .intro {
  padding: 30px;
  background: linear-gradient(45deg, #d1f1ff, #ecf9ff);
  position: relative;
  margin: 140px auto 0;
}
#lp_20241226 .intro_title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: linear-gradient(90deg, #015eea 0%, #00c0fa 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#lp_20241226 .intro ul {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 40px auto;
}
#lp_20241226 .intro li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  border-radius: 150px;
  background: #fff;
  position: relative;
  transition: 0.3s;
}
#lp_20241226 .intro li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 150px;
  background: #fff;
  opacity: 0.8;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#lp_20241226 .intro li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 150px;
  background-image: linear-gradient(-135deg, #cff1ff, #6cd4ff);
  z-index: 9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#lp_20241226 .intro li a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#lp_20241226 .intro_num {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 30px;
  background: #038de5;
}
#lp_20241226 .intro_link_box {
  text-align: center;
  z-index: 999;
}
#lp_20241226 .intro_link_title {
  font-weight: 500;
  margin-bottom: 10px;
}
#lp_20241226 .arrow {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 30px;
  margin: 0 12px;
  border-radius: 9999px;
  background-color: #038de5;
}

#lp_20241226 .arrow::before,
#lp_20241226 .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 20px;
  border-radius: 9999px;
  background-color: #038de5;
  transform-origin: 50% calc(100% - 1.5px);
}

#lp_20241226 .arrow::before {
  transform: rotate(45deg);
}

#lp_20241226 .arrow::after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 600px) {
  #lp_20241226 .intro {
    padding: 40px 0;
    margin: 0;
  }
  #lp_20241226 .intro_title {
    font-size: 30px;
    position: static;
    transform: translateX(0%);
    line-height: 1.4;
  }
  #lp_20241226 .intro ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 4%;
    width: 90%;
    margin: 20px auto 0;
  }
  #lp_20241226 .intro li a {
    width: 160px;
    height: 160px;
  }
  #lp_20241226 .intro li a::before {
    width: 110px;
    height: 110px;
  }
  #lp_20241226 .intro li a::after {
    width: 140px;
    height: 140px;
  }
  #lp_20241226 .intro_num {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}
/*--------------------------------------------------------

charm START

--------------------------------------------------------*/
#lp_20241226 .charm h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp_20241226 .charm h2::before {
  display: block;
  font-size: 38px;
  color: #fff;
  background: #038de5;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
}
#lp_20241226 #charm01 h2::before {
  content: "1";
}
#lp_20241226 #charm02 h2::before {
  content: "2";
  color: #005cce;
  background: #fff;
}
#lp_20241226 #charm03 h2::before {
  content: "3";
}
@media only screen and (max-width: 600px) {
  #lp_20241226 .charm h2 {
    display: block;
  }
  #lp_20241226 .charm h2::before {
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
  }
}
/*--------------------------------------------------------

charm01 START

--------------------------------------------------------*/
#lp_20241226 #charm01 {
  padding: 120px 0;
}
#lp_20241226 #charm01 figure {
  border-radius: 20px;
  overflow: hidden;
}
#lp_20241226 .col_wrap {
  display: flex;
  justify-content: space-between;
  margin: 60px 60px;
}
#lp_20241226 .col_box {
  width: 23%;
}
#lp_20241226 #charm01 figure {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
#lp_20241226 .job_type {
  display: inline-block;
  background: #038de5;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 14px;
  border-radius: 8px;
}
#lp_20241226 #charm01 h3 {
  font-size: 20px;
  text-align: left;
  margin: 5px 0 10px;
}
#lp_20241226 .charm01_a {
  background: url(../images/charm01_a.jpg) center top/cover;
}
#lp_20241226 .charm01_b {
  background: url(../images/charm01_b.jpg) center top/cover;
}
#lp_20241226 .charm01_c {
  background: url(../images/charm01_c.jpg) center top/cover;
}
#lp_20241226 .charm01_d {
  background: url(../images/charm01_d.jpg) center top/cover;
}
@media only screen and (max-width: 600px) {
  #lp_20241226 #charm01 {
    padding: 80px 0;
  }
  #lp_20241226 .col_wrap {
    display: block;
    margin: 30px;
  }
  #lp_20241226 .col_box {
    width: 100%;
    margin-bottom: 60px;
  }
  #lp_20241226 #charm01 figure {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #lp_20241226 .job_type {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------

charm02 数字で見るCTC START

--------------------------------------------------------*/
#lp_20241226 .charm02_graph {
  padding: 60px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  position: relative;
}
#lp_20241226 .charm02_graph img {
  width: 80%;
  margin: auto;
  display: block;
}
#lp_20241226 .item_wrap {
  display: flex;
  position: absolute;
  top: 60px;
  left: 60px;
}
#lp_20241226 .item_box {
  margin-right: 30px;
}
#lp_20241226 .item_box p {
  font-weight: 500;
}
#lp_20241226 .num_area .charm02_graph .number_box_num {
  text-align: left;
}
#lp_20241226 .num_area {
  background: #005cce;
}
#lp_20241226 .num_area h2 {
  color: #fff;
}
#lp_20241226 .num_area h2:after {
  background: #fff;
}
#lp_20241226 .num_area .number_wrap {
  display: flex;
  gap: 30px 4%;
  flex-wrap: wrap;
  justify-content: center;
}
#lp_20241226 .num_area .number_box {
  width: 22%;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
#lp_20241226 .num_area h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 0;
  flex-grow: 1;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lp_20241226 .num_area .number_wrap h3 {
  font-size: 22px;
}
#lp_20241226 .num_area .number_box_num {
  color: #005cce;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#lp_20241226 .num_area .number_box_num em {
  font-size: 50px;
  font-weight: bolder;
  font-style: normal;
  line-height: 1.2;
}
/* /////////// SP版 数字で見るCTC START /////////// */
@media only screen and (max-width: 600px) {
  #lp_20241226 .charm02_graph {
    padding: 120px 30px 30px;
    margin-bottom: 60px;
  }
  #lp_20241226 .charm02_graph img {
    width: 100%;
  }
  #lp_20241226 .item_wrap {
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    justify-content: space-between;
  }
  #lp_20241226 .item_box {
    margin-right: 0;
  }
  #lp_20241226 .item_box p {
    font-size: 13px;
  }
  #lp_20241226 .num_area .number_box_num em {
    font-size: 30px;
    font-weight: bolder;
  }
  #lp_20241226 .num_area .number_wrap {
    flex-wrap: wrap;
  }
  #lp_20241226 .num_area .number_box {
    width: 100%;
  }
}
/* /////////// 数字で見る5列 START /////////// */
#lp_20241226 .num_area .number_wrap_02 {
  display: flex;
  gap: 30px 2.5%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
#lp_20241226 .num_area .number_box_02 {
  width: 18%;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
#lp_20241226 .num_area .number_box_02 .number_box_num {
  margin-top: 10px;
}
#lp_20241226 .num_area .number_box_02 .number_box_num em {
  font-size: 38px;
  letter-spacing: -0.03em;
}
/* /////////// SP版 数字で見るCTC START /////////// */
@media only screen and (max-width: 600px) {
  #lp_20241226 .num_area .number_wrap_02 {
    gap: 10px 4%;
    margin-top: 30px;
  }
  #lp_20241226 .num_area .number_box_02 {
    width: 48%;
    padding: 15px;
  }
  #lp_20241226 .num_area .number_box_02 h3 {
    font-size: 16px;
  }
  #lp_20241226 .num_area .number_box_02 .number_box_num {
    margin-top: 0;
  }
}
/*--------------------------------------------------------

charm03 START

--------------------------------------------------------*/
#lp_20241226 #charm03 {
  padding: 120px 0 60px;
}
#lp_20241226 #charm03 .col_wrap {
  padding: 0 40px;
  flex-wrap: wrap;
}
#lp_20241226 .movie {
  width: 18%;
}
#lp_20241226 .movie img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 16px;
}
#lp_20241226 .movie a {
  font-weight: 500;
  color: #005cce;
  position: relative;
  display: block;
  transition: 0.3s;
}
#lp_20241226 .movie a:hover {
  transform: translateY(3px);
}
@media only screen and (max-width: 600px) {
  #lp_20241226 #charm03 {
    padding: 80px 0 60px;
  }
  #lp_20241226 #charm03 .col_wrap {
    padding: 0;
    margin: auto;
    display: flex;
    width: 90%;
  }
  #lp_20241226 .movie {
    width: 47%;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------

インタビュー START

--------------------------------------------------------*/
#lp_20241226 #interview h3 {
  margin-bottom: 10px;
}
#lp_20241226 #interview .pulldown_wrap h3,
#lp_20241226 #interview .pulldown_wrap2 h3 {
  margin-bottom: 60px;
}
#lp_20241226 #interview .interview_profile {
  font-size: 14px;
  color: #005cce;
  text-align: center;
  margin-bottom: 60px;
}
#lp_20241226 #interview .interview_profile em {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}
#lp_20241226 #interview .interview_profile span {
  border: 1px solid #005cce;
  padding: 1px 10px 2px;
  border-radius: 4px;
  margin: 0 10px;
}
#lp_20241226 #interview .interview_profile span.smalltxt {
  font-size: 12px;
  font-weight: 300;
  padding: 0;
  border: none;
  margin: 0;
}
#lp_20241226 #interview .interview_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#lp_20241226 #interview .interview_box figure {
  width: 48%;
}
#lp_20241226 #interview .interview_box02 figure {
  order: 2;
}
#lp_20241226 #interview .interview_box .interview_text {
  width: 48%;
}
#lp_20241226 #interview .interview_box .interview_text p {
  color: #005cce;
  margin-bottom: 40px;
  line-height: 2;
}
#lp_20241226 #interview .interview_box .interview_text p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#lp_20241226 #interview .btn a {
  font-size: 20px;
  padding: 8px 60px 10px;
  margin-bottom: 60px;
  position: relative;
  cursor: pointer;
}
#lp_20241226 #interview .btn.interview2_btn a {
  margin-bottom: 0;
}
#lp_20241226 #interview .pulldown_btn.active,
#lp_20241226 #interview .pulldown_btn2.active {
  font-size: 0;
  transition: 0;
}
#lp_20241226 #interview .pulldown_btn.active::before,
#lp_20241226 #interview .pulldown_btn2.active::before {
  display: block;
  content: "close";
  font-size: 20px;
}
/* /////////// SP版 インタビュー START /////////// */
@media only screen and (max-width: 600px) {
  #lp_20241226 #interview .pulldown_wrap h3,
  #lp_20241226 #interview .pulldown_wrap2 h3 {
    margin-bottom: 30px;
  }
  #lp_20241226 #interview .interview_profile {
    margin-bottom: 30px;
  }
  #lp_20241226 #interview .interview_box {
    display: block;
    margin-bottom: 40px;
  }
  #lp_20241226 #interview .interview_box figure {
    width: 100%;
    margin-bottom: 30px;
  }
  #lp_20241226 #interview .interview_box .interview_text {
    width: 100%;
  }
}
/*--------------------------------------------------------

アニメーション START

--------------------------------------------------------*/
#lp_20241226 .anim_jump {
  transform: translateY(50px);
  opacity: 0;
}
#lp_20241226 .anim_jump.active {
  opacity: 0;
  animation: jump 0.7s /* アニメーションの時間 */ 0s /* アニメーション開始時間 */ forwards /* アニメーション実行後のスタイル */;
}
@keyframes jump {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
