.about_commonLink {
  position: relative;
  z-index: 2;
  width: 85.4166666667%;
  margin: 5.7291666667vw auto 10.4166666667vw;
  border-top: 1px solid #aaa;
}
.about_commonLink p {
  border-bottom: 1px solid #aaa;
}
.about_commonLink a {
  display: flex;
  align-items: flex-end;
  padding: 1.9270833333vw 0 1.40625vw 0.9895833333vw;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 1024px) {
  .about_commonLink a {
    transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about_commonLink a:hover {
    background-color: #f0f0f0;
  }
}
.about_commonLink a::before {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  background-color: #125ABC;
  position: absolute;
  top: calc(50% - 1.5625vw);
  right: 1.0677083333vw;
}
.about_commonLink a::after {
  content: "";
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  background: url(../images/common/ico_arrow01_white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.2083333333vw);
  right: 2.34375vw;
}
.about_commonLink a.about_commonLink_active {
  color: #d0d0d0;
  pointer-events: none;
}
.about_commonLink a.about_commonLink_active::before {
  background-color: #d0d0d0;
}
.about_commonLink span {
  line-height: 1;
}
.about_commonLink span:nth-child(1) {
  font-family: "Roboto", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.about_commonLink span:nth-child(2) {
  font-size: 1.25vw;
  font-weight: 900;
  transform: translateY(-0.5729166667vw);
  margin-left: 0.6770833333vw;
}

@media screen and (max-width: 1023px) {
  .about_commonLink {
    width: 84.2307692308vw;
    margin: 18.9743589744vw auto 30.7692307692vw;
  }
  .about_commonLink a {
    display: block;
    padding: 4.1025641026vw 15.3846153846vw 5.641025641vw 0vw;
  }
  .about_commonLink a::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    top: calc(50% - 5.1282051282vw);
    right: 0vw;
  }
  .about_commonLink a::after {
    width: 2.5641025641vw;
    height: 2.3076923077vw;
    top: calc(50% - 1.0256410256vw);
    right: 3.5897435897vw;
  }
  .about_commonLink span {
    display: block;
  }
  .about_commonLink span:nth-child(1) {
    font-size: 8.2051282051vw;
    line-height: 1.25;
  }
  .about_commonLink span:nth-child(2) {
    font-size: 4.6153846154vw;
    transform: translateY(0vw);
    margin-left: 0vw;
    margin-top: 2.5641025641vw;
  }
}
.aboutPhilosophy img {
  width: 100%;
}
.aboutPhilosophy h1 {
  position: relative;
  z-index: 2;
}
.aboutPhilosophy_bg {
  position: absolute;
  left: 0;
  top: 6.3020833333vw;
  right: 0;
  z-index: 0;
  text-align: center;
  pointer-events: none;
}
.aboutPhilosophy_bg img {
  width: 85.4166666667%;
}
.aboutPhilosophy_img {
  position: relative;
  z-index: 2;
  width: 95.8333333333%;
  margin: 0vw auto 5.78125vw;
  position: relative;
  padding-top: 4.1927083333vw;
}
.aboutPhilosophy_img img {
  transition-delay: 0.2s;
}
.aboutPhilosophy_img::before {
  content: "";
  position: absolute;
  left: 5.2083333333vw;
  top: 0vw;
  right: 5.2083333333vw;
  height: 1px;
  background-color: #262626;
}
.aboutPhilosophy_inner {
  position: relative;
  z-index: 2;
  width: 85.4166666667%;
  padding-left: 28.75vw;
  margin-left: auto;
  margin-right: auto;
}
.aboutPhilosophy_inner div {
  display: flex;
  justify-content: flex-end;
  padding-top: 2.96875vw;
}
.aboutPhilosophy_inner div p + p {
  margin-left: 2.0833333333vw;
}
.aboutPhilosophy_inner div span {
  font-weight: bold;
}
.aboutPhilosophy_inner div span:nth-child(2) {
  font-size: 1.25vw;
  margin-left: 1.09375vw;
  transform: translateY(-0.1041666667vw);
}

@media screen and (max-width: 1023px) {
  .aboutPhilosophy {
    padding-bottom: 0;
  }
  .aboutPhilosophy_bg {
    position: absolute;
    left: 0;
    top: 0vw;
  }
  .aboutPhilosophy_bg img {
    width: 100%;
  }
  .aboutPhilosophy_img {
    width: 91.7948717949%;
    margin: 0vw auto 13.3333333333vw;
    padding-top: 15.3846153846vw;
  }
  .aboutPhilosophy_img::before {
    left: 3.9743589744vw;
    right: 3.9743589744vw;
  }
  .aboutPhilosophy_inner {
    width: 84.1025641026%;
    margin: 0 auto;
    padding-left: 0;
  }
  .aboutPhilosophy_inner div {
    display: flex;
    justify-content: flex-start;
    padding-top: 13.3333333333vw;
  }
  .aboutPhilosophy_inner div p + p {
    margin-left: 15.641025641vw;
  }
  .aboutPhilosophy_inner div span {
    display: block;
    line-height: 1.2857142857;
  }
  .aboutPhilosophy_inner div span:nth-child(1) {
    font-size: 3.5897435897vw;
  }
  .aboutPhilosophy_inner div span:nth-child(2) {
    font-size: 6.1538461538vw;
    margin-left: 0vw;
    transform: translateY(0vw);
    margin-top: 1.5384615385vw;
  }
}
.aboutFoundingPhilosophy h1 {
  position: relative;
  z-index: 2;
}
.aboutFoundingPhilosophy_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.aboutFoundingPhilosophy_bg img {
  width: 100%;
}
.aboutFoundingPhilosophy_inner {
  width: 85.4166666667%;
  margin: 0 auto;
  padding: 26.3020833333vw 0 0;
  font-weight: bold;
  border-top: 1px solid #262626;
  position: relative;
  z-index: 2;
}
.aboutFoundingPhilosophy_inner > div {
  display: flex;
  justify-content: space-between;
}
.aboutFoundingPhilosophy_inner > div > h2 {
  width: 15.8536585366%;
}
.aboutFoundingPhilosophy_inner > div > div {
  width: 66.3414634146%;
  transition-delay: 0.2s;
  position: relative;
  z-index: 2;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(1) {
  font-size: 1.25vw;
  margin-bottom: 0.4166666667vw;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(2) {
  font-size: 2.0833333333vw;
  margin-bottom: 0.2604166667vw;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) {
  font-size: 1.4583333333vw;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span {
  display: inline-block;
  position: relative;
  padding: 0 1.9270833333vw;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::before, .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::after {
  content: "";
  width: 1.4583333333vw;
  height: 0.15625vw;
  background-color: #21439A;
  position: absolute;
  top: 52%;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::before {
  left: 0;
}
.aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::after {
  right: 0;
}
.aboutFoundingPhilosophy_sec01_box02 {
  border-top: 1px solid #d0d0d0;
  margin-top: 3.3854166667vw;
  padding-top: 3.3854166667vw;
}
.aboutFoundingPhilosophy_sec01_box02 p {
  font-size: 1.25vw;
  margin-bottom: 0.78125vw;
}
.aboutFoundingPhilosophy_sec01_box02 ul li {
  font-size: 1.4583333333vw;
}
.aboutFoundingPhilosophy_sec02 {
  border-top: 1px solid #aaaaaa;
  margin-top: 6.5104166667vw;
  padding: 3.4375vw 0 44.6354166667vw;
  position: relative;
}
.aboutFoundingPhilosophy_sec02 ul {
  position: relative;
  z-index: 2;
}
.aboutFoundingPhilosophy_sec02 ul li {
  font-size: 1.4583333333vw;
  line-height: 1.7857142857;
  position: relative;
  padding-left: 3.28125vw;
}
.aboutFoundingPhilosophy_sec02 ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
}
.aboutFoundingPhilosophy_sec02 ul li + li {
  margin-top: 3.125vw;
}
.aboutFoundingPhilosophy_sec02 picture {
  position: absolute;
}
.aboutFoundingPhilosophy_sec02 img {
  position: absolute;
  left: -5.2083333333vw;
  right: -5.2083333333vw;
  max-width: inherit;
  top: 17.5520833333vw;
  width: 95.5729166667vw;
}

@media screen and (max-width: 1023px) {
  .aboutFoundingPhilosophy {
    padding-bottom: 0;
  }
  .aboutFoundingPhilosophy_inner {
    width: 84.1025641026%;
    padding: 69.4871794872vw 0 0;
  }
  .aboutFoundingPhilosophy_inner > div {
    display: block;
  }
  .aboutFoundingPhilosophy_inner > div > h2 {
    width: 100%;
  }
  .aboutFoundingPhilosophy_inner > div > div {
    width: 100%;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(1) {
    font-size: 5.1282051282vw;
    margin-top: 10.5128205128vw;
    margin-bottom: 0.5128205128vw;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(2) {
    font-size: 8.2051282051vw;
    margin-bottom: 3.5897435897vw;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) {
    font-size: 6.1538461538vw;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span {
    padding: 0;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::before, .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::after {
    width: 6.1538461538vw;
    height: 0.7692307692vw;
    position: inherit;
    top: inherit;
    display: inline-block;
    vertical-align: middle;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::before {
    left: 0;
    margin-right: 1.7948717949vw;
  }
  .aboutFoundingPhilosophy_sec01_box01 p:nth-child(3) span::after {
    right: 0;
    margin-left: 1.7948717949vw;
  }
  .aboutFoundingPhilosophy_sec01_box02 {
    margin-top: 13.0769230769vw;
    padding-top: 14.1025641026vw;
  }
  .aboutFoundingPhilosophy_sec01_box02 p {
    font-size: 5.1282051282vw;
    margin-bottom: 7.4358974359vw;
  }
  .aboutFoundingPhilosophy_sec01_box02 ul li {
    font-size: 6.1538461538vw;
    position: relative;
    padding-left: 7.1794871795vw;
  }
  .aboutFoundingPhilosophy_sec01_box02 ul li span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .aboutFoundingPhilosophy_sec01_box02 ul li + li {
    margin-top: 9.4871794872vw;
  }
  .aboutFoundingPhilosophy_sec02 {
    margin-top: 17.1794871795vw;
    padding: 17.9487179487vw 0 81.5384615385vw;
  }
  .aboutFoundingPhilosophy_sec02 ul {
    margin-top: 11.7948717949vw;
  }
  .aboutFoundingPhilosophy_sec02 ul li {
    font-size: 6.1538461538vw;
    line-height: 2;
    padding-left: 7.1794871795vw;
  }
  .aboutFoundingPhilosophy_sec02 ul li span {
    font-family: "Kosugi", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .aboutFoundingPhilosophy_sec02 ul li + li {
    margin-top: 9.4871794872vw;
  }
  .aboutFoundingPhilosophy_sec02 img {
    width: 91.7948717949vw;
    left: inherit;
    right: inherit;
    top: inherit;
    position: inherit;
    margin: -1.7948717949vw -3.8461538462vw 0;
  }
}
.aboutCBC {
  padding-bottom: 0;
}
.aboutCBC_bg {
  position: absolute;
  left: 0;
  top: 77.8645833333vw;
  right: 0;
  z-index: 0;
  text-align: center;
  pointer-events: none;
}
.aboutCBC_bg img {
  width: 100%;
}
.aboutCBC_img {
  position: relative;
  z-index: 2;
  width: 95.8333333333%;
  margin: 0vw auto 3.6458333333vw;
  position: relative;
  padding-top: 4.1927083333vw;
}
.aboutCBC_img img {
  width: 100%;
  transition-delay: 0.2s;
}
.aboutCBC_img::before {
  content: "";
  position: absolute;
  left: 5.2083333333vw;
  top: 0vw;
  right: 5.2083333333vw;
  height: 1px;
  background-color: #262626;
}
.aboutCBC_lead {
  width: 66.3414634146%;
  margin-left: auto;
  margin-bottom: 5.8333333333vw;
}
.aboutCBC_inner {
  width: 85.4166666667%;
  margin: 0 auto;
}
.aboutCBC_sec {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #aaaaaa;
  padding-top: 3.6458333333vw;
  position: relative;
  z-index: 2;
}
.aboutCBC_sec > h2 {
  width: 24.2682926829%;
}
.aboutCBC_sec > div {
  width: 66.3414634146%;
}
.aboutCBC_sec01 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.1354166667vw;
}
.aboutCBC_sec02 {
  margin-top: 6.25vw;
}
.aboutCBC_sec02_box {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 2.8125vw;
}
p + .aboutCBC_sec02_box {
  margin-top: 2.8645833333vw;
}
.aboutCBC_sec02_box + .aboutCBC_sec02_box {
  margin-top: 2.2395833333vw;
}
.aboutCBC_sec02_box h3 {
  margin-bottom: 0.8333333333vw;
}
.aboutCBC_sec02_box p {
  padding-left: 1.0416666667vw;
}
.aboutCBC_sec02_box p + p {
  margin-top: 1.0416666667vw;
}
.aboutCBC_sec02_box + p {
  margin-top: 1.5625vw;
}
.aboutCBC_sec02 a {
  color: #1385d8;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .aboutCBC_sec02 a {
    transition: opacity 0.2s ease-out;
  }
  .aboutCBC_sec02 a:hover {
    opacity: 0.7;
  }
}
.aboutCBC_sec02 .aboutCBC_pdf span {
  display: inline-block;
  font-size: 0.625vw;
  border-radius: 0.9375vw;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #FF0000;
  color: #FF0000;
  padding: 0.1041666667vw 0.4166666667vw 0.2083333333vw;
  margin-left: 0.5208333333vw;
}
.aboutCBC_sec02_date {
  margin-top: 0.2604166667vw;
}
.aboutCBC_box {
  background-color: #F7F7F7;
  width: 49.2647058824%;
  border-radius: 1.0416666667vw;
  padding: 10.8854166667vw 3.125vw 2.2916666667vw;
  position: relative;
  height: 29.1666666667vw;
}
.aboutCBC_box:last-child {
  width: 100%;
  height: 20.625vw;
  display: flex;
  justify-content: space-between;
  padding: 2.7083333333vw 3.125vw 2.2916666667vw;
}
.aboutCBC_box:last-child > div {
  width: 21.6666666667vw;
}
.aboutCBC_box:last-child .aboutCBC_box_title {
  padding-top: 9.4791666667vw;
}
.aboutCBC_box:nth-child(n+3) {
  margin-top: 2.6041666667vw;
}
.aboutCBC_box.aboutCBC_box03 {
  padding: 7.0833333333vw 3.125vw 2.2916666667vw;
}
.aboutCBC_box.aboutCBC_box03 .aboutCBC_box_title {
  line-height: 1.7857142857;
  margin-bottom: 2.6041666667vw;
}
.aboutCBC_box_num {
  background-color: #125ABC;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  text-align: center;
  line-height: 3.0208333333vw;
  color: #fff;
  font-size: 1.4583333333vw;
  font-weight: bold;
  position: absolute;
  left: 12.3958333333vw;
  top: -1.5625vw;
}
.aboutCBC_box_image {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.aboutCBC_box_image01 {
  top: 4.6875vw;
}
.aboutCBC_box_image01 img {
  width: 4.275vw;
}
.aboutCBC_box_image02 {
  top: 4.6875vw;
}
.aboutCBC_box_image02 img {
  width: 7.0088541667vw;
}
.aboutCBC_box_image04 {
  top: 4.6875vw;
}
.aboutCBC_box_image04 img {
  width: 5.2796875vw;
}
.aboutCBC_box_image05 {
  top: 4.6875vw;
}
.aboutCBC_box_image05 img {
  width: 4.7739583333vw;
}
.aboutCBC_box_image06 {
  top: 4.6875vw;
}
.aboutCBC_box_image06 img {
  width: 2.7359375vw;
}
.aboutCBC_box_image07 {
  top: 4.6875vw;
}
.aboutCBC_box_image07 img {
  width: 4.5463541667vw;
}
.aboutCBC_box_image08 {
  top: 5.2083333333vw;
}
.aboutCBC_box_image08 img {
  width: 3.7614583333vw;
}
.aboutCBC_box_image09 {
  top: 4.6875vw;
  left: 11.3020833333vw;
  right: inherit;
}
.aboutCBC_box_image09 img {
  width: 5.3234375vw;
}
.aboutCBC_box_title {
  font-size: 1.4583333333vw;
  font-weight: bold;
  text-align: center;
  min-height: 5.8333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.78125vw;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  .aboutCBC {
    padding-bottom: 0;
  }
  .aboutCBC_bg {
    display: none !important;
  }
  .aboutCBC_img {
    width: 91.7948717949%;
    margin: 0vw auto 13.3333333333vw;
    padding-top: 15.3846153846vw;
  }
  .aboutCBC_img::before {
    left: 3.9743589744vw;
    right: 3.9743589744vw;
  }
  .aboutCBC_lead {
    width: 100%;
    margin-bottom: 0vw;
  }
  .aboutCBC_inner {
    width: 84.1025641026vw;
    margin: 0 auto;
  }
  .aboutCBC_sec {
    display: block;
    padding-top: 12.5641025641vw;
  }
  .aboutCBC_sec > h2 {
    width: auto;
  }
  .aboutCBC_sec > div {
    width: auto;
  }
  .aboutCBC_sec01 {
    margin-top: 17.9487179487vw;
  }
  .aboutCBC_sec01 > h2 {
    margin-bottom: 15.641025641vw;
  }
  .aboutCBC_sec01 > div {
    display: block;
    padding-top: 0vw;
  }
  .aboutCBC_sec02 {
    margin-top: 20.5128205128vw;
  }
  .aboutCBC_sec02 > h2 {
    margin-bottom: 11.0256410256vw;
  }
  .aboutCBC_sec02_box {
    padding-bottom: 7.4358974359vw;
  }
  p + .aboutCBC_sec02_box {
    margin-top: 10.2564102564vw;
  }
  .aboutCBC_sec02_box + .aboutCBC_sec02_box {
    margin-top: 6.4102564103vw;
  }
  .aboutCBC_sec02_box h3 {
    margin-bottom: 5.8974358974vw;
  }
  .aboutCBC_sec02_box p {
    padding-left: 5.1282051282vw;
  }
  .aboutCBC_sec02_box p + p {
    margin-top: 5.641025641vw;
  }
  .aboutCBC_sec02_box + p {
    margin-top: 7.9487179487vw;
  }
  .aboutCBC_sec02 a {
    letter-spacing: -0.02em;
  }
  .aboutCBC_sec02 .aboutCBC_pdf {
    padding: 0.7692307692vw 0 1.0256410256vw;
  }
  .aboutCBC_sec02 .aboutCBC_pdf span {
    font-size: 3.0769230769vw;
    border-radius: 4.6153846154vw;
    padding: 0.7692307692vw 2.3076923077vw 0.7692307692vw;
    transform: translateY(-0.5128205128vw);
    margin-left: 0.7692307692vw;
  }
  .aboutCBC_sec02_date {
    margin-top: 1.5384615385vw;
  }
  .aboutCBC_box {
    width: 91.7948717949vw;
    border-radius: 5.1282051282vw;
    padding: 0vw 10.2564102564vw 14.1025641026vw;
    position: relative;
    height: inherit;
    margin-left: -3.9743589744vw;
    margin-right: -3.9743589744vw;
  }
  .aboutCBC_box:last-child {
    width: 91.7948717949vw;
    height: inherit;
    display: block;
    padding: 0vw 10.2564102564vw 14.1025641026vw;
  }
  .aboutCBC_box:last-child > div {
    width: auto;
  }
  .aboutCBC_box:last-child .aboutCBC_box_title {
    padding-top: 0vw;
  }
  .aboutCBC_box:nth-child(n+2), .aboutCBC_box:nth-child(n+3) {
    margin-top: 12.8205128205vw;
  }
  .aboutCBC_box.aboutCBC_box03 {
    padding: 14.1025641026vw 10.2564102564vw 14.1025641026vw;
  }
  .aboutCBC_box.aboutCBC_box03 .aboutCBC_box_title {
    line-height: 2;
    margin-bottom: 4.8717948718vw;
  }
  .aboutCBC_box_num {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
    line-height: 14.8717948718vw;
    font-size: 7.1794871795vw;
    left: calc(50% - 7.6923076923vw);
    top: -7.6923076923vw;
  }
  .aboutCBC_box_image {
    position: inherit;
    left: inherit;
    right: inherit;
    padding: 17.9487179487vw 0 6.4102564103vw;
  }
  .aboutCBC_box_image01 {
    top: inherit;
  }
  .aboutCBC_box_image01 img {
    width: 18.2333333333vw;
  }
  .aboutCBC_box_image02 {
    top: inherit;
  }
  .aboutCBC_box_image02 img {
    width: 26.7435897436vw;
  }
  .aboutCBC_box_image04 {
    top: inherit;
  }
  .aboutCBC_box_image04 img {
    width: 20.158974359vw;
  }
  .aboutCBC_box_image05 {
    top: inherit;
  }
  .aboutCBC_box_image05 img {
    width: 18.4820512821vw;
  }
  .aboutCBC_box_image06 {
    top: inherit;
  }
  .aboutCBC_box_image06 img {
    width: 10.9641025641vw;
  }
  .aboutCBC_box_image07 {
    top: inherit;
  }
  .aboutCBC_box_image07 img {
    width: 17.5025641026vw;
  }
  .aboutCBC_box_image08 {
    top: inherit;
  }
  .aboutCBC_box_image08 img {
    width: 13.7948717949vw;
  }
  .aboutCBC_box_image09 {
    top: inherit;
    left: inherit;
    right: inherit;
  }
  .aboutCBC_box_image09 img {
    width: 20.9564102564vw;
  }
  .aboutCBC_box_title {
    font-size: 6.1538461538vw;
    min-height: inherit;
    margin-bottom: 4.8717948718vw;
    line-height: 2;
    max-width: 71.2820512821vw;
    white-space: inherit;
  }
}
.aboutIndex h1 {
  position: relative;
  z-index: 2;
}
.aboutIndex_bg {
  position: absolute;
  left: 0;
  top: 10.2083333333vw;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.aboutIndex_bg img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .aboutIndex_bg {
    image-rendering: pixelated;
  }
}
.aboutIndex_inner {
  width: 85.4166666667%;
  margin: 0 auto;
  border-top: 1px solid #262626;
  padding-top: 36.0416666667vw;
  position: relative;
  z-index: 2;
}
.aboutIndex_box {
  display: flex;
  width: 66.3414634146%;
  margin-left: auto;
  padding: 1.8229166667vw 0 1.7708333333vw;
}
.aboutIndex_box p:nth-child(1) {
  font-weight: bold;
  width: 23.8970588235%;
  margin-right: 1.1458333333vw;
}
.aboutIndex_box + .aboutIndex_box {
  border-top: 1px solid #d0d0d0;
}
.aboutIndex_img {
  display: flex;
  justify-content: space-between;
  margin-top: 4.1666666667vw;
  padding-bottom: 0.5208333333vw;
}
.aboutIndex_img p {
  width: 32.6829268293%;
}
.aboutIndex_img p img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .aboutIndex_img p img {
    image-rendering: pixelated;
  }
}
.aboutIndex_img p:nth-child(2) {
  transition-delay: 0.2s;
}
.aboutIndex_img p:nth-child(3) {
  transition-delay: 0.4s;
}

@media screen and (max-width: 1023px) {
  .aboutIndex {
    padding-bottom: 0;
  }
  .aboutIndex_bg {
    top: 79.7435897436vw;
  }
  .aboutIndex_inner {
    width: 84.1025641026%;
    padding-top: 113.5897435897vw;
  }
  .aboutIndex_box {
    display: block;
    width: 100%;
    margin-left: auto;
    padding: 8.7179487179vw 0 7.6923076923vw;
  }
  .aboutIndex_box p:nth-child(1) {
    width: auto;
    margin-right: 0vw;
  }
  .aboutIndex_box p:nth-child(2) {
    margin-top: 3.0769230769vw;
  }
  .aboutIndex_img {
    display: block;
    margin-top: 5.1282051282vw;
    padding-bottom: 1.2820512821vw;
  }
  .aboutIndex_img p {
    width: 100%;
  }
  .aboutIndex_img p + p {
    margin-top: 5.1282051282vw;
  }
  .aboutIndex_img p:nth-child(2) {
    transition-delay: 0s;
  }
  .aboutIndex_img p:nth-child(3) {
    transition-delay: 0s;
  }
}
.aboutOffice .gmap_coord {
  display: none;
}
.aboutOffice #map {
  height: 37.5vw;
  border-radius: 1.0416666667vw;
  margin-bottom: 3.5416666667vw;
}
.aboutOffice #map .gm-ui-hover-effect {
  outline: none;
}
.aboutOffice #map .gmap-iw-header {
  font-weight: bold;
}
.aboutOffice .aboutOffice_sec01,
.aboutOffice .aboutOffice_sec02 section > div {
  display: flex;
  justify-content: space-between;
}
.aboutOffice .aboutOffice_sec01 > *:nth-child(1),
.aboutOffice .aboutOffice_sec02 section > div > *:nth-child(1) {
  width: 24.2682926829%;
}
.aboutOffice .aboutOffice_sec01 > *:nth-child(2),
.aboutOffice .aboutOffice_sec02 section > div > *:nth-child(2) {
  width: 66.3414634146%;
}
.aboutOffice .aboutOffice_sec01 {
  padding-top: 3.984375vw;
}
.aboutOffice .aboutOffice_sec01_txt01 {
  font-size: 2.0833333333vw;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -0.46875vw;
}
.aboutOffice .aboutOffice_sec01_txt02 {
  margin-top: 1.0416666667vw;
  letter-spacing: -0.01em;
}
.aboutOffice .aboutOffice_sec02 {
  border-top: 1px solid #aaaaaa;
  padding-top: 3.6458333333vw;
  margin-top: 5.78125vw;
}
.aboutOffice .aboutOffice_sec02 section > div {
  border-top: 1px solid #d0d0d0;
  padding-top: 3.4895833333vw;
  margin-top: 3.59375vw;
}
.aboutOffice .aboutOffice_sec02 section + section {
  border-top: 1px solid #aaaaaa;
  margin-top: 5.625vw;
  padding-top: 3.59375vw;
}
.aboutOffice .aboutOffice_sec02 h3 {
  font-size: 1.1979166667vw;
  font-weight: bold;
}
.aboutOffice_inner {
  width: 85.4166666667%;
  margin: 0 auto;
  border-top: 1px solid #262626;
  position: relative;
  z-index: 2;
}
.aboutOffice_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutOffice_box > div {
  width: 47.926471%;
}
.aboutOffice_box > div:nth-child(n+3) {
  border-top: 1px solid #d0d0d0;
  margin-top: 1.40625vw;
  padding-top: 1.3541666667vw;
}
.aboutOffice_box .aboutOffice_box_title a {
  position: relative;
  padding-left: 1.7708333333vw;
  font-size: 1.4583333333vw;
  font-weight: bold;
  line-height: 1.7857142857;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .aboutOffice_box .aboutOffice_box_title a {
    transition: opacity 0.2s ease-out;
  }
  .aboutOffice_box .aboutOffice_box_title a:hover {
    opacity: 0.7;
  }
}
.aboutOffice_box .aboutOffice_box_title a::before {
  content: "";
  background: url(../images/about/office_ico_arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 1.25vw;
  height: 1.25vw;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.6770833333vw;
}
.aboutOffice_box .aboutOffice_box_address {
  margin-top: 1.0416666667vw;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1023px) {
  .aboutOffice {
    padding-bottom: 0;
  }
  .aboutOffice #map {
    height: 117.9487179487vw;
    border-radius: 2.5641025641vw;
    margin: 0 -3.9743589744vw 12.5641025641vw;
  }
  .aboutOffice .aboutOffice_sec01,
  .aboutOffice .aboutOffice_sec02 section > div {
    display: block;
  }
  .aboutOffice .aboutOffice_sec01 > *:nth-child(1),
  .aboutOffice .aboutOffice_sec02 section > div > *:nth-child(1) {
    width: 100%;
  }
  .aboutOffice .aboutOffice_sec01 > *:nth-child(2),
  .aboutOffice .aboutOffice_sec02 section > div > *:nth-child(2) {
    width: 100%;
  }
  .aboutOffice .aboutOffice_sec01 {
    padding-top: 12.5641025641vw;
  }
  .aboutOffice .aboutOffice_sec01_txt01 {
    font-size: 8.2051282051vw;
    line-height: 1.5625;
    margin-top: 0vw;
  }
  .aboutOffice .aboutOffice_sec01_txt02 {
    margin-top: 5.8974358974vw;
    margin-bottom: 12.8205128205vw;
  }
  .aboutOffice .aboutOffice_sec02 {
    padding-top: 12.8205128205vw;
    margin-top: 18.9743589744vw;
  }
  .aboutOffice .aboutOffice_sec02 h2 {
    padding-bottom: 12.3076923077vw;
  }
  .aboutOffice .aboutOffice_sec02 section > div {
    padding-top: 7.4358974359vw;
    margin-top: 0vw;
  }
  .aboutOffice .aboutOffice_sec02 section > div + div {
    margin-top: 17.9487179487vw;
  }
  .aboutOffice .aboutOffice_sec02 section + section {
    margin-top: 18.9743589744vw;
    padding-top: 12.8205128205vw;
  }
  .aboutOffice .aboutOffice_sec02 h3 {
    font-size: 5.1282051282vw;
    padding-bottom: 7.4358974359vw;
    margin-bottom: 8.2051282051vw;
    border-bottom: 1px solid #d0d0d0;
  }
  .aboutOffice_inner {
    width: 84.1025641026vw;
  }
  .aboutOffice_box {
    display: block;
  }
  .aboutOffice_box > div {
    width: 100%;
  }
  .aboutOffice_box > div:nth-child(n+2), .aboutOffice_box > div:nth-child(n+3) {
    border-top: 1px solid #d0d0d0;
    margin-top: 8.7179487179vw;
    padding-top: 8.2051282051vw;
  }
  .aboutOffice_box .aboutOffice_box_title a {
    padding-left: 8.7179487179vw;
    font-size: 6.1538461538vw;
    line-height: 1.6666666667;
  }
  .aboutOffice_box .aboutOffice_box_title a::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    top: 2.0512820513vw;
  }
  .aboutOffice_box .aboutOffice_box_address {
    margin-top: 3.5897435897vw;
    letter-spacing: 0;
  }
}
.aboutHistory h1 {
  position: relative;
  z-index: 2;
}
.aboutHistory h2 {
  font-family: "Roboto", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: bold;
}
.aboutHistory_box {
  position: relative;
  padding-left: 33.65%;
  display: flex;
  gap: 4.7916666667vw;
  padding-block: 0.5208333333vw;
}
.aboutHistory_box:not(:first-child)::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 67.4%;
  height: 1px;
  background-color: #d0d0d0;
}
.aboutHistory_box p:not(:has(picture)) {
  padding-top: 0.9895833333vw;
  line-height: 1.9;
}
.aboutHistory_box p:not(:has(picture)) span {
  display: contents;
}
.aboutHistory_box > div {
  width: 100%;
}
.aboutHistory_box > div p {
  padding-block: 1.0416666667vw 2.0833333333vw;
}
.aboutHistory_box > div p:not(:first-child) {
  padding-block: 1.6145833333vw 2.1354166667vw;
  position: relative;
}
.aboutHistory_box > div p:not(:first-child)::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 101%;
  height: 1px;
  background-color: #d0d0d0;
}
.aboutHistory_box > div p.aboutHistory_img {
  position: absolute;
  padding-block: 0;
}
.aboutHistory_box > div p.aboutHistory_img::after {
  display: none;
}
.aboutHistory_box > div p:last-child {
  padding-block: 1.6145833333vw;
}
.aboutHistory_img {
  position: absolute;
  top: 0.46875vw;
  left: 0;
  transform: translate(0, 1.5625vw);
  width: 20.7291666667vw;
}
.aboutHistory_img picture {
  display: block;
}
.aboutHistory_img picture img {
  width: 100%;
}
.aboutHistory_img picture:not(:first-child) {
  margin-top: 1.0416666667vw;
  transition-delay: 0.2s !important;
}
.aboutHistory_inner {
  width: 85.4166666667%;
  margin: 0 auto;
  border-top: 1px solid #262626;
  padding-top: 37.6041666667vw;
  position: relative;
  z-index: 2;
}
.aboutHistory_inner > div:not(:first-child) {
  border-top: 1px solid #d0d0d0;
}
.aboutHistory_inner > div:not(:first-child) .aboutHistory_img {
  top: 2.0833333333vw;
}
.aboutHistory_inner > div:has(.aboutHistory_box:only-child) {
  padding-bottom: 9.375vw;
}
.aboutHistory_inner > div:last-child:has(.aboutHistory_box:only-child) {
  padding-bottom: 2.1875vw;
}
.aboutHistory_inner > div:nth-child(6), .aboutHistory_inner > div:nth-child(7) {
  padding-bottom: 1.9791666667vw;
}
.aboutHistory_inner > div:nth-child(8) {
  padding-bottom: 1.1458333333vw;
}
.aboutHistory_inner > div:nth-child(8) .aboutHistory_img {
  top: 0.5208333333vw;
}
.aboutHistory_inner > div:nth-child(8) .aboutHistory_box:last-child p:not(:has(picture)) {
  padding-top: 1.0416666667vw;
}
.aboutHistory_inner .anim_fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}
.aboutHistory_inner .anim_fadeIn .right {
  transform: translateX(1.5625vw);
  opacity: 0;
  transition: opacity 1s, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.aboutHistory_inner .anim_fadeIn .bottom {
  opacity: 0;
  transform: translateY(1.5625vw);
  transition: opacity 1s, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.aboutHistory_inner .anim_fadeIn.show .right {
  opacity: 1;
  transform: translateX(0);
}
.aboutHistory_inner .anim_fadeIn.show .bottom {
  opacity: 1;
  transform: translateY(0);
}
.aboutHistory_bg {
  position: absolute;
  left: 0;
  top: 25.625vw;
  right: 0;
  z-index: 0;
  pointer-events: none;
  text-align: center;
}
.aboutHistory_bg img {
  width: 95.8333333333vw;
}
@media screen and (min-width: 1024px) {
  .aboutHistory_bg {
    image-rendering: pixelated;
  }
}
.aboutHistory .about_commonLink {
  margin-top: 4.0625vw;
}

@media screen and (max-width: 1023px) {
  .aboutHistory {
    padding-bottom: 0;
  }
  .aboutHistory h2 {
    font-size: 15.3846153846vw;
    line-height: 1.55;
  }
  .aboutHistory_inner {
    width: 84.1025641026%;
    padding-top: 148.9743589744vw;
  }
  .aboutHistory_inner > div:not(:first-child) .aboutHistory_img {
    margin-top: 5.8974358974vw;
  }
  .aboutHistory_inner > div:not(:first-child) .aboutHistory_box:has(.aboutHistory_img) {
    padding-bottom: 10.2564102564vw;
  }
  .aboutHistory_inner > div:has(.aboutHistory_box:only-child) {
    padding-bottom: 0;
  }
  .aboutHistory_inner > div:last-child:has(.aboutHistory_box:only-child) {
    padding-bottom: 18.9743589744vw;
  }
  .aboutHistory_inner > div:nth-child(4) .aboutHistory_img {
    margin-top: 6.4102564103vw;
  }
  .aboutHistory_inner > div:nth-child(6), .aboutHistory_inner > div:nth-child(7) {
    padding-bottom: 0;
  }
  .aboutHistory_inner > div:nth-child(8) {
    padding-bottom: 0;
  }
  .aboutHistory_inner > div:nth-child(8) .aboutHistory_box:first-child {
    padding-bottom: 11.5384615385vw !important;
  }
  .aboutHistory_inner > div:nth-child(8) .aboutHistory_box:last-child p:not(:has(picture)) {
    padding-top: 0;
  }
  .aboutHistory_inner > div:nth-child(8) .aboutHistory_img {
    margin-top: 4.8717948718vw;
  }
  .aboutHistory_inner .anim_fadeIn {
    transform: translate(0, 0);
    opacity: 1;
  }
  .aboutHistory_inner .anim_fadeIn .right {
    transform: translateX(-5.1282051282vw);
  }
  .aboutHistory_inner .anim_fadeIn .aboutHistory_box:not(:first-child) {
    transition-delay: 0.5s;
  }
  .aboutHistory_inner .anim_fadeIn .bottom {
    transition-delay: 0.2s !important;
    transform: translateY(7.6923076923vw);
  }
  .aboutHistory_inner .anim_fadeIn .bottom:nth-child(2) {
    transition-delay: 0.4s !important;
  }
  .aboutHistory_bg {
    top: 95.1282051282vw;
  }
  .aboutHistory_bg img {
    width: 91.7948717949vw;
  }
  .aboutHistory_box {
    padding-left: 0;
    flex-direction: column;
    gap: 0;
    padding-block: 4.1025641026vw 11.7948717949vw;
  }
  .aboutHistory_box:not(:first-child) {
    padding-block: 4.358974359vw 8.8205128205vw;
  }
  .aboutHistory_box:not(:first-child)::after {
    width: 100%;
  }
  .aboutHistory_box p:not(:has(picture)) {
    padding-top: 0;
    margin-top: -0.5128205128vw;
    line-height: 2;
  }
  .aboutHistory_box p:not(:has(picture)) span {
    padding-top: 2.8205128205vw;
    display: inline-block;
  }
  .aboutHistory_box:has(div > p.aboutHistory_img) {
    padding-bottom: 8.7179487179vw !important;
  }
  .aboutHistory_box > div {
    width: 100%;
  }
  .aboutHistory_box > div:has(p.aboutHistory_img) p:first-child {
    padding-bottom: 4.1025641026vw;
  }
  .aboutHistory_box > div:has(p.aboutHistory_img) p:nth-child(n+3) {
    padding-block: 9.7435897436vw 9.1025641026vw;
  }
  .aboutHistory_box > div:has(p.aboutHistory_img) p:last-child {
    padding-block: 9.7435897436vw 0vw;
  }
  .aboutHistory_box > div p {
    padding-block: 0vw 9.2307692308vw;
  }
  .aboutHistory_box > div p:not(:first-child) {
    padding-block: 9.7435897436vw 9.4871794872vw;
    position: relative;
  }
  .aboutHistory_box > div p:not(:first-child)::after {
    width: 101%;
  }
  .aboutHistory_box > div p.aboutHistory_img {
    padding-block: 0 10.7692307692vw;
    margin-top: 2.5641025641vw !important;
  }
  .aboutHistory_box > div p.aboutHistory_img::after {
    display: none;
  }
  .aboutHistory_box > div p:last-child {
    padding-block: 9.7435897436vw 0vw;
  }
  .aboutHistory_img {
    position: static;
    transform: translate(0, 1.5625vw);
    width: 84.1025641026vw;
    margin-top: 3.5897435897vw;
    top: 0 !important;
  }
  .aboutHistory_img picture {
    display: block;
  }
  .aboutHistory_img picture img {
    width: 100%;
  }
  .aboutHistory_img picture:not(:first-child) {
    margin-top: 5.1282051282vw;
    transition-delay: 0.3s !important;
  }
  .aboutHistory .about_commonLink {
    margin-top: 10.2564102564vw;
  }
}
.aboutQualification_inner {
  width: 85.4166666667%;
  margin: 0 auto;
  border-top: 1px solid #262626;
  position: relative;
  z-index: 2;
}
.aboutQualification .low_section {
  border-top: none;
}
.aboutQualification .low_section > *:first-child:nth-last-child(2) {
  padding-top: 3.8020833333vw;
}
.aboutQualification .low_section > div {
  padding-bottom: 0;
}
.aboutQualification_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 17.03125vw;
  row-gap: 2.0833333333vw;
}
.aboutQualification_list li {
  width: 49.22%;
  height: 7.2916666667vw;
  padding: 0 2.03125vw 0 2.0833333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25vw;
  font-weight: bold;
  background-color: #f7f7f7;
  border-radius: 1.0416666667vw;
}
.aboutQualification_list li:nth-child(5) p:last-child {
  margin-top: 0.2vw;
}
.aboutQualification_list li span {
  font-family: "Roboto", sans-serif;
  font-size: 4.1666666667vw;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding-right: 0.4166666667vw;
  transform: translateY(0.15625vw);
}
.aboutQualification_list li p:first-child {
  line-height: 1.67;
  width: 59%;
}
.aboutQualification_list li p:last-child {
  flex-shrink: 0;
  transform: translateY(-0.1041666667vw);
}
.aboutQualification_list li p:last-child small {
  display: block;
  font-size: 0.9375vw;
  margin-top: -0.5vw;
  text-align: right;
}
.aboutQualification_bg {
  position: absolute;
  left: 0;
  top: 13.3333333333vw;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.aboutQualification_bg img {
  width: 100%;
}
.aboutQualification .about_commonLink {
  margin-top: 6.25vw;
}

@media screen and (max-width: 1023px) {
  .aboutQualification {
    padding-bottom: 0;
  }
  .aboutQualification_inner {
    width: 84.1025641026%;
    padding: 0;
  }
  .aboutQualification .low_section > *:first-child:nth-last-child(2) {
    padding-top: 13.5897435897vw;
  }
  .aboutQualification_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40vw;
    row-gap: 5.1282051282vw;
  }
  .aboutQualification_list li {
    width: 100%;
    height: 35.8974358974vw;
    padding: 0 5.1282051282vw 0 5.1282051282vw;
    font-size: 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
  .aboutQualification_list li:nth-child(5) p:last-child {
    margin-top: 1.5384615385vw;
    text-align: right;
  }
  .aboutQualification_list li span {
    font-size: 15.3846153846vw;
    padding-right: 1.2820512821vw;
    transform: translateY(0.5128205128vw);
  }
  .aboutQualification_list li p:first-child {
    line-height: 1.5;
    width: 44%;
  }
  .aboutQualification_list li p:last-child {
    flex-shrink: 0;
    transform: translateY(-1.2820512821vw);
  }
  .aboutQualification_list li p:last-child small {
    font-size: 4.1025641026vw;
    margin-top: -2.0512820513vw;
  }
  .aboutQualification_bg {
    top: 157.6923076923vw;
  }
  .aboutQualification .about_commonLink {
    margin-top: 30.2564102564vw;
  }
}
.aboutIso .low_section > div {
  padding-bottom: 3.8020833333vw;
}
.aboutIso .low_section > div > div {
  padding-top: 3.75vw;
  transition-delay: 0.2s;
}
.aboutIso h2 {
  padding-block: 3.6458333333vw 3.5416666667vw;
}
.aboutIso_section {
  border-top: 1px solid #aaaaaa;
}
.aboutIso h3 {
  font-size: 1.25vw;
}
.aboutIso_box {
  display: flex;
  justify-content: space-between;
  padding-block: 3.5416666667vw 5.8333333333vw;
  border-top: 1px solid #d0d0d0;
}
.aboutIso_box > div {
  width: 66.3415%;
  padding-top: 0.1041666667vw;
  transition-delay: 0.2s;
}
.aboutIso_list {
  padding-left: 1.3em;
}
.aboutIso_sublist {
  list-style: none;
  padding-left: 3em;
  text-indent: -3em;
}
.aboutIso_author {
  text-align: right;
  font-weight: bold;
  padding-top: 2.34375vw;
}
.aboutIso .about_commonLink {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  .aboutIso {
    padding-bottom: 0;
  }
  .aboutIso .low_section > div {
    padding-bottom: 19.2307692308vw;
    width: 99%;
  }
  .aboutIso .low_section > div > div {
    padding-top: 13.5897435897vw;
  }
  .aboutIso h2 {
    padding-block: 12.8205128205vw 12.3076923077vw;
  }
  .aboutIso h3 {
    font-size: 5.1282051282vw;
  }
  .aboutIso_box {
    display: block;
    padding-block: 7.1794871795vw 14.1025641026vw;
  }
  .aboutIso_box > div {
    width: 100%;
    padding-top: 5.3846153846vw;
  }
  .aboutIso_author {
    padding-top: 10.7692307692vw;
  }
  .aboutIso .about_commonLink {
    margin-top: 15.3846153846vw;
  }
}
html {
  height: auto;
  scroll-behavior: auto !important;
}

.aboutTvcm_inner > div {
  padding-top: 3.8020833333vw;
  border-top: 1px solid #262626;
}
.aboutTvcm_inner > div > h2:first-child {
  transition-delay: 0.2s;
}
.aboutTvcm_inner > div > h2:last-of-type {
  margin-top: 5.7291666667vw;
  border-top: 1px solid #d0d0d0;
  padding-top: 3.6458333333vw;
}
.aboutTvcm_movie {
  margin-top: 3.3854166667vw;
  text-align: center;
  display: block !important;
}
.aboutTvcm_movie iframe {
  width: 71.0416666667vw;
  height: 39.9479166667vw;
  border: none;
  border-radius: 0.5208333333vw;
}
.aboutTvcm_movies {
  margin-top: 5.5208333333vw;
  text-align: center;
}
.aboutTvcm_movies p video {
  width: 71.0416666667vw;
  height: 39.9479166667vw;
  border-radius: 0.5208333333vw;
}
.aboutTvcm_movies p + p {
  margin-top: 3.4375vw;
}
.aboutTvcm .about_commonLink {
  margin-top: 5.4vw;
}

@media screen and (max-width: 1023px) {
  .aboutTvcm {
    padding-bottom: 0;
  }
  .aboutTvcm_inner > div {
    padding-top: 17.9487179487vw;
  }
  .aboutTvcm_inner > div > h2:first-child {
    transition-delay: 0s;
  }
  .aboutTvcm_inner > div > h2:last-of-type {
    margin-top: 12.3076923077vw;
    padding-top: 7.4358974359vw;
  }
  .aboutTvcm_movie {
    margin-top: 9.2307692308vw;
  }
  .aboutTvcm_movie iframe {
    width: 84.1025641026vw;
    height: 47.1794871795vw;
    border-radius: 1.2820512821vw;
  }
  .aboutTvcm_movies {
    margin-top: 8.9743589744vw;
    text-align: center;
  }
  .aboutTvcm_movies p video {
    width: 84.1025641026vw;
    height: 47.1794871795vw;
    border-radius: 1.2820512821vw;
  }
  .aboutTvcm_movies p + p {
    margin-top: 7.6923076923vw;
  }
  .aboutTvcm .about_commonLink {
    margin-top: 27.1794871795vw;
  }
}