@charset "UTF-8";
/* color */
/* font */
/* animation */
/* common */
.faq_item {
  border: 1px solid #fff;
}
.faq_item:not(:last-child) {
  margin-bottom: 3rem;
}

.faq_question {
  display: flex;
  padding: 2rem 1rem 3rem;
  position: relative;
}
.faq_question span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.458;
  margin-right: 1.4rem;
  letter-spacing: 0.1em;
}
.faq_question p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-right: 4.3rem;
}
.faq_question.active .faq_question_toggle .inbox span:nth-child(2) {
  display: none;
}
.faq_question:hover {
  cursor: pointer;
}

.faq_question_toggle {
  position: absolute;
  top: 2.6rem;
  right: 1rem;
  width: 16px;
  height: 16px;
}
.faq_question_toggle .inbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.faq_question_toggle .inbox span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.faq_question_toggle .inbox span:nth-child(1) {
  width: 100%;
  height: 1px;
}
.faq_question_toggle .inbox span:nth-child(2) {
  width: 1px;
  height: 100%;
}

.faq_answer {
  padding: 3rem 1rem;
  padding-right: 3rem;
  border-top: 1px dotted #fff;
  display: none;
}
.faq_answer.active {
  display: block;
}
.faq_answer .faq_answer_text {
  display: flex;
}
.faq_answer .faq_answer_link {
  margin-top: 2rem;
  padding-left: 3rem;
}
.faq_answer .faq_answer_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  height: 50px;
  position: relative;
}
.faq_answer .faq_answer_link a span {
  font-size: 1.4rem;
  font-weight: 500;
}
.faq_answer .faq_answer_link a img {
  position: absolute;
  right: 20px;
}
.faq_answer span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.458;
  margin-right: 1.4rem;
  letter-spacing: 0.1em;
}
.faq_answer p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.service_contents_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -8rem;
}

.service_contents_txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

.service_l_list_wrap {
  margin: 0 -3rem;
  padding-bottom: 1.1rem;
}

.service_l_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(../img/top/service/service_plus.svg) no-repeat;
  background-position-x: 48%;
  background-position-y: 48%;
  margin: 0 1.3rem 0 3rem;
}

.service_l_item {
  width: calc((100% - 10px) / 2);
}

.service_s_list_wrap {
  margin: 0 -3rem;
  padding-bottom: 3.1rem;
}

.service_s_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 1.3rem 0 3rem;
}

.service_s_item {
  width: calc((100% - 10px) / 3);
}

@media screen and (min-width: 768px) {
  .readMoreBtn,
  .close_btn {
    max-width: 400px;
    width: 40%;
    margin: 0 auto;
    font-size: 1.8rem;
    height: 80px;
  }
  .readMoreBtn img,
  .close_btn img {
    top: 34px;
  }
  .btn-black {
    width: 300px;
    height: 60px;
  }
  .sns_nav_list {
    display: flex;
    justify-content: space-between;
  }
  .sns_nav_item {
    width: 31.25%;
  }
  .sns_nav_item:not(:last-child) {
    margin-bottom: 0;
  }
  .faq_question {
    padding: 4rem 2rem;
  }
  .faq_question p {
    font-size: 1.6rem;
  }
  .faq_question_toggle {
    width: 2rem;
    height: 2rem;
    right: 2rem;
    top: 4.5rem;
  }
  .faq_answer {
    padding: 3rem 2rem;
  }
  .faq_answer p {
    font-size: 1.6rem;
  }
  .service_contents_ttl {
    font-size: 2rem;
  }
  .service_contents_txt {
    font-size: 1.6rem;
  }
  .service_l_list {
    flex-wrap: nowrap;
    margin: 0;
    background: url(../img/top/service/service_plus.svg) no-repeat,
      url(../img/top/service/service_plus.svg) no-repeat,
      url(../img/top/service/service_plus.svg) no-repeat;
    background-position-x: 22.5%, 49%, 75.5%;
    background-position-y: 46%;
    background-size: 3%;
  }
  .service_l_item {
    width: 23%;
  }
  .service_s_list {
    margin: 0;
    flex-wrap: nowrap;
  }
  .service_s_item {
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  [id] {
    scroll-margin-top: 70px;
  }
  .section_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .ttl_top {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  .readMoreBtn,
  .close_btn {
    width: 400px;
    height: 100px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .readMoreBtn img,
  .close_btn img {
    top: 46px;
    right: 30px;
  }
  .img_arrow {
    width: 6.1rem;
    height: auto;
  }
  .faq_section {
    padding-top: 28rem;
    padding-bottom: 20rem;
  }
  .faq_ttl {
    margin-bottom: 5rem;
  }
  .faq_question {
    padding: 4rem 8rem 4rem 3rem;
  }
  .faq_question span {
    font-size: 3rem;
    line-height: 1.5333;
  }
  .faq_question p {
    line-height: 2.125;
    margin-top: 0.5rem;
  }
  .faq_question_toggle {
    top: 5rem;
    right: 3rem;
  }
  .faq_answer {
    padding: 3rem 8rem 3rem 3rem;
  }
  .faq_answer span {
    font-size: 3rem;
    line-height: 1.5333;
  }
  .faq_answer p {
    line-height: 2.125;
    margin-top: 0.5rem;
  }
  .service_contents_ttl {
    font-size: 2.6rem;
  }
  .service_contents_txt {
    margin-bottom: 7rem;
  }
  .service_l_list_wrap {
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
  .service_s_list_wrap {
    padding-bottom: 4.4rem;
  }
  .service_bg-darknavy {
    padding-bottom: 23.8rem;
  }
}
@media screen and (min-width: 1260px) {
  .service_contents_ttl,
  .service_contents_txt {
    padding-right: 7.5rem;
    padding-left: 6.3rem;
  }
  .service_l_list_wrap {
    padding-left: 6.3rem;
    padding-right: 6.3rem;
  }
}
.section-top {
  padding-top: 12rem;
}

.section_head {
  display: flex;
  flex-direction: column;
}

.section_ttl {
  margin-bottom: 2rem;
}
.section_ttl img {
  width: 100%;
}

.section_headtxt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
}

.data_ttl_section .data_ttl {
  margin-bottom: 5rem;
}
.data_ttl_section .data_ttl img {
  max-width: 685px;
}

.data_contents_section {
  padding-bottom: 10rem;
  padding-bottom: 10rem;
}

.data_panel_wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 0;
  max-width: 400px;
  margin: 0 auto;
}
.data_panel_wrap .panel {
  border: 1px solid #093977;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #093977;
  aspect-ratio: 1/1;
  padding: 11.875% 0 8.525%;
}
.data_panel_wrap .panel[data-span-columns="2"] {
  grid-column: span 1;
  aspect-ratio: auto;
  padding: 11.875% 5%;
}
.data_panel_wrap .panel[data-span-columns="2"] .pannel__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.data_panel_wrap .panel__inner {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.data_panel_wrap .panel__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.data_panel_wrap .panel__content__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 3.2rem;
}
.data_panel_wrap .panel__content__left {
  height: 45%;
}
.data_panel_wrap .panel__content__left .panel__content {
  height: 100%;
}
.data_panel_wrap .panel__title {
  font-size: 2rem;
  font-weight: 600;
  color: #093977;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.data_panel_wrap .panel__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.data_panel_wrap .panel__image {
  max-width: 100%;
  height: auto;
}
.data_panel_wrap .panel__number {
  font-size: 2rem;
  font-weight: 700;
}
.data_panel_wrap .panel__number .large {
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
}
.data_panel_wrap .panel__number .small {
  font-family: "Poppins", sans-serif;
  font-size: 4.5rem;
}
.data_panel_wrap .panel__number .small.overtime {
  margin-left: -3px;
}
.data_panel_wrap .panel__number .small.marriage {
  margin-left: -5px;
}
.data_panel_wrap .panel__number .unit {
  font-size: 4.5rem;
}
.section_404 {
  padding-bottom: 10rem;
}
.ttl_404 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 4rem;
  line-height: 1.6;
}
.txt_404 {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
.page_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  height: 65px;
  position: relative;
  z-index: 0;
  span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.4rem;
  }
  img {
    position: absolute;
    right: 30px;
    margin: auto 0;
    top: 0;
    bottom: 0;
  }
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #093977;
    opacity: 1;
    & img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(1054%) hue-rotate(187deg)
        brightness(96%) contrast(101%);
    }
  }
}
@media screen and (max-width: 439px) {
  .data_panel_wrap .panel__number .large {
    font-size: 6rem;
  }
  .data_panel_wrap .panel__number .small {
    font-size: 3.5rem;
  }
  .data_panel_wrap .panel__number .unit {
    font-size: 3.5rem;
  }
}
.data_panel_wrap .panel__ratio {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.data_panel_wrap .panel__ratio .ratio__label {
  display: inline-flex;
  background: #093977;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  width: 3rem;
  height: 5.4rem;
  border-radius: 15px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 439px) {
  .data_panel_wrap .panel__ratio .ratio__label {
    height: 5.2rem;
    width: 2.4rem;
    font-size: 1.3rem;
  }
}
.data_panel_wrap .panel__ratio .ratio__sep {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-left: 4px;
  margin-right: 10px;
}
.data_panel_wrap .panel__ratio .ratio__sep span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%; /* 完全な円に */
  background: #093977; /* もしくはお好きなカラー */
}
@media screen and (max-width: 439px) {
  .data_panel_wrap .panel__ratio .ratio__sep {
    gap: 18px;
  }
  .data_panel_wrap .panel__ratio .ratio__sep span {
    width: 8px;
    height: 8px;
  }
}
.data_panel_wrap .panel__ratio .ratio__number {
  margin: 0 4px;
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
}
.data_panel_wrap .panel__ratio .ratio__number .small_num {
  font-size: 4.5rem;
}
.data_panel_wrap .panel__ratio .ratio__number .small_num.ml-15 {
  margin-left: -15px;
}
@media screen and (max-width: 439px), screen and (min-width: 768px) and (max-width: 819px) {
  .data_panel_wrap .panel__ratio .ratio__number {
    font-size: 6rem;
  }
  .data_panel_wrap .panel__ratio .ratio__number .small_num {
    font-size: 3.5rem;
  }
  .data_panel_wrap .panel__ratio .ratio__number .small_num.ml-15 {
    margin-left: -10px;
  }
}
.data_panel_wrap .qualification-box {
  border-radius: 20px;
  background: rgba(9, 57, 119, 0.1);
  padding: 3rem;
}
@media screen and (max-width: 439px) {
  .data_panel_wrap .qualification-box {
    padding: 2rem;
  }
}
.data_panel_wrap .qualification-box .qualification-ttl {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 439px) {
  .data_panel_wrap .qualification-box .qualification-ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.data_panel_wrap .qualification-box .qualification-list {
  list-style-type: disc;
  padding-left: 2rem;
  text-indent: -0.5rem;
}
.data_panel_wrap .qualification-box .qualification-list li {
  margin-bottom: 1rem;
  color: #093977;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 439px) {
  .data_panel_wrap .qualification-box .qualification-list li {
    font-size: 1.4rem;
  }
}
.data_panel_wrap .qualification-box .qualification-list li:last-child {
  margin-bottom: 0;
}

.data_faq_section {
  padding-bottom: 10rem;
}
.data_faq_section .faq_list {
  margin-bottom: 0;
}
.data_faq_section .faq_answer p {
  font-size: 1.4rem;
}

.faq_contents_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}

