@charset "UTF-8";
/* //////////////////////////////////////////////////

会社概要定

////////////////////////////////////////////////// */
/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.company_links {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.company_links .company_links-ttlbox {
  margin-bottom: 5.2rem;
  text-align: center;
}
.company_links .company_links-ttlbox .company_links-ttl_en {
  margin-bottom: 1.2rem;
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
}
.company_links .company_links-ttlbox .company_links-ttl {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
.company_links .company_links-items .company_links-items-top {
  display: flex;
  flex-flow: row wrap;
  row-gap: 2rem;
  column-gap: 1.5rem;
  margin-bottom: 2rem;
}
.company_links .company_links-items .company_links-items-top .item {
  flex: 0 0 calc((100% - 1.5rem) / 2);
  width: calc((100% - 1.5rem) / 2);
}
.company_links .company_links-items .item .img {
  overflow: hidden;
  margin-bottom: 0.8rem;
  font-size: 0;
  background: #000;
  border-radius: 8px;
}
.company_links .company_links-items .item .img img {
  opacity: 0.68;
  object-fit: cover;
  aspect-ratio: 5/3;
}
.company_links .company_links-items .item .name {
  display: flex;
  align-items: center;
  text-align: center;
  column-gap: 1rem;
  font-size: 1.2rem;
}
.company_links .company_links-items .item .name .icon {
  line-height: 1;
  width: 1.2em;
  transition: all 0.3s;
}
.company_links .company_links-items .company_links-items-bottom .item .img img {
  opacity: 1;
}

.cp-top_message .cp-top_message_box {
  position: relative;
  z-index: 1;
  aspect-ratio: 394/170;
}
.cp-top_message .cp-top_message_box .item {
  display: block;
  width: 100%;
  height: 100%;
}
.cp-top_message .link_name {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column wrap;
  row-gap: 0.6rem;
  justify-content: center;
  width: 68%;
  height: 100%;
  padding-left: 3rem;
  color: #fff;
  background: #232528;
  border-radius: 0 16px 16px 0;
}
.cp-top_message .link_name .body {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.cp-top_message .link_name .body .icon {
  width: 2rem;
}
.cp-top_message .link_name .sub {
  font-size: 0.9rem;
}
.cp-top_message .img {
  height: 100%;
  text-align: right;
}
.cp-top_message .img img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .company_links {
    margin-bottom: 16rem;
  }
  .company_links .company_links-ttlbox {
    margin-bottom: 8rem;
  }
  .company_links .company_links-ttlbox .company_links-ttl_en {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .company_links .company_links-ttlbox .company_links-ttl {
    font-size: 2.6rem;
  }
  .company_links .company_links-items .company_links-items-top {
    justify-content: center;
    row-gap: 5rem;
    column-gap: 3.6rem;
    margin-bottom: 5rem;
  }
  .company_links .company_links-items .company_links-items-top .item {
    flex: 0 0 calc((100% - 7.2rem) / 3);
    width: calc((100% - 7.2rem) / 3);
  }
  .company_links .company_links-items .item {
    position: relative;
    z-index: 1;
  }
  .company_links .company_links-items .item:hover .img img {
    transform: scale(1.1);
  }
  .company_links .company_links-items .item .img img {
    aspect-ratio: auto;
    transition: all 0.3s;
  }
  .company_links .company_links-items .item .name {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transform: translateY(-50%);
  }
  .company_links .company_links-items .company_links-items-bottom .item {
    display: block;
    width: min(76rem, 90%);
    margin: 0 auto;
  }
  .cp-top_message {
    padding-top: 10rem;
  }
  .cp-top_message .cp-top_message_box {
    width: min(76rem, 90%);
    aspect-ratio: 760/200;
    margin: 0 auto;
  }
  .cp-top_message .cp-top_message_box .item {
    border-radius: 16px;
    overflow: hidden;
  }
  .cp-top_message .link_name {
    row-gap: 0.6rem;
    width: 68%;
    padding-left: 3rem;
  }
  .cp-top_message .link_name .body {
    column-gap: 1rem;
    font-size: 2.4rem;
  }
  .cp-top_message .link_name .body .icon {
    width: 2.4rem;
  }
  .cp-top_message .link_name .sub {
    font-size: 1.2rem;
  }
  .cp-top_message .img {
    height: 100%;
    object-fit: cover;
  }
}
.company_cont .c-secttl::before {
  content: none;
}
.company_cont .cp-message {
  position: relative;
  z-index: -1;
  margin-top: -14rem;
  margin-bottom: 14.4rem;
  padding-bottom: 8rem;
  background: url("/assets/image/company/image_01.png") center/250% no-repeat;
  overflow: hidden;
  border-radius: 0 0 3rem 3rem;
}
.company_cont .cp-message .cp-message_body {
  /*
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  */
  padding-top: 14rem;
  text-align: center;
  color: #fff;
}
.company_cont .cp-message .cp-message_body .ttl {
  margin-bottom: 2.4rem;
}
.company_cont .cp-message .cp-message_body .ttl::after {
  content: "";
  display: block;
  width: 5.4rem;
  height: 1px;
  background: #fff;
  margin: 0 auto;
}
.company_cont .cp-message .cp-message_body .ttl .sub {
  font-size: 1.2rem;
}
.company_cont .cp-message .cp-message_body .ttl .main {
  padding-bottom: 2.4rem;
  font-size: 2.2rem;
}
.company_cont .cp-message .cp-message_body .body {
  line-height: 2.5;
  font-size: 1.4rem;
}
.company_cont .cp-works {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem;
}
.company_cont .cp-works .cp-works__img {
  margin-bottom: 4.8rem;
}
.company_cont .cp-works .cp-works__img .img {
  position: relative;
  z-index: 1;
  width: 32.4rem;
  margin: 0 0 0 auto;
  aspect-ratio: 324/232;
}
.company_cont .cp-works .cp-works__img .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -2rem;
  left: -2rem;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 8px;
  background: #FDD73F;
}
.company_cont .cp-works .cp-works__img .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.company_cont .cp-works .c-button {
  width: 88%;
}
.company_cont .cp-works .c-button .item {
  background: #0B1A66;
  color: #fff;
}
.company_cont .cp-vision {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}
.company_cont .cp-vision .cp-vision__img {
  margin-bottom: 4.8rem;
}
.company_cont .cp-vision .cp-vision__img .img {
  position: relative;
  z-index: 1;
  width: 32.4rem;
  aspect-ratio: 324/232;
}
.company_cont .cp-vision .cp-vision__img .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: -2rem;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 8px;
  background: #FDD73F;
}
.company_cont .cp-vision .cp-vision__img .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
}
.company_cont .cp-vision .c-button {
  width: 88%;
}
.company_cont .cp-vision .c-button .item {
  background: #0B1A66;
  color: #fff;
}
.company_cont .cp-links {
  position: relative;
  z-index: 1;
  background: #fff;
}
.company_cont .cp-links .company_links-items-top .item:first-child {
  display: none;
}

