@charset "UTF-8";
#header .header_logo{
  opacity: 0;
}
#header.transform .header_logo{
  opacity: 1;
}

#fv .flex{
  position: relative;
  height: calc(100vh - 80px);
  overflow: hidden;
}
#fv .flex:before{
  content: "";
  position: absolute;
  top: 0;
  left: 23.4375vw;
  width: 150px;
  height: 150px;
  background: url(../img/top/deco_fv_light.png) no-repeat left top;
  background-size: 100% auto;
  z-index: 5;
}
#fv .main_logo_area{
  position: absolute;
  top: 0;
  left: 0;
  width: 23.4375vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 10vh;
  background: #fff;
  z-index: 10;
}
#fv .main_logo_area .main_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 266.45px;
  width: 13.87vw;
  height: calc(100vh - 25vh - 80px)
}
#fv .main_logo_area .main_logo img{
  width: auto;
  max-height: 100%;
}
#fv #kv_scrolldown{
  height: 25vh;
  max-height: 311.5px;
  transform: translateX(-50%);
  z-index: 10;
}
#fv .kv_scrolldown_txt{
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .08em;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#fv .kv_scrolldown_line{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 5em);
  max-height: 254px;
  margin: 0 auto;
  background: #DEDEDE;
}
#fv .kv_scrolldown_line .kv_scrolldown_line_red{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #001E46 50%, #0000 50%);
  background-position: 0 -100%;
  background-size: 100% 200%;
  animation: kf-scrolldown-kv 2.2s cubic-bezier(.76,0,.3,1) forwards infinite;
}
@keyframes kf-scrolldown-kv {
  0% {
    background-position: 0 100%
  }

  75% {
    background-position: 0 0
  }

  to {
    background-position: 0 -100%
  }
}
#fv .fv_slide{
  width: 76.5625vw;
  height: 100%;
  margin-left: auto;
}
#fv .fv_slide .sp{
  display: none;
}
#fv .fv_slide li.fv_slide_img{
  height: calc(100vh - 80px);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
#fv .fv_slide .slide01{
  background-image: url(../img/top/fv_slide01_light.jpg);
}
#fv .fv_slide .slide02{
  background-image: url(../img/top/fv_slide02_light.jpg);
}
#fv .fv_slide .slide03{
  background-image: url(../img/top/fv_slide03_light.jpg);
}
#fv .fv_slide .slide04{
  background-image: url(../img/top/fv_slide04_light.jpg);
}
#fv .slick-dots{
  right: 2.604166666666667vw;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 7px;
}
#fv .slick-dots li{
  display: block;
  width: 49px;
  margin: 0;
}
#fv .slick-dots li button{
  position: relative;
  width: 100%;
  height: 1px;
  padding: 5px 0;
}
#fv .slick-dots li button:before{
  bottom: 0;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: auto;
  background: #fff;
  border-radius: 0;
}
#fv .slick-dots li.slick-active button:before{
  background: #EAC22D;
}
#fv .slick-dotted.slick-slider{
  margin-bottom: 0;
}

@media screen and (max-width: 1700px){
  #fv .flex{
    height: calc(100vh - 5.19vw);
  }
  #fv .flex:before{
    width: 9.74vw;
    height: 9.74vw;
  }
  #fv .main_logo_area{
      gap: 5.06vw;
  }
  #fv #kv_scrolldown{
    height: 19.71vw;
  }
  #fv .kv_scrolldown_txt{
      font-size: 0.77vw;
  }
  #fv .fv_slide li.fv_slide_img{
    height: calc(100vh - 5.19vw);
  }
  #fv .slick-dots{
    bottom: 1.29vw;
  }
  #fv .slick-dots{
    bottom: 3.89vw;
    gap: 0.45vw;
  }
  #fv .slick-dots li{
    width: 3.18vw;
  }
}

@media screen and (min-width: 1024px ) and ( max-height: 500px){
  #fv .kv_scrolldown_txt{
    display: none;
  }
  #fv .kv_scrolldown_line{
    height: 100%;
  }
}

