@charset "UTF-8";
/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs {
  background-color: #F1F1F1;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 619px) {
  .c-breadcrumbs {
    width: 100%;
  }
}
.c-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  margin: auto;
  max-width: 1820px;
  padding: clamp(8px, 1.5vw, 12px) 15px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol {
    gap: clamp(0.8rem, 1vw, 1rem);
    padding: 1.2096774194vw 23px;
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol {
    gap: 1rem;
    padding: 1.2rem 23px;
  }
}
.c-breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li {
    font-size: 1.4rem;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  margin-left: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: clamp(0.8rem, 1vw, 1rem);
    width: clamp(15px, 2vw, 20px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    margin-left: 1rem;
    width: 20px;
  }
}
.c-breadcrumbs ol li a {
  color: inherit;
}
.c-breadcrumbs ol li:first-child a {
  display: inline-flex;
  align-items: center;
}
.c-breadcrumbs ol li:first-child a::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-right: clamp(0.4rem, 1vw, 0.8rem);
  width: clamp(10px, 1.9vw, 16px);
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: clamp(0.8rem, 1vw, 1rem);
    width: clamp(16px, 2.4vw, 24px);
  }
}
@media screen and (min-width: 992px) {
  .c-breadcrumbs ol li:first-child a::before {
    margin-right: 1rem;
    width: 24px;
  }
}