@media screen and (min-width: 769px) {
  .company_cont .cp-message {
    margin-top: -48rem;
    margin-bottom: 18rem;
    background: url("/assets/image/company/image_01.png") center/cover no-repeat;
  }
  .company_cont .cp-message .cp-message_body {
    padding-top: 44rem;
  }
  .company_cont .cp-message .cp-message_body .ttl {
    margin-bottom: 3.6rem;
  }
  .company_cont .cp-message .cp-message_body .ttl .sub {
    font-size: 1.4rem;
  }
  .company_cont .cp-message .cp-message_body .ttl .main {
    padding-bottom: 3.6rem;
    font-size: 2.8rem;
  }
  .company_cont .cp-message .cp-message_body .body {
    font-size: 1.6rem;
  }
  .company_cont .cp-works {
    padding: 10rem 0;
  }
  .company_cont .cp-works .elem_pc {
    display: grid;
    grid-template-columns: 39rem 1fr;
    align-items: end;
    gap: 9rem;
  }
  .company_cont .cp-works .elem_pc .c-s_inner {
    width: 100%;
    margin: 0;
    transform: translateY(-4rem);
  }
  .company_cont .cp-works .cp-works__img {
    grid-area: 1/2/2/3;
    margin-bottom: 0;
  }
  .company_cont .cp-works .cp-works__img .img {
    width: 56rem;
  }
  .company_cont .cp-works .cp-works__img .img img {
    border-radius: 16px;
  }
  .company_cont .cp-works .c-button {
    width: 100%;
    margin-bottom: 0;
  }
  .company_cont .cp-vision::after {
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(70% 0, 110% 0, 70% 100%, 30% 100%);
  }
  .company_cont .cp-vision .elem_pc {
    display: grid;
    grid-template-columns: 1fr 39rem;
    align-items: end;
    gap: 9rem;
    margin-bottom: 8rem;
  }
  .company_cont .cp-vision .elem_pc .c-s_inner {
    width: 100%;
    margin: 0;
    transform: translateY(-4rem);
  }
  .company_cont .cp-vision .cp-vision__img {
    margin-bottom: 0;
  }
  .company_cont .cp-vision .cp-vision__img .img {
    width: 56rem;
  }
  .company_cont .cp-vision .cp-vision__img .img img {
    border-radius: 16px;
  }
  .company_cont .cp-vision .c-button {
    margin-bottom: 0;
  }
  .company_cont .cp-links {
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .company_cont .cp-links .company_links-items-top .item:first-child {
    display: none;
  }
}
@media screen and (min-width: 1480px) {
  .company_cont .cp-message {
    margin-top: -52rem;
  }
  .company_cont .cp-message .cp-message_body {
    padding-top: 56rem;
  }
}
/*# sourceMappingURL=style.css.map */
