[data-anime].is-show {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-anime-box].is-show [data-anime] {
  opacity: 1;
  filter: none;
  transform: none;
}

[data-anime=c-fade] {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-anime=c-fade-in] {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-mask-right] {
  opacity: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: opacity 1.6s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur] {
  filter: blur(2px);
  opacity: 0;
  transform: scale(1.01);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-blur-in] {
  filter: blur(2px);
  opacity: 0;
  transform: translateY(5px) scale(1.01);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), filter 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anime=c-scale] {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*-------------------------------------------> Viewport size */
/*-------------------------------------------> Design comp size */
/*-------------------------------------------> Media queries */
/*-------------------------------------------> SP : contents width */
/*-------------------------------------------> PC : contents width */
/*-------------------------------------------> web font */
/*-------------------------------------------> hover animation */
/*-------------------------------------------> font size (rem) */
/*-------------------------------------------> percentage (%) */
/*-------------------------------------------> vw ( width / height / padding / margin / position / and more ) */
/*-------------------------------------------> line-height */
/*-------------------------------------------> half */
.content {
  background-color: #1e1840;
  font-family: "Noto Sans JP", "Original Yu Gothic", "Yu Gothic", YuGothic, "Hiragino Sans", sans-serif;
  color: #000;
  max-width: none;
  padding: var(--nav-height, 0) 0 0;
  z-index: auto;
  -webkit-font-smoothing: auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: var(--nav-height, 0) 0 0;
  }
}

.str-renew {
  position: relative;
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

.str-renew .l-header {
  z-index: 20;
}

.localnavi {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .localnavi {
    display: none;
  }
}

.localnavi > p a img {
  width: 125px;
}

.localnavi-box {
  width: calc(100% - 250px);
}

#onetrust-banner-sdk {
  display: none;
}

@media only screen and (max-width: 1420px) {
  .local-menu li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .localnavi-box .local-menu li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1050px) {
  .localnavi-box .local-menu li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .localnavi-box {
    width: calc(100% - 150px);
  }
}
.--c-inner {
  width: 100%;
  max-width: 1150px;
  padding: 0 50px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .--c-inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

.--c-box {
  background-color: #fff;
  padding: 56px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .--c-box {
    border-radius: 5px;
    padding: 15px;
  }
}

.--c-title_bg {
  display: inline-block;
}
.--c-title_bg span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #837ab9;
  box-decoration-break: clone;
  padding: 0px 15px 5px;
}
@media screen and (max-width: 768px) {
  .--c-title_bg span {
    padding: 0 10px 3px;
    font-size: 22px;
    line-height: 2;
  }
}
.--c-title_bg span.--c-en {
  font-size: 38px;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .--c-title_bg span.--c-en {
    font-size: 24px;
  }
}
.--c-title_bg + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .--c-title_bg + p {
    margin-top: 10px;
  }
}

.--c-title_line {
  display: inline-block;
  text-align: center;
}
.--c-title_line span {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  border-bottom: 4px solid #837ab9;
  padding-bottom: 12px;
  letter-spacing: 0.05em;
}
.--c-title_line span:last-child {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .--c-title_line span {
    display: inline;
    font-size: 21px;
    line-height: 2;
    border-bottom: 3px solid #837ab9;
    padding-bottom: 3px;
  }
}

.--c-text_l {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .--c-text_l {
    font-size: 12px;
    text-align: left;
    line-height: 1.75;
  }
}
.--c-text_l span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .--c-text_l span {
    display: inline;
  }
}

.--c-text_s {
  color: #fff;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .--c-text_s {
    font-size: 12px;
    line-height: 1.75;
  }
}
.--c-text_s span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .--c-text_s span {
    display: inline;
  }
}

