/* ======== utility style ======== */

main {
  margin-top: 60px;
}
/* ----- media display ----- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/* ======== パーツ ======== */
.ttl_bgtxt {
  min-height: 80px;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.movie.ttl_bgtxt {
  margin-top: 48px;
}
.ttl_bgtxt .jp {
  color: #191919;
  font-family: Hiragino Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.4px; /* 146.25% */
  letter-spacing: 0.9px;
}

.ttl_bgtxt .jp span{
  font-size: 2.4rem;
}
.ttl_bgtxt .en {
  font-size: 7.2rem;
}
.cta_box {
  display: block;
  padding: 4rem 0;
}
.wrap_btn {
  display: block;
}
.wrap_hd_btn {
  width: min(68%,250px);
  height: 100%;
  gap: 0;
}
.btn.gray {
  width: min(100%,306px);
  margin: 0 auto;
}
.btn.gray:not(:last-child){
  margin: 0 auto 3rem;
}
.btn.hd_btn {
  width: 50%;
  height: 100%;
  margin: 0;
}
.btn a {
  padding: 1.4rem 0;
}
.btn.hd_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn.gray a {
  font-size: 1.6rem;
  line-height: 120%;
}

.btn.gray a::before, .btn.gray a::after {
  content: "";
  width: 8px;
  height: 2px;
  right: 1.8rem;
}
.btn.gray a::before{
  transform: translateY(calc(-50% - 2px)) rotateZ(45deg);
}
.btn.gray a::after{
  transform: translateY(calc(-50% + 2px)) rotateZ(-45deg);
}
.section_white {
  padding: 5rem 2rem;
}
.float_area {
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: min(90%,335px);
  background: transparent;
}

/* .float_area .line-area {
  display: block;
  width: 334px;
  height: 82px;
  border-radius: 8px;
  background: #06C755;
}

.float_area .line-area .line-area__title {
  display: flex;
  justify-content: center;
}

.float_area .line-area .line-area__title .line-area__title-child {
  width: 245px;
  height: 42px;
  background: #FFF;
  flex-shrink: 0;
  stroke-width: 2px;
  border: 1px solid #06C755;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.10));
  display: flex;
  align-items: center;
  justify-content: center;
}

.float_area .line-area .line-area__title .line-area__title-child span {
  color: #545152;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}*/

.polygon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.polygon .polygon__area {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #ffffff;
    transform: translateY(-6px);
}

.line-area__description {
  color: #FFF;
  font-family: YuGothic;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.19px;
  text-align: center;
}

.main_ttl{
  font-size: 2.4rem;
  padding: 5rem 0;
}
.breadcrumb {
  padding: 2rem 0;
}
.breadcrumb ul {
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
.breadcrumb ul li {
  font-size: 1.2rem;
}
.breadcrumb ul li:not(:last-child) {
  white-space: break-spaces;
  margin-right: 3.6rem;
}
.breadcrumb ul li:not(:last-child)::before, .breadcrumb ul li:not(:last-child)::after {
  width: 7px;
  right: -2.3rem;
}
.breadcrumb ul li:not(:last-child)::before{
  transform: translateY(calc(-50% - 2px)) rotateZ(45deg);
}

.breadcrumb ul li:not(:last-child)::after{
  transform: translateY(calc(-50% + 2px)) rotateZ(-45deg);
}
.latest_ttl {
  font-size: 2rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
.pagenation_area {
  width: min(100%,350px);
  margin: 0 auto 8rem;
}
.pagenation_area > ul.page-numbers{
  gap: 0 8px;
}
.pagenation_area > ul.page-numbers li span,
.pagenation_area > ul.page-numbers li a{
  padding: 1.2rem 1.6rem;
}

/* ======== header ======== */
header,
header.heightmin {
  height: 60px;
}
header.heightmin .bg_white{
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.hd_inner {
  padding-right: 0;
}
.logo {
  padding: 0 12px;
  width: 140px;
}
.logo a {
  width: 115px;
}
/* ======== footer ======== */
footer {
  padding: 3.5rem;
}

.ft_inner > ul {
  flex-direction: column;
  gap: 20px 0;
}
.ft_nav > ul li:not(:last-child) {
  margin-right: 3.3rem;
}
.ft_nav > ul li a {
  font-size: 1rem;
}
.ft_nav > ul li:not(:last-child)::after {
  right: -1.6rem;
}
.ft_cap {
  width: auto;
  font-size: 1rem;
}
small {
  font-size: 1rem;
  margin-top: 0.8rem;
}
/* ================== TOP ================== */
/* ----- mv_area ----- */
.wrap_mv {
  width: 100%;
  height: 515px;
  background: url(../img/home/top_bg_sp.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 25px 25px 0px rgba(128, 128, 128, 0.25);
}
.mv_inner {
  display: block;
  min-height: 515px;
  position: relative;
  padding-right: 0;
}
.mv_inner .img {
  width: 270px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
  z-index: 2;
  margin-right: 0;
  height: 321px;
}
.mv_inner .txt {
  width: min(100%,370px);
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.mv_ttl {
  font-family: "YuGothic";
  margin: 0 auto;
  width: min(100%,335px);
}
.mv_ttl > span:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mv_ttl > span > span {
  text-align: center;
  margin-bottom: 1rem;
}
.top-phrase {
  position: absolute;
  width: 145px;
  height: 145px;
  top: 0;
  left: 4rem;
}
.txt_sp_1{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.508px; /* 104.712% */
}
.txt_sp_2{
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.508px; /* 79.78% */
  margin-right: 2rem;
}
.txt_sp_3{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.508px;

  .small-txt {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
}
.catch_phrase {
  font-size: 12px;
}
.mv_inner .txt ul {
  width: min(95%,360px);
  flex-direction: column;
  margin: 23rem 0 0 auto;
}
.mv_inner .txt ul li:not([class]) {
  width: 32.4%;
  padding: 2px 0 0 0;
  display: inline-block;
  height: 75px;
}
.mv_inner .txt ul li:not(:last-child){
  margin-bottom: 1.2rem;
}
.mv_inner .txt ul li .bubble {
  width: 100px;
  font-size: 1rem;
  padding: 0.4rem 0;
  margin: 0 auto;
}
.mv_inner .txt ul li .sentence {
  font-size: 1.2rem;
}
.mv_inner .txt ul li .sentence {
  margin-top: 0;
}
.mv_inner .txt ul li .sentence span {
  font-size: 2rem;
  line-height: 1;
}
.mv_inner .txt ul li:nth-child(3) .sentence {
  font-size: 1.7rem;
  margin-top: 1.6rem;
}
.mv_inner .txt ul li .sentence .txt-span-sp{
  font-size: 1.2rem;
}
.mv_inner .txt ul li .sentence .txt_m_sp{
  font-size: 1.7rem;
}
.mv_inner .txt ul li .sentence sup{
  display: inline-block !important;
}
.mv_inner .txt ul li.mv_caption {
  bottom: -2.8rem;
  left: auto;
  right: 0;
  white-space: nowrap;
}
.mv_sub_ttl {
  padding-left: 0;
  font-size: 1.2em;
}

/* ----- prolog_area ----- */

.wrap_prolog .sentence {
  font-size: 1.2rem;
}
.wrap_prolog .sentence.bold {
  font-size: 1.8rem;
  text-decoration: underline 26px #FFF;
  text-underline-offset: -2rem;
  margin-top: 6.4rem;
}
.wrap_prolog {
  background: url(../img/home/top_prolog_bg_sp.jpg) no-repeat center/cover;
  padding: 6rem 0 10rem;
}
.wrap_prolog .inner{
  width: min(90%,475px);
}
.chance_box {
  bottom: -59px;
  padding: 1.8rem 0;
}
.chance_box p {
  font-size: 1.6rem;
  line-height: 2;
}
.chance_box p span {
  font-size: 2.4rem;
  background-size: 2.5rem 6px;
  padding-top: 1.1rem;
}
.point_bubble {
  clip-path: polygon( 0% 0%, 100% 0%, 100% calc(100% - 20px), calc(50% + 20px) calc(100% - 20px), 50% 100%, calc(50% - 20px) calc(100% - 20px), 0% calc(100% - 20px));
  padding: 12rem 0 8rem;
  margin-bottom: -2rem;
}
.gray_list {
  width: min(76%,800px);
  gap: 3.2rem 0;
}
.gray_list li {
  width: 100%;
  min-height: auto;
  padding: 2rem 0 3rem;
}
.gray_list li p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1rem;
}
.gray_list li p span {
  font-size: 2rem;
  font-weight: 700;
}
.gray_list li picture{
  width: min(100%,330px);
  display: block;
  margin: 0 auto;
}
.wrap_support {
  background: url(../img/home/top_support_bg_sp.svg) no-repeat top center/cover;
  /* padding: 3.5rem 0; */
  height: 180px;
}
.wrap_support p {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
.wrap_support h2 {
  font-size: 1.4rem;
  line-height: 1.4;
}
.wrap_support h2 span {
  font-size: 1.8rem;
}

/* ----- about_area ----- */
.about_area {
  padding: 8rem 0;
}
.wrap_about.section_white {
  padding: 5rem 1rem 0;
  margin-bottom: 4rem;
}

.about_contents ul {
  display: block;
  gap: 24px;

  li {
    display: block;
    width: 311px;
    margin: 0 auto;

    .sentence {
      font-size: 1.4rem;
      text-align: left;
      line-height: 2.2;
      width: 310px;
      margin: 0 auto;
      margin: 2rem auto;
    }
  
    .graph_box {
      width: min(100%,311px);
      margin: 0 auto;
    }
  }
}

.wrap_data .gray_list.gray {
  width: min(100%,800px);
  gap: 2.4rem 0;
  margin: 0 auto 5rem;
}
.wrap_data .gray_list li p span {
  font-size: 2rem;
}

.movie_contents {
  

  

  
}
.sentence{
  width: 100% !important;
  padding: 0;
  margin: 0 auto 2rem;
  text-align: left;
}
.sentence.pc{
  display: none;
}
.box-iframe__text{
  font-size: 12px;
}

.ttl_normal {
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.wrap_skill {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1.6rem 0;
}
.wrap_skill:before {
  bottom: -0.2rem;
}
.wrap_skill > li {
  width: 100%;
}
.wrap_skill > li ul {
  min-height: auto;
}

/* 続きを見る ここから */
.read-more-001 {
    position: relative;
}

.read-more-001 .wrap_skill {
  position: relative;
  max-height: 675px;
  overflow: hidden;
  transition: 1s;
  padding-bottom: 3rem;
}
.read-more-001:has(:checked) .wrap_skill {
  max-height: none;
}
.read-more-001 .wrap_skill::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(to top,#fff 110px,rgba(255, 255, 255, 0.8) 80%,rgba(255, 255, 255, 0) 100%);
}
.read-more-001:has(:checked) .wrap_skill::after {
    content: none;
}
.read-more-001 label {
  width: 100%;
  color: #8593AB;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 7rem 0 2rem;
}
.read-more-001:has(:checked) label {
  display: none !important;
}
.read-more-001 input {
  display: none;
}
/* 続きを見る ここまで */

/* ----- point_area ----- */
.point_area {
  padding: 5rem 0 8rem;
}
.point_area .ttl_bgtxt .jp {
  line-height: 23.4px;
}
.flex_img li,
.flex_img li.reverse{
  flex-direction: column;
}
.flex_img li:not(:last-child) {
  margin-bottom: 4rem;
}
.flex_img li > .txt,
.flex_img li .img {
  width: 100%;
}
.ttl_count .num {
  font-size: 4.8rem;
}
.ttl_count .txt {
  font-size: 2rem;
  margin-left: 1.4rem;
}
.flex_img li > .txt > p{
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.cta_box.bg {
  padding: 100px 19.5px 50px 19.5px;
}
.wrap_support02 {
  padding: 7rem 3rem 4rem;
  margin-bottom: 0;
  border-radius: 8px;
}
.ttl_bubble span {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem;
}
.wrap_support02 > p {
  text-align: left;
  letter-spacing: 0;
}

.wrap_support02 > p.text {
  margin-bottom: 24px;
  color: #191919;
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.line-description {
  padding: 100px 19.5px 50px 19.5px;
  background: url(../img/home/top_support_blue_bg.jpg) no-repeat center/cover;
}

.line-description .polygon-area {
  width: 310px;
  padding: 20px 0;
  border-radius: 8px;
  background: #8593AB;
}

.line-description .polygon {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #8593AB;
}

.line-description .polygon-area .polygon-area__title {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Hiragino Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.line-description__content {
  color: #191919;
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 24px;
  margin-top: -35px;
}

.line-description .line-area__description {
  color: #FFF;
  font-family: YuGothic;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.19px;
  margin-left: 8px;
  text-align: center;
}

/* ----- training_area ----- */
.training_area {
  padding: 8rem 0;
}
.wrap_training.section_white {
  padding: 5rem 2rem 1.6rem;
}
.training_area .ttl_bgtxt,
.plan_area .ttl_bgtxt {
  min-height: 63px;
  
}
.training_area .ttl_bgtxt .en,
.plan_area .ttl_bgtxt .en {
  font-size: 5.6rem;
}
.list_training {
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 2rem 0;
}
.list_training > li {
  width: 100%;
  padding: 3rem 2rem;
}
.list_training > li h3 {
  font-size: 2rem;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
}
.list_training > li > p {
  font-size: 1.4rem;
}
.list_training > li ul li {
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
.list_training > li ul li::before {
  content: "";
  width: 2rem;
  height: 2rem;
}
.list_training > li:nth-child(3){
  background: #EDF1F2;
}
.list_training > li:nth-child(2){
  background: #F7F7F7;
}
.wrap_training > .sentence {
  margin-top: 2.2rem;
  font-size: 1.2rem;
}

/* ----- voice_area ----- */
.voice_area {
  background: #fff;
  padding: 5rem 0 8rem;
}
.wrap_file {
  padding: 4rem 2rem 5rem;
}
.wrap_file:not(:last-child) {
  margin-bottom: 9rem;
  margin-top: 6rem;
}
.file_tag {
  width: 126px;
  height: 53px;
  top: -52px;
  text-align: left;
  font-size: 3.4rem;
  padding-top: 15px;
  padding-left: 2rem;
}
.ttl_border {
  font-size: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.wrap_file ul,
.wrap_file ul.reverse {
  flex-direction: column;
}
.wrap_file ul,
.wrap_file ul {
  margin-bottom: 4rem;
}
.wrap_file .person_box {
  width: min(100%,400px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2rem;
}
.wrap_file ul.reverse .person_box{
  flex-direction: row-reverse;
}
.wrap_file .person_box .img{
  width: 47%;
}
.wrap_file .person_box .txt{
  width: 47%;
  margin-top: auto;
  padding-left: 0.8rem;
}
.wrap_file .person_box .txt .career {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 2.6rem;
}
.wrap_file .person_box .txt .name {
  font-size: 1.6rem;
}
.wrap_file .person_box .txt .name span {
  font-size: 2.2rem;
}
.wrap_file .voice_sentence {
  width: 100%;
  font-size: 1.4rem;
}
.voice_careerpass{
  display: block;
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
}

/* ----- plan_area ----- */
.plan_area {
  padding: 8rem 0;
}
.flex_plan {
  width: min(100%,400px);
  flex-direction: column;
  align-items: center;
  gap: 1.6rem 0;
  margin: 0 auto;
}
.money {
  width: 100%;
}
.ttl_money {
  font-size: 2rem;
  padding: 1.6rem 0;
}
.txt_money,
.txt_money.right {
  padding: 3rem 0;
}
.txt_money .line {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #D4D9E1;
  margin-bottom: 1.6rem;
}
.txt_money .line span:not(class) {
  font-size: 1.8rem;
}
.txt_money .line span.bold {
  font-size: 4rem;
}
.txt_money .line::before {
  top: 17px;
}
.txt_money .line::after {
  bottom: 16px;
}
.txt_money .txt_s {
  font-size: 1.4rem;
}
.txt_money .txt_l {
  font-size: 3rem;
}
.txt_money .txt_m {
  font-size: 1.8rem !important;
}
.txt_money .txt_xm {
  font-size: 2.6rem;
}
.txt_money .txt_ll {
  font-size: 2.4rem;
  padding: 0 7.3rem;
}
.txt_money .txt_ll > span:not(class) {
  font-size: 4.8rem;
}
.txt_money .txt_cap {
  position: static;
  transform: inherit;
  font-size: 1rem;
  margin-top: 1.6rem;
}

/* ----- flow_area ----- */
.flow_area {
  padding-bottom: 8rem;
}
.step_box {
  flex-direction: column;
  background: url(../img/home/top_flow_bg_sp.png) no-repeat bottom/200px;
  padding: 0 0 7rem;
}
.step_box li {
  width: 100%;
  margin-bottom: 1.6rem;
}
.step_box li h3 {
  text-align: center;
  font-size: 1.8rem;
}
.step_box li h3 span {
  font-size: 3.2rem;
}
.step_box li .content {
  min-height: auto;
  width: min(100%,400px);
  padding: 3.2rem 2.4rem;
  margin: 0 auto;
}
.step_box li .content .img {
  margin: 0 auto 2rem;
}

/* ----- faq_area ----- */
.faq_area {
  padding: 5rem 0 8rem;
}
.acc_open {
  font-size: 1.4rem;
  padding: 2.4rem 5.2rem;
}
.acc_open::before {
  font-size: 2rem;
  top: 1.8rem;
  left: 2.4rem;
}
.acc_open::after {
  right: 2.4rem;
  font-size: 1.6rem;
}
.acc_inside {
  padding: 2.4rem;
}
.acc_inside::before {
  width: calc(100% - 4.8rem);
}
.acc_inside p {
  font-size: 1.4rem;
}

/* ----- column_area ----- */
.column_area {
  padding: 5rem 0 8rem;
}
.top_column_lists {
  margin-bottom: 4rem;
}
.top_column_list:not(:last-child) {
  margin-bottom: 2rem;
}
.top_column_list a {
  padding: 2rem 4rem 2rem 2.4rem;
  border-left: 4px solid #A0ADBF;
}
.top_column_list a::before, .top_column_list a::after {
  width: 11px;
  right: 1.6rem;
}
.top_column_list a::before{
  transform: translateY(calc(-50% - 3px)) rotateZ(45deg);
}
.top_column_list a::after{
  transform: translateY(calc(-50% + 3px)) rotateZ(-45deg);
}
.ttl_top_column {
  font-size: 1.4rem;
}
.date_top_column {
  font-size: 1.4rem;
}

/* ================== コラム一覧 ================== */
.column_lists .inner{
  padding-top: 6rem;
}
.column_lists .top_column_lists {
  margin-bottom: 6rem;
}
.column_lists .top_column_list:not(:last-child),
.column_detail .top_column_list:not(:last-child) {
  margin-bottom: 2rem;
}
.column_lists .top_column_list .ttl_top_column,
.column_detail .top_column_list .ttl_top_column {
  margin-bottom: 1.6rem;
}

/* ================== コラム記事 ================== */
.wrap_contents {
  padding: 4rem 0 8rem;
}
.wrap_contents .contents {
  padding: 5rem 2.4rem;
  margin-bottom: 5rem;
}
.col_h1 {
  font-size: 2.4rem;
}
.is-style-col_h2 {
  font-size: 2.2rem;
}
.is-style-col_h3 {
  font-size: 1.8rem;
}
.is-style-col_summary {
  padding: 4rem 2rem;
  margin-bottom: 4rem;
}
.latest_lists .wrap_btn .btn {
  width: min(100%,306px);
}
.btn.gray.reverse a::before{
  transform: translateY(calc(-50% - 2px)) rotateZ(-45deg);
}
.btn.gray.reverse a::after{
  transform: translateY(calc(-50% + 2px)) rotateZ(45deg);
}

.show-pc{
  display: none!important;
}

.show-sp{
  display: block!important;
}

.mv_inner .txt ul{
  display: inline-block;
}
.mv_sub_ttl {
  margin-left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  margin-top: 1.5rem;
}

.mv_inner .txt ul{
  left: 2.5%;
}

/* ================== zohoフォーム ================== */

#zoho_form {
  p {
    margin-bottom: 3rem;
    padding: 0 0.2rem;
  }
  form {
    text-align: center;
    padding: 0;

    label {
      font-size: 14px;
      margin: 0.5rem 0;
    }
    .name {
      display: inline-flex;
      input {
        width: 146px;
        height: 53px;
      }
    }
    .email {
      input {
        width: 310px;
        height: 53px;
      }
    }
    .submit_btn {
      font-size: 16px;
      width: 303px;
      height: 58px;
    }
  }
}

/* ================== 申し込み完了画面 ================== */

.apply_complete {

  .wrap_point {
    transform: translateY(10%);
  }
  .ttl {
    font-size: 32px;
  }
  .flex_img li > .txt > p {
    margin-bottom: 5rem;
  }
  .txt img {
    width: 70px;
    height: 70px;
    margin-bottom: 3rem;
  }
}
.media-area {
  padding: 5rem 1rem;
}
.magazine {
  flex-direction: column;
}
.item-magazine-sp {
  display: flex;
}
.magazine__left {
  width: unset !important;
}
.magazine__right {
  width: unset !important;
}
.mt-sp-6 {
  margin-top: 24px;
}
.mt-sp-4 {
  margin-top: 16px;
}
.mb-sp-3 {
  margin-bottom: 20px;
}
.ft-icon-logo {
  flex-direction: column;
  margin-bottom: 24px;
}
.icon-ft-sp {
  display: block;
}
.ft-icon {
  display: flex;
  justify-content: center;
  margin-top: 32px !important;
}
.logo-ft-sp {
  width: 152px;
  height: 23px;
  margin: 0 auto;
}
.ft_inner {
  text-align: center;
}
.ul-sp {
  display: flex;
  justify-content: center;
  width: 97%!important;
  margin-left: 2%;
}
.ul-sp li:first-child {
  margin-left: 15px;
}

.font-size-sp {
  display: flex;
  align-items: center;
  text-align: left !important;
  margin-top: 0 !important;
  margin: 0 auto;
  font-size: 13px;
}
.magazine__title-img {
  flex-direction: column;
}

.social-icon {
  width: 46px;
  height: 46px;
}

.ft_nav {
  margin-bottom: 24px;
  margin-top: 8px;
}

.ft-text {
  font-size: 10px !important;
  font-weight: 400 !important;
  font-family: Arial !important;
  line-height: 18px !important;
  margin-top: 0px !important;
}

.scroll-right {
  display: block;
  right: 3rem;
  position: absolute;
}

.scroll-top {
	display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  border: 1px solid var(--Neutralcolor-04_FFFFFF, #fff);
}