@charset "UTF-8";
.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url("../img/common/main_img.webp") no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 45px;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffa775));
  background: -webkit-linear-gradient(transparent 60%, #ffa775 60%);
  background: linear-gradient(transparent 60%, #ffa775 60%);
}

.intro {
  margin-bottom: 107px;
}

.intro__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 68px;
  }
  .intro__text {
    margin-bottom: 40px;
  }
}

.about {
  margin-bottom: 107px;
}

.about__title {
  margin-bottom: 1em;
}

.about__text {
  margin-bottom: 2em;
}

.about__photo {
  margin-bottom: 3em;
}
.about__photo img {
  height:auto;
}

.about__subtitle {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .about__subtitle {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.about-list {
  margin-bottom: 3em;
}

.about-list__item {
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.about-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.about-list__heading {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
  background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
  background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
  position: relative;
}

.about-list__heading--wrap {
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  padding-left: 38px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

.about-list__heading--num {
  width: 40px;
  line-height: 40px;
  border-radius: 100vh;
  background-color: #141414;
  color: #fff;
  text-align: center;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about-list__heading--jug {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/common/icon_jag_orange.svg) no-repeat center center;
  color: #fff;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  text-align: center;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
}

.about-list__heading--jug-num {
  font-size: 2.2rem;
}

.about-list__photo {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.about-list__photo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
  height: 100%;
}

.about-list__desc {
  padding: 30px 36px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .about-list__heading--wrap {
    height: 100px;
    font-size: 1.9rem;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.47368;
  }
  .about-list__heading--num {
    width: 38px;
    line-height: 38px;
    margin-right: 0.5em;
    padding-left: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-list__heading--jug {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 60px 60px;
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .about-list__heading--jug-num {
    font-size: 1.9rem;
  }
  .about-list__desc {
    padding: 15px 18px;
    line-height: 1.5625;
  }
}

.about-list__link {
  color: #e24b07;
  font-weight: 500;
  text-decoration: underline;
}

.about__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.about__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.about__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .about__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .about__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 68px;
  }
  .about-list {
    margin-bottom: 2em;
  }
  .about-list__item {
    border: 1px solid rgba(128, 128, 128, 0.25);
  }
  .about-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .about-list__heading--wrap {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    padding-left: 38px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.9;
    position: relative;
    z-index: 2;
  }
  .about-list__heading--num {
    width: 40px;
    line-height: 40px;
    border-radius: 100vh;
    background-color: #141414;
    color: #fff;
    text-align: center;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-list__heading--jug {
    width: 80px;
    height: 80px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/common/icon_jag_orange.svg) no-repeat center center;
    color: #fff;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    text-align: center;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
  }
  .about-list__heading--jug-num {
    font-size: 2.2rem;
  }
  .about-list__photo {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .about-list__photo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center right;
       object-position: center right;
    height: 100%;
  }
  .about-list__desc {
    padding: 30px 36px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .about-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .about-list__heading--wrap {
    height: 100px;
    font-size: 1.9rem;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.47368;
  }
  .about-list__heading--num {
    width: 38px;
    line-height: 38px;
    margin-right: 0.5em;
    padding-left: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-list__heading--jug {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 60px 60px;
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .about-list__heading--jug-num {
    font-size: 1.9rem;
  }
  .about-list__desc {
    padding: 15px 18px;
    line-height: 1.5625;
  }
}

.sym {
  margin-bottom: 107px;
}

.sym__title {
  margin-bottom: 1.5em;
}

.sym__list {
  margin-bottom: 2em;
}

.sym-item {
  padding: 31px 20px 30px 39px;
  background-color: #eae7e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sym-item__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.sym-item__area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.sym-item__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 250px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 1024px) {
  .sym-item {
    display: block;
  }
  .sym-item__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
  .sym-item__photo img {
    height:auto;
  }
}

.sym-item:not(:last-child) {
  margin-bottom: 20px;
}

.sym-item__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.sym-item__heading::before {
  content: url(../img/common/icon_check.svg);
  width: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-top: 3px;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .sym {
    margin-bottom: 68px;
  }
  .sym-item {
    padding: 20px;
  }
  .sym-item__heading {
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
  .sym-item__heading::before {
    width: 23px;
    margin-top: 2px;
    margin-right: 0.5em;
  }
}

.trust__title {
  margin-bottom: 1em;
}

.trust__text {
  margin-bottom: 60px;
}

.trust__photo {
  margin-bottom: 3em;
}

.trust__subtitle {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .trust__subtitle {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.trust-list {
  margin-bottom: 2em;
}

.trust-list__item {
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.trust-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.trust-list__heading {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
  background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
  background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
  position: relative;
}

.trust-list__heading--wrap {
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  padding-left: 38px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

.trust-list__heading--num {
  width: 40px;
  line-height: 40px;
  border-radius: 100vh;
  background-color: #141414;
  color: #fff;
  text-align: center;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.trust-list__heading--jug {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/common/icon_jag_orange.svg) no-repeat center center;
  color: #fff;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  text-align: center;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
}

.trust-list__heading--jug-num {
  font-size: 2.2rem;
}

.trust-list__photo {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.trust-list__photo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
  height: 100%;
}

.trust-list__desc {
  padding: 30px 36px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .trust-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .trust-list__heading--wrap {
    height: 100px;
    font-size: 1.9rem;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.47368;
  }
  .trust-list__heading--num {
    width: 38px;
    line-height: 38px;
    margin-right: 0.5em;
    padding-left: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trust-list__heading--jug {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 60px 60px;
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .trust-list__heading--jug-num {
    font-size: 1.9rem;
  }
  .trust-list__desc {
    padding: 15px 18px;
    line-height: 1.5625;
  }
}

.trust-list__heading--wrap {
  height: 100px;
}

.trust-list__heading--wrap::before {
  content: '●';
  color: #e24b07;
  font-size: 1rem;
  margin-right: 1em;
}

.trust__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.trust__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.trust__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .trust__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trust__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .trust__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .trust__text {
    margin-bottom: 40px;
  }
  .trust-list__item {
    border: 1px solid rgba(128, 128, 128, 0.25);
  }
  .trust-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .trust-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .trust-list__heading--wrap {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    padding-left: 38px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.9;
    position: relative;
    z-index: 2;
  }
  .trust-list__heading--num {
    width: 40px;
    line-height: 40px;
    border-radius: 100vh;
    background-color: #141414;
    color: #fff;
    text-align: center;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trust-list__heading--jug {
    width: 80px;
    height: 80px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/common/icon_jag_orange.svg) no-repeat center center;
    color: #fff;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    text-align: center;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
  }
  .trust-list__heading--jug-num {
    font-size: 2.2rem;
  }
  .trust-list__photo {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .trust-list__photo img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center right;
       object-position: center right;
    height: 100%;
  }
  .trust-list__desc {
    padding: 30px 36px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .trust-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .trust-list__heading--wrap {
    height: 100px;
    font-size: 1.9rem;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.47368;
  }
  .trust-list__heading--num {
    width: 38px;
    line-height: 38px;
    margin-right: 0.5em;
    padding-left: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .trust-list__heading--jug {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 60px 60px;
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .trust-list__heading--jug-num {
    font-size: 1.9rem;
  }
  .trust-list__desc {
    padding: 15px 18px;
    line-height: 1.5625;
  }
}

@media screen and (max-width: 767px) {
  .trust-list__heading--wrap {
    font-size: 1.8rem;
    line-height: 1.4;
    height: 80px;
  }
  .trust-list__heading--wrap::before {
    margin-right: 0.8em;
  }
}
/*# sourceMappingURL=engage.css.map */