@media screen and (max-width: 1024px){
  #fv .flex{
    display: block;
    height: 100vh;
  }
  #fv .flex:before{
    display: none;
  }
  #fv .main_logo_area{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40vh;
    padding: 5.33vw 0 9.33vw;
    margin: 0;
  }
  #fv .main_logo_area .main_logo{
    position: relative;
    max-width: none;
    width: 34.84vw;
    margin: 0 auto;
  }
  #fv #kv_scrolldown{
    position: absolute;
    top: 35vh;
    bottom: auto;
    left: 50%;
    height: 26.66vw;
    max-height: 200px;
  }
  #fv .kv_scrolldown_txt{
    display: none;
  }
  #fv .kv_scrolldown_line{
    height: 100%;
    max-height: none;
  }
  #fv .fv_slide{
    width: 100%;
    height: 60vh;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 10;
  }
  #fv .fv_slide .sp{
    display: block;
  }
  #fv .fv_slide .pc{
    display: none;
  }
  #fv .fv_slide li.fv_slide_img{
    height: 60vh;
  }
  #fv .fv_slide .slide01{
    background-image: url(../img/top/fv_slide01_light_sp.jpg);
  }
  #fv .fv_slide .slide02{
    background-image: url(../img/top/fv_slide02_light_sp.jpg);
  }
  #fv .fv_slide .slide03{
    background-image: url(../img/top/fv_slide03_light_sp.jpg);
  }
  #fv .fv_slide .slide04{
    background-image: url(../img/top/fv_slide04_light_sp.jpg);
  }
  #fv .slick-dots{
    right: 4vw;
    bottom: 5.33vw;
    gap: 1.33vw;
  }
  #fv .slick-dots li{
    width: 8.53vw;
  }
}

#sec01{
  padding: 30px 5.2vw;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
#sec01 .wrap{
  align-items: center;
  max-width: none;
  width: 100%;
}
#sec01 .title02{
  margin-right: 30px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#sec01 .date{
  margin-right: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#sec01 .cat{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 1em;
  margin-right: 20px;
  font-size: 1.4rem;
  color: #fff;
  background: #1A2930;
  border-radius: 4px;
}
#sec01 .title{
  flex: 1;
  font-size: 1.6rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 1700px){
  #sec01{
    padding: 1.94vw 6.49vw;
  }
  #sec01 .title02{
    margin-right: 1.94vw;
    font-size: 1.94vw;
  }
  #sec01 .date{
    margin-right: 1.29vw;
    font-size: 0.9vw;
  }
  #sec01 .cat{
    height: 1.94vw;
    margin-right: 1.29vw;
    font-size: 0.9vw;
    border-radius: 0.25vw;
  }
  #sec01 .title{
    width: 60em;
    font-size: 1.03vw;
  }
}

@media screen and (max-width: 1024px){
  #sec01{
    padding: 3.46vw 5.33vw;
    border-top: 0.26vw solid #DEDEDE;
    border-bottom: 0.26vw solid #DEDEDE;
  }
  #sec01 .flex{
    flex-wrap: wrap;
  }
  #sec01 .title02{
    display: none;
  }
  #sec01 .date{
    margin-right: 2.66vw;
    font-size: 2.93vw;
  }
  #sec01 .cat{
    height: 5.73vw;
    margin-right: 0;
    font-size: 2.66vw;
    border-radius: 0.53vw;
  }
  #sec01 .title{
    flex: auto;
    width: 100%;
    font-size: 3.73vw;
  }
  #sec01 .title a{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}


