/* ----------------------------- */
/* common.css */
/* ----------------------------- */

:root{
	scroll-padding: 0;
	scroll-behavior: smooth;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --wrap-width: calc(100vw - 300px - 120px);
  --wrap-width-sp: calc(100vw - 60px);
  --main-color: #009B47;
}
body {
  font-family: "Noto Sans JP", 'Hiragino Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings:"palt";
}
@media screen and (max-width: 1260px) {
}

img {
  width: 100%;
  vertical-align: bottom;
}

h2 {
  font-size: 48px;
  font-weight: var(--font-bold);
  color: var(--main-color);
  margin-bottom: 40px;
}
h3 {
  font-size: 24px;
  font-weight: var(--font-bold);
}
h4 {
  font-size: 20px;
  font-weight: var(--font-bold);
}
@media screen and (max-width: 1260px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 760px) {
  h2 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-left: 1em;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  font-weight: var(--font-regular);
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 760px) {
  p {
    font-size: 14px;
  }
}

a {
  display: block;
  text-decoration: none;
  color: #000;
}
.download-link a {
  text-decoration: underline;
  color: var(--main-color);
  padding-left: 1.5em;
  position: relative;
  width: fit-content;
}
.download-link a::before {
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 9px;
}
.download-link.pdf a::before {
  background-image: url(../img/icon_pdf.svg);
}
.download-link.word a::before {
  background-image: url(../img/icon_word.svg);
}
ul li,
ol li {
  list-style: none;
  line-height: 2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 760.1px) {
  br.br__sp {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  br.br__pc {
    display: none;
  }
}

/* margin調整
----------------------------- */
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.pt0 {
  padding-top: 0;
}
.mb40 {
  margin-bottom: 40px;
}
.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 760px) {
  .mt30 {
    margin-top: 15px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt50 {
    margin-top: 20px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}


/* ----------------------------- */
/* .l-header */
/* ----------------------------- */
.l-header {
  width: 300px;
  min-width: 300px;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px 40px;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1260px) {
  .l-header {
    width: 100%;
    height: 74px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    background: none;
    box-shadow: none;
    position: static;
  }
}
@media screen and (max-width: 760px) {
  .l-header {
    height: 68px;
  }
}

/* .l-header__logo
----------------------------- */
.l-header__logo {
  width: 220px;
  margin-top: 15px;
}
.l-header__logo.for_sp {
  display: none;
}
@media screen and (max-width: 1260px) {
  .l-header__logo {
    width: 180px;
    margin-top: 0 ;
  }
  .l-header__logo.for_sp {
    display: block;
    width: 220px;
    position: absolute;
    top: 20px;
    left: 40px;
  }
}
@media screen and (max-width: 760px) {
  .l-header__logo {
    width: 160px;
    margin-top: 0 ;
  }
  .l-header__logo.for_sp {
    width: 160px;
    top: 10px;
    left: 10px;
  }
}

/* .l-header__nav
----------------------------- */
.l-header__nav > ul {
  padding: 30px 0;
}
.l-header__nav ul li {
  padding: 16px 0;
}
.l-header__nav > ul > li {
  padding-left: 33px;
  position: relative;
}
.l-header__nav > ul > li::before {
  content: "";
  width: 25px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 0;
}

.l-header__nav .interview::before {
  height: 21px;
  background-image: url(../img/icon_microphone.svg);
}
.l-header__nav .support::before {
  background-image: url(../img/icon_hand.svg);
}
.l-header__nav .companies::before {
  background-image: url(../img/icon_building.svg);
}
.l-header__nav .about::before {
  background-image: url(../img/icon_question.svg);
}
.l-header__nav .job_hunting::before {
  background-image: url(../img/icon_bulb.svg);
}
.l-header__nav .contact::before {
  background-image: url(../img/icon_paper-plane.svg);
}
.l-header__nav .appealing::before {
  height: 16px;
  top: 21px;
  background-image: url(../img/icon_check.svg);
}
.l-header__nav a {
  font-size: 18px;
  font-weight: var(--font-medium);
  width: fit-content;
  line-height: 1.4;
}
/* .children */
.l-header__nav ul.children {
	padding: 0;
  padding-left: 1em;
}
.l-header__nav ul.children li {
	list-style-type: disc;
  padding: 6px 0;
}
.l-header__nav ul.children li a {
  font-size: 14px;
}
/* .p-hamburger__button */
.p-hamburger__button {
  display: none;
}
/* .p-mask */
.p-mask {
  display: none;
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 90;
}
.p-mask.is-open {
  display: block;
}

/* .l-header__nav-company 
----------------------------- */
.l-header__nav_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.l-header__nav-company {
  width: 100%;
  margin-top: auto;
  vertical-align: bottom;
}
.l-header__nav-company div {
  padding: 20px 0;
  border-top: 1px solid #E5E5E7;
  width: 100%;
}
.l-header__nav-company a {
  text-align: center;
  margin: auto;
}
.l-header__nav-company p {
  font-size: 16px;
  font-weight: var(--font-regular);
  padding-left: 38px;
  position: relative;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.l-header__nav-company p::before {
  content: "";
  width: 25px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon_user-suit.svg);
  position: absolute;
  top: 8px;
  left: 0;
}

/* .l-header__nav （タブレット・スマホ）
----------------------------- */
@media screen and (max-width: 1260px) {
  /* .p-hamburger__button
  ----------------------------- */
  .p-hamburger__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--main-color);
    cursor: pointer;
    z-index: 110;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .p-hamburger__button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .p-hamburger__button .icon_hamburger {
    width: 28px;
  }
  .p-hamburger__button .icon_close {
    width: 24px;
    display: none;
  }

  /* .l-header__nav_wrap
  ----------------------------- */
  .l-header .l-header__nav_wrap {
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    width: 300px;
    height: 100dvh;
    max-height: 100dvh;
    background: #fff;
    padding: 35px 40px;
    z-index: 100;
    transition: 0.5s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .l-header__nav ul {
    padding: 76px 0 30px;
  }
  .l-header .l-header__nav_wrap.is-open {
    left: 0;
    opacity: 1;
  }
  .l-header .l-header__nav_wrap li a {
  }
}
@media screen and (max-width: 760px) {
  .l-header .l-header__nav_wrap {
    width: 100%;
    box-shadow: none;
    height: auto;
    max-height: 100dvh;
    padding-bottom: 0;
    padding: 30px 30px 0;
    top: -100%;
    left: 0;
  }
  .l-header .l-header__nav_wrap.is-open {
    top: 0;
  }
  .l-header__nav > ul {
    padding: 60px 0 30px;
  }
  .l-header__nav a {
    font-size: 16px;
  }
  .l-header__nav > ul > li {
    padding-left: 38px;
  }
  .l-header__nav > ul > li::before {
    top: 17px;
  }
  .l-header__nav-company a {
    text-align: left;
    margin: 0;
  }
}

/* ----------------------------- */
/* .l-main-contet （右側）
/* ----------------------------- */
.l-main-contet {
  width: calc(100% - 300px);
  margin-left: 300px;
}
@media screen and (max-width: 1260px) {
  .l-main-contet {
    width: 100%;
    margin-left: 0;
  }
}

/* ----------------------------- */
/* .l-main */
/* ----------------------------- */
.l-main {
}

/* .l-main__section
----------------------------- */
.l-main__section {
  position: relative;
}
.l-main__section.bg-wh {
  background: #fff;
}
.l-main__section.bg-bl {
  background: #E6EBEE;
}
.l-main__section::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}
.l-main__section.bg-wh::before {
  border-top: 60px solid #E6EBEE;
  border-right: 60px solid var(--main-color);
}
.l-main__section.bg-bl::before {
  border-top: 60px solid #fff;
  border-right: 60px solid var(--main-color);
}
.l-main__section .wrap {
  padding: 80px 60px;
  max-width: calc(1280px + 120px);
  margin: auto;
}
.l-main__section.pd0 .wrap {
  padding: 0 60px;
}
.l-main__section.pt0 .wrap {
  padding-top: 0;
}
@media screen and (max-width: 1260px) {
  .l-main__section .wrap {
    padding: 36px 4% 40px;
  }
  .l-main__section.pd0 .wrap {
    padding: 0 4%;
  }
  .l-main__section.bg-wh::before {
    border-top: 30px solid #E6EBEE;
    border-right: 30px solid var(--main-color);
  }
  .l-main__section.bg-bl::before {
    border-top: 30px solid #fff;
    border-right: 30px solid var(--main-color);
  }
}

/* ----------------------------- */
/* .p-keyvisual_gr */
/* ----------------------------- */
.p-keyvisual_gr {
  position: relative;
}
@media screen and (max-width: 1260px) {
  .p-keyvisual_gr {
    margin-top: -74px;
  }
}
@media screen and (max-width: 760px) {
  .p-keyvisual_gr {
    margin-top: 0;
  }
}

/* .keyvisual
----------------------------- */
.keyvisual {
  position: absolute;
  top: 0;
  z-index: -100;
  width: 100%;
}
.keyvisual .keyvisual_sp {
  display: none;
}
.small_circle {
  width: calc((100vw - 300px) * 0.13);
  position: absolute;
  top: calc((100vw - 300px) * 0.82);
  right: 0;
}
@media screen and (max-width: 1260px) {
  .keyvisual {
  }
  .small_circle {
    width: 15vw;
    top: 80vw;
  }
}
@media screen and (max-width: 760px) {
  .keyvisual {
    margin-top: 0;
  }
  .keyvisual .keyvisual_pc {
    display: none;
  }
  .keyvisual .keyvisual_sp {
    display: block;
  }
  .small_circle {
    width: 18vw;
    top: 114vw;
  }
}

/* .copy
----------------------------- */
.copy {
  position: absolute;
  top: calc((100vw - 300px) * 0.18);
  left: calc((100vw - 300px) * 0.5);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 40%;
}
.copy_title {
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: var(--font-semibold);
  color: var(--main-color);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: min(calc((100vw - 300px) * 0.04), 60px);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .copy {
    top: 17vw;
    left: 50%;
  }
  .copy_title {
    line-height: 1.25;
    font-size: min(48px, 4.5vw);
  }
}
@media screen and (max-width: 760px) {
  .copy {
    top: 39vw;
  }
  .copy_title {
    font-size: max(4vw, 16px);
  }
}

/* .badge
----------------------------- */
.badge {
  position: absolute;
  width: auto;
  height: auto;
  top: calc((100vw - 300px) * 0.643);
  left: calc(300px + ((100vw - 300px) * 0.17));
  left: calc(((100vw - 300px) * 0.17));
}
.badge img {
  width: min(300px, 17.5vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.badge p {
  width: min(300px, 17.5vw);
  padding-left: 0.1em;
  font-size: min(48px, 2.8vw);
  font-weight: var(--font-bold);
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1260px) {
  .badge {
    top: 65vw;
    left: 16vw;
  }
  .badge img {
    width: min(200px, 22.5vw);
  }
  .badge p {
    width: min(200px, 22.5vw);
    font-size: min(32px, 3.5vw);
  }
}
@media screen and (max-width: 760px) {
  .badge {
    top: 89vw;
    left: 15vw;
  }
  .badge img {
    width: 23vw;
  }
  .badge p {
    width: 23vw;
    font-size: max(16px, 4vw);
  }
}


/* .top_logo
----------------------------- */
.l-main__section.top_logo .wrap {
  padding-top: 20px;
}
.flex_top {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 36px;
}
.top_logo .logo_action {
  width: 120px;
}
.top_logo .logo_cci {
  width: 230px;
}

@media screen and (max-width: 1260px) {
  .l-main__section.top_logo {
    padding-top: 74px;
  }
  .l-main__section.top_logo .wrap {
    padding-top: 10px;
  }
  .flex_top {
    gap: 20px;
  }
  .top_logo .logo_action {
    width: 80px;
  }
  .top_logo .logo_cci {
    width: 154px;
  }
}
@media screen and (max-width: 760px) {
  .l-main__section.top_logo {
    padding-top: 0;
  }
  .flex_top {
    gap: 17px;
    margin-bottom: 10px;
  }
  .top_logo .logo_action {
    width: 56px;
  }
  .top_logo .logo_cci {
    width: 104px;
  }
}

/* .description
----------------------------- */
.description .wrap {
  padding-top: calc(((100vw - 300px) * 0.7) - 20px);
}
.description_title {
  font-size: min(48px, 2.8vw);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: var(--font-bold);
  color: var(--main-color);
  width: fit-content;
  margin-bottom: 0.5em;
}
.description_text {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: var(--font-medium);
  color: var(--main-color);
}
.description_text br {
  display: none;
}
.overview_pdf {
  margin-top: 30px;
}
.overview_pdf a {
  width: fit-content;
  transition: 0.3s all;
}
.overview_pdf a:hover {
  transform: translateY(-5px);
}
.overview_pdf .flex {
  justify-content: center;
  gap: 10px;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid var(--main-color);
}
.overview_pdf .icon_download {
  width: 16px;
}
.overview_pdf p {
  line-height: 1.8;
}
@media screen and (max-width: 1600px) and (min-width: 1260.1px) {
  .description_text br:last-child {
    display: inline;
  }
}
@media screen and (max-width: 1260px) {
  .description .wrap {
    padding-top: calc(71vw - 69px);
  }
  .description_title {
    font-size: 32px;
  }
  .description_text {
    font-size: 18px;
  }
  .overview_pdf {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .description_text br:last-child {
    display: inline;
  }
}
@media screen and (max-width: 760px) {
  .description .wrap {
    padding-top: calc(100vw - 38px);
  }
  .description_title {
    font-size: max(min(28px, 3vw), 20px);
  }
  .description_text br {
    display: inline;
  }
  .description_text {
    font-size: 12px;
    margin-top: 10px;
  }
  .overview_pdf {
    margin-top: 10px;
  }
  .overview_pdf .icon_download {
    width: 12px;
  }
  .overview_pdf p {
    font-size: 12px;
  }
}

/* .number
----------------------------- */
.number .flex {
  justify-content: start;
  gap: 40px;
  flex-wrap: nowrap;
  align-items: center;
}
.number img {
  width: 200px;
}
p.number_intro {
  font-size: 18px;
  font-weight: var(--font-medium);
  line-height: 1.8;
}
p.number_number {
  font-size: 22px;
  font-weight: var(--font-medium);
  line-height: 1.35;
}
p.number_number span {
  font-size: 32px;
  font-weight: var(--font-bold);
  color: var(--main-color);
  line-height: 1.35;
}
p.number_attention {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 0.5em;
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 760px) {
  .number .flex {
    justify-content: start;
    gap: 20px;
  }
  .number img {
    width: 100px;
  }
  p.number_intro {
    font-size: 12px;
  }
  p.number_number {
    font-size: 16px;
  }
  p.number_number span {
    font-size: 24px;
  }
  p.number_attention {
    font-size: 10px;
  }
}

/* .voice
----------------------------- */
.voice h2 {
  font-size: min(2.8vw, 48px);
  text-align: center;
  margin-left: 0;
}
.voice h2 span {
  font-size: 1.3em;
  padding: 0 0.5em;
}
.voice .wrap>p {
  text-align: center;
  line-height: 1.6;
}
.voice .yellow_box {
  border-radius: 10px;
  background: #FFF5D7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.voice .yellow_box p {
  color: #008233;
  padding: 15px 20px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 760.1px) {
.voice img.img_sp {
  display: none;
}
}
@media screen and (max-width: 1260px) {
  .voice h2 {
    font-size: 30px;
  }

}
@media screen and (max-width: 760px) {
  .voice h2 {
    font-size: min(3.5vw, 30px);
  }
  .voice img.img_pc {
    display: none;
  }
  .voice .yellow_box p {
    padding: 12px 15px;
    text-align: left;
  }

}


/* ----------------------------- */
/* .c-card
/* ----------------------------- */
.c-card {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  margin: 40px 0;
}
.c-card:last-child {
  margin-bottom: 0;
}
.bg-wh .c-card {
  border: 1px solid #E6EBEE;
  box-shadow: #E6EBEE 6px 6px 0;
}
.c-card h3 {
  background: var(--main-color);
  color: #fff;
  line-height: 2;
  padding: 0 17px;
  border-radius: 10px;
  margin-bottom: 33px;
}
.c-card > h4 {
  color: #000;
  line-height: 1.5;
  padding: 12px 20px;
  border-bottom: 1px solid var(--main-color);
  width: fit-content;
  margin: 15px 0;
}
.c-card ol {
  margin: 10px 0;
  counter-reset: cnt;
}
.c-card ol li {
  position: relative;
  padding-left: 2.2em;
  counter-increment: cnt;
  margin-bottom: 0.8em;
}
.c-card ol li::before {
  content: "（" counter(cnt) "）";
  color: var(--main-color);
  font-weight: var(--font-bold);
  position: absolute;
  left: 0;
  line-height: 1.6;
}
.c-card ol li p {
  line-height: 1.6;
}
.c-card ul {
  margin: 10px 0;
}
.c-card ul li {
  position: relative;
  padding-left: 1.3em;
  line-height: 2;
  font-size: 16px;
}
.c-card ul li::before {
  content: "●";
  color: var(--main-color);
  font-size: 1em;
  font-weight: var(--font-bold);
  position: absolute;
  left: 0;
}
.c-card ol:last-child,
.c-card ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .c-card {
    padding: min(4vw, 20px);
    margin: 20px 0;
    position: relative;
  }
  .c-card h3 {
    padding: 0 17px;
    margin-bottom: 15px;
  }
  .c-card > h4 {
    padding: 8px 12px;
    margin: 10px 0;
  }
  .c-card ul li {
    font-size: 14px;
  }
}

/* .interview
----------------------------- */
.interview-list {
  margin: 30px 0 20px;
  gap: 40px;
  justify-content: start;
}
.interview-list > * {
  width: 30%;
}
.interview-card {
  height: 100%;
  border-radius: 20px;
  padding: 20px;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
}
.interview-card:hover {
  transform: translateY(-5px);
}
.interview-card .thumbnail {
  margin-bottom: 20px;
}
.interview-card .thumbnail img {
  border-radius: 8px;
}
.interview-card .name {
  font-size: 20px;
  font-weight: var(--font-bold);
  padding-left: 25px;
  position: relative;
}
.interview-card .name::before {
  content: "▶";
  width: 20px;
  width: 20px;
  border-radius: 5px;
  background: var(--main-color);
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
}
.interview-card .category {
  font-size: 12px;
  font-weight: var(--font-medium);
  color: #666;
}
.interview-card .address {
  font-size: 16px;
}
@media screen and (max-width: 1260px) {
  .interview-list-box {
    margin: 0 -4%;
  }
  /* カルーセル */
  .interview-list {
    flex-wrap: nowrap;
    width: fit-content;
    padding-bottom: 10px;
  }
  .interview-list {
    width: 100%;
  }
  .interview-list > * {
    width: 100%;
  }
  .interview-card {
    width: 300px;
    /* margin: 10px 40px 10px 0; */
    margin: 10px 20px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #D9D9D9;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button:before {
    background: var(--main-color);
    opacity: 1;
  }
  .slick-dots > li:only-child {
    display: none;
  }
}
@media screen and (min-width: 760.1px) {
  br.br_interview {
    display: none;
  }
}
@media screen and (min-width: 1260.1px) and (max-width: 1300px) {
  br.br_interview {
    display: inline;
  }
}

/* .support
----------------------------- */
.support_pattern {
  width: 100%;
  background: #fff;
  border: 10px solid #E6F7EE;
  border-radius: 10px;
  padding: 40px 20px;
}
.support_pattern p.support_pattern_title {
  font-size: 24px;
  font-weight: var(--font-bold);
  line-height: 1.5;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 1.5em;
}
.support_pattern .flex {
  justify-content: space-evenly;
}
.support_pattern .support_pattern_item {
  width: 38%;
}
.support_pattern .support_pattern_item h3 {
  margin-top: 2em;
  color: var(--main-color);
  font-size: 16px;
}
.support_pattern .support_pattern_item p a {
  display: inline;
  color: var(--main-color);
  text-decoration: underline;
}
.support_pattern .support_pattern_item p a:hover {
  text-decoration: none;
}
.support_pattern .support_pattern_item p:first-of-type {
  padding-top: 1em;
}
.support_pattern .support_line {
  width: 1px;
  border-right: 1px solid #C7D0D5;
}

@media screen and (max-width: 1260px) {
  .merit h2 {
    font-size: 30px;
  }
  .img_merits .merit-card {
    padding: 20px 10px 40px;
  }
  .merit-card img {
    height: 150px;
    margin: 10px 0 20px;
  }
  .merit-card .merit_description {
    font-size: min(2.6vw, 22px);
  }
}
@media screen and (max-width: 760px) {
  .merit h2 {
    font-size: min(4vw, 30px);
  }
  .flex.img_merits {
    margin-bottom: 20px;
    gap: 20px;
  }
  .flex.img_merits > * {
    width: 90%;
    max-width: 450px;
    margin: auto;
  }
  .merit-card .merit_title {
    font-size: 18px;
    border-radius: 0 10px 0 0;
  }
  .merit-card .merit_description {
    font-size: 18px;
  }
  .support_pattern {
    width: 100%;
    max-width: 600px;
    padding: 20px;
  }
  .support_pattern .flex > * {
    width: 100%;
    max-width: 380px;
    margin: auto;
  }
  .support_pattern p.support_pattern_title {
    font-size: 18px;
  }
  .support_pattern .support_pattern_item h3 {
    font-size: 14px;
  }
  .support_pattern .support_line {
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #C7D0D5;
    margin: 30px 0;
  }
}

/* .companies
----------------------------- */
.companies h3 {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 30px;
}
.companies h3::before {
  content: "";
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.companies h3.companies_search_title::before {
  background-image: url(../img/icon_search.svg);
}
.companies h3.companies_list_title::before {
  background-image: url(../img/icon_search_results.svg);
}
.companies_list_title .small {
  font-size: 18px;
}
.companies_list_title .thin {
  font-weight: var(--font-regular);
}
/* 検索機能 */
.companies_type_list {
  gap: 10px;
  justify-content: start;
}
.companies_type_list li {
  background: #fff;
  border-radius: 30px;
  border: 1px #00A84D solid;
  font-size: 14px;
  font-weight: var(--font-medium);
  line-height: 1.2;
}
.companies_type_list li:has(input:checked) {
  background: #00A84D;
}
.companies_type_list li input[type="radio"] {
  display: none;
}
.companies_type_list li label {
  display: inline-block;
  padding: 10px 14px;
}
.companies_type_list li label:hover {
  cursor: pointer;
}
/* 検索結果 */
.company_detail {
  background: #fff;
  margin: 10px 0;
  padding: 0 20px;
  border-radius: 10px;
}
.company_detail .detail_top {
  padding: 15px 20px;
  margin: 0 -20px;
}
.company_detail .detail_top:hover {
  cursor: pointer;
}
.company_detail .company_type {
  background: #E6F7EE;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 16px;
  width: fit-content;
  line-height: 1.2;
  margin-bottom: 10px;
}
.company_detail a {
  text-decoration: underline;
  position: relative;
  width: fit-content;
  padding-right: 1.5em;
  line-height: 1;
}
.company_detail a:hover {
  text-decoration: none;
}
.company_detail a::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../img/icon_newtag.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.company_detail dl {
  margin-bottom: 14px;
}
.company_detail dl:last-child {
  margin-bottom: 0;
}
.company_detail dt {
  color: var(--main-color);
  font-weight: var(--font-bold);
  font-size: 14px;
}
.company_detail dd {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .companies h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .companies_list_title .small {
    font-size: 14px;
  }
  /* 検索機能 */
  .companies_type_list {
    gap: 10px;
  }
  .companies_type_list li {
    font-size: 12px;
  }
  .companies_type_list li label {
    padding: 9px 13px;
  }
  /* 検索結果 */
  .company_detail {
    margin: 5px 0;
    padding: 0 15px;
  }
  .company_detail .detail_top {
    padding: 10px 15px;
    margin: 0 -15px;
  }
  .company_detail .company_type {
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .company_detail dt {
    font-size: 12px;
  }
  .company_detail dd {
    font-size: 14px;
  }
}

/* .company_detail アコーディオン部分 */
.company_detail .detail_hide {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding: 0;
  border: none;
  border-color: #E6EBEE;
}
.company_detail .detail_hide.open {
  height: auto;
  padding: 15px 0 20px;
  border-top: 1px #E6EBEE solid;
}
.company_detail .detail_top {
  position: relative;
}
.company_detail .detail_top::after {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 2px var(--main-color) solid;
  border-right: 2px var(--main-color) solid;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.5s;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
}
.company_detail:has(.detail_hide.open) .detail_top::after {
  transform: translate(0) rotate(-135deg);
  -webkit-transform: translate(0) rotate(-135deg);
  -ms-transform: translate(0) rotate(-135deg);
}
@media screen and (max-width: 760px) {
  .company_detail .detail_hide.open {
    padding: 10px 0 15px;
  }
  .company_detail .detail_top::after {
    width: 12px;
    height: 12px;
    right: 25px;
  }
}


/* .about
----------------------------- */
@media screen and (min-width: 800.1px) {
  br.br_about {
    display: none;
  }
}
@media screen and (min-width: 1260.1px) and (max-width: 1400px) {
  br.br_about {
    display: inline;
  }
}


/* .job_hunting
----------------------------- */
.job_hunting_list.flex {
  gap: 20px;
}
.job_hunting_list a {
  display: block;
  height: 100%;
  padding: auto;
}
.job_hunting_box {
  background: #fff;
  border-radius: 10px;
  width: 48%;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.job_hunting_box:hover {
  transform: translateY(-5px);
}
.job_hunting_box .flex {
  padding: 20px;
  min-height: 91px;
  height: 100%;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  justify-content: start;
}
.job_hunting_box img {
  width: 120px;
}
.job_hunting_box p {
  line-height: 1.4;
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 960px) {
  .job_hunting_box {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .job_hunting_list.flex {
    gap: 15px;
  }
  .job_hunting_box {
  }
  .job_hunting_box .flex {
    min-height: 81px;
    padding: 15px;
    gap: 15px;
  }
}

/* .contact
----------------------------- */
.contact {
}
.contact p {
  line-height: 1.5;
}
.contact .wrap > .flex > div:first-child {
  width: 20%;
  margin: auto 0;
}
.contact-link {
  width: 38%;
  justify-content: center;
  align-items: center;
  background: #E6EBEE;
  border-radius: 10px;
  transition: 0.3s all;
}
.contact-link:hover {
  transform: translateY(-5px);
}
.contact-link a {
  height: 100%;
}
.contact-link .flex {
  height: 100%;
  padding: 20px 15px;
  justify-content: center;
  align-items: center;
  gap: 15px min(2vw, 30px);
}
.contact .reception {
  font-size: 24px;
  font-size: min(1.6vw, 24px);
  font-weight: var(--font-bold);
}
.contact .phone_number {
  font-size: 36px;
  font-size: min(2.4vw, 36px);
  font-weight: var(--font-bold);
}
.contact .reception_hours {
  font-size: 14px;
} 
.contact .email {
  font-size: 20px;
} 
.contact img {
  width: 55px;
}
@media screen and (max-width: 1260px) and (min-width: 760.1px) {
}
@media screen and (max-width: 1260px) {
  .contact .wrap > .flex {
    flex-direction: column;
    gap: 25px;
  }
  .contact .wrap > .flex > * {
    width: 500px !important;
  }
  .contact .reception {
    font-size: 24px;
  }
  .contact .reception br {
    display: none;
  }
  .contact .phone_number {
    font-size: 36px;
  }
}
@media screen and (max-width: 760px) {
  .contact .wrap > .flex {
    gap: 15px;
  }
  .contact .wrap > .flex > * {
    width: 100% !important;
  }
  .contact-link .flex {
    padding: 15px;
  }
  .contact .reception {
    font-size: 14px;
  }

  .contact .phone_number {
    font-size: 24px;
  }
  .contact .reception_hours {
    font-size: 12px;
  } 
  .contact .email {
    font-size: 16px;
  } 
  .contact img {
    width: 38px;
  }
}

/* .appealing
----------------------------- */
.appealing .flex > .appealing-point {
  width: 30%;
}
.appealing .flex > .appealing-line {
  width: 1px;
  border-right: 1px solid #E6E6E6;
}
.appealing img {
  height: 180px;
  max-width: 90%;
  display: block;
  margin: 8px auto 0;
}
.appealing-point:first-child img {
  height: 200px;
}
.c-card ul.check-list li {
  padding-left: 1.5em;
}
.c-card ul.check-list li::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(../img/icon_check_gr.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.55em;
}
@media screen and (max-width: 1260px) {
  .appealing img {
    height: 160px;
  }
  .appealing-point:first-child img {
    height: 180px;
  }
}
@media screen and (max-width: 1160px) {
  .appealing .flex {
    gap: 30px;
  }
  .appealing .flex > .appealing-point {
    width: 100%;
  }
  .appealing .flex > .appealing-line {
    width: 100%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
  }
}
@media screen and (max-width: 760px) {
  .appealing .flex {
    gap: 20px;
  }
  .appealing img {
    height: 120px;
  }
  .appealing-point:first-child img {
    height: 130px;
  }
}


/* ----------------------------- */
/* .l-footer */
/* ----------------------------- */
.l-footer {
  position: relative;
}
.l-footer .wrap {
  padding: 0 40px 40px;
  max-width: calc(1280px + 80px);
  margin: auto;
}
.l-footer .l-footer__line {
}
.l-footer .wrap > .flex {
  justify-content: start;
  gap: 30px;
}
.l-footer .wrap > .flex > * {
}
.l-footer .wrap > .flex > *:nth-child(1) {
}
.l-footer .wrap > .flex > *:nth-child(2) {
  margin-right: auto;
}
.l-footer .wrap > .flex > *:nth-child(3) {
  margin-left: auto;
}
.l-footer .kitakyushu a {
  margin-bottom: 12px;
}
.l-footer .logo_city {
  width: 128px;
}
.l-footer .logo_cci {
  width: 198px;
}
.l-footer .kitakyushu p {
  font-size: 12px;
  line-height: 1.8;
}
.l-footer .kitakyushu p.emphasis {
  font-size: 14px;
  letter-spacing: -0.055em;
}
.l-footer .shigomaru .flex {
  justify-content: end;
  margin-bottom: 20px;
  gap: 20px 35px;
}
.l-footer .l-footer__banner {
  width: 150px;
  height: 50px;
}
.l-footer .l-footer__banner.logo_shigomaru,
.l-footer .l-footer__banner.logo_kitakyushu_life {
  background: #fff;
  border: 1px solid #E6EBEE;
}
.l-footer .l-footer__banner a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer .l-footer__banner img {
  display: block;
  height: 31px;
}
.l-footer .l-footer__banner.logo_kitakyushu_life img {
  height: 36px;
}
.l-footer .tel {
  display: flex;
}

.copyright {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 1400px) and (min-width: 1260.1px) {
  .l-footer .shigomaru .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1160px) {
  .l-footer .shigomaru {
    width: 100%;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    margin-top: -10px;
  }
  .l-footer .shigomaru .flex {
    justify-content: start;
  }
}
@media screen and (max-width: 760px) {
  .l-footer .wrap {
    padding: 0 4vw 20px;
    margin: auto;
  }
  .l-footer .wrap > .flex > *:nth-child(1),
  .l-footer .wrap > .flex > *:nth-child(2) {
    width: 100%;
  }
  .l-footer .shigomaru .flex {
    margin-bottom: 10px;
    gap: 20px;
  }
}


/* ----------------------------- */
/* .modal
/* ----------------------------- */
.modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, .2);
  padding: 40px;
  z-index: 9999;
  overflow-y: scroll;
}
.modal-card {
  max-width: 1280px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
}
.modal-card h2 {
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 0;
}
.modal-card h3 {
  background: var(--main-color);
  color: #fff;
  line-height: 2; 
  padding: 0 17px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.modal-card .category_and_address {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.modal-card .category_and_address .category {
  color: #666;
  padding-right: 1em;
}
.modal-card .profile {
  padding: 20px 40px;
  border-radius: 10px;
  background: #E6EBEE;
  margin-bottom: 40px;
}
.modal-card .profile .flex {
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.modal-card .profile .profile_img {
  max-width: 450px;
}
.modal-card .profile dl {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
}
.modal-card .profile dl dt {
  font-weight: var(--font-semibold);
  font-size: 14px;
}
.modal-card .profile dl dd {
  font-size: 16px;
}
.modal-card .flex {
  gap: 20px;
}
.modal-card .flex:not(:last-child) {
  margin-bottom: 30px;
}
.modal-flex__text {
  width: calc(100% - 450px - 40px);
}
.modal-flex__img {
  width: 450px;
}
.modal-flex__img figcaption {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.modal-card .date {
  font-size: 14px;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 1060px) {
  .modal-card .profile .profile_img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .modal-card .profile .profile_text {
    width: 100%;
  }
  .modal-flex__text {
    width: 100%;
  }
  .modal-flex__img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) {
  .modal-area {
    padding: 40px 4vw 30px;
  }
  .modal-card {
    padding: 20px 20px;
  }
  .modal-card h2 {
    font-size: 24px;
    margin-left: 0;
  }
  .modal-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .modal-card .category_and_address {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal-card .category_and_address .category {
    display: block;
  }
  .modal-card .profile {
    padding: 14px 20px;
    margin-bottom: 20px;
  }
  .modal-card .profile dl {
    gap: 14px;
  }
  .modal-card .profile dl dt {
    font-size: 12px;
  }
  .modal-card .profile dl dd {
    font-size: 14px;
  }
  .modal-flex__img figcaption {
    font-size: 12px;
  }
}

/* .modal-close
----------------------------- */
.modal-close {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
.modal-close img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 760px) {
  .modal-close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px;
  }
  .modal-close img {
    width: 16px;
    height: 16px;
  }
}