.service_ttl img {
  max-width: 466px;
}

.service_bg-navy {
  margin-bottom: 7rem;
}

.service_contents_txt {
  margin-bottom: 6rem;
}

.service_list_headtxt_l {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
}

.service_list_headtxt_s {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 3rem;
  text-align: center;
}

.service_s_list_wrap {
  padding-bottom: 0;
}

.service_bg-darknavy {
  padding-bottom: 8rem;
}

.service2_section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.service2_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 434px;
  background: linear-gradient(to top, rgb(9, 57, 119), rgba(0, 0, 0, 0)),
    url("../img/common/blur_bg.png");
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.service2_list {
  margin-top: -6rem;
}

.service2_item {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}

.service2_item_img {
  display: block;
  margin-bottom: 2rem;
}

.service2_item_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.service2_item_txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.service3_section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.service3_list {
  display: flex;
  flex-direction: column;
  margin-top: -10rem;
}

.service3_item {
  margin-top: 10rem;
}

.service3_item_img {
  display: block;
  margin-bottom: 2rem;
}

.service3_item_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.service3_item_txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.service3_item_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  height: 65px;
  position: relative;
  z-index: 0;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    z-index: -1;
  }
  &:hover::before {
    transform: scaleX(1);
  }
  &:hover {
    color: #093977;
    opacity: 1;
    & img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(78%) saturate(1054%) hue-rotate(187deg)
        brightness(96%) contrast(101%);
    }
  }
}
.service3_item_link a span {
  font-size: 1.4rem;
}
.service3_item_link a img {
  position: absolute;
  right: 30px;
}

.flow_ttl_section .flow_ttl {
  margin-bottom: 3.5rem;
}
.flow_ttl_section .flow_ttl img {
  max-width: 550px;
}

.flow_selection_section.first {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.3rem;
}
.flow_selection_section.first::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 512px;
  background: linear-gradient(to top, rgb(9, 57, 119), rgba(0, 0, 0, 0)),
    url(../img/common/blur_bg.png);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.flow_selection_head {
  margin-bottom: 2.5rem;
}