#sec02{
  position: relative;
  padding: 157px 0 867px;
  background: url(../img/top/bg01_light.jpg) no-repeat center bottom;
  background-size: 1920px auto;
  overflow:hidden;
}
#sec02 .backmoji {
  position: absolute;
  top: 70px;
  left: 0;
  display: flex;
  width : 100%;
  text-align : center;
  z-index: -1;
}
#sec02 .backmoji p{
  display : inline-block;
  min-width: auto;
  min-height: auto;
  margin-right: 0.5em;
  font-size: 30rem;
  color: #fff;
  font-weight: bold;
  white-space : nowrap;
  line-height : 1em;
  animation: flowing 80s linear infinite;
  transform: translateX(0);
  text-shadow : 1px 1px 1px #dedede, -1px 1px 1px #dedede, 1px -1px 1px #dedede, -1px -1px 1px #dedede, 1px 0px 1px #dedede, 0px 1px 1px #dedede, -1px 0px 1px #dedede, 0px -1px 1px #dedede;/* 文字の影 */
}
@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
#sec02 .title_area{
  margin-bottom: 130px;
}
#sec02 .title_area.center .en{
  font-size: 2rem;
}
#sec02 .title_area.center p{
  font-size: 2rem;
  font-weight: bold;
}
#sec02 .title_area.center .title02{
  font-size: 6rem;
  text-decoration: none;
}
#sec02 .flex{
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 160px;
}
#sec02 .box{
  width: calc((100% - 80px - 119.47px) / 2);
}
#sec02 .box *{
  text-align: center;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sec02 .box a{
  display: block;
  padding: 34px 20px;
  border: 1px solid #001E46;
  border-radius: 10px;
}
#sec02 .box a:hover{
  background: #001E46;
  opacity: 1;
}
#sec02 .box a:hover *{
  color: #fff;
}
#sec02 .box a:hover .title03 img{
  filter: brightness(0) invert(1);
}
#sec02 .box p{
  margin: 20px 0 30px;
  font-size: 2.2rem;
  font-weight: bold;
}
#sec02 .box + img{
  width: 119.47px;
}
#sec02 .box figure{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.373015873015873;
  border-radius: 8px;
  overflow: hidden;
}
#sec02 .box figure img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s all;
}
#sec02 .box a:hover figure img{
  transform: scale(1.2,1.2);
}
#sec02 .bottom{
  position: relative;
}
#sec02 .bottom .wrap{
  padding-left: 830px;
}
#sec02 .bottom .title03{
  margin-bottom: 40px;
  font-size: 4.2rem;
  font-weight: bold;
}
#sec02 .bottom figure{
  position: absolute;
  top: 0;
  right: 53.125vw;
  max-width: 900px;
  width: 46.875vw;
}
#sec02 .bottom p{
  margin-bottom: 60px;
}
#sec02 .bottom .btn{
  margin-bottom: 0;
}
#sec02 .bottom .btn a{
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1700px){
  #sec02{
    padding: 10.19vw 0 56.29vw;
    background-size: 124.67vw auto;
  }
  #sec02 .backmoji {
    top: 4.54vw;
  }
  #sec02 .backmoji p{
    font-size: 19.48vw;
  }
  #sec02 .title_area{
    margin-bottom: 8.44vw;
  }
  #sec02 .title_area.center .en,
  #sec02 .title_area.center p{
    font-size: 1.29vw;
  }
  #sec02 .title_area.center .title02{
    font-size: 3.89vw;
  }
  #sec02 .flex{
    gap: 2.59vw;
    margin-bottom: 10.38vw;
  }
  #sec02 .box{
    width: calc((100% - 5.19vw - 7.75vw) / 2);
  }
  #sec02 .box a{
    padding: 2.2vw 1.29vw;
    border-radius: 0.64vw;
  }
  #sec02 .box p{
    margin: 1.29vw 0 1.94vw;
    font-size: 1.42vw;
  }
  #sec02 .box + img{
    width: 7.75vw;
  }
  #sec02 .bottom .wrap{
    padding-left: 50vw;
  }
  #sec02 .bottom .title03{
    margin-bottom: 2.59vw;
    font-size: 2.72vw;
  }
  #sec02 .bottom figure{
    right: 53.125vw;
    width: 58.44vw;
    border-radius: 0.51vw;
  }
  #sec02 .bottom p{
    margin-bottom: 3.89vw;
  }
  #sec02 .bottom .btn{
    margin-bottom: 0;
  }
  #sec02 .bottom .btn a{
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 1024px){
  #sec02{
    padding: 13.33vw 0 46vw;
    background: url(../img/top/bg01_light_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  #sec02 .backmoji {
    top: 8vw;
  }
  #sec02 .backmoji p{
    font-size: 26.66vw;
    text-shadow : 0.5px 0.5px 0.5px #dedede, -0.5px 0.5px 0.5px #dedede, 0.5px -0.5px 0.5px #dedede, -0.5px -0.5px 0.5px #dedede, 0.5px 0px 0.5px #dedede, 0px 0.5px 0.5px #dedede, -0.5px 0px 0.5px #dedede, 0px -0.5px 0.5px #dedede;/* 文字の影 */
  }
  #sec02 .title_area.center .en,
  #sec02 .title_area.center p{
    font-size: 2.4vw;
  }
  #sec02 .title_area.center .title02{
    font-size: 6.93vw;
  }
  #sec02 .flex{
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.33vw;
    margin-bottom: 16vw;
  }
  #sec02 .box{
    width: 100%;
  }
  #sec02 .box a{
    padding: 5.33vw 2.66vw;
    background: #fff;
    border: 0.26vw solid #001E46;
    border-radius: 2.66vw;
  }
  #sec02 .box h3{
    width: 51.87vw;
    margin: auto;
  }
  #sec02 .box + img + .box h3{
    width: 45.7vw;
  }
  #sec02 .box p{
    margin: 1.33vw 0 3.73vw;
    font-size: 4vw;
  }
  #sec02 .box + img{
    width: 13.33vw;
  }
  #sec02 .bottom .wrap{
    padding-left: 0;
  }
  #sec02 .bottom .title03{
    margin-bottom: 8vw;
    font-size: 6.13vw;
    text-align: center;
  }
  #sec02 .bottom figure{
    position: unset;
    max-width: none;
    width: 100%;
    margin-bottom: 8vw;
  }
  #sec02 .bottom p{
    margin-bottom: 8vw;
  }
  #sec02 .bottom .btn{
    margin-bottom: 0;
  }
  #sec02 .bottom .btn a{
    margin: 0;
  }
}


#sec03{
  padding: 140px 0;
}
#sec03 .title_area.center{
  margin-bottom: 70px;
}
#sec03 .right .title03{
  margin-bottom: 30px;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
#sec03 .right p{
  text-align: center;
}
#sec03 .bottom{
  position: relative;
  margin-top: 87px;
}
#sec03 .bottom_img{
  position: absolute;
  right: 54%;
  top: 0;
  width: 46.875vw;
  max-width: 900px;
  aspect-ratio: 1 / 0.90222222;
}
#sec03 .bottom_img .img_con{
  width: 100%;
    padding-top: 90.22%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    border-radius: 0 30px 30px 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0s 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0s 0.6s ease;
    transition: opacity 0.6s ease, transform 0s 0.6s ease;
    transition: opacity 0.6s ease, transform 0s 0.6s ease, -webkit-transform 0s 0.6s ease;
    overflow: hidden;
}
#sec03 .bottom_img .img_con._01,
#sec03 .bottom_img._02 .img_con._02,
#sec03 .bottom_img._03 .img_con._03{
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
#sec03 .bottom_img .img_con._01 .in{
  background: url(../img/top/img_con01_light.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#sec03 .bottom_img .img_con._02 .in{
  background: url(../img/top/img_con02_light.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#sec03 .bottom_img .img_con._03 .in{
  background: url(../img/top/img_con03_light.jpg) no-repeat center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#sec03 .bottom_list{
  width: 710px;
  margin-left: auto;
  margin-bottom: 60px;
}
#sec03 .bottom_list li > a{
  position: relative;
  display: block;
  padding: 35px 0;
  border-bottom: 1px solid #1A2930;
}
#sec03 .bottom_list .title03{
  margin-bottom: 25px;
}
#sec03 .bottom_list li:nth-child(1) .title03{
  width: 263.06px;
}
#sec03 .bottom_list li:nth-child(2) .title03{
  width: 234.42px;
}
#sec03 .bottom_list li:nth-child(3) .title03{
  width: 273.55px;
}
#sec03 .bottom_list li:first-child a{
  padding: 13px 0 35px;
}
#sec03 .bottom_list li > a .arrow{
  position: absolute;
  bottom: 35px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #1A2930;
  border-radius: 4px;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sec03 .bottom_list li > a .arrow img{
  width: 13.67px;
  height: 12px;
}
#sec03 .bottom_list li > a:hover{
  border-bottom: 1px solid #EAC22D;
  opacity: 1;
}
#sec03 .bottom_list li > a:hover .arrow{
  background: #EAC22D;
}
#sec03 .bottom_list li > a .arrow img{
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sec03 .bottom_list li > a:hover .arrow img{
  filter:invert(100%);
}
#sec03 .bottom_list .btn._w a{
  width: 100%;
  margin-top: 20px;
}
#sec03 .btn a{
  margin-left: auto;
}

@media screen and (max-width: 1700px){
  #sec03{
    padding: 9.09vw 0;
  }
  #sec03 .title_area.center{
    margin-bottom: 4.43vw;
  }
  #sec03 .right .title03{
    margin-bottom: 1.94vw;
    font-size: 2.72vw;
  }
  #sec03 .bottom{
    margin-top: 5.64vw;
  }
  #sec03 .bottom_img{
    width: 45%;
  }
  #sec03 .bottom_list{
    width: 46.1vw;
    margin-bottom: 3.89vw;
  }
  #sec03 .bottom_list li > a{
    padding: 2.27vw 0;
  }
  #sec03 .bottom_list .title03{
    margin-bottom: 1.62vw;
  }
  #sec03 .bottom_list li:nth-child(1) .title03{
    width: 17.08vw;
  }
  #sec03 .bottom_list li:nth-child(2) .title03{
    width: 15.22vw;
  }
  #sec03 .bottom_list li:nth-child(3) .title03{
    width: 17.76vw;
  }
  #sec03 .bottom_list li:first-child a{
    padding: 0.84vw 0 2.27vw;
  }
  #sec03 .bottom_list li > a .arrow{
    bottom: 2.27vw;
    width: 1.94vw;
    height: 1.94vw;
    border-radius: 0.25vw;
  }
  #sec03 .bottom_list li > a .arrow img{
    width: 0.88vw;
    height: 0.77vw;
  }
  #sec03 .bottom_list .btn._w a{
    margin-top: 1.29vw;
  }
}

