@charset "UTF-8";
#top .leadText {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top .leadText {
    font-size: 16px;
    line-height: 32px;
  }
}
#top .linkArw {
  font-weight: 500;
  line-height: 40px;
}
#top .linkArw.hovered_non .my-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 0; /* 初期値を0に設定 */
  animation: line-animation02 0.3s forwards;
  opacity: 1 !important;
}
@keyframes line-animation02 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 200;
  }
}
#top .linkArw.hovered .my-line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200; /* 初期値は200に設定 */
  animation: line-animation 1.5s forwards;
  opacity: 1 !important;
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#top .linkArw.hovered .linkArwIn::before {
  opacity: 1 !important;
  transition: all 0.3s;
}
#top .linkArw .linkArw_arw {
  position: relative;
  padding-right: 36px;
}
#top .linkArw .linkArw_arw .my-line {
  opacity: 0;
}
#top .linkArw .linkArw_arw svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) scale(1, -1);
}
#top .linkArw .linkArw_arw::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw_red@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 6px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
#top .linkArw .linkArw_arw .linkArwIn {
  position: relative;
}
#top .linkArw .linkArw_arw .linkArwIn::before {
  position: absolute;
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
#top #mainSlide .container {
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media print {
  #top #mainSlide .container .slick-img img {
    width: 720px;
  }
}
#top #mainSlide .thumbnailArea {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 35px 95px 35px 75px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea {
    position: relative;
    background-color: #394660;
    padding: 20px 30px 20px 18px;
  }
}
#top #mainSlide .thumbnailArea .thumbnail {
  transform: unset !important;
  z-index: 10;
}
#top #mainSlide .thumbnailArea .thumbnail:hover {
  cursor: pointer;
}
#top #mainSlide .thumbnailArea .thumbnail div {
  display: flex;
  align-items: center;
  justify-content: center;
}
#top #mainSlide .thumbnailArea .thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea .thumbnail .slick-track {
    flex-wrap: wrap;
  }
  #top #mainSlide .thumbnailArea .thumbnail .slick-track::before {
    display: none;
  }
}
#top #mainSlide .thumbnailArea .thumbnail .thumbnail-img {
  opacity: 0.7;
  transition: opacity 0.3s linear;
  padding: 0 5px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea .thumbnail .thumbnail-img {
    width: 12.4% !important;
    padding: 0;
    margin: 0 3px;
  }
  #top #mainSlide .thumbnailArea .thumbnail .thumbnail-img:nth-child(n+8) {
    margin-top: 5px;
  }
}
#top #mainSlide .thumbnailArea .thumbnail .thumbnail-img.slick-current {
  opacity: 1;
  position: relative;
}
#top #mainSlide .thumbnailArea .thumbnail .thumbnail-img.slick-current::before {
  position: absolute;
  content: "";
  border: 3px solid #fff;
  left: 5px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea .thumbnail .thumbnail-img.slick-current::before {
    left: 0;
    width: 100%;
    border: 2px solid #fff;
  }
}
#top #mainSlide .thumbnailArea .slick_pause {
  width: 21px;
  height: 21px;
  background-image: url(../images/top/stop@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea .slick_pause {
    right: 11px;
  }
}
#top #mainSlide .thumbnailArea .slick_pause:hover {
  background-image: url(../images/top/stop_hover@2x.png);
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea .slick_pause:hover {
    background-image: url(../images/top/stop@2x.png);
  }
}
#top #mainSlide .thumbnailArea .slick_pause.paused {
  background-image: url(../images/top/start@2x.png);
}
#top #mainSlide .thumbnailArea .slick_pause.paused:hover {
  background-image: url(../images/top/start_hover@2x.png);
}
@media screen and (max-width: 979px), print {
  #top #mainSlide .thumbnailArea .slick_pause.paused:hover {
    background-image: url(../images/top/start@2x.png);
  }
}
#top #logo .logoBg {
  background-image: url(../images/top/grayBg.png);
  background-size: cover;
  background-repeat: repeat;
  padding: 80px 0;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg {
    padding: 40px 0;
  }
}
#top #logo .logoBg .whiteBg {
  background-color: #fff;
  padding: 140px 15.625vw 110px;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg .whiteBg {
    padding: 60px 30px 40px;
  }
}
#top #logo .logoBg .whiteBg .logoCenter {
  margin: 0 0 64px;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg .whiteBg .logoCenter {
    margin: 0 0 30px;
  }
  #top #logo .logoBg .whiteBg .logoCenter img {
    width: 275px;
  }
}
#top #logo .logoBg .whiteBg .logoDetail {
  max-width: 754px;
  margin: 0 auto;
}
#top #logo .logoBg .whiteBg .logoDetail .logoText_m {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 88px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg .whiteBg .logoDetail .logoText_m {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
#top #logo .logoBg .whiteBg .logoDetail .logoText_l {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 88px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg .whiteBg .logoDetail .logoText_l {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
#top #logo .logoBg .whiteBg .logoDetail .logoTitle_s {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg .whiteBg .logoDetail .logoTitle_s {
    font-size: 17px;
    line-height: 26px;
  }
}
#top #logo .logoBg .whiteBg .logoDetail .logoText_s {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top #logo .logoBg .whiteBg .logoDetail .logoText_s {
    line-height: 26px;
  }
}
#top #topSociety {
  overflow: hidden;
  position: relative;
}
@media print {
  #top #topSociety {
    page-break-inside: avoid;
  }
}
#top #topSociety a {
  opacity: 1;
  padding: 1px;
  display: block;
}
#top #topSociety .societyBg {
  background-image: url(../images/top/society.png);
  background-size: cover;
  background-position: center;
  display: block;
  padding: 80px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
}
#top #topSociety .societyBg.hovered {
  transform: scale(1.1, 1.1);
  opacity: 0.7;
  transition: all 0.3s;
}
#top #topSociety .societyLink {
  background-color: #fff;
  max-width: 534px;
  margin: 80px auto;
  padding: 60px 35px;
}
@media screen and (max-width: 979px), print {
  #top #topSociety .societyLink {
    padding: 40px;
  }
}
#top #topSociety .societyLink .storyTitle {
  justify-content: center;
}
@media screen and (max-width: 979px), print {
  #top #topSociety .societyLink .storyTitle .jp {
    font-size: 16px;
  }
}
#top #topSociety .societyLink .secTitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 979px), print {
  #top #topSociety .societyLink .secTitle .small {
    font-size: 24px;
  }
}
#top #topMessage {
  overflow: hidden;
  position: relative;
}
#top #topMessage a:hover {
  opacity: 1;
}
#top #topMessage a:hover .messageFlex .messageImage img {
  transform: scale(1.1, 1.1);
  opacity: 0.7;
  transition: all 0.6s;
}
#top #topMessage .messageBg {
  background-image: url(../images/top/messageBg@2x.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 95px 0 63px;
  height: 40.625vw;
  transition: all 0.3s;
}
#top #topMessage .messageBg.hovered {
  transform: scale(1.1, 1.1);
  opacity: 0.7;
  transition: all 0.3s;
}
#top #topMessage .messageTextArea {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 979px), print {
  #top #topMessage .messageTextArea {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    padding: 22px 31px 39px;
  }
}
#top #topMessage .messageTextArea .secTitle {
  font-size: 28px;
  padding-top: 50px;
  position: relative;
  line-height: 56px;
}
@media screen and (max-width: 979px), print {
  #top #topMessage .messageTextArea .secTitle {
    font-size: 20px;
    padding-top: 45px;
    line-height: 34px;
  }
}
#top #topMessage .messageTextArea .secTitle span {
  position: absolute;
  color: #E70012;
  top: 0;
  left: 0;
  font-size: 26px;
}
@media screen and (max-width: 979px), print {
  #top #topMessage .messageTextArea .secTitle span {
    font-size: 20px;
  }
}
#top #topMessage .messageTextArea .messageName {
  font-weight: bold;
  margin: 16px 0 32px;
  line-height: 48px;
}
@media screen and (max-width: 979px), print {
  #top #topMessage .messageTextArea .messageName {
    margin: 6px 0 24px;
  }
}
#top #topMessage .messageTextArea .messageName .jobType {
  font-size: 14px;
  margin-right: 16px;
}
#top #topMessage .messageTextArea .messageName .name {
  font-size: 20px;
}
@media screen and (max-width: 979px), print {
  #top #topMessage .messageTextArea .messageName .name {
    font-size: 18px;
  }
}
#top #topHistory a:hover {
  opacity: 1;
}
#top #topHistory:hover .historyLink {
  background-image: url(../images/message/messageBg.png);
  background-repeat: repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyFlex {
    flex-direction: column;
  }
}
#top #topHistory .historyLink {
  width: 50%;
  padding: 116px 80px;
  transition: all 0.3s;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyLink {
    width: 100%;
    padding: 32px 48px;
  }
}
@media screen and (max-width: 520px) {
  #top #topHistory .historyLink {
    padding: 32px 16px;
  }
}
#top #topHistory .historyLink .storyTitle {
  line-height: 1;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyLink .storyTitle {
    justify-content: center;
  }
}
#top #topHistory .historyLink .secTitle {
  font-weight: normal;
  font-size: 48px;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyLink .secTitle {
    font-size: 40px;
    text-align: center;
  }
}
#top #topHistory .historyLink .leadText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyLink .leadText {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyLink .linkArw {
    text-align: center;
  }
}
#top #topHistory .historyRight {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyRight {
    width: 100%;
    height: 42.7vw;
  }
}
#top #topHistory .historyRight .historyItem {
  width: 25%;
  overflow: hidden;
  position: relative;
}
#top #topHistory .historyRight .historyItem .historyBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
#top #topHistory .historyRight .historyItem:nth-child(1) .historyBg {
  background-image: url(../images/top/history01@2x.png);
}
#top #topHistory .historyRight .historyItem:nth-child(2) .historyBg {
  background-image: url(../images/top/history02@2x.png);
}
#top #topHistory .historyRight .historyItem:nth-child(3) .historyBg {
  background-image: url(../images/top/history03@2x.png);
}
#top #topHistory .historyRight .historyItem:nth-child(4) .historyBg {
  background-image: url(../images/top/history04@2x.png);
}
#top #topHistory .historyRight .historyItem .historyYear {
  color: rgba(255, 255, 255, 0.4);
  font-size: 60px;
  font-style: italic;
  position: absolute;
  top: 12px;
  left: 12px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 979px), print {
  #top #topHistory .historyRight .historyItem .historyYear {
    font-size: 8.5vw;
    top: 3px;
    left: 0px;
  }
}
#top #topHistory .historyRight .historyItem.hovered .historyBg {
  transform: scale(1.1, 1.1);
  opacity: 0.7;
  transition: all 0.3s;
}
#top #topFuture {
  overflow: hidden;
  position: relative;
}
@media print {
  #top #topFuture {
    page-break-inside: avoid;
  }
}
#top #topFuture a {
  padding: 72px 0 59px;
  display: block;
}
@media screen and (max-width: 979px), print {
  #top #topFuture a {
    padding: 32px 0 34px;
  }
}
#top #topFuture a:hover {
  opacity: 1;
}
#top #topFuture .futureBg {
  background-image: url(../images/top/futureBg.jpg);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
}
@media screen and (max-width: 979px), print {
  #top #topFuture .futureBg {
    background-image: url(../images/top/futureBg_sp.jpg);
  }
}
#top #topFuture .futureBg.hovered {
  transform: scale(1.1, 1.1);
  transition: all 0.3s;
}
#top #topFuture .secTitle {
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  line-height: 68px;
}
@media screen and (max-width: 979px), print {
  #top #topFuture .secTitle {
    font-size: 30px;
    line-height: 40px;
  }
}
#top #topFuture .leadText {
  max-width: 950px;
  margin: 14px auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
#top #topFuture .futureFlex {
  margin-top: 48px;
}
@media screen and (max-width: 979px), print {
  #top #topFuture .futureFlex {
    margin-top: 16px;
  }
}
#top #topFuture .futureFlex .futureItem {
  width: 22.4%;
  transition: all 0.3s;
}
@media screen and (max-width: 979px), print {
  #top #topFuture .futureFlex .futureItem {
    width: 25%;
  }
}
#top #topFuture .futureFlex .futureItem.hovered {
  opacity: 0.75;
  transition: all 0.3s;
}
#top #topMovie {
  padding: 56px 0 80px;
}
@media screen and (max-width: 979px), print {
  #top #topMovie {
    padding: 48px 0 72px;
  }
}
#top #topMovie #movie {
  padding-top: 50px;
  margin-top: -50px;
}
#top #topMovie .secTitle {
  font-size: 24px;
  padding-top: 35px;
  position: relative;
  line-height: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 979px), print {
  #top #topMovie .secTitle {
    font-size: 20px;
    padding-top: 25px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
#top #topMovie .secTitle span {
  position: absolute;
  color: #E70012;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 26px;
}
@media screen and (max-width: 979px), print {
  #top #topMovie .secTitle span {
    font-size: 20px;
  }
}
#top #topMovie .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 755px;
  margin: 0 auto;
}
#top #topMovie .youtube iframe {
  width: 100%;
  height: 100%;
}
#top #topNews .newsBg {
  background-image: url(../images/top/newsBg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 70px 0;
}
@media screen and (max-width: 979px), print {
  #top #topNews .newsBg {
    padding: 35px 0;
  }
}
@media print {
  #top #topNews .newsBg {
    padding: 35px 0 50px;
  }
}
#top #topNews .newsBg .newsLink {
  color: #fff;
  margin: 0 auto;
  max-width: 510px;
  display: block;
}
#top #topNews .newsBg .newsLink + .newsLink {
  margin-top: 8px;
}
#top #topNews .newsBg .newsLink:hover {
  opacity: 1;
}
#top #topNews .newsBg .newsLink:hover span {
  background: linear-gradient(transparent 94%, #fff 0%);
}
#top #topNews .newsBg .newsLink span {
  position: relative;
  line-height: 40px;
  background: transparent;
}
@media screen and (max-width: 979px), print {
  #top #topNews .newsBg .newsLink span {
    line-height: 32px;
  }
}