@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
main {
  position: relative;
  z-index: 5;
}

#section_back {
  width: 100%;
  height: 100%;
  background: url(../images/top_back_pc.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section_back {
    background: url(../images/top_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section_back .section_back_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(211, 237, 251);
  mix-blend-mode: multiply;
  z-index: 5;
  transition: all 0.8s ease-out 0.01s;
}
#section_back .section_back_mask.active {
  background-color: rgb(134, 206, 240);
}

#section01 {
  width: 100%;
  height: 100vh;
  position: relative;
}
#section01 h2 {
  position: absolute;
  width: 70%;
  max-width: 680px;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section01 h2 {
    top: 57%;
  }
}

#section01b {
  width: 100%;
  position: relative;
  padding: 100px 0 200px 0;
  color: #fff;
}
#section01b .section__in {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}
#section01b h3 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
}
#section01b .base_text {
  line-height: 180%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section01b .base_text {
    margin-bottom: 4em;
  }
}
#section01b figure {
  width: 58.8%;
  margin: 0 auto 1.5em auto;
}
#section01b .base_text2 {
  text-align: center;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.15em;
}

#section02 {
  width: 100%;
  background-color: #fff;
  padding: 75px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 10vw 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section02 h2 {
  width: 90%;
  max-width: 732px;
  margin: 0 auto;
}
#section02 h3 {
  text-align: center;
  margin: 0.75em auto 0.5em auto;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (max-width:800px) {
  #section02 h3 {
    margin: 1.25em auto 0.75em auto;
  }
}
#section02 .base_text {
  text-align: center;
  line-height: 210%;
  font-weight: 900;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    line-height: 160%;
  }
}

#section03 {
  width: 100%;
  background-color: #fff;
}
#section03 .section__in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03 .section__in a {
  width: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section03 .section__in a {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section03 .section__in a h2.t01 {
  width: 42.6%;
  position: absolute;
  top: 7.5%;
  left: 5%;
}
#section03 .section__in a h2.t02 {
  width: 47%;
  position: absolute;
  top: 7.5%;
  left: 5%;
}
#section03 .section__in a:hover figure {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section03 .section__in a:hover figure {
    transform: scale(1);
  }
}
#section03 .section__in a:hover .marutext {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section03 .section__in a:hover .marutext {
    background-color: transparent;
    color: #fff;
  }
}
#section03 .section__in figure {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section03 .section__in .marutext {
  position: absolute;
  bottom: 7.5%;
  right: 5%;
  width: 17em;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 0;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  #section03 .section__in .marutext {
    bottom: 10%;
  }
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 65px 0 90px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 7.5vw 0 9vw 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
#section04 h2 {
  width: 47.5%;
  max-width: 210px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:800px) {
  #section04 h2 {
    margin: 0 auto 30px auto;
  }
}
#section04 .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 .list a {
  display: block;
  width: 31.65%;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section04 .list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
}
#section04 .list a:hover {
  cursor: pointer;
}
#section04 .list a:hover figure .base {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section04 .list a:hover figure .base {
    transform: scale(1);
  }
}
#section04 .list a:hover .marutext {
  background-color: #fff;
  color: #000 !important;
}
@media screen and (max-width:800px) {
  #section04 .list a:hover .marutext {
    background-color: transparent;
    color: #fff !important;
  }
}
#section04 .list a figure {
  width: 100%;
  position: relative;
}
#section04 .list a figure .base {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section04 .list a figure figcaption.t01 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 43.8%;
}
#section04 .list a figure figcaption.t02 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 54%;
}
#section04 .list a figure figcaption.t03 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 74%;
}
#section04 .list a .photo {
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section04 .list a .photo {
    width: 100%;
  }
}
#section04 .list a .textbox {
  width: 100%;
  height: 300px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 .list a .textbox {
    width: 100%;
    height: auto;
  }
}
#section04 .list a .textbox .intext {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
}
#section04 .list a .textbox .intext .tt1 {
  text-align: center;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 0.7em;
  letter-spacing: 0.05em;
}
#section04 .list a .textbox .intext .tt2 {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#section04 .list a .textbox .marutext {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 80%;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 0;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.1em;
  transform: translate(-50%, 0);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  #section04 .list a .textbox .marutext {
    bottom: 10%;
  }
}

