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

会社概要定

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

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.p-title_box .c-inner {
  padding-top: 6.5rem;
}

.p-mv {
  margin: 0;
}

.top_cont {
  position: relative;
  z-index: 5;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
.top_cont .txt {
  margin-bottom: 5rem;
  text-align: center;
}
.top_cont .link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.top_cont .link .link_item {
  position: relative;
  color: #FFF;
  font-size: 1.6rem;
  padding: 1em;
  box-sizing: border-box;
  line-height: 1;
  border-radius: 0.8rem;
}
.top_cont .link .link_item i {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
  width: 1.8rem;
}
.top_cont .link .link_item:nth-of-type(1) {
  background: #4d8f92;
}
.top_cont .link .link_item:nth-of-type(2) {
  background: #fdd73f;
  color: #232528;
}
.top_cont .link .link_item:nth-of-type(3) {
  background: #407cba;
}

@media screen and (min-width: 769px) {
  .p-title_box .c-inner {
    padding-top: 16rem;
  }
  .top_cont {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .top_cont .txt {
    margin-bottom: 5rem;
    font-size: 1.8rem;
    line-height: 2.4;
  }
  .top_cont .link {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    max-width: 80rem;
    margin: 0 auto;
  }
  .top_cont .link .link_item {
    font-size: 2rem;
    padding: 1em;
  }
  .top_cont .link .link_item i {
    right: 1.5rem;
    width: 2.2rem;
  }
}
.sec_cont {
  position: relative;
  padding-bottom: 8rem;
  background: #ebeff3;
  position: relative;
  z-index: 4;
}
.sec_cont + .sec_cont {
  z-index: 3;
}
.sec_cont + .sec_cont::before {
  background: #ebeff3;
}
.sec_cont + .sec_cont + .sec_cont {
  z-index: 2;
  padding-bottom: 10rem;
  margin-bottom: 10rem;
}
.sec_cont::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 4rem);
  width: 250vw;
  height: 200vw;
  background: #FFF;
  border-radius: 0 0 100% 100%;
}
.sec_cont .title_img {
  position: relative;
  z-index: auto;
  height: 32rem;
}
.sec_cont .title_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sec_cont .title_img .ttl_box {
  position: absolute;
  z-index: 1;
  top: 10rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.sec_cont .title_img .ttl_box .c-secttl {
  margin-bottom: 2rem;
}
.sec_cont .title_img .ttl_box .c-secttl::before {
  background: #FFF;
}
.sec_cont .title_img .ttl_box .c-secttl::after {
  content: none;
}
.sec_cont .cont_inner {
  position: relative;
  z-index: 1;
  margin-top: -4rem;
}
.sec_cont .cont_inner .cont_item {
  display: block;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.sec_cont .cont_inner .cont_item + .cont_item {
  margin-top: 4rem;
}
.sec_cont .cont_inner .img {
  position: relative;
}
.sec_cont .cont_inner .img .cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4d8f92;
  color: #FFF;
  line-height: 1;
  font-size: 1.4rem;
  padding: 0.6em 1.5em;
  border-radius: 0 8px 0 0;
}
.sec_cont .cont_inner .body {
  padding: 2rem 2rem 1.5rem 1.5rem;
  box-sizing: border-box;
  background: #FFF;
}
.sec_cont .cont_inner .body .ttl {
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  position: relative;
}
.sec_cont .cont_inner .body .ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.25em;
  height: 1px;
  background: #232528;
  content: "";
}
.sec_cont .cont_inner .body .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec_cont .cont_inner .body .info .tag {
  margin-right: 0.5rem;
  padding: 0.5em 1.5em;
  line-height: 1;
  border-radius: 5rem;
  border: 1px solid;
  font-size: 1rem;
}
.sec_cont .cont_inner .body .info .name {
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0.8rem;
  letter-spacing: 0;
}
.sec_cont .cont_inner .body .info .name b {
  font-weight: 500;
  font-size: 2em;
}
.sec_cont .cont_inner .body .info .year {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  align-self: flex-end;
}
.sec_cont .cont_inner .body .info .arrow {
  margin-left: auto;
  width: 3.5rem;
}
.sec_cont.leasing .title_img .ttl_box {
  color: #232528;
}
.sec_cont.leasing .title_img .ttl_box .c-secttl::before {
  background: #232528;
}
.sec_cont.leasing .cont_inner .img .cap {
  background: #fdd73f;
  color: #232528;
}
.sec_cont.maintenance .cont_inner .img .cap {
  background: #407cba;
}

