@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

#tmpl_content {
  background: #F4F5F7;
  color: #333;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  text-align: center;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  #tmpl_content {
    min-width: 1190px;
    width: auto;
  }
}
#tmpl_content * {
  box-sizing: border-box;
}
#tmpl_content *:focus {
  outline: 3px solid #d4412d;
  outline-offset: 3px;
}
#tmpl_content *:focus:not(:focus-visible) {
  outline: 0;
}
#tmpl_content a:hover,
#tmpl_content a:focus {
  transition: all linear 0.2s;
}
#tmpl_content h1,
#tmpl_content h2,
#tmpl_content h3,
#tmpl_content h4,
#tmpl_content h5,
#tmpl_content h6 {
  line-height: 1.33;
}
#tmpl_content .button {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: normal;
  font-family: "SST W20 Heavy", "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 1;
  background: #d4412d;
  border-radius: 40px;
  height: 44px;
  padding: 18px 78px;
  text-decoration: none;
  color: #fff;
  font-size: clamp(16px, 2vw, 16px);
  vertical-align: bottom;
}
#tmpl_content .button:hover, #tmpl_content .button:focus {
  background: #693832;
}
#tmpl_content img {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  #tmpl_content img {
    max-width: 100%;
    height: auto;
  }
}

.kakko {
  text-indent: -0.5em;
  margin-right: 0.125em;
  display: inline-block;
}

.tojikakko {
  margin-right: -0.35em;
  margin-left: 0.125em;
  display: inline-block;
}

.kutouten {
  display: inline-block;
  margin-right: -0.5em;
}

