@charset "UTF-8";

.sub_head {
  margin-bottom: 0px;
  background: url(../images/company/mv.webp);
  background-position: center;
  background-size: cover;
}
.sub_head::before {
  content: none;
}
@media (max-width: 1024px) {
}
.content {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 18px;
}
.contents {
  max-width: 1200px;
  padding: 80px 20px 0;
  margin: 0px auto 0px;
}
.bg01 {
  position: relative;
  margin: 0 auto;
  background: url(../images/concept/bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg02 {
  position: relative;
  margin: 0 auto;
  /* background: url(../images/facility/bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; */
  background:
    radial-gradient(
      circle at 85% 5%,
      rgba(89, 154, 116, 0.95) 0%,
      rgba(89, 154, 116, 0.55) 20%,
      rgba(89, 154, 116, 0) 45%
    ),
    radial-gradient(
      circle at 50% 40%,
      rgba(44, 72, 54, 0.9) 0%,
      rgba(44, 72, 54, 0.45) 35%,
      rgba(44, 72, 54, 0) 65%
    ),
    linear-gradient(135deg, #233228 0%, #1c2b23 35%, #161816 75%, #151515 100%);
}
@media (max-width: 1024px) {
}
h3 {
  padding: 0;
  font-size: clamp(2rem, 3vw, 40px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
h3 span {
  font-size: 2rem;
  line-height: 1;
}
p.catch {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
p.lead {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
.box01_txt h3 {
  margin-bottom: 60px;
}

h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
h5 {
  font-weight: normal;
  font-size: 1.2rem;
}
.txt {
  line-height: 2.2;
}
.box01_txt .txt {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}

.box_ttl {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  font-size: 1.8rem;
  color: #fff;
  background: #093d27;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.box_subttl {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .access_contents h3 {
    text-align: center;
  }
}
.box08_in01 {
  margin: 50px auto 80px;
}
.box10_in03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px auto 30px;
}
.box10_in03_txt {
  width: 50%;
}
.box10_in03_img {
  width: 50%;
}
.slideWrap + .box10_in02 .box10_in02_ttl {
  width: 100%;
}
.img07_01_ttl {
  font-size: 1.125rem;
  margin: 0px auto 10px;
  padding-bottom: 10px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .box10_in03 {
    flex-direction: column;
    margin: 20px auto 50px;
    gap: 0;
  }
  .box10_in03_txt {
    width: 100%;
  }
  .box10_in03_img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  img.slide_img {
    width: 1000px !important;
    max-width: 1000px !important;
  }
}
.box08_in03 {
  margin: 0px auto 80px;
}
.box08_in03_in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin: 20px auto 0px;
}
.box08_in03_in > div {
  width: 32%;
}
.box08_in03_in .relative + .box04_in03_txt {
  width: 100%;
}
@media (max-width: 1024px) {
  .box08_in03_in {
    flex-direction: column;
  }
  .box08_in03_in > div {
    width: 100%;
  }
}

.company_wrap img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.company_ttl {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.company_ttl.green {
  background: #4f936b;
}

.company_ttl.red {
  background: #cf8278;
}

.company_ttl.blue {
  background: #607ca6;
}

.company_wrap .txt {
  line-height: 1.2;
  margin-top: 10px;
  font-family: 'Yu Gothic', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1rem;
}
/* -----------------
   上段
----------------- */

.company_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.company_top .relative {
  aspect-ratio: 1.5 / 1.2;
  overflow: hidden;
}

.company_top .relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -----------------
   中段
----------------- */

.company_middle {
  margin-top: 40px;
}

.company_left_inner {
  display: grid;
  grid-template-columns: 26% 22% 1fr;
  gap: 20px;
  align-items: stretch;
}

.company_big_vertical {
  display: flex;
  flex-direction: column;
}

.company_big_vertical .relative {
  flex: 1;
}

.company_big_vertical img {
  height: 100%;
}

.company_small_wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.company_small {
  display: flex;
  flex-direction: column;
}

.company_small .relative {
  flex: 1;
}

.company_small img {
  height: 100%;
}

.company_big_horizontal {
  display: flex;
  flex-direction: column;
}

.company_big_horizontal .relative {
  flex: 1;
}

.company_big_horizontal img {
  height: 100%;
}

/* -----------------
   下段
----------------- */

.company_bottom {
  margin-top: 40px;
}

.company_right_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.company_right {
  margin-top: 40px;
}

/* -----------------
   SP
----------------- */

@media (max-width: 1024px) {
  /* 上段 */
  .company_top {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  /* 中段 */
  .company_left_inner {
    display: block;
  }

  .company_big_vertical,
  .company_small,
  .company_big_horizontal {
    margin-bottom: 20px;
  }

  /* 下段 */
  .company_right_inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .company_ttl {
    padding: 20px 0;
  }
}
