@media screen and (max-width: 768px) {
  #contents {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #contents > section:first-child {
    padding-top: 0;
  }
  #contents > section + section {
    padding-top: 0;
  }
}
#contents .subttl {
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #contents .subttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#contents .subttl:before, #contents .subttl:after {
  margin-left: -20px;
}

#contents .subttl.color-safety:after {
  background-color: #33b963;
}

#contents .subttl.color-friendly:after {
  background-color: #f15089;
}

#contents .subttl.color-positive:after {
  background-color: #3377ff;
}

#contents .subttl.color-notice:after {
  background-color: #ff7033;
}

#contents .subttl > .__date {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 1em;
  font-weight: normal;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

@media screen and (max-width: 768px) {
  #contents .subttl > .__date {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
#contents .subttl + .subbody {
  margin-top: 30px;
}

#contents * + .content-section {
  margin-top: 40px;
}

#contents .content-section + .content-section {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #contents .content-section + .content-section {
    margin-top: 30px;
  }
}
#contents .content-heading {
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  padding: 5px 30px;
  line-height: 1.75;
  position: relative;
}

#contents .content-heading:before, #contents .content-heading:after {
  content: "";
  background-size: 12px 12px;
  background-position: center center;
  width: 12px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents .content-heading:before {
  left: 5px;
}

#contents .content-heading:after {
  right: 5px;
}

#contents .content-heading.color-safety {
  border: 1px solid #33b963;
}

#contents .content-heading.color-safety:before, #contents .content-heading.color-safety:after {
  background-image: radial-gradient(#33b963 17%, transparent 34%);
}

#contents .content-heading.color-friendly {
  border: 1px solid #f15089;
}

#contents .content-heading.color-friendly:before, #contents .content-heading.color-friendly:after {
  background-image: radial-gradient(#f15089 17%, transparent 34%);
}

#contents .content-heading.color-positive {
  border: 1px solid #3377ff;
}

#contents .content-heading.color-positive:before, #contents .content-heading.color-positive:after {
  background-image: radial-gradient(#3377ff 17%, transparent 34%);
}

#contents .content-heading.color-negaitive {
  border: 1px solid;
}

#contents .content-heading.color-negaitive:before, #contents .content-heading.color-negaitive:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading.color-notice {
  border: 1px solid #ff7033;
}

#contents .content-heading.color-notice:before, #contents .content-heading.color-notice:after {
  background-image: radial-gradient(#ff7033 17%, transparent 34%);
}

#contents .content-heading.color-danger {
  border: 1px solid;
}

#contents .content-heading.color-danger:before, #contents .content-heading.color-danger:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading.color-warning {
  border: 1px solid;
}

#contents .content-heading.color-warning:before, #contents .content-heading.color-warning:after {
  background-image: radial-gradient(17%, transparent 34%);
}

#contents .content-heading + .content-body {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #contents .content-heading + .content-body {
    margin-top: 15px;
  }
}
#contents .content-body {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  #contents .content-body {
    padding-left: 0;
    padding-right: 0;
  }
}
#contents .content-struct > * + * {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #contents .content-struct > * + * {
    margin-top: 20px;
  }
}
.about-container {
  color: #4d4d4d;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.about-header__bg {
  margin-bottom: -2%;
  text-align: center;
}

