.content {
  padding: 0;
  max-width: none;
  background-color: #1e1840;
  color: #000;
  font-family: "Noto Sans JP","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Sans",sans-serif;
  font-feature-settings: "palt";
}

br.sp {
  display: none;
}

br.pc {
  display: block;
}

.trustee-localnavi {
  display: flex;
}

.trustee-localnavi .ai-logo>a img {
  width: 125px;
}

.trustee-localnavi .trustee-anchor {
  display: flex;
  gap: 30px;
  margin-left: 110px;
}

.trustee-localnavi .trustee-anchor li a span {
  font-size: 14px;
}

.trustee-localnavi .localnavi-box {
  float: unset;
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}

.--c-inner {
  width: 100%;
  max-width: 1150px;
  padding: 0 50px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.--c-box {
  background-color: #fff;
  padding: 56px;
  border-radius: 6px;
}

.--c-title_bg {
  display: inline-block;
}

.--c-title_bg span {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  background-color: #837ab9;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 15px 5px;
}

.--c-title_bg span.--c-en {
  font-size: 38px;
  font-weight: 600;
  padding: 0;
  background-color: rgba(0,0,0,0);
  letter-spacing: .04em;
}

.--c-title_bg+p {
  margin-top: 40px;
}

.--c-title_line {
  display: inline-block;
  text-align: center;
}

.--c-title_line span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  border-bottom: 4px solid #837ab9;
  padding-bottom: 12px;
  letter-spacing: .05em;
}

.--c-title_line span:last-child {
  margin-top: 2rem;
}

.--c-text_l {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}

.--c-text_l span {
  display: inline-block;
}

.--c-text_s {
  color: #fff;
  font-size: 14px;
  line-height: 1.8571428571;
}

.--c-text_s span {
  display: inline-block;
}

.--c-grid {
  display: grid;
}

.--c-grid.type-col-3 {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.--c-grid.type-col-3>div {
  padding: 40px 28px;
}

.--c-grid.type-col-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.--c-grid.type-col-2>div {
  padding: 40px;
  border-radius: 0;
}

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

section+section {
  margin-top: 180px;
  padding-top: 50px;
  position: relative;
}

.trustee section.hero {
  position: relative;
}

.trustee section.hero::after {
  content: "";
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1137px;
  height: 727px;
  position: absolute;
  top: -114px;
  left: calc(50% - 265px);
  z-index: 0;
}

.trustee section.hero .hero-inner {
  position: relative;
  z-index: 1;
  padding: 120px 0 200px;
  text-align: unset;
}

.trustee section.hero .hero-wrapper {
  display: inline-block;
  margin-left: 50px;
}

.trustee section.hero .hero-title {
  text-align: center;
}

.trustee section.hero .hero-title span.ja {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .05em;
}

.trustee section.hero .hero-title img.svg-en {
  display: block;
  width: 371px;
  margin: 30px 0;
}

.trustee section.hero .hero-title img.svg-ja {
  width: 371px;
}

.trustee section.hero .hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 70px;
  background-color: #ffb129;
  border-radius: 35px;
  position: relative;
  margin: 48px auto 0;
}

.trustee 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 section.hero .hero-btn span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: .08em;
}

.trustee section.about .about-inner .about-title .about-title__top span {
  font-size: 20px;
  border-bottom: 2px solid #837ab9;
  padding-bottom: 3px;
}

.trustee section.about .about-inner .about-title .about-title__bottom {
  margin-top: 35px;
}

.trustee section.about .about-inner .about-sub__title {
  margin-top: 75px;
}

.trustee section.about .about-inner .about-text {
  margin-top: 45px;
}

.trustee section.about .about-inner .about-box {
  margin-top: 50px;
}

.trustee section.about .about-inner .about-box .about-box__head {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 30px;
  margin-bottom: 30px;
}

.trustee section.about .about-inner .about-box .about-box__head>span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background-color: #837ab9;
  padding: 12px;
  min-width: 174px;
}

.trustee section.about .about-inner .about-box .about-box__head p {
  color: #000;
}

