@charset "UTF-8";
@media screen and (max-width: 1239px) {
  body {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

@media screen and (max-width: 374px) {
  body {
    font-size: 1rem;
  }
}

/************************************************
    グループ概要
*************************************************/
.company-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40fr 22fr 31fr 21fr 14fr;
  grid-template-columns: 40fr 22fr 31fr 21fr 14fr;
  -ms-grid-rows: 324fr 96fr 190fr 140fr auto;
  grid-template-rows: 324fr 96fr 190fr 140fr auto;
  padding-top: 147px;
}

@media screen and (max-width: 767px) {
  .company-summary {
    display: block;
  }
}

.company-summary::before {
  content: '';
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3 / 6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  grid-row: 2 / 6;
  display: block;
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .company-summary::before {
    content: none;
  }
}

.company-summary__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  text-align: right;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 1;
  margin-top: -4.5em;
}

@media screen and (max-width: 767px) {
  .company-summary__title {
    text-align: center;
  }
}

.company-summary__title::before {
  content: 'COM\APANY';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10rem;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.4em;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
  white-space: pre;
  display: block;
  margin: 0 -0.4em 0.2em 0;
}

@media screen and (max-width: 767px) {
  .company-summary__title::before {
    content: 'COMPANY';
    font-size: 3.5rem;
  }
}

.company-summary__photo01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company-summary__photo01 {
    margin-top: 5em;
  }
}

.company-summary__photo02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
  width: 100%;
}

.company-summary__logo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / 6;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  transform: translate(12px, -25px);
}
@media screen and (min-width: 1240px) {
  .company-summary__logo {
    grid-row: 5;
    padding: 6.5em 0 9.6em;
    transform: translate(12px, -25px);
  }
}

@media screen and (max-width: 1239px) {
  .company-summary__logo {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .company-summary__logo {
    display: block;
    margin: 6.5em auto 0;
  }
}

.company-summary__txt {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / 5;
  -ms-grid-row: 5;
  grid-row: 5;
  padding: 6.5em 0 9.6em;
}

@media screen and (max-width: 767px) {
  .company-summary__txt {
    padding: 6.5em 20px;
  }
}

.company-summary__catch {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.company-summary__catch::before, .company-summary__catch::after {
  content: '';
  display: block;
}

.company-summary__catch::before {
  margin-top: calc((1.5 - 1) / 2 * -1em);
}

.company-summary__catch::after {
  margin-bottom: calc((1.5 - 1) / 2 * -1em);
}

.company-summary__content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 2.42857;
  margin-top: 3.28571em;
}

.company-summary__content::before, .company-summary__content::after {
  content: '';
  display: block;
}

.company-summary__content::before {
  margin-top: calc((2.42857 - 1) / 2 * -1em);
}

.company-summary__content::after {
  margin-bottom: calc((2.42857 - 1) / 2 * -1em);
}

/************************************************
    BOY GROUP
*************************************************/
.company-group {
  max-width: 1000px;
  padding: 13.7em 140px 16em;
  margin: 0 auto;
}

@media screen and (max-width: 1239px) {
  .company-group {
    padding: 13.7em 30px 16em;
  }
}

@media screen and (max-width: 767px) {
  .company-group {
    padding: 13.7em 20px 16em;
  }
}

.company-group__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.6em;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
}

@media screen and (max-width: 767px) {
  .company-group__title {
    font-size: 3.2em;
  }
}

.company-group__list {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 8em;
}

@media screen and (max-width: 767px) {
  .company-group__list {
    margin-top: 6em;
  }
}

.company-group__list:nth-of-type(n+2) {
  margin-top: 16em;
}

@media screen and (max-width: 767px) {
  .company-group__list:nth-of-type(n+2) {
    margin-top: 10em;
  }
}

.company-group__list dt {
  line-height: 2;
}