.flow_selection_ttl {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.flow_selection_headtxt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.first_selection_box {
  display: flex;
  flex-direction: column;
}
.first_selection_box:not(:last-child) {
  margin-bottom: 3rem;
}

.webp .first_selection_box {
  background: url(../img/flow/first_selection_bg-sp.webp);
  background-size: cover;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.no-webp .first_selection_box {
  background: url(../img/flow/first_selection_bg-sp.png);
  background-size: cover;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.first_selection_img {
  margin-bottom: 3rem;
}

.first_selection_txt {
  padding: 0 3rem 3rem;
}

.first_selection_ttl {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.first_selection_desc {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 3rem;
}

.first_selection_item {
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
}
.first_selection_item:nth-child(1) {
  border-top: 1px solid #fff;
}

.first_selection_item_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.first_selection_item_txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.first_selection_note {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

.flow_selection_section.second {
  position: relative;
  overflow: hidden;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}
.flow_selection_section.second::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 512px;
  background: linear-gradient(to top, rgb(9, 57, 119), rgba(0, 0, 0, 0)),
    url(../img/common/blur_bg.png);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

.second_selection_box,
.third_selection_box {
  display: flex;
  flex-direction: column;
}
.second_selection_box:not(:last-child),
.third_selection_box:not(:last-child) {
  margin-bottom: 3.5rem;
}

.second_selection_img,
.third_selection_img {
  margin-bottom: 2rem;
}

.second_selection_ttl,
.third_selection_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.38;
  margin-bottom: 2rem;
}

.second_selection_desc,
.third_selection_desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.flow_selection_section.third {
  position: relative;
  overflow: hidden;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.message_ttl_section .message_ttl {
  margin-bottom: 3.5rem;
}
.message_ttl_section .message_ttl img {
  max-width: 495px;
}

.message_mv_section {
  position: relative;
  margin-bottom: 5rem;
}

.message_mv_wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.message_mv_wrap img {
  width: 100%;
}

.message_mv_contents {
  margin-bottom: 5rem;
  padding: 0 3rem;
}

.message_mv_txt {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.6666;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  margin-bottom: 2.8rem;
}

.message_mv_bottom {
  display: flex;
  justify-content: space-between;
}

.message_mv_logo {
  width: 135px;
  max-width: 200px;
  min-width: 80px;
  margin-bottom: 0.5rem;
}

.message_mv_name {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.2rem;
  text-align: right;
}

.message_contents_section {
  margin-bottom: 10rem;
}

.message_contents_box {
  display: flex;
  flex-direction: column-reverse;
}
.message_contents_box:not(:last-child) {
  margin-bottom: 5rem;
}
.message_contents_box:nth-child(1) .message_contents_img {
  margin: 0 0 0 -3rem;
}
.message_contents_box:nth-child(2) .message_contents_img {
  margin: 0 -3rem 0rem 0;
}

.message_contents_txtarea {
  margin-bottom: 5rem;
}

.message_contents_question {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6666;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
}

.message_contents_answer {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
  padding-left: 2rem;
}
.message_contents_answer:not(:last-child) {
  margin-bottom: 4rem;
}
[v-cloak] {
  display: none !important;
}
.interview_ttl_section .interview_ttl {
  margin-bottom: 5rem;
}
.interview_ttl_section .interview_ttl img {
  max-width: 383px;
}

.interview_menu_section {
  margin-bottom: 10rem;
}
.interview_menu_section .interview_item {
  position: relative;
}
.interview_menu_section .interview_item:not(:last-child) {
  margin-bottom: 5rem;
}
.interview_menu_section .interview_item_img {
  margin: 0 -2.4rem;
}
.interview_menu_section .interview_item_ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 2.8rem;
  line-height: 1.6666;
}
.interview_menu_section .interview_info {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.interview_menu_section .readMoreBtn.interview {
  position: relative;
  width: 100%;
  height: 56px;
  display: flex;
}
.interview_menu_section .readMoreBtn.interview span {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
.interview_menu_section .readMoreBtn.interview img {
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
}
.interview_menu_section .readMoreBtn.interview:hover {
  cursor: pointer;
}
.interview_menu_section .readMoreBtn.interview.active {
  display: none;
}

.interview_head {
  position: relative;
  margin-bottom: 5rem;
}

.interview_tab_content_section {
  margin-bottom: 10rem;
}

.interview_fukidashi_img_wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.interview_fukidashi_img_wrap img {
  width: 100%;
}

.interview_fukidashi_contents {
  padding: 3rem 3rem 0;
}

.interview_fukidashi_txt {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.6666;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  margin-bottom: 2.8rem;
}

.interview_fukidashi_name {
  color: #fff;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.interview_contents_section {
  margin-bottom: 10rem;
}

.interview_contents_box:not(:last-child) {
  margin-bottom: 10rem;
}

.interview_contents_txtarea .block:not(:last-child) {
  margin-bottom: 5rem;
}

.interview_contents_question {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.interview_contents_answer {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.vision_ttl_section .vision_ttl {
  margin-bottom: 0;
  text-align: right;
}
.vision_ttl_section .vision_ttl img {
  max-width: 288px;
}

.vision_mv_section {
  margin-top: -12rem;
}

.vision_mv_wrap {
  background: url(../img/vision/vision_mv-sp.png) no-repeat;
  background-size: 180%;
  background-position-x: center;
  background-position-y: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 390/523;
}
.vision_mv_wrap::before {
  content: "";
  display: block;
  padding-top: 134.1025641026%;
}

.webp .vision_mv_wrap {
  background: url(../img/vision/vision_mv-sp.webp) no-repeat;
  background-size: 180%;
  background-position-x: center;
  background-position-y: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 390/523;
}
.webp .vision_mv_wrap::before {
  content: "";
  display: block;
  padding-top: 134.1025641026%;
}

/* .vision_intro_section {
  background: #093977;
  padding-top: 6rem;
  padding-bottom: 10rem;
}

.vision_intro_head {
  margin-bottom: 3rem;
}

.vision_intro_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.vision_intro_ttlbottom {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.vision_intro_contents_txt {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
} */

.vision_map_section {
  background: #fff;
  color: #093977;
  padding-top: 5.8rem;
}
.vision_map_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  text-align: left;
}
.vision-map-head {
  background: url(../img/vision/bg-vision-map.png) no-repeat;
  background-size: 100%;
  align-content: center;
  aspect-ratio: 1 / 1;
  background-position: center;
  max-width: 540px;
  margin: 0 auto;
}
.vision-map-block {
  &:nth-child(1) {
    margin-bottom: 3rem;
  }
  &:nth-child(2) {
    border-top: 1px dashed #093977;
    padding-top: 3rem;
  }
}
.vision_map_box,
.vision-formula__box {
  background: #093977;
  display: block;
  height: 50px;
  width: 240px;
  margin: 0 auto 1.5rem;
  align-content: center;
}
.vision_map_box p,
.vision-formula__box p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}
.vision_map_box span,
.vision-formula__box span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1rem;
}
.vision_map_message {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.vision_map_message small {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.vision-formula__equation {
  width: 220px;
  margin: 0 auto;
}

/* 詳細リスト */
.vision-formula__details {
  border-bottom: 1px solid #fff;
}
.vision-formula__details .detail {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  &:not(:last-child) {
    border-bottom: 1px dashed #093977;
  }
}
.vision-formula__details .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* ドットの直径（＝幅）を 1px に */
  height: 1px;
  /* 半径 0.5px の丸を描く */
  background-image: radial-gradient(circle closest-side, #fff 50%, transparent 51%);
  /* ドット1px + ギャップ4px = 合計5px で繰り返す */
  background-size: 5px 1px;
  background-repeat: repeat-x;
}
.vision-formula__details .detail_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.vision-formula__details .detail_ttl small {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}
.vision-formula__details .detal_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}
.vision-formula__details .detal_list li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 1.8rem;
  text-wrap: nowrap;
  margin-top: 1rem;
}

.vision_detail_section {
  background: #fff;
  padding-top: 6rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
}

.vision_detail_block {
  display: flex;
  flex-direction: column;
  gap: 6rem 0;
}
.vision_detail_ttl {
  color: #093977;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.vision_detail_ttl-jp {
  display: inline-block;
  background: #093977;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  padding: 0.6rem 1.4rem;
  margin-bottom: 1.5rem;
}

.vision_detail_txt1 {
  color: #093977;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.vision_detail_txt2 {
  color: #093977;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #093977;
  margin-bottom: 1.5rem;
}

.vision_detail_txt3,
.vision_detail_txt3_item {
  color: #093977;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.vision_detail_txt3_list {
  display: flex;
  flex-direction: column;
}

.vision_detail_item {
  color: #093977;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.vision_behavioral_section {
  padding-top: 10.8rem;
  padding-bottom: 10rem;
  background: #093977;
}

.vision_behavioral_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.333;
  font-size: 3.6rem;
  margin-bottom: 3.6rem;
}

.vision_behavioral_list {
  border: 1px solid #fff;
}
.vision_behavioral_list .block:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.vision_behavioral_item {
  padding: 1.5rem;
}
.vision_behavioral_item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.vision_behavioral_item_num {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.56;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.vision_behavioral_item_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.vision_behavioral_item_txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.2rem;
}

.backup_ttl_section {
  margin-bottom: 4.5rem;
}
.backup_ttl_section .backup_ttl img {
  max-width: 562px;
}

.backup_detail_section {
  padding-bottom: 10rem;
}

.backup_detail_item:not(:last-child) {
  margin-bottom: 6rem;
}

.backup_detail_item_img {
  margin-bottom: 1.5rem;
}
.backup_detail_item_img img {
  width: 100%;
}

.backup_detail_item_ttl {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid #fff;
  padding: 0.5rem 0.6rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.backup_detail_item_ttl2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.38;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.backup_detail_item_txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
}

.job-description_ttl_section {
  margin-bottom: 3rem;
}
.job-description_ttl_section .job-description_ttl img {
  max-width: 670px;
}

.job-description_contents_section {
  margin-bottom: 10rem;
}
.job-description_contents_section .section_inner {
  max-width: 1060px;
}

.job-description_contents_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 2.6666;
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}

.job-description_contents_table {
  width: 100%;
}
.job-description_contents_table tr {
  border-bottom: 1px solid #fff;
}
.job-description_contents_table tr:nth-child(1) {
  border-top: 1px solid #fff;
}
.job-description_contents_table th,
.job-description_contents_table td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.job-description_contents_table th {
  width: 30%;
  max-width: 20rem;
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.4rem;
}
.job-description_contents_table td {
  font-weight: 400;
  line-height: 2;
  font-size: 1.3rem;
}

.company_ttl_section {
  margin-bottom: 7.4rem;
}
.company_ttl_section .company_ttl {
  margin-bottom: 0;
  text-align: center;
}
.company_ttl_section .company_ttl img {
  max-width: 356px;
}

.company_table_section {
  margin-bottom: 5rem;
}
.company_table_section .section_inner {
  max-width: 1060px;
}

.company_table {
  width: 100%;
}
.company_table tr {
  border-bottom: 1px solid #fff;
}
.company_table tr:nth-child(1) {
  border-top: 1px solid #fff;
}
.company_table th,
.company_table td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
  letter-spacing: 0.1em;
  vertical-align: top;
}
.company_table th {
  width: 35%;
  max-width: 20rem;
  font-weight: 700;
  padding-right: 2rem;
  line-height: 1.75;
  font-size: 1.4rem;
}
.company_table td {
  font-weight: 400;
  line-height: 2;
  font-size: 1.3rem;
}
.company_table td p:not(:last-child) {
  margin-bottom: 3rem;
}

.company_office_section {
  margin-bottom: 10rem;
}
.company_office_section .section_inner {
  max-width: 1060px;
}
.company_office_section .block {
  display: flex;
  flex-direction: column-reverse;
}
.company_office_section .block:not(:last-child) {
  margin-bottom: 10rem;
}

.company_office_img {
  margin-bottom: 2rem;
}

.company_office_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.38;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.company_office_txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

.company_office_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50.1%; /*499:250の比率にしたい場合、250/499=50.1%*/
}
.company_office_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_ttl_section {
  margin-bottom: 7.4rem;
}
.contact_ttl_section .contact_ttl {
  text-align: center;
}
.contact_ttl_section .contact_ttl img {
  max-width: 482px;
}

.contact_form_section {
  margin-bottom: 10rem;
}
.contact_form_section .section_inner {
  max-width: 1080px;
}

.form {
  margin-top: -2.5rem;
}

.form_item {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.form_item .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.form_item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.form_item label .form_label_txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.125;
  font-weight: 700;
  margin-right: 1rem;
}
.form_item label .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ba0000;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.8;
  width: 5rem;
  height: 2.6rem;
}
.form_item input {
  height: 60px;
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  padding: 1rem 1.5rem;
  width: 100%;
}
.form_item textarea {
  border-radius: 5px;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  padding: 1rem 1.5rem;
  height: 20rem;
  width: 100%;
  line-height: 1.7;
  resize: vertical;
}