@media screen and (max-width: 640px) {
  .hide-sp {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .hide-pc {
    display: none !important;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.splide__track {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .splide__track {
    padding-bottom: 65px;
  }
}

.splide__arrow {
  height: 52px;
  width: 52px;
  background: #fff;
  opacity: 1;
  background: url("../img/theme/arrow-next.svg") no-repeat 55% 50% white;
  background-size: 8.31px 16.63px;
}
.splide__arrow svg {
  display: none;
}
@media screen and (max-width: 640px) {
  .splide__arrow {
    transform: translateY(-50px);
  }
}

.splide__pagination {
  gap: 0.5em;
}
@media screen and (max-width: 640px) {
  .splide__pagination {
    bottom: 35px;
  }
}

@media screen and (min-width: 641px) {
  .splide__arrows {
    min-width: 1030px;
    width: auto;
    position: absolute;
    top: 0;
    left: calc(50% - 515px);
    height: 100%;
  }
}

.splide__arrow--prev {
  transform: scale(-1, 1) translateY(-50%);
}
@media screen and (min-width: 641px) {
  .splide__arrow--prev {
    left: -50px;
  }
}
@media screen and (min-width: 1031px) {
  .splide__arrow--prev {
    left: -70px;
  }
}
@media screen and (max-width: 640px) {
  .splide__arrow--prev {
    left: calc(50% - 70px);
    top: 100%;
    transform: translateY(-50px) scale(-1, 1);
  }
}

@media screen and (min-width: 641px) {
  .splide__arrow--next {
    right: -50px;
  }
}
@media screen and (min-width: 1031px) {
  .splide__arrow--next {
    right: -75px;
  }
}
@media screen and (max-width: 640px) {
  .splide__arrow--next {
    right: calc(50% - 70px);
    top: 100%;
  }
}

.sus-contents {
  padding: 0 32px 160px;
  overflow-x: hidden;
}

.sus-grid {
  color: #333333;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
}
@media screen and (max-width: 640px) {
  .sus-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 30px 0;
  }
}
.sus-grid a {
  text-decoration: none;
  color: #333333;
}
.sus-grid-item {
  text-align: left;
  position: relative;
  width: 20.625rem;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .sus-grid-item {
    width: 100%;
  }
}
.sus-grid-deco {
  margin-top: 33px;
}
.sus-grid-deco img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.sus-grid-text {
  padding: 22px calc(28px - 1em) 22px 28px;
  padding: 22px 28px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 15em;
  /* height: 100%; */
}
.sus-grid-text br {
  display: none;
}
.sus-grid-text br:nth-of-type(1) {
  display: block;
}
.sus-grid-thumb {
  overflow: hidden;
}
.sus-grid-thumb img {
  transition: all ease-in-out 0.2s;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/218;
  height: auto;
}
.sus-grid-thumb:hover img, .sus-grid-thumb:focus img {
  transition: all ease-in-out 0.2s;
  transform: scale(1.05);
  filter: brightness(80%);
}
.sus-grid-new::after {
  content: "NEW";
  color: #fff;
  background: #d4412d;
  display: grid;
  place-items: center;
  border-radius: 100%;
  width: 68px;
  height: 68px;
  font-size: 16px;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  color: #fff;
  position: absolute;
  right: -34px;
  top: -34px;
}
@media screen and (max-width: 640px) {
  .sus-grid-new::after {
    right: -13px;
  }
}
.sus-grid-more {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  vertical-align: bottom;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.sus-grid-more::after {
  content: ">";
}
.sus-grid-more::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: -1px;
  transform: scale(0, 1);
  opacity: 0;
  transform-origin: left top;
  transition: transform 0.2s;
}
.sus-grid-tags {
  display: flex;
  align-items: flex-start;
  gap: 5px 3px;
  flex-wrap: wrap;
}
.sus-grid-tag {
  background: #F2F2F2;
  border-radius: 40px;
  font-size: 12px;
  line-height: 1.3em;
  padding: 0.4em 1em 0.3em;
  flex-shrink: 0;
}
.sus-grid-tag-DEandI span, .sus-grid-tag-DEandIEn span {
  display: none;
}
.sus-grid-tag-DEandI::after, .sus-grid-tag-DEandIEn::after {
  content: "Diversity";
}
.sus-grid-item:hover .sus-grid-more::before, .sus-grid-item:focus .sus-grid-more::before {
  opacity: 1;
  transform: scale(1, 1);
}
.sus-grid-special-heading {
  color: #333333;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: 21px;
  margin: 20px 0 56px;
}
.sus-grid-special-subheading {
  color: #d4412d;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
.sus-grid-topics-heading {
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: clamp(1.062rem, 2vw, 1.125rem);
  line-height: 1.33;
  margin: 0 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.sus-grid-topics-date {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 500;
  font-family: "SST W20 Roman", "SST W55 Regular", "Yu Gothic Medium", "YuGothic", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 0.6em;
  line-height: 1;
  border-left: 4px solid #d4412d;
}
.sus-grid-large {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (max-width: 640px) {
  .sus-grid-large {
    display: block;
  }
}
.sus-grid-item-large {
  display: grid;
  grid-template-columns: 565px auto;
  width: 1030px;
  max-width: 100%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .sus-grid-item-large {
    display: block;
  }
}
.sus-grid-item-large .sus-grid-text {
  padding: 0 35px 20px;
  background: #fff;
  height: auto;
  justify-content: center;
}
.sus-grid-item-large .sus-grid-special-heading {
  font-size: clamp(1.375rem, 5vw, 1.875rem);
  margin: 0 0 56px;
}
.sus-grid-item-large .sus-grid-special-heading-en {
  margin: 0 0 20px;
}
.sus-grid-item-large .sus-grid-special-subheading {
  font-size: clamp(16px, 3vw, 20px);
  margin: 40px 0 20px;
}
.sus-grid-item-large .sus-grid-special-subheading-en {
  font-size: clamp(16px, 3vw, 18px);
  margin: 30px 0 20px;
}
.sus-grid-item-large .sus-grid-thumb img {
  width: 565px;
  height: 375px;
}

.sus-nav {
  text-align: right;
  position: fixed;
  right: 103px;
  top: 90px;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .sus-nav {
    top: 80px;
    right: 10px;
  }
}

.sus-nav-fixed {
  transition: top 0.3s ease-in-out;
  top: 20px;
}
@media screen and (max-width: 640px) {
  .sus-nav-fixed {
    top: 10px;
  }
}

.js .sus-nav button {
  background-color: #fff;
  border: 0;
  color: #fff;
  font: inherit;
  padding: 0;
  z-index: 2;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
}
.js .sus-nav button:hover {
  background-color: #cccccc;
}
.js .sus-nav button[aria-expanded=false] {
  background-image: url("../img/theme/hamburger.svg");
}
.js .sus-nav button[aria-expanded=true] {
  background-image: url("../img/theme/hamburger-ate.svg");
}

.sus-nav ul {
  transform: translateX(100vw);
  background-color: #fff;
  list-style: none;
  max-inline-size: 70ch;
  padding: 70px 0 1rem 0.5rem;
}
@media screen and (max-width: 640px) {
  .sus-nav ul {
    max-inline-size: auto;
    width: 100vw;
  }
}

.js .sus-nav ul {
  inset-inline: 0;
  position: absolute;
  top: -110px;
  width: 420px;
  height: calc(100vh + 80px);
  display: grid;
  place-content: center;
  transition: transform 0.3s ease-out;
  transform: translateX(100vw);
}
@media screen and (max-width: 640px) {
  .js .sus-nav ul {
    max-inline-size: auto;
    width: 100vw;
    place-content: center start;
    padding-left: 35px;
    height: calc(100vh + 100px);
  }
}
.js .sus-nav button[aria-expanded=false] + ul {
  transform: translateX(100vw);
  opacity: 0;
  transition: transform 0.3s ease-out;
}
.js .sus-nav button[aria-expanded=true] + ul {
  transform: translateX(calc(-100% + 160px));
  opacity: 1;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 640px) {
  .js .sus-nav button[aria-expanded=true] + ul {
    max-inline-size: 100vw;
    transform: translateX(calc(-100vw + 65px));
    width: 100vw;
  }
}

.sus-nav ul > * + * {
  margin-block-start: 0.25rem;
}

.sus-nav a:-moz-any-link {
  color: #333333;
  display: inline-block;
  padding: 9px 0;
  text-decoration: none;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  position: relative;
}

.sus-nav a:any-link {
  color: #333333;
  display: inline-block;
  padding: 9px 0;
  text-decoration: none;
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sus-nav a:-moz-any-link {
    font-size: 26px;
  }
  .sus-nav a:any-link {
    font-size: 26px;
  }
}
.sus-nav a:-moz-any-link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 10px;
  transform: scale(0, 1);
  opacity: 0;
  transform-origin: left top;
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
}
.sus-nav a:any-link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: 10px;
  transform: scale(0, 1);
  opacity: 0;
  transform-origin: left top;
  transition: transform 0.2s;
}

.sus-nav a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.sus-nav li {
  text-align: left;
}

.sus-nav .sus-nav__language {
  margin-top: 80px;
}

.sus-nav .language {
  text-align: left;
  display: flex;
  align-items: center;
}

.sus-nav .language a {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sus-nav .language a {
    font-size: 20px;
  }
}

.sus-nav .en {
  margin-right: 7px;
}

.sus-nav .ja {
  margin-left: 7px;
}

.sus-pagination {
  width: 100%;
}
.sus-pagination ol {
  padding: 0;
  margin: 98px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 30px;
}
.sus-pagination li {
  display: inline-flex;
}
.sus-pagination li::before {
  content: "​";
}
.sus-pagination-link {
  font-size: 1rem;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #333333;
  background: #fff;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-pagination-link:hover {
  background: #d4412d;
  color: #fff;
}
.sus-pagination-link[aria-current=page] {
  background: #d4412d;
  color: #fff;
}
.sus-pagination-link span {
  transform: translate(0px, 0.5px);
}
.sus-pagination-next .sus-pagination-link, .sus-pagination-prev .sus-pagination-link {
  background-color: transparent;
  background: url("../img/theme/arrow-prev.svg") no-repeat 50% 50%;
}
.sus-pagination-next > span, .sus-pagination-prev > span {
  opacity: 0.5;
}
.sus-pagination-next .sus-pagination-link {
  transform: scale(-1, 1);
}

.sus-top {
  padding-bottom: 10px;
}
.sus-top-heading {
  font-size: clamp(55px, 5vw, 66px);
  margin: 0 0 46px;
  line-height: 1 !important;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-family: "SST W20 Heavy", "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-top-hello {
  background: #E9EDF2;
  margin-bottom: 120px;
  padding: 0;
  min-height: 54.6vw;
}
.sus-top-hello svg {
  vertical-align: top;
}
.sus-top-hello svg > d {
  width: 100%;
}
@media screen and (min-width: 1190px) {
  .sus-top-hello {
    width: auto;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}
@media screen and (max-width: 640px) {
  .sus-top-hello {
    min-height: 187.316425121vw;
  }
}
.sus-top-special {
  position: relative;
  padding: 64px 0 160px;
  overflow: hidden;
}
@media screen and (min-width: 1190px) {
  .sus-top-special {
    min-width: 1190px;
    width: auto;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
  }
}
.sus-top-special .sus-top-heading {
  padding-top: 20px;
  margin-bottom: 22px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sus-top-special .sus-top-heading picture, .sus-top-special .sus-top-heading img {
    width: 190px;
  }
}
.sus-top-special-article {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 1030px !important;
}
.sus-top-special-article-comingsoon {
  background: #fff;
  display: grid;
  place-items: center;
  width: 1080px;
  max-width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 640px) {
  .sus-top-special-article-comingsoon {
    padding: 0 27px;
  }
}
.sus-top-special-article-comingsoon-text {
  transform: translateX(-5px);
}
.sus-top-special-article-comingsoon h3 {
  color: #d4412d;
  font-size: 30px;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  margin-bottom: 0;
}
.sus-top-special-article-comingsoon p {
  max-width: 400px;
  font-size: 20px;
  margin-top: 18px;
}
.sus-top-special-article-comingsoon-en p {
  line-height: 1.6;
}
.sus-top-special-deco {
  display: flex;
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco div {
    transform: scale(0.8);
  }
}
.sus-top-special-deco-1 img {
  transform: translateY(7px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco-1 img {
    transform: translateX(-10px);
  }
}
.sus-top-special-deco-2 img {
  transform: translateY(7px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco-2 img {
    transform: translate3d(0px, 0px, 0);
  }
}
.sus-top-special-deco-3 img {
  transform: translateY(7px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco-3 img {
    transform: translate3d(40px, 0px, 0);
  }
}
.sus-top-special-deco-4 img {
  transform: translateY(-3px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco-4 img {
    transform: translate3d(40px, -8px, 0);
  }
}
.sus-top-special-deco-5 img {
  transform: translateY(17px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco-5 img {
    transform: translate3d(30px, 8px, 0);
  }
}
.sus-top-special-deco-6 img {
  transform: translateY(5px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-deco-6 img {
    transform: translate3d(50px, -2px, 0);
  }
}
.sus-top-special-decos {
  max-width: 100%;
  position: relative;
  height: 140px;
  margin-bottom: -140px;
}
.sus-top-special-cloud1 {
  position: absolute;
  left: calc(50% - 484px);
  top: 9px;
}
@media screen and (max-width: 640px) {
  .sus-top-special-cloud1 {
    left: 0px;
    top: 60px;
  }
}
.sus-top-special-cloud2 {
  position: absolute;
  left: calc(50% - 350px);
  top: 50px;
}
@media screen and (max-width: 640px) {
  .sus-top-special-cloud2 {
    left: 50px;
    top: 10px;
  }
}
.sus-top-special-cloud3 {
  position: absolute;
  left: calc(50% + 269px);
  top: 65px;
}
@media screen and (max-width: 640px) {
  .sus-top-special-cloud3 {
    transform: scale(0.9);
    right: 30px;
    left: auto;
    top: 10px;
  }
}
.sus-top-special-cloud4 {
  position: absolute;
  left: calc(50% + 335px);
  top: 5px;
  transform: scale(0.9);
}
@media screen and (max-width: 640px) {
  .sus-top-special-cloud4 {
    transform: scale(0.7);
    right: -40px;
    left: auto;
    top: 50px;
  }
}
.sus-top-special-cloud5 {
  position: absolute;
  left: calc(50% + 520px);
  top: 50px;
}
@media screen and (max-width: 640px) {
  .sus-top-special-cloud5 {
    transform: scale(0.8);
    right: 30px;
    left: auto;
    top: 85px;
  }
}
.sus-top-special-bird1 {
  position: absolute;
  left: calc(50% - 394px);
  top: 20px;
}
@media screen and (max-width: 640px) {
  .sus-top-special-bird1 {
    left: 40px;
    top: 40px;
  }
}
.sus-top-special-balloon1 {
  position: absolute;
  left: calc(50% + 330px);
  top: 30px;
  transform: scale(0.9);
}
@media screen and (max-width: 640px) {
  .sus-top-special-balloon1 {
    right: 50px;
    transform: scale(0.7);
    transform-origin: right top;
    left: auto;
    top: 55px;
  }
}
.sus-top-special-balloon2 {
  position: absolute;
  left: calc(50% + 420px);
  top: -20px;
  transform: scale(1);
}
@media screen and (max-width: 640px) {
  .sus-top-special-balloon2 {
    right: 10px;
    transform: scale(0.7);
    transform-origin: right top;
    left: auto;
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sus-top-topics-heading picture, .sus-top-topics-heading img {
    width: 140px;
  }
}
.sus-top-topics-article {
  max-width: 1030px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media screen and (max-width: 640px) {
  .sus-top-topics {
    display: block;
  }
}
.sus-top-topics .splide {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sus-top-topics .splide {
    margin-right: -32px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 640px) {
  .sus-top-topics .splide__track {
    padding-top: 0;
  }
}
.sus-top-topics .sus-grid {
  display: grid !important;
  place-items: center;
}
@media screen and (max-width: 740px) {
  .sus-top-topics .sus-grid {
    display: flex !important;
    gap: 0;
  }
}
.sus-top-topics .sus-grid-deco {
  overflow: hidden;
}
.sus-top-topics .sus-grid-topics-heading {
  margin-top: 0;
}
.sus-top-topics .sus-grid-item {
  max-width: 19.125rem;
}
@media screen and (max-width: 640px) {
  .sus-top-topics .sus-grid-item {
    max-width: calc(100vw - 100px);
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sus-top-approach {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 640px) {
  .sus-top-approach-heading img {
    width: 312px;
  }
}
.sus-top-approach-text {
  font-size: clamp(19px, 5vw, 22px);
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-top-approach-image {
  margin-top: 48px;
  margin-bottom: 48px;
  transform: translateX(28px);
  overflow: hidden;
}

.sus-page, .sus-article {
  background: url("../img/theme/bg_pc.png") center top;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 25px 100px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1190px) {
  .sus-page, .sus-article {
    margin: 0;
    width: unset;
  }
}
@media screen and (max-width: 640px) {
  .sus-page, .sus-article {
    width: 100vw;
    background: url("../img/theme/bg_sp.png") center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
.sus-page-heading, .sus-article-heading {
  font-size: clamp(55px, 5vw, 66px);
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  font-weight: normal;
  font-family: "SST W20 Heavy", "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 1 !important;
  text-align: center;
}
.sus-page-date, .sus-article-date {
  text-align: right;
}
@media screen and (min-width: 641px) {
  .sus-page-date, .sus-article-date {
    font-size: 17px;
  }
}
.sus-page-article, .sus-article-article {
  background: #fff;
  border-radius: 15px;
  max-width: 1190px;
  margin: 0 auto;
  padding: 83px 55px 100px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sus-page-article, .sus-article-article {
    padding: 83px 32px 100px;
  }
}
.sus-page dfn, .sus-article dfn {
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .sus-article-article {
    padding: 20px 32px 40px;
  }
}

@media screen and (max-width: 640px) {
  .sus-approach-heading picture, .sus-approach-heading img {
    width: 216px;
  }
}
.sus-approach-intro {
  display: grid;
  grid-template-columns: 391fr 224fr;
  gap: 48px 100px;
  max-width: 730px;
  margin: 56px auto 143px;
}
@media screen and (max-width: 640px) {
  .sus-approach-intro {
    grid-template-columns: 1fr;
    margin: 56px auto 93px;
  }
}
.sus-approach-intro-text {
  font-size: clamp(16px, 2vw, 17px);
  line-height: 2.12;
  order: 1;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  margin-top: 22px;
}
@media screen and (max-width: 640px) {
  .sus-approach-intro-text {
    order: 2;
    text-align: center;
    line-height: 1.875;
    margin-top: 0px;
  }
}
.sus-approach-intro-text-small {
  font-size: clamp(11px, 2vw, 14px);
  line-height: 1.71;
  font-weight: 300;
}
.sus-approach-intro-text-small small {
  display: inline;
}
.sus-approach-intro-text-en {
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 1.88;
  margin-top: 0px;
}
.sus-approach-intro-box {
  order: 2;
  transform: translateX(60px);
}
@media screen and (max-width: 640px) {
  .sus-approach-intro-box {
    transform: translateX(0px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.sus-approach-intro-circle {
  position: absolute;
  width: 200px;
  height: 200px;
}
.sus-approach-intro-circle__circle {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sus-approach-intro-circle__text {
  color: #d4412d;
  font-size: 19px;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-approach-intro-circle__text-en {
  color: #d4412d;
  font-size: 22px;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 26px;
  text-align: center;
}
.sus-approach-intro-image {
  height: 120px;
  z-index: 2;
  position: relative;
  margin-top: 160px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sus-approach-intro-image {
    transform: translateX(15px);
  }
}
.sus-approach-intro-image img {
  height: 100%;
}
.sus-approach-point {
  width: 730px;
  max-width: 100%;
  margin: -10px auto 135px;
}
.sus-approach-point-intro {
  text-align: center;
  margin: -10px auto 70px;
}
@media screen and (max-width: 640px) {
  .sus-approach-point-intro {
    grid-template-columns: 1fr;
    margin: -10px auto 40px;
  }
}
.sus-approach-point-heading {
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: clamp(26px, 2vw, 32px);
}
.sus-approach-point-heading span {
  color: #d4412d;
  font-size: clamp(38px, 2vw, 45px);
  transform: translateY(-0.04em);
}
.sus-approach-point-text {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 640px) {
  .sus-approach-point-text {
    text-align: center;
  }
}
.sus-approach-point-text-spacing {
  letter-spacing: -0.08em;
}
.sus-approach-3point {
  margin-top: 22px;
  display: grid;
  grid-column: 1/3;
  gap: 70px 68px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 640px) {
  .sus-approach-3point {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    gap: 30px;
  }
}
.sus-approach-3point-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sus-approach-3point h3 {
  text-align: center;
  color: #d4412d;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 1;
  margin-bottom: 1.1em;
}
.sus-approach-3point p {
  font-size: 14px;
  line-height: 1.714;
}
.sus-approach-3point img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sus-approach-3point .img1 {
  transform: translate(13px, -5px);
}
.sus-approach-3point .img2 {
  transform: translate(22px, -1px);
}
.sus-approach-4point {
  margin: -30px auto 0;
  text-align: center;
}
.sus-approach-4point-heading {
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  font-size: clamp(26px, 2vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sus-approach-4point-heading span {
  color: #d4412d;
  font-size: clamp(38px, 2vw, 45px);
  transform: translateY(-0.04em);
}
.sus-approach-4point-text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 2;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  max-width: 100%;
  margin: 0 auto;
}
.sus-approach-4point .tabs {
  margin: 50px auto 0;
}
.sus-approach-4point .tabs-list {
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
  margin: 0 auto 66px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width: 793px;
  padding: 13px 0;
}
@media screen and (max-width: 640px) {
  .sus-approach-4point .tabs-list {
    gap: 0;
  }
}
.sus-approach-4point .tabs-tab {
  color: #696969;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: clamp(14px, 2vw, 16px);
  height: 33px;
  line-height: 1.3;
  border: 0;
  padding: 0 20px;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease-out;
}
.sus-approach-4point .tabs-tab[aria-selected=true], .sus-approach-4point .tabs-tab:hover, .sus-approach-4point .tabs-tab:focus {
  color: #d4412d;
}
@media screen and (max-width: 640px) {
  .sus-approach-4point .tabs-tab {
    width: 50%;
    padding: 0;
  }
}
.sus-approach-4point .tabs-panel {
  opacity: 1;
  width: 100%;
}
.sus-approach-4point .tabs .splide__track {
  max-width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 641px) {
  .sus-approach-4point .tabs .splide__track {
    width: 1040px;
    transform: translateX(20px);
    padding-bottom: 0;
  }
}
@media screen and (min-width: 641px) {
  .sus-approach-4point .tabs .splide__arrow--prev {
    transform: translateY(-50%) scale(-1, 1);
  }
}
.sus-approach-4point .tabs .splide__arrow {
  background: url("../img/theme/arrow-next.svg") no-repeat 55% 50% white;
  background-size: auto 28px;
}
.sus-approach-4point .tabs .splide__arrow svg {
  display: none;
}
.sus-approach-4point .sus-grid-tag {
  background: #fff;
}
.sus-approach-4point .sus-grid-text {
  background: hsl(220, 16%, 96%);
  white-space: normal;
}

.sus-article {
  font-size: 14px;
}
.sus-article p {
  padding: 20px 0;
  margin: 0;
}
.sus-article img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sus-article img.top {
  -o-object-position: center -82px;
     object-position: center -82px;
}
@media screen and (max-width: 640px) {
  .sus-article img.top {
    -o-object-position: center center;
       object-position: center center;
  }
}
.sus-article img.bottom {
  -o-object-position: center -20px;
     object-position: center -20px;
}
@media screen and (max-width: 640px) {
  .sus-article img.bottom {
    -o-object-position: center center;
       object-position: center center;
  }
}
.sus-article-container {
  width: 809px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 809px) {
  .sus-article-container {
    width: 100%;
  }
}
.sus-article-aside {
  padding: 70px 0;
}
.sus-article-aside p {
  padding: 0;
  margin-bottom: 1em;
}
.sus-article-heading {
  text-align: left;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.368 !important;
  letter-spacing: 0.02em !important;
  font-family: inherit;
  font-feature-settings: "palt";
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .sus-article-heading {
    margin: 20px 0;
  }
}
.sus-article-heading-en {
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: 0em !important;
}
.sus-article-subheading {
  font-size: 18px;
  display: block;
  color: #d4412d;
  margin-bottom: 26px;
}
.sus-article-subheading-en {
  font-size: clamp(18px, 3vw, 20px);
}
@media screen and (max-width: 640px) {
  .sus-article-eyecatch img {
    margin-right: -32px;
    margin-left: -32px;
    width: calc(100% + 64px);
    max-width: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .sus-article-eyecatch img {
    margin-right: -100px;
    margin-left: -100px;
    width: calc(100% + 200px);
    max-width: none !important;
  }
}
.sus-article-spacer {
  height: 60px;
  width: 100%;
}
.sus-article-section-heading {
  font-size: 16px;
  color: #d4412d;
  margin-bottom: 25px 0;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  padding: 20px 0;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .sus-article-section-heading {
    padding: 40px 0 20px;
  }
}
.sus-article-section h3 {
  margin: 0;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  padding-top: 20px;
}
.sus-article-section-takeaway {
  padding: 10px 0 0 !important;
  margin-bottom: 20px !important;
}
.sus-article-section-bold, .sus-article-section b {
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-article-section-figure {
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .sus-article-section-figure {
    margin: 0 0 20px 0;
  }
}
.sus-article-section-figure-col2 {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .sus-article-section-figure-col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.sus-article-section-figure figcaption {
  margin-top: 1em;
  font-size: 12px;
  line-height: 1.75;
}
.sus-article-section-figure iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.sus-article-section-strong {
  display: block;
  padding: 1rem;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  background: white;
  position: relative;
  z-index: 2;
  margin: 30px 0;
}
.sus-article-section-strong::before, .sus-article-section-strong::after {
  content: "";
  display: block;
  width: 16px;
  height: 36px;
  background: white;
  border: 2px solid #d4412d;
  position: absolute;
  z-index: -1;
}
.sus-article-section-strong::before {
  top: 10px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .sus-article-section-strong::before {
    top: 7px;
    left: 0px;
  }
}
.sus-article-section-strong::after {
  bottom: 14px;
  right: 0px;
  border-left: 0;
  border-top: 0;
}
.sus-article-section-strong-en {
  display: block;
  padding: 1rem;
  font-size: clamp(16px, 3vw, 26px);
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  background: white;
  position: relative;
  z-index: 2;
  margin: 20px 0;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .sus-article-section-strong-en {
    margin: 0;
  }
}
.sus-article-section-strong-en::before, .sus-article-section-strong-en::after {
  content: "''";
  display: block;
  color: #d4412d;
  position: absolute;
  z-index: -1;
  font-size: 34px;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .sus-article-section-strong-en::before, .sus-article-section-strong-en::after {
    font-size: 30px;
  }
}
.sus-article-section-strong-en::before {
  top: -4px;
  left: -2px;
  border-right: 0;
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .sus-article-section-strong-en::before {
    top: -13px;
    left: 0px;
  }
}
.sus-article-section-strong-en::after {
  bottom: -17px;
  right: 20px;
  border-left: 0;
  border-top: 0;
}
@media screen and (max-width: 640px) {
  .sus-article-section-strong-en::after {
    right: 0px;
  }
}
.sus-article-profile {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 641px) {
  .sus-article-profile {
    grid-template-columns: 240fr 350fr;
  }
}
.sus-article-profile + .sus-article-profile {
  margin-top: 40px;
}
.sus-article-profile-wrapper {
  max-width: 620px;
  margin-bottom: 80px;
}
.sus-article-profile-wrapper-en {
  max-width: 690px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .sus-article-profile-image img {
    max-width: 185px !important;
  }
}
.sus-article-profile-subheading {
  color: #d4412d;
  font-size: 15px;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .sus-article-profile-subheading {
    margin: 0 0 20px;
  }
}
.sus-article-profile-heading {
  font-size: clamp(24px, 1vw, 26px);
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-article-profile-heading span {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .sus-article-profile-heading {
    margin: 0 0 27px;
  }
}
.sus-article-profile-heading-en {
  font-size: clamp(24px, 2vw, 30px);
  margin-bottom: 10px;
}
.sus-article-profile-personal {
  font-size: 14px;
  line-height: 2;
  margin-top: 0px;
}
.sus-article-profile-personal p {
  padding: 0;
}
@media screen and (max-width: 640px) {
  .sus-article-profile-personal {
    margin-top: 0px;
  }
}
.sus-article-profile-title {
  margin: 0;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  line-height: 2 !important;
}
@media screen and (min-width: 641px) {
  .sus-article-profile-en {
    grid-template-columns: 206fr 350fr;
  }
}
.sus-article-fotter {
  margin: 45px auto 118px 0;
}
.sus-article-author {
  font-size: 12px;
  margin-bottom: 45px;
}
.sus-article-tags {
  padding: 70px 0;
}
.sus-article-tags .post-tag {
  background: #F4F5F7;
  font-size: 13px;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  color: inherit;
  text-decoration: none;
  border-radius: 30px;
  padding: 1px 1em;
  margin-bottom: 5px;
  display: inline-block;
}
.sus-article-tags .post-tag:hover, .sus-article-tags .post-tag.is_active {
  background: #d4412d;
  color: #fff;
}
.sus-article-share {
  margin-top: 30px;
  display: grid;
  grid-template-columns: max-content max-content max-content;
  gap: 20px;
  place-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
}
.sus-article-share a {
  border-radius: 100%;
  background: #333333;
}
.sus-article-share img {
  vertical-align: top;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .sus-article-share img {
    width: 38px;
    height: 38px;
  }
}
.sus-article-share a:hover img {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

.sus-archive {
  padding: 94px 30px 150px;
}
.sus-archive-heading {
  z-index: 1;
  position: relative;
  font-size: clamp(55px, 5vw, 66px);
  font-weight: normal;
  font-family: "SST W20 Heavy", "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1 !important;
}
.sus-archive-tags {
  padding: 50px 0 100px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .sus-archive-tags {
    padding: 42px 0 57px;
  }
}
.sus-archive-tags > div {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .sus-archive-tags > div {
    justify-content: start;
  }
}
.sus-archive-tags > div + div {
  margin-top: 5px;
}
.sus-archive-tags .sus-grid-tag {
  background: #fff;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  font-weight: normal;
  font-family: "SST W15 Bold", "SST W55 Bold", "Yu Gothic Medium", "YuGothic", sans-serif;
  color: inherit;
  text-decoration: none;
}
.sus-archive-tags .sus-grid-tag:hover, .sus-archive-tags .sus-grid-tag.is_active {
  background: #d4412d;
  color: #fff;
}
.sus-archive-tags .sus-grid-tag.is_sleep {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sus-archive-list {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
  gap: 50px;
}

@keyframes slideup {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.slideup {
  animation: slideup 0.6s cubic-bezier(0.4, 0, 0.2, 1) 500ms;
}

@media screen and (min-width: 641px) {
  .SpecailContents__top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.sus-top-special-decos.viewall {
  transform: translateY(-110px);
}
@media screen and (max-width: 640px) {
  .sus-top-special-decos.viewall {
    transform: translateY(-170px);
  }
}

.SpecailContents .sus-grid-text {
  height: 17em;
}
.SpecailContents .sus-grid-special-heading {
  margin: 0px 0 4px;
}
.SpecailContents .sus-grid-special-subheading {
  margin-bottom: 10px;
}

.Related .sus-grid-special-heading {
  margin: 10px 0 20px;
}
.Related .sus-grid-special-subheading {
  margin-bottom: 10px;
}
.Related .sus-grid-text {
  height: 250px;
  background-color: #F4F5F7;
}
@media screen and (max-width: 640px) {
  .Related .sus-grid-text {
    height: 290px;
  }
}
.Related .sus-grid-topics-heading {
  margin-top: 10px;
}

.Related.sus-archive-heading {
  text-align: center;
  margin-top: 160px;
}

.Related-en .sus-grid-text {
  height: 300px;
}
@media screen and (max-width: 640px) {
  .Related-en .sus-grid-text {
    min-height: 240px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */