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

	EN COMPANY CSS

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) {
    padding-block: 240px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) {
    padding-block: 30.75vw 0;
  }
}
.c-title__wrap:has(h1.c-title01) .c-title01 {
  text-align: center;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 {
    gap: 2.5vw;
  }
}
.c-title__wrap:has(h1.c-title01) .c-title01 .font56_34 {
  grid-row: 1/2;
}
.c-title__wrap:has(h1.c-title01) .c-title01 .font18_12 {
  letter-spacing: 0.01em;
}

/*----------------------------------------
	- about
-----------------------------------------*/
.about {
  /*----------------------------------------
  	- トップメッセージ / 会社概要
  -----------------------------------------*/
  /*----------------------------------------
  	- SAGAMIの歴史とこれから
  -----------------------------------------*/
}
@media screen and (min-width: 769px) {
  .about {
    margin-block-start: 180px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    margin-block-start: 25vw;
  }
}
.about section {
  display: grid;
}
@media screen and (min-width: 769px) {
  .about section {
    grid-template-columns: 53.625% 1fr;
    gap: min(100px, 6.25vw);
  }
}
@media screen and (max-width: 768px) {
  .about section {
    padding-inline: 0 5vw;
  }
}
.about section figure {
  height: 100%;
}
.about section img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .about section .box {
    width: calc(100% - min(111px, 6.938vw));
    height: -moz-fit-content;
    height: fit-content;
    margin-block: auto;
    margin-inline: 0 auto;
    padding-block: min(80px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .about section .box {
    margin-block-start: 6vw;
    padding-inline: 6vw 0;
  }
}
@media screen and (min-width: 769px) {
  .about section .box .c-title01 {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about section .box .c-title01 {
    gap: 1.5vw;
  }
}
.about section .box .font16_14 {
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .about section .box .font16_14 {
    margin-block-start: 46px;
  }
}
@media screen and (max-width: 768px) {
  .about section .box .font16_14 {
    margin-block-start: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .about section .box p:has(a) {
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 768px) {
  .about section .box p:has(a) {
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .about .history {
    margin-block-start: 100px;
    grid-template-columns: 1fr 53.625%;
  }
}
@media screen and (max-width: 768px) {
  .about .history {
    margin-block-start: 6.5vw;
    padding-inline: 5vw 0;
  }
}
@media screen and (min-width: 769px) {
  .about .history figure {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .about .history .box {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-inline: auto 0;
    max-width: 430px;
  }
}
@media screen and (max-width: 768px) {
  .about .history .box {
    padding-inline: 0 6vw;
  }
}