.form_item.textarea {
  margin-bottom: 2.5rem;
}

.form-privacypolicy {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
.form-privacypolicy .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.form-privacypolicy input[type="checkbox"] {
  display: none;
}
.form-privacypolicy .wpcf7-list-item-label {
  color: #fff;
  position: relative;
  padding-left: 2rem;
}
.form-privacypolicy .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
}
.form-privacypolicy .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 10px;
  height: 5px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
.form-privacypolicy input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-privacypolicy a {
  color: #fff;
  text-decoration: underline;
}
.form-privacypolicy a:hover {
  text-decoration: none;
}

.form-txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2.125;
  text-align: center;
  margin-bottom: 1.5rem;
}

.form-submit {
  text-align: center;
}
.form-submit input {
  width: 100%;
  max-width: 400px;
  height: 80px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  background: url("../img/common/button_arrow-white.svg") no-repeat;
  background-position: calc(100% - 30px) center;
}
.form-submit .wpcf7-spinner {
  display: none;
}

.contact-thanks_ttl {
  margin-bottom: 0;
}

.contact_thanks_txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.entry_ttl_section {
  margin-bottom: 7rem;
}
.entry_ttl_section .entry_ttl {
  text-align: center;
}
.entry_ttl_section .entry_ttl img {
  max-width: 326px;
}

.entry_form_section {
  margin-bottom: 10rem;
}
.entry_form_section .form_item.textarea {
  margin-bottom: 4.3rem;
}

.form_item-gender .wpcf7-radio,
.form_item-interview .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item,
.form_item-interview .wpcf7-radio .wpcf7-list-item {
  font-size: 1.6rem;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label,
.form_item-interview .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  width: auto;
  /* ラジオボタンが選択されたとき */
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label input[type="radio"],
.form_item-interview .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.form_item-interview .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.125;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before,
.form_item-gender .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after,
.form_item-interview .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before,
.form_item-interview .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before,
.form_item-interview .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  background-color: #fff;
  width: 16px;
  height: 16px;
  left: 0;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after,
.form_item-interview .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  background-color: #093977;
  opacity: 0;
  width: 6px;
  height: 6px;
  left: 5px;
  transition: opacity 0.2s;
}
.form_item-gender .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked + span::after,
.form_item-interview .wpcf7-radio .wpcf7-list-item label input[type="radio"]:checked + span::after {
  opacity: 1;
}

.form_item-gender .wpcf7-radio .wpcf7-list-item {
  width: 110px;
}