@media screen and (max-width: 1024px){
  #sec03{
    padding: 16vw 0 13.33vw;
  }
  #sec03 .title_area.center{
    margin-bottom: 8vw;
  }
  #sec03 .right .title03{
    margin-bottom: 5.33vw;
    font-size: 6.13vw;
  }
  #sec03 .right p{
    text-align: left;
  }
  #sec03 .bottom{
    margin-top: 8vw;
  }
  #sec03 .bottom_img{
    display: none;
  }
  #sec03 .bottom_list{
    width: 100%;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  #sec03 .bottom_list li figure{
    margin-bottom: 4vw;
  }
  #sec03 .bottom_list li > a{
    padding: 8vw 0;
    border-bottom: 0.26vw solid #1A2930;
  }
  #sec03 .bottom_list .title03{
    margin-bottom: 4vw;
  }
  #sec03 .bottom_list li:nth-child(1) .title03{
    width: 58.45vw;
  }
  #sec03 .bottom_list li:nth-child(2) .title03{
    width: 52.09vw;
  }
  #sec03 .bottom_list li:nth-child(3) .title03{
    width: 60.79vw;
  }
  #sec03 .bottom_list li:first-child a{
    padding: 0 0 8vw;
  }
  #sec03 .bottom_list li:first-child .title03{
    width: 58.45vw;
  }
  #sec03 .bottom_list li:nth-child(2) .title03{
    width: 52.09vw;
  }
  #sec03 .bottom_list li:nth-child(3) .title03{
    width: 60.79vw;
  }
  #sec03 .bottom_list li > a .arrow{
    bottom: 8vw;
    width: 10.66vw;
    height: 10.66vw;
    border-radius: 2.13vw;
  }
  #sec03 .bottom_list li > a .arrow img{
    width: 4vw;
    height: 3.51vw;
  }
  #sec03 .bottom_list li > a:hover{
    border-bottom: 1px solid #1A2930;
  }
  #sec03 .bottom_list li > a:hover .arrow{
    background: #1A2930;
  }
  #sec03 .bottom_list li > a:hover .arrow img{
    filter: none;
  }
  #sec03 .bottom_list li p{
    width: 72.8vw;
  }
  #sec03 .bottom_list .btn._w a{
    width: 89.33vw;
    margin-top: 4vw;
  }
  #sec03 .btn a{
    margin-left: 0;
  }
}


#sec04{
  padding: 0 0 140px;
}
#sec04 .flex{
  justify-content: space-between;
}
#sec04 .title_area{
  margin-bottom: 40px;
}
#sec04 .cat_list li + li{
  margin-top: 10px;
}
#sec04 .cat_list li span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 1em;
  font-size: 1.4rem;
  border: 1px solid #1A2930;
  border-radius: 4px;
  cursor: pointer;
}
#sec04 .cat_list li span:hover,
#sec04 .cat_list li.active span:hover{
  color: #fff;
  background: #1A2930;
  opacity: 1;
}
#sec04 .article_area{
  display: none;
  width: 1030px;
}
#sec04 .article_area.show{
  display: block;
}
#sec04 .article_area li{
  padding: 20px 0;
  border-bottom: 1px solid #DEDEDE;
}
#sec04 .article_area li a{
  display: flex;
  justify-content: space-between;
}
#sec04 .article_area li a:hover{
  opacity: 1;
}
#sec04 .article_area li figure{
  position: relative;
  width: 260px;
  aspect-ratio: 1 / .6;
  border-radius: 10px;
  overflow: hidden;
}
#sec04 .article_area li figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
#sec04 .article_area li a:hover figure img{
  transform: scale(1.2,1.2);
}
#sec04 .article_area li .in{
  width: calc(100% - 260px - 60px);
}
#sec04 .article_area li .in .flex{
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
#sec04 .article_area li .in .date{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#sec04 .article_area li .in .cat{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 1em;
  font-size: 1.4rem;
  color: #fff;
  background: #1A2930;
  border-radius: 4px;
}
#sec04 .article_area li .in .title{
  font-size: 1.6rem;
  line-height: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#sec04 .btn a{
  margin-top: 60px;
  margin-left: auto;
}