.--c-grid {
  display: grid;
}
.--c-grid.type-col-4 {
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.--c-grid.type-col-4 > div {
  padding: 40px 28px;
}
@media (max-width: 1000px) {
  .--c-grid.type-col-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .--c-grid.type-col-4 > div {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 768px) {
  .--c-grid.type-col-4 {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 15px;
  }
  .--c-grid.type-col-4 > div {
    padding: 15px;
  }
}
.--c-grid.type-col-3 {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.--c-grid.type-col-3 > div {
  padding: 40px 28px;
}
@media screen and (max-width: 768px) {
  .--c-grid.type-col-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: row;
    gap: 10px;
  }
  .--c-grid.type-col-3 > div {
    padding: 15px;
  }
}
.--c-grid.type-col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.--c-grid.type-col-2 > div {
  padding: 40px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .--c-grid.type-col-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .--c-grid.type-col-2 > div {
    padding: 15px;
  }
}

.--c-en {
  font-family: "Poppins", sans-serif;
}

.trustee section + section {
  padding-block: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .trustee section + section {
    padding-block: 30px;
  }
}

.trustee-foot {
  margin-top: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .trustee-foot {
    margin-top: 30px;
  }
}
.trustee-foot .trustee-foot__inner {
  position: relative;
  z-index: 1;
  background-image: url(/product/trustee/img/trustee-foot-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 50px;
}
.trustee-foot .trustee-foot__wrap {
  display: flex;
  gap: 0 50px;
  justify-content: center;
  max-width: 1050px;
  margin-inline: auto;
}
.trustee-foot .trustee-foot__box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px 30px;
  text-align: center;
  width: 100%;
}
.trustee-foot .trustee-foot__box .trustee-foot__illust {
  min-height: 55px;
  margin: 0 auto;
}
.trustee-foot .trustee-foot__box .trustee-foot__illust img {
  width: 54px;
}
.trustee-foot .trustee-foot__box:nth-child(2) .trustee-foot__illust img {
  width: 40px;
}
.trustee-foot .trustee-foot__box .trustee-foot__text {
  margin-top: 20px;
}
.trustee-foot .trustee-foot__box .trustee-foot__text p {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
}
.trustee-foot .trustee-foot__box .trustee-foot__btn {
  margin: 30px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  background-color: #837ab9;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.trustee-foot .trustee-foot__box .trustee-foot__btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.trustee-foot .trustee-deco .deco05 {
  position: absolute;
  top: -480px;
  right: 0;
  width: 555px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .trustee-foot .trustee-deco .deco05 {
    top: -200px;
    width: 251px;
  }
}
@media screen and (max-width: 768px) {
  .trustee-foot .trustee-foot__inner {
    padding: 50px 30px;
    background-image: url(/product/trustee/img/trustee-foot-bg-sp.jpg);
  }
  .trustee-foot .trustee-foot__wrap {
    flex-direction: column;
    gap: 20px 0;
  }
  .trustee-foot .trustee-foot__box {
    padding: 20px;
    max-width: 100%;
  }
  .trustee-foot .trustee-foot__box .trustee-foot__illust {
    min-height: 40px;
  }
  .trustee-foot .trustee-foot__box .trustee-foot__illust img {
    width: 46px;
  }
  .trustee-foot .trustee-foot__box:nth-child(2) .trustee-foot__illust img {
    width: 30px;
  }
  .trustee-foot .trustee-foot__box .trustee-foot__text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .trustee-foot .trustee-foot__box .trustee-foot__btn {
    max-width: 200px;
    height: 31px;
    border-radius: 15.5px;
    font-size: 11px;
    letter-spacing: 0;
  }
  .trustee-foot .trustee-foot__box .trustee-foot__btn::before {
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #fff;
    right: 14px;
  }
}

.trustee-alliance {
  background-color: #fff;
}
.trustee-alliance .trustee-foot {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .trustee-alliance .trustee-foot {
    margin-top: 0;
  }
}
.trustee-alliance .trustee-foot .trustee-deco {
  display: none;
}
.trustee-alliance section.hero {
  position: relative;
  min-height: 460px;
  background-color: #1e1840;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero {
    min-height: 0;
  }
}
.trustee-alliance section.hero::after {
  content: "";
  background-image: url(../img/kv.png);
  background-image: image-set(url(../img/kv.png) 1x, url(../img/kv@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  width: 100%;
  height: 460px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero::after {
    background-image: url(../img/kv-sp.png);
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 368px;
    top: 0;
    right: 0;
  }
}
.trustee-alliance section.hero .hero-inner {
  position: relative;
  z-index: 1;
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 40px 0;
  text-align: unset;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-inner {
    min-height: 0;
    padding: 50px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.trustee-alliance section.hero .hero-wrapper {
  display: inline-block;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-wrapper {
    margin-left: 0;
  }
}
.trustee-alliance section.hero .hero-title {
  text-align: center;
}
.trustee-alliance section.hero .hero-title .txt > span,
.trustee-alliance section.hero .hero-title .lead > span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.trustee-alliance section.hero .hero-title .txt > span::after,
.trustee-alliance section.hero .hero-title .lead > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  right: -3px;
  height: 8px;
  background-color: #5b5389;
  transform: translateY(-60%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-title .txt > span::after,
  .trustee-alliance section.hero .hero-title .lead > span::after {
    height: 4px;
  }
}
.trustee-alliance section.hero .hero-title .txt {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-title .txt {
    font-size: 16px;
    line-height: 1.7;
  }
}
.trustee-alliance section.hero .hero-title .lead {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin-block: 8px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-title .lead {
    font-size: 16px;
    margin-block: 4px 12px;
    line-height: 1.7;
  }
}
.trustee-alliance section.hero .hero-title img.svg-en {
  display: block;
  width: 371px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-title img.svg-en {
    width: 240px;
    margin: 20px auto 0;
  }
}
.trustee-alliance section.hero .hero-btn-wrap {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trustee-alliance section.hero .hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 54px;
  background-color: #ffb129;
  border-radius: 999px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .trustee-alliance section.hero .hero-btn {
    transition: background-color 0.3s;
  }
  .trustee-alliance section.hero .hero-btn:hover {
    background-color: rgba(255, 177, 41, 0.7);
  }
}
.trustee-alliance section.hero .hero-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #000;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.trustee-alliance section.hero .hero-btn span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.hero .hero-btn-wrap {
    margin-top: 40px;
  }
  .trustee-alliance section.hero .hero-btn {
    width: 240px;
    height: 44px;
  }
  .trustee-alliance section.hero .hero-btn::before {
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #000;
    right: 14px;
  }
  .trustee-alliance section.hero .hero-btn span {
    font-size: 14px;
  }
}
.trustee-alliance section.about {
  background-color: #f2f2f2;
  padding-block: 100px 50px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about {
    padding-block: 50px 25px;
  }
}
.trustee-alliance section.about .about-title {
  text-align: center;
}
.trustee-alliance section.about .about-title .about-title__en {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #433e90;
  border-bottom: 2px solid #433e90;
  padding-bottom: 4px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-title .about-title__en {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
.trustee-alliance section.about .about-title .about-title__ja {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.trustee-alliance section.about .about-title .about-title__ja .--en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  vertical-align: -0.03em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-title .about-title__ja {
    margin-top: 16px;
    font-size: 22px;
  }
}
.trustee-alliance section.about .about-text {
  margin: 28px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-text {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
}
.trustee-alliance section.about .about-box {
  margin-top: 48px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(30, 24, 64, 0.1);
  padding: 55px 55px 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box {
    margin-top: 28px;
    border-radius: 8px;
    padding: 15px 15px 15px;
    box-shadow: 0 4px 16px rgba(30, 24, 64, 0.1);
  }
}
.trustee-alliance section.about .about-box__title {
  text-align: center;
}
.trustee-alliance section.about .about-box__title img {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__title img {
    width: 90px;
  }
}
.trustee-alliance section.about .about-box__diagram {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__diagram {
    margin-top: 16px;
    border: solid 1px #433e90;
  }
}
.trustee-alliance section.about .about-box__diagram img,
.trustee-alliance section.about .about-box__diagram picture {
  display: block;
  width: 100%;
  height: auto;
}
.trustee-alliance section.about .about-box__diagram picture img {
  width: 100%;
  height: auto;
}
.trustee-alliance section.about .about-box__cert {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__cert {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
  }
}
.trustee-alliance section.about .about-box__cert-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  padding-right: 32px;
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__cert-text {
    font-size: 8px;
    line-height: 1.6;
    padding-right: 0;
    border-right: none;
    text-align: center;
  }
}
.trustee-alliance section.about .about-box__cert-badge {
  display: flex;
  align-items: center;
  gap: 0 14px;
  flex: 0 0 auto;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__cert-badge {
    justify-content: center;
    gap: 0 12px;
    padding-left: 0;
  }
}
.trustee-alliance section.about .about-box__cert-badge img {
  display: block;
  width: 84px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__cert-badge img {
    width: 40px;
  }
}
.trustee-alliance section.about .about-box__cert-note {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.55;
  color: #333;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.about .about-box__cert-note {
    font-size: 8px;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
  }
}
.trustee-alliance section.feature {
  background-color: #f2f2f2;
  padding-block: 50px 110px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature {
    padding-block: 40px 55px;
  }
}
.trustee-alliance section.feature .feature-title {
  text-align: center;
}
.trustee-alliance section.feature .feature-title span {
  color: #fff;
  background-color: #433e90;
}
.trustee-alliance section.feature .feature-text {
  margin: 40px auto 0;
  max-width: 900px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
}
.trustee-alliance section.feature .feature-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-wrapper {
    margin-top: 25px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.trustee-alliance section.feature .feature-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(30, 24, 64, 0.08);
  padding: 35px 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box {
    display: grid;
    grid-template-columns: min(53%, 140px) 1fr;
    grid-template-areas: "img head" "text text";
    align-items: center;
    gap: 14px 12px;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0 4px 14px rgba(30, 24, 64, 0.08);
  }
}
.trustee-alliance section.feature .feature-box__img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__img {
    grid-area: img;
  }
}
.trustee-alliance section.feature .feature-box__img img {
  display: block;
  width: 100%;
  height: auto;
}
.trustee-alliance section.feature .feature-box__head {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__head {
    grid-area: head;
    margin-top: 0;
    text-align: center;
  }
}
.trustee-alliance section.feature .feature-box__head > span:not(.feature-box__label) {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7333333333;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__head > span:not(.feature-box__label) {
    font-size: 12px;
    line-height: 1.5;
  }
}
.trustee-alliance section.feature .feature-box__label {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #433e90;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__label {
    margin-top: 8px;
    padding: 4px 6px 6px;
    font-size: 16px;
  }
}
.trustee-alliance section.feature .feature-box__textarea {
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__textarea {
    grid-area: text;
  }
}
.trustee-alliance section.feature .feature-box__textarea p {
  margin: 15px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__textarea p {
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.65;
  }
}
.trustee-alliance section.feature .feature-box__textarea p.note {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.feature .feature-box__textarea p.note {
    margin-top: 8px;
    font-size: 10px;
  }
}
.trustee-alliance section.reason {
  position: relative;
  background-color: #fff;
  padding-block: 100px 110px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason {
    padding-block: 50px 55px;
  }
}
.trustee-alliance section.reason .reason-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
.trustee-alliance section.reason .reason-deco--tl {
  top: 0;
  left: 0;
  width: 428px;
  height: 422px;
  background-image: url(../img/reason-bg-top-left.png);
  background-image: image-set(url(../img/reason-bg-top-left.png) 1x, url(../img/reason-bg-top-left@2x.png) 2x);
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-deco--tl {
    width: 214px;
    height: 211px;
  }
}
.trustee-alliance section.reason .reason-deco--br {
  right: 0;
  bottom: 0;
  width: 588px;
  height: 333px;
  background-image: url(../img/reason-bg-bottom-right.png);
  background-image: image-set(url(../img/reason-bg-bottom-right.png) 1x, url(../img/reason-bg-bottom-right@2x.png) 2x);
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-deco--br {
    width: 294px;
    height: 166.5px;
  }
}
.trustee-alliance section.reason .reason-inner {
  position: relative;
  z-index: 1;
}
.trustee-alliance section.reason .reason-title {
  text-align: center;
}
.trustee-alliance section.reason .reason-title .reason-title__en {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #433e90;
  border-bottom: 2px solid #433e90;
  padding-bottom: 4px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-title .reason-title__en {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
.trustee-alliance section.reason .reason-title .reason-title__ja {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.trustee-alliance section.reason .reason-title .reason-title__ja .--en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  vertical-align: -0.03em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-title .reason-title__ja {
    margin-top: 16px;
    font-size: 22px;
  }
}
.trustee-alliance section.reason .reason-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-list {
    margin-top: 28px;
    gap: 16px;
  }
}
.trustee-alliance section.reason .reason-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(30, 24, 64, 0.1);
  padding: 36px 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box {
    display: grid;
    grid-template-columns: 1fr 55%;
    grid-template-areas: "head img" "text text";
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
    border-radius: 8px;
    padding: 18px 16px 20px;
    box-shadow: 0 4px 16px rgba(30, 24, 64, 0.1);
  }
}
.trustee-alliance section.reason .reason-box__body {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box__body {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box__head {
    grid-area: head;
    min-width: 0;
  }
}
.trustee-alliance section.reason .reason-box__label {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #433e90;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box__label {
    font-size: 13px;
  }
}
.trustee-alliance section.reason .reason-box__title {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.02em;
}
.trustee-alliance section.reason .reason-box__title span {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box__title {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.45;
  }
  .trustee-alliance section.reason .reason-box__title span {
    display: inline-block;
  }
}
.trustee-alliance section.reason .reason-box__text {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box__text {
    grid-area: text;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.7;
  }
}
.trustee-alliance section.reason .reason-box__img {
  flex-shrink: 0;
  width: 255px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.reason .reason-box__img {
    grid-area: img;
    width: 100%;
    max-width: 145px;
    margin-left: auto;
  }
}
.trustee-alliance section.reason .reason-box__img img {
  display: block;
  width: 100%;
  height: auto;
}
.trustee-alliance section.option {
  background-color: #f2f2f2;
  padding-block: 100px 110px;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.option {
    padding-block: 50px 55px;
  }
}
.trustee-alliance section.option .option-title {
  text-align: center;
}
.trustee-alliance section.option .option-title .option-title__en {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #433e90;
  border-bottom: 2px solid #433e90;
  padding-bottom: 4px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.option .option-title .option-title__en {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
.trustee-alliance section.option .option-title .option-title__ja {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.option .option-title .option-title__ja {
    margin-top: 16px;
    font-size: 22px;
  }
}
.trustee-alliance section.option .option-text {
  margin: 28px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.option .option-text {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
}
.trustee-alliance section.option .option-box {
  margin-top: 48px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(30, 24, 64, 0.1);
  padding: 40px 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trustee-alliance section.option .option-box {
    margin-top: 28px;
    border-radius: 8px;
    padding: 16px 12px;
    box-shadow: 0 4px 16px rgba(30, 24, 64, 0.1);
  }
}
.trustee-alliance section.option .option-box img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}