@charset "UTF-8";
* {
  word-break: break-all;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

html, body, input, textarea, select {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  line-height: 1;
}

body {
  margin: 0;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #999999;
}
a:hover * {
  opacity: 0.7;
  transition: all 0.3s;
}

/*メディアクエリ*/
@media (min-width: 751px) {
.hide_pc {display: none;}  
}
@media (min-width: 1201px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc_only {
    display: none !important;
  }
}
.wrapper {
  width: 100%;
  min-width: 750px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  .wrapper .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100vw;
    max-width: 100vw;
    min-width: unset;
    /* overflow: hidden; */
    overflow: auto;
  }
  .wrapper .pc_only {
    display: none !important;
  }
}

.opening_wraper {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 500;

  overflow: hidden;

  position: absolute;
  top: 0;
  left: 0;
}
.opening_wraper .fv_img {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 28%;
  z-index: 600;
  width: 888px;

  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 1080px) {
  .opening_wraper .fv_img {
    font-size: clamp(40px, 5vw, 60px);
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .opening_wraper .fv_img {
    /* width: 74vw; */
    picture {width: 74vw;}
  }
}
@media screen and (max-width: 750px) {
  .opening_wraper .fv_img {
    top: 24%;
    font-size: 22px;
    picture source,
    picture img {width: 82.2666666667vw;}
    
  }
}

.opening_wraper .bgimg_layer {
  position: absolute;
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 1);
}

.opening_wraper .bg_image {
  position: relative;
  background-color: #ffffff;
}
.opening_wraper .bg_image.active {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(./img/bg1.webp) center 0 no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  display: block;
  z-index: 100;
  /* animation: keyframe_bg_image 5s ease-out both; */
  animation: keyframe_bg_image 7s ease-out both;
}
@media screen and (max-width: 750px) {
  .opening_wraper .bg_image.active {
    /* background: url(./img/bg1_sp.webp) 0 0 no-repeat; */
    background: url(./img/bg1_sp.webp) center 0 no-repeat;
    background-size: cover;
  }
}

@keyframes keyframe_bg_image {
  0% {
    opacity: 0;
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    opacity: 1;
    transform: scale(1.2) translateY(80px);
    transform-origin: bottom;
  }
}
.main_wraper {
  display: none;
  position: relative;
  width: 100%;
  /* height: 100vh; */
  background-color: #ffffff;
  z-index: 700;
  background: url(./img/bg2.webp) center top no-repeat;
  background-size: cover;

  padding-top: clamp(60px, 7vw, 250px);
  padding-bottom: clamp(60px, 7vw, 250px);
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper {
    /* width: 100%;
    height: 100vh; */
  }
}
@media screen and (max-width: 750px) {
  .main_wraper {
    width: 100%;
    /* height: 216.5333333333vw; */
    background-color: #ffffff;
    z-index: 700;
    background: url(./img/bg2_sp.webp) center top no-repeat;
    /* background: url(./img/bg2.jpg) center top no-repeat; */
    background-size: cover;

    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.main_wraper .inner {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 1200px;
  /* height: 100vh; */
  margin: 0 auto;
  position: relative;

  & .maw-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper .inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .main_wraper .inner {
    display: block;
    width: 100%;
    padding: 0 4vw;
    /* padding: 0 6.6666666667vw; */
  }
}
.main_wraper .main_box {
  display: flex;
  justify-content: center;
  /* column-gap: 146px; */
  /* grid-column-gap: 50px; */
  grid-column-gap: 24px;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper .main_box {
    /* column-gap: 10vw; */
    /* column-gap: clamp(20px, 4vw, 10vw); */
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .main_wraper .main_box {
    /* padding-top: 7.7333333333vw; */
    display: block;
    width: 100%;
  }
}
.main_wraper .main_box .president_img {
  width: 280px;
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper .main_box .president_img {
    /* width: 27.8333333333vw; */
    margin-left: auto;
    margin-right: auto;
    /* width: calc(550% / 7.50); */
    max-width: 280px;
    width: calc(280% / 10.00);
  }
}
@media screen and (min-width: 751px) {
  .main_wraper .main_box .president_img {
    min-width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .main_wraper .main_box .president_img {
    /* width: 35.2vw; */
    margin-left: auto;
    margin-right: auto;
    width: calc(640% / 7.50);
  }
}
.main_wraper .main_box .newyear_greetings_textarea {
  width: 710px;

  font-size: 15px;
  line-height: 1.8;
  /* letter-spacing: 0.8px; */
  letter-spacing: 0;
  font-weight: 600;
}

@media screen and (min-width: 1080px) {
  .main_wraper .main_box .newyear_greetings_textarea {
    font-size: 19px;
    font-weight: 600;
    line-height: 2;

    & p {
      padding-left: 0.5em;
      text-shadow: white 0 0 4px;
    }
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper .main_box .newyear_greetings_textarea {
    width: 60vw;
  }
}
@media screen and (max-width: 750px) {
  .main_wraper .main_box .newyear_greetings_textarea {
    width: 100%;
    margin-top: 35px;
  }
}
.main_wraper .main_box .text2 {
  margin: 20px 0 0;
  font-weight: 600;
  letter-spacing: 0.8px;

  & .std:not(:first-child) {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }

  & .president_name {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    grid-column-gap: 1em;
  }
  .president_name p:nth-of-type(1) {font-size: 24px;}
  .president_name p:nth-of-type(2) {font-size: 14px;color: #c30d23;}
}

@media screen and (min-width: 751px) {
  .main_wraper .main_box .text2 {
    font-size: 16px;

    .president_name p:nth-of-type(1) {font-size: 27px;}
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper .main_box .text2 {
    margin: 24px 0 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .main_wraper .main_box .text2 {
    margin: 24px 0 2.4vw;
  }
}
.main_wraper .movie_wrap {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;

  width: 900px;
  height: fit-content;

  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, .65);

  padding: 78px 100px;

  video {max-width: none;margin: auto;}
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .main_wraper .movie_wrap {
    margin: 3.3333333333vw auto;
    aspect-ratio: 670 / 412;
    width: 80vw;
    height: 100%;

    padding: 2em;

    video {
      max-width: none;
      margin: auto;
    }
  }
}
@media screen and (max-width: 750px) {
  .main_wraper .movie_wrap {
    margin: 8.6666666667vw auto 0;
    width: 86.6666666667vw;
    height: 100%;

    aspect-ratio: 670 / 412;
    padding: 0;

    video {
      max-width: 590px;
      width: calc(590% / 6.70);
      margin: auto;
    }
  }

}/*# sourceMappingURL=style2025.css.map */

.btn_ctrl {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;

  .return_to_root {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 1em;

    border: 1px solid #c30d23;
    color: #c30d23;
    font-size: 15px;
    background-color: #fff;

    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;

    height: 36px;
    max-width: 245px;
    width: 100%;
    margin: 0 auto;

    position: relative;
  }

  picture {
    width: 15px;
    height: auto;
  }
}



@media screen and (min-width: 751px) {
  .btn_ctrl {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;

    .return_to_root {
      height: 52px;
      font-size: 20px;
      max-width: 336px;
    }
    picture {
      width: 20px;
      height: auto;
    }
  }
}