section.kv {
  height: calc(100vh - 80px)
}

section.kv .kv_inner {
  display: flex;
  height: 100%
}

section.kv .kv_inner .box01 {
  width: 33.3333333333%;
  min-width: 480px;
  position: relative
}

section.kv .kv_inner .box01 .logo {
  width: 264px;
  position: fixed;
  z-index: 50;
  height: 80px;
  padding-left: 38px
}

section.kv .kv_inner .box01 .logo picture {
  display: flex;
  align-items: center;
  height: 80px
}

section.kv .kv_inner .box01 .anim {
  width: 320px;
  margin: 70px auto 0
}

section.kv .kv_inner .box01 .work_list {
  width: 100%;
  background: #c1d7d5;
  padding: 30px 0;
  position: absolute;
  bottom: 0
}

section.kv .kv_inner .box01 .work_list picture {
  width: 372px;
  margin: auto;
  display: block
}

section.kv .kv_inner .box02 {
  width: 68.5714285714%;
  overflow: hidden;
  /*
  background: url(../../imgs/index/kv_img.webp);
  background-size: cover;
  background-position: center
  */
}

section.statement .statement_box {
  display: flex
}

section.statement .statement_box .statement_inner .sticky_inner {
  position: sticky;
  top: 100px
}

section.statement .statement_box .statement_inner .sticky_inner h1 {
  max-width: 473.66px;
  width: 90%;
  text-align: center;
  margin: auto
}

section.statement .statement_box .statement_inner .sticky_inner .statemento_anim {
  width: 332px;
  margin: 50px auto 0
}

section.statement .statement_box .inner01 {
  background: #8ca391;
  width: calc(100% - 800px);
  padding: 115px 0
}

section.statement .statement_box .inner02 {
  width: 800px;
  padding: 95px 0 95px 0
}

section.statement .statement_box .inner02 .statement_text {
  text-align: center;
  display: block;
  margin: auto;
  position: relative
}

section.statement .statement_box .inner02 .statement_text .statement_text_inner {
  height: 100%
}

section.statement .statement_box .inner02 .statement_text .statement_text_inner p {
  font-size: 18px;
  color: #455ea7;
  line-height: 3;
  text-align: left;
  display: inline-block
}

section.statement .statement_box .inner02 .statement_text .statement_text_inner::before {
  content: none;
  width: 100%;
  height: 95px;
  background: url(../../imgs/index/text_top_shadow.webp);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0
}

