.blue {
  color: #40baff;
  font-style: normal;
  font-weight: 600;
}

@-webkit-keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}

@keyframes ft {
  0% {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transition-duration: 1s;
    transform: translate(0);
  }
}
.main-title .in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
}

.content-wrap .title.in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.content-wrap .lead.in {
  -webkit-animation: ft 1s forwards;
          animation: ft 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@media screen and (min-width: 769px), print {
  .main-title {
    text-align: center;
    padding-top: 40px;
    position: relative;
  }
  .main-title::after {
    content: "";
    display: block;
    background-image: url(../img/model/title_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 520px;
    height: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-title h2 {
    padding: 0;
    width: auto;
  }
  .main-title h2 .en {
    color: #6ac9ff;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
  }
  .main-title h2 .tit {
    display: block;
    font-size: 30px;
    padding: 20px;
    font-weight: 500;
  }
  .main-title p.lead {
    letter-spacing: 0.15em;
    font-size: 18px;
    font-weight: 500;
    margin-top: 85px;
    line-height: 2;
  }
  .content-wrap:not(:first-child) {
    margin-top: 164px;
  }
  .content-area {
    margin-top: 100px;
  }
  .content-wrap {
    padding: 100px 0;
    box-sizing: border-box;
    min-height: 690px;
    position: relative;
  }
  .content-wrap .title {
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .content-wrap .title h3 {
    font-size: 64px;
    color: #40baff;
  }
  .content-wrap .title .name {
    font-size: 20px;
    margin-top: 0;
    letter-spacing: 0.1em;
  }
  .content-wrap .lead {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-wrap .lead .img-box {
    width: 130px;
  }
  .content-wrap .lead .txt p {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.7;
    margin-left: 55px;
    height: 100%;
    position: relative;
    display: inline;
    padding: 0 5px;
    letter-spacing: 0.2em;
  }
  .content-wrap .lead .txt p::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1.6em;
    background-color: white;
  }
  .content-wrap .content {
    display: flex;
    justify-content: space-between;
    width: 780px;
    margin: auto;
    margin-top: 70px;
  }
  .content-wrap .content .timeline {
    flex-shrink: 0;
    width: calc(100% - 435px);
  }
  .content-wrap .content .timeline li {
    display: flex;
    position: relative;
  }
  .content-wrap .content .timeline li:not(:last-child) {
    padding-bottom: 20px;
  }
  .content-wrap .content .timeline li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: solid 1px #40baff;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 55px;
  }
  .content-wrap .content .timeline li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background-color: #40baff;
    position: absolute;
    bottom: -7px;
    left: 59px;
    z-index: -1;
  }
  .content-wrap .content .timeline p {
    display: block;
    width: calc(100% - 88px);
  }
  .content-wrap .content .timeline p:not(:first-child) {
    margin-left: 30px;
  }
  .content-wrap .content .timeline .year {
    width: 48px;
    font-weight: 500;
  }
  .content-wrap .content .txt {
    width: 405px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: -5px;
  }
  .content-wrap:nth-child(odd) {
    background-color: #d9ecff;
    background-image: url(../img/model/bg_01.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .content-wrap:nth-child(even) {
    background-color: #b8e5fb;
    background-image: url(../img/model/bg_02.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .content-wrap:nth-child(even) .lead {
    flex-direction: row-reverse;
  }
  .content-wrap:nth-child(even) .lead p {
    margin: 0;
  }
  .content-wrap:nth-child(even) .lead .img-box {
    margin-left: 40px;
  }
  .content-wrap:nth-child(even) .timeline li p {
    color: white;
  }
  .content-wrap:nth-child(even) .timeline li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: solid 1px white;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 55px;
  }
  .content-wrap:nth-child(even) .timeline li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background-color: white;
    position: absolute;
    bottom: -7px;
    left: 59px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px), print {
  .main-title {
    text-align: center;
    padding-top: 20px;
    position: relative;
  }
  .main-title::after {
    content: "";
    display: block;
    background-image: url(../img/model/title_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-title h2 {
    padding: 0;
    width: auto;
  }
  .main-title h2 .en {
    color: #6ac9ff;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
  }
  .main-title h2 .tit {
    display: block;
    font-size: 24px;
    padding: 14px 0;
    font-weight: 500;
  }
  .main-title p.lead {
    font-size: 16px;
    font-weight: 500;
    margin-top: 60px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .content-wrap:not(:first-child) {
    margin-top: 80px;
  }
  .content-area {
    margin-top: 60px;
  }
  .content-wrap {
    padding: 100px 5%;
    padding-bottom: 48px;
    box-sizing: border-box;
    min-height: 690px;
    position: relative;
  }
  .content-wrap .title {
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .content-wrap .title h3 {
    font-size: 64px;
    color: #40baff;
  }
  .content-wrap .title .name {
    font-size: 17px;
    margin-top: 6px;
    letter-spacing: 0.1em;
  }
  .content-wrap .lead {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-wrap .lead .img-box {
    margin-top: 0px;
    width: 100px;
    margin: auto;
  }
  .content-wrap .lead .txt {
    margin-top: 20px;
    text-align: center;
  }
  .content-wrap .lead .txt p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.9;
    height: 100%;
    position: relative;
    display: inline;
    padding: 0 5px;
    letter-spacing: 0.2em;
  }
  .content-wrap .lead .txt p::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: 1.6em;
    background-color: white;
  }
  .content-wrap .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
  .content-wrap .content .timeline {
    flex-shrink: 0;
    color: #00a2fd;
  }
  .content-wrap .content .timeline li {
    display: flex;
    position: relative;
  }
  .content-wrap .content .timeline li:not(:last-child) {
    padding-bottom: 20px;
  }
  .content-wrap .content .timeline li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: solid 1px #00a2fd;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 55px;
  }
  .content-wrap .content .timeline li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background-color: #00a2fd;
    position: absolute;
    bottom: -7px;
    left: 59px;
    z-index: -1;
  }
  .content-wrap .content .timeline p {
    display: block;
    width: calc(100% - 88px);
  }
  .content-wrap .content .timeline p:not(:first-child) {
    margin-left: 30px;
  }
  .content-wrap .content .timeline .year {
    font-weight: 500;
    width: 48px;
  }
  .content-wrap .content .txt {
    margin-top: 32px;
    width: 100%;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2;
    max-width: 480px;
  }
  .content-wrap:nth-child(odd) {
    background-color: #d9ecff;
    background-image: url(../img/model/bg_01.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .content-wrap:nth-child(even) {
    background-color: #c9edff;
    background-image: url(../img/model/bg_02.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .content-wrap:nth-child(even) .timeline li p {
    color: #00a2fd;
  }
  .content-wrap:nth-child(even) .timeline li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    border: solid 1px #00a2fd;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 55px;
  }
  .content-wrap:nth-child(even) .timeline li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 7px);
    background-color: #00a2fd;
    position: absolute;
    bottom: -7px;
    left: 59px;
    z-index: -1;
  }
}
/*# sourceMappingURL=model.css.map */