@charset "utf-8";
@media (min-width: 768px) {
  .visible-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .visible-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .visible-pc {
    display: none;
  }
}

.subvisual {
  background-image: url("../../images/about/subvisual-about.jpg");
  height: 100vh;
}
.subvisual-inner h1 {
  font-size: 80px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.subvisual-inner h1 small {
  display: block;
  font-size: 50%;
}
.subvisual-inner h1 small:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 4px;
  background: #fff;
  left: calc(50% - 160px);
}
@media (max-width: 1499px) {
  .subvisual-inner h1 {
    font-size: 5vw;
  }
  .subvisual-inner h1 small:before {
    width: 20vw;
    height: 4px;
    background: #fff;
    left: calc(50% - 10vw);
  }
}
@media (max-width: 767px) {
  .subvisual {
    background-image: url("../../images/about/sp_subvisual-about.jpg");
  }
  .subvisual-inner h1 {
    font-size: 16vw;
  }
  .subvisual-inner h1 small:before {
    width: 64vw;
    height: 3px;
    background: #fff;
    left: calc(50% - 32vw);
  }
  .subvisual-inner h1 small {
    display: block;
    font-size: 4vw;
    letter-spacing: 1px;
  }
}

.page-contents .contents-title {
  width: 100%;
}

.contents01 {
  padding-top: 0;
  background-image: url("../../images/history/contents03-bg.svg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.contents01 .contents-wrapper {
  padding: 80px 15px 0;
}
.contents01 p {
  margin-bottom: 42px;
  line-height: 2;
}
.contents01 p.message {
  font-size: 40px;
  text-align: center;
  margin-bottom: 42px;
}
.contents01 .page-contents-wrapper.cf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0px;
  padding: 0px 15px;
}
.contents01 .contents-left {
  width: 50%;
}
.contents01 .contents-right {
  width: 50%;
}
@media (max-width: 1499px) {
  .contents01 p.message {
    font-size: 2.75vw;
    text-align: center;
    margin-bottom: 32px;
  }
  .contents01 p {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .contents01 .page-contents-wrapper {
    padding: 0;
  }
  .contents01 p.message {
    font-size: 5vw;
    line-height: 2;
    text-align: left;
    margin-bottom: 42px;
  }
  .contents01 .contents-left {
    width: 100%;
  }
  .contents01 .contents-right {
    width: 100%;
  }
}

.contents02 {
  background: #15161a;
}
.contents02 .page-contents-wrapper.cf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
  margin: 0;
  padding: 0;
  position: relative;
  width: 95%;
}
.contents02 .page-contents-wrapper:before {
  content: "";
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
.contents02 h2 {
  width: 100%;
  font-size: 64px;
  letter-spacing: 8px;
  text-align: right;
  margin-right: 72px;
  position: relative;
  z-index: 1;
  transform: translateY(-0.9em);
}
.contents02 .contents-left {
  width: 50%;
  position: relative;
}
.contents02 .contents-right {
  width: 50%;
  position: relative;
  padding: 0 72px 0;
}
.contents02 .contents-right p {
  margin-bottom: 0.5em;
}
.contents02 .contents-right:last-child {
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .contents02 {
    padding-bottom: calc(100px + 4vw);
  }
  .contents02 h2 {
    font-size: 4vw;
  }
  .contents02 .page-contents-wrapper.cf {
    display: block;
  }
  .contents02 .page-contents-wrapper:before {
    height: calc(100% + 4vw + 16px);
  }
  .contents02 .contents-left {
    width: 50%;
    float: left;
    padding: 0 2rem 1rem 0;
  }
  .contents02 .contents-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contents02 h2 {
    font-size: 8vw;
    padding: 0;
    margin-right: 15px;
    margin-bottom: -0.5em;
  }
  .contents02 .page-contents-wrapper.cf {
    padding: 0 0 8vw 0;
    background: #000000;
    position: relative;
    width: calc(100% - 15px);
  }
  .contents02 .page-contents-wrapper:before {
    content: none;
  }
  .contents02 .contents-left {
    width: 100%;
    margin-bottom: 16px;
  }
  .contents02 .contents-left img {
    width: calc(100% - 15px);
  }
  .contents02 .contents-right {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}

.contents03 {
  background: #000000;
  display: flex;
  justify-content: flex-end;
}
.contents03 .page-contents-wrapper.cf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
  flex-direction: row-reverse;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 95%;
}
.contents03 .page-contents-wrapper:before {
  content: "";
  background: #15161a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
.contents03 h2 {
  width: 100%;
  font-size: 64px;
  letter-spacing: 8px;
  text-align: left;
  margin-left: 72px;
  position: relative;
  z-index: 1;
  transform: translateY(-0.9em);
}
.contents03 .contents-left {
  width: 50%;
  padding: 0 72px 0;
  position: relative;
}
.contents03 .contents-left p {
  margin-bottom: 0.5em;
}
.contents03 .contents-left:last-child {
  margin-bottom: 0;
}
.contents03 .contents-right {
  width: 50%;
  position: relative;
}
@media (max-width: 1499px) {
  .contents03 {
    padding-bottom: calc(100px + 4vw);
  }
  .contents03 h2 {
    font-size: 4vw;
  }
  .contents03 .page-contents-wrapper.cf {
    display: block;
  }
  .contents03 .page-contents-wrapper:before {
    height: calc(100% + 4vw + 16px);
  }
  .contents03 .contents-right {
    width: 50%;
    float: right;
    padding: 0 0 1rem 2rem;
  }
  .contents03 .contents-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contents03 h2 {
    font-size: 8vw;
    padding: 0;
    margin-left: 15px;
    margin-bottom: -0.5em;
  }
  .contents03 .page-contents-wrapper.cf {
    padding: 0 0 8vw 0;
    background: #15161a;
    position: relative;
    width: calc(100% - 15px);
  }
  .contents03 .page-contents-wrapper:before {
    content: none;
  }
  .contents03 .contents-left {
    width: 100%;
    /* margin-bottom: 16px; */
    padding: 15px;
  }
  .contents03 .contents-left img {
    width: calc(100% - 16px);
  }
  .contents03 .contents-right {
    width: 100%;
    padding: 0 0 0 15px;
  }
}

.contents04 {
  background: #15161a;
}
.contents04 .page-contents-wrapper.cf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
  margin: 0;
  padding: 0;
  position: relative;
  width: 95%;
}
.contents04 .page-contents-wrapper:before {
  content: "";
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
}
.contents04 h2 {
  width: 100%;
  font-size: 64px;
  letter-spacing: 8px;
  text-align: right;
  margin-right: 72px;
  position: relative;
  z-index: 1;
  transform: translateY(-0.9em);
}
.contents04 .contents-left {
  width: 50%;
  position: relative;
}
.contents04 .contents-right {
  width: 50%;
  position: relative;
  padding: 0 72px 0;
}
.contents04 .contents-right p {
  margin-bottom: 0.5em;
}
.contents04 .contents-right:last-child {
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .contents04 {
    padding-bottom: calc(100px + 4vw);
  }
  .contents04 h2 {
    font-size: 4vw;
  }
  .contents04 .page-contents-wrapper.cf {
    display: block;
  }
  .contents04 .page-contents-wrapper:before {
    height: calc(100% + 4vw + 16px);
  }
  .contents04 .contents-left {
    width: 50%;
    float: left;
    padding: 0 2rem 1rem 0;
  }
  .contents04 .contents-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contents04 h2 {
    font-size: 6.5vw;
    padding: 0;
    margin-right: 15px;
    margin-bottom: -0.5em;
  }
  .contents04 .page-contents-wrapper.cf {
    padding: 0 0 8vw 0;
    background: #000000;
    position: relative;
    width: calc(100% - 15px);
  }
  .contents04 .page-contents-wrapper:before {
    content: none;
  }
  .contents04 .contents-left {
    width: 100%;
    margin-bottom: 16px;
  }
  .contents04 .contents-left img {
    width: calc(100% - 15px);
  }
  .contents04 .contents-right {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}

.contents05 {
  padding-top: 0;
  background-image: url("../../images/history/contents03-bg.svg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.contents05 > img {
  margin-bottom: 100px;
}
.contents05 h2 {
  font-size: 48px;
  text-align: left;
  margin-bottom: 16px;
}
.contents05 h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.contents05 p {
  line-height: 2;
  padding: 0;
  margin-bottom: 16px;
}
.contents05 p:last-child {
  margin-bottom: 0;
}
.contents05 ul {
  margin-bottom: 16px;
}
.contents05 ul li {
  font-size: 20px;
}
.contents05 ul li:last-child {
  margin-bottom: 0;
}
.contents05 ul li:before {
  content: "・";
  margin-right: 10px;
}
.contents05 .page-contents-wrapper.cf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
  margin: 0px;
  padding: 0px;
}
.contents05 .contents-left {
  width: 50%;
  padding: 0 60px 0 60px;
}
.contents05 .contents-right {
  width: 50%;
  padding: 0 60px 0 0;
}

@media (max-width: 1499px) {
  .contents05 h2 {
    font-size: 4vw;
  }
}
@media (max-width: 1199px) {
  .contents05 .contents-left {
    padding: 0 30px 0 30px;
  }
  .contents05 .contents-right {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .contents05 h2 {
    font-size: 9vw;
    letter-spacing: 4px;
    text-align: center;
    margin-right: 0;
  }
  .contents05 h3 {
    font-size: 22px;
  }
  .contents05 p {
    margin-bottom: 14px;
  }
  .contents05 ul li {
    font-size: 18px;
  }
  .contents05 ul li:before {
    margin-right: 9px;
  }
  .contents05 .contents-left {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 32px;
  }
  .contents05 .contents-left p {
    padding: 0;
  }
  .contents05 .contents-right {
    width: 100%;
    padding: 0 16px;
  }
}

.contents06 {
  background: #15161a;
  padding: 0;
}
.contents06 a.page-link {
  display: block;
  font-size: 48px;
  letter-spacing: 8px;
  line-height: 1.25;
  padding: 100px 0 80px;
  border-bottom: solid 1px #ccc;
}
.contents06 .contents-list:last-child a.page-link {
  border-bottom: 0;
  margin-bottom: 0;
}
.contents06 a.page-link small {
  display: block;
  color: #555;
  font-size: 20px;
  letter-spacing: 2px;
}
.contents06 .contents-list {
  position: relative;
}
.contents06 .contents-list .view-btn {
  position: absolute;
  right: 0;
  top: 100px;
  font-size: 16px;
  color: #ccc;
  border: solid 1px;
  padding: 15px 5px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .contents06 {
    padding: 0;
  }
  .contents06 a.page-link {
    font-size: 7.5vw;
    letter-spacing: 4px;
    line-height: 1.25;
    padding: 80px 0 60px;
    border-bottom: solid 1px #ccc;
  }
  .contents06 a.page-link small {
    font-size: 4vw;
  }
  .contents06 .contents-list .view-btn {
    top: 80px;
    padding: 16px 4px;
  }
}
a.page-link {
  position: relative;
  z-index: 9;
}
