@charset "UTF-8";
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
body {
  overflow: auto;
  color: #404040;
}
body.hidden {
  overflow-y: hidden;
}

a {
  color: #404040;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

@media screen and (max-width:768px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width:768px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width:769px) {
  .pc {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
@media print, screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width:768px) {
  .br_pc {
    display: none;
  }
}

.br_md {
  display: none;
}
@media screen and (max-width:1024px) {
  .br_md {
    display: block;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width:768px) {
  .br_sp {
    display: block;
  }
}

.is-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.is-fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.is-blur {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1.2s ease, opacity 0.8s ease;
}

.is-blur.is-inview {
  filter: blur(0);
  opacity: 1;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes detail_link01 {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes detail_link02 {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@keyframes detail_link-r01 {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}
@keyframes detail_link-r02 {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  100% {
    transform: scaleX(1);
    transform-origin: right;
  }
}
@keyframes detail_link_arrow01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes detail_link_arrow02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-advisor__catch {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  width: min(1280px, 90%);
  margin: 0 auto 10px;
  color: #064F94;
}
@media screen and (max-width:1024px) {
  .c-advisor__catch {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:768px) {
  .c-advisor__catch {
    font-size: 1.125rem;
  }
}
.c-advisor__catch__quote {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  text-align: right;
  color: #aaa;
  width: min(1280px, 90%);
  margin: 0 auto 80px;
}
.c-advisor .c-advisor-list {
  background: #f4f4f4 url(../img/advisor/bg_gray.png) no-repeat bottom right/100%;
  padding: 120px 0 160px;
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-advisor .c-advisor-list {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.c-advisor .c-advisor-list__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item {
  width: calc((100% - 80px) / 3);
  padding: 45px 40px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  .c-advisor .c-advisor-list__inner .c-advisor-list__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-advisor .c-advisor-list__inner .c-advisor-list__item {
    width: 100%;
  }
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__img {
  width: 100%;
  max-height: 100px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__img .__img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__area {
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #787878;
  padding: 5px 10px;
  margin-bottom: 15px;
  border: 1px solid #787878;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-block;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__name {
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #064F94;
  margin-bottom: 30px;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__info {
  margin-bottom: 30px;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.35;
  text-decoration: underline;
  color: #1C8AF2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.c-advisor .c-advisor-list__inner .c-advisor-list__item .c-advisor-list__link:hover {
  opacity: 0.7;
}

.c_btn {
  font-size: clamp(1rem, 0.897rem + 0.21vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.8px;
  width: min(320px, 90%);
  height: 60px;
  padding: 0 40px;
  margin: 0 auto;
  color: #fff;
  background: #404040;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s;
}
.c_btn::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  margin: auto;
  background: url(../img/common/ico_arrow-white.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: all 0.3s;
}
.c_btn:hover {
  background: #1C8AF2;
}
.c_btn:hover::after {
  right: 20px;
}

.l-contents-page {
  padding: 100px 0 0;
}
.l-contents-page .c-business-list {
  padding: 40px 0 160px;
  margin-bottom: 160px;
  background: url(../img/common/bg_contents.png) no-repeat center/cover;
  position: relative;
}
.l-contents-page .c-business-list::before {
  content: "";
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.l-contents-page .c-business-list__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  counter-reset: order 0;
}
.l-contents-page .c-business-list__inner .c-business-list__item {
  padding: 20px 80px 20px 20px;
  margin-bottom: 20px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.02) 40% 30%, rgb(255, 255, 255) 70% 80%);
  border-radius: 1000px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item {
    padding: 20px;
    border-radius: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item:last-of-type {
  margin-bottom: 0;
}
.l-contents-page .c-business-list__inner .c-business-list__item::before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  counter-increment: order 1;
  content: "0" counter(order);
  order: 3;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item::before {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    order: 2;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__img {
  width: min(460px, 40%);
  flex-shrink: 0;
  aspect-ratio: 23/18;
  order: 1;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__img {
    width: min(300px, 100%);
    margin: 0 auto;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__img .__img {
  border-radius: 1000px;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__img .__img {
    border-radius: 8px;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__info {
  padding: 20px 0;
  order: 2;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__info {
    padding: 0;
    order: 3;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__info .c-business-list__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  color: #064F94;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__info .c-business-list__ttl::after {
  content: "";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #787878;
}
.l-contents-page .c-business-list__inner .c-business-list__item .c-business-list__info .c-business-list__txt {
  line-height: 2;
}
.l-contents-page .c-business-list__inner .c-business-list__item:nth-child(even) {
  padding: 20px 20px 20px 80px;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item:nth-child(even) {
    padding: 20px;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item:nth-child(even)::before {
  order: 1;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item:nth-child(even)::before {
    order: 2;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item:nth-child(even) .c-business-list__img {
  order: 3;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-list__inner .c-business-list__item:nth-child(even) .c-business-list__img {
    order: 1;
  }
}
.l-contents-page .c-business-list__inner .c-business-list__item:first-of-type .c-business-list__info .c-business-list__ttl::after {
  content: "Management consultant";
}
.l-contents-page .c-business-list__inner .c-business-list__item:nth-of-type(2) .c-business-list__info .c-business-list__ttl::after {
  content: "Business succession support";
}
.l-contents-page .c-business-list__inner .c-business-list__item:nth-of-type(3) .c-business-list__info .c-business-list__ttl::after {
  content: "Subsidy support";
}
.l-contents-page .c-business-list__inner .c-business-list__item:nth-of-type(4) .c-business-list__info .c-business-list__ttl::after {
  content: "Accounting agency center";
}
.l-contents-page .c-business-list__inner .c-business-list__item:last-of-type .c-business-list__info .c-business-list__ttl::after {
  content: "M&A advisory";
}
.l-contents-page .c-business-banner {
  width: min(1280px, 90%);
  margin: 0 auto 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-banner {
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }
}
.l-contents-page .c-business-banner__parts {
  width: calc((100% - 40px) / 2);
  display: block;
  aspect-ratio: 31/10;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-banner__parts {
    width: min(340px, 100%);
    aspect-ratio: 34/16;
    margin: 0 auto;
  }
}
.l-contents-page .c-business-banner__parts:hover {
  opacity: 0.7;
}
.l-contents-page .c-business-banner__parts.banner-strengths {
  padding: 0 35px;
  background: url(../img/strengths/bg_bnr-s.png) no-repeat center/cover;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-banner__parts.banner-strengths {
    padding: 0 20px;
  }
}
.l-contents-page .c-business-banner__parts.banner-strengths::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff url(../img/common/ico_arrow.svg) no-repeat center/13px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-banner__parts.banner-strengths::after {
    width: 55px;
    height: 55px;
    right: 20px;
  }
}
.l-contents-page .c-business-banner__parts.banner-strengths .c_ttl {
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-banner__parts.banner-strengths .c_ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width:1024px) {
  .l-contents-page .c-business-banner__parts.banner-strengths .c_ttl::before {
    font-size: 3rem;
  }
}
.l-contents-page .c-business-review {
  margin-bottom: 180px;
}
.l-contents-page .c-business-review .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
  align-items: center;
}
.l-contents-page .c-business-review__list {
  position: relative;
}
.l-contents-page .c-business-review__list::before {
  content: "";
  width: 100%;
  height: 60%;
  margin: auto;
  background: url(../img/business/bg_review.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-review__list::before {
    height: 80%;
  }
}
.l-contents-page .c-business-review__list__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-review__list__inner {
    flex-direction: column;
  }
}
.l-contents-page .c-business-review__list .c-business-review__item {
  width: calc((100% - 80px) / 3);
  padding: 45px 40px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 4px 4px 8px 0px rgba(102, 186, 233, 0.1), -2px -2px 24px 0px rgba(102, 186, 233, 0.25);
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-review__list .c-business-review__item {
    width: 100%;
  }
}
.l-contents-page .c-business-review__list .c-business-review__item .c-business-review__img {
  width: min(240px, 90%);
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-review__list .c-business-review__item .c-business-review__img {
    width: 155px;
  }
}
.l-contents-page .c-business-review__list .c-business-review__item .c-business-review__ttl {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 600;
  color: #064F94;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-review__list .c-business-review__item .c-business-review__ttl {
    font-size: 1.125rem;
  }
}
.l-contents-page .c-business-review__list .c-business-review__item .c-business-review__txt {
  line-height: 2;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-business-review__list .c-business-review__item .c-business-review__txt {
    font-size: 0.9375rem;
  }
}
.l-contents-page .c-business-review__list .c-business-review__item .c-business-review__link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  text-decoration: underline;
  color: #1C8AF2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
.l-contents-page .c-business-review__list .c-business-review__item .c-business-review__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
.l-contents-page .c-business-review__list .c-business-review__item .c-business-review__link:hover {
  opacity: 0.7;
}

.c-company-message {
  margin-bottom: 160px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-company-message {
    margin-bottom: 120px;
    padding: 80px 0;
  }
}
.c-company-message::before {
  content: "";
  width: 95%;
  height: calc(100% - 80px);
  background: url(../img/common/bg_contents.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width:768px) {
  .c-company-message::before {
    height: 100%;
  }
}
.c-company-message__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 80px;
}
@media screen and (max-width:1024px) {
  .c-company-message__inner {
    gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .c-company-message__inner {
    padding-right: 5%;
    flex-direction: column;
  }
}
.c-company-message__left {
  width: min(720px, 100%);
  margin: 160px 0 0;
}
@media screen and (max-width:768px) {
  .c-company-message__left {
    margin: 0;
  }
}
.c-company-message__left .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
}
.c-company-message__left .c-company-message__catch {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1C8AF2;
  margin: 0 0 45px 80px;
}
@media screen and (max-width:1024px) {
  .c-company-message__left .c-company-message__catch {
    font-size: 1.25rem;
    margin: 0 0 30px 0;
  }
}
.c-company-message__left .c-company-message__txt {
  line-height: 2;
  margin: 0 0 0 80px;
}
@media screen and (max-width:1024px) {
  .c-company-message__left .c-company-message__txt {
    font-size: 0.875rem;
    margin: 0;
  }
}
.c-company-message__right {
  width: min(400px, 100%);
  padding-right: 40px;
}
@media screen and (max-width:768px) {
  .c-company-message__right {
    padding: 0;
    margin: 0 auto;
  }
}
.c-company-message__right .c-company-message__pre {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .c-company-message__right .c-company-message__pre {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.c-company-message__right .c-company-message__name {
  font-size: 0.9375rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width:1024px) {
  .c-company-message__right .c-company-message__name {
    font-size: 0.875rem;
  }
}
.c-company-message__right .c-company-message__name .__img {
  width: 160px;
}
@media screen and (max-width:1024px) {
  .c-company-message__right .c-company-message__name .__img {
    width: 120px;
  }
}
.c-company-overview {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-company-overview .c_ttl {
  margin-bottom: 60px;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-company-overview .c_ttl {
    margin-bottom: 30px;
  }
}
.c-company-overview .c-company-overview__table {
  margin-bottom: 120px;
}
.c-company-overview .c-company-overview__table .c-company-overview__table__inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__table .c-company-overview__table__inner {
    flex-direction: column;
    gap: 15px;
  }
}
.c-company-overview .c-company-overview__table .c-company-overview__table__inner .c-company-overview__dt {
  line-height: 2;
  width: 160px;
  padding: 40px 0;
  border-bottom: 1px solid #A7C8E8;
  color: #064F94;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__table .c-company-overview__table__inner .c-company-overview__dt {
    width: 100%;
    padding: 20px 0 0;
    border: none;
  }
}
.c-company-overview .c-company-overview__table .c-company-overview__table__inner .c-company-overview__dd {
  line-height: 2;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #D3D3D3;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__table .c-company-overview__table__inner .c-company-overview__dd {
    padding: 0 0 20px;
  }
}
.c-company-overview .c-company-overview__map {
  margin-bottom: 160px;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__map {
    margin-bottom: 120px;
  }
}
.c-company-overview .c-company-overview__map__inner {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 2/1;
}
.c-company-overview .c-company-overview__map .c-company-overview__access {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__map .c-company-overview__access {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__address {
  line-height: 2;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__address {
    flex-direction: column;
  }
}
.c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__address::before {
  content: "本社";
  color: #064F94;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #A7C8E8;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__address::before {
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
  }
}
.c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__area {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  width: 240px;
  height: 48px;
  padding: 0 30px 0 40px;
  color: #fff;
  background: #404040;
  box-sizing: border-box;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}
.c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__area::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7493%) hue-rotate(216deg) brightness(105%) contrast(105%);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__area:hover {
  background: #1C8AF2;
}
.c-company-overview .c-company-overview__map .c-company-overview__access .c-company-overview__area:hover::after {
  right: 20px;
}
.c-company-history {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .c-company-history {
    margin: 0 auto 120px;
  }
}
.c-company-history .c_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .c-company-history .__img {
    width: min(300px, 100%);
  }
}

.c-contact-page {
  width: min(960px, 90%);
  margin: 0 auto 200px;
  /* contact-confirm */
  /* contact-complete */
}
.c-contact-page-wrap.c-contact-page-tel {
  padding: 35px 0;
  margin-bottom: 160px;
  border: 2px solid #064F94;
  border-radius: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-contact-page-wrap.c-contact-page-tel {
    border-radius: 10px;
    flex-direction: column;
  }
}
.c-contact-page-wrap.c-contact-page-tel .c-contact-page-wrap__ttl {
  padding-right: 45px;
  margin-right: 45px;
  border-right: 2px solid #1C8AF2;
  gap: 3px;
}
@media screen and (max-width:768px) {
  .c-contact-page-wrap.c-contact-page-tel .c-contact-page-wrap__ttl {
    padding: 0;
    margin: 0 0 20px;
    border: none;
  }
}
.c-contact-page-wrap.c-contact-page-tel .c-contact-page-wrap__ttl::before {
  background: url(../img/common/ico_tel.svg) no-repeat center/100%;
}
.c-contact-page-wrap.c-contact-page-mail .c-contact-page-wrap__ttl {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  margin-bottom: 45px;
  gap: 15px;
}
.c-contact-page-wrap.c-contact-page-mail .c-contact-page-wrap__ttl::before {
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
.c-contact-page-wrap__ttl {
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.c-contact-page-wrap__ttl::before {
  content: "";
  width: 60px;
  aspect-ratio: 1;
}
@media screen and (max-width:1024px) {
  .c-contact-page-wrap__ttl::before {
    width: 40px;
  }
}
.c-contact-page-wrap__txt {
  line-height: 2;
}
.c-contact-page-wrap__txt .__red {
  color: #e85454;
}
.c-contact-page-wrap__number .c-contact-page-wrap__link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, -1.167rem + 5.56vw, 3rem);
  line-height: 1;
  color: #064F94;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width:768px) {
  .c-contact-page-wrap__number .c-contact-page-wrap__quote {
    text-align: center;
    margin-bottom: 10px;
  }
}
.c-contact-page-wrap__catch {
  font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  color: #064F94;
  margin-bottom: 45px;
}
.c-contact-page-wrap__subcatch {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 45px;
}
.c-contact-page-wrap__subcatch + .c-contact-page-wrap__txt {
  margin-bottom: 80px;
}
.c-contact-page-flow {
  width: min(375px, 90%);
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.c-contact-page-flow::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #E5E5E5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.c-contact-page-flow__list {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: 600;
  width: 72px;
  aspect-ratio: 1;
  background: url(../img/strengths/bg_circle-gray.svg) no-repeat center/100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .c-contact-page-flow__list {
    width: 68px;
  }
}
.c-contact-page-flow__list.current {
  background: url(../img/strengths/bg_circle.svg) no-repeat center/100%;
}
.c-contact-page-form__block .c-contact-page-form__ttl {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: 600;
  color: #064F94;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 2px;
}
.c-contact-page-form__block .c-contact-page-form__ttl::after {
  content: "※";
  font-size: 0.625rem;
  color: #e85454;
}
.c-contact-page-form__block .c-contact-page-form__parts {
  margin-bottom: 45px;
}
.c-contact-page-form__block .c-contact-page-form__parts.__policy {
  margin-bottom: 80px;
}
.c-contact-page-form__block .c-contact-page-form__parts__txt {
  font-weight: 400;
  line-height: 2;
  width: 100%;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f9f9f9;
  padding: 20px 15px;
}
@media screen and (max-width:768px) {
  .c-contact-page-form__block .c-contact-page-form__parts__txt {
    padding: 15px;
  }
}
.c-contact-page-form__block .c-contact-page-form__parts__txt::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.c-contact-page-form__block .c-contact-page-form__parts__txt::placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.c-contact-page-form__block .c-contact-page-form__parts__txt.form-w40 {
  width: 40%;
}
@media screen and (max-width:768px) {
  .c-contact-page-form__block .c-contact-page-form__parts__txt.form-w40 {
    width: 100%;
  }
}
.c-contact-page-form__block .c-contact-page-form__parts__txt.form-w50 {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-contact-page-form__block .c-contact-page-form__parts__txt.form-w50 {
    width: 100%;
  }
}
.c-contact-page-form__block .c-contact-page-form__parts__txtarea {
  font-weight: 400;
  width: 100%;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  box-sizing: border-box;
  background: #f9f9f9;
  padding: 20px 15px;
}
.c-contact-page-form__block .c-contact-page-form__parts__txtarea::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.c-contact-page-form__block .c-contact-page-form__parts__txtarea::placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.c-contact-page-form__block .c-contact-page-form__parts__quote {
  line-height: 2;
  margin: 15px 0 24px;
}
.c-contact-page-form__block .c-contact-page-form__parts__quote:last-of-type {
  margin-bottom: 0;
}
.c-contact-page-form__block .c-contact-page-form__parts__link {
  color: #1C8AF2;
  text-decoration: underline;
}
.c-contact-page-form__block .c-contact-page-form__parts__check input[type=checkbox] + .wpcf7-list-item-label {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.c-contact-page-form__block .c-contact-page-form__parts__check input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/contact/ico_check-before.svg) no-repeat center/100%;
  transition: all 0.2s;
}
.c-contact-page-form__block .c-contact-page-form__parts__check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: url(../img/contact/ico_check-after.svg) no-repeat center/100%;
}
.c-contact-page-form__block .c-contact-page-form__parts .__address {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .c-contact-page-form__block .c-contact-page-form__parts .__address {
    width: 100%;
  }
}
.c-contact-page-form__block .c-contact-page-form__parts .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.c-contact-page-form__block .c-contact-page-form__parts .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.c-contact-page-form__block .c-contact-page-form__parts .wpcf7-acceptance {
  display: flex;
  gap: 20px;
}
.c-contact-page-form__block .c-contact-page-form__parts .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.c-contact-page-form__block .c-contact-page-form__parts .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.c-contact-page-form__block .c-contact-page-form__submit {
  width: 400px;
  height: 80px;
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .c-contact-page-form__block .c-contact-page-form__submit {
    width: 320px;
    height: 60px;
  }
}
@media screen and (max-width:415px) {
  .c-contact-page-form__block .c-contact-page-form__submit {
    width: 100%;
  }
}
.c-contact-page-form__block .c-contact-page-form__submit .wpcf7-submit {
  font-size: 1.5rem;
  text-align: left;
  height: 80px;
  padding: 0 40px;
  color: #fff;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 80px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .c-contact-page-form__block .c-contact-page-form__submit .wpcf7-submit {
    height: 60px;
  }
}
.c-contact-page .c-contact-page-wrap__quote {
  font-size: clamp(0.75rem, 0.306rem + 0.93vw, 1rem);
}
.c-contact-page.__confirm .c-contact-page-wrap__catch {
  margin-bottom: 80px;
}
.c-contact-page.__confirm .c-contact-page-flow::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #1C8AF2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block {
  padding: 45px 0;
  box-sizing: border-box;
  position: relative;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #1C8AF2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block.__control-btn {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block.__control-btn {
    flex-direction: column;
    gap: 20px;
  }
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block.__control-btn::after {
  content: none;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__ttl::after {
  content: none;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__parts {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__parts {
    font-size: 1rem;
  }
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous {
  width: 280px;
  height: 80px;
  margin: 0;
  background: #D7D7D7;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous {
    height: 60px;
  }
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous::after {
  filter: brightness(0) saturate(100%) invert(21%) sepia(2%) saturate(218%) hue-rotate(355deg) brightness(98%) contrast(85%);
  transform: rotate(180deg);
  right: unset;
  left: 30px;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous .wpcf7-previous {
  font-size: 1.25rem;
  text-align: right;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  color: #404040;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous .wpcf7-previous {
    height: 60px;
  }
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous:hover {
  background: #1C8AF2;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(114%) contrast(101%);
  left: 20px;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__previous:hover .wpcf7-previous {
  color: #fff;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__submit {
  margin: 0;
}
.c-contact-page.__confirm .c-contact-page-form .c-contact-page-form__block .c-contact-page-form__submit .wpcf7-submit {
  width: 100%;
}
.c-contact-page.__complete .c-contact-page-flow {
  margin: 0 auto 80px;
}
.c-contact-page.__complete .c-contact-page-flow::before {
  background: #1C8AF2;
}
.c-contact-page.__complete .c-contact-page-complete__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.c-contact-page.__complete .c-contact-page-complete__txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
.c-contact-page.__complete .c-contact-page-complete .c_btn {
  height: 80px;
}
@media screen and (max-width:768px) {
  .c-contact-page.__complete .c-contact-page-complete .c_btn {
    height: 60px;
  }
}

.c-contact {
  width: min(960px, 90%);
  margin: 0 auto 200px;
}
@media screen and (max-width:768px) {
  .c-contact {
    margin: 0 auto 60px;
  }
}
.c-contact__info {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .c-contact__info {
    margin-bottom: 45px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.c-contact__info .c-index__catch {
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .c-contact__info .c-index__catch {
    font-size: 1rem;
  }
}
.c-contact-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:768px) {
  .c-contact-link {
    align-items: center;
    flex-direction: column;
  }
}
.c-contact-link::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width:768px) {
  .c-contact-link::before {
    content: none;
  }
}
.c-contact-link__parts {
  width: 50%;
}
@media screen and (max-width:768px) {
  .c-contact-link__parts {
    width: 100%;
  }
}
.c-contact-link__parts .c-contact-link__ttl {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .c-contact-link__parts .c-contact-link__ttl {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.c-contact-link__parts .c-contact-link__ttl::before {
  content: "";
  width: 60px;
  aspect-ratio: 1;
  background: url(../img/common/ico_mail.svg) no-repeat center/100%;
}
.c-contact-link__parts .c-contact-link__btn {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.642rem + 1.27vw, 1.75rem);
  text-align: center;
  color: #064F94;
  width: min(400px, 100%);
  margin: 0 auto;
  padding: 25px 40px;
  border: 2px solid #064F94;
  border-radius: 80px;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-contact-link__parts .c-contact-link__btn {
    font-size: 1.25rem;
    width: 280px;
    height: 60px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-contact-link__parts .c-contact-link__btn:hover {
  color: #fff;
  background: #064F94;
}
.c-contact-link__parts .c-contact-link__quote {
  font-size: 0.9375rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .c-contact-link__parts .c-contact-link__quote {
    font-size: 0.8125rem;
  }
}
.c-contact-link__parts:first-of-type {
  margin-right: 75px;
}
@media screen and (max-width:768px) {
  .c-contact-link__parts:first-of-type {
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #D3D3D3;
  }
}
.c-contact-link__parts:first-of-type .c-contact-link__ttl::before {
  background: url(../img/common/ico_tel.svg) no-repeat center/100%;
}
.c-contact-link__parts:last-of-type {
  margin-left: 75px;
}
@media screen and (max-width:768px) {
  .c-contact-link__parts:last-of-type {
    margin-left: 0;
  }
}
.c-contact-link__parts:last-of-type .c-contact-link__btn:last-of-type {
  text-align: left;
  background: #064F94;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-contact-link__parts:last-of-type .c-contact-link__btn:last-of-type::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow-white.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.c-contact-link__parts:last-of-type .c-contact-link__btn:hover {
  background: #fff;
  color: #064F94;
}
.c-contact-link__parts:last-of-type .c-contact-link__btn:hover::after {
  filter: brightness(0) saturate(100%) invert(16%) sepia(65%) saturate(3379%) hue-rotate(196deg) brightness(99%) contrast(95%);
}

.c-error {
  width: min(800px, 90%);
  margin: 0 auto 200px;
}
.c-error .c_txt {
  text-align: center;
  margin-bottom: 80px;
}

.c-groups-philosophy {
  position: relative;
  padding: 80px 0;
  margin-bottom: 160px;
}
.c-groups-philosophy::before {
  content: "";
  width: 95%;
  height: 100%;
  background: url(../img/common/bg_contents.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.c-groups-philosophy__inner {
  width: min(1280px, 85%);
  margin: 0 auto;
}
.c-groups-philosophy__inner .c_ttl {
  margin-bottom: 60px;
}
.c-groups-philosophy__inner .c-groups-philosophy__catch {
  font-weight: 600;
  margin-bottom: 60px;
}
.c-groups-philosophy__inner .c-groups-philosophy__list {
  counter-reset: order 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-groups-philosophy__inner .c-groups-philosophy__list {
    gap: 20px;
  }
}
.c-groups-philosophy__inner .c-groups-philosophy__item {
  font-size: clamp(1.125rem, 0.816rem + 0.64vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  width: calc(50% - 20px);
  padding: 40px 30px 30px;
  color: #1C8AF2;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-groups-philosophy__inner .c-groups-philosophy__item {
    width: 100%;
  }
}
.c-groups-philosophy__inner .c-groups-philosophy__item::before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #064F94;
  counter-increment: order 1;
  content: "0" counter(order);
  position: absolute;
  top: 12px;
  left: 12px;
}
.c-groups-philosophy__inner .c-groups-philosophy__item:last-of-type::before {
  content: "" counter(order);
}
.c-groups-list {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width:1024px) {
  .c-groups-list {
    flex-direction: column;
  }
}
.c-groups-list .c_ttl {
  flex-shrink: 0;
}
.c-groups-list__wrap {
  width: min(960px, 100% - 50px);
}
@media screen and (max-width:768px) {
  .c-groups-list__wrap {
    width: 100%;
  }
}
.c-groups-list__wrap .c-groups-list__item {
  padding: 40px 0;
  border-bottom: 1px solid #A7C8E8;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .c-groups-list__wrap .c-groups-list__item {
    flex-direction: column;
  }
}
.c-groups-list__wrap .c-groups-list__item:first-of-type {
  border-top: 1px solid #A7C8E8;
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__img {
  width: min(300px, 40%);
  flex-shrink: 0;
}
@media screen and (max-width:1024px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__img {
    width: 200px;
  }
}
@media screen and (max-width:1024px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__info {
    width: 100%;
  }
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__tag {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__tag {
    flex-wrap: wrap;
  }
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__tag__list {
  font-size: clamp(0.625rem, 0.367rem + 0.54vw, 0.938rem);
  line-height: 1;
  padding: 5px 10px;
  color: #787878;
  border: 1px solid #787878;
  border-radius: 20px;
  box-sizing: border-box;
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__name {
  font-size: clamp(1.125rem, 0.816rem + 0.64vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  color: #064F94;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__name {
    margin-bottom: 20px;
  }
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__txt {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__txt {
    font-size: 0.9375rem;
  }
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__link {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.35;
  text-decoration: underline;
  color: #1C8AF2;
  display: flex;
  align-items: center;
  gap: 3px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__link {
    font-size: 0.8125rem;
  }
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__link::after {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background: url(../img/common/ico_blank.svg) no-repeat center/100%;
}
@media screen and (max-width:768px) {
  .c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__link::after {
    font-size: 0.8125rem;
  }
}
.c-groups-list__wrap .c-groups-list__item .c-groups-list__info .c-groups-list__link:hover {
  opacity: 0.7;
}

.l-contents .c-index-visual {
  width: calc(100% - 160px);
  margin: 100px 80px 160px;
  position: relative;
  aspect-ratio: 88/41;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .l-contents .c-index-visual {
    margin: 80px 80px 160px;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-index-visual {
    width: 90%;
    height: 500px;
    margin: 80px auto 45px;
    aspect-ratio: unset;
  }
}
.l-contents .c-index-visual__inner {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-visual__inner {
    width: auto;
    height: 100%;
  }
}
.l-contents .c-index-company {
  padding: 80px 0 0;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company {
    padding: 0;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
  }
}
.l-contents .c-index-company::before {
  content: "";
  width: 29%;
  background: url(../img/top/pic_company01.jpg) no-repeat center/100%;
  aspect-ratio: 560/747;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company::before {
    width: 64%;
    margin: 0 auto 30px 0;
    position: unset;
    order: 2;
  }
}
.l-contents .c-index-company::after {
  content: "";
  width: 31%;
  background: url(../img/top/pic_company02.png) no-repeat center/100%;
  aspect-ratio: 598/768;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company::after {
    width: 64%;
    margin: 0 15px 0 auto;
    position: unset;
    order: 3;
  }
}
.l-contents .c-index-company__inner {
  width: min(480px, 90%);
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__inner {
    margin-bottom: 45px;
    order: 1;
  }
}
.l-contents .c-index-company__inner .c_ttl {
  line-height: 1;
  align-items: center;
  margin-bottom: 60px;
  text-shadow: 0 1px 7px #fff;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__inner .c_ttl {
    margin-bottom: 45px;
  }
}
.l-contents .c-index-company__inner .c-index__catch {
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  text-shadow: 0 1px 7px #fff;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__inner .c-index__catch {
    font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
    margin-bottom: 45px;
  }
}
.l-contents .c-index-company__inner .c_txt {
  text-align: center;
  margin-bottom: 80px;
  text-shadow: 0 1px 7px #fff;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-company__inner .c_txt {
    margin-bottom: 45px;
  }
}
.l-contents .c-index-groups {
  padding: 160px 0;
  background: #f4f4f4 url(../img/top/bg_groups.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.l-contents .c-index-groups__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups__inner {
    flex-direction: column;
    gap: 45px;
  }
}
.l-contents .c-index-groups__inner .c-index-groups__left {
  width: 45%;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups__inner .c-index-groups__left {
    width: 100%;
  }
}
.l-contents .c-index-groups__inner .c-index-groups__left .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups__inner .c-index-groups__left .c_ttl {
    margin-bottom: 40px;
  }
}
.l-contents .c-index-groups__inner .c-index-groups__left .c_txt {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups__inner .c-index-groups__left .c_txt {
    margin-bottom: 45px;
  }
}
.l-contents .c-index-groups__inner .c-index-groups__left .c_btn {
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups__inner .c-index-groups__left .c_btn {
    width: 280px;
  }
}
.l-contents .c-index-groups__inner .c-index-groups__right {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-groups__inner .c-index-groups__right {
    width: 100%;
    gap: 20px;
  }
}
.l-contents .c-index-groups__inner .c-index-groups__right .c-index-groups__img {
  width: 45%;
}
.l-contents .c-index-groups__inner .c-index-groups__right .c-index-groups__img:first-of-type {
  margin: 0 27.5%;
}
.l-contents .c-index-detail {
  padding: 160px 0;
  margin-bottom: 160px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.l-contents .c-index-detail::before {
  content: "";
  width: 95%;
  height: 100%;
  background: url(../img/common/bg_contents.png) no-repeat center/cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail::before {
    width: 100%;
    border-bottom-left-radius: 0;
  }
}
.l-contents .c-index-detail-business {
  width: min(1280px, 90%);
  padding-left: 5%;
  margin: 0 auto 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-business {
    padding-left: 0;
    margin: 0 auto 60px;
    flex-direction: column;
    gap: 45px;
  }
}
.l-contents .c-index-detail-business__left {
  width: 56%;
  aspect-ratio: 72/70;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-business__left {
    width: 100%;
  }
}
.l-contents .c-index-detail-business__left .c-index-detail-business__list {
  width: 40%;
  aspect-ratio: 1;
  position: absolute;
}
.l-contents .c-index-detail-business__left .c-index-detail-business__list:first-of-type {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-delay: 0.4s;
}
.l-contents .c-index-detail-business__left .c-index-detail-business__list:nth-of-type(2) {
  top: 23%;
  left: 60%;
  transition-delay: 0.9s;
}
.l-contents .c-index-detail-business__left .c-index-detail-business__list:nth-of-type(3) {
  top: 59%;
  left: 49%;
  transition-delay: 1.4s;
}
.l-contents .c-index-detail-business__left .c-index-detail-business__list:nth-of-type(4) {
  top: 59%;
  left: 12%;
  transition-delay: 1.9s;
}
.l-contents .c-index-detail-business__left .c-index-detail-business__list:nth-of-type(5) {
  top: 23%;
  left: 0%;
  transition-delay: 2.3s;
}
.l-contents .c-index-detail-business__left .c-index-detail-business__logo {
  width: 27%;
  aspect-ratio: 198/120;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.l-contents .c-index-detail-business__right {
  width: 38%;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-business__right {
    width: 100%;
  }
}
.l-contents .c-index-detail-business__right .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-business__right .c_ttl {
    margin-bottom: 40px;
  }
}
.l-contents .c-index-detail-business__right .c_txt {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-business__right .c_txt {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 45px;
  }
}
.l-contents .c-index-detail-business__right .c_btn {
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-business__right .c_btn {
    width: 280px;
  }
}
.l-contents .c-index-detail__wideimg {
  width: 100%;
  padding-right: 80px;
  margin-bottom: 80px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail__wideimg {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.l-contents .c-index-detail-strengths {
  width: min(1280px, 90%);
  padding-left: 5%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  gap: 5%;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-strengths {
    padding-left: 0;
    flex-direction: column;
    gap: 40px;
  }
}
.l-contents .c-index-detail-strengths__left {
  width: 55%;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-strengths__left {
    width: 100%;
  }
}
.l-contents .c-index-detail-strengths__left .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-strengths__left .c_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-strengths__left .c-index__catch {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.l-contents .c-index-detail-strengths__right {
  width: 40%;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-strengths__right {
    width: 100%;
    margin-bottom: 0;
  }
}
.l-contents .c-index-detail-strengths__right .c_txt {
  margin-bottom: 45px;
}
.l-contents .c-index-detail-strengths__right .c_btn {
  line-height: 1.35;
  margin: 0 auto 0 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-detail-strengths__right .c_btn {
    width: 280px;
    margin: 0 auto 0 0;
  }
}
.l-contents .c-index-advisor {
  width: min(1920px, 90%);
  margin: 0 0 160px auto;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-advisor {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.l-contents .c-index-advisor-top {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-advisor-top {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.l-contents .c-index-advisor-top .c_ttl {
  line-height: 1;
}
.l-contents .c-index-advisor-top__slider {
  width: 65%;
  height: 80px;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-advisor-top__slider {
    width: 100%;
  }
}
.l-contents .c-index-advisor-top__slider__inner {
  height: 100%;
  display: flex;
  animation: infinity-scroll 25s infinite linear 0.5s both;
}
.l-contents .c-index-advisor-top__slider .slick-track {
  height: 100%;
}
.l-contents .c-index-advisor-top__slider__item {
  width: auto !important;
  height: 100% !important;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-contents .c-index-advisor-top__slider__item::after {
  content: "";
  width: 8px;
  background: #D3D3D3;
  aspect-ratio: 1;
  border-radius: 10px;
}
.l-contents .c-index-advisor-top__slider__item .__img {
  width: auto;
  height: 100%;
}
.l-contents .c-index-advisor-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-advisor-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
}
.l-contents .c-index-advisor-bottom .c_btn {
  margin: 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-advisor-bottom .c_btn {
    width: 280px;
    margin: 0 auto 0 0;
  }
}
.l-contents .c-index-news {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-news {
    margin: 0 auto 60px;
  }
}
.l-contents .c-index-news__info {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-news__info {
    margin-bottom: 20px;
  }
}
.l-contents .c-index-news__info .c_ttl {
  line-height: 1;
}
.l-contents .c-index-news__info .c_btn {
  margin: 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-news__list {
    margin-bottom: 40px;
  }
}
.l-contents .c-index-news__list .c-index-news__item .c-index-news__link {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-news__list .c-index-news__item .c-index-news__link {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.l-contents .c-index-news__list .c-index-news__item .c-index-news__link .c-index-news__date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #787878;
}
.l-contents .c-index-news__list .c-index-news__item .c-index-news__link .c-index-news__ttl {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  transition: all 0.3s;
}
.l-contents .c-index-news__list .c-index-news__item .c-index-news__link::after {
  content: "";
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/common/ico_arrow-news.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.l-contents .c-index-news__list .c-index-news__item .c-index-news__link:hover .c-index-news__ttl {
  color: #1C8AF2;
}
.l-contents .c-index-news__list .c-index-news__item .c-index-news__link:hover::after {
  right: 15px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(42%) saturate(5506%) hue-rotate(192deg) brightness(100%) contrast(90%);
}
@media screen and (max-width:768px) {
  .l-contents .c-index-news .c_btn.sp {
    width: 280px;
    margin: 0 auto 0 0;
  }
}
.l-contents .c-index-recruit {
  width: min(1760px, 90%);
  height: 560px;
  margin: 0 auto 160px;
  background: url(../img/top/bg_recruit.png) no-repeat center/cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-recruit {
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background: url(../img/top/bg_recruit_sp.png) no-repeat center bottom/cover;
    align-items: unset;
    box-sizing: border-box;
  }
}
.l-contents .c-index-recruit__inner {
  width: min(560px, 100%);
  padding-right: 80px;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-recruit__inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.l-contents .c-index-recruit__inner .c_ttl {
  line-height: 1;
  text-shadow: 1px 1px 4px #fff;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-recruit__inner .c_ttl {
    margin-bottom: 40px;
  }
}
.l-contents .c-index-recruit__inner .c_txt {
  line-height: 2;
  text-shadow: 1px 1px 4px #fff;
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-recruit__inner .c_txt {
    margin-bottom: 45px;
  }
}
.l-contents .c-index-recruit__inner .c_btn {
  margin: 0;
}
@media screen and (max-width:768px) {
  .l-contents .c-index-recruit__inner .c_btn {
    width: 280px;
    margin-right: auto;
  }
}

.c-news-list {
  width: min(960px, 90%);
  margin: 0 auto 160px;
}
.c-news-list__inner {
  margin-bottom: 80px;
}
.c-news-list__item {
  margin-bottom: 120px;
}
.c-news-list__item:last-of-type {
  margin-bottom: 0;
}
.c-news-list__item .c-news-list__date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #787878;
  margin-bottom: 30px;
}
.c-news-list__item .c-news-list__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #064F94;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 2px solid #1C8AF2;
}
.c-news-list__item .c-news-list__contents {
  line-height: 2;
  height: 70px;
  overflow: hidden;
  transition: all 0.3s;
}
.c-news-list__item .c-news-list__contents.is_open {
  height: 100%;
  overflow: auto;
}
.c-news-list__item .c-news-list__more {
  cursor: pointer;
}
.c-news-list__item .c-news-list__more__inner {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #064F94;
  width: 100%;
  height: 50px;
  margin: 80px 0;
  border: 1px solid #064F94;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
}
.c-news-list__item .c-news-list__more__inner::after {
  content: "";
  width: 12px;
  aspect-ratio: 12/15;
  background: url(../img/common/ico_arrow-news.svg) no-repeat center/cover;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.c-news-list__item .c-news-list__more__inner:hover {
  background: #1C8AF2;
  border: 1px solid #1C8AF2;
  color: #fff;
}
.c-news-list__item .c-news-list__more__inner:hover::after {
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(302deg) brightness(105%) contrast(102%);
}
.c-news-list__item .is_open + .c-news-list__more .c-news-list__more__inner::after {
  transform: rotate(0deg);
}

.l-contents-page {
  padding: 100px 0 0;
}
@media screen and (max-width:768px) {
  .l-contents-page {
    padding: 80px 0 0;
  }
}
.l-contents-page .c-mv {
  width: min(1760px, 90%);
  height: 480px;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv {
    height: 160px;
  }
}
.l-contents-page .c-mv__img {
  width: 100%;
  height: 100%;
}
.l-contents-page .c-mv__img.news_img {
  background: url(../img/news/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.news_img {
    background: url(../img/news/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.business_img {
  background: url(../img/business/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.business_img {
    background: url(../img/business/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.company_img {
  background: url(../img/company/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.company_img {
    background: url(../img/company/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.groups_img {
  background: url(../img/groups/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.groups_img {
    background: url(../img/groups/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.contact_img {
  background: url(../img/contact/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.contact_img {
    background: url(../img/contact/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.strengths_img {
  background: url(../img/strengths/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.strengths_img {
    background: url(../img/strengths/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.recruit_img {
  background: url(../img/recruit/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.recruit_img {
    background: url(../img/recruit/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.advisor_img {
  background: url(../img/advisor/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.advisor_img {
    background: url(../img/advisor/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-mv__img.privacy_img {
  background: url(../img/privacy-policy/mv.png) no-repeat center/cover;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-mv__img.privacy_img {
    background: url(../img/privacy-policy/mv_sp.png) no-repeat center/cover;
  }
}
.l-contents-page .c-page-info {
  width: min(1760px, 90%);
  margin: 0 auto 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-contents-page .c-page-info .c_ttl {
  line-height: 1;
}
.l-contents-page .c-page-info.__error {
  margin: 150px auto 120px;
  justify-content: center;
}
.l-contents-page .c-page-info.__error .c_ttl {
  align-items: center;
}
.l-contents-page .c-page-info-breadcrumb {
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-page-info-breadcrumb {
    display: none;
  }
}
.l-contents-page .c-page-info-breadcrumb__link {
  font-size: 0.9375rem;
  text-decoration: underline;
  color: #404040;
  margin-right: 8px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  transition: all 0.3s;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-page-info-breadcrumb__link {
    font-size: 0.875rem;
  }
}
.l-contents-page .c-page-info-breadcrumb__link::after {
  content: "";
  width: 7px;
  aspect-ratio: 7/12;
  background: url(../img/common/ico_breadcrumb.svg) no-repeat center/100%;
}
.l-contents-page .c-page-info-breadcrumb__link:hover {
  opacity: 0.7;
}
.l-contents-page .c-page-info-breadcrumb__current {
  font-size: 0.9375rem;
  color: #404040;
}
@media screen and (max-width:768px) {
  .l-contents-page .c-page-info-breadcrumb__current {
    font-size: 0.875rem;
  }
}

.c-privacy-policy {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-privacy-policy .c_txt {
  color: #404040;
}
.c-privacy-policy .c_txt.c-privacy-policy__end {
  text-align: right;
}
.c-privacy-policy .c-privacy-policy__list {
  margin: 90px auto 160px;
  counter-reset: order 0;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #1C8AF2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item:last-of-type {
  padding-bottom: 0;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item:last-of-type::after {
  content: none;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c-privacy-policy__ttl {
  color: #064F94;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width:768px) {
  .c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c-privacy-policy__ttl {
    font-size: 1.125rem;
  }
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c-privacy-policy__ttl::before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  counter-increment: order 1;
  content: counter(order) ".";
}
@media screen and (max-width:768px) {
  .c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c-privacy-policy__ttl::before {
    font-size: 1.75rem;
  }
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c_txt__last {
  margin-top: 20px;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c-privacy-policy__points {
  margin: 30px 0 0;
  padding-left: 20px;
  counter-reset: order 0;
}
.c-privacy-policy .c-privacy-policy__list .c-privacy-policy__item .c-privacy-policy__points .c_txt::before {
  counter-increment: order 1;
  content: counter(order) ".";
}

.c-recruit__catch {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: #064F94;
  margin-bottom: 65px;
}
.c-recruit__catch .__sub {
  line-height: 1;
  color: #fff;
  background: #1C8AF2;
  border-radius: 4px;
  padding: 5px 4px;
  margin: 0 4px;
  display: inline-block;
}
.c-recruit__txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 160px;
}
.c-recruit__txt .__sub {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #1C8AF2;
  display: inline-block;
}
.c-recruit-data {
  background: url(../img/common/bg_contents.png) no-repeat center/cover;
  padding: 160px 0;
  margin: 0 0 160px;
}
.c-recruit-data .c_ttl {
  align-items: center;
  margin-bottom: 60px;
}
.c-recruit-data__inner {
  width: min(1280px, 90%);
  margin: 0 auto;
}
.c-recruit-data__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width:768px) {
  .c-recruit-data__block {
    gap: 3px;
  }
}
.c-recruit-data__block .c-recruit-data__move {
  width: calc((100% - 12px) / 4);
  padding: 60px 30px 30px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-recruit-data__block .c-recruit-data__move {
    padding: 35px 20px 20px;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-data__block .c-recruit-data__move {
    width: calc((100% - 3px) / 2);
  }
}
.c-recruit-data__block .c-recruit-data__move .__num {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 2.176rem + 1.72vw, 4rem);
  color: #1C8AF2;
}
@media screen and (max-width:1024px) {
  .c-recruit-data__block .c-recruit-data__move .__num {
    font-size: 2.25rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-data__block .c-recruit-data__move .__num {
    font-size: 2.285714285rem;
  }
}
.c-recruit-data__block .c-recruit-data__move .__unit {
  font-size: clamp(1.5rem, 1.088rem + 0.86vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  color: #1C8AF2;
  padding: 10px 0 0 2px;
}
@media screen and (max-width:1024px) {
  .c-recruit-data__block .c-recruit-data__move .__unit {
    font-size: 1rem;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-data__block .c-recruit-data__move .__unit {
    font-size: 1.142857143rem;
  }
}
.c-recruit-data__block .c-recruit-data__move .__unit-before {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1C8AF2;
}
@media screen and (max-width:1024px) {
  .c-recruit-data__block .c-recruit-data__move .__unit-before {
    font-size: 1rem;
  }
}
.c-recruit-data__block .c-recruit-data__move .__img {
  width: 5px;
  margin: 0 8px;
  aspect-ratio: 5/24;
}
@media screen and (max-width:1024px) {
  .c-recruit-data__block .c-recruit-data__move .__img {
    width: 4px;
    aspect-ratio: 4/14;
    margin: 0 4px;
  }
}
.c-recruit-data__block .c-recruit-data__move .c-recruit-data__pic {
  margin: 20px 0 0;
}
.c-recruit-data__block .c-recruit-data__move__inner {
  display: flex;
  align-items: center;
}
.c-recruit-data__block .c-recruit-data__move::before {
  content: "";
  font-size: 1.25rem;
  font-weight: 600;
  color: #064F94;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (max-width:1024px) {
  .c-recruit-data__block .c-recruit-data__move::before {
    font-size: 0.875rem;
    left: 12px;
    top: 12px;
  }
}
.c-recruit-data__block .c-recruit-data__move:first-of-type::before {
  content: "設立年";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(2)::before {
  content: "グループ総勢";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(3)::before {
  content: "男女比";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(4)::before {
  content: "平均年齢";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(5)::before {
  content: "年間休日数";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(6)::before {
  content: "年間有給取得日数";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(7)::before {
  content: "月平均残業時間";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(8)::before {
  content: "入社3年後定着率";
}
.c-recruit-data__block .c-recruit-data__move:nth-of-type(9)::before {
  content: "内定までの平均期間";
}
.c-recruit-data__block .c-recruit-data__move:last-of-type::before {
  content: "研修期間";
}
.c-recruit-guideline {
  width: min(1280px, 90%);
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .c-recruit-guideline {
    flex-direction: column;
  }
}
.c-recruit-guideline__dl .c-recruit-guideline__block {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__dl .c-recruit-guideline__block {
    flex-direction: column;
    gap: 20px;
  }
}
.c-recruit-guideline__dl .c-recruit-guideline__block:first-of-type .c-recruit-guideline__dt {
  padding: 0 0 40px;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__dl .c-recruit-guideline__block:first-of-type .c-recruit-guideline__dt {
    padding: 20px 0 0;
  }
}
.c-recruit-guideline__dl .c-recruit-guideline__block:first-of-type .c-recruit-guideline__dd {
  padding-top: 0;
}
.c-recruit-guideline__dl .c-recruit-guideline__block .c-recruit-guideline__dt {
  color: #064F94;
  width: 160px;
  border-bottom: 1px solid #A7C8E8;
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__dl .c-recruit-guideline__block .c-recruit-guideline__dt {
    width: 100%;
    padding: 20px 0 0;
    border: none;
  }
}
.c-recruit-guideline__dl .c-recruit-guideline__block .c-recruit-guideline__dd {
  line-height: 2;
  width: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width:768px) {
  .c-recruit-guideline__dl .c-recruit-guideline__block .c-recruit-guideline__dd {
    padding: 0 0 20px;
  }
}
.c-recruit-guideline__dl .c-recruit-guideline__block .c-recruit-guideline__dd .c-recruit-guideline__bullet__list::before {
  content: "●";
  color: #A7C8E8;
}
.c-recruit-entry {
  width: min(640px, 90%);
  margin: 0 auto 160px;
}
.c-recruit-entry__link {
  padding: 50px 40px;
  background: url(../img/recruit/bg_entry.png) no-repeat center/cover;
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-recruit-entry__link {
    background: url(../img/recruit/bg_entry_sp.png) no-repeat center/cover;
  }
}
@media screen and (max-width:768px) {
  .c-recruit-entry__link {
    padding: 35px 20px;
  }
}
.c-recruit-entry__link::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #064F94 url(../img/common/ico_arrow-white.svg) no-repeat center/13px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:768px) {
  .c-recruit-entry__link::after {
    width: 55px;
    height: 55px;
    right: 24px;
  }
}
.c-recruit-entry__link:hover {
  opacity: 0.7;
}

.c-strengths-support {
  width: min(780px, 90%);
  margin: 0 auto 45px;
}
.c-strengths-support::after {
  content: "";
  width: 4px;
  margin: 45px auto 0;
  aspect-ratio: 4/74;
  background: url(../img/common/pic_point.svg) no-repeat center/100%;
  display: block;
}
.c-strengths-support .c-strengths__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #064F94;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:768px) {
  .c-strengths-support .c-strengths__ttl {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
.c-strengths-support .c-strengths__ttl .__sub {
  font-size: 1.25rem;
}
@media screen and (max-width:768px) {
  .c-strengths-support .c-strengths__ttl .__sub {
    font-size: 1rem;
  }
}
.c-strengths-support .c-strengths-point__list {
  line-height: 2;
  display: flex;
}
.c-strengths-support .c-strengths-point__list::before {
  content: "●";
  color: #A7C8E8;
}
.c-strengths__subttl {
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: center;
  font-weight: 600;
  color: #064F94;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .c-strengths__subttl {
    font-size: 1.25rem;
  }
}
.c-strengths-circle {
  width: min(780px, 90%);
  margin: 0 auto 160px;
  aspect-ratio: 78/82;
}
.c-strengths-circle__center {
  height: 100%;
  position: relative;
}
.c-strengths-circle__center::before {
  content: "";
  background: url(../img/strengths/bg_ring.png) no-repeat center/100%;
  width: 82%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.c-strengths-circle__center .__img {
  width: 16%;
  height: 100%;
  aspect-ratio: 132/297;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .c-strengths-circle__center .__img {
    width: 20%;
  }
}
.c-strengths-circle__point {
  font-size: clamp(0.813rem, 0.035rem + 1.62vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  color: #fff;
  /*width: 180px;*/
  width: 23%;
  aspect-ratio: 1;
  background: url(../img/strengths/bg_circle.svg) no-repeat center/100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition-delay: 3.3s;
}
.c-strengths-circle__point:first-of-type {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition-delay: 0.3s;
}
.c-strengths-circle__point:nth-of-type(2) {
  top: 7%;
  right: 14.5%;
  margin: auto;
  transition-delay: 0.6s;
}
.c-strengths-circle__point:nth-of-type(3) {
  top: 27%;
  right: 0;
  margin: auto;
  transition-delay: 0.9s;
}
.c-strengths-circle__point:nth-of-type(4) {
  top: 51%;
  right: 0;
  margin: auto;
  transition-delay: 1.2s;
}
.c-strengths-circle__point:nth-of-type(5) {
  top: 70%;
  right: 14.5%;
  margin: auto;
  transition-delay: 1.5s;
}
.c-strengths-circle__point:nth-of-type(6) {
  top: 78%;
  right: 0;
  left: 0;
  margin: auto;
  transition-delay: 1.8s;
}
.c-strengths-circle__point:nth-of-type(7) {
  top: 70%;
  right: 62.5%;
  margin: auto;
  transition-delay: 2.1s;
}
.c-strengths-circle__point:nth-of-type(8) {
  top: 51%;
  left: 0;
  margin: auto;
  transition-delay: 2.4s;
}
.c-strengths-circle__point:nth-of-type(9) {
  top: 27%;
  left: 0;
  margin: auto;
  transition-delay: 2.7s;
}
.c-strengths-circle__point:nth-of-type(10) {
  top: 7%;
  right: 62.5%;
  margin: auto;
  transition-delay: 3s;
}
.c-strengths-center {
  width: 100%;
  padding: 160px 0;
  margin-bottom: 160px;
  background: url(../img/common/bg_contents.png) no-repeat center/cover;
}
@media screen and (max-width:1024px) {
  .c-strengths-center {
    padding: 80px 0;
  }
}
.c-strengths-center .c-strengths-reason {
  margin-bottom: 160px;
}
@media screen and (max-width:1024px) {
  .c-strengths-center .c-strengths-reason {
    margin-bottom: 80px;
  }
}
.c-strengths-center .c-strengths-reason .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
  align-items: center;
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list {
  width: min(1760px, 90%);
  margin: 0 auto;
  counter-reset: order 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .c-strengths-center .c-strengths-reason .c-strengths-reason__list {
    flex-wrap: wrap;
  }
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item {
  width: calc((100% - 120px) / 4);
  background: #fff;
  padding: 20px 40px 45px;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px 0 rgba(102, 186, 233, 0.1), -2px -2px 24px 0 rgba(102, 186, 233, 0.25);
}
@media screen and (max-width:1024px) {
  .c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__number {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.61rem + 1.07vw, 1.75rem);
  color: #1C8AF2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__number::after {
  font-size: clamp(3rem, 2.176rem + 1.72vw, 4rem);
  counter-increment: order 1;
  content: "0" counter(order);
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__img {
  margin-top: -12px;
  padding-bottom: 30px;
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__img {
    padding-bottom: 20px;
  }
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__ttl {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: #064F94;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__ttl {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__txt {
  line-height: 2;
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-reason .c-strengths-reason__list .c-strengths-reason__item .c-strengths-reason__txt {
    font-size: 0.9375rem;
  }
}
.c-strengths-center .c-strengths-comparison {
  width: min(960px, 90%);
  margin: 0 auto;
}
.c-strengths-center .c-strengths-comparison .c_ttl {
  line-height: 1;
  margin-bottom: 60px;
  align-items: center;
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-comparison .c-strengths-comparison__table {
    overflow: hidden;
  }
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-comparison .c-strengths-comparison__table .__pic {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden !important;
  }
}
@media screen and (max-width:768px) {
  .c-strengths-center .c-strengths-comparison .c-strengths-comparison__table .__pic .__img {
    /*height: 350px;*/
    width: auto;
  }
}
.c-strengths-case {
  margin-bottom: 160px;
}
.c-strengths-case .c_ttl {
  line-height: 1;
  align-items: center;
  margin-bottom: 60px;
}
.c-strengths-case__list {
  width: min(1280px, 90%);
  margin: 0 auto;
  counter-reset: order 0;
}
.c-strengths-case__list .c-strengths-case__item {
  margin-bottom: 120px;
}
.c-strengths-case__list .c-strengths-case__item:last-of-type {
  margin-bottom: 0;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__ttl {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__ttl .c-strengths-case__before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.61rem + 1.07vw, 1.75rem);
  color: #1C8AF2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__ttl .c-strengths-case__before::after {
  font-size: clamp(3rem, 2.176rem + 1.72vw, 4rem);
  counter-increment: order 1;
  content: "0" counter(order);
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__ttl .c-strengths-case__name {
  font-size: clamp(1.125rem, 0.816rem + 0.64vw, 1.5rem);
  font-weight: 600;
  line-height: 1.35;
  color: #064F94;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail {
    flex-direction: column;
    gap: 20px;
  }
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__before {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__before .c-strengths-case__detail__inner {
  padding: 20px;
  background: #f9f9f9;
  border: 3px solid #E5E5E5;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__before::before {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.132rem + 1.29vw, 2.5rem);
  content: "Before";
  color: #787878;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__before__ttl {
  font-size: clamp(1.125rem, 1.022rem + 0.21vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__before__txt {
  font-size: clamp(0.938rem, 0.886rem + 0.11vw, 1rem);
  line-height: 2;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach {
  width: 28%;
  flex-shrink: 0;
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach {
    width: 100%;
    padding: 20px 0 20px 60px;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach::after {
    content: "";
    width: auto;
    height: 100%;
    margin: auto;
    aspect-ratio: 64/275;
    background: url(../img/strengths/pic_app_arrowbtm.svg) no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach .c-strengths-case__detail__approach__ttl {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.132rem + 1.29vw, 2.5rem);
  color: #1C8AF2;
  padding-bottom: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach .c-strengths-case__detail__approach__ttl {
    padding: 0;
    margin-bottom: 20px;
  }
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach .c-strengths-case__detail__approach__ttl::before {
  content: "";
  width: 48px;
  aspect-ratio: 1;
  background: url(../img/strengths/ico_approach.svg) no-repeat center/100%;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach .c-strengths-case__detail__approach__ttl::after {
  content: "";
  width: 100%;
  aspect-ratio: 360/17;
  background: url(../img/strengths/pic_app_arrow.svg) no-repeat center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach .c-strengths-case__detail__approach__ttl::after {
    content: none;
  }
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__approach .c-strengths-case__detail__approach__txt {
  font-size: clamp(0.938rem, 0.886rem + 0.11vw, 1rem);
  line-height: 2;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__after {
  width: 37.5%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width:1024px) {
  .c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__after {
    width: 100%;
  }
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__after::before {
  content: "After";
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 1.264rem + 2.58vw, 4rem);
  color: #1C8AF2;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__after .c-strengths-case__detail__inner {
  padding: 30px 20px 20px;
  background: #E5F2FF;
  border: 3px solid #1C8AF2;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__after .c-strengths-case__detail__after__ttl {
  font-size: clamp(1.25rem, 1.044rem + 0.43vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}
.c-strengths-case__list .c-strengths-case__item .c-strengths-case__detail__after .c-strengths-case__detail__after__txt {
  font-size: clamp(1rem, 0.897rem + 0.21vw, 1.125rem);
  line-height: 2;
}

.e-h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.8px;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 40px #0076C0, 0px 0px 80px #3BB2FD, 0px 0px 20px rgba(70, 181, 251, 0.75), 0px 0px 40px #12B2FD;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .e-h1 {
    font-size: 1.5rem;
    top: 30%;
  }
}
@media screen and (max-width:415px) {
  .e-h1 {
    font-size: 1.25rem;
  }
}

.c_ttl {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1px;
  color: #404040;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width:1024px) {
  .c_ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl {
    font-size: 1rem;
  }
}
.c_ttl::before {
  content: "" attr(data-en);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0;
  color: #064F94;
}
@media screen and (max-width:1024px) {
  .c_ttl::before {
    font-size: 3.5rem;
  }
}
@media screen and (max-width:768px) {
  .c_ttl::before {
    font-size: 3rem;
  }
}
.c_ttl.c_subttl {
  font-size: 1.125rem;
}
@media screen and (max-width:768px) {
  .c_ttl.c_subttl {
    font-size: 1rem;
  }
}
.c_ttl.c_subttl::before {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .c_ttl.c_subttl::before {
    font-size: 2.25rem;
  }
}
.c_ttl-nav {
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width:1024px) {
  .c_ttl-nav {
    font-size: 0.875rem;
  }
}
.c_ttl-nav::before {
  content: "" attr(data-en);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #064F94;
}
@media screen and (max-width:1024px) {
  .c_ttl-nav::before {
    font-size: 1.5rem;
  }
}

.c_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.8px;
}

.c-page-contents .c_ttl {
  font-size: 1.25rem;
}
.c-page-contents .c_ttl-en {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  .c-page-contents .c_ttl-en.__sp-ttl-small {
    font-size: 2.25rem;
  }
}

.c-index__catch {
  font-size: clamp(1.125rem, 0.669rem + 0.95vw, 1.5rem);
  line-height: 2;
}

@media print, screen and (min-width:769px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@media screen and (max-width:768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}
.l-contents._col2_ .l-contents__side {
  grid-area: side;
}
@media print, screen and (min-width:1025px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: minmax(200px, 25%) 1fr minmax(200px, 25%);
    grid-template-rows: auto;
    gap: 0 30px;
    grid-template-areas: "left main right";
  }
}
@media screen and (max-width:1024px) {
  .l-contents._col3_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 50px 0;
    grid-template-areas: "main" "right" "left";
  }
}
.l-contents._col3_ .l-contents__body {
  grid-area: main;
}
.l-contents._col3_ .l-contents__left {
  grid-area: left;
}
.l-contents._col3_ .l-contents__right {
  grid-area: right;
}

.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.3s;
}
.l-header__inner {
  width: calc(100% - 110px);
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:1200px) {
  .l-header__inner {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width:1024px) {
  .l-header__inner {
    height: 80px;
    padding: 0 15px;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width:768px) {
  .l-header__inner {
    width: calc(100% - 30px);
    flex-direction: column;
  }
}
.l-header-logo {
  width: 200px;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 1;
}
@media screen and (max-width:1200px) {
  .l-header-logo {
    width: 150px;
    top: 45px;
  }
}
@media screen and (max-width:768px) {
  .l-header-logo {
    width: 80px;
    top: 15px;
  }
}
.l-header-toggle {
  width: 40px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  display: none;
}
@media screen and (max-width:1024px) {
  .l-header-toggle {
    width: 30px;
    display: block;
  }
}
.l-header-toggle__border {
  width: 100%;
  height: 3px;
  margin: auto;
  background: #064F94;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
.l-header-toggle__border:first-of-type {
  top: 0;
}
.l-header-toggle__border:nth-of-type(2) {
  width: 26px;
  margin-right: auto;
  top: 0;
  bottom: 0;
}
.l-header-toggle__border:last-of-type {
  bottom: 0;
}
.l-header-toggle.nav_open .l-header-toggle__border:first-of-type {
  top: 26px;
  transform: rotate(-45deg);
}
@media screen and (max-width:1024px) {
  .l-header-toggle.nav_open .l-header-toggle__border:first-of-type {
    top: 11px;
  }
}
.l-header-toggle.nav_open .l-header-toggle__border:nth-of-type(2) {
  opacity: 0;
}
.l-header-toggle.nav_open .l-header-toggle__border:last-of-type {
  bottom: 27px;
  transform: rotate(45deg);
}
@media screen and (max-width:1024px) {
  .l-header-toggle.nav_open .l-header-toggle__border:last-of-type {
    bottom: 11px;
  }
}
.l-header-toggle.nav_open + .l-header-open-nav {
  display: block;
}
@media screen and (max-height: 750px) {
  .l-header-toggle.nav_open + .l-header-open-nav {
    overflow-y: scroll;
  }
}
.l-header-open-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  display: none;
}
@media screen and (max-width:768px) {
  .l-header-open-nav {
    overflow-y: scroll;
  }
}
.l-header-open-nav__inner {
  width: min(1200px, 90%);
  padding: 120px 0 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .l-header-open-nav__inner {
    flex-direction: column;
  }
}
.l-header-open-nav__wrap .c_ttl-nav {
  margin-bottom: 35px;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-header-open-nav__wrap .c_ttl-nav {
    margin-bottom: 20px;
  }
}
.l-header-open-nav__wrap .c_ttl-nav::before {
  transition: all 0.3s;
}
.l-header-open-nav__wrap .c_ttl-nav:hover::before {
  color: #1C8AF2;
}
.l-header-open-nav__wrap .l-header-open-nav__list {
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .l-header-open-nav__wrap .l-header-open-nav__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .l-header-open-nav__wrap .l-header-open-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
}
.l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item {
  margin-bottom: 25px;
}
@media screen and (max-width:1024px) {
  .l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 0;
  }
}
.l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item:last-of-type {
  margin-bottom: 0;
}
.l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item .__link {
  line-height: 1.35;
  color: #787878;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item .__link {
    font-size: 0.875rem;
  }
}
.l-header-open-nav__wrap .l-header-open-nav__list .l-header-open-nav__item .__link:hover {
  color: #1C8AF2;
}
.l-header-nav {
  margin-left: auto;
}
@media screen and (max-width:1024px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.25rem, -0.833rem + 2.78vw, 2.5rem);
}
.l-header-nav__item .l-header-nav__link {
  font-size: clamp(0.875rem, 0.667rem + 0.28vw, 1rem);
  padding-bottom: 6px;
  transition: all 0.3s ease;
  position: relative;
  display: block;
}
.l-header-nav__item .l-header-nav__link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1C8AF2;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}
.l-header-nav__item .l-header-nav__link:hover {
  color: #1C8AF2;
}
.l-header-nav__item .l-header-nav__link:hover::after {
  transform: scaleX(1);
}
.l-header-nav__item.recruit_link {
  display: flex;
  gap: clamp(1.25rem, -0.833rem + 2.78vw, 2.5rem);
}
.l-header-nav__item.recruit_link::before {
  content: "";
  width: 2px;
  aspect-ratio: 2/12;
  background: url(../img/common/pic_h_border.svg) no-repeat center/100%;
}
.l-header-nav__item.contact_link {
  padding-left: clamp(1.25rem, -0.833rem + 2.78vw, 2.5rem);
}
.l-header-nav__item.contact_link::after {
  content: none;
}
.l-header-nav__item.contact_link .l-header-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s;
  color: #064F94;
}
.l-header-nav__item.contact_link .l-header-nav__link::before {
  content: "";
  width: 20px;
  aspect-ratio: 4/3;
  background: url(../img/common/ico_mail-blue.svg) no-repeat center/100%;
  transition: all 0.3s;
}
.l-header-nav__item.contact_link .l-header-nav__link:hover {
  color: #1C8AF2;
}
.l-header-nav__item.contact_link .l-header-nav__link:hover::before {
  background: url(../img/common/ico_mail-active.svg) no-repeat center/100%;
}
.l-header-nav__item.policy_link {
  display: none;
}
.l-header.header_fix {
  height: 80px;
  background: #fff;
}
.l-header.header_fix .l-header-logo {
  width: 95px;
  top: 12px;
}
@media screen and (max-width:768px) {
  .l-header.header_fix .l-header-logo {
    width: 80px;
    top: 15px;
  }
}
.l-header.header_fix .l-header-toggle {
  display: block;
}
.l-header.header_fix .l-header-toggle.nav_open .l-header-toggle__border:first-of-type {
  top: 8px;
}
.l-header.header_fix .l-header-toggle.nav_open .l-header-toggle__border:last-of-type {
  bottom: 15px;
}
.l-header.header_fix .l-header-nav {
  display: none;
}

.l-footer {
  padding-bottom: 50px;
  background: url(../img/common/bg_footer.png) no-repeat center/cover;
}
.l-footer__inner {
  width: min(1280px, 90%);
  padding: 120px 0 80px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (max-width:1200px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.l-footer-logo {
  width: 200px;
}
@media screen and (max-width:1200px) {
  .l-footer-logo {
    width: 130px;
  }
}
.l-footer-nav {
  width: calc(98% - 200px);
}
@media screen and (max-width:1200px) {
  .l-footer-nav {
    width: 100%;
  }
}
.l-footer-nav__inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width:1024px) {
  .l-footer-nav__inner {
    gap: 5px;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav__inner {
    flex-direction: column;
  }
}
.l-footer-nav__inner .l-footer-nav__wrap .c_ttl-nav {
  margin-bottom: 35px;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-footer-nav__inner .l-footer-nav__wrap .c_ttl-nav {
    margin-bottom: 20px;
  }
}
.l-footer-nav__inner .l-footer-nav__wrap .c_ttl-nav::before {
  transition: all 0.3s;
}
.l-footer-nav__inner .l-footer-nav__wrap .c_ttl-nav:hover::before {
  color: #1C8AF2;
}
.l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list {
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list:nth-of-type(2) {
  margin-bottom: 0;
}
.l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item {
  margin-bottom: 25px;
}
@media screen and (max-width:1024px) {
  .l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item {
    width: calc((100% - 15px) / 2);
  }
}
.l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item:last-of-type {
  margin-bottom: 0;
}
.l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item .__link {
  line-height: 1.35;
  color: #787878;
  transition: all 0.3s;
}
@media screen and (max-width:1024px) {
  .l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item .__link {
    font-size: 0.875rem;
  }
}
.l-footer-nav__inner .l-footer-nav__wrap .l-footer-nav__list .l-footer-nav__item .__link:hover {
  color: #1C8AF2;
}
.l-footer-copyright {
  width: min(1280px, 90%);
  padding: 20px 0 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.l-footer-copyright__link {
  text-decoration: underline;
  color: #787878;
}
@media screen and (max-width:1024px) {
  .l-footer-copyright__link {
    font-size: 0.875rem;
  }
}
.l-footer-copyright__txt {
  font-weight: 400;
  color: #787878;
}
@media screen and (max-width:1024px) {
  .l-footer-copyright__txt {
    font-size: 0.8125rem;
  }
}

/*@include g.smMax {*/
@media screen and (max-width:415px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:416px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1200px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1201px) {
  .u-lg-max {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */