/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top #message {
  margin-top: -50px;
  margin-bottom: 130px;
  position: relative;
}

main.top #message .message-lead {
  text-align: center;
}

main.top #message .message-lead:not(:last-child) {
  margin-bottom: 75px;
}

main.top #message .message-lead h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

main.top #message .message-lead p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

main.top #message .message-list {
  position: relative;
}

main.top #message .message-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  width: 80%;
  height: 65%;
  right: 0;
  background: #f1f7fa;
}

main.top #message .message-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -90px;
}

main.top #message .message-list li:not(:last-child) {
  margin-bottom: 90px;
}

main.top #message .message-list li:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

main.top #message .message-list li > * {
  margin-right: 90px;
}

main.top #message .message-list .item-img {
  overflow: hidden;
}

@media screen and (min-width: 801px) {
  main.top #message .message-list .item-img {
    max-width: 45%;
  }
}

main.top #message .message-list .item-img img {
  margin-bottom: -5%;
}

main.top #message .message-list .item-img a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top #message .message-list .item-img a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main.top #message .message-list .item-img a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}

main.top #message .message-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.top #message .message-list .item-text > * {
  max-width: 100%;
}

main.top #message .message-list .item-text h3 {
  font-family: ta-kobe, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #168ec5;
}

@supports (-webkit-background-clip : text) {
  main.top #message .message-list .item-text h3 {
    background-image: -moz-linear-gradient(-30deg, #00a0e9 0%, #4fb796 5%, #9ecd43 11%, #c4c422 21%, #eabb00 29%, #f39c04 49%, #de7c8e 72%, #955ebb 84%, #4b7fd2 93%, #00a0e9 100%, #00a0e9 100%);
    background-image: -webkit-linear-gradient(-30deg, #00a0e9 0%, #4fb796 5%, #9ecd43 11%, #c4c422 21%, #eabb00 29%, #f39c04 49%, #de7c8e 72%, #955ebb 84%, #4b7fd2 93%, #00a0e9 100%, #00a0e9 100%);
    background-image: -ms-linear-gradient(-30deg, #00a0e9 0%, #4fb796 5%, #9ecd43 11%, #c4c422 21%, #eabb00 29%, #f39c04 49%, #de7c8e 72%, #955ebb 84%, #4b7fd2 93%, #00a0e9 100%, #00a0e9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

main.top #message .message-list .item-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

main.top #message .message-list .item-text p:not(:last-child) {
  margin-bottom: 15px;
}

main.top #message .message-list .item-text .link-block:not(:first-child) {
  margin-top: 35px;
}

main.top #environment {
  position: relative;
  margin-bottom: 70px;
}

main.top #environment:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px - 30px);
  background: #f7f7f7;
}

main.top #environment .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

main.top #environment .item-hd {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

main.top #environment .item-img {
  width: 50%;
  margin-right: 90px;
  height: auto;
  aspect-ratio: 0.7285407725;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #environment .item-img .slick-list {
  height: 100% !important;
}

main.top #environment .item-img .slick-slide {
  margin-bottom: -10%;
}

main.top #environment .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #environment .item-text h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

main.top #environment .item-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

main.top #environment .item-text p:not(:last-child) {
  margin-bottom: 15px;
}

main.top #environment .item-text .link-block:not(:first-child) {
  margin-top: 40px;
}

main.top #news {
  margin-bottom: 75px;
}

main.top #news .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #news h2 {
  padding-left: 70px;
  margin-right: 70px;
  line-height: 1.4;
}

main.top #news h2 span {
  display: block;
}

main.top #news h2 span:nth-child(1) {
  font-family: filson-pro, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
}

main.top #news h2 span:nth-child(2) {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

main.top #news .news-block {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #news .news-list {
  border-top: 1px solid #d9d9d9;
}

main.top #news .news-list:not(:last-child) {
  margin-bottom: 25px;
}

main.top #news .news-list li {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px 0 25px 30px;
}

main.top #news .news-list .item-date {
  font-family: filson-pro, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  width: 115px;
}

main.top #news .news-list .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #news .news-list .item-title a {
  color: #1f1f1f;
}

/*tablet*/
@media screen and (min-width: 801px) and (max-width: 1216px) {
  /* main top
------------------------------------------------------------*/
  main.top #message .message-lead h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  main.top #message .message-list li {
    margin-right: -45px;
  }
  main.top #message .message-list li > * {
    margin-right: 45px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1216px) and (min-width: 801px) {
  main.top #message .message-list .item-img {
    max-width: 40%;
  }
}

@media screen and (min-width: 801px) and (max-width: 1216px) {
  main.top #message .message-list .item-text h3 {
    font-size: 50px;
    font-size: 3.125rem;
  }
  main.top #message .message-list .item-text p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.top #message .message-list .item-text .link-block:not(:first-child) {
    margin-top: 25px;
  }
  main.top #environment .item-hd {
    font-size: 9vw;
  }
  main.top #environment .item-img {
    margin-right: 50px;
  }
  main.top #environment .item-text {
    padding-top: 10%;
  }
  main.top #environment .item-text h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
  main.top #environment .item-text p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.top #environment .item-text .link-block:not(:first-child) {
    margin-top: 30px;
  }
  main.top #news h2 {
    padding-left: 0;
    margin-right: 30px;
  }
}

/*sp*/
@media screen and (max-width: 800px) {
  /* main top
------------------------------------------------------------*/
  main.top #message {
    margin-top: -30px;
    margin-bottom: 60px;
  }
  main.top #message .message-lead:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #message .message-lead h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 20px;
  }
  main.top #message .message-lead p {
    font-size: 16px;
    font-size: 1rem;
  }
  main.top #message .message-list:before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    width: 80%;
    height: 65%;
    right: -20px;
  }
  main.top #message .message-list li {
    margin-right: -20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #message .message-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.top #message .message-list li > * {
    margin-right: 20px;
  }
  main.top #message .message-list li:nth-child(1) .item-img {
    aspect-ratio: 1;
    height: auto;
  }
  main.top #message .message-list li:nth-child(odd) .item-img {
    margin-right: 20%;
  }
  main.top #message .message-list li:nth-child(odd) .item-text {
    padding-left: 10%;
  }
  main.top #message .message-list li:nth-child(even) .item-img {
    margin-left: 20%;
  }
  main.top #message .message-list li:nth-child(even) .item-text {
    padding-right: 10%;
  }
  main.top #message .message-list .item-img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.top #message .message-list .item-text {
    position: relative;
    width: 100%;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.top #message .message-list .item-text h3 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px) and (max-width: 550px) {
  main.top #message .message-list .item-text h3 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 800px) {
  main.top #message .message-list .item-text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.top #message .message-list .item-text .link-block:not(:first-child) {
    margin-top: 0;
  }
  main.top #message .message-list .item-text .link-block .link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  main.top #environment {
    margin-bottom: 40px;
  }
  main.top #environment .item-hd {
    font-size: 11vw;
  }
  main.top #environment .item-img {
    width: 50%;
    margin-right: 25px;
    margin-left: -20px;
  }
  main.top #environment .item-text {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  main.top #environment .item-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  main.top #environment .item-text p {
    font-size: 16px;
    font-size: 1rem;
  }
  main.top #environment .item-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #environment .item-text .link-block:not(:first-child) {
    margin-top: 20px;
  }
  main.top #news {
    margin-bottom: 40px;
  }
  main.top #news .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.top #news h2 {
    padding-left: 0;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  main.top #news h2 span:nth-child(1) {
    font-size: 16px;
    font-size: 1rem;
  }
  main.top #news h2 span:nth-child(2) {
    font-size: 24px;
    font-size: 1.5rem;
  }
  main.top #news .news-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top #news .news-list li {
    padding: 10px;
  }
  main.top #news .news-list .item-date {
    width: 110px;
  }
  main.top #news .news-list .item-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