.company-group__list > dt {
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto auto auto 1fr;
  grid-template-columns: repeat(4, auto);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  justify-content: center;
  padding: 2em 0;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 1239px) {
  .company-group__list > dt {
    -ms-grid-columns: 1fr auto auto 1fr;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .company-group__list > dt {
    display: block;
  }
}

.company-group__list > dt p {
  -ms-grid-row: 1;
  margin: 0 1.575em;
}

.company-group__list > dt p:nth-child(1) {
  -ms-grid-column: 2;
}

.company-group__list > dt p:nth-child(2) {
  -ms-grid-column: 3;
}

.company-group__list > dt p:nth-child(3) {
  -ms-grid-column: 4;
}

.company-group__list > dt p:nth-child(4) {
  -ms-grid-column: 5;
}

@media screen and (max-width: 1239px) {
  .company-group__list > dt p:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .company-group__list > dt p:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
}

@media screen and (max-width: 767px) {
  .company-group__list > dt p {
    text-align: center;
    margin: 0;
  }
}

.company-group__list dd {
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 1.1rem 0;
}

.company-group__list dd dl {
  padding: 2.5rem 0;
  border-bottom: 1px dotted #000;
}

.company-group__list dd dt {
  padding: 1.1rem 0;
}

.company-group__list > dd {
  padding: 0;
}

.company-group__list a {
  text-decoration: underline;
}

.company-group__list a[href^="tel:"] {
  text-decoration: none;
}

.company-group__note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  padding-left: 0.05em;
  margin-top: 5.71429em;
}

.company-group__note::before, .company-group__note::after {
  content: '';
  display: block;
}

.company-group__note::before {
  margin-top: calc((2 - 1) / 2 * -1em);
}

.company-group__note::after {
  margin-bottom: calc((2 - 1) / 2 * -1em);
}

@media screen and (max-width: 767px) {
  .company-group__note {
    text-align: left;
  }
}

.company-group a.btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  padding: 1.85714em 0;
  margin-top: 5.71429em;
}

.company-group01 > dd > dl:first-of-type,
.company-group02 dd dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto 1fr;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  justify-content: center;
}

.company-group01 > dd > dl:first-of-type dt,
.company-group02 dd dl dt {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:first-of-type dt,
  .company-group02 dd dl dt {
    -ms-grid-column: 1;
  }
}

