@charset "UTF-8";
.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

#fv {
  position: relative;
}
@media screen and (min-width: 640px) {
  #fv {
    padding: 0px 5vw 0px 5vw;
    background-color: #F65A4D;
  }
}

@media screen and (min-width: 640px) {
  .fv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1366px) {
  .fv_inner {
    position: relative;
    max-width: 1206px;
    margin: 0px auto;
  }
}

.fv_content {
  padding: 80px 4vw 20px 4vw;
}
@media screen and (min-width: 640px) {
  .fv_content {
    padding: 60px 3vw 30px 0px;
    width: 60%;
    margin-bottom: 20vw;
    position: relative;
    z-index: 11;
  }
}
@media screen and (min-width: 980px) {
  .fv_content {
    width: 55%;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_content {
    margin-bottom: 17vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_content {
    width: 600px;
    padding-top: 80px;
    padding-bottom: 128px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 640px) {
  .fv_content:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    z-index: -1;
  }
}

.fv_intro {
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .fv_intro {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_intro {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_intro {
    font-size: 1.5vw;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1366px) {
  .fv_intro {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
  }
}

.fv_title {
  margin-top: 5px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .fv_title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_title {
    font-size: 2.4rem;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1180px) {
  .fv_title br {
    display: none;
  }
}

.fv_subtitle {
  margin-top: 8px;
  color: #F65A4D;
  white-space: nowrap;
  font-size: 12.5333333333vw;
  letter-spacing: 0.05em;
  font-weight: 900;
  font-style: italic;
  line-height: 1em;
  letter-spacing: 0em;
}
@media screen and (min-width: 640px) {
  .fv_subtitle {
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_subtitle {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_subtitle {
    margin-top: 15px;
    line-height: 1.05em;
    font-size: 7.2rem;
    margin-left: -0.15em;
    letter-spacing: -0.01em;
  }
}

.fv_comments {
  margin-top: 15px;
}
@media screen and (min-width: 1180px) {
  .fv_comments {
    margin-top: 25px;
  }
}

.fv_comments_title {
  background-color: #F65A4D;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 10px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .fv_comments_title {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_comments_title {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_comments_title {
    font-size: 1.8rem;
    max-width: 360px;
  }
}

.fv_comments_list {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .fv_comments_list {
    margin-top: 15px;
  }
}

.fv_comment_item {
  position: relative;
  padding-left: 1.5em;
  font-size: 3.7333333333vw;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .fv_comment_item {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_comment_item {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_comment_item {
    font-size: 1.5rem;
    padding-left: 0.9em;
  }
}
.fv_comment_item::before {
  content: "■";
  position: absolute;
  top: 0.55em;
  left: 0;
  color: #F65A4D;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: -0.55em;
}
@media screen and (min-width: 1366px) {
  .fv_comment_item::before {
    font-size: 1rem;
    margin-top: -0.3em;
  }
}
.fv_comment_item + .fv_comment_item {
  margin-top: 8px;
}
@media screen and (min-width: 1366px) {
  .fv_comment_item + .fv_comment_item {
    margin-top: 7px;
  }
}

@media screen and (max-width: 639px) {
  .fv_catchcopy {
    position: absolute;
    left: 5vw;
    bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .fv_catchcopy {
    position: absolute;
    z-index: 33;
    left: 5vw;
    bottom: 5.5vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_catchcopy {
    bottom: 6.5vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_catchcopy {
    bottom: 3vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_catchcopy {
    bottom: 30px;
    left: 0px;
  }
}
@media screen and (min-width: 640px) {
  .fv_catchcopy .fv_catchcopy_line {
    line-height: 1em;
  }
}
.fv_catchcopy .fv_catchcopy_line span {
  display: inline-block;
  background-color: #175DD3;
  color: #fff;
  padding: 0.2em 8px;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1em;
}
@media screen and (min-width: 640px) {
  .fv_catchcopy .fv_catchcopy_line span {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_catchcopy .fv_catchcopy_line span {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_catchcopy .fv_catchcopy_line span {
    font-size: 4rem;
    padding: 0.03em 8px 0.08em 8px;
  }
}
.fv_catchcopy .fv_catchcopy_line span._large {
  font-size: 7.4666666667vw;
}
@media screen and (min-width: 640px) {
  .fv_catchcopy .fv_catchcopy_line span._large {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .fv_catchcopy .fv_catchcopy_line span._large {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_catchcopy .fv_catchcopy_line span._large {
    font-size: 7rem;
  }
}
.fv_catchcopy .fv_catchcopy_line + .fv_catchcopy_line {
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .fv_catchcopy .fv_catchcopy_line + .fv_catchcopy_line {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1180px) {
  .fv_catchcopy .fv_catchcopy_line + .fv_catchcopy_line {
    margin-top: 6px;
  }
}
.fv_catchcopy .fv_catchcopy_line:nth-child(2) {
  margin-left: 9.6vw;
}
@media screen and (min-width: 1366px) {
  .fv_catchcopy .fv_catchcopy_line:nth-child(2) {
    margin-left: 80px;
  }
}
.fv_catchcopy .fv_catchcopy_line:nth-child(3) {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  .fv_catchcopy .fv_catchcopy_line:nth-child(3) {
    margin-left: 0px;
  }
}

.fv_visual {
  border-radius: 0px 100px 0px 0px;
}
@media screen and (max-width: 639px) {
  .fv_visual {
    background-color: #F65A4D;
  }
}
@media screen and (min-width: 640px) {
  .fv_visual {
    width: 50%;
    margin-left: -35%;
  }
}
@media screen and (min-width: 980px) {
  .fv_visual {
    position: relative;
    margin-left: -30%;
    z-index: 22;
  }
}
@media screen and (min-width: 1366px) {
  .fv_visual {
    margin-left: -330px;
  }
}
@media screen and (min-width: 640px) {
  .fv_visual .fv_visual_image {
    margin-right: -50vw;
  }
}
@media screen and (min-width: 980px) {
  .fv_visual .fv_visual_image {
    margin-right: -45vw;
  }
}
@media screen and (min-width: 1366px) {
  .fv_visual .fv_visual_image {
    margin-right: -681px;
  }
}
.fv_visual .fv_visual_image img {
  width: 100%;
  height: auto;
}

.cta_diagnosis {
  background-color: #42EFC7;
}
@media screen and (min-width: 980px) {
  .cta_diagnosis .contents_inner {
    max-width: 700px;
    margin: 0px auto;
  }
}

.cta_diagnosis_title {
  text-align: center;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_title {
    line-height: 2em;
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}
.cta_diagnosis_title .large {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_title .large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_title .large {
    font-size: 2.6rem;
  }
}

.cta_diagnosis_subtitle {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_subtitle {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_subtitle {
    margin-top: 32px;
    font-size: 4rem;
  }
}
.cta_diagnosis_subtitle .large {
  font-size: 8vw;
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFFE04));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFFE04 0%);
  background-position: bottom 0.1em left 0px;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_subtitle .large {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_subtitle .large {
    font-size: 6rem;
    letter-spacing: 0.05em;
  }
}

.cta_diagnosis_contact {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_contact {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 2%;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact {
    margin-top: 60px;
    gap: 35px 4%;
  }
}

@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_item {
    line-height: 1em;
    width: 48%;
  }
}
@media screen and (max-width: 639px) {
  .cta_diagnosis_contact_item + .cta_diagnosis_contact_item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_item._line {
    width: 100%;
  }
}

.cta_diagnosis_contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 5vw;
  padding: 15px 5vw;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #FFFE04;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_link {
    border-width: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 3vw 20px 3vw;
    gap: 0px 2vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_link {
    padding: 25px 18px 25px 18px;
    border-radius: 20px;
    border-width: 5px;
    gap: 0px 15px;
  }
}
@media (any-hover: hover) {
  .cta_diagnosis_contact_link:hover {
    background-color: #F65A4D;
  }
}

.cta_diagnosis_contact_icon {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_icon img {
    width: 100%;
    height: auto;
  }
}

.cta_diagnosis_contact_text {
  color: #333;
}
.cta_diagnosis_contact_text .value {
  font-weight: 700;
  font-size: 5.3333333333vw;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_text .value {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_text .value {
    font-size: 2.5rem;
  }
}
.cta_diagnosis_contact_text .note {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_text .note {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_text .note {
    margin-top: 0.3em;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_item._line .cta_diagnosis_contact_link {
    padding-right: 6vw;
    gap: 0px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_item._line .cta_diagnosis_contact_link {
    gap: 0px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .cta_diagnosis_contact_item._line .cta_diagnosis_contact_link {
    padding-right: 40px;
  }
}
@media screen and (min-width: 640px) {
  .cta_diagnosis_contact_item._line .cta_diagnosis_contact_text .value {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_item._line .cta_diagnosis_contact_text .value {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 980px) {
  .cta_diagnosis_contact_item._mail .cta_diagnosis_contact_text .value {
    font-size: 2rem;
  }
}

.cta_present {
  background-color: #42EFC7;
}
@media screen and (min-width: 1180px) {
  .cta_present .contents_inner {
    max-width: 966px;
    margin: 0px auto;
  }
}

@media screen and (min-width: 640px) {
  .cta_present_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 1180px) {
  .cta_present_box {
    gap: 0px 20px;
  }
}

.cta_present_title {
  margin-bottom: 25px;
}
@media screen and (min-width: 640px) {
  .cta_present_title {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cta_present_title .sub, .cta_present_title .main {
  font-weight: 800;
  line-height: 1.6em;
}
@media screen and (max-width: 639px) {
  .cta_present_title .sub, .cta_present_title .main {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .cta_present_title .sub, .cta_present_title .main {
    line-height: 1.7em;
  }
}
@media screen and (min-width: 980px) {
  .cta_present_title .sub, .cta_present_title .main {
    line-height: 1.6em;
  }
}
.cta_present_title .sub {
  font-size: min(4.8vw, 2rem);
}
@media screen and (min-width: 640px) {
  .cta_present_title .sub {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_present_title .sub {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .cta_present_title .sub {
    font-size: 2.6rem;
  }
}
.cta_present_title .main {
  margin-top: 0.5em;
  font-size: min(4.8vw, 2rem);
}
@media screen and (min-width: 640px) {
  .cta_present_title .main {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_present_title .main {
    font-size: 2.8rem;
    line-height: 1.3em;
    display: block;
  }
}
@media screen and (min-width: 1180px) {
  .cta_present_title .main {
    margin-top: 0.2em;
    font-size: 3.2rem;
  }
}
.cta_present_title .main .marker {
  font-size: min(8vw, 4rem);
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFFE04));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFFE04 0%);
  background-position: bottom 0.1em left 0px;
}
@media screen and (min-width: 640px) {
  .cta_present_title .main .marker {
    line-height: 1.4em;
    font-size: 6.5vw;
  }
}
@media screen and (min-width: 980px) {
  .cta_present_title .main .marker {
    line-height: 1.3em;
    font-size: 7rem;
  }
}
@media screen and (min-width: 1180px) {
  .cta_present_title .main .marker {
    font-size: 8rem;
    line-height: 1.5em;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 640px) {
  .cta_present_image {
    width: 50%;
  }
}
@media screen and (min-width: 1180px) {
  .cta_present_image {
    width: 484px;
  }
}
@media screen and (min-width: 980px) {
  .cta_present_image img {
    width: 100%;
    height: auto;
  }
}

.cta_present_form {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .cta_present_form {
    margin-top: 20px;
  }
}

.cta_final {
  background-color: #42EFC7;
  padding: 60px 5vw;
}
@media screen and (min-width: 640px) {
  .cta_final {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 980px) {
  .cta_final {
    padding: 80px 40px 80px 40px;
  }
}
@media screen and (min-width: 980px) {
  .cta_final._last {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 980px) {
  .cta_final_title {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: center;
  }
}

.cta_final_text {
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .cta_final_text {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.55em;
    text-align: center;
  }
}

.cta_final_button .btn_standard {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

#achievement {
  padding: 80px 8vw 60px 8vw;
}
@media screen and (min-width: 640px) {
  #achievement {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 980px) {
  #achievement {
    padding: 100px 40px 100px 40px;
  }
}
@media screen and (min-width: 1180px) {
  #achievement {
    padding: 150px 40px 100px 40px;
  }
}

@media screen and (min-width: 640px) {
  .achievement_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 1180px) {
  .achievement_list {
    gap: 0px 33px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.achievement_item {
  background-color: #FFEFE5;
  border: 5px solid #F65A4D;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.35));
  padding-bottom: 35px;
}
@media screen and (min-width: 640px) {
  .achievement_item {
    width: 32%;
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 1180px) {
  .achievement_item {
    border-width: 8px;
    padding-bottom: 45px;
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  .achievement_item + .achievement_item {
    margin-top: 70px;
  }
}

.achievement_icon {
  background-color: #F65A4D;
  border-radius: 50%;
  width: 100px;
  margin: -50px auto 0px auto;
}
@media screen and (min-width: 640px) {
  .achievement_icon {
    width: 10vw;
    margin-top: -5vw;
  }
}
@media screen and (min-width: 980px) {
  .achievement_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -60px;
    width: 100px;
    height: 100px;
    text-align: center;
  }
}

.achievement_number {
  margin-top: 15px;
  text-align: center;
  color: #F65A4D;
  font-size: 6.9333333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media screen and (min-width: 640px) {
  .achievement_number {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .achievement_number {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .achievement_number {
    margin-top: 35px;
  }
}
.achievement_number .number_large {
  display: inline-block;
  font-size: 24vw;
  letter-spacing: 0em;
  line-height: 1em;
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(255, 255, 255, 0)), color-stop(0%, #FFFE04));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 90%, #FFFE04 0%);
  background-position: bottom 0.2em left 0px;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
@media screen and (min-width: 640px) {
  .achievement_number .number_large {
    font-size: 8vw;
  }
}
@media screen and (min-width: 980px) {
  .achievement_number .number_large {
    font-size: 9rem;
  }
}

.achievement_text {
  margin-top: 10px;
}
@media screen and (min-width: 1180px) {
  .achievement_text {
    margin-top: 15px;
  }
}
.achievement_text .text {
  text-align: center;
  font-size: 5.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .achievement_text .text {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .achievement_text .text {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .achievement_text .text {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
.achievement_text .notice {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .achievement_text .notice {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .achievement_text .notice {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .achievement_text .notice {
    padding-right: 5px;
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    text-align: center;
  }
}

#concern {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (min-width: 640px) {
  #concern {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1366px) {
  #concern {
    padding: 0px;
  }
}
#concern .contents_inner {
  position: relative;
  z-index: 11;
  max-width: 1366px;
  margin: 0px auto;
}

.concern_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concern_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 980px) {
  .concern_title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1366px) {
  .concern_title {
    top: 80px;
  }
}
.concern_title .sub, .concern_title .main {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
}
.concern_title .sub {
  font-size: 4.8vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 640px) {
  .concern_title .sub {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .concern_title .sub {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1180px) {
  .concern_title .sub {
    font-size: 3.2rem;
  }
}
.concern_title .main {
  font-size: 7.4666666667vw;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 640px) {
  .concern_title .main {
    font-size: 5vw;
  }
}
@media screen and (min-width: 980px) {
  .concern_title .main {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1180px) {
  .concern_title .main {
    margin-top: 0.1em;
    font-size: 4.6rem;
  }
}

.concern_image {
  margin: 0px -5vw;
  padding-top: 135.4666666667vw;
}
@media screen and (min-width: 640px) {
  .concern_image {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1366px) {
  .concern_image {
    max-width: 1548px;
    margin: 0px -46px 0px -136px;
  }
}
@media screen and (min-width: 980px) {
  .concern_image img {
    width: 100%;
    height: auto;
  }
}

.concern_item {
  position: absolute;
}
@media screen and (min-width: 980px) {
  .concern_item img {
    width: 100%;
    height: auto;
  }
}
.concern_item:nth-child(1) {
  width: 77.3333333333vw;
}
@media screen and (max-width: 639px) {
  .concern_item:nth-child(1) {
    left: 0px;
    top: 29.3333333333vw;
  }
}
@media screen and (min-width: 640px) {
  .concern_item:nth-child(1) {
    width: 34.375vw;
    bottom: 31.25vw;
    left: 3.125vw;
  }
}
@media screen and (min-width: 980px) {
  .concern_item:nth-child(1) {
    width: 30.612244898vw;
    bottom: 30.612244898vw;
    left: 6.1224489796vw;
  }
}
@media screen and (min-width: 1366px) {
  .concern_item:nth-child(1) {
    width: 380px;
    left: 50%;
    margin-left: -483px;
    bottom: 344px;
  }
}
.concern_item:nth-child(2) {
  left: 50%;
  width: 80.5333333333vw;
  bottom: 90.6666666667vw;
}
@media screen and (max-width: 639px) {
  .concern_item:nth-child(2) {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 640px) {
  .concern_item:nth-child(2) {
    width: 31.25vw;
    left: -2.34375vw;
    bottom: 13.28125vw;
  }
}
@media screen and (min-width: 980px) {
  .concern_item:nth-child(2) {
    width: 26.0204081633vw;
    left: 0vw;
    bottom: 13.7755102041vw;
  }
}
@media screen and (min-width: 1366px) {
  .concern_item:nth-child(2) {
    width: 320px;
    left: 50%;
    margin-left: -594px;
    bottom: 170px;
  }
}
.concern_item:nth-child(3) {
  width: 78.9333333333vw;
  right: -8vw;
}
@media screen and (max-width: 639px) {
  .concern_item:nth-child(3) {
    right: 5.3333333333vw;
    top: 78.6666666667vw;
  }
}
@media screen and (min-width: 640px) {
  .concern_item:nth-child(3) {
    width: 35.9375vw;
    right: -0.78125vw;
    bottom: 15.625vw;
  }
}
@media screen and (min-width: 980px) {
  .concern_item:nth-child(3) {
    width: 31.1224489796vw;
    right: 2.5510204082vw;
    bottom: 18.3673469388vw;
  }
}
@media screen and (min-width: 1366px) {
  .concern_item:nth-child(3) {
    width: 399px;
    right: 50%;
    margin-right: -570px;
    bottom: 209px;
  }
}

#about {
  padding: 0px;
}
@media screen and (min-width: 1180px) {
  #about .contents_inner {
    max-width: 1006px;
  }
}

@media screen and (max-width: 639px) {
  .about_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 640px) {
  .about_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about_image {
  position: relative;
  z-index: 11;
}
@media screen and (min-width: 640px) {
  .about_image {
    width: 60%;
    margin-left: -15%;
  }
}
@media screen and (min-width: 1366px) {
  .about_image {
    width: 800px;
    margin-right: -234px;
    margin-left: -230px;
  }
}
@media screen and (min-width: 640px) {
  .about_image img {
    margin-right: -5vw;
  }
}
@media screen and (min-width: 980px) {
  .about_image img {
    width: 100%;
    height: auto;
  }
}

.about_intro {
  position: relative;
  z-index: 1;
  padding: 30px 5vw;
}
@media screen and (max-width: 639px) {
  .about_intro {
    margin-top: -30px;
    max-width: 95%;
  }
}
@media screen and (min-width: 640px) {
  .about_intro {
    width: 55%;
    margin-top: 15vw;
  }
}
@media screen and (min-width: 1366px) {
  .about_intro {
    width: 620px;
    margin-top: 240px;
    padding: 80px 0px 70px 0px;
  }
}
@media screen and (min-width: 980px) {
  .about_intro .about_intro_inner {
    margin-left: auto;
    width: 90%;
  }
}
@media screen and (min-width: 1180px) {
  .about_intro .about_intro_inner {
    width: 100%;
  }
}
.about_intro .about_logo {
  width: 150px;
}
@media screen and (min-width: 980px) {
  .about_intro .about_logo {
    width: 180px;
  }
}
@media screen and (min-width: 1180px) {
  .about_intro .about_logo {
    width: 324px;
  }
}
@media screen and (min-width: 980px) {
  .about_intro .about_logo img {
    width: 100%;
    height: auto;
  }
}
.about_intro .about_title {
  margin-top: 8px;
  line-height: 1.8em;
  font-size: 4.2666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .about_intro .about_title {
    max-width: 75%;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .about_intro .about_title {
    font-size: 1.8rem;
    line-height: 2em;
  }
}
@media screen and (min-width: 1180px) {
  .about_intro .about_title {
    max-width: 100%;
    font-size: 1.9rem;
    margin-top: 30px;
    margin-left: 0.5em;
  }
}
.about_intro:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#cbddff), to(#ffdec9));
  background: linear-gradient(#cbddff 0%, #ffdec9 100%);
  z-index: -1;
}

#salary {
  background-color: #FFDEC9;
}
@media screen and (min-width: 1180px) {
  #salary {
    padding-top: 165px;
    padding-bottom: 140px;
  }
}

.salary_title {
  position: relative;
  z-index: 11;
  text-align: center;
  color: #F65A4D;
  font-weight: 800;
  font-size: 7.4666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .salary_title {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_title {
    font-size: 6rem;
    letter-spacing: 0.13em;
    line-height: 1.55em;
  }
}
.salary_title .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(255, 255, 255, 0)), color-stop(0%, #FFFE04));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 90%, #FFFE04 0%);
  background-position: bottom 0.2em left 0px;
}

.salary_image {
  margin-top: -15px;
}
@media screen and (min-width: 980px) {
  .salary_image {
    max-width: 90%;
    margin: -25px auto 0px auto;
  }
}
@media screen and (min-width: 1180px) {
  .salary_image {
    margin-top: -35px;
    max-width: 966px;
  }
}
@media screen and (min-width: 980px) {
  .salary_image img {
    width: 100%;
    height: auto;
  }
}

.salary_contents {
  margin-top: 60px;
  padding: 0px 5vw 25px 5vw;
  background-color: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 980px) {
  .salary_contents {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .salary_contents {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
    border-radius: 150px;
    padding: 0px 60px 60px 60px;
    max-width: 966px;
    margin: 130px auto 0px auto;
  }
}

.salary_contents_head {
  text-align: center;
  position: relative;
  top: -25px;
  z-index: 11;
  margin-bottom: -25px;
}
@media screen and (min-width: 980px) {
  .salary_contents_head {
    top: -35px;
    margin-bottom: -35px;
  }
}
.salary_contents_head span {
  display: inline-block;
  border-radius: 80px;
  background-color: #FFD804;
  line-height: 1.5em;
  font-weight: 700;
  padding: 0.5em 10px 0.4em 10px;
}
@media screen and (max-width: 979px) {
  .salary_contents_head span {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .salary_contents_head span {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_contents_head span {
    padding: 1.2em 30px 1.1em 30px;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_contents_head span {
    padding: 27px 30px 24px 30px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 640px) {
  .salary_contents_head:after {
    content: "";
    background: #FFD804;
    height: 10.3923048454px;
    width: 15px;
    margin-left: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 11;
  }
}

.salary_message_text {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .salary_message_text {
    margin-top: 30px;
  }
}
.salary_message_text .sub, .salary_message_text .main {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.salary_message_text .sub {
  font-size: 4.8vw;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .salary_message_text .sub {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_message_text .sub {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_message_text .sub {
    font-size: 3.2rem;
  }
}
.salary_message_text .main {
  color: #F65A4D;
  font-size: 6.9333333333vw;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .salary_message_text .main {
    font-size: 3vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_message_text .main {
    font-size: 3.8vw;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1180px) {
  .salary_message_text .main {
    margin-top: 0.3em;
    line-height: 1.6em;
    letter-spacing: 0.15em;
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 640px) {
  .salary_message_text .main .large {
    font-size: 5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_message_text .main .large {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_message_text .main .large {
    font-size: 6rem;
  }
}
@media screen and (min-width: 640px) {
  .salary_message_text:before, .salary_message_text:after {
    content: "";
    width: 6.40625vw;
    height: 15.625vw;
    background-size: cover;
    position: absolute;
    bottom: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .salary_message_text:before, .salary_message_text:after {
    width: 82px;
    height: 200px;
  }
}
@media screen and (min-width: 640px) {
  .salary_message_text:before {
    background-image: url(../../img/salary_icon01@2x.webp);
    left: 6.25vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_message_text:before {
    left: 40px;
  }
}
@media screen and (min-width: 640px) {
  .salary_message_text:after {
    background-image: url(../../img/salary_icon02@2x.webp);
    right: 6.25vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_message_text:after {
    right: 40px;
  }
}

.salary_list {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .salary_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 4%;
  }
}
@media screen and (min-width: 980px) {
  .salary_list {
    margin-top: 30px;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 1180px) {
  .salary_list {
    margin-top: 55px;
    gap: 0px 29px;
  }
}

.salary_item {
  background-color: #F65A4D;
  border: 5px solid #F65A4D;
}
@media screen and (min-width: 640px) {
  .salary_item {
    width: 48%;
  }
}
@media screen and (min-width: 980px) {
  .salary_item {
    width: 49%;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item {
    border-width: 8px;
    width: 408px;
  }
}
@media screen and (max-width: 639px) {
  .salary_item + .salary_item {
    margin-top: 20px;
  }
}

.salary_item_content {
  padding: 15px 3vw;
}
@media screen and (min-width: 1180px) {
  .salary_item_content {
    padding: 40px 35px 35px 35px;
  }
}

@media screen and (min-width: 980px) {
  .salary_item_visual img {
    width: 100%;
    height: auto;
  }
}

.salary_item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 10px;
}
@media screen and (min-width: 1180px) {
  .salary_item_header {
    gap: 0px 15px;
  }
}
.salary_item_header .level span {
  display: inline-block;
  background-color: #fff;
  padding: 0.15em 8px 0.15em 8px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (min-width: 640px) {
  .salary_item_header .level span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_header .level span {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_header .level span {
    font-size: 1.4rem;
  }
}
.salary_item_header .job {
  color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .salary_item_header .job {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_header .job {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_header .job {
    font-size: 2rem;
  }
}

.salary_item_amount {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 8px;
}
@media screen and (min-width: 640px) {
  .salary_item_amount {
    gap: 0px 0.5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount {
    gap: 0px 5px;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_amount {
    gap: 0px 8px;
    margin-top: 30px;
  }
}
.salary_item_amount .sub, .salary_item_amount .vn, .salary_item_amount .unit {
  color: #FFFE04;
  font-weight: 700;
}
.salary_item_amount .sub {
  font-size: 4.8vw;
  line-height: 1.2em;
}
@media screen and (min-width: 640px) {
  .salary_item_amount .sub {
    width: 1.2em;
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount .sub {
    width: 2.2em;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_amount .sub {
    margin-top: 0.1em;
    font-size: 2rem;
  }
}
.salary_item_amount .vn_amout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 8px;
}
@media screen and (min-width: 640px) {
  .salary_item_amount .vn_amout {
    gap: 0px 0.5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount .vn_amout {
    gap: 0px 5px;
  }
}
.salary_item_amount .amount .vn {
  font-weight: 900;
  font-size: 9.3333333333vw;
}
@media screen and (min-width: 640px) {
  .salary_item_amount .amount .vn {
    font-size: 5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount .amount .vn {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_amount .amount .vn {
    line-height: 0.8em;
    font-size: 5rem;
  }
}
.salary_item_amount .amount .unit {
  line-height: 1em;
}
.salary_item_amount .amount .unit .trieu, .salary_item_amount .amount .unit .dong {
  line-height: 1em;
}
.salary_item_amount .amount .unit .trieu {
  font-size: 4.8vw;
}
@media screen and (min-width: 640px) {
  .salary_item_amount .amount .unit .trieu {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount .amount .unit .trieu {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_amount .amount .unit .trieu {
    font-size: 2.4rem;
  }
}
.salary_item_amount .amount .unit .dong {
  margin-left: 0.3em;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 640px) {
  .salary_item_amount .amount .unit .dong {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount .amount .unit .dong {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_amount .amount .unit .dong {
    font-size: 1.4rem;
  }
}
.salary_item_amount .amount .jp {
  margin-top: 0.8em;
  color: #fff;
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .salary_item_amount .amount .jp {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_item_amount .amount .jp {
    margin-top: 0.6em;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .salary_item_amount .amount .jp {
    margin-top: 0.65em;
    font-size: 2rem;
  }
}

.salary_contents_note {
  margin-top: 10px;
  text-align: right;
  font-size: 3.4666666667vw;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 640px) {
  .salary_contents_note {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .salary_contents_note {
    font-size: 1.5rem;
  }
}

#difference {
  padding-top: 0px;
  background-color: #F65A4D;
}
@media screen and (min-width: 1180px) {
  #difference {
    padding-bottom: 130px;
  }
}
#difference .contents_header:after {
  background-color: #175DD3;
}
#difference .contents_header .title_jp span {
  background-color: #175DD3;
}
#difference .contents_header .title_en {
  color: #fff;
}

.difference_list {
  max-width: 966px;
  margin: 60px auto 0px auto;
}
@media screen and (min-width: 1180px) {
  .difference_list {
    margin-top: 0px;
    padding-top: 60px;
  }
}

.difference_item + .difference_item {
  margin-top: 50px;
}
@media screen and (min-width: 1180px) {
  .difference_item + .difference_item {
    margin-top: 100px;
  }
}

.difference_item {
  position: relative;
  padding: 55px 5vw 30px 5vw;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .difference_item {
    border-radius: 60px;
    padding: 45px 5vw 50px 5vw;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (min-width: 980px) {
  .difference_item {
    border-radius: 100px;
    padding: 65px 75px 70px 75px;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item {
    border-radius: 150px;
    padding: 100px 100px 95px 100px;
  }
}
.difference_item .difference_item_label {
  position: absolute;
  left: -3vw;
  top: -30px;
  background-color: #175DD3;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .difference_item .difference_item_label {
    left: -2vw;
    top: -20px;
  }
}
@media screen and (min-width: 980px) {
  .difference_item .difference_item_label {
    width: 110px;
    height: 110px;
    left: 5px;
    top: -30px;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item .difference_item_label {
    top: -45px;
    left: 0px;
    width: 140px;
    height: 140px;
  }
}
.difference_item .difference_item_label .point {
  font-size: 1.1rem;
  line-height: 1em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .difference_item .difference_item_label .point {
    padding-top: 0.4em;
  }
}
@media screen and (min-width: 980px) {
  .difference_item .difference_item_label .point {
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    font-size: 1.3rem;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item .difference_item_label .point {
    padding: 0px 0.3em;
    font-size: 1.6rem;
    padding-bottom: 0.35em;
    margin-bottom: 0.8em;
  }
}
.difference_item .difference_item_label .number {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 980px) {
  .difference_item .difference_item_label .number {
    font-size: 3.2rem;
    letter-spacing: 0em;
    padding-right: 0.2em;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item .difference_item_label .number {
    font-size: 4.6rem;
  }
}

.difference_item_title {
  text-align: center;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .difference_item_title {
    margin-bottom: 15px;
    line-height: 1.8em;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 980px) {
  .difference_item_title {
    font-size: 2vw;
    line-height: 1.8em;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_title {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
}
.difference_item_title .large {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 640px) {
  .difference_item_title .large {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .difference_item_title .large {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_title .large {
    font-size: 2.6rem;
  }
}

.difference_item_image .image_head {
  background-color: #F65A4D;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding: 0.5em 10px 0.4em 10px;
}
@media screen and (min-width: 640px) {
  .difference_item_image .image_head {
    padding: 0.7em 10px 0.6em 10px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_image .image_head {
    font-size: 2.6rem;
    padding: 15px 0px 15px 0px;
  }
}
.difference_item_image ._narrow {
  max-width: 566px;
  margin: 0px auto;
}
@media screen and (min-width: 980px) {
  .difference_item_image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 980px) {
  .difference_item_movie img {
    width: 100%;
    height: auto;
  }
}
.difference_item_movie .iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.difference_item_movie .iframe iframe {
  width: 100%;
  height: 100%;
}

.difference_item_intro {
  margin-top: 20px;
}
@media screen and (min-width: 1180px) {
  .difference_item_intro {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .difference_item_intro .text {
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_intro .text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.9em;
  }
}

.difference_item_industries {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 8px;
}
@media screen and (min-width: 640px) {
  .difference_item_industries {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_industries {
    max-width: 630px;
    margin: 30px auto 0px auto;
  }
}
.difference_item_industries .industry_item {
  display: inline-block;
  background-color: #FFDEC9;
  border-radius: 80px;
  line-height: 1em;
  padding: 0.3em 8px 0.3em 8px;
}
@media screen and (min-width: 640px) {
  .difference_item_industries .industry_item {
    padding: 0.45em 10px 0.45em 10px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_industries .industry_item {
    padding: 0.55em 15px 0.55em 15px;
    font-size: 1.6rem;
  }
}

.difference_item_comparison .comparison_column + .comparison_column {
  margin-top: 30px;
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_column + .comparison_column {
    margin-top: 60px;
  }
}
.difference_item_comparison .comparison_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2%;
}
@media screen and (min-width: 640px) {
  .difference_item_comparison .comparison_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_list {
    gap: 30px 30px;
    max-width: 600px;
    margin: 0px auto;
  }
}
.difference_item_comparison .comparison_header {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .difference_item_comparison .comparison_header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_header {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
.difference_item_comparison .comparison_header span {
  width: 100%;
  display: inline-block;
  color: #175DD3;
  background-color: #CBDDFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.4em;
  padding: 0.6em 10px;
  font-size: min(4.2666666667vw, 1.8rem);
}
@media screen and (min-width: 640px) {
  .difference_item_comparison .comparison_header span {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_header span {
    padding: 17px 0px;
    font-size: 2.6rem;
  }
}
.difference_item_comparison .comparison_header._legal span {
  color: #FFFE04;
  background-color: #F65A4D;
}
.difference_item_comparison .comparison_item {
  width: 32%;
}
@media screen and (min-width: 640px) {
  .difference_item_comparison .comparison_item {
    width: 23.5%;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_item {
    width: 110px;
  }
}
.difference_item_comparison .comparison_item .icon {
  max-width: 90%;
  margin: 0px auto;
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_item .icon {
    max-width: 100px;
  }
}
@media screen and (min-width: 980px) {
  .difference_item_comparison .comparison_item .icon img {
    width: 100%;
    height: auto;
  }
}
.difference_item_comparison .comparison_item .text {
  margin-top: 5px;
  font-size: min(3.4666666667vw, 1.6rem);
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .difference_item_comparison .comparison_item .text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .difference_item_comparison .comparison_item .text {
    font-size: 1.4rem;
  }
}

.difference_bottom {
  margin-top: 40px;
}
@media screen and (min-width: 1180px) {
  .difference_bottom {
    margin-top: 95px;
  }
}
.difference_bottom .difference_bottom_title {
  text-align: center;
  color: #fff;
  font-size: min(5.3333333333vw, 2.4rem);
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .difference_bottom .difference_bottom_title {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 1180px) {
  .difference_bottom .difference_bottom_title {
    font-size: 4.6rem;
    line-height: 1.65em;
    letter-spacing: 0.08em;
  }
}
.difference_bottom .difference_bottom_title .large {
  font-size: 120%;
}
@media screen and (min-width: 1180px) {
  .difference_bottom .difference_bottom_title .large {
    font-size: 6rem;
  }
}
@media screen and (min-width: 640px) {
  .difference_bottom .difference_bottom_image {
    max-width: 80%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .difference_bottom .difference_bottom_image {
    margin-top: 60px;
    max-width: 566px;
  }
}
@media screen and (min-width: 980px) {
  .difference_bottom .difference_bottom_image img {
    width: 100%;
    height: auto;
  }
}

#experience {
  padding-top: 0px;
  background-color: #FFDEC9;
}
@media screen and (min-width: 1180px) {
  #experience {
    padding-bottom: 140px;
  }
}
#experience .contents_header:after {
  background-color: #175DD3;
}
#experience .contents_header .title_jp span {
  background-color: #F65A4D;
}
#experience .contents_header .title_en {
  color: #fff;
}

.experience_list {
  max-width: 966px;
  margin: 60px auto 0px auto;
}
@media screen and (min-width: 1180px) {
  .experience_list {
    margin-top: 0px;
    padding-top: 60px;
  }
}

.experience_item + .experience_item {
  margin-top: 50px;
}
@media screen and (min-width: 1180px) {
  .experience_item + .experience_item {
    margin-top: 110px;
  }
}

.experience_item {
  position: relative;
  padding: 55px 5vw 30px 5vw;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .experience_item {
    border-radius: 60px;
    padding: 45px 5vw 50px 5vw;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  }
}
@media screen and (min-width: 980px) {
  .experience_item {
    border-radius: 100px;
    padding: 65px 75px 70px 75px;
  }
}
@media screen and (min-width: 1180px) {
  .experience_item {
    border-radius: 150px;
    padding: 100px 100px 100px 100px;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
  }
}
.experience_item .experience_item_label {
  position: absolute;
  left: -3vw;
  top: -30px;
  z-index: 22;
  background-color: #F65A4D;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 979px) {
  .experience_item .experience_item_label {
    padding-top: 2.5%;
  }
}
@media screen and (min-width: 640px) {
  .experience_item .experience_item_label {
    left: -2vw;
    top: -20px;
  }
}
@media screen and (min-width: 980px) {
  .experience_item .experience_item_label {
    width: 110px;
    height: 110px;
    left: 5px;
    top: -30px;
  }
}
@media screen and (min-width: 1180px) {
  .experience_item .experience_item_label {
    padding-top: 5px;
    top: -50px;
    width: 140px;
    height: 140px;
  }
}
.experience_item .experience_item_label .point {
  font-size: 1rem;
  line-height: 1em;
  padding-bottom: 0.4em;
  margin-bottom: 0.3em;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
}
@media screen and (max-width: 639px) {
  .experience_item .experience_item_label .point {
    padding-top: 0.3em;
  }
}
@media screen and (min-width: 640px) {
  .experience_item .experience_item_label .point {
    padding-bottom: 0.3em;
    margin-bottom: 0.1em;
  }
}
@media screen and (min-width: 980px) {
  .experience_item .experience_item_label .point {
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
    font-size: 1.3rem;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1180px) {
  .experience_item .experience_item_label .point {
    padding: 0px 0.3em;
    font-size: 1.6rem;
    padding-bottom: 0.35em;
    margin-bottom: 0.8em;
  }
}
.experience_item .experience_item_label .number {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (min-width: 980px) {
  .experience_item .experience_item_label .number {
    font-size: 3.2rem;
    letter-spacing: 0em;
    padding-right: 0.2em;
  }
}
@media screen and (min-width: 1180px) {
  .experience_item .experience_item_label .number {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 640px) {
  .experience_person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px 6%;
  }
}
@media screen and (max-width: 639px) {
  .experience_person .experience_person_img {
    width: 50%;
    margin: 0px auto 15px auto;
  }
}
@media screen and (min-width: 640px) {
  .experience_person .experience_person_img {
    width: 35%;
  }
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_img {
    width: 300px;
  }
}
.experience_person .experience_person_img .img {
  position: relative;
  z-index: 11;
}
.experience_person .experience_person_img .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdec9), to(#cbddff));
  background: linear-gradient(#ffdec9 0%, #cbddff 100%);
}
@media screen and (min-width: 980px) {
  .experience_person .experience_person_img .img:after {
    right: -8px;
    bottom: -8px;
  }
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_img .img:after {
    right: -10px;
    bottom: -10px;
  }
}
@media screen and (min-width: 980px) {
  .experience_person .experience_person_img .img img {
    width: 100%;
    height: auto;
  }
}
.experience_person .experience_person_img .info {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .experience_person .experience_person_img .info {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px 10px;
  }
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_img .info {
    gap: 0px 15px;
    margin-top: 30px;
  }
}
.experience_person .experience_person_img .info .qualification {
  width: 100%;
  line-height: 1.3em;
  font-size: 85%;
  margin-bottom: 0.3em;
}
.experience_person .experience_person_img .info .job, .experience_person .experience_person_img .info .name {
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  .experience_person .experience_person_img .info .job, .experience_person .experience_person_img .info .name {
    text-align: center;
  }
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_img .info .job {
    font-size: 2rem;
  }
}
.experience_person .experience_person_img .info .name {
  font-size: min(4.2666666667vw, 1.8rem);
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_img .info .name {
    font-size: 2rem;
  }
}
.experience_person .experience_person_img .info .name .large {
  font-size: 135%;
  padding-right: 0.1em;
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_img .info .name .large {
    font-size: 2.6rem;
  }
}
.experience_person .experience_person_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.experience_person .experience_person_info .text {
  line-height: 1.9em;
}
@media screen and (min-width: 1180px) {
  .experience_person .experience_person_info .text {
    line-height: 1.75em;
    letter-spacing: 0.08em;
  }
}
.experience_person .experience_person_info .text + .text {
  margin-top: 0.8em;
}
@media screen and (min-width: 980px) {
  .experience_person .experience_person_info .text + .text {
    margin-top: 1em;
  }
}

.experience_hire {
  margin-top: 40px;
  margin-top: 60px;
  padding: 0px 5vw 25px 5vw;
  background-color: #F65A4D;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 980px) {
  .experience_hire {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1180px) {
  .experience_hire {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
    border-radius: 150px;
    padding: 0px 100px 95px 100px;
    max-width: 966px;
    margin: 150px auto 0px auto;
  }
}
.experience_hire .experience_hire_title {
  text-align: center;
  position: relative;
  top: -25px;
  z-index: 11;
  margin-bottom: -25px;
}
@media screen and (min-width: 980px) {
  .experience_hire .experience_hire_title {
    top: -45px;
    margin-bottom: -45px;
  }
}
.experience_hire .experience_hire_title span {
  display: inline-block;
  border-radius: 80px;
  color: #fff;
  background-color: #175DD3;
  line-height: 1.5em;
  font-weight: 700;
  padding: 0.5em 10px 0.4em 10px;
}
@media screen and (max-width: 979px) {
  .experience_hire .experience_hire_title span {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .experience_hire .experience_hire_title span {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 980px) {
  .experience_hire .experience_hire_title span {
    padding: 1.2em 30px 1.1em 30px;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1180px) {
  .experience_hire .experience_hire_title span {
    padding: 21px 40px 21px 40px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .experience_hire .experience_hire_title:after {
    content: "";
    background: #175DD3;
    height: 10.3923048454px;
    width: 15px;
    margin-left: -8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 11;
  }
}
@media screen and (min-width: 1180px) {
  .experience_hire .experience_hire_title:after {
    bottom: -14px;
    height: 15px;
    width: 24px;
  }
}

.experience_hire_column {
  margin-top: 30px;
  padding: 20px 5vw;
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  .experience_hire_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 5%;
  }
}
@media screen and (min-width: 980px) {
  .experience_hire_column {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 1180px) {
  .experience_hire_column {
    margin-top: 70px;
    gap: 0px 45px;
    padding: 40px 40px;
  }
}
.experience_hire_column + .experience_hire_column {
  margin-top: 30px;
}
@media screen and (min-width: 1180px) {
  .experience_hire_column + .experience_hire_column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 640px) {
  .experience_hire_column .column_img {
    width: 35%;
  }
}
@media screen and (min-width: 1180px) {
  .experience_hire_column .column_img {
    width: 300px;
  }
}
@media screen and (max-width: 639px) {
  .experience_hire_column .column_img .img {
    max-width: 50%;
    margin: 0px auto;
  }
}
.experience_hire_column .column_img .img img {
  width: 100%;
  height: auto;
}
.experience_hire_column .column_img .company {
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 639px) {
  .experience_hire_column .column_img .company {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .experience_hire_column .column_img .company {
    text-align: left;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1180px) {
  .experience_hire_column .column_img .company {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
.experience_hire_column .comment {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .experience_hire_column .comment {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.experience_hire_column .comment .text {
  text-align: left;
}
@media screen and (min-width: 1180px) {
  .experience_hire_column .comment .text {
    line-height: 1.62em;
    letter-spacing: 0.08em;
  }
}

.experience_bottom {
  margin-top: 40px;
}
@media screen and (min-width: 980px) {
  .experience_bottom {
    margin-top: 100px;
  }
}
.experience_bottom .experience_bottom_title {
  text-align: center;
  font-size: min(5.3333333333vw, 2.4rem);
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .experience_bottom .experience_bottom_title {
    margin-bottom: 35px;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .experience_bottom .experience_bottom_title {
    margin-bottom: 60px;
    font-size: 2.6rem;
    line-height: 1.9em;
    letter-spacing: 0.08em;
  }
}
.experience_bottom .experience_bottom_title .large {
  font-size: 120%;
}
@media screen and (min-width: 980px) {
  .experience_bottom .experience_bottom_title .large {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 640px) {
  .experience_bottom .experience_bottom_image {
    max-width: 80%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .experience_bottom .experience_bottom_image {
    max-width: 566px;
  }
}
@media screen and (min-width: 980px) {
  .experience_bottom .experience_bottom_image img {
    width: 100%;
    height: auto;
  }
}

#reason {
  padding-top: 0px;
}
#reason .contents_header:after {
  background-color: #175DD3;
}
#reason .contents_header .title_jp span {
  background-color: #F65A4D;
}
#reason .contents_header .title_en {
  color: #CBDDFF;
}

@media screen and (min-width: 980px) {
  .reason_list {
    max-width: 766px;
    margin: 90px auto 0px auto;
  }
}

.reason_item + .reason_item {
  margin-top: 40px;
}
@media screen and (min-width: 640px) {
  .reason_item + .reason_item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .reason_item + .reason_item {
    margin-top: 100px;
  }
}
.reason_item .reason_item_image {
  border-radius: 30px;
  background-color: #DFF3FD;
  padding: 25px 5vw;
}
@media screen and (min-width: 640px) {
  .reason_item .reason_item_image {
    border-radius: 80px;
    padding: 40px 8vw;
  }
}
@media screen and (min-width: 980px) {
  .reason_item .reason_item_image {
    border-radius: 150px;
    padding: 65px 100px;
  }
}
@media screen and (min-width: 980px) {
  .reason_item .reason_item_image img {
    width: 100%;
    height: auto;
  }
}
.reason_item .reason_item_content {
  position: relative;
  z-index: 11;
  margin-top: -15px;
}
@media screen and (min-width: 640px) {
  .reason_item .reason_item_content {
    margin-top: -3.5vw;
  }
}
@media screen and (min-width: 980px) {
  .reason_item .reason_item_content {
    margin-top: -35px;
  }
}
.reason_item .title {
  font-weight: 700;
  line-height: 1.3em;
  color: #175DD3;
  text-align: center;
  font-size: min(7.4666666667vw, 3rem);
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .reason_item .title {
    font-size: 5.5vw;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 980px) {
  .reason_item .title {
    font-size: 6rem;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}
.reason_item .subtitle {
  font-weight: 700;
  line-height: 1.7em;
  font-size: min(4.2666666667vw, 1.8rem);
  text-align: center;
}
@media screen and (min-width: 980px) {
  .reason_item .subtitle {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.reason_item .reason_item_text {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .reason_item .reason_item_text {
    margin-top: 15px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.8em;
  }
}

.concern_voice_bubbles {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .concern_voice_bubbles {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  .concern_voice_bubbles {
    margin-top: 180px;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .concern_voice_bubbles img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  .concern_voice_bubbles img {
    max-width: 966px;
  }
}

.concern_voice_response {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .concern_voice_response {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .concern_voice_response {
    margin-top: 105px;
  }
}
.concern_voice_response .main, .concern_voice_response .sub {
  text-align: center;
  font-weight: 700;
}
.concern_voice_response .main {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: min(8vw, 3.4rem);
  line-height: 1.2em;
  font-weight: 700;
  padding: 0px 1.1em;
}
@media screen and (min-width: 980px) {
  .concern_voice_response .main {
    font-size: 6rem;
    letter-spacing: 0.08em;
    padding: 0px 40px;
  }
}
.concern_voice_response .main:before, .concern_voice_response .main:after {
  content: "";
  width: 2px;
  height: 1em;
  position: absolute;
  bottom: 0px;
  background-color: #333;
}
@media screen and (min-width: 980px) {
  .concern_voice_response .main:before, .concern_voice_response .main:after {
    width: 3px;
  }
}
.concern_voice_response .main:before {
  left: 0px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.concern_voice_response .main:after {
  right: 0px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.concern_voice_response .sub {
  margin-top: 10px;
  display: block;
  line-height: 1.5em;
  font-size: min(4.8vw, 2rem);
}
@media screen and (min-width: 980px) {
  .concern_voice_response .sub {
    margin-top: 15px;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}

#free {
  background-color: #F8F8A7;
  position: relative;
}
@media screen and (min-width: 1180px) {
  #free {
    padding-top: 145px;
    padding-bottom: 130px;
  }
}
#free:after {
  content: "";
  background: #fff;
  height: 17.3205080757px;
  width: 30px;
  margin-left: -15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 11;
}
@media screen and (min-width: 980px) {
  #free:after {
    height: 43.3012701892px;
    width: 120px;
    margin-left: -60px;
  }
}

.hotline_title {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .hotline_title {
    margin-bottom: 30px;
  }
}
.hotline_title .line {
  display: inline-block;
  background-color: #F65A4D;
  color: #FFFE04;
  padding: 0.8em 15px;
  font-size: min(5.8666666667vw, 2.2rem);
  font-weight: 700;
  border-radius: 20px;
}
@media screen and (min-width: 640px) {
  .hotline_title .line {
    font-size: 5vw;
  }
}
@media screen and (min-width: 980px) {
  .hotline_title .line {
    padding: 55px 40px 50px 40px;
    border-radius: 40px;
    font-size: 4.6rem;
    letter-spacing: 0.08em;
  }
}
.hotline_title .mark {
  background: top -0.6em left 0.04em/1.03em 1.4em repeat-x radial-gradient(circle, #FFFE04 0.08em, rgba(0, 0, 0, 0) 0.06em);
}
@media screen and (min-width: 640px) {
  .hotline_title .mark {
    background: top -0.6em left 0.04em/1em 1.4em repeat-x radial-gradient(circle, #FFFE04 0.08em, rgba(0, 0, 0, 0) 0.06em);
  }
}
@media screen and (min-width: 980px) {
  .hotline_title .mark {
    margin: 0px 5px;
    font-size: 6rem;
  }
}

.hotline_text {
  text-align: center;
  font-size: min(4vw, 1.8rem);
  color: #F65A4D;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .hotline_text {
    line-height: 1.95em;
    letter-spacing: 0.08em;
    font-size: 2rem;
  }
}
.hotline_text .large {
  font-size: 120%;
}
@media screen and (min-width: 980px) {
  .hotline_text .large {
    font-size: 2.6rem;
  }
}

.hotline_movie {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .hotline_movie {
    max-width: 766px;
    margin: 60px auto 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .hotline_movie img {
    width: 100%;
    height: auto;
  }
}
.hotline_movie .iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.hotline_movie .iframe iframe {
  width: 100%;
  height: 100%;
}

#working {
  padding-top: 0px;
  background-color: #F65A4D;
  position: relative;
}
@media screen and (max-width: 639px) {
  #working {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 640px) {
  #working {
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 1180px) {
  #working {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 639px) {
  #working .contents_header {
    padding-top: 28vw;
  }
}
@media screen and (min-width: 1180px) {
  #working .contents_header {
    margin-bottom: 90px;
  }
}
#working .contents_header:after {
  background-color: #175DD3;
}
#working .contents_header .title_jp span {
  background-color: #175DD3;
}
#working .contents_header .title_en {
  color: #FFDEC9;
}

.working_limatch {
  background-color: #fff;
  padding: 30px 5vw;
  border-radius: 20px;
}
@media screen and (min-width: 980px) {
  .working_limatch {
    padding: 50px 50px 45px 50px;
  }
}
@media screen and (min-width: 1180px) {
  .working_limatch {
    border-radius: 10px;
    max-width: 966px;
    margin: 0px auto;
  }
}

.limatch_announce, .limatch_intro_title {
  font-size: min(4.8vw, 1.8rem);
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .limatch_announce, .limatch_intro_title {
    font-size: 2.6rem;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
}
.limatch_announce > span, .limatch_intro_title > span {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
}
@media screen and (min-width: 980px) {
  .limatch_announce > span, .limatch_intro_title > span {
    padding: 0px 15px;
  }
}
.limatch_announce > span:before, .limatch_announce > span::after, .limatch_intro_title > span:before, .limatch_intro_title > span::after {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  top: 50%;
}
.limatch_announce > span:before, .limatch_intro_title > span:before {
  left: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.limatch_announce > span:after, .limatch_intro_title > span:after {
  right: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.limatch_announce .large, .limatch_intro_title .large {
  font-size: 120%;
}
@media screen and (min-width: 980px) {
  .limatch_announce .large, .limatch_intro_title .large {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1180px) {
  .limatch_intro_title {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 980px) {
  .limatch_logo {
    text-align: center;
  }
}

.limatch_visual {
  margin: 15px 0px 30px 0px;
}
@media screen and (min-width: 980px) {
  .limatch_visual {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .limatch_visual img {
    width: 100%;
    height: auto;
  }
}

.limatch_intro_desc {
  font-size: min(5.3333333333vw, 2.4rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .limatch_intro_desc {
    font-size: 3.6rem;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_intro_desc {
    margin-top: -8px;
    line-height: 1.4em;
  }
}
.limatch_intro_desc .marker {
  margin: 0px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFDB12));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFDB12 0%);
  background-position: bottom 0.1em left 0px;
}

.limatch_targets {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .limatch_targets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 2%;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets {
    gap: 0px 10px;
  }
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target {
    width: 49%;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target {
    width: 428px;
  }
}
@media screen and (max-width: 639px) {
  .limatch_targets .limatch_target + .limatch_target {
    margin-top: 2.6666666667vw;
  }
}
.limatch_targets .limatch_target {
  position: relative;
  padding: 40px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target {
    padding: 30px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target {
    padding: 50px 25px;
  }
}
.limatch_targets .limatch_target:after {
  content: "";
  background: white;
  height: 86.6025403784%;
  width: 100%;
  margin-left: -8px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  right: -1px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  border-radius: 0px 10px 10px 10px;
  opacity: 0.4;
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target:after {
    height: 98%;
  }
}
.limatch_targets .limatch_target__inner {
  position: relative;
  z-index: 11;
}
.limatch_targets .limatch_target_header {
  line-height: 1em;
  text-align: center;
}
.limatch_targets .limatch_target_header .top, .limatch_targets .limatch_target_header .main {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
  padding: 0.2em 5px;
}
.limatch_targets .limatch_target_header .top {
  font-size: 4.8vw;
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target_header .top {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target_header .top {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target_header .top {
    font-size: 2.6rem;
  }
}
.limatch_targets .limatch_target_header .main {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target_header .main {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target_header .main {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target_header .main {
    font-size: 4.6rem;
  }
}
.limatch_targets .limatch_target_visual {
  max-width: 42.6666666667vw;
  margin: 0px auto;
  margin-top: 5.3333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target_visual {
    max-width: 60%;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target_visual {
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 223px;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target_visual img {
    width: 100%;
    height: auto;
  }
}
.limatch_targets .limatch_target_title {
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target_title {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target_title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target_title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target_intro {
    max-width: 95%;
    margin: 0px auto;
  }
}
.limatch_targets .limatch_target_intro .text {
  font-size: 4.2666666667vw;
  line-height: 1.8em;
}
@media screen and (min-width: 640px) {
  .limatch_targets .limatch_target_intro .text {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_targets .limatch_target_intro .text {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_targets .limatch_target_intro .text {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}

.limatch_target:nth-child(1) {
  background-color: #FFF5A8;
}
.limatch_target:nth-child(1):after {
  background: #FFE839;
}
.limatch_target:nth-child(1) .limatch_target_header span {
  background-color: #F5B813;
}
.limatch_target:nth-child(2) {
  background-color: #F2FCFF;
}
.limatch_target:nth-child(2):after {
  background: #C4E8FF;
}
.limatch_target:nth-child(2) .limatch_target_header span {
  background-color: #5CB9F4;
}
.limatch_target:nth-child(2):before {
  content: "";
  width: 8.8vw;
  height: 8.8vw;
  background-image: url(../../img/icon_targets.svg);
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 11;
  margin-top: -6.1333333333vw;
  margin-left: -4.5333333333vw;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .limatch_target:nth-child(2):before {
    width: 4.6875vw;
    height: 4.6875vw;
    left: 0px;
    top: 50%;
    margin: -2.34375vw 0px 0px -3.125vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_target:nth-child(2):before {
    width: 52px;
    height: 52px;
    margin: -35px 0px 0px -35px;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_target:nth-child(2):before {
    margin: -26px 0px 0px -32px;
  }
}

.working_message {
  margin-top: 20px;
  text-align: center;
  font-size: min(4.5333333333vw, 2rem);
  color: #fff;
  line-height: 1.8em;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .working_message {
    font-size: 2.6rem;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-top: 55px;
  }
}

.working_bridge {
  width: 53.3333333333vw;
  position: relative;
  bottom: -2.1333333333vw;
}
@media screen and (min-width: 640px) {
  .working_bridge {
    position: absolute;
    left: 2vw;
    bottom: -1.5625vw;
    width: 31.25vw;
  }
}
@media screen and (min-width: 980px) {
  .working_bridge {
    width: 310px;
    left: 0px;
  }
}
@media screen and (min-width: 1180px) {
  .working_bridge {
    width: 410px;
  }
}
@media screen and (min-width: 980px) {
  .working_bridge img {
    width: 100%;
    height: auto;
  }
}

#faq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #CBDDFF;
  position: relative;
}
@media screen and (min-width: 1180px) {
  #faq .contents_header {
    margin-bottom: 95px;
  }
}
#faq .contents_header:after {
  background-color: #175DD3;
}
#faq .contents_header .title_jp span {
  background-color: #F65A4D;
}
#faq .contents_header .title_en {
  color: #fff;
}

.faq_list {
  max-width: 966px;
  margin: 0px auto;
}

.faq_item + .faq_item {
  margin-top: 15px;
}
@media screen and (min-width: 1180px) {
  .faq_item + .faq_item {
    margin-top: 35px;
  }
}

.faq_question {
  background-color: #fff;
  border-radius: 80px;
}
.faq_question .num {
  background-color: #175DD3;
  color: #FFFE04;
}

.faq_answer .num {
  background-color: #fff;
  color: #175DD3;
}

.faq_question, .faq_answer {
  padding: 20px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0px 15px;
}
@media screen and (min-width: 640px) {
  .faq_question, .faq_answer {
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .faq_question, .faq_answer {
    padding: 20px 20px;
    gap: 0px 20px;
  }
}
.faq_question .num, .faq_answer .num {
  font-size: 1.4rem;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  padding-left: 1px;
  padding-top: 1px;
}
@media screen and (min-width: 980px) {
  .faq_question .num, .faq_answer .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.faq_question .title, .faq_question .text, .faq_answer .title, .faq_answer .text {
  font-size: 1.6rem;
  line-height: 1.7em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 980px) {
  .faq_question .title, .faq_question .text, .faq_answer .title, .faq_answer .text {
    padding-top: 5px;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
  }
}
.faq_question .title, .faq_answer .title {
  font-weight: 700;
  color: #175DD3;
}
@media screen and (min-width: 640px) {
  .faq_question .title, .faq_answer .title {
    padding-top: 0.2em;
  }
}
@media screen and (min-width: 980px) {
  .faq_question .text, .faq_answer .text {
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 980px) {
  .faq_answer {
    padding-top: 30px;
  }
}

#company {
  background-color: #CBDDFF;
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 1180px) {
  #company {
    padding-top: 80px;
    padding-bottom: 105px;
  }
}

.company_box {
  max-width: 966px;
  margin: 0px auto;
}

.company_box {
  background-color: #fff;
  padding: 40px 5vw 40px 5vw;
  border-radius: 10px;
}
@media screen and (min-width: 640px) {
  .company_box {
    padding: 30px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .company_box {
    border-radius: 60px;
    padding: 60px 100px;
  }
}
@media screen and (min-width: 1180px) {
  .company_box {
    padding: 100px 100px;
    border-radius: 150px;
  }
}
.company_box .company_title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .company_box .company_title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1180px) {
  .company_box .company_title {
    margin-bottom: 55px;
  }
}
.company_box .company_title span {
  display: inline-block;
  font-size: min(5.8666666667vw, 2.8rem);
  line-height: 1.5em;
  font-weight: 700;
  color: #175DD3;
}
@media screen and (min-width: 980px) {
  .company_box .company_title span {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1180px) {
  .company_box .company_title span {
    line-height: 1em;
  }
}

.company_row {
  padding: 15px 5vw;
}
@media screen and (min-width: 640px) {
  .company_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 3vw;
  }
}
@media screen and (min-width: 980px) {
  .company_row {
    padding: 26px 20px;
    gap: 0px 40px;
  }
}
.company_row:nth-child(odd) {
  background: rgba(203, 221, 255, 0.25);
}
.company_row:nth-child(even) {
  background-color: #FFFFFF;
}
.company_row .company_label, .company_row .company_data {
  font-size: min(4.2666666667vw, 1.8rem);
  line-height: 1.6em;
}
@media screen and (min-width: 640px) {
  .company_row .company_label, .company_row .company_data {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .company_row .company_label, .company_row .company_data {
    font-size: 1.8rem;
  }
}
.company_row .company_label {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #175DD3;
  margin-bottom: 3px;
}
@media screen and (min-width: 640px) {
  .company_row .company_label {
    text-align: left;
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  .company_row .company_label {
    width: 120px;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .company_row .company_data {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.company_row .text {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .company_row .text {
    text-align: left;
  }
}
@media screen and (min-width: 1180px) {
  .company_row .list {
    margin-top: -5px;
  }
}
.company_row .item {
  position: relative;
  padding-left: 1.2em;
}
.company_row .item + .item {
  margin-top: 5px;
}
@media screen and (min-width: 1180px) {
  .company_row .item + .item {
    margin-top: 0px;
  }
}
.company_row .item:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0.7em;
  line-height: 1em;
  margin-top: -0.5em;
}

#body_bottom img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  #body_bottom img {
    max-height: 620px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#working .contents_header {
  margin-bottom: 0px;
}
#working .working_message {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  #working .working_message {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #working .working_message {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}

#new_working {
  padding-top: 0px;
  background-color: #F65A4D;
  position: relative;
}
@media screen and (max-width: 639px) {
  #new_working {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 640px) {
  #new_working {
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 1180px) {
  #new_working {
    padding-bottom: 130px;
  }
}
#new_working .contents_header {
  margin-bottom: 0px;
}
@media screen and (max-width: 639px) {
  #new_working .contents_header {
    padding-top: 28vw;
  }
}
#new_working .contents_header:after {
  background-color: #175DD3;
}
#new_working .contents_header .title_jp span {
  background-color: #175DD3;
}
#new_working .contents_header .title_en {
  color: #FFDEC9;
}
#new_working .working_message {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  #new_working .working_message {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  #new_working .working_message {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}

.limatch_column {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .limatch_column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .limatch_column {
    margin-top: 50px;
  }
}
.limatch_column .limatch_intro_desc {
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .limatch_column .limatch_intro_desc {
    margin-bottom: 25px;
  }
}

.limatch_strengths_list {
  margin-top: 20px;
}

.limatch_strengths_item {
  padding: 20px 5vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 20px;
}
@media screen and (min-width: 980px) {
  .limatch_strengths_item {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_strengths_item {
    padding: 23px 20px;
  }
}
.limatch_strengths_item:nth-child(odd) {
  background-color: #F7F7F7;
}
.limatch_strengths_item .num {
  position: relative;
  color: #175DD3;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding-right: 20px;
}
@media screen and (min-width: 980px) {
  .limatch_strengths_item .num {
    font-size: 2.6rem;
  }
}
.limatch_strengths_item .num:after {
  content: "";
  width: 1px;
  height: 100%;
  width: 2px;
  position: absolute;
  background-image: url(../../img/dot.webp);
  right: 0px;
  top: 0px;
}
.limatch_strengths_item .head {
  font-size: min(3.7333333333vw, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
  margin-bottom: 0px;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .limatch_strengths_item .head {
    font-size: 2vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_strengths_item .head {
    font-size: 1.8rem;
  }
}
.limatch_strengths_item .large {
  color: #175DD3;
  font-size: min(5.8666666667vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
@media screen and (min-width: 640px) {
  .limatch_strengths_item .large {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 980px) {
  .limatch_strengths_item .large {
    font-size: 3.4rem;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_strengths_item .large {
    margin-top: 8px;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
  }
}

.limatch_function_content {
  background-color: #F7F7F7;
  padding: 20px 5vw;
}
@media screen and (min-width: 640px) {
  .limatch_function_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 40px;
  }
}
@media screen and (min-width: 980px) {
  .limatch_function_content {
    padding: 25px 60px;
  }
}
@media screen and (min-width: 640px) {
  .limatch_function_content .limatch_function_list {
    width: 50%;
  }
}
.limatch_function_content .limatch_function_list + .limatch_function_list {
  margin-top: 20px;
}
@media screen and (min-width: 640px) {
  .limatch_function_content .limatch_function_list + .limatch_function_list {
    margin-top: 0px;
  }
}
.limatch_function_content .limatch_function_item {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.3em;
  padding-left: 32px;
}
@media screen and (min-width: 640px) {
  .limatch_function_content .limatch_function_item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .limatch_function_content .limatch_function_item {
    font-size: 1.8rem;
  }
}
.limatch_function_content .limatch_function_item .num {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: #5CB9F4;
  background-color: #F2FCFF;
  font-size: 1.2rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  padding-top: 1px;
  padding-left: 1px;
}
.limatch_function_content .limatch_function_item + .limatch_function_item {
  margin-top: 8px;
}
@media screen and (min-width: 980px) {
  .limatch_function_content .limatch_function_item + .limatch_function_item {
    margin-top: 15px;
  }
}