section.statement .statement_box .inner02 .statement_text .statement_text_inner::after {
  content: none;
  width: 100%;
  height: 95px;
  background: url(../../imgs/index/text_bottom_shadow.webp);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

section.works .works_inner {
  background: #c1d7d5
}

section.works .works_inner .work_title {
  padding: 45px 0;
  margin: auto;
  color: #465ea8;
  width: 85.7142857143%
}

section.works .works_inner .work_title .work_title_image {
  width: 191px;
  display: inline-block
}

section.works .works_inner .work_title span {
  font-size: 14px;
  margin-left: 30px
}

section.works .works_inner .works_images .loop__box {
  display: flex;
  overflow: hidden
}

section.works .works_inner .works_images .loop__box:hover ul {
  animation-play-state: paused
}

section.works .works_inner .works_images .loop__box ul {
  display: flex;
  animation: loop-list 50s linear infinite
}

section.works .works_inner .works_images .loop__box ul li {
  width: 25vw;
  display: block;
  overflow: hidden
}

section.works .works_inner .works_images .loop__box ul li img {
  transition: transform .6s ease
}

section.works .works_inner .works_images .loop__box ul li:hover img {
  transform: scale(1.1)
}

section.works .works_inner .view_more {
  text-align: right;
  height: 130px;
  background: #fdf5f2;
  transition: .4s
}

section.works .works_inner .view_more:hover {
  background: #004c94;
  transition: .4s
}

section.works .works_inner .view_more:hover a {
  color: #fff
}

section.works .works_inner .view_more:hover a::before {
  position: absolute;
  content: "";
  background: url(../../imgs/common/right_arrow_hover.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 60px;
  top: 61px
}

section.works .works_inner .view_more .view_more_inner {
  width: 100%;
  margin: auto;
  line-height: 130px
}

section.works .works_inner .view_more a {
  font-size: 24px;
  position: relative;
  text-align: right;
  display: block;
  color: #024c94;
  padding-right: 90px
}

section.works .works_inner .view_more a::before {
  position: absolute;
  content: "";
  background: url(../../imgs/common/right_arrow.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 60px;
  top: 61px
}

@keyframes loop-list {
  from {
    transform: translateX(-100%)
  }

  to {
    transform: translateX(0)
  }
}

section.news .news_inner {
  background: #c1d7d5
}

section.news .news_inner .news_title {
  padding: 45px 0;
  margin: auto;
  color: #465ea8;
  width: 85.7142857143%
}

section.news .news_inner .news_title .news_title_image {
  width: 163px;
  display: inline-block
}

section.news .news_inner .news_title span {
  font-size: 14px;
  margin-left: 30px
}

section.news .news_inner .news_list .news_box {
  background: #fdf5f2
}

section.news .news_inner .news_list .news_box .news_box_inner {
  width: 85.7142857143%;
  max-width: 1040px;
  margin: auto;
  padding: 105px 0;
  text-align: left
}

section.news .news_inner .news_list .news_box .news_box_inner a {
  transition: .4s;
}
section.news .news_inner .news_list .news_box .news_box_inner a:hover {
  opacity: 0.7;
  transition: .4s;
}

section.news .news_inner .news_list .news_box .news_box_inner dl {
  display: flex;
  align-items: center;
  color: #455ea7;
  margin-bottom: 20px
}

section.news .news_inner .news_list .news_box .news_box_inner dl dt {
  font-size: 14px
}

section.news .news_inner .news_list .news_box .news_box_inner dl dd {
  font-size: 12px;
  background: #c1d7d5;
  border-radius: 13px;
  padding: 5px 13px;
  margin-left: 10px
}

section.news .news_inner .news_list .news_box .news_box_inner p {
  font-size: 20px;
  font-weight: 700;
  color: #455ea7;
  line-height: 2.2
}

section.news .news_inner .news_list .news_box .news_box_inner p.main_text {
  font-size: 18px;
  font-weight: 400
}

section.news .news_inner .read_more {
  text-align: right;
  height: 130px;
  background: #fdf5f2;
  transition: .4s
}

section.news .news_inner .read_more:hover {
  background: #004c94;
  transition: .4s
}

section.news .news_inner .read_more:hover a {
  color: #fff
}

section.news .news_inner .read_more:hover a::before {
  position: absolute;
  content: "";
  background: url(../../imgs/common/right_arrow_hover.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 60px;
  top: 61px
}

section.news .news_inner .read_more .read_more_inner {
  width: 100%;
  margin: auto;
  line-height: 130px
}

section.news .news_inner .read_more a {
  font-size: 24px;
  position: relative;
  text-align: right;
  display: block;
  color: #024c94;
  padding-right: 90px
}

section.news .news_inner .read_more a::before {
  position: absolute;
  content: "";
  background: url(../../imgs/common/right_arrow.webp);
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  right: 60px;
  top: 61px
}

@media screen and (max-width:767px) {
  section.kv {
    height: 100%
  }

  section.kv .kv_inner {
    display: flex;
    flex-direction: column-reverse
  }

  section.kv .kv_inner .box01 {
    width: 100%;
    min-width: auto;
    display: flex;
    border-right: none;
    border-bottom: 2px solid #455ea7
  }

  section.kv .kv_inner .box01 .logo {
    display: none
  }

  section.kv .kv_inner .box01 .anim {
    width: 30vw;
    margin: auto
  }

  section.kv .kv_inner .box01 .work_list {
    width: 420px;
    width: 56vw;
    background: #c1d7d5;
    border-top: none;
    border-bottom: none;
    border-left: 2px solid #455ea7;
    padding: 14vw 0;
    position: relative
  }

  section.kv .kv_inner .box01 .work_list picture {
    width: 344px;
    width: 45.8666666667vw;
    margin: auto;
    display: block
  }

  section.kv .kv_inner .box02 {
    width: 100%;
    height: 120vw;
    /*
    background: url(../../imgs/index/kv_img.webp);
    background-size: cover;
    background-position: center;
    */
    border-bottom: 2px solid #455ea7
  }

  section.statement .statement_box {
    display: flex;
    flex-direction: column
  }

  section.statement .statement_box .statement_inner .sticky_inner h1 {
    max-width: none;
    width: 534px;
    width: 71.2vw;
    margin-bottom: 80px;
    margin-bottom: 10.6666666667vw;
    text-align: center
  }

  section.statement .statement_box .statement_inner .sticky_inner .statemento_anim {
    width: 554px;
    width: 73.8666666667vw;
    margin: 0 auto 0
  }

  section.statement .statement_box .inner01 {
    background: #8ca391;
    width: 100%;
    padding: 15.3333333333vw 0
  }

  section.statement .statement_box .inner02 {
    width: 100%;
    padding: 9.3333333333vw 0
  }

  section.statement .statement_box .inner02 .statement_text {
    text-align: center;
    display: block;
    margin: auto;
    position: relative
  }

  section.statement .statement_box .inner02 .statement_text .statement_text_inner {
    height: 100%
  }

  section.statement .statement_box .inner02 .statement_text .statement_text_inner p {
    font-size: 24px;
    font-size: 3.2vw;
    color: #455ea7;
    line-height: 2.2222222222;
    text-align: left;
    display: inline-block
  }

  section.statement .statement_box .inner02 .statement_text .statement_text_inner::before {
    content: none;
    width: 100%;
    height: 95px;
    background: url(../../imgs/index/text_top_shadow.webp);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0
  }

  section.statement .statement_box .inner02 .statement_text .statement_text_inner::after {
    content: none;
    width: 100%;
    height: 95px;
    background: url(../../imgs/index/text_bottom_shadow.webp);
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0
  }

  section.works .works_inner {
    background: #c1d7d5
  }

  section.works .works_inner .work_title {
    padding: 10.6666666667vw 0 10.6666666667vw 0;
    margin: auto;
    color: #465ea8;
    width: 630px;
    width: 84vw
  }

  section.works .works_inner .work_title .work_title_image {
    width: 191px;
    width: 25.4666666667vw;
    display: inline-block
  }

  section.works .works_inner .work_title span {
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-left: 20px;
    margin-left: 2.6666666667vw
  }

  section.works .works_inner .works_images .loop__box {
    display: flex;
    overflow: hidden
  }

  section.works .works_inner .works_images .loop__box:hover ul {
    animation-play-state: running
  }

  section.works .works_inner .works_images .loop__box ul {
    display: flex;
    animation: loop-list 50s linear infinite
  }

  section.works .works_inner .works_images .loop__box ul li {
    width: 50vw;
    display: block;
    overflow: hidden
  }

  section.works .works_inner .works_images .loop__box ul li img {
    transition: none
  }

  section.works .works_inner .works_images .loop__box ul li:hover img {
    transform: scale(1)
  }

  section.works .works_inner .view_more {
    text-align: right;
    height: 130px;
    height: 17.3333333333vw
  }

  section.works .works_inner .view_more:hover {
    background: #fdf5f2
  }

  section.works .works_inner .view_more:hover a {
    color: #024c94
  }

  section.works .works_inner .view_more:hover a::before {
    position: absolute;
    content: "";
    background: url(../../imgs/common/right_arrow.webp);
    width: 19px;
    width: 2.5333333333vw;
    height: 14px;
    height: 1.8666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    right: 30px;
    right: 4vw;
    top: 8vw
  }

  section.works .works_inner .view_more .view_more_inner {
    width: 100%;
    margin: auto;
    height: 130px;
    height: 17.3333333333vw;
    line-height: 130px;
    line-height: 17.3333333333vw
  }

  section.works .works_inner .view_more .view_more_inner .view_link {
    height: 100%
  }

  section.works .works_inner .view_more a {
    font-size: 26px;
    font-size: 3.4666666667vw;
    position: relative;
    text-align: right;
    display: block;
    color: #024c94;
    padding-right: 80px;
    padding-right: 10.6666666667vw;
    height: 100%
  }

  section.works .works_inner .view_more a::before {
    position: absolute;
    content: "";
    background: url(../../imgs/common/right_arrow.webp);
    width: 19px;
    width: 2.5333333333vw;
    height: 14px;
    height: 1.8666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    right: 30px;
    right: 4vw;
    top: 8vw
  }

  section.news .news_inner .news_title {
    padding: 10.6666666667vw 0 10.6666666667vw 0;
    margin: auto;
    color: #465ea8;
    width: 630px;
    width: 84vw
  }

  section.news .news_inner .news_title .news_title_image {
    width: 180px;
    width: 24vw;
    display: inline-block
  }

  section.news .news_inner .news_title span {
    font-size: 20px;
    font-size: 2.6666666667vw;
    margin-left: 20px;
    margin-left: 2.6666666667vw
  }

  section.news .news_inner .news_list .news_box .news_box_inner {
    width: 630px;
    width: 84vw;
    max-width: none;
    margin: auto;
    padding: 15.3333333333vw 0;
    text-emphasis: left
  }

  section.news .news_inner .news_list .news_box .news_box_inner a {
  }
  
  section.news .news_inner .news_list .news_box .news_box_inner a:hover {
    opacity: 1;
  }

  section.news .news_inner .news_list .news_box .news_box_inner dl {
    display: flex;
    align-items: center;
    color: #455ea7;
    margin-bottom: 25px;
    margin-bottom: 3.3333333333vw
  }

  section.news .news_inner .news_list .news_box .news_box_inner dl dt {
    font-size: 20px;
    font-size: 2.6666666667vw
  }

  section.news .news_inner .news_list .news_box .news_box_inner dl dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    background: #c1d7d5;
    border-radius: 13px;
    border-radius: 1.7333333333vw;
    padding: .6666666667vw 1.7333333333vw;
    margin-left: 10px;
    margin-left: 1.3333333333vw
  }

  section.news .news_inner .news_list .news_box .news_box_inner p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    font-weight: 700;
    color: #455ea7;
    line-height: 2.2
  }

  section.news .news_inner .news_list .news_box:nth-of-type(1) {
    border-top: none
  }

  section.news .news_inner .read_more {
    text-align: right;
    height: 130px;
    height: 17.3333333333vw
  }

  section.news .news_inner .read_more:hover {
    background: #fdf5f2
  }

  section.news .news_inner .read_more:hover a {
    color: #024c94
  }

  section.news .news_inner .read_more:hover a::before {
    position: absolute;
    content: "";
    background: url(../../imgs/common/right_arrow.webp);
    width: 19px;
    width: 2.5333333333vw;
    height: 14px;
    height: 1.8666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    right: 30px;
    right: 4vw;
    top: 8vw
  }

  section.news .news_inner .read_more .read_more_inner {
    width: 100%;
    margin: auto;
    height: 130px;
    height: 17.3333333333vw;
    line-height: 130px;
    line-height: 17.3333333333vw
  }

  section.news .news_inner .read_more a {
    font-size: 26px;
    font-size: 3.4666666667vw;
    position: relative;
    text-align: right;
    display: block;
    color: #024c94;
    padding-right: 80px;
    padding-right: 10.6666666667vw;
    height: 100%
  }

  section.news .news_inner .read_more a::before {
    position: absolute;
    content: "";
    background: url(../../imgs/common/right_arrow.webp);
    width: 19px;
    width: 2.5333333333vw;
    height: 14px;
    height: 1.8666666667vw;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    right: 30px;
    right: 4vw;
    top: 8vw
  }
}

.middle_s {
  display: none
}

@media screen and (min-width:768px) and (max-width:1300px) {
  .middle_s {
    display: block
  }

  section.statement .statement_box .statement_inner h1 {
    line-height: 1.4;
    text-align: left;
    padding-left: 5%
  }

  section.statement .statement_box .inner01 {
    padding-top: 45px
  }
}

@media screen and (min-width:768px) and (max-width:1151px) {
  section.statement .statement_box .statement_inner .statemento_anim {
    width: 90%
  }
}

@media screen and (min-width:768px) and (max-width:1150px) {
  section.statement .statement_box {
    flex-direction: column
  }

  section.statement .statement_box .inner01 {
    width: 100%;
    padding: 115px
  }

  section.statement .statement_box .statement_inner h1 {
    line-height: 1.4;
    text-align: center;
    padding-left: 5%
  }

  .middle_s {
    display: none
  }

  section.statement .statement_box .statement_inner .statemento_anim {
    width: 554px
  }
}

li.footer_top {
  position: relative
}

li.footer_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -34px;
  background: url(../../imgs/common/footer_point.webp);
  width: 12px;
  height: 12px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat
}

@media screen and (max-width:767px) {
  li.footer_top {
    position: relative
  }

  li.footer_top::after {
    content: "";
    position: absolute;
    top: 1.5vw;
    left: -22px;
    left: -2.9333333333vw;
    background: url(../../imgs/common/footer_point.webp);
    width: 12px;
    width: 1.6vw;
    height: 12px;
    height: 1.6vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
  }
}

@media screen and (max-width:1280px) {
  section.kv .kv_inner .box01 .logo {
    width: 27vw;
    max-width: 263px;
    padding-left: 38px
  }
}

header.header {
  display: none
}

main {
  padding-top: 0
}

.top_header .logo {
  display: none
}

@media screen and (max-width:767px) {
  header.header {
    display: block
  }

  header .logo {
    display: block
  }

  .top_header {
    display: none
  }

  header {
    position: fixed
  }

  header picture {
    display: flex;
    align-items: center;
    height: 13.33333333vw
  }
}

.loop_slider {
  display: flex;
  background-color: #fdf5f2;
  overflow: hidden;
  padding: 10px 0
}

.slider-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  animation: slideShow 50s infinite linear;
  list-style: none
}