.form_item-interview .wpcf7-radio .wpcf7-list-item {
  width: 50%;
}

.scroll-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 2.5rem;
  max-width: 800px;
}

.personal {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 1.5rem;
  height: 20rem;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  border: 1px solid #fff;
}

.personal_inner {
  height: 100%;
  overflow-y: scroll;
}

.personal_ttl {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.125;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}

.personal_txt {
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2.125;
  font-weight: 400;
  font-size: 1.4rem;
}
.personal_txt:not(:last-child) {
  margin-bottom: 2.5rem;
}

/* ネイティブスクロールバーを隠す（WebKit系の場合） */
.scroll-content::-webkit-scrollbar {
  display: none;
}

/* カスタムスクロールバーのトラック */
.custom-scrollbar {
  position: absolute;
  top: 5%;
  right: -15px;
  width: 1px; /* お好みの幅に調整 */
  border-radius: 1px;
  height: 90%;
  background: #fff; /* トラックの背景色 */
}

/* カスタムスクロールバーのつまみ */
.custom-thumb {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  height: 30px; /* 初期値。後でJSで調整 */
  background: #fff; /* つまみの背景色 */
  border: 3px solid #fff; /* 枠線を追加して視認性アップ */
  border-radius: 8px; /* 角を丸く */
  cursor: pointer;
  box-sizing: border-box;
}

.entry-thanks_ttl {
  margin-bottom: 0;
}

.entry_thanks_txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.privacy-policy_ttl_section {
  margin-bottom: 4.6rem;
}
.privacy-policy_ttl_section .privacy-policy_ttl {
  margin-bottom: 0;
  text-align: center;
}
.privacy-policy_ttl_section .privacy-policy_ttl img {
  max-width: 661px;
}

.privacy-policy_section {
  padding-bottom: 10rem;
}
.privacy-policy_section .section_inner {
  max-width: 1060px;
}

.privacy-policy_txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
.privacy-policy_txt:not(:last-child) {
  margin-bottom: 5rem;
}

.privacy-policy_h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: 2;
  margin-bottom: 2rem;
}

.privacy-policy_list {
  margin-top: -2rem;
  margin-bottom: 5rem;
}

.privacy-policy_item:not(:last-child) {
  margin-bottom: 3rem;
}
.privacy-policy_item .privacy-policy_txt {
  padding-left: 2.5rem;
}

.privacy-policy_h4 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.125;
  font-size: 1.6;
  margin-bottom: 1.8rem;
}