.trustee section.about .about-inner .about-box .about-box__head .about-box__head-img {
  display: block;
  width: 347px;
  margin: 0 auto 10px;
}

.trustee section.about .about-inner .about-box.box02 .about-box__head span {
  background-color: #445962;
}

.trustee section.about .about-inner .about-box.box02 .about-box__img {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.trustee section.about .about-inner .about-box.box03 {
  margin-top: 120px;
  position: relative;
}

.trustee section.about .about-inner .about-box.box03 .about-box__head span {
  background-color: #433e90;
}

.trustee section.about .about-inner .about-box.box03 .about-box__img {
  padding-top: 30px;
  border-top: 1px solid #433e90;
}

.trustee section.about .about-inner .about-box.box03::before {
  content: "";
  position: absolute;
  background-image: url(../img/about-box-arrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -94px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 70px;
}

.trustee section.feature .feature-inner .feature-title {
  margin-top: 0px;
}

.trustee section.feature .feature-inner .feature-sub__title {
  margin-top: 80px;
}

.trustee section.feature .feature-inner .feature-sub__title+.feature-sub__text {
  margin-top: 30px;
}

.trustee section.feature .feature-inner .feature-wrapper {
  margin-top: 60px;
}

.trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__head {
  grid-area: grid-02;
  margin-top: 25px;
}

.trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__head span {
  grid-area: grid-02;
  display: block;
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 700;
  letter-spacing: .02em;
  color: #000;
}

.trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__head span.--c-title_bg {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  padding: 5px 8px 8px;
  margin-top: 10px;
  color: #fff;
  background-color: #433e90;
}

.trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__textarea {
  grid-area: grid-03;
}

.trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__textarea p {
  margin-top: 15px;
  color: #000;
  text-align: left;
  padding: 0 10px;
}

.trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__textarea p.note {
  margin-top: 15px;
  font-size: 12px;
}

.trustee section.feature .feature-inner .feature-banner {
  margin-top: 80px;
}

.trustee section.feature .feature-inner .feature-banner>a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 60px;
}

.trustee section.feature .feature-inner .feature-banner>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/feature-banner-bg.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  z-index: -1;
}

.trustee section.feature .feature-inner .feature-banner>a .feature-banner__head img {
  width: 272px;
}

.trustee section.feature .feature-inner .feature-banner>a .feature-banner__text {
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
}

.trustee section.scene .scene-inner .scene-wrapper {
  margin-top: 55px;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box {
  position: relative;
  padding: 30px 25px 60px;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #433e90;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__tag span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__head span {
  color: #000;
  font-size: 22px;
  letter-spacing: .02em;
  border-bottom: 3px solid #433e90;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__img {
  margin: 25px 0 15px;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__text p {
  color: #000;
  text-align: left;
  padding: 0 10px;
}

.trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__text p.note {
  margin-top: 15px;
  font-size: 12px;
}

.trustee section.question .question-inner .question-wrapper {
  margin-top: 75px;
}

.trustee section.question .question-inner .question-box:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.5);
}

.trustee section.question .question-inner .question-box__head {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  background-color: #433e90;
  cursor: pointer;
  transition: background-color .3s;
}

.trustee section.question .question-inner .question-box__head span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  display: block;
  position: relative;
}

.trustee section.question .question-inner .question-box__head span:before {
  content: "Q.";
  font-size: 28px;
  font-weight: 700;
  color: #837ab9;
  font-family: "Poppins",sans-serif;
  margin-right: 15px;
}

.trustee section.question .question-inner .question-box__head .question-box__head-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.trustee section.question .question-inner .question-box__head .question-box__head-icon:before,
.trustee section.question .question-inner .question-box__head .question-box__head-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s linear;
}

.trustee section.question .question-inner .question-box__head .question-box__head-icon::after {
  width: 2px;
  height: 100%;
}

.trustee section.question .question-inner .question-box__textarea {
  height: 0;
  overflow: hidden;
  transition: height .3s ease-out;
  background-color: #fff;
  text-align: left;
}

.trustee section.question .question-inner .question-box__textarea p {
  padding: 40px;
  color: #000;
}

.trustee section.question .question-inner .question-box__textarea p a {
  color: #000;
  text-decoration: underline;
}

.trustee section.question .question-inner .question-box input[type=checkbox] {
  display: none;
}

.trustee section.question .question-inner .question-box input[type=checkbox]:checked+.question-box__head .question-box__head-icon:before {
  opacity: 0;
}

.trustee section.question .question-inner .question-box input[type=checkbox]:checked+.question-box__head .question-box__head-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.trustee section.question .question-inner .question-btn {
  margin: 60px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  height: 70px;
  background-color: #837ab9;
  border-radius: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .08em;
}

.trustee section.question .question-inner .question-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 .trustee-foot {
  margin-top: 230px;
  position: relative;
}

.trustee .trustee-foot .trustee-foot__inner {
  position: relative;
  z-index: 1;
  background-image: url(../img/trustee-foot-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.trustee .trustee-foot .trustee-foot__box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.trustee .trustee-foot .trustee-foot__box .trustee-foot__illust {
  width: 54px;
  margin: 0 auto;
}

.trustee .trustee-foot .trustee-foot__box .trustee-foot__text {
  margin-top: 20px;
}

.trustee .trustee-foot .trustee-foot__box .trustee-foot__text p {
  font-size: 20px;
  letter-spacing: .1em;
  color: #000;
}

.trustee .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: 275px;
  height: 50px;
  background-color: #837ab9;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
}

.trustee .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 .trustee-deco .deco01 {
  position: absolute;
  top: -215px;
  left: 0;
  width: 428px;
  z-index: 0;
}

.trustee .trustee-deco .deco02 {
  position: absolute;
  top: 600px;
  right: 0;
  width: 304px;
  z-index: 0;
}

.trustee .trustee-deco .deco03 {
  position: absolute;
  top: 400px;
  left: 0;
  width: 409px;
  z-index: 0;
}

.trustee .trustee-deco .deco04 {
  position: absolute;
  top: -200px;
  right: 0;
  width: 588px;
  z-index: 0;
}

.trustee .trustee-deco .deco05 {
  position: absolute;
  top: -480px;
  right: 0;
  width: 555px;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .trustee-localnavi .trustee-anchor li a {
    transition: opacity .3s;
  }

  .trustee-localnavi .trustee-anchor li a:hover {
    opacity: .7;
  }

  .trustee section.hero .hero-btn {
    transition: background-color .3s;
  }

  .trustee section.hero .hero-btn:hover {
    background-color: rgba(255,177,41,.7);
  }

  .trustee section.about {
    margin-top: 0;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box {
    padding: 35px 25px;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-2 .feature-box {
    padding: 50px;
  }

  .trustee section.feature .feature-inner .feature-banner>a:hover:after {
    opacity: .7;
  }

  .trustee section.feature .feature-inner .feature-banner>a .feature-banner__head {
    padding-right: 5.8%;
    margin-right: 5.8%;
    border-right: 1px solid rgba(255,255,255,.5);
  }

  .trustee section.question .question-inner .question-box__head {
    transition: background-color .3s;
  }

  .trustee section.question .question-inner .question-box__head:hover {
    background-color: rgba(75,70,102,.7);
  }

  .trustee section.question .question-inner .question-box__textarea p a:hover {
    text-decoration: none;
  }

  .trustee section.question .question-inner .question-btn {
    transition: background-color .3s;
  }

  .trustee section.question .question-inner .question-btn:hover {
    background-color: rgba(131,122,185,.7);
  }

  .trustee .trustee-foot .trustee-foot__box .trustee-foot__btn {
    transition: background-color .3s;
  }

  .trustee .trustee-foot .trustee-foot__box .trustee-foot__btn:hover {
    background-color: rgba(131,122,185,.7);
  }
}

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

  br.pc {
    display: none;
  }

  .trustee-localnavi {
    display: none;
  }

  .--c-inner {
    max-width: 100%;
    padding: 0 15px;
  }

  .--c-box {
    border-radius: 5px;
    padding: 15px;
  }

  .--c-title_bg span {
    padding: 0 10px 3px;
    font-size: 22px;
    line-height: 2;
  }

  .--c-title_bg span.--c-en {
    font-size: 24px;
  }

  .--c-title_bg+p {
    margin-top: 10px;
  }

  .--c-title_line span {
    display: inline;
    font-size: 18px;
    line-height: 2;
    border-bottom: 3px solid #837ab9;
    padding-bottom: 3px;
  }

  .--c-text_l {
    font-size: 12px;
    text-align: left;
    line-height: 1.75;
  }

  .--c-text_l span {
    display: inline;
  }

  .--c-text_s {
    font-size: 12px;
    line-height: 1.75;
  }

  .--c-text_s span {
    display: inline;
  }

  .--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(1, 1fr);
    gap: 10px;
  }

  .--c-grid.type-col-2>div {
    padding: 15px;
  }

  section+section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .trustee section.hero::after {
    background-image: url(../img/hero-bg-sp.png);
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 368px;
    top: 0;
    left: 0;
  }

  .trustee section.hero .hero-inner {
    padding: 50px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .trustee section.hero .hero-wrapper {
    margin-left: 0;
  }

  .trustee section.hero .hero-title span.ja {
    font-size: 18px;
  }

  .trustee section.hero .hero-title img.svg-en {
    width: 240px;
    margin: 20px 0;
  }

  .trustee section.hero .hero-title img.svg-ja {
    width: 240px;
  }

  .trustee section.hero .hero-btn {
    width: 240px;
    height: 44px;
    margin-top: 40px;
  }

  .trustee 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 section.hero .hero-btn span {
    font-size: 14px;
  }

  .trustee section.about .about-inner .about-title .about-title__top span {
    font-size: 14px;
  }

  .trustee section.about .about-inner .about-title .about-title__bottom {
    margin-top: 12px;
  }

  .trustee section.about .about-inner .about-sub__title {
    margin-top: 35px;
  }

  .trustee section.about .about-inner .about-text {
    margin-top: 8px;
  }

  .trustee section.about .about-inner .about-box {
    margin-top: 25px;
  }

  .trustee section.about .about-inner .about-box .about-box__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }

  .trustee section.about .about-inner .about-box .about-box__head>span {
    min-width: 100px;
    padding: 5px;
    font-size: 14px;
  }

  .trustee section.about .about-inner .about-box .about-box__head .about-box__head-img {
    width: 96px;
  }

  .trustee section.about .about-inner .about-box.box02 .about-box__img {
    padding-top: 15px;
  }

  .trustee section.about .about-inner .about-box.box03 {
    margin-top: 70px;
  }

  .trustee section.about .about-inner .about-box.box03 .about-box__img {
    padding-top: 15px;
  }

  .trustee section.about .about-inner .about-box.box03::before {
    width: 10px;
    height: 35px;
    top: -50px;
  }

  .trustee section.feature .feature-inner .feature-sub__title {
    margin-top: 30px;
  }

  .trustee section.feature .feature-inner .feature-sub__title+.feature-sub__text {
    margin-top: 20px;
  }

  .trustee section.feature .feature-inner .feature-wrapper {
    margin-top: 25px;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box {
    display: grid;
    grid-template-columns: 53% 1fr;
    grid-template-areas: "grid-01 grid-02" "grid-03 grid-03";
    align-items: center;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box__img {
    grid-area: grid-01;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box__head {
    grid-area: grid-02;
    margin-top: 25px;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box__textarea {
    grid-area: grid-03;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-2 .box01 .feature-box__img {
    width: 192px;
    margin: 0 auto;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-2 .box02 .feature-box__img {
    width: 181px;
    margin: 0 auto;
  }

  .trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__head {
    margin-top: 0;
    text-align: center;
  }

  .trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__head span {
    font-size: 12px;
  }

  .trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__head span.--c-title_bg {
    font-size: 16px;
    padding: 4px 6px 6px;
  }

  .trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__textarea p {
    padding: 0;
  }

  .trustee section.feature .feature-inner .feature-wrapper .feature-box .feature-box__textarea p.note {
    font-size: 10px;
  }

  .trustee section.feature .feature-inner .feature-banner {
    margin-top: 30px;
  }

  .trustee section.feature .feature-inner .feature-banner>a {
    background-image: url(../img/feature-banner-bg-sp.jpg);
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

  .trustee section.feature .feature-inner .feature-banner>a .feature-banner__head img {
    width: 197px;
  }

  .trustee section.feature .feature-inner .feature-banner>a .feature-banner__text {
    font-size: 12px;
    line-height: 1.6666666667;
    text-align: center;
    margin-top: 20px;
  }

  .trustee section.scene .scene-inner .scene-wrapper {
    margin-top: 30px;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box {
    padding: 37px 15px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "grid-02 grid-01" "grid-03 grid-03";
    align-items: center;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__head {
    grid-area: grid-01;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__img {
    grid-area: grid-02;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__text {
    grid-area: grid-03;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__tag {
    min-width: 60px;
    padding: 5px;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__tag span {
    font-size: 13px;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__head span {
    font-size: 16px;
    padding-bottom: 0;
    border-bottom: 2px solid #433e90;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__img {
    margin: 0;
    min-width: 50%;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__text {
    margin-top: 15px;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__text p {
    padding: 0;
  }

  .trustee section.scene .scene-inner .scene-wrapper .scene-box .scene-box__text p.note {
    font-size: 10px;
  }

  .trustee section.question .question-inner .question-wrapper {
    margin-top: 30px;
  }

  .trustee section.question .question-inner .question-box__head {
    padding: 7.5px 12.5px;
  }

  .trustee section.question .question-inner .question-box__head span {
    font-size: 14px;
    text-indent: -2.5em;
    margin-left: 2.5em;
    line-height: 1.25;
  }

  .trustee section.question .question-inner .question-box__head span:before {
    font-size: 20px;
    margin-right: 12.5px;
  }

  .trustee section.question .question-inner .question-box__head .question-box__head-icon {
    width: 12px;
    height: 12px;
    right: 14px;
  }

  .trustee section.question .question-inner .question-box__textarea p {
    padding: 20px 15px;
  }

  .trustee section.question .question-inner .question-btn {
    margin-top: 30px;
    max-width: 240px;
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: .05em;
  }

  .trustee section.question .question-inner .question-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 .trustee-foot {
    margin-top: 60px;
  }

  .trustee .trustee-foot .trustee-foot__inner {
    padding: 50px 30px;
    background-image: url(../img/trustee-foot-bg-sp.jpg);
  }

  .trustee .trustee-foot .trustee-foot__box {
    padding: 20px;
    max-width: 100%;
  }

  .trustee .trustee-foot .trustee-foot__box .trustee-foot__illust {
    width: 46px;
  }

  .trustee .trustee-foot .trustee-foot__box .trustee-foot__text p {
    font-size: 16px;
    line-height: 1.5;
  }

  .trustee .trustee-foot .trustee-foot__box .trustee-foot__btn {
    max-width: 160px;
    height: 31px;
    border-radius: 15.5px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .trustee .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 .trustee-deco .deco01 {
    top: 0px;
    width: 225px;
  }

  .trustee .trustee-deco .deco02 {
    top: 350px;
    width: 94px;
  }

  .trustee .trustee-deco .deco03 {
    top: -150px;
    width: 221px;
  }

  .trustee .trustee-deco .deco04 {
    top: -80px;
    width: 223px;
  }

  .trustee .trustee-deco .deco05 {
    top: -200px;
    width: 251px;
  }
}

@media screen and (max-width: 768px)and (max-width: 768px) {
  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box__img {
    width: 100%;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box__head {
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (min-width: 769px)and (max-width: 768px) {
  .trustee section.feature .feature-inner .feature-wrapper.type-col-3 .feature-box {
    padding: 20px 15px;
  }

  .trustee section.feature .feature-inner .feature-wrapper.type-col-2 .feature-box {
    padding: 15px;
  }
}