@charset "utf-8";

body{
margin: 0 auto;
font-family: "Noto Sans", sans-serif;
color: #464E53;
font-size: 16px;
line-height: 1.5;
letter-spacing: 3px;
}

.pc_none{display: none;}

.font--sizeS{font-size: 24px;}
.font--sizeM{font-size: 28px;}
.font--sizeL{font-size: 34px;}

.marker{
display: inline-block;
line-height: 1;
}
.marker--yellow{
background: linear-gradient(transparent 50%, #FFF34B 50%);
}

/* hidden */
.visually-hidden {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 4px !important;
    height: 4px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
}

/* header */
header{
width: 100%;
margin: 0 auto;
padding: 10px 40px;
background: #fff;
color: #2C395C;
border-bottom: 2px solid #D8E3FF;
.innerBoxH{
display: grid;
grid-template-columns: auto 1fr auto  auto auto;
column-gap: 15px;
justify-content: space-around;
align-items: center;
&.comp{
grid-template-columns: 1fr auto;
}
.logoBox{
.logo{
font-size: 28px;
font-weight: bold;
a,
a:link,
a:visited{
display: inline-block;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
}
}
}
.catchBox{
.catch{
font-size: 13px;
font-weight: bold;
}
.secondline {
      display: inline;
    }
.secondline-sp {
      display: none;
    }
}
.buttonBox{
width: 250px;
}
}
}
.header_nav {
  margin: 0 20px;
}

.header_nav_list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_nav_list li {
  line-height: 1;
}

.header_nav_list a {
  display: inline-block;
  color: #464E53;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: 0.2s;
  position: relative;
  padding-bottom: 4px;
}
.header_nav_list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #2557D7;
  transition: 0.2s;
}

.header_nav_list a:hover::after {
  width: 100%;
}

/* hover */
.header_nav_list a:hover {
  color: #2557D7;
}
/* PC */
@media screen and (max-width: 1290px) {
  .head_pc_only {
    display: none;
  }
}
/* @media screen and (min-width: 768px) {
  .head_pc_only {
    display: block;
  }
} */

/* SP */
@media screen and (max-width: 767px) {
  .head_pc_only {
    display: none;
  }
}

/* fv */
.fv_section {
  width: 100%;
  height: auto;
}

.fv_inner {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  top: clamp(30px, calc(60 / 1440 * 100vw), 60px);
  left: 0;
  z-index: 1;
}

.fv_area_badge {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  height: 44px;
  padding-right: 2px;
  margin-bottom: 1.25rem;
  background: #2557D7;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
  font-weight: bold;
  letter-spacing: normal;
}
.fv_area_badge::before {
  content: "";
  display: block;
  width: 22px;
  height: 27px;
  background: url(../../asset/images/fv_area_badge_icon.svg) 0 0 /contain no-repeat;
}

.fv_lead {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fv_lead_badge {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: start;
  align-items: flex-end;
  margin-bottom: 18px;
  padding: 0 30px;
  color: #111C3A;
  font-size: clamp(1.125rem, 0.986rem + 0.57vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.fv_lead_badge::before,
.fv_lead_badge::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: repeating-linear-gradient(
    to bottom,
    #111C3A 0 4px,
    transparent 4px 5.5px
  );
}
.fv_lead_badge::before {
  transform: rotate(145deg);
}
.fv_lead_badge::after {
  transform: rotate(-145deg);
}

.fv_title {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "areaA areaB" "areaC areaC";
  margin: 12px 0 0;
}
.fv_title_labels {
  display: flex;
  gap: 10px;
}
.fv_title_label {
  position: relative;
}
.fv_title_label img {
  display: block;
  height: auto;
}
.fv_title_label_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6f16;
  font-size: clamp(2.25rem, 1.739rem + 2.1vw, 3.625rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.fv_title_label.small .fv_title_label_text {
  font-size: clamp(2.875rem, 2.248rem + 2.57vw, 4.563rem);
}
.fv_title_label.small .fv_title_label_text small {
  font-size: clamp(1.75rem, 1.332rem + 1.71vw, 2.875rem);
}
.fv_title_main {
  display: block;
  margin-top: 8px;
  color: #111C3A;
  font-size: clamp(1.75rem, 1.286rem + 1.9vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow:
    -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff;
}
.fv_title_sub {
  display: block;
  color: #111C3A;
  font-size: clamp(2.625rem, 2.091rem + 2.19vw, 4.063rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow:
    -2px -2px 0 #ffffff,
     2px -2px 0 #ffffff,
    -2px  2px 0 #ffffff,
     2px  2px 0 #ffffff;
}

.fv_subcopy.for-pc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 540px;
  margin-top: 30px;
  font-size: 1.563rem;
  font-weight: bold;
  position: inherit;
}
.fv_subcopy.for-sp {
    display: none;
}
.fv_subcopy.for-pc span {
  display: block;
}
.fv_subcopy.for-pc .second {
  color: #2557D7;
  position: relative;
}
.fv_subcopy.for-pc .marker {
  max-width: 270px;
  position: absolute;
  bottom: 5px;
  left: -5px;
  z-index: -10;
}
.fv_subcopy.for-pc .marker_text {
  display: block;
}


.arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/icon_triangle.webp") no-repeat center / contain;
}
.arrow_02{
  display: inline-block;
  width: 50px;
  height: 16px;
  background: url("../images/arrow_02.webp") no-repeat center / contain;
}

.fv_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: 40px;
}

.fv_right {
  position: absolute;
  top: 0;
  right: 0;
}

.fv_metrics.for-pc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fv_metrics.for-sp {
  display: none;
}
.fv_metric {
  width: 250px;
}
.fv_metric img {
  display: block;
  width: 100%;
  height: auto;
}

.fv_job_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  letter-spacing: 1px;
}
.fv_job_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 10px;
  border: 2px solid #2557d7;
  border-radius: 6px;
  background: #ffffff;
  color: #464e53;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 4px rgba(70, 70, 70, 0.25);
}

@media screen and (max-width: 767px) {
  .fv_job_list li:nth-child(n + 5) {
    display: none;
  }
}

/* SP */
@media screen and (max-width: 780px) {
  .fv_inner {
    width: calc(100% - 40px);
    height: 560px;
    text-align: center;
    top: clamp(10px, calc(20 / 1440 * 100vw), 20px);
  }

  .fv_inner > * {
    margin-left: auto;
    margin-right: auto;
  }
  
  .fv_area_badge {
    width: 184px;
    height: 33px;
    margin: 0 0 18px;
    font-size: 1.125rem;
  }
  .fv_lead_badge {
    padding: 0 8px;
  }
  .fv_title {
    gap: 10px;
    justify-items: start;
  }

  .fv_bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    margin-top: 18px;
  }
  
  .fv_metric {
    width: calc((100% - 16px) / 3);
    max-width: 110px;
  }
  .fv_job_list {
    max-width: 100%;
    gap: 5px;
  }

  .fv_job_list li {
    min-height: 30px;
    font-size: 0.75rem;
    padding: 4px 0;
  }
}
/* tab */
@media screen and (min-width: 781px) and (max-width: 820px) {
  .fv_inner {
    width: calc(100% - 32px);
    height: 320px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(.7);
  }
  .fv_title {
    justify-content: start;
    gap: 10px;
  }
  .fv_metric {
    width: 100%;
    max-width: 180px;
  }
}

