@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section {
  position: relative;
}
.section__inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
.section__img {
  position: absolute;
  right: 0;
  top: 80px;
}
.section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 3rem;
  border-bottom: solid 1px;
  padding-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .section__title {
    font-size: 4.2rem;
  }
}
.section--message {
  background-image: url(../img/company/message_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}
@media screen and (max-width: 1360px) {
  .section--message {
    padding-top: 110px;
  }
}
.section--outline {
  background-color: #F6F7F7;
}
.section--history {
  background-image: url(../img/company/history_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.keyvisual {
  position: relative;
}
.keyvisual__title {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.16) 5px 5px 5px;
  z-index: 2;
  padding-top: 70px;
}
.keyvisual__title h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .keyvisual__title h1 {
    font-size: 5.4rem;
  }
}
.keyvisual__title h2 {
  font-size: 3.4rem;
  letter-spacing: 6px;
}
@media screen and (min-width: 960px) {
  .keyvisual__title h2 {
    font-size: 5rem;
  }
}
.keyvisual__group {
  display: block;
}
@media screen and (min-width: 960px) {
  .keyvisual__group {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.keyvisual__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .keyvisual__unit {
    margin-top: 0;
  }
}
.keyvisual__frame {
  width: 100px;
  height: 60px;
  position: relative;
  display: inline-flex;
  border: solid 5px red;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  margin: 0 20px;
}
@media screen and (min-width: 960px) {
  .keyvisual__frame {
    width: 160px;
    height: 80px;
    border: solid 6px red;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual__frame {
    width: 200px;
    height: 100px;
    border: solid 10px red;
  }
}
.keyvisual__movie {
  position: relative;
}
.keyvisual__movie video {
  width: 100%;
  vertical-align: bottom;
}
.keyvisual__movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.29) 0%, rgba(255, 88, 0, 0.29) 20%, rgba(255, 0, 16, 0.29) 100%);
}
.keyvisual__scroll {
  display: none;
}
@media screen and (min-width: 960px) {
  .keyvisual__scroll {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 4%;
    bottom: 10%;
  }
}
.keyvisual__scroll p {
  color: #FF000F;
  writing-mode: vertical-rl;
  transform: scale(-1);
  letter-spacing: 4px;
  text-align: end;
}
.keyvisual__scroll img {
  position: relative;
  top: 14px;
}

.item1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px;
  -webkit-animation: anime 16s 0s infinite;
  animation: anime 16s 0s infinite;
}

.item1:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.item1:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.item1:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
.message {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .message {
    padding: 60px 0;
  }
}
.message__title {
  color: #fff;
  font-size: 3.4rem;
}
@media screen and (min-width: 960px) {
  .message__title {
    font-size: 5rem;
  }
}
.message__title span {
  display: block;
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .message__title span {
    font-size: 2.4rem;
  }
}
.message__text {
  line-height: 2;
}
.message__wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .message__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.message__wrap figure {
  width: 60%;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .message__wrap figure {
    width: 40%;
  }
}
.message__wrap figure img {
  width: 100%;
}
.message__group {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .message__group {
    width: 55%;
  }
}
.message__catch {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .message__catch {
    font-size: 4.2rem;
    margin: 60px 0 50px 0;
  }
}
.message__text {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .message__text {
    font-size: 1.6rem;
  }
}
.message__unit p {
  color: #fff;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .message__unit p {
    font-size: 1.6rem;
  }
}

.philosophy {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .philosophy {
    padding: 60px 0;
  }
}
.philosophy__title {
  font-size: 3.4rem;
}
@media screen and (min-width: 960px) {
  .philosophy__title {
    font-size: 5rem;
  }
}
.philosophy__title span {
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .philosophy__title span {
    font-size: 2.4rem;
  }
}
.philosophy__wrap {
  position: relative;
  display: block;
}
@media screen and (min-width: 960px) {
  .philosophy__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.philosophy__wrap figure {
  position: relative;
  width: 60%;
  height: 100%;
  margin: auto;
}
.philosophy__wrap figure img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .philosophy__wrap figure {
    width: auto;
    position: absolute;
    right: 0;
  }
}
.philosophy__group {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .philosophy__group {
    width: 80%;
  }
}
.philosophy__subtitle {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 20px 0;
}
@media screen and (min-width: 760px) {
  .philosophy__subtitle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .philosophy__subtitle {
    font-size: 4.2rem;
    margin: 60px 0 50px 0;
  }
}
.philosophy__catch {
  color: #F55B5B;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .philosophy__catch {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .philosophy__catch {
    margin: 60px 0 50px 0;
  }
}
.philosophy__text {
  font-size: 1.2rem;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .philosophy__text {
    font-size: 1.4rem;
  }
}
.philosophy__text--bold {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .philosophy__text--bold {
    font-size: 1.6rem;
  }
}
.philosophy__link {
  display: inline-block;
  font-size: 1.4rem;
  border: solid 1px #000;
  padding: 10px;
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .philosophy__link {
    font-size: 1.6rem;
  }
}
.philosophy__link img {
  margin-left: 15px;
}
.philosophy__unit {
  display: block;
  margin-top: 90px;
}
@media screen and (min-width: 960px) {
  .philosophy__unit {
    display: flex;
    justify-content: space-between;
  }
}
.philosophy__item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .philosophy__item {
    width: 48%;
    text-align: left;
  }
}
.philosophy__item:first-child {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .philosophy__item:first-child {
    margin-bottom: 0;
  }
}
.philosophy__img {
  width: 90%;
  margin-top: 30px;
}
.philosophy__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.philosophy__headline p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .philosophy__headline p {
    font-size: 2.4rem;
  }
}

.outline {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .outline {
    padding: 60px 0;
  }
}
.outline__title {
  font-size: 3.4rem;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .outline__title {
    font-size: 5rem;
  }
}
.outline__title span {
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .outline__title span {
    font-size: 2.4rem;
  }
}
.outline__wrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .outline__wrap {
    padding: 60px 100px;
  }
}
.outline__wrap figcaption {
  color: #fff;
  font-size: 1.4rem;
  text-align: end;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .outline__wrap figcaption {
    font-size: 1.6rem;
  }
}
.outline__group {
  width: 80%;
}
.outline__catch {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 60px 0 50px 0;
}
.outline__table {
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .outline__table {
    font-size: 1.6rem;
  }
}
.outline__table tr, .outline__table th {
  display: block;
}
@media screen and (min-width: 960px) {
  .outline__table tr, .outline__table th {
    display: flex;
    align-items: center;
  }
}
.outline__table tr {
  border-bottom: solid 1px #CCCCCC;
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .outline__table tr {
    padding-left: 30px;
  }
}
.outline__table tr:last-child td {
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .outline__table tr:last-child td {
    padding: 20px 0;
  }
}
.outline__table th {
  width: 100%;
  letter-spacing: 2px;
  font-size: 1.2rem;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 960px) {
  .outline__table th {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .outline__table th {
    width: 20%;
    padding: 20px 0;
  }
}
.outline__table td {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .outline__table td {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .outline__table td {
    width: 80%;
  }
}
.outline__table td p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .outline__table td p {
    font-size: 1.4rem;
  }
}
.outline__table td p:last-child {
  margin-bottom: 0;
}
.outline__table td p iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 960px) {
  .outline__table td p iframe {
    height: 320px;
  }
}
.outline__unit span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .outline__unit span {
    font-size: 1.6rem;
  }
}

.history {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .history {
    padding: 60px 0;
  }
}
@media screen and (min-width: 960px) {
  .history {
    padding-bottom: 150px;
  }
}
.history__title {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 40px;
}
.history__title span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .history__title span {
    font-size: 2.2rem;
  }
}
.history__group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.history__group:first-of-type {
  border-bottom: solid 5px #FF000F;
}
.history__group--ful {
  margin-top: 80px;
}
.history__line {
  position: absolute;
  bottom: -92px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.history__wrap {
  width: 100%;
  background-color: #fff;
  border: solid 1px #707070;
}
@media screen and (min-width: 960px) {
  .history__wrap {
    width: 50%;
  }
}
.history__wrap:nth-child(1), .history__wrap:nth-child(3) {
  border-right: none;
}
.history__wrap:nth-child(3), .history__wrap:nth-child(4) {
  border-top: none;
  border-bottom: none;
}
.history__wrap--ful {
  width: 100%;
}
.history__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 3px solid;
  cursor: pointer;
}
.history__tab {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  border: 2px solid;
  border-bottom: none;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  .history__tab {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .history__tab {
    width: auto;
  }
}
.history__panel {
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .history__panel {
    padding: 70px 50px;
  }
}

.timeline {
  background: #fff;
}
.timeline--downline {
  border-bottom: 1px solid #707070;
}
.timeline--downline-red {
  border-bottom: 5px solid #FF000F;
}
.timeline--downline-red:nth-of-type(3) {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 520px) {
  .timeline--downline-red:nth-of-type(3) {
    border-bottom: 5px solid #FF000F;
  }
}
.timeline--sideline {
  border-right: none;
}
@media screen and (min-width: 520px) {
  .timeline--sideline {
    border-right: 1px solid #707070;
  }
}
.timeline--half {
  width: 100%;
}
@media screen and (min-width: 520px) {
  .timeline--half {
    width: 50%;
  }
}
.timeline--full {
  width: 100%;
}
.timeline--connection {
  margin-top: 80px;
  position: relative;
}
.timeline--connection::before {
  content: "";
  background-image: url(../img/company/line_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 96px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -88px;
}
.timeline__title {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
}
@media screen and (min-width: 760px) {
  .timeline__title {
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .timeline__title {
    font-size: 2rem;
  }
}
.timeline__title--half {
  width: 200px;
}
@media screen and (min-width: 760px) {
  .timeline__title--half {
    width: 340px;
  }
}
.timeline__title--full {
  width: 100%;
}
.timeline__list {
  padding: 20px 10px;
}
@media screen and (min-width: 760px) {
  .timeline__list {
    padding: 40px;
  }
}
.timeline__item {
  display: none;
}
.timeline__item--active {
  display: flex;
}
.timeline__item--gift .timeline__info {
  margin-bottom: 0;
}
.timeline__item:last-of-type .timeline__info {
  margin-bottom: 0;
}
.timeline__content {
  position: relative;
  border-left: 2px solid #FF000F;
  padding-left: 15px;
  padding-top: 6px;
  flex: 1;
}
@media screen and (min-width: 760px) {
  .timeline__content {
    padding-left: 20px;
  }
}
.timeline__content::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FF000F;
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: translateX(-60%);
}
.timeline__content--disable {
  border-left: none;
}
.timeline__content--disable::before {
  left: 2px;
}
.timeline__info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  top: -12px;
}
@media screen and (min-width: 760px) {
  .timeline__info {
    flex-wrap: nowrap;
    margin-bottom: 40px;
  }
}
.timeline__data {
  font-weight: bold;
  padding-right: 15px;
  padding-top: 6px;
  text-align: right;
  position: relative;
  top: -12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  .timeline__data {
    font-size: 1.4rem;
    padding-right: 20px;
  }
}
.timeline__tag {
  color: #fff;
  background: #000;
  padding: 4px 0;
  text-align: center;
  width: 70px;
}
.timeline__description {
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  .timeline__description {
    font-size: 1.4rem;
  }
}
.timeline__description span {
  font-weight: bold;
}