.slider-item {
  width: 2376px
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 .5rem
}

.loop_slider:hover .slider-list {
  animation-play-state: running
}

.loop_slider ul.slider-list:last-child {
  margin-left: 6px
}

@media screen and (max-width:767px) {
  .slider-item {
    width: 3405px;
    width: 454vw
  }

  .loop_slider {
    padding: 1.3333333333vw 0
  }
}

@keyframes slideShow {
  0% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(-100%)
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  animation: animEnd 9s forwards
}

.loading .loading_bg {
  animation: topbg 9s;
  animation-fill-mode: forwards;
  width: 100vw;
  height: 100vh
}

.loading .loading_logo {
  width: 372px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(../../imgs/common/animation_logo01.webp);
  background-size: 100%;
  animation: topbglogo 4s forwards;
  opacity: 1
}

@media screen and (max-width:767px) {
  .loading .loading_logo {
    width: 372px;
    width: 49.6vw;
    height: 62px;
    height: 8.2666666667vw
  }
}

.loading .loading_shapes {
  width: 304px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0
}

@media screen and (max-width:767px) {
  .loading .loading_shapes {
    width: 434px;
    width: 57.8666666667vw
  }
}

.loading .loading_shapes.active {
  animation: shapes 3s forwards;
  opacity: 0
}

