/*----------------------------------------

	AMBASSADOR CSS

-----------------------------------------*/
@media screen and (min-width: 769px) {
  .c-title__wrap {
    padding-block-start: 240px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap {
    padding-block-start: 30.75vw;
  }
}
.c-title__wrap .c-box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box {
    width: min(1280px, 90%);
    grid-template-columns: 1fr auto 1fr;
  }
}
.c-title__wrap .c-box .c-title-unique {
  display: grid;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique {
    grid-column: 2/3;
    grid-row: 1/2;
    gap: 18px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box .c-title-unique {
    gap: 1.5vw;
  }
}
.c-title__wrap .c-box .c-title-unique span {
  text-align: center;
  font-weight: var(--font-medium);
}
.c-title__wrap .c-box .c-title-unique .font14_12 {
  color: var(--color-primarydefault);
  line-height: 1;
}
.c-title__wrap .c-box .c-title-unique .font48_28 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .c-title-unique .font48_28 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box .c-title-unique .font48_28 {
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 769px) {
  .c-title__wrap .c-box .upperpage {
    height: -moz-fit-content;
    height: fit-content;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .c-title__wrap .c-box .upperpage {
    grid-column: 1/-1;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap .c-box .upperpage {
    margin-block-start: 5.25vw;
  }
}

.links {
  background-color: var(--color-ghostwhite);
}
@media screen and (min-width: 769px) {
  .links {
    margin-block-start: 179px;
    padding-block: 26px;
  }
}
@media screen and (max-width: 768px) {
  .links {
    margin-block-start: 20vw;
    padding-block: 5vw;
  }
}
.links a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 0.7em;
}
.links .font16_14 {
  order: 2;
}
@media screen and (min-width: 769px) {
  .links .font16_14 {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .links .font16_14 {
    line-height: 1.5;
  }
}
.links .c-icon-base {
  order: 1;
}
@media screen and (min-width: 769px) {
  .links .c-icon-base {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .links .c-icon-base {
    height: 5vw;
    width: 5vw;
  }
}
.links .c-icon-base::after {
  width: 70%;
  height: 70%;
  background-image: url(/asset/img/common/ic-dots-white.svg);
}
@media (hover: hover) {
  .links a:hover .c-icon-base::after {
    background-image: url(/asset/img/common/ic-dots-white.svg);
  }
}

/*----------------------------------------
	- AMBASSADOR
-----------------------------------------*/
.ambassador {
  display: grid;
}
@media screen and (min-width: 769px) {
  .ambassador {
    margin-block-start: 160px;
    gap: 136px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador {
    margin-block-start: 14.75vw;
    gap: 20vw;
  }
}
.ambassador section.radius-right {
  background: linear-gradient(125deg, rgba(249, 211, 228, 0.65) 0%, rgba(255, 240, 243, 0.65) 100%);
}
.ambassador section.radius-left {
  background: linear-gradient(-125deg, rgba(249, 211, 228, 0.65) 0%, rgba(255, 240, 243, 0.65) 100%);
}
@media screen and (min-width: 769px) {
  .ambassador section .c-box {
    width: min(1000px, 90%);
  }
}
.ambassador section .font28_20 {
  font-weight: var(--font-medium);
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 769px) {
  .ambassador section .font28_20 {
    letter-spacing: 0.02em;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador section .font28_20 {
    letter-spacing: 0.03em;
    gap: 5vw;
  }
}
.ambassador section .font28_20 > span:nth-of-type(1) {
  color: var(--color-primarydark);
}
@media screen and (max-width: 768px) {
  .ambassador section .font28_20 > span:nth-of-type(2) {
    width: calc(100% + 2.5vw);
  }
}
.ambassador section .font28_20 > span:nth-of-type(2) span {
  display: inline-block;
}
.ambassador section .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .ambassador section .box {
    grid-template-columns: 1fr 50%;
    grid-template-rows: 1fr auto auto;
    margin-block-start: 60px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador section .box {
    gap: 2.5vw;
  }
}
.ambassador section .box .font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .ambassador section .box .font16_14 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .ambassador section .box .font16_14 {
    margin-block: 5vw 5.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ambassador section .box .img01 {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.ambassador section .box .img02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .ambassador section .box .img02 {
    grid-column: 1/2;
    grid-row: 2/3;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador section .box .img02 {
    gap: 2.5vw;
  }
}
.ambassador section .box .img03 {
  display: grid;
  grid-template-columns: 66% 1fr;
}
@media screen and (min-width: 769px) {
  .ambassador section .box .img03 {
    grid-column: 1/-1;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador section .box .img03 {
    gap: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ambassador section:nth-of-type(even) {
    padding-block: 120px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador section:nth-of-type(even) {
    padding-block: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .ambassador section:nth-of-type(even) .box {
    grid-template-columns: 50% 1fr;
  }
}
@media screen and (min-width: 769px) {
  .ambassador section:nth-of-type(even) .box .font16_14 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .ambassador section:nth-of-type(even) .box .img01 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .ambassador section:nth-of-type(even) .box .img02 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.ambassador section:nth-of-type(even) .box .img03 {
  grid-template-columns: 1fr 66%;
}
.ambassador section:nth-of-type(3) .box .img03 {
  grid-template-columns: 62% 1fr;
}
.ambassador .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .ambassador .item-list {
    width: min(1000px, 90%);
    padding-block-start: 15px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ambassador .item-list {
    gap: 4.75vw;
  }
}
.ambassador .item-list li {
  display: grid;
}
@media screen and (min-width: 769px) {
  .ambassador .item-list li {
    grid-template-columns: 100px 340px 1fr;
  }
}
.ambassador .item-list li span {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .ambassador .item-list li span {
    letter-spacing: 0.03em;
  }
}
.ambassador .item-list li span:nth-child(1) {
  color: var(--color-primarydark);
}