@charset "UTF-8";
.mv_container {
  position: relative;
  width: 100%;
  height: 97vh;
  background: url("../img/top/mv_pc.png") no-repeat center/cover;
}
@media screen and (max-width: 1180px) {
  .mv_container {
    height: 83vh;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container {
    height: 57vh;
  }
}
@media screen and (max-width: 820px) {
  .mv_container {
    height: 70vh;
  }
}
@media screen and (max-width: 520px) {
  .mv_container {
    height: 90vh;
    background: url("../img/top/mv_sp.png") no-repeat center/cover;
  }
}
.mv_container .main_catch {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .mv_container .main_catch {
    transform: initial;
    top: initial;
    bottom: 70px;
    right: inherit;
    left: 6%;
  }
}
.mv_container .top_catch {
  text-align: left;
  color: #fff;
  font-size: 6.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.3rem;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .mv_container .top_catch {
    font-size: 5rem;
  }
}
@media screen and (max-width: 820px) {
  .mv_container .top_catch {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .top_catch {
    font-size: 3.9rem;
    letter-spacing: 0.7rem;
    line-height: 1.5;
  }
}
.mv_container .mv_txt {
  position: absolute;
  bottom: 0;
  left: 0;
}

.lower_container {
  width: 100%;
  height: 60vh;
  background: url("../img/common/page_tit_bg.png") no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lower_container {
    height: 29vh;
  }
}
@media screen and (max-width: 520px) {
  .lower_container {
    height: 30vh;
  }
}
@media screen and (max-width: 375px) {
  .lower_container {
    height: 37vh;
  }
}
.lower_container .lower_catch {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 10%;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .lower_container .lower_catch {
    top: 55%;
  }
}
@media screen and (max-width: 820px) {
  .lower_container .lower_catch {
    top: 60%;
  }
}
.lower_container .lower_catch .lower_catch__tit {
  font-size: 8rem;
  letter-spacing: 0.1rem;
  font-weight: 200;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #0569b4;
  line-height: 1.3;
}
@media screen and (max-width: 1180px) {
  .lower_container .lower_catch .lower_catch__tit {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .lower_container .lower_catch .lower_catch__tit {
    line-height: 1.1;
  }
}
@media screen and (max-width: 820px) {
  .lower_container .lower_catch .lower_catch__tit {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower_container .lower_catch .lower_catch__tit {
    font-size: 3rem;
  }
}
.lower_container .lower_catch .lower_catch__tit span {
  font-size: 2rem;
  display: block;
  margin-top: 7px;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 767px) {
  .lower_container .lower_catch .lower_catch__tit span {
    font-size: 1.6rem;
  }
}

.company_column {
  padding: 0;
}
.company_column .company_flex {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1180px) {
  .company_column .company_flex {
    padding-top: 40px;
    flex-direction: column-reverse;
  }
}
.company_column .company_flex_l {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
.company_column .company_flex_l img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1180px) {
  .company_column .company_flex_l {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.company_column .company_flex_l--sp {
  display: none;
}
@media screen and (max-width: 1180px) {
  .company_column .company_flex_l--sp {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .company_column .company_flex_l--pc {
    display: none;
  }
}
.company_column .company_flex_r {
  width: 50%;
}
.company_column .company_flex_r .company_title {
  font-size: 3.6rem;
  line-height: 1.7;
  color: #0569b4;
  font-weight: 400;
  letter-spacing: 0.17rem;
}
@media screen and (max-width: 767px) {
  .company_column .company_flex_r .company_title {
    font-size: 2.8rem;
    letter-spacing: 0.19rem;
  }
}
.company_column .company_flex_r--txt {
  line-height: 2.1;
  letter-spacing: 0.17rem;
  padding: 37px 0;
}
@media screen and (max-width: 767px) {
  .company_column .company_flex_r--txt {
    padding: 27px 0;
  }
}
@media screen and (max-width: 1180px) {
  .company_column .company_flex_r {
    width: 100%;
  }
}

.data-analytics_column {
  --card-shadow: 0 10px 24px rgba(85, 170, 225,.08);
  position: relative;
  overflow: hidden;
  /* 背景（画像は適宜差し替え） */
}
.data-analytics_column::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: url(../img/top/data-analytics-bg.png) center/cover no-repeat;
  z-index: 0;
  width: 100%;
  height: 415px;
  left: 0;
  top: 0;
}
.data-analytics_column .data-analytics_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.data-analytics_column .data-analytics_inner .sec_title {
  color: #fff;
}
.data-analytics_column .data-analytics_inner .sec_title span {
  color: #fff;
}
.data-analytics_column {
  /* 中央カード */
}
.data-analytics_column .da_card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(5, 105, 180, 0.2);
  padding: 43px 36px 36px;
  max-width: 1320px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .data-analytics_column .da_card {
    padding: 0 20px;
  }
}
.data-analytics_column {
  /* 3カラム */
}
.data-analytics_column .da_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 820px) {
  .data-analytics_column .da_grid {
    grid-template-columns: 1fr;
  }
}
.data-analytics_column .da_item {
  padding: 35px 26px 35px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .data-analytics_column .da_item {
    padding: 35px 15px 35px;
  }
}
@media screen and (max-width: 820px) {
  .data-analytics_column .da_item {
    padding: 50px 0;
    border-bottom: 1px solid #0569b4;
  }
  .data-analytics_column .da_item:last-child {
    border-bottom: none;
  }
}
.data-analytics_column {
  /* 縦の区切り線 */
}
.data-analytics_column .da_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #0569b4;
}
@media screen and (max-width: 820px) {
  .data-analytics_column .da_item:not(:last-child)::after {
    display: none;
  }
}
.data-analytics_column .da_icon {
  max-width: 73px;
  width: 100%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-analytics_column .da_icon img {
  width: auto;
  display: block;
}
.data-analytics_column .da_badge {
  display: inline-block;
  background: #55aae1;
  color: #fff;
  border-radius: 999px;
  padding: 9px 33px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin: 0 0 17px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .data-analytics_column .da_badge {
    font-size: 2.4rem;
    padding: 9px 20px;
  }
}
.data-analytics_column .da_value {
  margin: 0 0 6px;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .data-analytics_column .da_value {
    margin: 0 0 9px;
  }
}
.data-analytics_column .da_value .da_prefix {
  font-size: 2.4rem;
  margin-right: 3px;
  vertical-align: baseline;
}
.data-analytics_column .da_value .da_num {
  font-size: 5.4rem;
  font-weight: 400;
  color: #0569b4;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .data-analytics_column .da_value .da_num {
    font-size: 6.3rem;
    font-weight: 500;
  }
}
.data-analytics_column .da_value .da_unit {
  font-size: 2.4rem;
  color: #333;
}
.data-analytics_column .da_sub {
  margin: 0;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.data-analytics_column .da_note {
  margin: 6px 0 0;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.data-analytics_column .da_foot {
  margin: 10px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .data-analytics_column .da_foot {
    display: none;
  }
}
.data-analytics_column {
  /* 下のボタン位置 */
}
.data-analytics_column .da_cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.value_column {
  padding-bottom: 15px;
}
.value_column .value__grid {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 820px) {
  .value_column .value__grid {
    flex-direction: column;
    gap: 27px;
  }
}
.value_column .vcard {
  width: 50%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.4s ease, transform 0.3s ease;
}
@media screen and (max-width: 820px) {
  .value_column .vcard {
    width: 100%;
  }
}
.value_column .vcard.vcard--blue {
  border: 2px solid #0569b4;
}
.value_column .vcard.vcard--blue .vcard__band {
  background: #0569b4;
}
.value_column .vcard.vcard--blue .vcard__link {
  color: #0569b4;
}
.value_column .vcard.vcard--teal {
  border: 2px solid #1e8a95;
}
.value_column .vcard.vcard--teal .vcard__band {
  background: #1e8a95;
}
.value_column .vcard.vcard--teal .vcard__link {
  color: #1e8a95;
}
.value_column .vcard.vcard--teal:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(30, 138, 149, 0.1), 0 0 20px rgba(30, 138, 149, 0.25), 0 0 40px rgba(30, 138, 149, 0.15);
  border: 3px solid #1e8a95;
}
.value_column .vcard .vcard__top {
  padding: 34px 22px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.value_column .vcard .vcard__logo {
  max-width: 245px;
  width: 100%;
  max-height: 200px;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 820px) {
  .value_column .vcard .vcard__logo {
    max-width: 170px;
    max-height: 150px;
  }
}
.value_column .vcard .vcard__band {
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .value_column .vcard .vcard__band {
    flex-direction: column;
    gap: 0;
  }
}
.value_column .vcard .vcard__band-sub {
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-weight: 400;
}
.value_column .vcard .vcard__band-main {
  font-size: 3.5rem;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .value_column .vcard .vcard__band-main {
    font-size: 4rem;
  }
}
.value_column .vcard .vcard__body {
  padding: 18px 43px 30px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .value_column .vcard .vcard__body {
    padding: 18px 15px 30px;
  }
}
.value_column .vcard .vcard__body .vcard__desc {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .value_column .vcard .vcard__body .vcard__desc {
    letter-spacing: 0.2rem;
  }
}
.value_column .vcard .vcard_btn {
  margin: 0 auto 37px;
}
.value_column .vcard .vcard_btn .btn-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.value_column .vcard .vcard_btn .btn-text::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
}
.value_column .vcard.vcard--blue .vcard_btn .btn-text::after {
  background: url(../img/top/link-icon-bl.png) center/cover no-repeat;
}
.value_column .vcard.vcard--teal .vcard_btn .btn-circle {
  background: #1e8a95;
  border: 1px solid #1e8a95;
}
.value_column .vcard.vcard--teal .vcard_btn .btn-text {
  color: #1e8a95;
}
.value_column .vcard.vcard--teal .vcard_btn .btn-text::after {
  background: url(../img/top/link-icon-gr.png) center/cover no-repeat;
}
.value_column .vcard:hover {
  opacity: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(5, 105, 180, 0.1), 0 0 20px rgba(5, 105, 180, 0.25), 0 0 40px rgba(5, 105, 180, 0.15);
  border: 3px solid #0569b4;
}
.value_column .vcard:hover .vcard_btn .btn-circle {
  background: #fff;
}
.value_column .vcard:hover .vcard__logo {
  transform: scale(1.013);
}
.value_column .vcard:hover .arrow-blue {
  opacity: 1;
}

.info_column {
  padding-top: 350px;
}
@media screen and (max-width: 1180px) {
  .info_column {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .info_column {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
.info_column .info_flex {
  display: flex;
  align-items: flex-end;
  gap: 90px;
}
@media screen and (max-width: 820px) {
  .info_column .info_flex {
    flex-wrap: wrap;
    gap: 0;
  }
}
.info_column .info_flex--l {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 150px;
}
@media screen and (max-width: 820px) {
  .info_column .info_flex--l {
    width: 100%;
  }
}
.info_column .info_flex--l .sec_title {
  text-align: left;
}
.info_column .info_flex--r {
  width: 74%;
}
@media screen and (max-width: 820px) {
  .info_column .info_flex--r {
    width: 100%;
  }
}
.info_column .info_flex--r .info__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.info_column .info_flex--r .info__row {
  background: #fff;
  border-radius: 10px;
  padding: 33px 27px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .info_column .info_flex--r .info__row {
    gap: 15px;
    padding: 23px 20px;
  }
}
.info_column .info_flex--r .info__date {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #55aae1;
  white-space: nowrap;
  font-weight: 400;
}
.info_column .info_flex--r .info__tag {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 3px 17px;
  background: #55aae1;
  border-radius: 999px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .info_column .info_flex--r .info__tag {
    padding: 3px 27px;
  }
}
.info_column .info_flex--r .info__title {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info_column .info_flex--r .info__title {
    width: 100%;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
  }
}
@media screen and (max-width: 820px) {
  .info_column .info_flex--r .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .info_column .info_flex--r .btn {
    justify-content: center;
    display: flex;
    margin: 50px auto 0;
  }
}
.info_column .tab_over_hide-btn {
  display: none;
}
@media (max-width: 821px) {
  .info_column .tab_over_hide-btn {
    display: flex;
  }
}
@media (max-width: 821px) {
  .info_column .tab_hide-btn {
    display: none;
  }
}

.top-news_bg {
  background-image: url(../img/top/top_news_bg.png);
  background-repeat: no-repeat;
  background-position-y: top;
}
@media screen and (max-width: 767px) {
  .top-news_bg {
    margin-top: -95px;
    background-position-x: -200px;
  }
}

.lower_common_cont {
  padding: 70px 15px;
  background: url(../img/common/lower_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .lower_common_cont {
    padding: 55px 0;
  }
}
.lower_common_cont .about_tit {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .lower_common_cont .about_tit {
    font-size: 3rem;
  }
}
@media screen and (max-width: 820px) {
  .lower_common_cont .about_tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower_common_cont .about_tit {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.09rem;
  }
}
.lower_common_cont .lower_txt {
  padding: 15px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower_common_cont .lower_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lower_common_cont .lower_txt {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.6;
  }
}
.lower_common_cont .lower_txt p {
  padding-top: 30px;
}
@media screen and (max-width: 820px) {
  .lower_common_cont .lower_txt p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lower_common_cont .lower_txt p {
    padding-top: 15px;
  }
}

.recruit_column {
  background-image: url(../img/top/recruit_bg.png);
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-top: 230px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1180px) {
  .recruit_column {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_column {
    padding-top: 35px;
    padding-bottom: 120px;
  }
}
.recruit_column .info__recruit {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 820px) {
  .recruit_column .info__recruit {
    flex-wrap: wrap;
  }
}
.recruit_column .info__recruit--l {
  width: 44%;
}
@media screen and (max-width: 820px) {
  .recruit_column .info__recruit--l {
    width: 100%;
  }
}
.recruit_column .info__recruit--l img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 820px) {
  .recruit_column .info__recruit--l img {
    margin: 0 auto;
  }
}
.recruit_column .info__recruit--r {
  width: 51%;
  padding-left: 45px;
}
@media screen and (max-width: 820px) {
  .recruit_column .info__recruit--r {
    width: 100%;
    padding-left: 0;
  }
}
.recruit_column .info__recruit--r .recruit_title {
  text-align: left;
}
.recruit_column .info__recruit--r--txt {
  line-height: 2.1;
  letter-spacing: 0.17rem;
  padding: 37px 0 50px;
}
@media screen and (max-width: 767px) {
  .recruit_column .info__recruit--r--txt {
    padding: 0 0 30px;
    letter-spacing: 0.2rem;
  }
}

.column_privacy {
  background: #fff;
}
.column_privacy .privacy_box {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .column_privacy .privacy_box {
    padding: 25px 0;
  }
}
.column_privacy .privacy_box_pt {
  padding-top: 30px;
}
.column_privacy .privacy_box_l {
  text-align: right;
}
.column_privacy .privacy_box__txt {
  letter-spacing: 0.09em;
}
.column_privacy .privacy_box__txt ul {
  margin: 10px;
}
.column_privacy .privacy_box__txt ul li {
  margin-bottom: 10px;
}
.column_privacy .privacy_box__txt ul li:last-child {
  margin-bottom: 0;
}
.column_privacy .privacy_box__txt h2 {
  color: #0569b4;
  position: relative;
  font-size: 2.3rem;
}
.column_privacy .privacy_box__txt h2::after {
  content: "";
  width: 45px;
  height: 1px;
  background: #000;
  display: block;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .column_privacy .privacy_box__txt h2 {
    font-size: 2rem;
  }
}
.column_privacy .privacy_box__txt h3 {
  color: #0569b4;
  margin-bottom: 15px;
}
.column_privacy .privacy_box__txt h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.column_privacy .privacy_box__txt__box {
  margin-bottom: 20px;
}
.column_privacy .privacy_box__txt__box:last-child {
  margin-bottom: 0;
}
.column_privacy .privacy_box__contact {
  background: #eee;
  padding: 25px;
  text-align: left;
}
.column_privacy .privacy_box__contact .pl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0569b4;
}
.column_privacy .privacy_box__contact .link {
  font-weight: 400;
  font-size: 1.5rem;
}
.column_privacy .privacy_box_cent {
  display: flex;
  justify-content: center;
}

.privacy_box_cent {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.inquiry_column {
  position: relative;
  padding: 130px 0;
  background: url(../img/top/contact_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .inquiry_column {
    padding: 70px 0 130px;
  }
}
.inquiry_column .inquiry__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  /* 英字（画像） */
}
.inquiry_column .inquiry__inner .inquiry__en {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 6px;
}
.inquiry_column .inquiry__inner .inquiry__en img {
  max-width: 590px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto -35px;
}
.inquiry_column .inquiry__inner .inquiry__en .inquiry__ttl {
  font-size: 3rem;
  letter-spacing: 0.18em;
  font-weight: 400;
}
.inquiry_column .inquiry__inner .inquiry__lead {
  margin: 50px auto;
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .inquiry_column .inquiry__inner .inquiry__lead {
    margin: 40px auto;
  }
}
.inquiry_column .inquiry__inner {
  /* ボタン（白いピル） */
}
.inquiry_column .inquiry__inner .inquiry__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 560px;
  width: 100%;
  height: 100px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #fff;
  color: #0569b4;
  text-decoration: none;
  box-shadow: 0px 5px 15px 0px #55aae1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .inquiry_column .inquiry__inner .inquiry__btn {
    box-shadow: 0px 5px 15px 0px #55aae1;
  }
}
.inquiry_column .inquiry__inner .inquiry__btnIcon {
  width: 27px;
  height: 20px;
  display: block;
}
.inquiry_column .inquiry__inner .inquiry__btnText {
  font-size: 2rem;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.column_group {
  background: #f6f8fa;
}
.column_group .group_item {
  width: 100%;
  margin: 50px auto;
  border-top: 1px solid #55aae1;
  border-bottom: 1px solid #55aae1;
}
.column_group .group_item li {
  border-bottom: 1px solid #55aae1;
  padding: 35px 3px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_group .group_item li {
    flex-direction: column;
  }
}
.column_group .group_item li span {
  max-width: 250px;
  width: 100%;
  background: #0569b4;
  padding: 7px 25px;
  border-radius: 99px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .column_group .group_item li span {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.column_group .group_item li:last-child {
  border-bottom: none;
}
.column_group .group_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}
@media screen and (max-width: 1180px) {
  .column_group .group_img {
    gap: 15px;
    flex-direction: column;
  }
}
.column_group .group_img-flex {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 35px;
  background: #fff;
  padding: 10px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 1180px) {
  .column_group .group_img-flex {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_group .group_img-flex {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.column_group .group_img-flex--l {
  max-width: 140px;
  width: 100%;
}
.column_group .group_img-flex--r {
  border-left: 1px solid #cacaca;
  padding: 20px 0 20px 35px;
}
@media screen and (max-width: 767px) {
  .column_group .group_img-flex--r {
    border-left: none;
    border-top: 1px solid #cacaca;
    padding: 20px 0 0;
    width: 100%;
  }
}
.column_group .group_img-flex--r .group_img-name {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.column_group .group_chart__tit {
  text-align: center;
  font-weight: 400;
  font-size: 3.2rem;
  color: #0569b4;
  padding: 95px 0;
}
@media screen and (max-width: 820px) {
  .column_group .group_chart__tit {
    font-size: 2.5rem;
    padding: 80px 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .column_group .group_chart__tit {
    font-size: 2.3rem;
  }
}
.column_group .group_chart--box h4 {
  background: #0569b4;
  padding: 25px 10px;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 820px) {
  .column_group .group_chart--box h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .column_group .group_chart--box h4 {
    font-size: 2rem;
    padding: 20px 10px;
  }
}
.column_group .group_chart--box-img {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .column_group .group_chart--box-img {
    padding: 25px 15px;
  }
}
.column_group .group_chart--box-img figure img {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.column_group .group_chart--box-img .group_chart--btn {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .column_group .group_chart--box-img .group_chart--btn {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
  }
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn-blue .btn-text::after {
  background: url(../img/top/link-icon-bl.png) center/cover no-repeat;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn-teal .btn-circle {
  background: #1e8a95;
  border: 1px solid #1e8a95;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn-teal .btn-text {
  color: #1e8a95;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn-teal .btn-text::after {
  background: url(../img/top/link-icon-gr.png) center/cover no-repeat;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn .btn-circle {
  width: 50px;
  height: 50px;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn .btn-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn .btn-text::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn:hover .btn-circle {
  background: #fff;
}
.column_group .group_chart--box-img .group_chart--btn .vcard_btn:hover .arrow-blue {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .column_operationalsupport {
    padding-bottom: 70px;
  }
}
.column_operationalsupport .support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  .column_operationalsupport .support__list {
    gap: 30px;
  }
}
.column_operationalsupport .support__item {
  width: calc(33.3333333333% - 35px);
  min-height: 320px;
  padding: 45px 25px 30px;
  border: 2px solid #0569b4;
  border-radius: 20px;
  background: #fff;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  .column_operationalsupport .support__item {
    width: calc(33.3333333333% - 25px);
  }
}
@media screen and (max-width: 820px) {
  .column_operationalsupport .support__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .column_operationalsupport .support__item {
    width: 100%;
  }
}
.column_operationalsupport .support__num {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 70px;
  height: 70px;
  background: #0569b4;
  border-radius: 20px 0 70px 0;
  color: #fff;
  font-size: 2.4rem;
  font-family: "Roboto", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 17px 0 0 15px;
  box-sizing: border-box;
}
.column_operationalsupport .support__icon {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 30px;
}
.column_operationalsupport .support__icon img {
  width: 100%;
}
.column_operationalsupport .support__title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
  font-weight: 500;
  margin-bottom: 18px;
}
.column_operationalsupport .support__text {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #333;
  text-align: left;
}
.column_operationalsupport {
  /* 初期状態 */
}
.column_operationalsupport .support__item {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}
.column_operationalsupport {
  /* 表示された状態 */
}
.column_operationalsupport .support__item.is-show {
  opacity: 1;
  transform: translateY(0);
}
.column_operationalsupport .support__item:nth-child(1) {
  transition-delay: 0.1s;
}
.column_operationalsupport .support__item:nth-child(2) {
  transition-delay: 0.2s;
}
.column_operationalsupport .support__item:nth-child(3) {
  transition-delay: 0.3s;
}
.column_operationalsupport .support__item:nth-child(4) {
  transition-delay: 0.4s;
}
.column_operationalsupport .support__item:nth-child(5) {
  transition-delay: 0.5s;
}

.column_link {
  padding-bottom: 50px;
}

.ank_link {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ank_link {
    padding: 45px 20px;
  }
}
.ank_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 1.5rem;
  color: #333;
  background: #f5f5f5;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  .ank_link a {
    width: calc(50% - 10px);
  }
}
.ank_link a::after {
  content: "⌄";
  position: absolute;
  color: #0569b4;
  top: 23%;
  right: 10px;
  font-size: 1.2rem;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.ank_link a:hover {
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.ank_link a:hover::after {
  transform: translateY(2px);
}

.column_company .philosophy {
  margin-top: 70px;
}
.column_company dl {
  text-align: left;
}
.column_company dl div {
  display: flex;
  flex-wrap: wrap;
}
.column_company dl dt {
  width: 23%;
  margin: 0;
  border-bottom: 2px solid #0569b4;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 30px 15px;
  vertical-align: middle;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_company dl dt {
    width: 100%;
    padding: 25px 15px;
  }
}
.column_company dl dd {
  width: 76%;
  margin: 0;
  padding: 30px 15px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  line-height: 2.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .column_company dl dd {
    width: 100%;
    border-bottom: none;
    padding: 25px 15px;
  }
}

.message_box p {
  margin-bottom: 20px;
}
.message_box p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message_box p {
    font-size: 1.5rem;
  }
}
.message_box .masg_name {
  text-align: right;
  margin-top: 30px;
}

.column_history .timeline {
  list-style: none;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.column_history .timeline > li {
  margin-bottom: 30px;
}
.column_history {
  /* for Desktop */
}
@media (min-width: 640px) {
  .column_history .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .column_history .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .column_history .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    padding-top: 15px;
  }
  .column_history .timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #0569b4;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.error-404 {
  background: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .error-404 {
    padding: 50px 0;
  }
}
.error-404 .not_found_text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .error-404 .not_found_text {
    font-size: 1.4rem;
  }
}
.error-404 .not_found_text .btn {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
}

.column_contact .contact_caution {
  background: #e63241;
  padding: 13px;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  border-radius: 7px;
}
@media screen and (max-width: 1180px) {
  .column_contact .contact_caution {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_caution {
    padding: 15px;
    margin: 15px auto;
  }
}
.column_contact .contact_caution__tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.column_contact .contact_caution__tit img {
  width: 27px;
  height: 27px;
  display: block;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_caution__tit img {
    width: 20px;
    height: 20px;
  }
}
.column_contact .contact_caution__tit p {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_caution__tit p {
    font-size: 1.7rem;
  }
}
.column_contact .contact_caution ul {
  margin-top: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 7px 7px;
}
.column_contact .contact_caution ul li {
  position: relative;
  padding-left: 1.4em;
  text-indent: -1em;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 5px;
}
.column_contact .contact_caution ul li:last-child {
  margin-bottom: 0;
}
.column_contact .contact_caution ul li::before {
  content: "・";
  color: #0569b4;
}
.column_contact .contact_form_dark {
  margin-top: 35px;
  padding: 26px 30px 28px;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark {
    padding: 15px 0;
  }
}
.column_contact .contact_form_dark__dl {
  margin: 0;
  padding: 0;
}
.column_contact .contact_form_dark__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__row {
    flex-direction: column;
  }
}
.column_contact .contact_form_dark__row.is-textarea {
  align-items: stretch;
}
.column_contact .contact_form_dark__row.is-textarea .contact_form_dark__dd {
  padding-top: 16px;
  padding-bottom: 16px;
}
.column_contact .contact_form_dark__dt {
  width: 25%;
  padding: 14px 14px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  color: #333;
  margin-top: 3px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .column_contact .contact_form_dark__dt {
    width: 30%;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__dt {
    align-items: center;
    padding: 14px 14px 0;
    width: 100%;
  }
}
.column_contact .contact_form_dark__label {
  white-space: nowrap;
  font-size: 1.8rem;
}
@media screen and (max-width: 1180px) {
  .column_contact .contact_form_dark__label {
    font-size: 1.7rem;
  }
}
.column_contact .contact_form_dark__label span {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
.column_contact .contact_form_dark__req {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 13px;
  background: #0569b4;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
.column_contact .contact_form_dark__dd {
  width: 74%;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .column_contact .contact_form_dark__dd {
    width: 68%;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__dd {
    width: 100%;
    padding: 10px 14px 20px;
  }
}
.column_contact .contact_form_dark__select, .column_contact .contact_form_dark__input, .column_contact .contact_form_dark__textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #fff;
  color: #111;
  border-radius: 5px;
  padding: 13px 12px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  outline: none;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__select, .column_contact .contact_form_dark__input, .column_contact .contact_form_dark__textarea {
    padding: 11px 12px;
  }
}
.column_contact .contact_form_dark__select:focus, .column_contact .contact_form_dark__input:focus, .column_contact .contact_form_dark__textarea:focus {
  border-color: rgba(153, 110, 0, 0.8);
  box-shadow: 0 0 0 3px rgba(153, 110, 0, 0.18);
}
.column_contact .contact_form_dark__select {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__select {
    max-width: 100%;
  }
}
.column_contact .contact_form_dark__textarea {
  min-height: 245px;
  resize: vertical;
}
.column_contact .contact_form_dark__bottom {
  margin-top: 30px;
}
.column_contact .contact_form_dark__note {
  margin: 14px 0 10px;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.column_contact .contact_form_dark__agree {
  margin: 10px auto 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.column_contact .contact_form_dark__agree input {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__agree {
    font-size: 1.3rem;
    gap: 5px;
    flex-direction: column;
  }
}
.column_contact .contact_form_dark__agree .wpcf7-form-control-wrap {
  width: auto;
}
.column_contact .contact_form_dark__yubin {
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: flex-start;
  align-items: flex-start;
}
.column_contact .contact_form_dark__yubin .add {
  width: 100%;
}
.column_contact .contact_form_dark__yubin input {
  padding: 13px 12px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}
.column_contact .contact_form_dark__yubin .p-extended-address {
  width: 100%;
}
.column_contact .contact_form_dark__yubin div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.column_contact .contact_form_dark__yubin div .p-postal-code {
  max-width: 360px;
  width: 100%;
}
.column_contact .contact_form_dark__agreeText {
  white-space: nowrap;
}
.column_contact .contact_form_dark__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 15px auto 0;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  background: #0569b4;
  transition: 0.3s;
}
.column_contact .contact_form_dark__submit:hover {
  color: #0569b4;
  background: #fff;
  border: 1px solid #0569b4;
}
.column_contact .contact_form_dark__submit.previous {
  border: #fff 2px solid;
  background: #555;
  color: #fff;
}
.column_contact .contact_form_dark__submit.previous:hover {
  opacity: 0.8;
}

.wpcf7-list-item-label a {
  border-bottom: 1px solid #e63241;
  color: #e63241;
}

.confirm .column_contact .contact_form_dark__dd {
  color: #333;
}

.column_contact-thanks {
  padding: 80px 0 !important;
}

.thanks_cont .thanks_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .thanks_cont .thanks_txt {
    font-size: 1.6rem;
  }
}
.thanks_cont .thanks_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  background: #0569b4;
  transition: 0.3s;
}
.thanks_cont .thanks_btn:hover {
  color: #0569b4;
  background: #fff;
  border: 1px solid #0569b4;
}

.accordion_header,
.accordion_content {
  width: 100%;
}

.accordion_header {
  cursor: pointer;
  position: relative;
}

.accordion_content {
  display: none;
}

.accordion_header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion_header::before {
    width: 17px;
    right: 5px;
  }
}

.accordion_header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .accordion_header::after {
    width: 17px;
    right: 5px;
  }
}

.accordion_header.open::before {
  transform: rotate(180deg);
}

.accordion_header.open::after {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */