<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
header {
  position: absolute;
  z-index: 3; }

.top-main .main-top, .top-main .main-btm {
  position: relative;
  z-index: 2; }
.top-main .main-top {
  min-height: 105vh; }
  .top-main .main-top p.mincho {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 26px;
    position: absolute;
    bottom: 50px;
    background: url("../img/top/ico_scroll_01.png") no-repeat center bottom/34px auto;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    z-index: 10; }
.top-main .title {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 15px; }
  .top-main .title h1 {
    font-size: 5.5466666667vw; }
  .top-main .title h2 {
    font-size: 12.1333333333vw;
    line-height: 1.5; }
.top-main .main-btm {
  padding: 40px 15px 80px;
  text-align: center;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  -moz-transform: skewY(-4.75deg);
  -webkit-transform: skewY(-4.75deg);
  transform: skewY(-4.75deg); }
  .top-main .main-btm p {
    line-height: 2.0;
    -moz-transform: skewY(4.75deg);
    -webkit-transform: skewY(4.75deg);
    transform: skewY(4.75deg);
    margin-bottom: 15px;
    font-size: 4.9866666667vw; }
.top-main .slideshow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 105vh;
  overflow: hidden; }
  .top-main .slideshow .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    background-size: cover;
    background-position: center center; }
    .top-main .slideshow .item:first-child {
      display: block; }
.top-main .in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2; }
.top-main .out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1; }
.top-main .split {
  visibility: hidden; }
.top-main .textSplitLoad {
  display: none; }
.top-main .split {
  visibility: hidden; }
@media print, screen and (min-width: 600px) {
  .top-main .main-top {
    min-height: 110vh; }
    .top-main .main-top p.mincho {
      bottom: 90px; }
  .top-main .title {
    padding: 0 20px; }
    .top-main .title h1 {
      font-size: 4.1666666667vw; }
    .top-main .title h2 {
      font-size: 9.1145833333vw; }
  .top-main .main-btm {
    padding: 80px 20px 160px; }
    .top-main .main-btm p {
      font-size: 2.8645833333vw;
      margin-bottom: 20px; } }
@media print, screen and (min-width: 1000px) {
  .top-main .title {
    padding: 0; }
    .top-main .title h1 {
      font-size: 32px; }
    .top-main .title h2 {
      font-size: 70px; }
    .top-main .title br {
      display: none; }
  .top-main .main-btm {
    padding: 150px 0 170px; }
    .top-main .main-btm p {
      font-size: 22px;
      margin-bottom: 50px; } }

#contents .basic-h2 {
  font-size: 8.4vw;
  color: #fff;
  text-align: center; }
#contents .tit-h2 {
  text-align: center;
  margin-bottom: 30px; }
  #contents .tit-h2 h2 {
    line-height: 1.1;
    margin-bottom: 10px; }
  #contents .tit-h2 .mincho {
    color: #fff;
    font-size: 4vw; }
@media print, screen and (min-width: 600px) {
  #contents .basic-h2 {
    font-size: 5.46875vw; }
  #contents .tit-h2 .mincho {
    font-size: 2.6041666667vw; } }
@media print, screen and (min-width: 1000px) {
  #contents .basic-h2 {
    font-size: 42px; }
  #contents .tit-h2 {
    margin-bottom: 80px; }
    #contents .tit-h2 .mincho {
      font-size: 20px; } }

.con01 .bg::before {
  background: #262B34; }
.con01 .bt::before {
  background: #30538e;
  bottom: -37.5px;
  top: auto; }
.con01 .in {
  background: #262b34;
  background: -webkit-linear-gradient(top, #262b34 0%, #0f1314 50%, #30538e 100%);
  background: linear-gradient(to bottom, #262b34 0%, #0f1314 50%, #30538e 100%);
  position: relative;
  z-index: 11;
  padding: 0 5px; }
.con01 .greeting {
  color: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #999; }
  .con01 .greeting .tit-h2 {
    margin-bottom: 20px; }
  .con01 .greeting h2 {
    font-size: 8.4vw; }
  .con01 .greeting h3 {
    font-size: 6.3466666667vw;
    margin-bottom: 20px; }
  .con01 .greeting .txt {
    margin-bottom: 40px;
    overflow: hidden; }
    .con01 .greeting .txt:last-child {
      margin-bottom: 0; }
    .con01 .greeting .txt.large {
      font-size: 105%;
      border-bottom: 1px solid #999;
      padding-bottom: 40px; }
  .con01 .greeting figure {
    margin-bottom: 20px; }
  .con01 .greeting p {
    margin-bottom: 20px;
    text-align: justify; }
  .con01 .greeting .prof {
    text-align: right; }
    .con01 .greeting .prof dt {
      font-size: 12px; }
.con01 .special {
  padding: 50px 0 0px; }
  .con01 .special .list-project li {
    margin-bottom: 15px; }
  .con01 .special .list-project a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none; }
    .con01 .special .list-project a:hover .hover {
      opacity: 1; }
    .con01 .special .list-project a:hover h3 {
      margin-bottom: 10px; }
    .con01 .special .list-project a:hover .detail {
      margin-top: 0; }
  .con01 .special .list-project .hover {
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; }
  .con01 .special .list-project .txt-num {
    font-size: 18px;
    line-height: 1.3; }
    .con01 .special .list-project .txt-num span {
      font-size: 30px; }
  .con01 .special .list-project h3 {
    font-size: 5.44vw;
    margin-bottom: 25px;
    transition: .5s; }
  .con01 .special .list-project .detail {
    display: block;
    margin-top: 25px;
    border: 1px #FFF solid;
    width: 60%;
    min-height: 48px;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    transition: .5s; }
@media print, screen and (min-width: 600px) {
  .con01 .in {
    padding: 0 20px; }
  .con01 .greeting {
    padding: 0 0 30px; }
    .con01 .greeting h2 {
      font-size: 5.46875vw; }
    .con01 .greeting h3 {
      font-size: 3.6458333333vw; }
    .con01 .greeting figure {
      max-width: 60%;
      margin: 0 auto 30px; }
  .con01 .special .list-project .txt-num {
    line-height: 1.8; }
  .con01 .special .list-project h3 {
    font-size: 3.125vw; }
  .con01 .special .list-project .detail {
    width: 40%; } }
@media print, screen and (min-width: 1000px) {
  .con01 .bt::before {
    bottom: -70px; }
  .con01 .in {
    padding: 0; }
  .con01 .greeting {
    padding: 100px 0;
    border-bottom: none; }
    .con01 .greeting .tit-h2 {
      margin-bottom: 40px; }
    .con01 .greeting h2 {
      font-size: 42px; }
    .con01 .greeting h3 {
      font-size: 28px; }
    .con01 .greeting .txt {
      margin-bottom: 150px; }
      .con01 .greeting .txt:last-child {
        display: flex; }
      .con01 .greeting .txt.large {
        font-size: 110%;
        padding-bottom: 0;
        border-bottom: none; }
    .con01 .greeting figure {
      min-width: 300px;
      margin: 0 30px 0 0; }
  .con01 .special {
    padding: 100px 0 0px; }
    .con01 .special .list-project {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-bottom: 100px; }
      .con01 .special .list-project li {
        width: 49.5%;
        margin-bottom: 1%; }
      .con01 .special .list-project h3 {
        font-size: 24px; } }

.con02 {
  background: url("../img/top/bg_history.jpg") no-repeat center center/cover;
  position: relative;
  background-attachment: fixed;
  z-index: 5;
  padding: 100px 0; }
  #contents .con02 .basic-h2, #contents .con02 .tit-h2 .mincho {
    color: #333; }
  .con02 .in {
    padding: 0 5px; }
  .con02 .bord {
    position: relative;
    padding-bottom: 40px; }
    .con02 .bord::before, .con02 .bord::after {
      content: '';
      position: absolute;
      width: 4px; }
    .con02 .bord::before {
      background: #ccc;
      top: 0;
      height: calc(100% - 40px); }
    .con02 .bord::after {
      border-left: 4px dashed #ccc;
      bottom: 0;
      height: 40px; }
  .con02 .history-list {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px; }
    .con02 .history-list img {
      width: 100%; }
    .con02 .history-list.hide {
      display: none; }
    .con02 .history-list.history-1955 figure {
      max-width: 200px; }
    .con02 .history-list.history-1970 figure {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .con02 .history-list.history-1970 figure img:first-child {
        width: 56.338028169%; }
      .con02 .history-list.history-1970 figure img:last-child {
        width: 39.4366197183%; }
    .con02 .history-list.history-1989, .con02 .history-list.history-1993-02, .con02 .history-list.history-2002, .con02 .history-list.history-2009-02, .con02 .history-list.history-2009-03, .con02 .history-list.history-2011-01, .con02 .history-list.history-2014, .con02 .history-list.history-2017, .con02 .history-list.history-2018-01, .con02 .history-list.history-2018-02 {
      flex-wrap: wrap; }
      .con02 .history-list.history-1989 .text-box, .con02 .history-list.history-1989 figure, .con02 .history-list.history-1993-02 .text-box, .con02 .history-list.history-1993-02 figure, .con02 .history-list.history-2002 .text-box, .con02 .history-list.history-2002 figure, .con02 .history-list.history-2009-02 .text-box, .con02 .history-list.history-2009-02 figure, .con02 .history-list.history-2009-03 .text-box, .con02 .history-list.history-2009-03 figure, .con02 .history-list.history-2011-01 .text-box, .con02 .history-list.history-2011-01 figure, .con02 .history-list.history-2014 .text-box, .con02 .history-list.history-2014 figure, .con02 .history-list.history-2017 .text-box, .con02 .history-list.history-2017 figure, .con02 .history-list.history-2018-01 .text-box, .con02 .history-list.history-2018-01 figure, .con02 .history-list.history-2018-02 .text-box, .con02 .history-list.history-2018-02 figure {
        width: 100%; }
    .con02 .history-list.history-1993-01 {
      align-items: center; }
    .con02 .history-list.history-2002 figure img:first-child {
      margin-bottom: 10px; }
    .con02 .history-list.history-2009-02 figure {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
      .con02 .history-list.history-2009-02 figure img {
        width: 48.5%;
        margin-bottom: 10px;
        display: block; }
        .con02 .history-list.history-2009-02 figure img:first-child {
          width: 100%; }
    .con02 .history-list.history-2011-02 .detail br:last-child {
      display: none; }
    .con02 .history-list.history-2018-01 figure {
      width: 150px; }
    .con02 .history-list.history-ani::after {
      border-color: #30538e;
      background: #30538e;
      transform: scale(1.5);
      transform-origin: center; }
    .con02 .history-list.history-ani .date {
      color: #30538e; }
    .con02 .history-list.history-imgs .history-imgs-in {
      display: flex;
      flex-wrap: wrap;
      background: rgba(0, 0, 0, 0.5);
      padding: 15px 10px 5px;
      color: #FFF; }
    .con02 .history-list.history-imgs figure {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      position: relative; }
      .con02 .history-list.history-imgs figure:nth-child(3n-2) {
        margin-left: 0; }
    .con02 .history-list.history-imgs::after {
      display: none; }
    .con02 .history-list::after {
      content: "";
      position: absolute;
      z-index: 3;
      display: block;
      top: 12px;
      left: -5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px solid #ccc;
      background: #fff; }
    .con02 .history-list .text-box {
      margin: 0 0 10px; }
    .con02 .history-list .date {
      margin-bottom: 10px;
      font-weight: bold;
      line-height: 1.2;
      font-size: 18px; }
      .con02 .history-list .date strong {
        font-size: 30px; }
      .con02 .history-list .date span {
        color: #666;
        font-size: 14px; }
  .con02 .btn-area {
    max-width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    clear: both; }
    .con02 .btn-area span {
      display: block;
      border: 2px #666 solid;
      min-height: 48px;
      line-height: 48px;
      border-radius: 24px;
      text-align: center;
      transition: all .4s;
      cursor: pointer; }
      .con02 .btn-area span:hover {
        background: #999;
        color: #fff; }
  .is-iphone .con02, .is-ipod .con02, .is-ipad .con02 {
    background-attachment: scroll;
    background-size: cover;
    background-position: center; }
  @media print, screen and (min-width: 600px) {
    .con02 .in {
      padding: 0 20px; }
    .con02 .inner {
      overflow: visible; }
    .con02 .history-list {
      padding-left: 95px;
      margin-bottom: 40px; }
      .con02 .history-list.history-1955, .con02 .history-list.history-1965, .con02 .history-list.history-1970, .con02 .history-list.history-1978 {
        display: flex; }
      .con02 .history-list.history-1955 .text-box, .con02 .history-list.history-1965 .text-box, .con02 .history-list.history-1970 .text-box, .con02 .history-list.history-1978 .text-box, .con02 .history-list.history-1989 .text-box, .con02 .history-list.history-1993-02 .text-box, .con02 .history-list.history-2009-03 .text-box, .con02 .history-list.history-2011-01 .text-box, .con02 .history-list.history-2014 .text-box, .con02 .history-list.history-2017 .text-box, .con02 .history-list.history-2018-01 .text-box, .con02 .history-list.history-2018-02 .text-box {
        width: auto;
        max-width: calc(100% - 200px - 15px); }
      .con02 .history-list.history-1955 figure, .con02 .history-list.history-1965 figure, .con02 .history-list.history-1970 figure, .con02 .history-list.history-1978 figure, .con02 .history-list.history-1989 figure, .con02 .history-list.history-1993-02 figure, .con02 .history-list.history-2009-03 figure, .con02 .history-list.history-2011-01 figure, .con02 .history-list.history-2014 figure, .con02 .history-list.history-2017 figure, .con02 .history-list.history-2018-01 figure, .con02 .history-list.history-2018-02 figure {
        max-width: 200px;
        margin-left: 15px; }
      .con02 .history-list.history-1970 figure {
        display: block; }
        .con02 .history-list.history-1970 figure img:first-child {
          width: 100%;
          margin-bottom: 10px; }
        .con02 .history-list.history-1970 figure img:last-child {
          width: 140px; }
      .con02 .history-list.history-1993-01 figure {
        margin-left: 15px; }
      .con02 .history-list.history-2002 .text-box {
        overflow: hidden; }
        .con02 .history-list.history-2002 .text-box img {
          width: 200px;
          float: left;
          margin: -50px 0 0 15px; }
      .con02 .history-list.history-2002 .date, .con02 .history-list.history-2002 .detail {
        float: left;
        clear: left; }
      .con02 .history-list.history-2002 figure {
        display: flex; }
        .con02 .history-list.history-2002 figure img {
          max-width: 200px; }
          .con02 .history-list.history-2002 figure img:first-child {
            margin: 0 15px 0 0; }
      .con02 .history-list.history-2017 .detail br:first-child, .con02 .history-list.history-2018-02 .detail br:first-child {
        display: none; }
      .con02 .history-list.history-ani .text-box::after {
        background: #30538e; }
      .con02 .history-list.history-imgs {
        padding-left: 30px; }
        .con02 .history-list.history-imgs .history-imgs-in {
          justify-content: space-between;
          padding: 20px 15px 10px; }
        .con02 .history-list.history-imgs figure {
          width: 48.5%; }
      .con02 .history-list .text-box::after {
        content: "";
        top: 19px;
        left: 0;
        display: block;
        position: absolute;
        height: 1px;
        background: #ccc;
        width: 80px; }
      .con02 .history-list .date span {
        display: block; }
    .con02 .btn-area {
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 1000px) {
    .con02 {
      padding: 170px 0; }
      .con02 .bord {
        min-height: 720px;
        padding-bottom: 100px; }
        .con02 .bord.open {
          min-height: 5850px; }
        .con02 .bord::before, .con02 .bord::after {
          margin-left: -2px;
          left: 50%; }
        .con02 .bord::before {
          height: calc(100% - 100px); }
        .con02 .bord::after {
          height: 100px; }
      .con02 .history-list {
        width: 50%;
        position: absolute;
        display: flex;
        padding-left: 0;
        margin-bottom: 0; }
        .con02 .history-list.history-1955 .text-box, .con02 .history-list.history-1965 .text-box, .con02 .history-list.history-1970 .text-box, .con02 .history-list.history-1978 .text-box, .con02 .history-list.history-1989 .text-box, .con02 .history-list.history-1993-02 .text-box, .con02 .history-list.history-2009-03 .text-box, .con02 .history-list.history-2011-01 .text-box, .con02 .history-list.history-2014 .text-box, .con02 .history-list.history-2017 .text-box, .con02 .history-list.history-2018-01 .text-box, .con02 .history-list.history-2018-02 .text-box {
          max-width: none;
          width: 255px; }
        .con02 .history-list.history-1955 figure, .con02 .history-list.history-1965 figure, .con02 .history-list.history-1970 figure, .con02 .history-list.history-1978 figure, .con02 .history-list.history-1989 figure, .con02 .history-list.history-1993-02 figure, .con02 .history-list.history-2009-03 figure, .con02 .history-list.history-2011-01 figure, .con02 .history-list.history-2014 figure, .con02 .history-list.history-2017 figure, .con02 .history-list.history-2018-01 figure, .con02 .history-list.history-2018-02 figure {
          margin-left: 0; }
        .con02 .history-list.history-2017 .detail br:first-child, .con02 .history-list.history-2018-02 .detail br:first-child {
          display: inline-block; }
        .con02 .history-list.history-1955 {
          top: 0; }
        .con02 .history-list.history-1965 {
          top: 100px;
          right: 0; }
        .con02 .history-list.history-1970 {
          top: 210px; }
          .con02 .history-list.history-1970 figure {
            max-width: 100%;
            display: flex;
            justify-content: flex-start; }
          .con02 .history-list.history-1970 figure img:first-child {
            margin: 0 15px 0 0;
            width: 200px; }
        .con02 .history-list.history-1975 {
          top: 390px;
          right: 0; }
          .con02 .history-list.history-1975.history-right .text-box {
            padding-left: 200px; }
            .con02 .history-list.history-1975.history-right .text-box::after {
              width: 190px; }
        .con02 .history-list.history-1978 {
          top: 527px; }
          .con02 .history-list.history-1978 .detail {
            margin-bottom: 15px; }
        .con02 .history-list.history-1979 {
          top: 657px;
          right: 0; }
        .con02 .history-list.history-80s {
          top: 800px; }
        .con02 .history-list.history-1989 {
          top: 1556px; }
        .con02 .history-list.history-1991 {
          top: 1736px;
          right: 0; }
          .con02 .history-list.history-1991.history-right .text-box {
            padding-left: 200px; }
            .con02 .history-list.history-1991.history-right .text-box::after {
              width: 190px; }
        .con02 .history-list.history-1992 {
          top: 1936px; }
          .con02 .history-list.history-1992 .text-box {
            padding-left: 220px; }
        .con02 .history-list.history-1993-01 {
          top: 2066px;
          right: 0; }
          .con02 .history-list.history-1993-01 .text-box {
            width: 190px; }
          .con02 .history-list.history-1993-01 img {
            width: 94px; }
        .con02 .history-list.history-1993-02 {
          top: 2201px; }
        .con02 .history-list.history-1994 {
          top: 2336px;
          right: 0; }
          .con02 .history-list.history-1994.history-right .text-box {
            padding-left: 200px; }
            .con02 .history-list.history-1994.history-right .text-box::after {
              width: 190px; }
        .con02 .history-list.history-90s {
          top: 2496px; }
        .con02 .history-list.history-1999 {
          top: 3290px; }
          .con02 .history-list.history-1999 .text-box {
            padding-left: 220px; }
        .con02 .history-list.history-2002 {
          top: 3396px;
          right: 0; }
          .con02 .history-list.history-2002 .text-box {
            overflow: visible;
            max-width: 200px; }
            .con02 .history-list.history-2002 .text-box img {
              float: none;
              margin: 0; }
          .con02 .history-list.history-2002 .date, .con02 .history-list.history-2002 .detail {
            float: none;
            clear: none; }
          .con02 .history-list.history-2002 figure {
            display: block;
            max-width: 200px; }
            .con02 .history-list.history-2002 figure img:first-child {
              margin: 0 0 15px; }
        .con02 .history-list.history-2004 {
          top: 3546px; }
          .con02 .history-list.history-2004 .text-box {
            padding-left: 220px; }
        .con02 .history-list.history-2009-01 {
          top: 3746px;
          right: 0; }
          .con02 .history-list.history-2009-01.history-right .text-box {
            padding-left: 200px; }
            .con02 .history-list.history-2009-01.history-right .text-box::after {
              width: 190px; }
        .con02 .history-list.history-2009-02 {
          top: 3846px; }
          .con02 .history-list.history-2009-02 figure {
            max-width: 350px; }
          .con02 .history-list.history-2009-02 figure img {
            margin-bottom: 10px; }
            .con02 .history-list.history-2009-02 figure img:nth-child(3), .con02 .history-list.history-2009-02 figure img:last-child {
              margin-left: 10px; }
        .con02 .history-list.history-2009-03 {
          top: 4141px;
          right: 0; }
          .con02 .history-list.history-2009-03 .text-box {
            width: 165px; }
          .con02 .history-list.history-2009-03 figure {
            width: 185px; }
        .con02 .history-list.history-2011-01 {
          top: 4476px; }
        .con02 .history-list.history-2011-02 {
          top: 4576px;
          right: 0; }
          .con02 .history-list.history-2011-02.history-right .text-box {
            padding-left: 200px; }
            .con02 .history-list.history-2011-02.history-right .text-box::after {
              width: 190px; }
          .con02 .history-list.history-2011-02 .detail br:last-child {
            display: inline-block; }
        .con02 .history-list.history-2012-01 {
          top: 4676px; }
        .con02 .history-list.history-2012-02 {
          top: 4776px;
          right: 0; }
        .con02 .history-list.history-2014 {
          top: 4876px; }
        .con02 .history-list.history-2017 {
          top: 4976px;
          right: 0; }
          .con02 .history-list.history-2017.history-right .text-box, .con02 .history-list.history-2017.history-right.history-column figure {
            padding-left: 200px; }
            .con02 .history-list.history-2017.history-right .text-box::after, .con02 .history-list.history-2017.history-right.history-column figure::after {
              width: 190px; }
        .con02 .history-list.history-2018-01 {
          top: 5166px; }
          .con02 .history-list.history-2018-01 .text-box {
            width: 260px; }
        .con02 .history-list.history-2018-02 {
          top: 5376px;
          right: 0; }
          .con02 .history-list.history-2018-02 .text-box {
            width: 270px; }
        .con02 .history-list.history-2019-01 {
          top: 5531px; }
          .con02 .history-list.history-2019-01 .text-box {
            padding-left: 220px; }
        .con02 .history-list.history-2019-02 {
          top: 5726px;
          right: 0; }
          .con02 .history-list.history-2019-02.history-right .text-box {
            padding-left: 200px; }
            .con02 .history-list.history-2019-02.history-right .text-box::after {
              width: 190px; }
        .con02 .history-list.history-imgs {
          width: 100%; }
          .con02 .history-list.history-imgs .history-imgs-in {
            padding: 0;
            background: none; }
          .con02 .history-list.history-imgs figure {
            width: 32%;
            margin: 0 0 20px 2%; }
            .con02 .history-list.history-imgs figure::before {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.5);
              content: "";
              opacity: 0;
              transition: .3s; }
            .con02 .history-list.history-imgs figure:hover::before, .con02 .history-list.history-imgs figure:hover figcaption {
              opacity: 1; }
          .con02 .history-list.history-imgs figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 10px 15px;
            color: #FFF;
            opacity: 0;
            transition: .3s; }
          .con02 .history-list.history-imgs img {
            width: 100%; }
        .con02 .history-list::after {
          top: -8px;
          width: 15px;
          height: 15px; }
        .con02 .history-list .text-box {
          width: 255px;
          z-index: 2;
          margin: 10px 0px; }
          .con02 .history-list .text-box::after {
            top: 0;
            width: 120px; }
        .con02 .history-list.history-left::after {
          right: -9px;
          left: auto; }
        .con02 .history-list.history-left.history-row {
          flex-direction: row-reverse; }
          .con02 .history-list.history-left.history-row .text-box {
            margin-left: 15px; }
        .con02 .history-list.history-left.history-column {
          flex-direction: column; }
          .con02 .history-list.history-left.history-column .text-box, .con02 .history-list.history-left.history-column figure {
            padding-left: 80px; }
          .con02 .history-list.history-left.history-column .text-box::after {
            width: 270px; }
        .con02 .history-list.history-left .text-box::after {
          right: 0px;
          left: auto; }
        .con02 .history-list.history-left .detail {
          padding-right: 20px; }
        .con02 .history-list.history-right::after {
          left: -9px; }
        .con02 .history-list.history-right.history-column {
          flex-direction: column; }
          .con02 .history-list.history-right.history-column figure {
            padding-left: 130px; }
        .con02 .history-list.history-right.history-row {
          flex-direction: row; }
          .con02 .history-list.history-right.history-row .text-box, .con02 .history-list.history-right.history-row figure {
            min-width: 200px; }
          .con02 .history-list.history-right.history-row .text-box {
            padding-left: 65px;
            margin-right: 15px; }
            .con02 .history-list.history-right.history-row .text-box::after {
              width: 55px; }
        .con02 .history-list.history-right .text-box {
          padding-left: 130px; }
          .con02 .history-list.history-right .text-box::after {
            left: 0; }
        .con02 .history-list .date {
          margin-top: -30px; } }

.con03 {
  background: url("../img/top/bg_next.jpg") no-repeat right bottom/cover;
  background-attachment: fixed; }
  .is-iphone .con03, .is-ipod .con03, .is-ipad .con03 {
    background-size: 200% auto;
    background-color: #2f90dd;
    background-attachment: scroll;
    background-position: right bottom 100vh; }
  .con03 .bg::before {
    background: #60b5ec; }
  .con03 .basic-h2 {
    color: #FFF;
    margin-bottom: 0; }
  .con03 .inner {
    overflow: visible; }
  .con03 .con-next-01 {
    background: #60b5ec;
    position: relative;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    padding: 20px 15px;
    z-index: 2; }
    .con03 .con-next-01 .box-txt {
      padding: 20px 15px;
      background: rgba(255, 255, 255, 0.85);
      box-sizing: border-box; }
    .con03 .con-next-01 .img {
      background: url("../img/top/bg_next_01.jpg") no-repeat center;
      background-size: cover;
      min-height: 300px; }
    .con03 .con-next-01 h3 {
      font-size: 6vw;
      margin-bottom: 15px;
      color: #2a4777; }
  .con03 .con-next-02 {
    color: #FFF;
    text-align: center;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 15px 5px;
    z-index: 1; }
    .con03 .con-next-02::before, .con03 .con-next-02::after {
      content: "";
      display: block;
      width: 100%;
      height: 50vh;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: -moz-linear-gradient(top, #60b5ec 0%, rgba(96, 181, 236, 0) 100%);
      background: -webkit-linear-gradient(top, #60b5ec 0%, rgba(96, 181, 236, 0) 100%);
      background: linear-gradient(to bottom, #60b5ec 0%, rgba(96, 181, 236, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
    .con03 .con-next-02 .inner {
      position: relative;
      z-index: 2; }
    .con03 .con-next-02 h3 {
      font-size: 8vw;
      margin-bottom: 15px; }
    .con03 .con-next-02 .list-activities {
      background: rgba(42, 136, 188, 0.6);
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
      .con03 .con-next-02 .list-activities li {
        padding: 20px 15px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .con03 .con-next-02 h4 {
      font-size: 6.9333333333vw;
      margin-bottom: 15px; }
      .con03 .con-next-02 h4::after {
        content: "";
        display: block;
        width: 2.0em;
        height: 1px;
        background: #FFF;
        margin: 15px auto 0; }
    .con03 .con-next-02 p {
      text-align: left;
      margin-bottom: 15px; }
    .con03 .con-next-02 .ico {
      display: flex;
      min-width: 130px;
      min-height: 130px;
      width: 34.6666666667vw;
      height: 34.6666666667vw;
      background: #FFF;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px; }
    .con03 .con-next-02 .ico-new-01 {
      min-width: 65px;
      min-height: 45.5px;
      width: 17.3333333333vw;
      height: 12.1333333333vw; }
    .con03 .con-next-02 .ico-new-02 {
      min-width: 65px;
      min-height: 65px;
      width: 17.3333333333vw;
      height: 17.3333333333vw; }
    .con03 .con-next-02 .ico-new-03 {
      min-width: 91px;
      min-height: 49.4px;
      width: 24.2666666667vw;
      height: 13.1733333333vw; }
    .con03 .con-next-02 .ico-new-04 {
      min-width: 53.3px;
      min-height: 58.5px;
      width: 14.2133333333vw;
      height: 15.6vw; }
    .con03 .con-next-02 .ico-new-05 {
      min-width: 58.5px;
      min-height: 68.9px;
      width: 15.6vw;
      height: 18.3733333333vw; }
    .con03 .con-next-02 .ico-new-06 {
      min-width: 71.5px;
      min-height: 58.5px;
      width: 19.0666666667vw;
      height: 15.6vw; }
    .con03 .con-next-02 dd {
      font-size: 4.8vw;
      line-height: 1.5; }
      .con03 .con-next-02 dd span {
        display: block;
        color: #EDEDED;
        font-size: 3.7333333333vw;
        margin-top: 10px; }
      .con03 .con-next-02 dd:first-of-type {
        margin-bottom: 20px; }
  .con03 .con-next-03 {
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 4.32vw;
    line-height: 1.8;
    padding: 20px 15px 40px; }
    .con03 .con-next-03 .area-txt {
      padding: 20px 15px;
      background: rgba(42, 136, 188, 0.6); }
    .con03 .con-next-03 h3 {
      font-size: 9.6vw;
      margin-bottom: 15px; }
  .con03 .con-next-04 {
    position: relative;
    color: #FFF;
    text-align: center;
    font-size: 6vw; }
    .con03 .con-next-04 .area-txt {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100vh; }
    .con03 .con-next-04 .inner {
      position: relative; }
    .con03 .con-next-04 p.txt-large {
      font-weight: 600; }
    .con03 .con-next-04 strong.basic-h2 {
      display: block;
      color: #FFF; }
    #contents .con03 .con-next-04 strong.basic-h2 {
      font-size: 12vw; }
    .con03 .con-next-04 .logo {
      width: 172.5px; }
    .con03 .con-next-04 #video-background, .con03 .con-next-04 #video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100vh;
      width: auto;
      height: auto; }
    .con03 .con-next-04 #video-background {
      z-index: -2;
      background: url("../img/top/bg_next_02.jpg") no-repeat center;
      background-size: cover;
      background-attachment: fixed; }
    .con03 .con-next-04 #video-overlay {
      z-index: -1;
      background: #50ADEA;
      opacity: 0.75;
      height: 100%; }
    .is-iphone .con03 .con-next-04 #video-background, .is-ipod .con03 .con-next-04 #video-background {
      background-attachment: scroll; }
  @media print, screen and (min-width: 600px) {
    .con03 .con-next-01 {
      font-size: 16px;
      padding: 30px 20px; }
      .con03 .con-next-01 .box-txt {
        padding: 30px 20px; }
      .con03 .con-next-01 .img {
        min-height: 400px; }
      .con03 .con-next-01 h3 {
        font-size: 30px;
        margin-bottom: 15px; }
    .con03 .con-next-02 {
      padding: 15px 20px; }
      .con03 .con-next-02 h3 {
        font-size: 5.2083333333vw; }
      .con03 .con-next-02 .list-activities li {
        padding: 30px 20px; }
      .con03 .con-next-02 h4 {
        font-size: 26px; }
      .con03 .con-next-02 .ico {
        min-width: 150px;
        min-height: 150px;
        width: 150px;
        height: 150px; }
      .con03 .con-next-02 .ico-new-01 {
        min-width: 75px;
        min-height: 52.5px;
        width: 75px;
        height: 52.5px; }
      .con03 .con-next-02 .ico-new-02 {
        min-width: 75px;
        min-height: 75px;
        width: 75px;
        height: 75px; }
      .con03 .con-next-02 .ico-new-03 {
        min-width: 105px;
        min-height: 57px;
        width: 105px;
        height: 57px; }
      .con03 .con-next-02 .ico-new-04 {
        min-width: 61.5px;
        min-height: 67.5px;
        width: 61.5px;
        height: 67.5px; }
      .con03 .con-next-02 .ico-new-05 {
        min-width: 67.5px;
        min-height: 79.5px;
        width: 67.5px;
        height: 79.5px; }
      .con03 .con-next-02 .ico-new-06 {
        min-width: 82.5px;
        min-height: 67.5px;
        width: 82.5px;
        height: 67.5px; }
      .con03 .con-next-02 dd {
        font-size: 18px; }
        .con03 .con-next-02 dd span {
          font-size: 14px; }
    .con03 .con-next-03 {
      padding: 30px 20px 40px;
      font-size: 18px; }
      .con03 .con-next-03 .area-txt {
        padding: 30px 20px; }
        .con03 .con-next-03 .area-txt h3 {
          font-size: 48px; }
    .con03 .con-next-04 {
      font-size: 30px; }
      .con03 .con-next-04 p.txt-large {
        font-weight: 300; }
      #contents .con03 .con-next-04 strong.basic-h2 {
        font-size: 60px; }
      .con03 .con-next-04 .logo {
        width: 207px; }
      .con03 .con-next-04 #video-background {
        background: none; }
      .con03 .con-next-04 #video-overlay {
        opacity: 0.5; } }
  @media print, screen and (min-width: 1000px) {
    .con03 .con-next-01 {
      padding: 70px 5% 0;
      min-height: 70vh;
      font-size: 16px; }
      .con03 .con-next-01 .area-txt {
        display: flex;
        width: 100%; }
      .con03 .con-next-01 .box-txt, .con03 .con-next-01 .img {
        width: 50%; }
      .con03 .con-next-01 .box-txt {
        padding: 50px; }
      .con03 .con-next-01 .img {
        min-height: none;
        transform: translate(0, 40px); }
      .con03 .con-next-01 h3 {
        font-size: 30px;
        margin-bottom: 30px; }
    .con03 .con-next-02 {
      padding: 100px 0; }
      .con03 .con-next-02 h3 {
        font-size: 40px;
        margin-bottom: 40px; }
      .con03 .con-next-02 .list-activities {
        display: flex;
        background: rgba(42, 136, 188, 0.3); }
        .con03 .con-next-02 .list-activities li {
          width: 33.333%;
          padding: 30px 20px; }
      .con03 .con-next-02 h4 {
        font-size: 26px;
        margin-bottom: 30px; }
        .con03 .con-next-02 h4::after {
          margin: 30px auto 0; }
      .con03 .con-next-02 p {
        margin-bottom: 30px; }
      .con03 .con-next-02 .ico {
        min-width: 100px;
        min-height: 100px;
        width: 100px;
        height: 100px; }
      .con03 .con-next-02 .ico-new-01 {
        min-width: 50px;
        min-height: 35px;
        width: 50px;
        height: 35px; }
      .con03 .con-next-02 .ico-new-02 {
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px; }
      .con03 .con-next-02 .ico-new-03 {
        min-width: 70px;
        min-height: 38px;
        width: 70px;
        height: 38px; }
      .con03 .con-next-02 .ico-new-04 {
        min-width: 41px;
        min-height: 45px;
        width: 41px;
        height: 45px; }
      .con03 .con-next-02 .ico-new-05 {
        min-width: 45px;
        min-height: 53px;
        width: 45px;
        height: 53px; }
      .con03 .con-next-02 .ico-new-06 {
        min-width: 55px;
        min-height: 45px;
        width: 55px;
        height: 45px; }
      .con03 .con-next-02 dd {
        font-size: 18px;
        text-align: center;
        width: 100%; }
        .con03 .con-next-02 dd span {
          font-size: 14px; }
          .con03 .con-next-02 dd span br {
            display: inline-block; }
        .con03 .con-next-02 dd:first-of-type {
          margin-bottom: 20px; }
    .con03 .con-next-03 {
      padding: 0 50% 200px 5%;
      min-height: 70vh;
      font-size: 18px; }
      .con03 .con-next-03 .area-txt {
        padding: 60px;
        max-width: 550px;
        background: rgba(42, 136, 188, 0.3); }
      .con03 .con-next-03 h3 {
        font-size: 48px;
        margin-bottom: 30px; }
    .con03 .con-next-04 {
      font-size: 30px; }
      .con03 .con-next-04 br {
        display: none; }
      #contents .con03 .con-next-04 strong.basic-h2 {
        font-size: 60px; }
      .con03 .con-next-04 .logo {
        width: 230px; }
      .con03 .con-next-04 #video-background {
        background: none; } }
  @media print, screen and (min-width: 1280px) {
    .con03 .con-next-01 {
      padding: 70px 10% 0; }
      .con03 .con-next-01 .img {
        transform: translate(0, 80px); }
    .con03 .con-next-03 {
      padding: 0 50% 200px 10%; } }
</pre></body></html>