@media screen and (max-width: 1700px){
  #sec04{
    padding: 9.09vw 0;
  }
  #sec04 .title_area{
    margin-bottom: 2.59vw;
  }
  #sec04 .cat_list li + li{
    margin-top: 0.64vw;
  }
  #sec04 .cat_list li span{
    height: 1.94vw;
    font-size: 0.9vw;
    border-radius: 0.25vw;
  }
  #sec04 .article_area{
    width: 66.88vw;
  }
  #sec04 .article_area li{
    padding: 1.29vw 0;
  }
  #sec04 .article_area li figure{
    width: 16.88vw;
    border-radius: 0.64vw;
  }
  #sec04 .article_area li .in{
    width: calc(100% - 16.88vw - 3.89vw);
  }
  #sec04 .article_area li .in .flex{
    gap: 0.97vw;
    margin-bottom: 1.29vw;
  }
  #sec04 .article_area li .in .date{
    font-size: 0.9vw;
  }
  #sec04 .article_area li .in .cat{
    height: 1.94vw;
    font-size: 0.9vw;
    border-radius: 0.25vw;
  }
  #sec04 .article_area li .in .title{
    font-size: 1.03vw;
    line-height: 2;
  }
  #sec04 .btn a{
    margin-top: 3.89vw;
  }
}

@media screen and (max-width: 1024px){
  #sec04{
    padding: 16vw 0;
  }
  #sec04 .flex{
    display: block;
  }
  #sec04 .title_area{
    margin-bottom: 8vw;
  }
  #sec04 .cat_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.33vw;
    margin-bottom: 8vw;
  }
  #sec04 .cat_list li + li{
    margin-top: 0;
  }
  #sec04 .cat_list li span{
    height: 7.6vw;
    font-size: 3.2vw;
    border: 0.26vw solid #1A2930;
    border-radius: 0.66vw;
  }
  #sec04 .article_area{
    width: 100%;
  }
  #sec04 .article_area li{
    padding: 5.33vw 0;
    border-bottom: 0.26vw solid #DEDEDE;
  }
  #sec04 .article_area li:first-child{
    padding: 0 0 5.33vw;
  }
  #sec04 .article_area li figure{
    width: 25.33vw;
    aspect-ratio: 1 / 1;
    border-radius: 2.13vw;
  }
  #sec04 .article_area li .in{
    width: 60vw;
  }
  #sec04 .article_area li .in .flex{
    gap: 2.66vw;
    margin-bottom: 2.66vw;
  }
  #sec04 .article_area li .in .date{
    font-size: 2.93vw;
  }
  #sec04 .article_area li .in .cat{
    height: 5.73vw;
    font-size: 2.66vw;
    border-radius: 0.53vw;
  }
  #sec04 .article_area li .in .title{
    font-size: 3.73vw;
    line-height: 1.75;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #sec04 .btn a{
    margin-top: 5.33vw;
  }
}


#sec05{
  padding: 140px 0;
}
#sec05 .flex{
  justify-content: space-between;
  margin-bottom: 60px;
}
#sec05 .title_area{
  margin-bottom: 0;
}
#sec05 .right p{
  text-align: right;
}
#sec05 .right .tag{
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.475;
}
#sec05 .insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sec05 .insta_list li{
  width: calc((100% - (20px * 5)) / 6);
}
#sec05 .btn_insta{
  text-align: right;
}
#sec05 .btn_insta a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 10px;
  margin-top: 27px;
  font-size: 1.6rem;
  font-weight: 600;
}
#sec05 .btn_insta a img{
  width: 29px;
  height: 29px
}
#sec05 .btn_insta a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1A2930;
  opacity: 0;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#sec05 .btn_insta a:hover{
  opacity: 1
}
#sec05 .btn_insta a:hover:after{
  opacity: 1
}

@media screen and (max-width: 1700px){
  #sec05{
    padding: 9.09vw 0;
  }
  #sec05 .flex{
    margin-bottom: 3.89vw;
  }
  #sec05 .right .tag{
    margin-bottom: 1.94vw;
    font-size: 2.59vw;
  }
  #sec05 .insta_list{
    gap: 1.29vw;
  }
  #sec05 .insta_list li{
    width: calc((100% - (1.29vw * 5)) / 6);
  }
  #sec05 .btn_insta a{
    gap: 0.9vw;
    padding-bottom: 0.64vw;
    margin-top: 1.75vw;
    font-size: 1.03vw;
  }
  #sec05 .btn_insta a img{
    width: 1.88vw;
    height: 1.88vw
  }
}