.about-header__bg img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .about-header__bg {
    position: relative;
    height: 400px;
  }
  .about-header__bg img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print {
  .about-header__bg {
    position: relative;
    height: 400px;
  }
  .about-header__bg img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-header__legacy {
  position: relative;
}

.about-header__legacy:before, .about-header__legacy:after {
  content: "";
  background: url(../img/about/about_main_img2.png) no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.about-header__legacy:before {
  background-position: center top;
  /*padding-top: 2%;*/
}

.about-header__legacy:after {
  background-position: center bottom;
  padding-top: 2%;
}

.about-header__base {
  box-sizing: content-box;
  background-color: #e8380d;
  height: 315px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .about-header__base {
    height: auto;
    min-height: 150px;
    padding: 10px 15px;
  }
}
.about-header__inner {
  color: #fff;
  text-align: center;
}

.about-header__bottom svg {
  vertical-align: bottom;
}

.about-header__top {
  transform: scaleY(-1);
}

.about-header__top svg {
  vertical-align: top;
}

* + .about-header__desc {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  * + .about-header__desc {
    margin-top: 5px;
  }
}
.about-header__desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .about-header__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.about-section + .about-section {
  margin-top: 60px;
}

.about-section__heading {
  font-size: 26px;
  font-size: 2.6rem;
  color: #e8380d;
  text-align: center;
  line-height: 1.45;
}

.about-section__heading .__inner {
  display: inline-block;
  border-bottom: 2px solid #e8380d;
  padding-bottom: 5px;
}

.about-front {
  margin-top: -1%;
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  position: relative;
}

.about-front:before, .about-front:after {
  content: "";
  width: 32px;
  height: 32px;
  transform: rotate(45deg) translateY(-50%) skew(10deg, 10deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about-front:before, .about-front:after {
    width: 20px;
    height: 20px;
    bottom: -13px;
  }
}
.about-front:before {
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.about-front:after {
  background-color: #fff;
  z-index: 6;
}

@media all and (-ms-high-contrast: none) {
  .about-front:before {
    display: none;
  }
  .about-front:after {
    background: url(../img/about/front_arrow.png) no-repeat center center;
    background-size: cover;
    width: 46px;
    height: 41px;
    bottom: -31px;
  }
}
@supports (-ms-ime-align: auto) {
  .about-front:before {
    display: none;
  }
  .about-front:after {
    background: url(../img/about/front_arrow.png) no-repeat center center;
    background-size: cover;
    width: 46px;
    height: 41px;
    bottom: -31px;
  }
}
@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  .about-front:after {
    width: 23px;
    height: 20.5px;
    bottom: -15.5px;
  }
}
@supports (-ms-ime-align: auto) {
  @media screen and (max-width: 768px) {
    .about-front:after {
      width: 23px;
      height: 20.5px;
      bottom: -15.5px;
    }
  }
}
.about-front__base {
  background-color: #fff;
  position: relative;
  z-index: 7;
  background-color: #fff;
  padding: 57px 0 20px;
}

@media screen and (max-width: 768px) {
  .about-front__base {
    padding: 20px 15px;
  }
}
* + .about-front__catch {
  /*  margin-top: 50px;*/
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  * + .about-front__catch {
    margin-top: 10px;
  }
}
.about-front__catch {
  text-align: center;
}

.about-front__catch img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .about-front__catch img {
    width: auto;
    max-height: 50px;
  }
}
* + .about-front__desc {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  * + .about-front__desc {
    margin-top: 5px;
  }
}
.about-front__desc {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.3;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .about-front__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.45;
  }
}
* + .about-legend {
  margin-top: 20px;
}

.about-legend {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .about-legend {
    position: relative;
  }
  .about-legend__svg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
}
@media print {
  .about-legend {
    position: relative;
  }
  .about-legend__svg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-legend__svg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-legend {
    background: none;
    height: auto;
  }
}
.about-legend__desc {
  text-align: center;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .about-legend__desc {
    box-sizing: border-box;
    background: url(../img/about/content_bg_00.png) no-repeat center top;
    background-size: 375px auto;
    padding: 70px 0 0;
    height: 310px;
  }
}
@media screen and (max-width: 320px) {
  .about-legend__desc {
    background-size: 100% auto;
    height: 0;
    padding-top: 87.5%;
    position: relative;
    z-index: 5;
  }
  .about-legend__desc img {
    box-sizing: border-box;
    margin-top: 18%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.about-legend__section {
  margin-top: 70px;
}

@media screen and (min-width: 769px) {
  .about-legend__section:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-legend__section {
    margin-top: 0;
    position: relative;
  }
  .about-legend__section:before, .about-legend__section:after {
    content: "";
    display: block;
  }
  .about-legend__section:nth-child(1):before {
    background: url(../img/about/content_bg_00.png) no-repeat center -310px #fff;
    background-size: 375px auto;
    height: 30px;
    margin-bottom: -30px;
  }
  .about-legend__section:nth-child(1):after {
    background: url(../img/about/content_bg_03.png) no-repeat center top #fff;
    background-size: 375px auto;
    height: 85px;
    margin-top: -40px;
  }
  .about-legend__section:nth-child(2):before {
    background: url(../img/about/content_bg_03.png) no-repeat center -85px #fff;
    background-size: 375px auto;
    height: 150px;
    margin-bottom: -100px;
  }
  .about-legend__section:nth-child(2):after {
    background: url(../img/about/content_bg_04.png) no-repeat calc(50% - 2px) -150px #fff;
    background-size: 375px auto;
    height: 120px;
    margin-top: -110px;
  }
  .about-legend__section:nth-child(3):before {
    background: url(../img/about/content_bg_04.png) no-repeat calc(50% - 2px) -270px #fff;
    background-size: 375px auto;
    height: 100px;
    margin-bottom: -30px;
  }
  .about-legend__section:nth-child(3):after {
    background: url(../img/about/content_bg_05.png) no-repeat calc(50% + 1px) -70px #fff;
    background-size: 375px auto;
    height: 150px;
    margin-top: -90px;
  }
  .about-legend__section:nth-child(4):before {
    background: url(../img/about/content_bg_05.png) no-repeat calc(50% - 1px) -218px #fff;
    background-size: 375px auto;
    height: 150px;
    margin-bottom: -130px;
  }
  .about-legend__section:nth-child(4):after {
    background: url(../img/about/content_bg_06.png) no-repeat calc(50% - 2px) bottom #fff;
    background-size: 375px auto;
    height: 150px;
    margin-top: -60px;
  }
  .about-legend__section:nth-child(odd) {
    background: url(../img/about/content_bg_01.png) repeat-y center top;
    background-size: 375px auto;
  }
  .about-legend__section:nth-child(even) {
    background: url(../img/about/content_bg_02.png) repeat-y center top;
    background-size: 375px auto;
  }
  .about-legend__svg {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .about-legend__section:nth-child(odd) {
    background: url(../img/about/content_bg_01.png) repeat-y center top;
    background-size: 100% auto;
  }
  .about-legend__section:nth-child(odd) .about-legend__column {
    margin-right: 15px;
  }
  .about-legend__section:nth-child(even) {
    background: url(../img/about/content_bg_02.png) repeat-y center top;
    background-size: 100% auto;
  }
  .about-legend__section:nth-child(even) .about-legend__column {
    margin-left: 15px;
  }
  .about-legend__section:nth-child(1):before {
    background: url(../img/about/content_bg_00.png) no-repeat center bottom #fff;
    background-size: 100% auto;
    height: 0;
    margin-top: calc(-1 * (10% + 2px));
    margin-bottom: calc(-1 * (10% + 30px));
    padding-top: 23.2%;
  }
  .about-legend__section:nth-child(1):after {
    background: url(../img/about/content_bg_03.png) no-repeat center top #fff;
    background-size: 100% auto;
    height: 0;
    padding-top: 43.75%;
    margin-top: -30px;
  }
  .about-legend__section:nth-child(2) {
    background-position: center 67px;
  }
  .about-legend__section:nth-child(2):before {
    background: url(../img/about/content_bg_03.png) no-repeat center -140px #fff;
    background-size: 100% auto;
    height: 0;
    margin-bottom: calc(-1 * (5% + 30px));
    padding-top: 5%;
  }
  .about-legend__section:nth-child(2):after {
    background: url(../img/about/content_bg_04.png) no-repeat left top #fff;
    background-size: 100% auto;
    height: 0;
    padding-top: 65.625%;
    margin-top: -31.25%;
  }
  .about-legend__section:nth-child(3):before {
    background: url(../img/about/content_bg_04.png) no-repeat center -210px #fff;
    background-size: 100% auto;
    height: 0;
    margin-bottom: calc(-1 * (5% + 30px));
    padding-top: 5%;
  }
  .about-legend__section:nth-child(3):after {
    background: url(../img/about/content_bg_05.png) no-repeat calc(50% + 1px) bottom #fff;
    background-size: 100% auto;
    height: 0;
    padding-top: 46.875%;
    margin-top: -28.125%;
  }
}
@media screen and (min-width: 769px) {
  .about-legend__column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    padding-bottom: 20px;
  }
  .about-legend__img {
    position: relative;
  }
  .about-legend__img .__slides img {
    width: 100%;
    height: auto;
  }
  .about-legend__section:nth-child(odd) .about-legend__img {
    padding-right: 20px;
  }
  .about-legend__section:nth-child(even) .about-legend__img {
    order: 1;
    padding-left: 20px;
  }
  .about-legend__wave .__frame canvas {
    position: absolute;
    transform: scale(0.5, 0.5) translate(-50%, -50%);
  }
  .about-legend__story {
    box-sizing: border-box;
    flex: 1;
  }
  .about-legend__section:nth-child(odd) .about-legend__story {
    padding-right: 60px;
  }
  .about-legend__section:nth-child(even) .about-legend__story {
    padding-left: 60px;
  }
}
@media print {
  .about-legend__column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-direction: row;
    padding-bottom: 20px;
  }
  .about-legend__img {
    position: relative;
  }
  .about-legend__img .__slides img {
    width: 100%;
    height: auto;
  }
  .about-legend__section:nth-child(odd) .about-legend__img {
    padding-right: 20px;
  }
  .about-legend__section:nth-child(even) .about-legend__img {
    order: 1;
    padding-left: 20px;
  }
  .about-legend__wave .__frame canvas {
    position: absolute;
    transform: scale(0.5, 0.5) translate(-50%, -50%);
  }
  .about-legend__story {
    box-sizing: border-box;
    flex: 1;
  }
  .about-legend__section:nth-child(odd) .about-legend__story {
    padding-right: 60px;
  }
  .about-legend__section:nth-child(even) .about-legend__story {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-legend__column {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-legend__section:nth-child(odd) .about-legend__column {
    padding-right: 50px;
  }
  .about-legend__section:nth-child(even) .about-legend__column {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .about-legend__slider .slick-track {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .about-legend__img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-legend__section:nth-child(odd) .about-legend__img {
    margin-left: 0;
  }
  .about-legend__section:nth-child(even) .about-legend__img {
    margin-right: 0;
  }
  .about-legend__wave .__frame {
    max-width: none;
    width: 200%;
    position: relative;
    left: 0;
    top: 0;
    transform: scale(0.5, 0.5) translate(-50%, -50%);
  }
  .about-legend__wave .__frame canvas {
    margin-bottom: calc(-50% + 50px);
  }
  .about-legend__story {
    width: calc(50% + 140px);
    min-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-legend__section:nth-child(odd) .about-legend__story {
    margin-left: 0;
  }
  .about-legend__section:nth-child(even) .about-legend__story {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .about-legend__column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-legend__section:nth-child(odd) .about-legend__column {
    padding-right: 15px;
  }
  .about-legend__section:nth-child(even) .about-legend__column {
    padding-left: 15px;
  }
  .about-legend__story {
    width: auto;
    min-width: auto;
  }
}
.about-legend__heading {
  padding-top: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .about-legend__heading {
    padding-top: 20px;
  }
}
.about-legend__body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

* + .about-legend__brand {
  margin-top: 10px;
}

.about-legend__brand {
  border-top: 1px solid #b3b3b3;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .about-legend__brand {
    padding-top: 20px;
    text-align: center;
  }
}
.about-graph {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about-graph {
    width: 90%;
    margin-inline: auto;
  }
}

.about-section + .about-history {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .about-section + .about-history {
    margin-top: 50px;
  }
}
.about-history {
  width: 900px;
  margin: 0 auto;
}

.about-footer {
  background: url(../img/about/footer_base.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 270px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .about-footer {
    background: url(../img/about/footer_base_sp.png) no-repeat top center;
    background-size: cover;
    height: 207px;
    padding: 0 20px;
  }
}
.status--play.effect--show.about-header {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 100ms;
  transition-property: opacity;
}

.status--play.effect--show .about-header__copy,
.status--play.effect--show .about-header__desc {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 600ms;
  transition-property: opacity;
}

.status--play.effect--show.about-section {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 100ms;
  transition-property: opacity;
}

.status--play.effect--show.about-legend {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 100ms;
  transition-property: opacity;
}

.status--play.effect--show.about-legend__desc, .status--play.effect--show.about-legend__column {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 600ms;
  transition-property: opacity;
}

.status--play.effect--show.about-graph {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 100ms;
  transition-property: opacity;
}

.status--play.effect--show.about-graph .about-graph__pins {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 600ms;
  transition-property: opacity;
}

.status--play.effect--show.about-footer {
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: ease;
  transition-delay: 100ms;
  transition-property: opacity;
}

.status--stop.effect--show.about-header,
.status--stop.effect--show .about-header__copy,
.status--stop.effect--show .about-header__desc, .status--stop.effect--show.about-section, .status--stop.effect--show.about-legend, .status--stop.effect--show.about-legend__desc, .status--stop.effect--show.about-legend__column, .status--stop.effect--show.about-graph,
.status--stop.effect--show .about-graph__pins, .status--stop.effect--show.about-footer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*# sourceMappingURL=about.css.map */


/* 20250129追加 */


.anime {
  opacity: 0;
  transition: all .8s ease
}

.duration100 {
  transition-duration: 100ms
}

.duration200 {
  transition-duration: 200ms
}

.duration300 {
  transition-duration: 300ms
}

.duration400 {
  transition-duration: 400ms
}

.duration500 {
  transition-duration: 500ms
}

.duration600 {
  transition-duration: 600ms
}

.duration700 {
  transition-duration: 700ms
}

.duration800 {
  transition-duration: 800ms
}

.duration900 {
  transition-duration: 900ms
}

.anime--down {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%)
}

.anime--down2 {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%)
}

.anime--down3 {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%)
}

.anime--up {
  -webkit-transform: translateY(10%);
  transform: translateY(10%)
}

.anime--up2 {
  -webkit-transform: translateY(20%);
  transform: translateY(20%)
}

.anime--up3 {
  -webkit-transform: translateY(30%);
  transform: translateY(30%)
}

.anime--up30 {
  -webkit-transform: translateY(30px);
  transform: translateY(30px)
}

.anime--lr {
  -webkit-transform: translate(-10%, 0);
  transform: translate(-10%, 0)
}

.anime--lr5 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.anime--rl {
  -webkit-transform: translate(10%, 0);
  transform: translate(10%, 0)
}

.anime--scaleUp {
  -webkit-transform: scale(0.1);
  transform: scale(0.1)
}

.anime--scaleDown {
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}

.anime--h {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.delay50 {
  transition-delay: .05s
}

.delay100 {
  transition-delay: .1s
}

.delay150 {
  transition-delay: .15s
}

.delay200 {
  transition-delay: .2s
}

.delay250 {
  transition-delay: .25s
}

.delay300 {
  transition-delay: .3s
}

.delay400 {
  transition-delay: .4s
}

.delay500 {
  transition-delay: .5s
}

.delay600 {
  transition-delay: .6s
}

.delay700 {
  transition-delay: .7s
}

.delay800 {
  transition-delay: .8s
}

.delay900 {
  transition-delay: .9s
}

.delay1000 {
  transition-delay: 1s
}

.delay1100 {
  transition-delay: 1.1s
}

.delay1200 {
  transition-delay: 1.2s
}

.delay1300 {
  transition-delay: 1.3s
}

.delay1400 {
  transition-delay: 1.4s
}

.delay1500 {
  transition-delay: 1.5s
}

.delay1600 {
  transition-delay: 1.6s
}

.delay1700 {
  transition-delay: 1.7s
}

.delay1800 {
  transition-delay: 1.8s
}

.delay1900 {
  transition-delay: 1.9s
}

.delay2000 {
  transition-delay: 2s
}

@keyframes line_anime {
  0% {
      height: 0
  }

  100% {
      height: 90px
  }
}

@keyframes line_anime_sp {
  0% {
      height: 0
  }

  100% {
      height: 2rem
  }
}

.anime.action {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.altimg {
  font-size: 0;
  text-indent: -9999px
}

.altimg a {
  display: block;
  width: 100%;
  height: 100%
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.clearfix {
  min-height: 1px
}

* html .clearfix {
  height: 1px
}

@media print,screen and (max-width: 768px) {
  .pc_only {
      display:none !important
  }
}

@media print,screen and (min-width: 769px) {
  .sp_only {
      display:none !important
  }
}

@media print,screen and (min-width: 769px) {
  body {
      overflow-x:visible
  }
}

#contentswrap {
  padding-bottom: 0
}

.wrap {
  width: 960px;
  margin: 0 auto
}

@media print,screen and (max-width: 768px) {
  .wrap {
      width:100%;
      padding: 0 5%
  }
}

.mv {
  width: 100%;
  padding: 60px 5% 40px;
  background-color: #e7380d
}

@media print,screen and (min-width: 769px) {
  .mv {
      height:600px;
      padding: 0
  }
}

.mv h2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse
}

@media print,screen and (max-width: 768px) {
  .mv h2 {
      flex-direction:column
  }
}

.mv h2 img {
  display: block
}

.mv h2 .mv_pic {
  width: 100%;
  margin: 0 auto
}

@media print,screen and (min-width: 769px) {
  .mv h2 .mv_pic {
      width:520px;
      margin: 0
  }
}

.mv h2 .mv_txt {
  width: 90%;
  margin: 0 auto 40px
}

@media print,screen and (min-width: 769px) {
  .mv h2 .mv_txt {
      width:636px;
      margin: 0 0 0 20px
  }
}

.management_structure {
  padding: 50px 0
}

@media print,screen and (min-width: 769px) {
  .management_structure {
      padding:90px 0
  }
}

.management_structure h3 {
  width: 60%;
  margin: 0 auto
}

@media print,screen and (min-width: 769px) {
  .management_structure h3 {
      width:824px
  }
}

.management_structure ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px auto 60px
}

@media print,screen and (max-width: 768px) {
  .management_structure ul {
      flex-wrap:wrap;
      width: 80%
  }
}

.management_structure li {
  width: 200px
}

@media print,screen and (min-width: 769px) {
  .management_structure li {
      transition:opacity .15s linear;
      -webkit-transition: opacity .15s linear
  }

  .management_structure li:hover {
      opacity: .5
  }
}

@media print,screen and (max-width: 768px) {
  .management_structure li {
      width:47%
  }

  .management_structure li:nth-of-type(1), .management_structure li:nth-of-type(2) {
      margin-bottom: 30px
  }
}

.management_structure li a {
  display: block;
  width: 100%;
  height: 100%
}

.management_structure p {
  text-align: center;
  line-height: 2;
  font-size: 18px
}

@media print,screen and (max-width: 768px) {
  .management_structure p {
      text-align:justify;
      font-size: 3.6vw
  }
}

.message {
  position: relative;
  width: 100%;
  padding: 0 0 100px;
  background-color: #fff
}

@media print,screen and (max-width: 768px) {
  .message {
      padding-bottom:10%
  }
}

.message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 330px;
  background: url(../img/new_usmh/new_us_message_bg_pc.png) no-repeat right top #e7380d;
  background-size: 90%;
  z-index: 0
}

@media print,screen and (max-width: 768px) {
  .message::before {
      height:70vw;
      background-image: url(../img/new_usmh/new_us_message_bg_sp.png);
      background-size: 100%
  }
}

.message .wrap {
  position: relative;
  z-index: 1;
  padding-top: 60px
}

.message h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #fff
}

@media print,screen and (min-width: 769px) {
  .message h3 {
      position:relative;
      top: 160px
  }
}

@media print,screen and (max-width: 768px) {
  .message h3 {
      margin:100px 0 30px;
      font-size: 5.5vw
  }
}

.message .message_body {
  display: flex
}

@media print,screen and (min-width: 769px) {
  .message .message_body {
      justify-content:space-between;
      flex-direction: row-reverse;
      align-items: flex-start
  }
}

@media print,screen and (max-width: 768px) {
  .message .message_body {
      flex-direction:column
  }
}

.message .message_pic {
  width: 75%;
  margin: 0 auto;
  text-align: right;
  font-size: 24px;
  font-weight: bold
}

@media print,screen and (min-width: 769px) {
  .message .message_pic {
      position:sticky;
      top: 40px;
      width: 396px;
      margin: 0
  }
}

@media print,screen and (max-width: 768px) {
  .message .message_pic {
      font-size:4.8vw
  }

  .message .message_pic img {
      display: block;
      margin-bottom: 10px
  }
}

.message .message_pic small {
  font-size: 60%
}

@media print,screen and (min-width: 769px) {
  .message .message_txt {
      width:500px;
      padding-top: 270px;
      font-size: 15px
  }
}

@media print,screen and (max-width: 768px) {
  .message .message_txt {
      margin-top:50px;
      font-size: 3.6vw
  }
}

.usmholdings {
  position: relative;
  width: 100%;
  /*background-color: #fff3f3*/*/
}

.usmholdings .wrap {
  position: relative;
  z-index: 1;
  padding: 10% 5% 5%
}

@media print,screen and (min-width: 769px) {
  .usmholdings .wrap {
      padding:60px 0
  }
}

.usmholdings h3 {
  width: 622px;
  margin: 0 auto 50px
}

@media print,screen and (max-width: 768px) {
  .usmholdings h3 {
      width:50%;
      margin-bottom: 30px
  }
}

.usmholdings .ex {
  margin-top: 15px;
  font-size: 15px
}

@media print,screen and (max-width: 768px) {
  .usmholdings .ex {
      margin-top:10px;
      font-size: 3vw;
      line-height: 1.4
  }
}

.usmholdings .usmholdings_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.usmholdings .usmholdings_item {
  position: relative;
  display: flex;
  width: 49%;
  height: 250px;
  background-color: #fff;
  margin-top: 2%;
  padding: 3% 4% 0;
  border-radius: 25px;
  overflow: hidden
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item {
      flex-direction:column;
      width: 100%;
      height: auto;
      margin-top: 5%;
      padding: 4%;
      border-radius: 10px
  }
}

.usmholdings .usmholdings_item .pic {
  position: absolute;
  right: 5%
}

.usmholdings .usmholdings_item div {
  position: relative;
  z-index: 1
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item div {
      width:100%
  }
}

.usmholdings .usmholdings_item h4 {
  margin-bottom: 20px;
  font-size: 18px
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item h4 {
      margin-bottom:10px;
      font-size: 4vw
  }
}

.usmholdings .usmholdings_item .num {
  display: flex;
  align-items: flex-end;
  height: 50px;
  margin-top: 10px
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item .num {
      height:6.5vw
  }
}

.usmholdings .usmholdings_item .num img {
  margin-left: 4px
}

.usmholdings .usmholdings_item .num img:not(.ten) {
  width: auto;
  height: 100%
}

.usmholdings .usmholdings_item .num .ten {
  position: relative;
  bottom: -10px;
  width: 18px;
  height: auto
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item .num .ten {
      bottom:-6px;
      width: 2.5vw
  }
}

.usmholdings .usmholdings_item .icon {
  position: absolute;
  z-index: -1
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item .icon {
      right:0;
      top: -15px
  }
}

.usmholdings .usmholdings_item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding-left: 20px;
  background: url(../img/new_usmh/new_us_icon_arrow.png) no-repeat right 20px center #fff;
  background-size: 12px auto;
  border: solid 2px #e7380d;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #e7380d;
  box-shadow: 2px 2px 0 #e7380d
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item a {
      background-position:right 10px center;
      background-size: 8px auto
  }
}

@media print,screen and (min-width: 769px) {
  .usmholdings .usmholdings_item#usmholdings_item1 .icon {
      right:-40px;
      top: -15px;
      width: 100px
  }

  .usmholdings .usmholdings_item#usmholdings_item1 .num {
      margin: 30px 0
  }

  .usmholdings .usmholdings_item#usmholdings_item1 .pic {
      bottom: 10%;
      width: 140px
  }
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item#usmholdings_item1 .pic {
      bottom:0;
      width: 30%
  }

  .usmholdings .usmholdings_item#usmholdings_item1 .icon {
      right: 30%;
      top: 0;
      width: 60px
  }
}

