@charset "UTF-8";
.l-content202204 .p-codeofconduct {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct {
    margin-bottom: 80px;
  }
}

.l-content202204 .p-codeofconduct__hero {
  position: relative;
}

.l-content202204 .p-codeofconduct__hero__bg {
  width: 100%;
}

.l-content202204 .p-codeofconduct__hero__inner {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__hero__inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.l-content202204 .p-codeofconduct__hero__title {
  font-size: 46px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 3px 40px rgba(0, 0, 0, 0.5);
  display: block;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__hero__title {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-content202204 .p-codeofconduct__introduction .c-pageLink {
  margin: 30px auto 0;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__introduction .c-pageLink {
    margin: 20px 5px 0;
    max-width: inherit;
  }
}

.l-content202204 .p-codeofconduct__introduction .c-pageLink.is-animate .c-pageLink__link::after {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
}

.l-content202204 .p-codeofconduct__introduction__lead {
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__introduction__lead {
    font-size: 14px;
  }
}

.l-content202204 .p-codeofconduct__introduction__footer {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__introduction__footer {
    margin-top: 30px;
  }
}

.l-content202204 .p-codeofconduct__introduction__footer__link {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__introduction__footer__link {
    font-size: 14px;
  }
}

.l-content202204 .p-codeofconduct__introduction__footer__link:hover {
  opacity: .6;
}

.l-content202204 .p-codeofconduct__introduction__footer__link__icon {
  width: 20px;
  margin-right: 6px;
}

.l-content202204 .p-codeofconduct__section .c-heading--2 {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section .c-heading--2 {
    padding-top: 60px;
  }
}

.l-content202204 .p-codeofconduct__section:not(:first-child) .c-heading--2 {
  border-top: 1px solid #000;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section:not(:first-child) .c-heading--2 {
    margin-top: 60px;
  }
}

.l-content202204 .p-codeofconduct__section__content {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__content {
    margin-top: 35px;
  }
}

.l-content202204 .p-codeofconduct__section__block:not(:first-child) {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__block:not(:first-child) {
    margin-top: 40px;
  }
}

.l-content202204 .p-codeofconduct__section__row {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__row {
    display: block;
  }
}

.l-content202204 .p-codeofconduct__section__colImage {
  flex: 0 0 39.537%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__colImage {
    max-width: 100%;
  }
}

.l-content202204 .p-codeofconduct__section__colContent {
  flex: 0 0 56.759%;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__colContent {
    max-width: 100%;
    margin-top: 40px;
  }
}

.l-content202204 .p-codeofconduct__section__colContent__title {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__colContent__title {
    font-size: 18px;
  }
}

.l-content202204 .p-codeofconduct__section__colContent__item:not(:first-child) {
  margin-top: 30px;
}

.l-content202204 .p-codeofconduct__section__colContent__subTitle {
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__colContent__subTitle {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 700;
  }
}

.l-content202204 .p-codeofconduct__section__colContent__text {
  font-size: 18px;
  line-height: 1.78;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .l-content202204 .p-codeofconduct__section__colContent__text {
    font-size: 15px;
    line-height: 1.73;
  }
}

.l-content202204 .p-codeofconduct__section__colContent__text.__textIndent {
  padding-left: 1em;
}