@media screen and (min-width: 821px) and (max-width: 1024px) {
  .fv_inner {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    top: clamp(10px, calc(20 / 800 * 100vw), 20px);
    left: 0;
    z-index: 1;
    transform: scale(.8);
  }
  .fv_title {
    justify-content: start;
    gap: 10px;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  .fv_title {
    display: grid;
    gap: 8px;
    justify-content: start;
    align-items: center;
  }
}



/* section--CTA */
.sectionBox{
&.cta{
margin: 0 auto;
padding: 16px 0;
background: #FFF;
background-image: url(../images/bg_cta.webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
}

.sectionBox.cta .campaign{
  max-width: 830px;
  margin: 0 auto;
}

.sectionBox.cta .campaign picture img{
  width: 100%;
}

.sectionBox.cta .campaign p{
  text-align: center;
  margin: 0 auto;
  padding: 6px 0;
  letter-spacing: 0;
}

.sectionBox.cta .campaign .small{
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 0;
}

.sectionBox.cta .campaign .fst{
    padding-bottom: 0;
}

.sectionBox.cta .campaign .second{
    padding-top: 0;
}

.sectionBox.cta .campaign .small .sp-br{
    display: none;
}

/* section--1 */
.sectionBox{
&.first{
margin: 0 auto;
padding: 144px 0;
background: #FFFFF4;
text-align: center;
}
.innerBox{
width: 1000px;
margin: 0 auto;
.catch{
width: 470px;
margin: 0 auto 25px;
}
.headline{
display: grid;
grid-template-columns: auto auto;
justify-content: center;
align-items: center;
margin: 0 auto 30px;
img{
&.firstline{
max-width: 60%;
margin: 0 auto;
}
}
}
.questionBox{
width: 900px;
margin: 0 auto;
padding: 30px 0 40px;
background: #ffffff;
border-radius: 13px;
h2{
color: #2557D7;
font-weight: bold;
font-size: 24px;
margin: 0 auto 20px;
}
.catchBox{
display: grid;
grid-template-columns: 30px auto 30px;
column-gap: 10px;
align-items: center;
justify-items: center;
justify-content: center;
}
.oubo_catch{
width: auto !important;
margin: 0 !important;
font-size: 1.25rem;
font-weight: bold;
.firstline{
display: inline-block;
}
}
.choice-workplaceBox{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
width: 720px;
margin: 40px auto;
input{
display: none;
}
input[type="radio"]:checked + label{
background-color: #2557D7;
color: #ffffff;
}
label{
display: block ;
padding: 20px;
background: #D9D9D9;
color: #464E53;
font-weight: bold;
border-radius: 13px;
cursor: pointer !important;
}
}
.buttonBox{
margin: 0 auto;
&.line{
width: 70%;
}
}
}
}
}
label[for="shinjuku_shibuya"] br ,
label[for="ikebukuro"] br,
label[for="kinshicho_toyosu"] br,
label[for="other"] br{
    display: none;
  }
  /* .buttonBoxQ img{
    width: 40%;
    margin: 0 auto;
  } */


/* section--2 */
.worry_section {
  padding: 90px 0;
  background:  url("../images/worry_bg_pc.webp") repeat center top;
  background-size: 50%;
}

.worry_inner {
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
}

.worry_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.worry_balloon {
  width: calc((100% - 18px) / 2);
}

.worry_balloon img,
.worry_cta img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.worry_cta {
  width: 100%;
  max-width: 530px;
  margin: -18px auto 0;
}

.worry_result_text {
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.worry_text_normal {
  color: #464e53;
  font-size: 1.625rem;
}

.worry_text_orange_small {
  color: #ff6f16;
  font-size: 1.6875rem;
}

.worry_text_orange_big {
  display: inline-block;
  color: #ff6f16;
  font-size: 4.3rem;
  line-height: 1;
}

.worry_text_blue_no_line {
  color: #2557d7;
  font-size: 2.125rem;
}

.worry_text_marker {
  padding: 0 4px;
  background: linear-gradient(transparent 65%, #FFF372 65%);
}

.worry_note_text {
  margin-top: 1rem;
  color: #464e53;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .worry_section {
    background:  url("../images/worry_bg_sp.webp") repeat center top;
    background-size: 70%;
    padding: 60px 0;
  }

  .worry_inner {
    max-width: 605px;
  }

  .worry_top {
    gap: 0;
  }

  .worry_balloon img,
.worry_cta img {
  width: 90%;
}
.worry_top {
  justify-content: center;
}

.worry_text_blue_no_line {
  color: #2557d7;
  font-size: 1.5rem;
}

.worry_note_text {
  font-size: 0.75rem;
}

  /* .worry_balloon {
    width: calc((100% - 12px) / 2);
  } */

  .worry_cta {
    margin-top: -12px;
  }

  .worry_result_text {
    margin-top: 1rem;
  }

  .worry_text_normal {
    font-size: 1.25rem;
  }

  .worry_text_orange_small {
    font-size: 1.25rem;
  }

  .worry_text_orange_big {
    font-size: 3rem;
  }

  .worry_text_blue {
    font-size: 1.25rem;
  }
}


/* section--3 */
.point_section {
  padding: 90px 0;
  background: #f8f8f8;
}

.point_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.point_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.point_title_icon {
  flex: 0 0 auto;
  max-width: 60px;
  margin-top: 2px;
}

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

.point_title_text {
  color: #2557d7;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}


.point_list {
  margin-top: 60px;
}

.point_item + .point_item {
  margin-top: 46px;
}

.point_num {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  letter-spacing: 3px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #ff6f16;
  text-align: center;
}

.point_heading {
  margin: -26px 0 0;
  color: #2557d7;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.point_text {
  margin: 12px 0 0;
  color: #464e53;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-align: center;
}

.fv_job_list_02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  width: 100%;
  max-width: 440px;
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}

.fv_job_list_02 li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 0;
  border: 2px solid #2557d7;
  border-radius: 6px;
  background: #ffffff;
  color: #464e53;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 4px rgba(70, 70, 70, 0.25);
  letter-spacing: 1px;
}


@media screen and (min-width: 768px) {
  .point_section .point_title_text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .point_section .point_title_text br {
    display: block;
  }

  .point_title_text {
  font-size: 1.875rem;
}
}




/* section--4 転職成功事例 */
.case_section {
  width: 100%;
  padding: 90px 0;
  margin: 0 auto;
  background-color: #F4FAFF;
}

.case_title {
  margin: 0;
  color: #2557d7;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.title_line {
  width: 250px;
  margin: 40px auto 34px;
  border-top: 2px dashed #2557d7;
}
@media screen and (max-width: 767px) {
.case_title{
  font-size: 1.875rem;  
}  
.title_line {
  width: 250px;
  margin: 34px auto;
  border-top: 2px dashed #2557d7;
}
}

.case_inner {
  width: 90%;
  max-width: 1040px;
  margin: 70px auto 0;
}

.case_card {
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
}

.case_card + .case_card {
  margin-top: 30px;
}

.case_card_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.case_card_head_info {
  flex: 1;
}

.case_badge {
  display: inline-block;
  margin: 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: #2557d7;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.case_income {
  margin: 12px 0 0;
  color: #464e53;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.bg_yelloww {
  color: #464e53;
  background-color: #fff372;
}

.case_thumb {
  flex: 0 0 110px;
  width: 110px;
}

.case_thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.case_card_body {
  margin-top: 14px;
}

.case_job_box {
  padding: 12px 10px 10px;
  background: #f4faff;
  border-radius: 8px;
}

.case_before_job {
  margin: 0;
  color: #464e53;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.case_after_job {
  margin: 2px 0 0;
  color: #464e53;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.job_type {
  font-size: 0.8em;
}

.case_after_job span {
  color: #ff6f16;
}

.case_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.case_tags li {
  padding: 3px 7px;
  border: 1px solid #2557d7;
  border-radius: 5px;
  background: #f4faff;
  color: #2557d7;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.case_text {
  margin: 14px 0 0;
  color: #464e53;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: justify;
}

.case_text span {
  color: #ff6f16;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .case_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .case_card + .case_card {
    margin-top: 0;
  }
}



/* 
.case_inner {
  width: 90%;
  max-width: 1080px;
  margin: 70px auto;
}
.case_card {
  box-sizing: border-box;
  padding-bottom: 34px;
}

.case_card + .case_card {
  margin-top: 34px;
}

.case_card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.case_card_head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 27px;
}

.case_badge {
  display: inline-block;
  margin: 0;
  padding: 7px 16px;
  border-radius: 999px;
  background: #2557d7;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.case_income {
  margin: 15px 0 0;
  color: #464e53;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.case_income .txt_blue {
  color: #2557d7;
}

.bg_yelloww {
  color: #464e53;
  background-color: #fff372;
}

.case_thumb {
  flex: 0 0 140px;
  width: 140px;
}

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

.case_card_body {
  margin-top: 5px;
}

.case_before_job {
  margin: 0;
  color: #464e53;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.case_after_job {
  margin: 2px 0 0;
  color: #464e53;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.case_after_job span {
  color: #ff6f16;
}

.case_after_job small {
  color: #464e53;
  font-size: 0.875rem;
  font-weight: 700;
}

.case_tags {
  margin: 8px 0 0;
  color: #2557d7;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.case_text {
  margin: 14px 0 0;
  color: #464e53;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: justify
}

.case_text span {
  color: #ff6f16;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .case_section {
  padding: 90px 0;
  margin: 0 auto;
}

  .case_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .case_card {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
  }

  .case_card + .case_card {
    margin: 0 10px;
  }

} */



/* section--5 比較表 */
.compare_section {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFF4;
  padding: 90px 0;
}

.compare_inner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

.compare_title {
  margin: 0;
  color: #2557d7;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.compare_table {
  display: grid;
  grid-template-columns: 16.0869% 34.7826% 24.5652% 24.5652%;
  width: 100%;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  box-sizing: border-box;
  letter-spacing: 0;
}

.compare_cell {
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: #ffffff;
}

.compare_cell:nth-child(4n) {
  border-right: 0;
}

.compare_cell_head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 76px;
  padding: 6px 4px;
  color: #464e53;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background-color: #f4f4f4;
  word-break: keep-all;
  overflow-wrap: normal;
}

.compare_cell_service {
  padding: 8px 6px;
}

.compare_logo {
  display: block;
  width: 118px;
  height: auto;
  margin: 0 auto;
}

.compare_cell_side {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  padding: 6px 4px;
  background: #2557d7;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

.compare_cell_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  padding: 8px 4px 7px;
  text-align: center;
}

.compare_cell_accent {
  border-left: 5px solid #ff6f16;
  border-right: 5px solid #ff6f16;
}

.compare_cell_service.compare_cell_accent {
  border-top: 5px solid #ff6f16;
}

.compare_cell_last.compare_cell_accent {
  border-bottom: 5px solid #ff6f16;
}

.compare_symbol {
  position: relative;
  display: block;
  flex: 0 0 auto;
  margin: 0 auto 5px;
}

.compare_symbol_circle {
  width: 34px;
  height: 34px;
  border: 1.5px solid #464e53;
  border-radius: 50%;
}

.compare_symbol_circle.compare_symbol_orange {
  border-color: #ff6f16;
}

.compare_symbol_double_circle {
  width: 34px;
  height: 34px;
  border: 1.5px solid #464e53;
  border-radius: 50%;
}

.compare_symbol_double_circle::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1.5px solid #464e53;
  border-radius: 50%;
}