.usmholdings .usmholdings_item#usmholdings_item2 .pic img {
  width: 100%;
  height: auto
}

@media print,screen and (min-width: 769px) {
  .usmholdings .usmholdings_item#usmholdings_item2 .icon {
      left:-20px;
      top: -25px;
      width: 64px
  }

  .usmholdings .usmholdings_item#usmholdings_item2 .pic {
      top: 0;
      right: 0;
      width: 180px;
      height: 100%
  }
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item#usmholdings_item2 .icon {
      left:-8px;
      top: -12px;
      width: 10vw
  }

  .usmholdings .usmholdings_item#usmholdings_item2 .pic {
      top: 0;
      right: 0;
      width: 35%;
      height: 100%
  }
}

@media print,screen and (min-width: 769px) {
.usmholdings .usmholdings_item#usmholdings_item3 .num.txt {
      height:25px
  }

  .usmholdings .usmholdings_item#usmholdings_item3 .icon {
      right: 70px;
      top: 30px;
      width: 80px
  }

  .usmholdings .usmholdings_item#usmholdings_item3 .pic {
      width: 130px
  }

  .usmholdings .usmholdings_item#usmholdings_item3 .ex {
      margin-top: 20px
  }

  .usmholdings .usmholdings_item#usmholdings_item3 div {
      width: 80%
  }
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item#usmholdings_item3 .num.txt {
      height:5vw
  }

  .usmholdings .usmholdings_item#usmholdings_item3 .icon {
      right: 48%;
      top: 35px;
      width: 15vw
  }

  .usmholdings .usmholdings_item#usmholdings_item3 .pic {
      right: 10%;
      top: 9%;
      width: 25%
  }
}