@media screen and (min-width: 768px) {
  .section-top {
    padding-top: 17rem;
  }
  .section_head {
    flex-direction: row;
    justify-content: space-between;
  }
  .section_ttl {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
  .section_headtxt {
    width: 50%;
  }
  .data_ttl_section .data_ttl {
    margin-bottom: 10rem;
  }
  .data_contents_section {
    padding-bottom: 15rem;
  }
  .data_panel_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr; /* ← ここで“各行”を同じ高さに */
    grid-auto-rows: auto;
    max-width: 800px;
  }
  .data_panel_wrap .panel {
    display: flex;
    flex-direction: column;
  }
  .data_panel_wrap .panel[data-span-columns="2"] {
    grid-column: span 2;
    aspect-ratio: 2/1;
    padding: 5.9375% 6.25% 4.2625%;
  }
  .data_panel_wrap .panel[data-span-columns="2"] .pannel__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .data_panel_wrap .panel__title {
    margin-bottom: 0;
  }
  .data_panel_wrap .panel__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .data_panel_wrap .panel__content__wrap {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    width: 100%;
    flex: 1;
  }
  .data_panel_wrap .panel__content__left {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .data_panel_wrap .panel__content__right {
    width: 50%;
  }
  .data_panel_wrap .panel--qualification .panel__content {
    padding-bottom: 36px;
  }
  .data_panel_wrap .qualification-box {
    margin-top: -5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 825px) {
  .data_panel_wrap .qualification-box {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 825px) {
  .data_panel_wrap .qualification-box .qualification-ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 825px) {
  .data_panel_wrap .qualification-box .qualification-list li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .data_faq_section {
    padding-bottom: 15rem;
  }
  .faq_contents_ttl {
    font-size: 4rem;
    margin-bottom: 7.5rem;
  }
  .service_ttl img {
    width: 77%;
  }
  .service_bg-navy {
    margin-bottom: 11.5rem;
  }
  .service_contents_txt {
    margin-bottom: 10rem;
  }
  .service_list_headtxt_l {
    font-size: 2.4rem;
  }
  .service_list_headtxt_s {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
  }
  .service_bg-darknavy {
    padding-bottom: 13rem;
  }
  .service2_section {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .service2_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .service2_item_img {
    margin-bottom: 0;
    width: 46%;
  }
  .service2_item_txtarea {
    width: 50%;
  }
  .service3_section {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .service3_list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .service3_item {
    width: 46%;
  }
  .service3_item_link a {
    width: 300px;
  }
  .flow_ttl_section .flow_ttl img {
    width: 91.6666%;
  }
  .flow_selection_section.first {
    padding-bottom: 10rem;
  }
  .flow_selection_section.first::before {
    height: 600px;
  }
  .flow_selection_head {
    margin-bottom: 5rem;
  }
  .flow_selection_ttl {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .first_selection_box {
    flex-direction: row;
    align-items: center;
  }
  .first_selection_box:not(:last-child) {
    margin-bottom: 7rem;
  }
  .webp .first_selection_box {
    background: url(../img/flow/first_selection_bg-pc.webp);
    background-size: cover;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  }
  .no-webp .first_selection_box {
    background: url(../img/flow/first_selection_bg-pc.png);
    background-size: cover;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  }
  .first_selection_img {
    margin-bottom: 0;
    width: 33%;
  }
  .first_selection_txt {
    padding: 5rem 2.75rem 5rem 2.5rem;
    width: 67%;
  }
  .first_selection_desc {
    margin-bottom: 1.5rem;
  }
  .first_selection_ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .first_selection_box {
    height: 500px;
  }
  .first_selection_list {
    display: flex;
    flex-wrap: wrap;
  }
  .first_selection_item {
    padding: 1.5rem 0;
    width: 50%;
  }
  .first_selection_item:nth-child(2) {
    border-top: 1px solid #fff;
  }
  .first_selection_item:nth-child(odd) {
    border-right: 1px dotted #fff;
    padding-right: 1.5rem;
  }
  .first_selection_item:nth-child(even) {
    padding-left: 1.5rem;
  }
  .first_selection_item_ttl {
    margin-bottom: 0;
  }
  .flow_selection_section.second {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .flow_selection_section.second::before {
    height: 58.82%;
  }
  .second_selection_box,
  .third_selection_box {
    flex-direction: row;
    justify-content: space-between;
  }
  .second_selection_box:not(:last-child),
  .third_selection_box:not(:last-child) {
    margin-bottom: 7rem;
  }
  .second_selection_img,
  .third_selection_img {
    margin-bottom: 0;
    width: 45.8333%;
  }
  .second_selection_txt,
  .third_selection_txt {
    width: 50%;
  }
  .second_selection_ttl,
  .third_selection_ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .flow_selection_section.third {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .message_ttl_section .message_ttl {
    margin-bottom: 7rem;
  }
  .message_ttl_section .message_ttl img {
    width: 82.5%;
  }
  .message_mv_section {
    margin-bottom: 15rem;
    position: relative;
  }
  .message_mv_wrap {
    margin-bottom: 0;
  }
  .message_mv_contents {
    position: absolute;
    top: 32.5%;
    right: 8.75%;
    width: 42%;
    max-width: 675px;
  }
  .message_mv_txt {
    color: #000;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
  .message_mv_logo {
    width: 12.5%;
    max-width: 200px;
    min-width: 160px;
    margin-bottom: 1rem;
  }
  .message_mv_name {
    color: #000;
    text-align: left;
  }
  .message_contents_box {
    flex-direction: row;
  }
  .message_contents_box:not(:last-child) {
    margin-bottom: 15rem;
  }
  .message_contents_box:nth-child(1) .message_contents_img {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 9.3%;
  }
  .message_contents_box:nth-child(2) {
    flex-direction: row-reverse;
  }
  .message_contents_box:nth-child(2) .message_contents_img {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 9.3%;
  }
  .message_contents_img {
    max-width: 650px;
    margin-bottom: 0;
  }
  .message_contents_txtarea {
    width: 50%;
    margin-bottom: 0;
  }
  .message_contents_answer {
    padding-left: 3rem;
    margin-bottom: 0;
  }
  .interview_ttl_section .interview_ttl {
    margin-bottom: 10rem;
  }
  .interview_ttl_section .interview_ttl img {
    max-width: 63.8%;
  }
  .interview_menu_section .interview_list {
    display: flex;
    justify-content: space-between;
  }
  .interview_menu_section .interview_item {
    margin-bottom: 0;
    width: calc((100% - 80px) / 3);
  }
  .interview_menu_section .interview_item:not(:last-child) {
    margin-bottom: 0;
  }
  .interview_menu_section .interview_item_ttl {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .interview_menu_section .readMoreBtn.interview {
    width: 200px;
    height: 60px;
  }
  .interview_menu_section .triangle-indicator {
    content: "";
    position: absolute;
    bottom: -12rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
    border-bottom: 10rem solid #fff;
    display: none;
  }
  .interview_menu_section .triangle-indicator.active {
    display: block;
  }
  .interview_head {
    margin-bottom: 15rem;
  }
  .interview_fukidashi_contents {
    width: 56.25%;
    height: 100%;
    position: absolute;
    top: 0;
    padding-left: 5.5555%;
    padding-right: 11.1111%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .interview_fukidashi_contents.txt-right {
    left: 0;
  }
  .interview_fukidashi_contents.txt-left {
    right: 0;
  }
  .interview_fukidashi_txt {
    color: #000;
    line-height: 1.77;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
  .interview_fukidashi_name {
    color: #000;
    font-size: 1.3rem;
    line-height: 2;
  }
  .interview_tab_content_section {
    margin-bottom: 15rem;
  }
  .interview_contents_box {
    max-width: 1000px;
    margin: 0 auto;
  }
  .interview_contents_box:not(:last-child) {
    margin-bottom: 15rem;
  }
  .interview_contents_txtarea .block:not(:last-child) {
    margin-bottom: 7.5rem;
  }
  .interview_contents_answer {
    padding-left: 3rem;
  }
  .vision_ttl_section .vision_ttl {
    margin-bottom: 0;
    text-align: left;
  }
  .vision_ttl_section .vision_ttl img {
    max-width: 48%;
  }
  .vision_mv_section {
    margin-top: -10rem;
  }
  .vision_mv_wrap {
    background: url(../img/vision/vision_mv-pc2.png) no-repeat;
    background-position-x: center;
    background-size: 120%;
    aspect-ratio: 1600/1280;
    overflow: hidden;
  }
  .vision_mv_wrap::before {
    padding-top: 80%;
  }
  .webp .vision_mv_wrap {
    background: url(../img/vision/vision_mv-pc2.webp) no-repeat;
    background-position-x: center;
    background-size: 120%;
    aspect-ratio: 1600/1280;
    overflow: hidden;
  }
  .webp .vision_mv_wrap::before {
    padding-top: 80%;
  }
  .vision_map_section {
    padding-top: 11.7rem;
  }
  .vision_map_title {
    margin-bottom: -3rem;
  }
  .vision-map-head {
    max-width: 800px;
  }
  .vision-map-block {
    &:nth-child(1) {
      margin-bottom: 6rem;
    }
    &:nth-child(2) {
      padding-top: 5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  .vision_map_box--philosophy {
    font-family: "Shippori Mincho", serif;
    height: 70px;
    width: 350px;
    margin: 0 auto 3rem;
    align-content: center;
    p {
      font-size: 4rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .vision-formula__box--rule {
    height: 90px;
    width: 200px;
    margin: 0;
    p {
      font-size: 2.6rem;
    }
  }
  .vision_map_box span,
  .vision-formula__box span {
    font-size: 1.6rem;
    margin-left: 2rem;
  }
  .vision_map_message {
    font-size: 5rem;
    small {
      font-size: 2rem;
      font-family: "Shippori Mincho", serif;
    }
  }
  .vision-formula__equation {
    width: calc(100% - 5.5% - 200px);
  }
  .vision-formula__details {
    display: none;
  }
  .vision_detail_section {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
    margin-bottom: 15rem;
  }
  .vision_detail_block {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vision_detail_block .block {
    width: 45.8%;
  }
  .vision_detail_block .block.map-img img {
    margin-left: -5rem;
  }
  .vision_detail_list .block {
    width: 100%;
  }
  .vision_detail_item {
    font-size: 1.6rem;
  }
  .vision_behavioral_section {
    padding-top: 16.2rem;
    padding-bottom: 15rem;
  }
  .vision_behavioral_ttl {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .vision_behavioral_list {
    display: flex;
    flex-direction: row;
    border: none;
    border-top: 1px solid #fff;
  }
  .vision_behavioral_list .block {
    width: 50%;
  }
  .vision_behavioral_list .block:nth-child(1) {
    border-left: 1px solid #fff;
  }
  .vision_behavioral_item {
    border-right: 1px solid #fff;
  }
  .vision_behavioral_item:last-child {
    border-bottom: 1px solid #fff;
  }
  .backup_ttl_section {
    margin-bottom: 6.8rem;
  }
  .backup_ttl_section .backup_ttl img {
    width: 93.66%;
  }
  .backup_detail_section {
    padding-bottom: 15rem;
  }
  .backup_detail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -9.6rem;
  }
  .backup_detail_item {
    width: 46%;
    margin-top: 9.6rem;
  }
  .backup_detail_item:not(:last-child) {
    margin-bottom: 0;
  }
  .job-description_ttl_section {
    margin-bottom: 4.7rem;
  }
  .job-description_ttl_section .job-description_ttl img {
    width: 98%;
  }
  .job-description_contents_section {
    margin-bottom: 15rem;
  }
  .job-description_contents_ttl {
    font-size: 3rem;
    margin-bottom: 5.5rem;
  }
  .job-description_contents_table th {
    width: 20%;
    font-size: 1.6rem;
  }
  .job-description_contents_table td {
    font-size: 1.4rem;
  }
  .job-description_contents_table th,
  .job-description_contents_table td {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .company_ttl_section {
    margin-bottom: 11rem;
  }
  .company_ttl_section .company_ttl {
    text-align: left;
  }
  .company_ttl_section .company_ttl img {
    width: 59.3%;
  }
  .company_table_section {
    margin-bottom: 7.5rem;
  }
  .company_table th {
    width: 20rem;
    font-size: 1.6rem;
  }
  .company_table td {
    font-size: 1.4rem;
  }
  .company_table td p:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .company_table th,
  .company_table td {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .company_office_section {
    margin-bottom: 15rem;
  }
  .company_office_section .block {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .company_office_info {
    width: 50%;
  }
  .company_office_img {
    margin-bottom: 0;
    width: 45%;
  }
  .company_office_ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .contact_ttl_section {
    margin-bottom: 11rem;
  }
  .contact_ttl_section .contact_ttl {
    text-align: left;
  }
  .contact_ttl_section .contact_ttl img {
    width: 80.33%;
  }
  .contact_form_section {
    margin-bottom: 15rem;
  }
  .contact_form_section .section_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .form {
    margin-top: 5rem;
  }
  .form_item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    align-items: center;
    margin-top: 5rem;
  }
  .form_item label {
    margin-bottom: 0;
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .form_item .form_label_txt {
    margin-right: 0;
  }
  .form_item .required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e60012;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 2.8;
    width: 5rem;
    height: 2.6rem;
    margin-left: 1rem;
  }
  .form_item .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .form_item input,
  .form_item textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    padding: 1rem 1.5rem;
  }
  .form_item input {
    height: 60px;
  }
  .form_item textarea {
    height: 20rem;
    line-height: 1.7;
    resize: vertical;
  }
  .form_item.textarea {
    align-items: flex-start;
  }
  .form_item.textarea label {
    padding-top: 0.5rem;
  }
  .form_item.textarea {
    margin-bottom: 3.75rem;
  }
  .form-privacypolicy {
    margin-bottom: 7.5rem;
  }
  .form-txt {
    margin-bottom: 3rem;
  }
  .form-submit input {
    height: 100px;
  }
  .contact_thanks_txt {
    font-size: 1.6rem;
  }
  .entry_ttl_section {
    margin-bottom: 10.6rem;
  }
  .entry_ttl_section .entry_ttl {
    text-align: left;
  }
  .entry_ttl_section .entry_ttl img {
    width: 54.33%;
  }
  .entry_form_section {
    margin-bottom: 15rem;
  }
  .entry_form_section .form_item.textarea {
    margin-bottom: 6.5rem;
  }
  .form_item-interview {
    align-items: flex-start;
  }
  .form_item-interview .wpcf7-radio {
    margin-top: -1rem;
  }
  .form_item-interview .wpcf7-radio .wpcf7-list-item {
    width: 33.33333%;
    margin-top: 1rem;
  }
  .scroll-wrapper {
    margin: 0 auto 3.8rem;
  }
  .personal {
    padding: 2.5rem 3rem;
  }
  .entry_thanks_txt {
    font-size: 1.6rem;
  }
  .privacy-policy_ttl_section {
    margin-bottom: 6.8rem;
  }
  .privacy-policy_ttl_section .privacy-policy_ttl {
    text-align: left;
  }
  .privacy-policy_ttl_section .privacy-policy_ttl img {
    width: 110.16%;
  }
  .privacy-policy_section {
    padding-bottom: 15rem;
  }
  .section_404 {
    padding-bottom: 15rem;
  }
  .ttl_404 {
    font-size: 4rem;
    margin-bottom: 7.5rem;
  }
  .txt_404 {
    font-size: 1.6rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .section-top {
    padding-top: 22rem;
  }
  .data_contents_section {
    padding-bottom: 21.6rem;
  }
  .data_faq_section {
    padding-bottom: 20rem;
  }
  .data_faq_section .faq_answer p {
    margin-top: 0.75rem;
  }
  .faq_contents_ttl {
    font-size: 6rem;
    margin-bottom: 10.9rem;
  }
  .service_list_headtxt_l {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .service_list_headtxt_s {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
  .service_bg-darknavy {
    padding-bottom: 18rem;
  }
  .service2_section {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .service2_section::before {
    height: 600px;
  }
  .service2_list {
    margin-top: -10rem;
  }
  .service2_item {
    margin-top: 10rem;
  }
  .service2_item_ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .service3_section {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .service3_list {
    margin-top: -10rem;
  }
  .service3_item {
    margin-top: 10rem;
  }
  .service3_item_ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .service3_item_txt {
    margin-bottom: 3rem;
  }
  .flow_selection_section.first {
    padding-bottom: 20rem;
  }
  .first_selection_img {
    width: 396px;
    height: 500px;
  }
  .first_selection_txt {
    padding: 5rem 5.5rem 5rem 5rem;
    width: calc(100% - 395px);
  }
  .first_selection_desc {
    margin-bottom: 3rem;
  }
  .first_selection_item {
    padding: 2rem 0;
  }
  .first_selection_item:nth-child(odd) {
    padding-right: 2rem;
  }
  .first_selection_item:nth-child(even) {
    padding-left: 2rem;
  }
  .first_selection_item_ttl {
    margin-bottom: 1rem;
  }
  .flow_selection_section.second {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .second_selection_ttl,
  .third_selection_ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .flow_selection_section.third {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .message_mv_section {
    margin-bottom: 20rem;
  }
  .message_mv_txt {
    font-size: 2.2rem;
  }
  .message_mv_logo {
    width: 180px;
  }
  .message_mv_name {
    font-size: 1.4rem;
  }
  .message_contents_box:not(:last-child) {
    margin-bottom: 20rem;
  }
  .message_contents_question {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .interview_menu_section .interview_list {
    margin-bottom: 10rem;
  }
  .interview_menu_section .interview_item {
    width: calc((100% - 120px) / 3);
  }
  .interview_menu_section .interview_item_ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .interview_head {
    margin-bottom: 20rem;
  }
  .interview_fukidashi_txt {
    line-height: 1.77;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .interview_fukidashi_name {
    font-size: 1.4rem;
    line-height: 2;
  }
  .interview_tab_content_section {
    margin-bottom: 20rem;
  }
  .interview_contents_box:not(:last-child) {
    margin-bottom: 20rem;
  }
  .interview_contents_txtarea .block:not(:last-child) {
    margin-bottom: 10rem;
  }
  .interview_contents_question {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
  .vision_intro_section {
    padding-top: 11.7rem;
    padding-bottom: 20rem;
  }
  .vision_intro_head {
    margin-bottom: 5rem;
  }
  .vision_intro_ttl {
    font-size: 5rem;
    margin-bottom: 2.5rem;
  }
  .vision_intro_ttlbottom {
    font-size: 1.8rem;
  }
  .vision_intro_contents_txt {
    font-size: 1.6rem;
  }
  .vision_map_title {
    font-size: 6rem;
    margin-bottom: -5.5rem;
  }
  .vision_detail_section {
    padding-top: 11.7rem;
    padding-bottom: 10rem;
    margin-bottom: 20rem;
  }
  .vision_detail_block {
    gap: 11.7rem 0;
  }
  .vision_detail_ttl {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
  .vision_detail_ttl-jp {
    font-size: 1.6rem;
    padding: 1.1rem 2.6rem;
    margin-bottom: 3rem;
  }
  .vision_detail_txt1 {
    font-size: 2rem;
    margin-bottom: 2.3rem;
  }
  .vision_detail_txt2 {
    font-size: 1.6rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .vision_detail_txt3_list {
    flex-direction: row;
  }
  .vision_detail_txt3_item:not(:last-child) {
    margin-right: 3rem;
  }
  .vision_detail_item {
    font-size: 1.8rem;
  }
  .vision_behavioral_section {
    padding-top: 21.7rem;
    padding-bottom: 20rem;
  }
  .vision_behavioral_ttl {
    font-size: 6rem;
    margin-bottom: 6rem;
  }
  .vision_behavioral_item {
    padding: 3rem;
  }
  .vision_behavioral_item_num {
    font-size: 1.5rem;
  }
  .vision_behavioral_item_ttl {
    font-size: 3.6rem;
  }
  .vision_behavioral_item_txt {
    font-size: 1.5rem;
  }
  .backup_ttl_section {
    margin-bottom: 9rem;
  }
  .backup_detail_section {
    padding-bottom: 20rem;
  }
  .backup_detail_list {
    margin-top: -12.8rem;
  }
  .backup_detail_item {
    margin-top: 12.8rem;
  }
  .backup_detail_item_img {
    margin-bottom: 3rem;
  }
  .backup_detail_item_ttl {
    padding: 1rem 1.3rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .backup_detail_item_ttl2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .job-description_ttl_section {
    margin-bottom: 6.3rem;
  }
  .job-description_ttl_section .job-description_ttl img {
    width: 111.6666%;
  }
  .job-description_contents_section {
    margin-bottom: 20.9rem;
  }
  .company_ttl_section {
    margin-bottom: 14.8rem;
  }
  .company_table_section {
    margin-bottom: 10rem;
  }
  .company_office_section {
    margin-bottom: 20rem;
  }
  .company_office_ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .contact_ttl_section {
    margin-bottom: 14.7rem;
  }
  .contact_form_section {
    margin-bottom: 20.5rem;
  }
  .form_item.textarea {
    margin-bottom: 5rem;
  }
  .form-privacypolicy {
    margin-bottom: 10rem;
  }
  .entry_ttl_section {
    margin-bottom: 14.2rem;
  }
  .entry_form_section {
    margin-bottom: 20rem;
  }
  .entry_form_section .form_item.textarea {
    margin-bottom: 8.6rem;
  }
  .form_item-interview .wpcf7-radio .wpcf7-list-item {
    width: 25%;
  }
  .scroll-wrapper {
    margin-bottom: 5rem;
  }
  .custom-scrollbar {
    right: -20px;
  }
  .privacy-policy_ttl_section {
    margin-bottom: 9.1rem;
  }
  .privacy-policy_section {
    padding-bottom: 20rem;
  }
  .privacy-policy_item .privacy-policy_txt {
    padding-left: 5rem;
  }
  .section_404 {
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 1260px) {
  .section_inner {
    padding: 0;
  }
  .data_panel_wrap {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
  }
  .service_list_headtxt_l {
    font-size: 4rem;
  }
  .service2_item_ttl {
    font-size: 4rem;
  }
  .first_selection_txt {
    padding: 0 5.5rem 0 5rem;
  }
  .first_selection_ttl {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .message_mv_txt {
    font-size: 2.6rem;
    margin-bottom: 5.2rem;
  }
  .message_mv_logo {
    width: 200px;
    margin-bottom: 2rem;
  }
  .message_mv_name {
    font-size: 1.6rem;
  }
  .message_contents_question {
    margin-bottom: 6rem;
    font-size: 2.6rem;
  }
  .interview_fukidashi_txt {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
  .interview_fukidashi_name {
    font-size: 1.5rem;
  }
  .vision_mv_section {
    margin-top: -18rem;
  }
  .vision_intro_head {
    margin-bottom: 5.6rem;
  }
  .vision_intro_ttl {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
  .vision_intro_ttlbottom {
    font-size: 2rem;
  }
  .vision_map_wrap {
    background-size: 100%;
    aspect-ratio: 1600/1124;
    overflow: hidden;
  }
  .vision_map_wrap::before {
    padding-top: 70.25%;
  }
  .webp .vision_map_wrap {
    background-size: 100%;
    aspect-ratio: 1600/1124;
    overflow: hidden;
  }
  .webp .vision_map_wrap::before {
    padding-top: 70.25%;
  }
  .vision-map-head-inner {
    margin: 0 -9rem;
  }
  .vision-map-block {
    &:nth-child(2) {
      padding-right: 4rem;
    }
  }
  .vision_detail_block .block.map-img img {
    max-width: 553px;
  }
  .vision_detail_txt1 {
    font-size: 2.2rem;
  }
  .vision_detail_item {
    font-size: 2rem;
  }
  .vision_behavioral_item_num {
    font-size: 1.6rem;
  }
  .vision_behavioral_item_ttl {
    font-size: 4rem;
  }
  .vision_behavioral_item_txt {
    font-size: 1.6rem;
  }
  .job-description_contents_section .section_inner {
    max-width: 1000px;
  }
  .company_table_section .section_inner {
    max-width: 1000px;
  }
  .company_office_section .section_inner {
    max-width: 1000px;
  }
  .form_item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    align-items: center;
    margin-top: 5rem;
  }
  .form_item label {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .form_item .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form_item input,
  .form_item textarea {
    width: 100%;
  }
  .form_item.textarea {
    align-items: flex-start;
  }
  .form_item.textarea label {
    padding-top: 0.5rem;
  }
  .form_item.textarea textarea {
    height: 20rem;
  }
  .form_item-interview .wpcf7-radio .wpcf7-list-item {
    width: auto;
    min-width: 145px;
  }
  .form_item-interview .wpcf7-radio .wpcf7-list-item:nth-child(3),
  .form_item-interview .wpcf7-radio .wpcf7-list-item:nth-child(8) {
    width: 197px;
  }
  .privacy-policy_section .section_inner {
    max-width: 1000px;
  }

  .ttl_404 {
    font-size: 6rem;
    margin-bottom: 10.9rem;
  }
}
@media screen and (min-width: 1600px) {
  .message_contents_box:nth-child(1) .message_contents_img {
    margin-right: 15rem;
  }
  .message_contents_box:nth-child(2) {
    flex-direction: row-reverse;
  }
  .message_contents_box:nth-child(2) .message_contents_img {
    margin-left: 15rem;
  }
  .interview_fukidashi_txt {
    font-size: 2.6rem;
  }
  .interview_fukidashi_name {
    font-size: 1.6rem;
  }
  .interview_contents_box:nth-child(1) .interview_contents_img {
    margin-right: 15rem;
  }
  .interview_contents_box:nth-child(2) {
    flex-direction: row-reverse;
  }
  .interview_contents_box:nth-child(2) .interview_contents_img {
    margin-left: 15rem;
  }
  .vision_mv_section {
    margin-top: -16rem;
  }
  .vision_mv_wrap {
    background-size: 100%;
    aspect-ratio: 1920/1049;
  }
  .vision_mv_wrap::before {
    padding-top: 66.6666666667%;
  }
  .webp .vision_mv_wrap {
    background-size: 100%;
    aspect-ratio: 1920/1280;
  }
  .webp .vision_mv_wrap::before {
    padding-top: 66.6666666667%;
  }
} /*# sourceMappingURL=page.css.map */
