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

	COMPANY HISTORY CSS

-----------------------------------------*/
.c-title__wrap:has(h1.c-title01) {
  border: 0 !important;
}
@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;
  }
}
@media screen and (min-width: 1101px) {
  .c-title__wrap:has(h1.c-title01) .c-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}
.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 (min-width: 1101px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 {
    gap: 1.5vw;
  }
}
.c-title__wrap:has(h1.c-title01) .c-title01 .font48_28 {
  margin: 0;
  grid-row: 1/2;
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 .font48_28 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 .font48_28 {
    letter-spacing: -0.07em;
  }
}
@media screen and (min-width: 1101px) {
  .c-title__wrap:has(h1.c-title01) .upperpage {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}

/*----------------------------------------
	- 会社の成り立ち
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .origin {
    margin-block-start: 94px;
  }
}
@media screen and (max-width: 768px) {
  .origin {
    margin-block-start: 9.5vw;
  }
}
.origin .c-title02 {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .origin .c-title02::after {
    margin-block-start: 7.25vw;
  }
}
.origin .box-list {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .origin .box-list {
    margin-block-start: 78px;
    padding-block-end: 100px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box-list {
    margin-block-start: 12.5vw;
    padding-block-end: 25vw;
  }
}
.origin .box-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 240, 243, 0.4) 0%, rgb(255, 240, 243) 49%, rgba(243, 168, 201, 0.6) 100%);
}
@media screen and (min-width: 769px) {
  .origin .box-list::before {
    width: min(500px, 31.25vw);
  }
}
@media screen and (max-width: 768px) {
  .origin .box-list::before {
    width: 31.25vw;
  }
}
.origin .box-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
}
@media screen and (min-width: 769px) {
  .origin .box-list::after {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 8.7px, #ffffff 8.7px, #ffffff 17.4px);
    width: min(500px, 31.25vw);
    height: 60.9px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box-list::after {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 2.34vw, #ffffff 2.34vw, #ffffff 4.68vw);
    width: 31.25vw;
    height: 16.38vw;
  }
}
.origin .font24_20 {
  font-weight: var(--font-medium);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.origin .font20_16 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .origin .font20_16 {
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .origin .font20_16 {
    letter-spacing: 0;
    line-height: 2;
  }
}
.origin .font16_14 {
  line-height: 2;
}
.origin .font18_16 {
  line-height: 2;
}
.origin .font13_12 {
  line-height: 2;
}
.origin .box01 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .origin .box01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .origin .box01 .txt {
    margin: auto auto min(6.25vw, 100px) min(7.5vw, 120px);
    padding: 0 min(3.125vw, 50px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .origin .box01 .txt {
    margin-block-start: 10vw;
    padding-inline: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box01 .font16_14 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box01 .font16_14 {
    margin-block-start: 6vw;
  }
}
.origin .box02 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .origin .box02 {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .origin .box02 {
    margin-block-start: 10vw;
    padding-inline: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box02 figure {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-inline: min(1.25vw, 20px) min(4.375vw, 70px);
  }
}
@media screen and (min-width: 769px) {
  .origin .box02 .txt {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-block-start: 8px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box02 .txt {
    margin-block-start: 10vw;
    padding-inline: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box02 .font16_14 {
    margin-block-start: 40px;
    padding-inline: 0 min(7.5vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .origin .box02 .font16_14 {
    margin-block-start: 6vw;
  }
}
.origin .box02 .font13_12 {
  text-align: center;
  margin-block-start: 1em;
}
.origin .box03 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .origin .box03 {
    margin-block-start: 84px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box03 {
    margin-block-start: 15vw;
  }
}
.origin .box04 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .origin .box04 {
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 83px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box04 {
    margin-block-start: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box04 .txt {
    margin: auto auto min(6.25vw, 100px) min(7.5vw, 120px);
    padding: 0 min(3.125vw, 50px) 0 0;
  }
}
@media screen and (max-width: 768px) {
  .origin .box04 .txt {
    margin-block-start: 10vw;
    padding-inline: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box04 .font16_14 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box04 .font16_14 {
    margin-block-start: 6vw;
  }
}
.origin .box04 figure {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .origin .box04 .font13_12 {
    position: absolute;
    right: 10px;
    bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box04 .font13_12 {
    margin-block-start: 3vw;
    padding-inline: 2.5vw;
    text-align: right;
  }
}
.origin .box05 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .origin .box05 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .origin .box05 {
    margin-block-start: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box05 figure {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .origin .box05 .txt {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: auto min(7.5vw, 120px) min(6.25vw, 100px) auto;
    padding: 0 0 0 min(3.125vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .origin .box05 .txt {
    margin-block-start: 10vw;
    padding-inline: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box05 .font16_14 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box05 .font16_14 {
    margin-block-start: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box06 {
    margin-block-start: 140px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box06 {
    margin-block-start: 20vw;
  }
}
.origin .box06 .font24_20 {
  text-align: center;
}
.origin .box06 .font18_16 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .origin .box06 .font18_16 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .origin .box06 .font18_16 {
    margin-block-start: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .origin .box06 .font18_16 span {
    display: inline-block;
  }
}

/*----------------------------------------
	- SAGAMIの歩み
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .history {
    margin-block-start: 180px;
  }
}
@media screen and (max-width: 768px) {
  .history {
    margin-block-start: 26.75vw;
  }
}
.history .c-title02 {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .history .c-title02::after {
    margin-block-start: 7.25vw;
  }
}
.history .link-list {
  background-color: var(--color-primarydefault);
}
@media screen and (min-width: 769px) {
  .history .link-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-block-start: 79px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 768px) {
  .history .link-list {
    display: grid;
    grid-template-columns: repeat(7, 16vw);
    margin-block-start: 12.5vw;
    padding-block: 2.75vw;
    overflow-x: scroll;
  }
}
.history .link-list li {
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .history .link-list li {
    width: 120px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .history .link-list li {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .history .link-list li {
    width: 100%;
  }
}
.history .link-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .history .link-list a {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .history .link-list a {
    gap: 1vw;
  }
}
.history .link-list a::after {
  content: "";
  display: block;
  background-image: url(/asset/img/common/ic-arrow-down-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 769px) {
  .history .link-list a::after {
    width: 10px;
    height: 14px;
    transform: translateY(2px);
  }
}
@media screen and (max-width: 768px) {
  .history .link-list a::after {
    width: 1.75vw;
    height: 2.5vw;
    transform: translateY(0.375vw);
  }
}
@media (hover: hover) {
  .history .link-list a:hover::after {
    transform: translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  .history .c-box:has(.item-list) {
    padding-inline: 6.75vw 5vw;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list {
    width: min(874px, 90%);
    margin-inline: auto;
  }
}
.history .item-list dl {
  position: relative;
  display: grid;
}
@media screen and (min-width: 769px) {
  .history .item-list dl {
    grid-template-columns: 214px 1fr;
    padding-block-start: 30px;
    scroll-margin-block-start: 130px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dl {
    padding-block-start: 7.5vw;
    scroll-margin-block-start: 76px;
  }
}
.history .item-list dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(/asset/img/common/ic-line-american.svg);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .history .item-list dl::before {
    left: 213px;
    height: 100%;
    width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dl::before {
    left: 0;
    height: 100%;
    width: 2px;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dt {
    padding-inline: 6.1vw 0;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dt.adjustment {
    translate: -15px 0;
  }
}
.history .item-list dd {
  display: grid;
}
@media screen and (min-width: 769px) {
  .history .item-list dd {
    grid-column: 2/3;
    grid-template-rows: 1fr auto auto 1fr;
    padding-block: 23px 0;
    min-height: 82px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dd {
    padding-block: 3vw 0;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dd + dd {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dd + dd {
    margin-block-start: 1.25vw;
  }
}
.history .item-list .font80_46 {
  font-weight: var(--font-light);
  color: var(--color-silver);
  opacity: 0.65;
  line-height: 1;
  display: inline-block;
}
.history .item-list .font70_36 {
  font-weight: var(--font-light);
  color: var(--color-silver);
  opacity: 0.65;
  line-height: 1;
}
.history .item-list .font38_24 {
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .history .item-list .font38_24 {
    grid-row: 2/3;
    padding-inline: 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list .font38_24 {
    padding-inline: 6vw 0;
  }
}
.history .item-list .font38_24::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--color-blackolive);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .history .item-list .font38_24::before {
    top: calc(50% + 2px);
    left: -8px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list .font38_24::before {
    top: 50%;
    left: calc(-1.5vw + 1px);
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list .font16_14 {
    line-height: 2;
    grid-row: 3/4;
    margin-block-start: 12px;
    padding-inline: 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list .font16_14 {
    line-height: 2;
    margin-block-start: 1.75vw;
    padding-inline: 6vw 0;
  }
}
.history .item-list dd:has(figure) {
  display: grid;
}
@media screen and (min-width: 769px) {
  .history .item-list dd:has(figure) {
    grid-template-columns: 1fr 38%;
    gap: 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dd:has(figure) figure {
    grid-column: 2/3;
    grid-row: 1/5;
    height: -moz-fit-content;
    height: fit-content;
    margin-block: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dd:has(figure) figure {
    width: 46.1625vw;
    padding-inline: 6vw 0;
    margin-block-start: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dd:has(figure) .font38_24 {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dd:has(figure) .font16_14 {
    grid-column: 1/2;
  }
}
.history .item-list .point .font38_24 {
  color: var(--color-primarydark);
}
.history .item-list .point .font38_24::before {
  background-color: var(--color-white);
  border: 2px solid var(--color-primarydark);
}
.history .item-list .point .font16_14 {
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
}
@media screen and (max-width: 768px) {
  .history .item-list .point .font16_14 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dl:first-of-type {
    padding-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dl:first-of-type {
    padding-block-start: 11.25vw;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dl:last-of-type::before {
    height: 67px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dl:last-of-type::before {
    height: 25.5vw;
  }
}
@media screen and (min-width: 769px) {
  .history .item-list dl:last-of-type dd:last-of-type {
    grid-template-rows: auto;
  }
}
.history .item-list dl:last-of-type dd:last-of-type p {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .history .item-list dl:last-of-type dd:last-of-type p {
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding-inline: 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dl:last-of-type dd:last-of-type p {
    line-height: 2;
    padding-inline: 6vw 0;
  }
}
.history .item-list dl:last-of-type dd:last-of-type p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: #F06583 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .history .item-list dl:last-of-type dd:last-of-type p::before {
    border-width: 20.8px 12px 0 12px;
    left: -11.4px;
    top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list dl:last-of-type dd:last-of-type p::before {
    border-width: 3.475vw 2vw 0 2vw;
    left: calc(-1.7375vw + 1px);
    top: 3.5vw;
  }
}

/*----------------------------------------
- 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;
  }
}