.usmholdings .usmholdings_item#usmholdings_item4 .pic img {
  width: 100%;
  height: auto
}

@media print,screen and (min-width: 769px) {
  .usmholdings .usmholdings_item#usmholdings_item4 .icon {
      left:0;
      top: -5px;
      width: 90px
  }

  .usmholdings .usmholdings_item#usmholdings_item4 .num {
      margin: 40px 0
  }

  .usmholdings .usmholdings_item#usmholdings_item4 .pic {
      right: 0;
      top: 10%;
      width: 200px;
      height: auto
  }

  .usmholdings .usmholdings_item#usmholdings_item4 .pic img {
      width: 100%;
      height: auto
  }
}

@media print,screen and (max-width: 768px) {
  .usmholdings .usmholdings_item#usmholdings_item4 .icon {
      left:0;
      top: 0;
      width: 15vw
  }

  .usmholdings .usmholdings_item#usmholdings_item4 .pic {
      right: 0;
      top: 5%;
      width: 40%;
      height: 100%
  }
}
/* ベースとなるグリッドレイアウト */
.usmholdings .usmholdings_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* 各アイテムのスタイル */
.usmholdings .usmholdings_item {
  box-sizing: border-box;
  width: 100%;
  height: 250px;
  background-color: #fff;
  padding: 3% 4% 0;
  border-radius: 25px;
  overflow: hidden;
  margin: 0;
  border: solid;
  border-color: #E7380D;    
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .usmholdings .usmholdings_list {
      grid-template-columns: 1fr; 
  }
}
.status--play.effect--show.about-section {
padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
img {
  max-width: 100%;
  height: auto;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings h3 {
  width: 50%;
  margin-bottom: 30px;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item {
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 5%;
  padding: 4%;
  border-radius: 10px;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item#usmholdings_item1 .pic {
  bottom: 0;
  width: 30%;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item#usmholdings_item2 .pic {
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item h4 {
  margin-bottom: 10px;
  font-size: 4vw;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item#usmholdings_item2 .icon {
  left: -8px;
  top: -12px;
  width: 10vw;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item .icon {
  right: 0;
  top: -15px;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .usmholdings_item .num {
  height: 6.5vw;
}
}
@media print, screen and (max-width: 768px) {
.usmholdings .ex {
  margin-top: 10px;
  font-size: 3vw;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {    
.status--play.effect--show.about-section {
padding-bottom: 20px;
}
}
.usmholdings .usmholdings_item h4 {
margin-bottom: 20px;
font-size: 18px;
}
@media print,screen and (max-width: 768px) {
.usmholdings .usmholdings_item h4 {
margin-bottom:10px;
font-size: 4vw
}
}
.usmholdings .usmholdings_item .num img:not(.ten) {
width: auto;
height: 100%;
}
@media print, screen and (min-width: 769px) {
.usmholdings .usmholdings_item#usmholdings_item3 .num.txt {
height: 25px;
}
}

/* 20250129追加分ここまで   */