#section05 {
  background-color: #000;
}
#section05 h2 {
  width: 100%;
  background-color: #000;
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #section05 h2 {
    padding: 30px 0;
  }
}
#section05 h2 figure {
  width: 40%;
  max-width: 175px;
  margin: 0 auto 0px auto;
}
@media screen and (max-width:800px) {
  #section05 h2 figure {
    margin: 0 auto 0px auto;
  }
}
#section05 .moviebox {
  width: 100%;
  padding: 125px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section05 .moviebox {
    padding: 40px 0;
  }
}
#section05 .moviebox .inmovie {
  width: 100%;
  height: 100%;
  overflow: hidden; /* 念のためはみ出しを防止 */
  position: absolute;
  top: 0;
  left: 0;
}
#section05 .moviebox .inmovie video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 比率を維持しつつ、上下左右に余白が出ないように拡大・トリミング */
  object-position: center; /* 中央基準に配置 */
}
#section05 .moviebox .inmovie .inmask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgb(188, 188, 188);
  mix-blend-mode: multiply;
}
#section05 .moviebox .centertext {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 15;
}
#section05 .moviebox h3 {
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
  line-height: 160%;
  color: #fff;
}
#section05 .moviebox .base_text {
  line-height: 180%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 2em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section05 .moviebox .base_text {
    margin-bottom: 4em;
  }
}
#section05 .moviebox figure {
  width: 58.8%;
  max-width: 251px;
  margin: 0 auto 1.5em auto;
}
#section05 a.underbtbox {
  display: block;
  width: 100%;
  background-color: #000;
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #section05 a.underbtbox {
    padding: 30px 0;
  }
}
#section05 a.underbtbox:hover .marutext {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section05 a.underbtbox:hover .marutext {
    background-color: transparent;
    color: #fff;
  }
}
#section05 a.underbtbox .marutext {
  width: 17em;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 0;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  margin: 0 auto;
}
#section06 {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 7.5vw 0;
  }
}
#section06 a.section__in {
  display: block;
  width: 90%;
  max-width: 1245px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}
#section06 a.section__in:hover .text .marutext {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section06 a.section__in:hover .text .marutext {
    background-color: transparent;
    color: #fff;
  }
}
#section06 a.section__in:hover .photo figure .base {
  transform: scale(1.1);
}
@media screen and (max-width:800px) {
  #section06 a.section__in:hover .photo figure .base {
    transform: scale(1);
  }
}
#section06 a.section__in .text {
  width: 50%;
  display: flex;
  align-items: center;
}
#section06 a.section__in .text .intext {
  width: 100%;
}
#section06 a.section__in .text h2 {
  text-align: center;
  margin-bottom: 0.75em;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 160%;
}
#section06 a.section__in .text .marutext {
  width: 17em;
  border: 1px solid #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 0;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 a.section__in .text .marutext {
    width: 14em;
  }
}
#section06 a.section__in .photo {
  width: 50%;
}
#section06 a.section__in .photo figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#section06 a.section__in .photo figure .base {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section06 a.section__in .photo figure figcaption {
  width: 40%;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #section06 a.section__in .photo figure figcaption {
    width: 60%;
  }
}

#section_news {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width:800px) {
  #section_news {
    padding: 40px 0;
  }
}
#section_news a.marutext {
  display: block;
  width: 17em;
  border: 1px solid #000;
  text-align: center;
  font-weight: 500;
  padding: 0.75em 0;
  border-radius: 50px;
  color: #000;
  letter-spacing: 0.1em;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section_news a.marutext {
    width: 14em;
  }
}
#section_news a.marutext:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_news a.marutext:hover {
    background-color: #fff;
    color: #000;
  }
}
#section_news .newsbox {
  width: 90%;
  max-width: 950px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 40px auto;
}
@media screen and (max-width:800px) {
  #section_news .newsbox {
    width: 85%;
    margin: 0 auto 25px auto;
  }
}
#section_news .newsbox h2 {
  width: 21%;
}
@media screen and (max-width:800px) {
  #section_news .newsbox h2 {
    width: 25%;
    margin: 0 auto 0 auto;
  }
}
#section_news .newsbox .lists {
  width: 66.3%;
}
@media screen and (max-width:800px) {
  #section_news .newsbox .lists {
    width: 100%;
    margin: 5vw auto 0 auto;
  }
}
#section_news .newsbox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
#section_news .newsbox dl dt {
  width: 6em;
}
#section_news .newsbox dl dd {
  width: calc(100% - 6em);
}
#section_news .newsbox dl dd a:hover {
  text-decoration: underline;
}

#section__bana {
  width: 100%;
  background-color: #fff;
  padding-bottom: 165px;
}
@media screen and (max-width:800px) {
  #section__bana {
    padding-bottom: 5vw;
  }
}
#section__bana .section__in {
  width: 90%;
  max-width: 1245px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width:800px) {
  #section__bana .section__in {
    width: 100%;
  }
}
#section__bana .section__in h2 {
  text-align: center;
  background-color: #000;
  width: 100%;
  padding: 40px 0;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section__bana .section__in h2 {
    padding: 25px 0;
    margin-bottom: 6vw;
  }
}
#section__bana .section__in h2 figure {
  width: 65%;
  max-width: 400px;
  margin: 0 auto;
  line-height: 100%;
}
#section__bana .section__in .bunaclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section__bana .section__in .bunaclum {
    width: 90%;
    margin: 0 auto;
  }
}
#section__bana .section__in .bunaclum .items {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section__bana .section__in .bunaclum .items {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}/*# sourceMappingURL=top.css.map */