@media screen and (min-width: 620px) {
  .pc {
    display: revert;
    visibility: visible;
  }
  .sp {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 619px) {
  .pc {
    display: none !important;
    visibility: hidden;
  }
  .sp {
    display: revert;
    visibility: visible;
  }
}
/* =========================================================
company
========================================================= */
.p-company-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-company-title {
    margin: 100px auto;
  }
}
.p-company-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-company-title--main span {
  background-color: #FFFF33;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-company-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-company-title--main span {
    font-size: 4rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-company-title--text {
  display: block;
  width: 100%;
}
.p-company-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-company-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-company-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-company-intro_wrap {
  margin: auto;
  width: 100%;
  max-width: 1920px;
  margin: 30px auto 100px;
}
.p-company-intro_firstbox {
  aspect-ratio: 16/5;
  background-image: url(../images/company/intro01-bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .p-company-intro_firstbox {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  .p-company-intro_firstbox {
    aspect-ratio: 10/9;
  }
}
@media screen and (max-width: 619px) {
  .p-company-intro_firstbox {
    aspect-ratio: 5/6;
  }
}
@media screen and (max-width: 429px) {
  .p-company-intro_firstbox {
    aspect-ratio: 2/3;
  }
}
.p-company-intro_secondbox {
  aspect-ratio: 16/5;
  background-image: url(../images/company/intro02-bk.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .p-company-intro_secondbox {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  .p-company-intro_secondbox {
    aspect-ratio: 10/9;
  }
}
@media screen and (max-width: 619px) {
  .p-company-intro_secondbox {
    aspect-ratio: 5/6;
  }
}
@media screen and (max-width: 429px) {
  .p-company-intro_secondbox {
    aspect-ratio: 2/3;
  }
}
.p-company-intro_txtbox {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6%;
  width: 50%;
  max-width: 960px;
}
@media screen and (max-width: 1439px) {
  .p-company-intro_txtbox {
    width: clamp(50%, 75% - (100vw - 991px) * 0.0611, 75%);
    padding: 0 2%;
  }
}
@media screen and (max-width: 991px) {
  .p-company-intro_txtbox {
    width: 96%;
    margin: 0 auto;
    padding: 0 4%;
  }
}
.p-company-intro_ttl {
  font-size: clamp(3rem, 2.767rem + 0.167vw, 3.2rem);
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-company-intro_ttl {
    font-size: clamp(2.8rem, 1.6rem + 1vw, 3rem);
  }
}
@media screen and (max-width: 1199px) {
  .p-company-intro_ttl {
    font-size: clamp(2.4rem, 0.443rem + 1.961vw, 2.8rem);
  }
}
@media screen and (max-width: 991px) {
  .p-company-intro_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company-intro_ttl {
    font-size: 2rem;
  }
}
.p-company-intro_ttl span {
  background-color: #FFFF33;
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px 18px;
}
.p-company-intro_lead {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-company-intro_lead span {
  background-color: #091429;
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 18px;
}
@media screen and (max-width: 1439px) {
  .p-company-intro_lead span {
    margin-bottom: 10px;
  }
}
.p-company-intro_txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
.p-company-summury_wrap {
  margin: auto;
  width: 96%;
  max-width: 1200px;
  margin: 100px auto;
}
@media screen and (max-width: 991px) {
  .p-company-summury_wrap {
    margin: 60px auto;
  }
}
.p-company-summury_ttl {
  border-left: 10px solid #091429;
  font-size: 2.2rem;
  line-height: 1;
  padding-left: 20px;
}
.p-company-summury_list {
  border-top: 2px solid #091429;
  margin-top: 27px;
}
.p-company-summury_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #DBDBDB;
}
@media screen and (max-width: 991px) {
  .p-company-summury_item {
    flex-direction: column;
  }
}
.p-company-summury_item--heading {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 25px 0 25px 2em;
  text-indent: -2em;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .p-company-summury_item--heading {
    border-bottom: 2px dotted #DBDBDB;
    font-size: 1.5rem;
    padding: 25px 0 12px 2em;
    width: 100%;
  }
}
.p-company-summury_item--heading::before {
  content: "■";
  margin-right: 0.5em;
}
.p-company-summury_item--entry {
  font-size: 1.8rem;
  padding: 25px 0;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .p-company-summury_item--entry {
    font-size: 1.5rem;
    padding: 10px 0 15px 20px;
    width: 100%;
  }
}
.p-company-summury_item--box:not(:first-child) {
  margin-top: 24px;
}
.p-reason-title {
  text-align: center;
  margin: 30px auto;
  max-width: 1820px;
  width: 96%;
}
@media screen and (min-width: 992px) {
  .p-reason-title {
    margin: 90px auto 70px;
  }
}
.p-reason-title--main {
  display: block;
  margin-bottom: 2px;
}
.p-reason-title--main span {
  background-color: #ffff00;
  display: inline-block;
  font-size: clamp(2.6rem, 4.1vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1;
  padding: clamp(10px, 2.3vw, 15px) clamp(20px, 2.7vw, 30px);
}
@media screen and (min-width: 768px) {
  .p-reason-title--main span {
    font-size: 3.2258064516vw;
    padding: 1.5120967742vw 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-title--main span {
    font-size: 3.6rem;
    padding: clamp(1.2rem, 0.7vw, 1.5rem) clamp(2.5rem, 1.5vw, 3rem);
  }
}
.p-reason-title--text {
  display: block;
  width: 100%;
}
.p-reason-title--text span {
  background-color: #091429;
  color: #fff;
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 0.7rem auto;
  padding: 0.5rem 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-reason-title--text span {
    font-size: 1.6129032258vw;
    padding: 0.2016129032vw 2.6209677419vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason-title--text span {
    font-size: 1.6rem;
    padding: 0.5rem 2.6rem;
  }
}
.p-reason-item {
  position: relative;
  max-width: 1820px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--in {
    margin-right: 0;
    margin-left: 50%;
    background: rgba(9, 20, 41, 0.9);
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item:nth-child(even) .p-reason-item--photo {
    left: 0;
    right: auto;
    justify-content: flex-start;
    text-align: left;
  }
}
.p-reason-item--in {
  position: relative;
  z-index: 10;
  padding: 20px;
  background: rgb(9, 20, 41);
}
@media screen and (min-width: 992px) {
  .p-reason-item--in {
    margin-right: 50%;
    margin-left: 0;
    padding: 60px 5%;
    background: rgba(9, 20, 41, 0.9);
  }
}
.p-reason-item--title .no {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 1.5rem);
}
@media screen and (min-width: 992px) {
  .p-reason-item--title .no {
    font-size: 3rem;
  }
}
.p-reason-item--title .no .big {
  display: inline-block;
  font-size: 150%;
  vertical-align: baseline;
}
.p-reason-item--title h2 {
  display: block;
  margin-bottom: 5px;
}
.p-reason-item--title h2 span {
  display: table;
  margin-bottom: 5px;
  padding: 3px 15px;
  background: #FFFF33;
  color: #091429;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reason-item--title h2 span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item--title h2 span {
    font-size: 2.8rem;
  }
}
.p-reason-item--title h2 span + span {
  margin-top: 5px;
}
.p-reason-item--title .text {
  margin-top: 5px;
  margin-bottom: 30px;
}
.p-reason-item--title .text span {
  display: inline-block;
  padding: 2px 15px;
  background-color: #ffffff;
  color: #091429;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-reason-item--title .text span {
    padding: 0.5rem 10px;
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 992px) {
  .p-reason-item--title .text span {
    font-size: 1.8rem;
  }
}
.p-reason-item--text {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.p-reason-item--photo {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-reason-item--photo {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    text-align: right;
  }
}
.p-reason-item--photo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-reason-item--photo img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style-company.css.map */