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

	COMPANY PROFILE CSS

-----------------------------------------*/
.c-title__wrap:has(.c-title01 .font48_28) {
  background-color: #E9EEF2;
  border: none;
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(.c-title01 .font48_28) {
    padding-block-end: 157px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(.c-title01 .font48_28) {
    padding-block-end: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(.c-title01 .font48_28) .c-box {
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(.c-title01 .font48_28) .c-title01 .font48_28 {
    letter-spacing: -0.07em !important;
  }
}

/*----------------------------------------
	- TOP MESSAGE
-----------------------------------------*/
.message {
  background-color: #E9EEF2;
}
.message .c-box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .message .c-box {
    width: min(1280px, 90%);
    grid-template-columns: 1fr 1.015fr;
    grid-template-rows: auto 1fr;
    gap: 80px 6.25%;
  }
}
@media screen and (min-width: 769px) {
  .message .c-title__wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .message .c-title__wrap {
    gap: 0;
  }
}
.message .c-title__wrap .c-title-unique .font18_16 {
  font-weight: var(--font-medium);
  color: var(--color-primarydefault);
  line-height: 1;
  letter-spacing: 0.01em;
}
.message .c-title__wrap .c-title-unique .font36_28 {
  font-weight: var(--font-medium);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .message .c-title__wrap .c-title-unique .font36_28 {
    line-height: 2;
    text-indent: -34px;
    padding-inline: 34px 0;
    margin-block-start: 21px;
  }
}
@media screen and (max-width: 768px) {
  .message .c-title__wrap .c-title-unique .font36_28 {
    line-height: 1.71;
    text-indent: -6.5vw;
    padding-inline: 6.5vw 0;
    margin-block-start: 6vw;
  }
}
.message .c-title__wrap .c-title-unique .font36_28::before, .message .c-title__wrap .c-title-unique .font36_28::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/asset/img/common/ic-quotation-start-pink.svg);
}
@media screen and (min-width: 769px) {
  .message .c-title__wrap .c-title-unique .font36_28::before, .message .c-title__wrap .c-title-unique .font36_28::after {
    width: 22px;
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .message .c-title__wrap .c-title-unique .font36_28::before, .message .c-title__wrap .c-title-unique .font36_28::after {
    width: 4vw;
    height: 3vw;
  }
}
.message .c-title__wrap .c-title-unique .font36_28::before {
  background-image: url(/asset/img/common/ic-quotation-start-pink.svg);
}
@media screen and (min-width: 769px) {
  .message .c-title__wrap .c-title-unique .font36_28::before {
    transform: translateY(-16px);
    margin-inline: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .message .c-title__wrap .c-title-unique .font36_28::before {
    transform: translateY(-3.75vw);
    margin-inline: 0 2.5vw;
  }
}
.message .c-title__wrap .c-title-unique .font36_28::after {
  background-image: url(/asset/img/common/ic-quotation-end-pink.svg);
}
@media screen and (min-width: 769px) {
  .message .c-title__wrap .c-title-unique .font36_28::after {
    transform: translateY(-16px);
    margin-inline: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .message .c-title__wrap .c-title-unique .font36_28::after {
    transform: translateY(-3.75vw);
    margin-inline: 1.75vw 0;
  }
}
.message .c-title__wrap .font24_18 {
  font-weight: var(--font-medium);
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .message .c-title__wrap .font24_18 {
    margin-block-start: 12px;
  }
}
@media screen and (max-width: 768px) {
  .message .c-title__wrap .font24_18 {
    margin-block-start: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  .message .txt {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-block: 57px;
  }
}
@media screen and (max-width: 768px) {
  .message .txt {
    margin-block-start: 7.5vw;
  }
}
.message .txt .font16_14 {
  line-height: 2;
}
.message .txt .font16_14 + p {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
@media screen and (min-width: 769px) {
  .message .txt .font16_14 + p {
    margin-block-start: 42px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .message .txt .font16_14 + p {
    margin-block-start: 6vw;
    gap: 3vw;
  }
}
.message .txt .font16_14 + p .font16_14 {
  line-height: 2;
}
.message .txt .font16_14 + p .font24_20 {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
.message figure {
  margin-block: auto 0;
}
@media screen and (min-width: 769px) {
  .message figure {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .message figure {
    width: 96.4%;
    margin-block-start: 7.5vw;
    margin-inline: auto;
  }
}

/*----------------------------------------
	- COMPANY PROFILE
-----------------------------------------*/
.profile {
  /*----------------------------------------
  - 企業情報
  -----------------------------------------*/
  /*----------------------------------------
  - 工場及び営業所所在地
  -----------------------------------------*/
}
@media screen and (min-width: 769px) {
  .profile {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .profile {
    margin-block-start: 20vw;
  }
}
.profile .c-title02 {
  margin-inline: auto;
}
.profile .c-title02 span {
  line-height: 1;
  letter-spacing: 0.01em;
}
.profile h3 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .profile h3 {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .profile h3 {
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 769px) {
  .profile .company {
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .profile .company {
    margin-block-start: 12.5vw;
  }
}
.profile .company ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .profile .company ul {
    margin-block-start: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .profile .company ul {
    margin-block-start: 2vw;
  }
}
.profile .company li {
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .profile .company li {
    display: grid;
    align-items: center;
    min-height: 111px;
  }
}
.profile .company li div {
  display: grid;
}
@media screen and (min-width: 769px) {
  .profile .company li div {
    grid-template-columns: 33% 1fr;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 23px;
  }
}
@media screen and (max-width: 768px) {
  .profile .company li div {
    grid-template-columns: 1fr;
    gap: 1vw;
    padding-block: 5.5vw;
  }
}
.profile .company li span:nth-of-type(1) {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .profile .company li span:nth-of-type(1) {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .profile .company li span:nth-of-type(1) {
    line-height: 1.5;
  }
}
.profile .company li span:nth-of-type(2) {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .profile .company li:nth-of-type(2) {
    grid-row: 5/6;
  }
}
@media screen and (max-width: 768px) {
  .profile .company li:nth-of-type(4) {
    grid-row: 6/7;
  }
}
@media screen and (max-width: 768px) {
  .profile .company li:nth-of-type(6) {
    grid-row: 7/8;
  }
}
@media screen and (min-width: 769px) {
  .profile .location {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .profile .location [class*=box] {
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location [class*=box] {
    margin-block-start: 7.5vw;
  }
}
.profile .location .font22_18 {
  font-weight: var(--font-medium);
  color: var(--color-primarydark);
}
@media screen and (min-width: 769px) {
  .profile .location .font22_18 {
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .profile .location .font22_18 {
    line-height: 2;
    letter-spacing: 0;
  }
}
.profile .location .font22_18 + .font20_16 {
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .profile .location .font22_18 + .font20_16 {
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location .font22_18 + .font20_16 {
    margin-block-start: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .profile .location .font20_16 + ul {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location .font20_16 + ul {
    margin-block-start: 2.5vw;
  }
}
.profile .location ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .profile .location ul {
    margin-block-start: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location ul {
    margin-block-start: 3vw;
  }
}
.profile .location li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .profile .location li {
    padding-block: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location li {
    padding-block: 5.5vw;
  }
}
.profile .location li .font20_16 {
  font-weight: var(--font-medium);
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 769px) {
  .profile .location li .font20_16 {
    margin-inline: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location li .font20_16 {
    margin-inline: 0 7.5vw;
  }
}
.profile .location li .font14_12 {
  line-height: 2;
  grid-column: 2/4;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.profile .location li .font14_12:not(:hover) {
  color: var(--color-primarydefault);
}
.profile .location li .font14_12::after {
  content: "";
  display: block;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/asset/img/common/ic-pin-pink.svg);
}
@media screen and (min-width: 769px) {
  .profile .location li .font14_12::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location li .font14_12::after {
    width: 6vw;
    height: 6vw;
  }
}
.profile .location li .font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .profile .location li .font16_14 {
    margin-block-start: 12px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location li .font16_14 {
    margin-block-start: 1vw;
  }
}
.profile .location li .font16_14:nth-of-type(2) {
  grid-column: 1/4;
  grid-row: 2/3;
}
.profile .location li .font16_14:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 3/4;
  color: var(--color-smokegray);
}
@media screen and (min-width: 769px) {
  .profile .location li .font16_14:nth-of-type(3) {
    margin-inline: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .profile .location li .font16_14:nth-of-type(3) {
    margin-inline: 0 6vw;
  }
}
.profile .location li .font16_14:nth-of-type(4) {
  grid-column: 3/4;
  grid-row: 3/4;
  color: var(--color-smokegray);
}

/*----------------------------------------
- learn
-----------------------------------------*/
.learn {
  background-color: var(--color-soapstone);
}
@media screen and (min-width: 769px) {
  .learn {
    grid-template-columns: 1fr;
    padding-block: 80px;
    margin-block-start: 150px;
  }
}
@media screen and (max-width: 768px) {
  .learn {
    padding-block: 15vw;
    margin-block-start: 20vw;
  }
}
.learn .c-box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .learn .c-box {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: repeat(2, auto);
    gap: 32px 65px;
  }
}
@media screen and (max-width: 768px) {
  .learn .c-box {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.learn h2 {
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .learn h2 {
    text-align: center;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .learn h2 {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .learn p {
    grid-row: 2/3;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .learn p:nth-of-type(1) {
    margin-block-start: 8.25vw;
  }
}
@media screen and (max-width: 768px) {
  .learn p:nth-of-type(2) {
    margin-block-start: 7vw;
  }
}