.compare_symbol_cross {
  width: 34px;
  height: 34px;
}

.compare_symbol_cross::before,
.compare_symbol_cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 36px;
  background: #464e53;
  transform-origin: center;
}

.compare_symbol_cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.compare_symbol_cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.compare_symbol_triangle {
  width: 0;
  height: 0;
  margin-top: 2px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 30px solid #464e53;
}

.compare_symbol_triangle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 24px solid #ffffff;
}

.compare_text {
  margin: 0;
  color: #464e53;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

.compare_txt_orange {
  color: #ff6f16;
}

.compare_symbol_double_circle.compare_symbol_orange {
  border-color: #FF6F16;
}

.compare_symbol_double_circle.compare_symbol_orange::after {
  border-color: #FF6F16;
}

@media screen and (min-width: 768px) {
	.compare_inner {
		max-width: 900px;
		padding: 0 20px;
    margin-top: 60px;
	}
}

@media screen and (max-width: 460px) {
  .compare_title {
    font-size: 1.875rem;
  }

  .compare_inner {
    max-width: 100%;
    padding: 8px;
  }

  .compare_cell_head {
    min-height: 50px;
    font-size: 0.8125rem;
    line-height: 1.2;
    padding: 5px 3px;
  }

  .compare_cell_side {
    min-height: 82px;
    font-size: 0.8125rem;
    line-height: 1.15;
    padding: 4px 3px;
  }

  .compare_cell_body {
    min-height: 82px;
    padding: 7px 3px 6px;
  }

  .compare_logo {
    width: 106px;
  }

  .compare_text {
    font-size: 0.75rem;
    line-height: 1.15;
  }

  .compare_symbol {
    margin-bottom: 4px;
  }

  .compare_symbol_circle,
  .compare_symbol_double_circle {
    width: 30px;
    height: 30px;
  }

  .compare_symbol_double_circle::after {
    inset: 4px;
  }

  .compare_symbol_cross {
    width: 30px;
    height: 30px;
  }

  .compare_symbol_cross::before,
  .compare_symbol_cross::after {
    height: 32px;
  }

  .compare_symbol_triangle {
    border-left-width: 15px;
    border-right-width: 15px;
    border-bottom-width: 25px;
  }

  .compare_symbol_triangle::after {
    top: 3px;
    left: -12px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 19px;
  }
}

/* section--6 無料相談から内定までの流れ */
.Flow_title{
margin: 0;
    color: #2557d7;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.Flow_title br {
    display: none;
  }
@media screen and (max-width: 767px) {
  .Flow_title{
    font-size: 1.875rem;
}
  .Flow_title br {
    display: block;
  }
}
.sectionBox{
&.seventh{
margin: 90px auto 60px ;
.innerBox{
width: 900px;
.process{
li{
position: relative;
&::after{
content: "";
display: block;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #2557D7;
position: absolute;
bottom: -20px;
left: 50%;
}
&:last-child::after{
display: none;
}
}
.processBox {
  position: relative; /* ←必須 */
  overflow: hidden;   /* ←はみ出し防止 */

  display: grid;
  grid-template-columns: 300px auto;
  justify-items: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 13px;
}
.p-a::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30;

  width: 140px;
  height: 140px;

  background: url("../images/process_1.svg") no-repeat center / contain;
  opacity: 0.15;
  pointer-events: none;
}
.p-b::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 30;

  width: 140px;
  height: 140px;

  background: url("../images/process_2.svg") no-repeat center / contain;
  opacity: 0.15;
  pointer-events: none;
}
.p-c::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30;

  width: 140px;
  height: 140px;

  background: url("../images/process_3.svg") no-repeat center / contain;
  opacity: 0.15;
  pointer-events: none;
}
.p-d::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 30;

  width: 140px;
  height: 140px;

  background: url("../images/process_4.svg") no-repeat center / contain;
  opacity: 0.15;
  pointer-events: none;
}

h3{
text-align: center;
color: #2557d7;
.firstline{
display: block;
}
}
}
}
}
}
/* section--FAQ */
.sectionBox{
&.FAQ{
margin-bottom: 100px;
border-top: #464E53 dashed 1px;
.innerBox{
width: 900px;
h2{
margin: 40px auto 20px;
font-size: 28px;
font-weight: bold;
text-align: center;
}
.qusetionBox{
display: grid;
grid-template-rows: auto auto;
row-gap: 20px;
h3{
display: grid;
grid-template-columns: auto auto;
justify-content: start;
align-items: center;
column-gap: 10px;
padding: 8px 20px;
background: #2557D7;
color: #fff;
border-radius: 13px 13px 0 0;
.questionmark{
font-size: 30px;
}
.questiontit{
font-size: 16px;
}
}
.answer{
padding: 20px 30px;
font-size: 14px;
}
}
}
}
}
/* section--ending */
.sectionBox{
&.ending{
margin: 0 auto;
padding: 40px 0;

.innerBox{
width: 900px;
h2{
margin-bottom: 30px;
img{
width: 325px;
margin: 0 auto;
}
}
.catchBox{
font-size: 22px;
font-weight: bold;
text-align: center;
position: relative;
.firstline{
display: block;
}
img{
width: 140px;
position: absolute;
bottom: 140px;
right: 120px;
}
}
}
}
}