@media screen and (min-width: 769px) {
  .sec_cont::before {
    width: 400vw;
    transform: translate(-50%, 10rem);
  }
  .sec_cont + .sec_cont + .sec_cont {
    padding-bottom: 12rem;
    margin-bottom: 12rem;
  }
  .sec_cont .title_img {
    height: 48rem;
  }
  .sec_cont .title_img .ttl_box {
    top: 20rem;
  }
  .sec_cont .cont_inner {
    margin-top: -10rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem 4rem;
  }
  .sec_cont .cont_inner .cont_item + .cont_item {
    margin-top: 0;
  }
  .sec_cont .cont_inner .cont_item .img .cap {
    font-size: 1.6rem;
    border-radius: 0 16px 0 0;
  }
  .sec_cont .cont_inner .cont_item .body {
    padding: 3rem;
  }
  .sec_cont .cont_inner .cont_item .body .ttl {
    font-size: 2.3rem;
    line-height: 1.6;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .sec_cont .cont_inner .cont_item .body .info .tag {
    margin-right: 1rem;
    padding: 0.5em 2em;
    font-size: 1.2rem;
  }
  .sec_cont .cont_inner .cont_item .body .info .name {
    font-size: 1.4rem;
    margin-right: 1.5rem;
  }
  .sec_cont .cont_inner .cont_item .body .info .name b {
    font-size: 2.3em;
  }
  .sec_cont .cont_inner .cont_item .body .info .year {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .sec_cont .cont_inner .cont_item .body .info .arrow {
    width: 4rem;
  }
}
.detail_links {
  padding: 0;
}
.detail_links .c-secttl {
  margin-bottom: 6rem;
  text-align: center;
}
.detail_links .c-secttl::before {
  content: none;
}
.detail_links .c-secttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.detail_links .c-secttl .c-secttl-jp {
  justify-content: center;
  margin-bottom: 0.5em;
}
.detail_links .detail_links-ttl {
  margin-bottom: 3rem;
}
.detail_links .detail_links-ttl .ttl {
  display: flex;
  align-items: flex-end;
  column-gap: 1.2rem;
  margin-bottom: 5rem;
  line-height: 1;
  font-size: 2.4rem;
}
.detail_links .detail_links-ttl .ttl .en {
  font-style: italic;
  font-size: 0.6em;
}
.detail_links .detail_links-inner .item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 394/200;
}
.detail_links .detail_links-inner .item:nth-child(1) .link_name {
  color: #232528;
  background: #fdd73f;
}
.detail_links .detail_links-inner .item:nth-child(2) .link_name {
  background: #4d8f92;
}
.detail_links .detail_links-inner .item:nth-child(3) .link_name {
  background: #407cba;
}
.detail_links .detail_links-inner .item:nth-child(4) .link_name {
  background: #232528;
}
.detail_links .detail_links-inner .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;
  border-radius: 0 16px 16px 0;
}
.detail_links .detail_links-inner .link_name .read {
  margin-bottom: 1.4rem;
  font-size: 1.1rem;
}
.detail_links .detail_links-inner .link_name .read b {
  font-size: 1.4em;
  line-height: 1;
}
.detail_links .detail_links-inner .link_name .body {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.detail_links .detail_links-inner .link_name .body .icon {
  width: 2rem;
}
.detail_links .detail_links-inner .link_name .sub {
  font-size: 0.9rem;
}
.detail_links .detail_links-inner .img {
  height: 100%;
  text-align: right;
}
.detail_links .detail_links-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .detail_links {
    padding-bottom: 12rem;
  }
  .detail_links .detail_links-ttl .ttl {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
  .detail_links .detail_links-inner {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.5rem));
    gap: 3rem;
  }
  .detail_links .detail_links-inner .item {
    height: 26.4rem;
    aspect-ratio: 281/132;
  }
  .detail_links .detail_links-inner .link_name {
    row-gap: 0.6rem;
    padding-left: 3rem;
    color: #fff;
    border-radius: 0 16px 16px 0;
  }
  .detail_links .detail_links-inner .link_name .read {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .detail_links .detail_links-inner .link_name .body {
    column-gap: 2rem;
    font-size: 3rem;
  }
  .detail_links .detail_links-inner .link_name .body .icon {
    width: 3rem;
  }
  .detail_links .detail_links-inner .link_name .sub {
    font-size: 1.3rem;
  }
}
.crosstalk .crosstalk_cont {
  margin-bottom: 13rem;
}
.crosstalk .crosstalk_cont .img {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
  transform: translate(-7vw, 0);
}
.crosstalk .crosstalk_cont .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: -2rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 16px;
  background: linear-gradient(55deg, #BAD8FF 0%, #FFFCD8 100%);
}
.crosstalk .crosstalk_cont .img img {
  border-radius: 0 16px 16px 0;
}
.crosstalk .crosstalk_cont .c-secttl::before {
  background: linear-gradient(55deg, #BAD8FF 0%, #FFFCD8 100%);
}
.crosstalk .crosstalk_cont .c-secttl::after {
  background: #0B1A66;
}
.crosstalk .crosstalk_cont .c-secttl .c-secttl-en {
  margin-bottom: 2.5rem;
}
.crosstalk .crosstalk_cont .c-secttl .c-secttl-en b {
  margin-right: 0.35em;
  color: #0B1A66;
  font-weight: 500;
  font-size: 6.5rem;
  line-height: 1;
}
.crosstalk .crosstalk_cont .c-seccopy {
  margin-bottom: 4.5rem;
  font-size: 1.6rem;
  color: #232528;
}
.crosstalk .crosstalk_cont .c-button .item {
  background: #0B1A66;
  border-color: #0B1A66;
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .crosstalk .crosstalk_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
  .crosstalk .crosstalk_cont .img {
    order: 2;
    margin-bottom: 0;
    transform: translate(0, 0);
  }
  .crosstalk .crosstalk_cont .img::before {
    top: -2rem;
    left: -2rem;
    width: 8.8rem;
    height: 8.8rem;
  }
  .crosstalk .crosstalk_cont .img img {
    border-radius: 16px;
  }
  .crosstalk .crosstalk_cont .c-secttl .c-secttl-en {
    margin-bottom: 3rem;
  }
  .crosstalk .crosstalk_cont .c-secttl .c-secttl-en b {
    margin-right: 0.35em;
    font-size: 6.5rem;
  }
  .crosstalk .crosstalk_cont .c-seccopy {
    margin-bottom: 4.5rem;
    font-size: 1.8rem;
  }
  .crosstalk .crosstalk_cont .c-button {
    width: 100%;
    max-width: 390px;
  }
}
/*# sourceMappingURL=style.css.map */