@media screen and (max-width: 1024px){
  #sec05{
    padding: 16vw 0 13.33vw;
  }
  #sec05 .flex{
    display: block;
    margin-bottom: 8vw;
  }
  #sec05 .title_area{
    margin-bottom: 8vw;
  }
  #sec05 .right p{
    text-align: center;
  }
  #sec05 .right .tag{
    margin-bottom: 8vw;
    font-size: 6.13vw;
  }
  #sec05 .insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2.26vw;
  }
  #sec05 .insta_list li{
    width: calc((100% - (2.26vw * 2)) / 3);
  }
  #sec05 .btn_insta a{
    gap: 2.66vw;
    padding-bottom: 0;
    margin-top: 5.33vw;
    font-size: 4vw;
  }
  #sec05 .btn_insta a img{
    width: 7.73vw;
    height: 7.73vw
  }
  #sec05 .btn_insta a:after{
    display: none;
  }
}


#sec07{
  padding: 140px 0 0;
  overflow: hidden;
}
#sec07 .title_area{
  margin-bottom: 80px;
}
#sec07 .media_slide .slick-list{
  max-width: 1750px;
  width: 91.14vw;
  margin: auto;
  overflow: visible;
}
#sec07 .media_slide .slick-list li{
  margin: 0 25px;
}
#sec07 .media_slide .slick-list li a:hover{
  opacity: 1;
}
#sec07 .media_slide .slick-list li figure{
  position: relative;
  aspect-ratio: 1 / 0.7825;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
#sec07 .media_slide .slick-list li figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
#sec07 .media_slide .slick-list li a:hover figure img{
  transform: scale(1.2,1.2);
}
#sec07 .media_slide .slick-list li .flex{
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
#sec07 .media_slide .slick-list li .date{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
#sec07 .media_slide .slick-list li .cat{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 1em;
  font-size: 1.4rem;
  border: 1px solid #1A2930;
  border-radius: 4px;
}
#sec07 .media_slide .slick-list li .title{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#sec07 .media_slide .slick-list li .name_area{
  gap: 10px;
}
#sec07 .media_slide .slick-list li .name_area .thumb{
  width: 36px;
  border-radius: 50%;
  overflow: hidden;
}
#sec07 .media_slide .slick-list li .name_area .name{
  font-size: 1.4rem;
}
#sec07 > .btn a{
  margin: 70px auto 135px;
}
#sec07 .bottom{
  justify-content: center;
  gap: 50px;
  padding: 160px 0;
  background: url(../img/top/bg_parallax.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;

}
#sec07 .bottom .bottom_in{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - (50px * 2)) / 3);
  max-width: 480px;
  padding: 40px 35px 60px;
  background: rgba(255, 255, 255, .9);
  border-radius: 8px;
}
#sec07 .bottom .bottom_in > img{
  margin-bottom: 12px;
}
#sec07 .bottom .bottom_in .en{
  margin-bottom: 18px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
#sec07 .bottom .bottom_in .btn a{
  margin: 40px auto 0;
}

@media screen and (max-width: 1700px){
  #sec07{
    /* padding: 6.49vw 0 0; */
  }
  #sec07 .title_area{
    margin-bottom: 5.19;
  }
  #sec07 .media_slide .slick-list li{
    margin: 0 1.62vw;
  }
  #sec07 .media_slide .slick-list li figure{
    margin-bottom: 1.29vw;
    border-radius: 0.64vw;
  }
  #sec07 .media_slide .slick-list li .flex{
    gap: 0.97vw;
    margin-bottom: 0.97vw;
  }
  #sec07 .media_slide .slick-list li .date{
    font-size: 0.9vw;
  }
  #sec07 .media_slide .slick-list li .cat{
    height: 1.94vw;
    font-size: 0.9vw;
    border-radius: 0.25vw;
  }
  #sec07 .media_slide .slick-list li .title{
    margin-bottom: 1.29vw;
    font-size: 1.16vw;
  }
  #sec07 .media_slide .slick-list li .name_area{
    gap: 0.64vw;
  }
  #sec07 .media_slide .slick-list li .name_area .thumb{
    width: 2.33vw;
  }
  #sec07 .media_slide .slick-list li .name_area .name{
    font-size: 0.9vw;
  }
  #sec07 > .btn a{
    margin: 4.54vw auto 8.76vw;
  }
  #sec07 .bottom{
    gap: 3.24vw;
    padding: 10.38vw 0;

  }
  #sec07 .bottom .bottom_in{
    width: calc((100% - (3.24vw * 2)) / 3);
    padding: 2.59vw 2.27vw 3.89vw;
    border-radius: 0.51vw;
  }
  #sec07 .bottom .bottom_in > img{
    margin-bottom: 0.77vw;
  }
  #sec07 .bottom .bottom_in .en{
    margin-bottom: 1.16vw;
    font-size: 2.07vw;
  }
  #sec07 .bottom .bottom_in .btn a{
    margin: 2.59vw auto 0;
  }
}