.company-group01 > dd > dl:first-of-type dd,
.company-group02 dd dl dd {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:first-of-type dd,
  .company-group02 dd dl dd {
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:first-of-type,
  .company-group02 dd dl {
    -ms-grid-columns: 41fr 59fr;
    grid-template-columns: 41fr 59fr;
  }
  .company-group01 > dd > dl:first-of-type dt,
  .company-group02 dd dl dt {
    padding-left: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:first-of-type,
  .company-group02 dd dl {
    display: block;
  }
}

.company-group01 > dd > dl:first-of-type dt, .company-group01 > dd > dl:first-of-type dd,
.company-group02 dd dl dt,
.company-group02 dd dl dd {
  margin: 0 1.28571em;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:first-of-type dt, .company-group01 > dd > dl:first-of-type dd,
  .company-group02 dd dl dt,
  .company-group02 dd dl dd {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:first-of-type dd,
  .company-group02 dd dl dd {
    padding-left: 0.8rem;
  }
}

.company-group01 > dd > dl:nth-of-type(2),
.company-group01 > dd > dl:nth-of-type(4) {
  display: -ms-grid;
  display: grid;
  /* grid-template-columns: 385fr 615fr; */
  -ms-grid-columns: 340fr 660fr;
  grid-template-columns: 340fr 660fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:nth-of-type(2),
  .company-group01 > dd > dl:nth-of-type(4) {
    -ms-grid-columns: 41fr 59fr;
    grid-template-columns: 41fr 59fr;
  }
  .company-group01 > dd > dl:nth-of-type(2) dt,
  .company-group01 > dd > dl:nth-of-type(4) dt {
    padding-left: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:nth-of-type(2),
  .company-group01 > dd > dl:nth-of-type(4) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:nth-of-type(2),
  .company-group01 > dd > dl:nth-of-type(4) {
    padding: 2.5rem 0;
  }
}

.company-group01 > dd > dl:nth-of-type(2) > dt,
.company-group01 > dd > dl:nth-of-type(4) > dt {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  padding: 4.3rem 0 4.3rem 3rem;
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:nth-of-type(2) > dt,
  .company-group01 > dd > dl:nth-of-type(4) > dt {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}

.company-group01 > dd > dl:nth-of-type(2) > dd,
.company-group01 > dd > dl:nth-of-type(4) > dd {
  padding: 0;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl,
.company-group01 > dd > dl:nth-of-type(4) > dd > dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 3.2rem 0;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:nth-of-type(2) > dd > dl,
  .company-group01 > dd > dl:nth-of-type(4) > dd > dl {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:nth-of-type(2) > dd > dl,
  .company-group01 > dd > dl:nth-of-type(4) > dd > dl {
    padding: 1.6rem 0;
    border: none;
  }
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl:last-of-type,
.company-group01 > dd > dl:nth-of-type(4) > dd > dl:last-of-type {
  border: none;
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:nth-of-type(2) > dd > dl + dl,
  .company-group01 > dd > dl:nth-of-type(4) > dd > dl + dl {
    position: relative;
  }
  .company-group01 > dd > dl:nth-of-type(2) > dd > dl + dl::before,
  .company-group01 > dd > dl:nth-of-type(4) > dd > dl + dl::before {
    content: '';
    display: block;
    width: 75%;
    border-top: 1px dotted #000;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dt,
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dt {
  -ms-grid-column: 1;
  padding-right: 1em;
  padding-left: 0.8rem;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:nth-of-type(2) > dd > dl dt,
  .company-group01 > dd > dl:nth-of-type(4) > dd > dl dt {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dt:nth-of-type(1),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dt:nth-of-type(1) {
  -ms-grid-row: 1;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dt:nth-of-type(2),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dt:nth-of-type(2) {
  -ms-grid-row: 2;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dt:nth-of-type(3),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dt:nth-of-type(3) {
  -ms-grid-row: 3;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dt:nth-of-type(4),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dt:nth-of-type(4) {
  -ms-grid-row: 4;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dt:nth-of-type(5),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dt:nth-of-type(5) {
  -ms-grid-row: 5;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dd,
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dd {
  -ms-grid-column: 2;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:nth-of-type(2) > dd > dl dd,
  .company-group01 > dd > dl:nth-of-type(4) > dd > dl dd {
    padding-left: 0.8rem;
    padding-top: 0;
  }
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dd:nth-of-type(1),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dd:nth-of-type(1) {
  -ms-grid-row: 1;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dd:nth-of-type(2),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dd:nth-of-type(2) {
  -ms-grid-row: 2;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dd:nth-of-type(3),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dd:nth-of-type(3) {
  -ms-grid-row: 3;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dd:nth-of-type(4),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dd:nth-of-type(4) {
  -ms-grid-row: 4;
}

.company-group01 > dd > dl:nth-of-type(2) > dd > dl dd:nth-of-type(5),
.company-group01 > dd > dl:nth-of-type(4) > dd > dl dd:nth-of-type(5) {
  -ms-grid-row: 5;
}

.company-group01 > dd > dl:nth-of-type(3) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67fr 33fr;
  grid-template-columns: 67fr 33fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:nth-of-type(3) {
    -ms-grid-columns: 41fr 59fr;
    grid-template-columns: 41fr 59fr;
  }
  .company-group01 > dd > dl:nth-of-type(3) dt {
    padding-left: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .company-group01 > dd > dl:nth-of-type(3) {
    display: block;
  }
}

.company-group01 > dd > dl:nth-of-type(3) dt {
  padding-left: 3rem;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.company-group01 > dd > dl:nth-of-type(3) dd {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

@media screen and (max-width: 1239px) {
  .company-group01 > dd > dl:nth-of-type(3) dd {
    padding-left: 0.8rem;
  }
}
/*# sourceMappingURL=../maps/company.css.map */


.company-group02 dl dd{
  display: flex;
  flex-wrap: wrap;
  gap:0 16px;
}
@media screen and (max-width: 767px) {
  .company-group02 dl dd{
    flex-direction: column;
  }
}