@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #000;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.u-en {
  font-family: "Noto Sans JP", sans-serif;
}

.u-min {
  font-family: "Noto Serif JP", serif;
}

.l-wrapper {
  overflow: clip;
}

.cf:before,
#header:before,
.cf:after,
#header:after {
  content: "";
  display: table;
  zoom: 1;
}

.cf:after,
#header:after {
  clear: both;
}

@media print, screen and (min-width: 768px) {
  #header {
    width: 950px;
    margin: 0 auto;
    padding: 27px 0 23px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 20px;
  }
  #header img {
    width: 240px;
  }
}
#header h1 {
  float: left;
}

#header .btn {
  float: right;
  margin-bottom: 0;
  padding-top: 5px;
}

#footer {
  margin-top: 70px;
  padding: 23px 0;
  background-color: #202020;
}

#footer p {
  margin-bottom: 0;
  color: #fff;
  font-size: 10px;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 768px) {
  .l-main {
    position: relative;
  }
  .l-inner {
    position: relative;
    width: 950px;
    margin: 0 auto;
  }
  .p-group-hero {
    position: relative;
    height: 400px;
    overflow: hidden;
  }
  .p-group-hero ._bg {
    position: absolute;
    inset: 0;
  }
  .p-group-hero ._bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-group-hero ._inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 400px;
  }
  .p-group-hero ._label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 20px 30px;
    border-radius: 20px;
    background: #fff;
    color: #222;
    text-align: center;
    letter-spacing: 3.84px;
    white-space: nowrap;
  }
  .p-group-hero ._en {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
  }
  .p-group-hero ._title {
    margin: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
  }
  .p-group-hero ._title strong {
    color: #397611;
    font-weight: 700;
  }
  .p-group-companies {
    position: relative;
    overflow: hidden;
    padding: 40px 0 120px 0;
    background: #f4fafd;
  }
  .p-group-companies ._bg {
    position: absolute;
  }
  .p-group-companies ._bg.is-intro {
    top: 0;
    left: 0;
    right: 0;
  }
  .p-group-companies ._bg.is-companies {
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
  }
  .p-group-companies ._bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-group-companies ._intro {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    text-align: center;
  }
  .p-group-companies ._intro p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .p-group-companies ._head {
    position: relative;
    z-index: 1;
    margin: 30px auto 0;
  }
  .p-group-companies ._grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 460px);
    gap: 30px;
    margin-top: 30px;
  }
  .c-section-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .c-section-head h2 {
    margin: 0;
    color: #397611;
    font-size: 24px;
    line-height: 30.1px;
    font-weight: 700;
    white-space: nowrap;
  }
  .c-section-head ._line {
    display: flex;
    width: 100px;
    height: 5px;
  }
  .c-section-head ._line span {
    display: block;
    width: 50px;
    height: 5px;
    background: #397611;
  }
  .c-section-head ._line span + span {
    background: #60CC1A;
  }
  .c-company-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 460px;
    border-radius: 20px;
    padding: 20px 40px 40px 40px;
    background: rgba(255, 255, 255, 0.8);
  }
  .c-company-card ._logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-company-card ._logo img {
    width: 300px;
    height: auto;
    mix-blend-mode: multiply;
  }
  .c-company-card ._body {
    margin-top: 10px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }
  .c-company-card ._text {
    width: 380px;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .c-detail-btn {
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 30px;
    padding: 0 14px 0 13px;
    border-radius: 15px;
    background: #276534;
    color: #fff;
  }
  .c-detail-btn img {
    width: 14px;
    height: 14px;
  }
  .c-detail-btn span {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    white-space: nowrap;
  }
  .p-group-links {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 60px 0 0 0;
  }
  .c-link-pill {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 58px;
    padding: 15px 48px;
    border-radius: 999px;
    background: #276534;
    color: #fff;
  }
  .c-link-pill img {
    position: absolute;
    top: 16px;
    left: 17px;
    width: 24px;
    height: 24px;
  }
  .c-link-pill span {
    color: #fff;
    font-size: 16px;
    line-height: 27.6px;
    font-weight: 700;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
    margin: 0 20px;
  }
  .p-group-hero {
    position: relative;
    height: 220px;
    overflow: hidden;
  }
  .p-group-hero ._bg {
    position: absolute;
    inset: 0;
  }
  .p-group-hero ._bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-group-hero ._inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 220px;
  }
  .p-group-hero ._label {
    padding: 16px 20px;
    border-radius: 14px;
    background: #fff;
    letter-spacing: 0.12em;
  }
  .p-group-hero ._en {
    margin: 0 0 8px;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
  }
  .p-group-hero ._title {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }
  .p-group-hero ._title strong {
    color: #397611;
    font-weight: 700;
  }
  .p-group-companies {
    position: relative;
    overflow: hidden;
    padding: 34px 0 44px;
    background: #f4fafd;
  }
  .p-group-companies ._bg {
    position: absolute;
    pointer-events: none;
  }
  .p-group-companies ._bg.is-intro {
    top: 0;
    left: 0;
    right: 0;
  }
  .p-group-companies ._bg.is-companies {
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
  }
  .p-group-companies ._bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-group-companies ._intro {
    position: relative;
    z-index: 1;
    margin: 0 20px;
    padding: 28px 0;
    text-align: center;
  }
  .p-group-companies ._intro p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .p-group-companies ._intro p br {
    display: none;
  }
  .p-group-companies ._head {
    position: relative;
    z-index: 1;
    margin-top: 22px;
  }
  .p-group-companies ._grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    margin-top: 24px;
  }
  .c-section-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .c-section-head h2 {
    margin: 0;
    color: #397611;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
  }
  .c-section-head ._line {
    display: flex;
    width: 100px;
    height: 5px;
  }
  .c-section-head ._line span {
    display: block;
    width: 50px;
    height: 5px;
    background: #397611;
  }
  .c-section-head ._line span + span {
    background: #202020;
  }
  .c-company-card {
    overflow: hidden;
    border-radius: 18px;
    padding: 10px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.86);
  }
  .c-company-card ._logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    background: #fff;
  }
  .c-company-card ._logo img {
    max-width: 78%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .c-company-card ._text {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .c-detail-btn,
  .c-link-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #276534;
    color: #fff;
  }
  .c-detail-btn {
    gap: 7px;
    width: 132px;
    height: 30px;
    margin-left: auto;
    border-radius: 15px;
  }
  .c-detail-btn img {
    width: 14px;
    height: 14px;
  }
  .c-detail-btn span {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
  }
  .p-group-links {
    display: grid;
    gap: 14px;
    padding: 60px 20px 0 20px;
  }
  .c-link-pill {
    position: relative;
    height: 54px;
    border-radius: 999px;
  }
  .c-link-pill img {
    position: absolute;
    top: 15px;
    left: 24px;
    width: 24px;
    height: 24px;
  }
  .c-link-pill span {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }
}
