@charset "UTF-8";
/* =====================================================
   businessSection
--------------------------------------------------*/
.businessSection {
  margin: 0 32px 72px 32px;
}
.businessSection .business_group {
  margin: 0 0 72px;
}
.businessSection .business_group h3 {
  font-size: 20px;
  margin: 0 0 24px;
  font-weight: 500;
}
.businessSection .business_group div img {
  border-radius: 10px;
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
}

/* ▼ 764px以上だったら */
@media (min-width: 764px) {
  .businessSection {
    max-width: 1080px;
    margin: 0 auto 104px;
  }
  .businessSection .business_group h3 {
    font-size: 24px;
  }
  .businessSection .business_group div {
    display: flex;
    gap: 32px;
  }
  .businessSection .business_group div p {
    flex: 1;
  }
}
@media screen and (min-width: 764px) and (max-width: 1080px) {
  .page_heading_group .color-block1 {
    width: 16px;
    left: 0;
    position: absolute;
  }
}
/* --------------------------------------------------
   businessSection END
=====================================================*/
/* =====================================================
   businessSection
--------------------------------------------------*/
.businessSection {
  margin: 0 32px 72px 32px;
}
.businessSection .business_group {
  margin: 0 0 72px;
}
.businessSection .business_group h3 {
  font-size: 20px;
  margin: 0 0 24px;
  font-weight: 500;
}
.businessSection .business_group div img {
  border-radius: 10px;
  max-width: 480px;
  width: 100%;
  height: auto;
  margin: 0 0 16px;
}

/* ▼ 764px以上だったら */
@media (min-width: 764px) {
  .businessSection {
    max-width: 1080px;
    margin: 0 auto 104px;
  }
  .businessSection .business_group h3 {
    font-size: 24px;
  }
  .businessSection .business_group div {
    display: flex;
    gap: 32px;
  }
  .businessSection .business_group div p {
    flex: 1;
  }
}
@media screen and (min-width: 764px) and (max-width: 1080px) {
  .page_heading_group .color-block1 {
    width: 16px;
    left: 0;
    position: absolute;
  }
  .businessSection {
    margin: 0 48px 104px !important;
  }
}
/* --------------------------------------------------
   businessSection END
=====================================================*/
/* =====================================================
   color-block
--------------------------------------------------*/
.h2_heading {
  margin: 0 0 32px;
}
.h2_heading p {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 16px;
  display: flex;
  align-items: center;
}
.h2_heading p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 16px 0 0;
}
.h2_heading h2 {
  font-size: 29px;
  font-weight: 700;
}

.h2_heading.yellow p {
  color: #FFD900;
}
.h2_heading.yellow p::before {
  background: #FFD900;
}

.h2_heading.white h2 {
  color: #FFFFFF;
}

.h2_heading.black p {
  color: #181818;
}
.h2_heading.black p::before {
  background: #FFFFFF;
}

.h2_heading.blue h2 {
  color: #004EA2;
}

.h2_heading.right_black p {
  justify-content: flex-end;
  color: #181818;
}
.h2_heading.right_black p::before {
  background: #FFD900;
}

.h2_heading.right_blue h2 {
  color: #004EA2;
  text-align: right;
}

/* ▼ 764px以上だったら */
@media (min-width: 764px) {
  .h2_heading p {
    font-size: clamp(18px, 2vw, 20px);
    padding: 0 0 24px;
  }
  .h2_heading h2 {
    font-size: clamp(30px, 3vw, 40px);
  }
}
/* --------------------------------------------------
   color-block END
=====================================================*/
/* =====================================================
   page_heading_group
--------------------------------------------------*/
.page_heading_group {
  padding: 16px 0 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_heading_group .color-block1,
.page_heading_group .color-block2 {
  position: relative;
  z-index: 1;
  background: #FFD900;
}
.page_heading_group .color-block1 {
  width: 13px !important;
  height: 117px;
  border-radius: 0 20px 20px 0;
}
.page_heading_group .color-block2 {
  border-radius: 20px 0 0 20px;
  width: 70px;
  height: 203px;
}
.page_heading_group .main_group {
  flex: 1; /* ← 残り幅を使う */
  padding: 0 16px;
}
.page_heading_group .page_heading p {
  color: #181818;
  font-size: clamp(12px, 2vw, 16px);
  padding: 0 0 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.page_heading_group .page_heading p::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 16px 0 0;
  background: #FFD900;
  flex: 0 0 auto;
}
.page_heading_group .page_heading h2 {
  color: #004EA2;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 32px;
}
.page_heading_group .breadcrumbs ul {
  display: flex;
  align-items: center;
}
.page_heading_group .breadcrumbs ul li {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 0 4px;
  font-size: 12px;
}
.page_heading_group .breadcrumbs ul li:first-of-type {
  margin: 0;
}
.page_heading_group .breadcrumbs ul li a {
  color: #0267D4;
  font-weight: 500;
  font-size: 12px;
}
.page_heading_group .breadcrumbs ul li span {
  display: flex;
  align-items: center;
}
.page_heading_group .breadcrumbs ul li span::before, .page_heading_group .breadcrumbs ul li span::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 3px;
  margin: 0 4px 0 6px;
  background: #BDBDBD;
  flex: 0 0 auto;
}

/* ▼ 764px以上だったら */
@media (min-width: 764px) {
  .page_heading_group {
    padding: 16px 0 104px 0;
  }
  .page_heading_group .color-block2 {
    border-radius: 0;
  }
  .page_heading_group .main_group {
    max-width: 1080px;
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    padding: 0 48px;
  }
  .page_heading_group .main_group::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 20px 0 0 20px;
    width: clamp(266px, 40vw, 566px);
    min-height: 203px;
    background: #FFD900;
    right: 0;
    top: -18px;
  }
  .page_heading_group .color-block1 {
    width: 50% !important;
  }
  .page_heading_group .color-block2 {
    width: 50%;
  }
}
@media screen and (min-width: 764px) and (max-width: 1080px) {
  .page_heading_group .color-block1 {
    position: absolute;
    width: 16px !important;
    left: 0;
  }
  .recruitSection {
    margin: 0 48px 104px !important;
  }
}
/* --------------------------------------------------
   page_heading_group END
=====================================================*/