.kv.active .kv_inner .box01 .anim {
  opacity: 0;
  animation: kvAnim 1.8s 4s forwards
}

.kv.active .kv_inner .box01 .work_list {
  opacity: 0;
  animation: kvWorklist 1s;
  animation: kvAnim 1.8s 4.6s forwards
}

.kv.active .kv_inner .box02 {
  opacity: 0;
  animation: kvImage 1s;
  animation: kvAnim 1.8s 4.4s forwards
}

@media screen and (max-width:767px) {
  .kv.active .kv_inner .box01 .anim {
    opacity: 0;
    animation: kvAnim 1.8s 4.4s forwards
  }

  .kv.active .kv_inner .box01 .work_list {
    opacity: 0;
    animation: kvWorklist 1s;
    animation: kvAnim 1.8s 4.6s forwards
  }

  .kv.active .kv_inner .box02 {
    opacity: 0;
    animation: kvImage 1s;
    animation: kvAnim 1.8s 4s forwards
  }
}

@keyframes topbg {
  0% {
    background: #465ea8;
    opacity: 1
  }

  50% {
    background: #fdf5f2;
    opacity: 1
  }

  80% {
    background: #fdf5f2;
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes topbglogo {
  0% {
    background-image: url(../../imgs/common/animation_logo01.webp);
    opacity: 1
  }

  50% {
    background-image: url(../../imgs/common/animation_logo02.webp);
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes shapes {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes animEnd {
  0% {
    opacity: 1
  }

  99% {
    opacity: 1
  }

  100% {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes kvAnim {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.kv_vertical {
  position: relative
}

.kv_vertical:after {
  transform: scaleY(0);
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: #465ea8;
  width: 2px;
  height: 100%;
  transition: 2s;
  display: block;
  transform-origin: top;
  z-index: 10
}

.kv_beside {
  position: relative
}

.kv_beside:before {
  transform: scaleX(0);
  content: "";
  position: absolute;
  top: -1px;
  background: #465ea8;
  width: 100%;
  height: 2px;
  transition: 2s;
  display: block;
  z-index: 10
}

.kv_vertical.active:after {
  transform: scaleY(1);
  transform-origin: top
}

.kv_beside.active:before {
  transform: scaleX(1)
}

.top_header.kv_beside:after {
  transform: scaleX(0);
  content: "";
  position: absolute;
  bottom: 0;
  background: #465ea8;
  width: 100%;
  height: 2px;
  transition: 2s;
  display: block;
  z-index: 10
}

.top_header.kv_beside.active:after {
  transform: scaleX(1)
}

@media screen and (max-width:767px) {
  header:before {
    display: none !important
  }

  header:after {
    display: none !important
  }

  .kv_beside:before {
    display: none !important
  }

  .kv_vertical:after {
    display: none !important
  }
}

header {
  position: sticky;
  border-top: none;
  top: 0;
  display: block
}

@media screen and (max-width:767px) {
  header {
    position: fixed
  }
}

.header_box {
  width: 100%;
  background-color: rgba(255, 255, 255, .85);
  z-index: 25;
  display: flex;
  align-items: center;
  background: #fdf5f2;
  height: 80px;
  justify-content: space-between;
  border-bottom: 2px solid #465ea8
}

/* KVのカルーセル */
.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 10s linear 0s normal both;
}

.swiper-slide .swiper-slide__item {
  height: calc(100vh - 80px);
  width: 100%;
}

.swiper-slide .swiper-slide__item img {
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width:767px) {
  .swiper-slide .swiper-slide__item {
    height: 120vw;
    width: 100%;
  }

  .swiper-slide .swiper-slide__item img {
    object-fit: cover;
    height: 100%;
  }

  section.kv .kv_inner .box02 {
    margin-top: 12.5vw;
  }
}

@keyframes zoomanime {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}