/* button */
.buttonBoxQ.line{
margin: 0 auto;
width: 40%;

a:hover{
display: block;
transition: 0.3s all;
transform: translateY(4px);
box-shadow: none;
}
}
.js-link{
animation: breathing 1s ease-in-out infinite;
will-change: transform; /* ← スムーズさUP */
display: block;
}
@keyframes breathing {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.07);
}
}
/* fixed button */
.buttonBox.fixed {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.buttonBox.fixed a,
.buttonBox.fixed a:link {
  display: block;
  width: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.buttonBox.fixed.show {
  opacity: 1;
  visibility: visible;
}

.buttonBox.fixed.hidden {
  opacity: 0;
  visibility: hidden;
}

/* footer */
footer{
margin: 0 auto;
padding: 0;
border-top: #464E53 dashed 1px;
text-align: center;
letter-spacing: 2px;
a,
a:link{
color: #464E53;
}
a:hover{
text-decoration: underline;
}
.innerBoxF{
display: grid;
row-gap: 20px;
padding: 30px 0 20px;
.logoBox{
margin: 0 auto;
text-align: center;
.logo{
margin: 0 auto;
width: 20%;
/*
font-size: 32px;
font-weight: bold;
color: #368DF6;
*/
}
}
.linkBox,
.addressBox{
font-size: 14px;
font-weight: bold;
}
}
.copyrightBox{
padding: 5px 0;
background: #2557D7;
color: #ffffff;
small{
font-size: 10px;
}
}
}

/* tablet1 ================ */
@media screen and (min-width:821px) and (max-width:1024px){
.pc_none{display: none;}

.font--sizeS{font-size: 22px;}
.font--sizeM{font-size: 24px;}
.font--sizeL{font-size: 32px;}

/* header */
header{
padding: 10px 15px;
.innerBoxH{
display: grid;
grid-template-columns: 1fr auto auto 200px;
column-gap: 10px;
justify-content: space-around;
align-items: center;
.logoBox{
.logo{
font-size: 22px;
}
}
.catchBox{
.catch{
font-size: 14px;
}
}
.buttonBox{
width: 200px;
}
}
}

/* main */
.mainBox{
.innerBox.Main{
display: grid;
grid-template-columns: 1fr 1fr;
width: 95%;
max-width: 1024px;
height: 400px;
margin: 0 auto;
position: relative;
.imgBox{
.imgOccupation{
li{
width: 22%;
position: absolute;
bottom: 0;
&.imgOcc-sales{
top: 10%;
left: 0px;
}
&.imgOcc-life{
top: 20%;
left: 17%;
z-index: 10;
}
&.imgOcc-event{
width: 19%;
top: 8%;
left: 38%;
}
}
}
}

/* 250809 */
ul.imgOccupation::before {
    width: 130px;
    top: 2%;
    left: 20%;
}

.pointBox{
width: 100%;
position: static;
top: 0;
.point{
display: block;
width: 100px;
top: 15%;
}
.pointList{
width: 392px/*364px*/;
height: 243px/*226px*/;
background-image: url(../images/section_main-point_bg.webp);
background-size: 100%;
background-repeat: no-repeat;
background-position: left top;
dt{
width: 188px;
height: 28px;
}
dd{
ul{
display: grid;
row-gap: 5px;
width: 354px/*329px*/;
margin: 0 auto;
li{
width: 354px;
}
}
}
}
}
}
}

/* section--1 */
.sectionBox{
&.first{
margin: 0 auto;
padding: 120px 0;

text-align: center;
}
.innerBox{
width: 80%;
margin: 0 auto;
.catch{
width: 400px;
margin: 0 auto 25px;
}
.headline{
display: grid;
grid-template-columns: auto auto;
column-gap: 3px;
justify-content: center;
align-items: center;
margin: 0 auto 30px;
}
.questionBox{
width: 100%;
margin: 0 auto;
padding: 30px 0 40px;
background: #ffffff;
border-radius: 13px;
h2{
color: #2557D7;
font-weight: bold;
font-size: 24px;
}
.catchBox{
display: grid;
grid-template-columns: 50px auto 50px;
column-gap: 10px;
align-items: center;
justify-items: center;
justify-content: center;
&::before,
&::after{
content: "";
display: inline-block;
width: 2px;
height: 60px;
background: #464E53;
border-radius: 100px;
}
&::before{
transform: rotate(-20deg);
}
&::after{
transform: rotate(20deg);
}
.catch{
width: auto !important;
margin: 0 !important;
font-size: 20px;
font-weight: 600;
.firstline{
display: block;
}
}
}
.choice-workplaceBox{
width: 80%;
}
}
}
}
/* section--2 */
.sectionBox{
&.second{
.innerBox{
width: 90%;
margin: 0 auto;
.point--1{
h2{
font-size: 32px;
.secondline{
font-size: 48px;
}
.thirdline{
font-size: 38px;
}
}
img{
width: 280px;
}
}
.point--2{
margin-bottom: 40px;
.catchBox{
margin-bottom: 30px;
font-weight: bold;
}
h2{
font-size: 42px;
}
img{
width: 480px;
}
}
}
}
}
/* section--3 */
.sectionBox{
&.third{
.innerBox{
width: 90%;
h2{
margin: 0 auto 80px;
padding: 30px 0;
img{
width: 420px;
margin: 0 auto;
}
}
.point--1{
row-gap: 30px;
.pointBox{
column-gap: 20px;
.number{
gap: 0px;
.firstline{
font-size: 26px;
line-height: 1;
}
.secondline{
font-size: 100px;
line-height: 1;
}
}
.contents{
font-size: 24px;
}
}
}
}
}
}
/* section--catch */
.sectionBox{
&.catch{
padding: 40px 0;
.innerBox{
width: 90%;
background-image: url(../images/point_img-01.webp),url(../images/point_img-01.webp);
background-size: 5%;
background-repeat:  no-repeat;
background-position: 17% 90%, 82% 90%;
.catchBox{
row-gap: 10px;
font-size: 28px;
font-weight: bold;
.thirdline{
font-size: 34px;
}
}
}
}
}
/* section--4 */
.sectionBox{
&.fourth{
.innerBox{
width: 80%;
.occupationBox{
column-gap: 10px;
.illust{
width: 200px;
height: auto;
object-fit: cover;
}
.contents{
width: auto;
.occ--mark{
margin: 0 auto 20px;
padding: 4px 20px 2px;
color: #ffffff;
font-size: 18px;
letter-spacing: 3px;
}
.occ--contents{
.catch{
margin: 0 0 5px 0;
}
h3{
font-size: 28px;
margin: 0 0 10px 0;
}
.cmnt{
line-height: 2;
}
}
}
}
}
}
}
/* section--5 */
.sectionBox{
&.fifth{
margin: 0 auto 40px;
.innerBox{
h2{
img{
width: 414px;
margin: 0 auto 25px;
}
}
img{
width: 350px;
}
.catchBox{
margin: 60px auto;
.firstline{
font-size: 24px;
margin-bottom: 10px;
}
.secondline{
font-size: 38px;
}
}
}
}
}
/* section--6 */
.sectionBox{
&.sixth{
padding: 40px 0;
.innerBox{
width: 90%;
h2{
display: grid;
grid-template-columns: 30px auto 30px;
column-gap: 10px;
&::before,
&::after{
content: "";
display: inline-block;
width: 2px;
height: 70px;
background: #464E53;
border-radius: 100px;
}
&::before{
transform: rotate(-20deg);
}
&::after{
transform: rotate(20deg);
}
.firstline{
display: block;
font-size: 20px;
}
.secondline{
font-size: 28px;
}
}
.syoukaiBox{
column-gap: 10px;
margin: 20px auto;
.persondata{
width: 350px;
.person{
width: 60%;
margin: 0 auto;
text-align: center;
}
.data{
width: 70%;
margin: 0 auto;
text-align: center;
}
}
.contents{
padding: 20px;
border-radius: 13px;
.cmnt{
font-size: 15px;
line-height: 2;
letter-spacing: 1px;
}
}
}
}
}
}
/* section--7 */
.sectionBox{
&.seventh{
margin: 0 auto 60px;
.innerBox{
width: 90%;
h2{
margin: 0 auto 80px;
padding: 30px 0;
border-radius: 13px 13px 0px 0px;
img{
width: 450px;
margin: 0 auto;
}
}
.process{
li{
position: relative;
&::after{
content: "";
display: block;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #2557D7;
position: absolute;
bottom: -20px;
left: 50%;
}
&:last-child::after{
display: none;
}
}
.processBox{
display: grid;
grid-template-columns: 300px auto;
justify-items: center;
align-items: center;
margin-bottom: 40px;
padding: 30px;
background: #F5F5F5;
border-radius: 13px;
}
h3{
text-align: center;
.firstline{
display: block;
}
}
}
}
}
}
/* section--FAQ */
.sectionBox{
&.FAQ{
.innerBox{
width: 90%;
h2{
margin: 40px auto 20px;
font-size: 28px;
}
.qusetionBox{
row-gap: 20px;
h3{
column-gap: 10px;
padding: 8px 20px;
.questionmark{
font-size: 30px;
}
.questiontit{
font-size: 16px;
}
}
.answer{
padding: 20px 30px;
font-size: 14px;
}
}
}
}
}
/* section--ending */
.sectionBox{
&.ending{
margin: 0 auto;
padding: 40px 0;

.innerBox{
width: 90%;
h2{
margin-bottom: 30px;
img{
width: 325px;
margin: 0 auto;
}
}
.catchBox{
font-size: 22px;
font-weight: bold;
text-align: center;
position: relative;
.firstline{
display: block;
}
img{
width: 140px;
position: absolute;
bottom: 140px;
right: 120px;
}
}
}
}
}

/* button */
.buttonBoxQ{
margin: 0 auto;
&.line{
width: 80% ;
a,
a:link{
display: block;
width: 50%;
font-size: 22px;
margin: 0 auto;
}
}
}
.js-link{
animation: breathing 1s ease-in-out infinite;
will-change: transform; /* ← スムーズさUP */
}
@keyframes breathing {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.07);
}
}
/* fixed button */
.buttonBox.fixed{
width: 100%;
margin: 0 auto;
padding: 30px 0;
a,
a:link{
display: block;
max-width: 300px;
margin: 0 auto;
}
}


/* footer */
footer{
.innerBoxF{
.logoBox{
.logo{
font-size: 24px;
}
}
.linkBox,
.addressBox{
font-size: 12px;
}
}
.copyrightBox small{
font-size: 10px;
}
}
}