@media screen and (max-width: 1024px){
  #sec07{
    /* padding: 8vw 0 0; */
  }
  #sec07 .title_area{
    margin-bottom: 8vw;
  }
  #sec07 .media_slide .slick-list{
    max-width: 480px;
    width: 64vw;
  }
  #sec07 .media_slide .slick-list li{
    margin: 0 2.66vw;
  }
  #sec07 .media_slide .slick-list li figure{
    aspect-ratio: 1 / 0.7833333333333333;
    margin-bottom: 4vw;
    border-radius: 1.33vw;
  }
  #sec07 .media_slide .slick-list li .flex{
    gap: 2.66vw;
    margin-bottom: 2.66vw;
  }
  #sec07 .media_slide .slick-list li .date{
    font-size: 2.93vw;
  }
  #sec07 .media_slide .slick-list li .cat{
    height: 5.73vw;
    font-size: 2.66vw;
    border: 0.26vw solid #1A2930;
    border-radius: 0.53vw;
  }
  #sec07 .media_slide .slick-list li .title{
    margin-bottom: 2.66vw;
    font-size: 3.73vw;
  }
  #sec07 .media_slide .slick-list li .name_area{
    gap: 2vw;
  }
  #sec07 .media_slide .slick-list li .name_area .thumb{
    width: 10vw;
  }
  #sec07 .media_slide .slick-list li .name_area .name{
    font-size: 2.93vw;
  }
  #sec07 > .btn a{
    margin: 8vw auto 16vw;
  }
  #sec07 .bottom{
    flex-wrap: wrap;
    gap: 2.66vw;
    padding: 16vw 5.33vw;
    background: url(../img/top/bg_parallax_sp.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: unset;

  }
  #sec07 .bottom .bottom_in{
    width: 100%;
    max-width: none;
    padding: 5.33vw;
    border-radius: 2.13vw;
  }
  #sec07 .bottom .bottom_in > img{
    margin-bottom: 1.33vw;
  }
  #sec07 .bottom .bottom_in .en{
    margin-bottom: 2.66vw;
    font-size: 5.06vw;
  }
  #sec07 .bottom .bottom_in .btn a{
    width: 78.66vw;
    margin: 5.33vw auto 0;
  }
}


#sec08{
  position: relative;
  padding: 140px 0 170px;
  overflow: hidden;
}
#sec08 figure{
  position: absolute;
  top: 140px;
  left: 53.125%;
  width: 46.875vw;
  max-width: 900px;
}
#sec08 .title_area{
  margin-bottom: 56px;
}
#sec08 .bottom{
  max-width: 710px;
  width: 47%;
}
#sec08 .bottom .catch{
  margin-bottom: 25px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.47;
}
#sec08 .bottom .btn a{
  margin-top: 57px;
}
#sec08 .bottom .btn a img{
  width: 18.41px;
  height: 18.41px;
}

@media screen and (max-width: 1700px){
  #sec08{
    padding: 9.09vw 0 11.03vw;
  }
  #sec08 figure{
    top: 9.09vw;
    width: 48%;
  }
  #sec08 .title_area{
    margin-bottom: 3.63vw;
  }
  #sec08 .bottom .catch{
    margin-bottom: 1.62vw;
    font-size: 2.72vw;
  }
  #sec08 .bottom .btn a{
    margin-top: 3.7vw;
  }
  #sec08 .bottom .btn a img{
    width: 1.19vw;
    height: 1.19vw;
  }
}

@media screen and (max-width: 1024px){
  #sec08{
    padding: 16vw 0 19.73vw;
  }
  #sec08 figure{
    position: unset;
    width: 89.33vw;
    margin: 0 auto 8vw;
  }
  #sec08 .title_area{
    margin-bottom: 8vw;
  }
  #sec08 .bottom{
    max-width: none;
    width: 100%;
  }
  #sec08 .bottom .catch{
    margin-bottom: 8vw;
    font-size: 6.13vw;
    text-align: center;
    line-height: 1.5;
  }
  #sec08 .bottom .btn a{
    margin-top: 8vw;
  }
  #sec08 .bottom .btn a img{
    width: 4.26vw;
    height: 4.26vw;
  }
}