/* tablet2 ================ */
@media screen and (min-width:768px) and (max-width:820px){
.pc_none{display: none;}

.font--sizeS{font-size: 22px;}
.font--sizeM{font-size: 24px;}
.font--sizeL{font-size: 32px;}

/* header */
header{
padding: 10px 15px;
.innerBoxH{
display: grid;
grid-template-columns: 200px auto auto 200px;
column-gap: 10px;
justify-content: space-around;
align-items: center;
.logoBox{
.logo{
font-size: 22px;
}
}
.catchBox{
.catch{
font-size: 14px;
.firstline{
display: block;
}
}
}
.buttonBox{
width: 200px;
}
}
}

/* main */
.mainBox{
.innerBox.Main{
display: grid;
grid-template-columns: 1fr 1fr;
width: 95%;
height: 360px;
margin: 0 auto;
position: relative;
.imgBox{
.imgOccupation{
li{
width: 20%;
position: absolute;
bottom: 0;
&.imgOcc-sales{
top: 10%;
left: 0px;
}
&.imgOcc-life{
top: 20%;
left: 17%;
z-index: 10;
}
&.imgOcc-event{
width: 17%;
top: 8%;
left: 35%;
}
}
}
}

/* 250809 */
ul.imgOccupation::before {
    width: 90px;
    top: 4%;
    left: 20%;
}

.pointBox{
width: 100%;
position: static;
top: 0;
.point{
display: block;
width: 100px;
top: 15%;
}
.pointList{
width: 392px/*364px*/;
height: 243px/*226px*/;
background-image: url(../images/section_main-point_bg.webp);
background-size: 100%;
background-repeat: no-repeat;
background-position: left top;
dt{
width: 188px;
height: 28px;
}
dd{
ul{
display: grid;
row-gap: 5px;
width: 354px/*329px*/;
margin: 0 auto;
li{
width: 354px;
}
}
}
}
}
}
}
/* section--1 */
.sectionBox{
&.first{
margin: 0 auto;
padding: 120px 0;

text-align: center;
}
.innerBox{
width: 90%;
margin: 0 auto;
.catch{
width: 100%;
max-width: 400px;
margin: 0 auto 25px;
}
.headline{
display: grid;
grid-template-columns: auto auto;
column-gap: 3px;
justify-content: center;
align-items: center;
margin: 0 auto 30px;
img{
&.firstline{
width: 70%;
}
&.secondline{
width: 290px;
}
}
}
.questionBox{
width: 100%;
margin: 0 auto;
padding: 30px 0 40px;
background: #ffffff;
border-radius: 13px;
h2{
color: #2557D7;
font-weight: bold;
font-size: 24px;
}
.catchBox{
display: grid;
grid-template-columns: 50px auto 50px;
column-gap: 10px;
align-items: center;
justify-items: center;
justify-content: center;
&::before,
&::after{
content: "";
display: inline-block;
width: 2px;
height: 60px;
background: #464E53;
border-radius: 100px;
}
&::before{
transform: rotate(-20deg);
}
&::after{
transform: rotate(20deg);
}
.catch{
width: auto !important;
margin: 0 !important;
font-size: 20px;
font-weight: 600;
.firstline{
display: block;
}
}
}
.choice-workplaceBox{
width: 80%;
font-size: 18px;
}
}
}
}
/* section--2 */
.sectionBox{
&.second{
.innerBox{
width: 90%;
margin: 0 auto;
.point--1{
h2{
font-size: 28px;
.secondline{
font-size: 42px;
}
.thirdline{
font-size: 32px;
}
}
img{
width: 240px;
}
}
.point--2{
margin-bottom: 40px;
.catchBox{
margin-bottom: 30px;
font-weight: bold;
}
h2{
font-size: 34px;
}
img{
width: 420px;
}
}
}
}
}
/* section--3 */
.sectionBox{
&.third{
.innerBox{
width: 90%;
h2{
margin: 0 auto 80px;
padding: 30px 0;
img{
width: 400px;
margin: 0 auto;
}
}
.point--1{
row-gap: 30px;
.pointBox{
column-gap: 20px;
.number{
gap: 0px;
.firstline{
font-size: 26px;
line-height: 1;
}
.secondline{
font-size: 90px;
line-height: 1;
}
}
.contents{
font-size: 22px;
}
}
}
}
}
}
/* section--catch */
.sectionBox{
&.catch{
padding: 40px 0;
.innerBox{
width: 90%;
background-image: url(../images/point_img-01.webp),url(../images/point_img-01.webp);
background-size: 5%;
background-repeat:  no-repeat;
background-position: 17% 90%, 82% 90%;
.catchBox{
row-gap: 10px;
font-size: 28px;
font-weight: bold;
.thirdline{
font-size: 34px;
}
}
}
}
}
/* section--4 */
.sectionBox{
&.fourth{
.innerBox{
width: 90%;
.occupationBox{
column-gap: 10px;
.illust{
width: 200px;
height: auto;
object-fit: cover;
}
.contents{
width: auto;
.occ--mark{
margin: 0 auto 20px;
padding: 4px 20px 2px;
color: #ffffff;
font-size: 18px;
letter-spacing: 3px;
}
.occ--contents{
.catch{
margin: 0 0 5px 0;
font-size: 18px;
}
h3{
font-size: 28px;
margin: 0 0 10px 0;
}
.cmnt{
line-height: 2;
}
}
}
}
}
}
}
/* section--5 */
.sectionBox{
&.fifth{
margin: 0 auto 40px;
.innerBox{
h2{
img{
width: 380px;
margin: 0 auto 25px;
}
}
img{
width: 300px;
}
.catchBox{
margin: 60px auto;
.firstline{
font-size: 20px;
margin-bottom: 10px;
}
.secondline{
font-size: 34px;
}
}
}
}
}
/* section--6 */
.sectionBox{
&.sixth{
padding: 40px 0;
.innerBox{
width: 90%;
h2{
display: grid;
grid-template-columns: 30px auto 30px;
column-gap: 10px;
&::before,
&::after{
content: "";
display: inline-block;
width: 2px;
height: 70px;
background: #464E53;
border-radius: 100px;
}
&::before{
transform: rotate(-20deg);
}
&::after{
transform: rotate(20deg);
}
.firstline{
display: block;
font-size: 20px;
}
.secondline{
font-size: 28px;
}
}
.syoukaiBox{
column-gap: 10px;
margin: 20px auto;
.persondata{
width: 250px;
.person{
width: 70%;
margin: 0 auto;
text-align: center;
}
.data{
width: 80%;
margin: 0 auto;
text-align: center;
}
}
.contents{
padding: 20px;
border-radius: 13px;
.cmnt{
font-size: 15px;
line-height: 2;
letter-spacing: 1px;
}
}
}
}
}
}
/* section--7 */
.sectionBox{
&.seventh{
margin: 0 auto 60px;
.innerBox{
width: 90%;
h2{
margin: 0 auto 80px;
padding: 30px 0;
border-radius: 13px 13px 0px 0px;
img{
width: 450px;
margin: 0 auto;
}
}
.process{
li{
position: relative;
&::after{
content: "";
display: block;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #2557D7;
position: absolute;
bottom: -20px;
left: 45%;
}
&:last-child::after{
display: none;
}
}
.processBox{
display: grid;
grid-template-columns: 300px auto;
justify-items: center;
align-items: center;
margin-bottom: 40px;
padding: 30px;
background: #F5F5F5;
border-radius: 13px;
}
h3{
text-align: center;
.firstline{
display: block;
}
}
}
}
}
}
/* section--FAQ */
.sectionBox{
&.FAQ{
.innerBox{
width: 90%;
h2{
margin: 40px auto 20px;
font-size: 28px;
}
.qusetionBox{
row-gap: 20px;
h3{
column-gap: 10px;
padding: 8px 20px;
.questionmark{
font-size: 28px;
}
.questiontit{
font-size: 16px;
}
}
.answer{
padding: 20px 30px;
font-size: 14px;
}
}
}
}
}
/* section--ending */
.sectionBox{
&.ending{
margin: 0 auto;
padding: 40px 0;

.innerBox{
width: 90%;
h2{
margin-bottom: 30px;
img{
width: 325px;
margin: 0 auto;
}
}
.catchBox{
font-size: 22px;
font-weight: bold;
text-align: center;
position: relative;
.firstline{
display: block;
}
img{
width: 140px;
position: absolute;
bottom: 140px;
right: 120px;
}
}
}
}
}

/* button */
.buttonBoxQ{
margin: 0 auto;
&.line{
width: 80%;
a,
a:link{
display: block;
margin: 0 auto;
width: 50%;
font-size: 22px;
}
}
}
.js-link{
animation: breathing 1s ease-in-out infinite;
will-change: transform; /* ← スムーズさUP */
}
@keyframes breathing {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.07);
}
}
/* fixed button */
.buttonBox.fixed{
width: 100%;
margin: 0 auto;
padding: 30px 0;
a,
a:link{
display: block;
max-width: 300px;
margin: 0 auto;
}
}

/* footer */
footer{
.innerBoxF{
.logoBox{
.logo{
font-size: 24px;
}
}
.linkBox,
.addressBox{
font-size: 12px;
}
}
.copyrightBox small{
font-size: 10px;
}
}
}

/* SP ================ */
@media screen and (max-width:767px){
.sp_none{display: none !important;}

/* .font--sizeS{font-size: 14px;} */
.font--sizeM{font-size: 18px;}
.font--sizeL{font-size: 26px;}

/* header */
header{
width: 100%;
padding: 10px 5px;
.innerBoxH{
display: grid;
grid-template-columns: 140px auto 40px !important;
column-gap: 5px;
justify-content: space-around;
align-items: center;
.logoBox{
.logo{
font-size: 18px;
width: 95%;
}
}
.catchBox{
.catch{
font-size: 12px;
text-align: right;
.firstline{
display: block;
}
}
}
.buttonBox{
display: none !important;
}
}
}

/* main */
.mainBox{
.innerBox.Main{
display: block;
width: 90%;
height: 700px;
margin: 0 auto;
.imgBox{
.imgOccupation{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin: 5% auto 0;
position: static;
top: 0;
left: 0;
li{
width: 100%;
&.imgOcc-sales{
position: static;
}
&.imgOcc-life{
margin-top: 20%;
position: static;
z-index: 10;
}
&.imgOcc-event{
width: 92%;
position: static;
}
}
}
}

/* 250809 */
ul.imgOccupation::before {
    width: 170px;
    top: -3%;
    left: 35%;
}

.pointBox{
width: 100%;
position: relative;
top: 0;
.point{
display: block;
width: 90px;
position: absolute;
top: -40px;
right: 0;
}
.pointList{
width: 100%;
/*max-width: 560px;
max-height: 338px;*/
height: 450px !important;
background-image: url(../images/section_main-point_bg.webp);
background-size: 100%;
background-repeat: no-repeat;
background-position: left top;
position: absolute;
top: 0;
dt{
width: 188px;
height: 28px;
}
dd{
ul{
display: grid;
row-gap: 4px;
width: 90%;
margin: 0 auto;
li{
width: 100%;
}
}
}
}
}
}
}

/* cta */
.sectionBox{
&.cta{
    background-image: url(../images/bg_cta_sp.webp);
    /* margin-top: 30%; */
}

/* @media screen and (max-width:400px){
   &.cta{
    margin-top: 24%;
} 
} */
}

.sectionBox.cta .campaign .small{
    font-size: 0.6rem;
}

.sectionBox.cta .campaign .small .sp-br{
    display: block;
}

.downicon::before{
    width: 27px;
    }
@media screen and (max-width:400px){
.downicon::before{
    width: 24px;
}
}

/* section--1 */
.sectionBox{
&.first{
margin: 0 auto;
padding: 20% 0;

text-align: center;
}
.innerBox{
width: 90%;
margin: 0 auto;
.catch{
width: 300px;
margin: 0 auto 15px;
}
.headline{
display: grid;
grid-template-columns: auto auto;
column-gap: 5px;
justify-content: center;
align-items: center;
margin: 0 auto 30px;
img{
&.firstline{
max-width: 100%;
}
&.secondline{
width: 195px;
}
}
}
.questionBox{
width: 100%;
margin: 0 auto;
padding: 30px 0 40px;
background: #ffffff;
border-radius: 13px;
h2{
color: #2557D7;
font-weight: bold;
font-size: 22px;
}
.catchBox{
display: grid;
grid-template-columns: 30px auto 30px;
column-gap: 10px;
align-items: center;
justify-items: center;
justify-content: center;
&::before,
&::after{
content: "";
display: inline-block;
width: 2px;
height: 60px;
background: #464E53;
border-radius: 100px;
}
&::before{
transform: rotate(-20deg);
}
&::after{
transform: rotate(20deg);
}
.catch{
width: auto !important;
margin: 0 !important;
font-size: 18px;
font-weight: 600;
.firstline{
display: block;
}
}
}
.choice-workplaceBox{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px 20px;
width: 90%;
margin: 30px auto;
input{
display: none;
}
input[type="radio"]:checked + label{
background-color: #2557D7;
color: #ffffff;
}
/* label{
display: block ;
padding: 20px;
background: #D9D9D9;
color: #464E53;
font-weight: bold;
border-radius: 13px;
height: 64px;
} */
}
}
}
}

.choice-workplaceBox {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    width: 90%;
    margin: 30px auto;

    input {
        display: none;
    }

    input[type="radio"]:checked + label {
        background-color: #2557D7;
        color: #ffffff;
    }

    label {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1.3;
        box-sizing: border-box;
        min-width: 0;
        width: 100%;

        background: #D9D9D9;
        color: #464E53;
        font-weight: bold;
        font-size: 14px;
        border-radius: 13px;
        height: 64px;
        cursor: pointer;
    }
}
    .choice-workplaceBox label br {
        display: block;
    }


/* section--2 */
.sectionBox{
&.second{
.innerBox{
width: 90%;
margin: 0 auto;
.workPlace{
margin-bottom: 40px;
li{
font-size: 14px;
letter-spacing: 0.5px;
}
}
.point--1{
h2{
font-size: 24px;
.secondline{
font-size: 30px;
}
.thirdline{
font-size: 28px;
}
}
img{
width: 220px;
}
}
.point--2{
margin-bottom: 40px;
.catchBox{
margin-bottom: 20px;
font-weight: bold;
}
h2{
font-size: 26px;
}
img{
width: 300px;
}
}
}
}
}
/* section--3 */
.sectionBox{
&.third{
.innerBox{
width: 90%;
h2{
margin: 0 auto 40px;
padding: 30px 0;
img{
width: 80%;
margin: 0 auto;
}
}
.point--1{
row-gap: 30px;
.pointBox{
column-gap: 20px;
.number{
gap: 0px;
.firstline{
font-size: 13px;
line-height: 1;
}
.secondline{
font-size: 45px;
line-height: 1;
letter-spacing: 0.5px;
}
}
.contents{
row-gap: 5px;
font-size: 16px;
letter-spacing: 3px;
}
}
}
}
}
}
/* section--catch */
.sectionBox{
&.catch{
padding: 40px 0;
.innerBox{
width: 90%;
background-image: url(../images/point_img-01.webp),url(../images/point_img-01.webp);
background-size: 7%;
background-repeat:  no-repeat;
background-position: 3% 60%, 97% 60%;
.catchBox{
row-gap: 7px;
font-size: 18px;
font-weight: bold;
.thirdline{
font-size: 28px;
}
}
}
}
}
/* section--4 */
.sectionBox{
&.fourth{
.innerBox{
width: 80%;
.occupationBox{
display: grid;
grid-template-columns: none;
row-gap: 10px;
.illust{
width: 100%;
height: auto;
object-fit: cover;
}
.contents{
width: auto;
.occ--mark{
margin: 0 auto 20px;
padding: 4px 20px 2px;
color: #ffffff;
font-size: 18px;
letter-spacing: 3px;
}
.occ--contents{
.catch{
width: 100%;
margin: 0 0 5px 0;
}
h3{
font-size: 24px;
margin: 0 0 10px 0;
}
.cmnt{
line-height: 1.5;
}
}
}
&.event-staff{
.illust{
order: 1;
}
.contents{
order: 2;
}
}
}
}
}
}
/* section--5 */
.sectionBox{
&.fifth{
margin: 0 auto 40px;
.innerBox{
h2{
img{
width: 80%;
margin: 0 auto 25px;
}
}
img{
width: 70%;
}
.catchBox{
margin: 60px auto;
.firstline{
font-size: 16px;
margin-bottom: 10px;
}
.secondline{
font-size: 26px;
}
}
}
}
}
/* section--6 */
.sectionBox{
&.sixth{
padding: 40px 0;
.innerBox{
width: 90%;
h2{
display: grid;
grid-template-columns: 30px auto 30px;
column-gap: 10px;
&::before,
&::after{
content: "";
display: inline-block;
width: 2px;
height: 70px;
background: #464E53;
border-radius: 100px;
}
&::before{
transform: rotate(-20deg);
}
&::after{
transform: rotate(20deg);
}
.firstline{
display: block;
font-size: 18px;
}
.secondline{
font-size: 24px;
}
}
.syoukaiBox{
display: inherit;
margin: 20px auto;
.persondata{
width: 100%;
margin: 0 auto 20px;
.person{
width: 60%;
}
.data{
width: 70%;
}
}
.contents{
.cmnt{
font-size: 14px;
line-height: 2;
letter-spacing: 1px;
}
}
}
}
}
}
/* section--7 */
.sectionBox{
&.seventh{
margin: 0 auto 40px;
.innerBox{
width: 90%;
padding-top: 90px;
img{
width: 320px;
margin: 0 auto;
}
.process{
li{
position: relative;
&::after{
content: "";
display: block;
width: 0;
height: 0;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #2557D7;
position: absolute;
bottom: -20px;
left: 40%;
}
&:last-child::after{
display: none;
}
}
.processBox{
display: block;
margin-bottom: 40px;
padding: 30px;
background: #F5F5F5;
border-radius: 13px;
}
h3{
text-align: center;
margin-bottom: 15px;
.firstline{
display: block;
}
}
.processcmnt{
font-size: 14px;
}
}
}
}
}
/* section--FAQ */
.sectionBox{
&.FAQ{
.innerBox{
width: 90%;
h2{
margin: 40px auto 20px;
font-size: 24px;
}
.qusetionBox{
row-gap: 20px;
h3{
column-gap: 10px;
padding: 8px 20px;
.questionmark{
font-size: 28px;
}
.questiontit{
font-size: 14px;
line-height: 1.2;
}
}
.answer{
padding: 20px 30px;
font-size: 14px;
}
}
}
}
}

/* section--ending */
.sectionBox{
&.ending{
padding: 40px 0;
.innerBox{
width: 90%;
h2{
margin-bottom: 30px;
img{
width: 200px;
margin: 0 auto;
}
}
.catchBox{
font-size: 16px;
img{
width: 100px;
position: absolute;
bottom: 110px;
right: 10px;
}
}
}
}
}

/* button */
.buttonBoxQ{
margin: 0 auto;
&.line{
width: 80%;
a,
a:link{
display: block;
margin: 0 auto;
width: 90%;
font-size: 22px;
}
}
}
.js-link{
animation: breathing 1s ease-in-out infinite;
will-change: transform; /* ← スムーズさUP */
}
@keyframes breathing {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.07);
}
}
/* fixed button */
.buttonBox.fixed{
width: 100%;
margin: 0 auto;
padding: 10px 0;
background: rgb(255 255 255 / 70%);
z-index: 100;
a,
a:link{
display: block;
max-width: 300px;
margin: 0 auto;
position: static;
}
}

/* footer */
footer{
width: 100%;
.innerBoxF{
row-gap: 20px;
padding: 30px 0 20px;
.logoBox{
.logo{
width: 80%;
margin: 0 auto;
}
}
.linkBox,
.addressBox{
font-size: 12px;
}
}
.copyrightBox small{
font-size: 10px;
}
}
}

/* 250809 */
@media screen and (max-width:498px){
    
header{
    .innerBoxH{
display: grid;
grid-template-columns: 115px auto 40px !important;
column-gap: 5px;
justify-content: space-around;
align-items: center;
    
.catchBox{
    .firstline{
        font-size: 10px;
        letter-spacing: 1px;
    }
  .secondline {
    display: none!important;
    font-size: 10px;
  }
  .secondline-sp {
    display: inline!important;
    font-size: 10px;
  }
}
}
}


.mainBox .innerBox.Main{
display: block;
width: 90%;
height: 370px;
margin: 50px auto 0;
}

.mainBox .innerBox.Main .imgBox ul.imgOccupation::before{
    width: 110px;
    top: -10%;
    left: 30%;
}
}


