@charset "UTF-8";
/* === opening === */
.index .op_blk {
  width: 100%;
  position: absolute;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.op_blk.fade-out {
  opacity: 0;
}
.index #opening {
  display: none;
}
/* .index #opening {
  width: 100%;
  max-width: 1022px;
  height: 91vh;
  max-height: 676px;
  min-height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.index #opening:after {
  content: "";
  width: 1023px;
  height: 676px;
  position: absolute;
  background: url(../imgs/index/main_mask.svg) no-repeat top center / 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.index #opening .imgbk {
  height: 100%;
  transform-origin: center;
}
.index #opening .imgbk img {
  position: relative;
  top: 1px;
}

.index #opening .ttlbk .op_ttl {
  width: 65%;
  max-width: 266px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.5s;
}
.index #opening .ttlbk .btn {
  color: #4d4d4d;
  background: #fff;
  position: absolute;
  bottom: 11vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 5;
  transition: 0.5s;
} */
.op_blk.fade-out .ttlbk .btn,
.op_blk.fade-out .ttlbk .op_ttl {
  display: none;
}

/* === mainimg === */

.index .mainimg_wrap {
  position: relative;
  height: 100vh;
  /* z-index: -1; */
  z-index: 1;
}
.index #mainimg {
  width: 100%;
  max-width: 1022px;
  height: 91vh;
  max-height: 676px;
  min-height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.index #mainimg:after {
  content: "";
  width: 1023px;
  height: 676px;
  position: absolute;
  background: url(../imgs/index/main_mask.svg) no-repeat top center / 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.index #mainimg .imgbk {
  height: 100%;
  transform-origin: center;
}

.index #mainimg .ttlbk {
  width: 65%;
  max-width: 474px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.index #mainimg .btn.b_red {
  font-size: clamp(14px, 3.5vw, 18px);
  line-height: 1.5;
  color: #fff;
  background: #f55f61;
  width: 90%;
  max-width: 395px;
  height: 65px;
  position: absolute;
  z-index: 5;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 5;
  transition: 0.5s;
}
.index #mainimg .btn:before {
  background-color: #d8d8d8;
}
.b_red::after {
  background-color: #fff;
}
/* === 共通 === */

.index article {
  padding-top: 54px;
  overflow-x: clip;
}
.index .blk {
  text-align: left;
  letter-spacing: 0.06em;
  padding: 8% 0;
  position: relative;
}

.index section .flex {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index section .flex.rgt {
  flex-direction: row-reverse;
}
.index section .flex .imgbk {
  width: 50%;
  padding-top: 58%;
  position: relative;
}
.index section .flex .imgbk img {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.index section .flex .txtbk {
  width: calc(50% - 20px);
}
.index .secttl {
  margin-bottom: 35px;
}
.index .secttl span {
  display: block;
}
.index .secttl .en {
  font-family: "agenda", sans-serif;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.index .secttl .jp.sml {
  font-size: 27px;
  margin-bottom: 20px;
}
.index .secttl .jp.rtxt {
  font-size: 46px;
  line-height: 1.5;
}
.index .txtbk .ditxt {
  margin-bottom: 25px;
}
.index .txtbk .ditxt span {
  display: inline-block;
}
.index .btn {
  max-width: 230px;
}

/* === catch === */

.index #catch {
  padding-top: 9%;
  padding-bottom: 16%;
  background-image: url(../imgs/index/bg_catch_top.png), url(../imgs/index/bg_catch.png);
  background-position:
    center top,
    center top;
  background-repeat: no-repeat, repeat-y;
  background-size:
    100% auto,
    100% auto;
}
.index #catch .secttl {
  text-align: center;
  margin-bottom: 119px;
}
.index #catch .secttl img {
  max-width: 463px;
  margin-bottom: 30px;
}
.index #catch .secttl span {
  font-size: 27px;
  line-height: 1.4;
}
.index #catch .txtbk {
  max-width: 480px;
  min-width: 400px;
}
.index #catch .txtbk p {
  font-size: 110%;
  line-height: 2.5;
  margin-bottom: 20px;
}
.index #catch .txtbk p span {
  display: inline-block;
}
.index #catch .txtbk p:last-child {
  margin-bottom: 0;
}

.index #catch .flex .imgbk img {
  width: 132%;
  max-width: 678px;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

/* === point === */

.index #point {
  background-color: #c7e8f1;
}
.index #point:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 144 / 26;
  background: url(../imgs/index/bg_point_top.svg) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 0;
}
.index #point:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 144 / 23;
  background: url(../imgs/index/bg_point_btm.svg) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
.index #point .secttl .jp.rtxt img {
  width: 81.4%;
  max-width: 400px;
}
.index #point .txtbk p {
  line-height: 2.44;
}
.index #point .imgbk img {
  width: 191%;
  max-width: 977px;
  left: -11%;
  top: 50%;
  animation: fluidrotate1 40s ease 0s infinite;
  z-index: 2;
}

/* === support === */

.index #support {
  padding-top: 26%;
  background-color: #ffe57a;
}
.index #support .txtbk {
  max-width: 435px;
  position: relative;
  left: 20px;
}
.index #support .imgbk img {
  width: 195%;
  max-width: 995px;
  right: -7.4%;
  top: 50%;
  animation: fluidrotate2 40s ease 0s infinite;
}
.index #support:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 144 / 25;
  background: url(../imgs/index/bg_support_btm.svg) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}

/* === future === */

.index #future {
  padding-top: 24%;
  padding-bottom: 10%;
  background-color: #e1ecbb;
  position: relative;
}

.index #future .flex .txtbk {
  max-width: 410px;
  padding-bottom: 90px;
  position: relative;
}
.index #future .imgbk img {
  width: 191%;
  max-width: 977px;
  left: -11%;
  top: 50%;
  animation: fluidrotate1 40s ease 0s infinite;
}
.index #future .img_copy {
  right: 0;
  bottom: -5%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
.index #future .imgbk2 {
  width: 64%;
  max-width: 261px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
.index #future .imgbk2 img {
  animation: fluidrotate1 40s ease 0s infinite;
}
.index #future .imgbk3 {
  width: 53%;
  max-width: 465px;
  position: absolute;
  bottom: -11%;
  left: -7%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  z-index: 2;
}
.index #future .imgbk3 img {
  animation: fluidrotate2 30s ease 0s infinite;
}

/* === voice === */

.index #voice {
  text-align: center;
  padding: 9.3% 0;
}
.index #voice .imgbk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 4.5%;
  padding-bottom: 15%;
  margin-bottom: 44px;
  position: relative;
}
.index #voice .imgbk img {
  width: 36%;
  max-width: 367px;
}
.index #voice .imgbk img.voice1 {
  position: relative;
  left: -2.7%;
}
.index #voice .imgbk img.voice2 {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index #voice .imgbk img.voice3 {
  position: relative;
  right: -2.7%;
}
.index #voice .btn {
  margin: 0 auto;
}

/* === news === */

.index #news {
  padding: 14.5% 0;
  background-color: #f6f5f3;
}
.index #news .secttl_bk {
  text-align: center;
}
.index .newslist {
  margin-bottom: 53px;
}
.index .newslist li {
  border-bottom: 1px dashed #534741;
}
.index .newslist li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .newslist li a .date {
  width: 102px;
}
.index .newslist li a .newsttl {
  font-weight: 400;
  width: calc(100% - 122px);
  max-width: 830px;
  padding: 35px 0;
}

.index #news .btn {
  margin: 0 0 0 auto;
}
.nopost {
  text-align: center;
}
/* === access === */
.index #access {
  text-align: center;
  padding: 9.3% 0 7%;
}
.index #access .text {
  margin-bottom: 40px;
}
.index #access .text span {
  display: inline-block;
}
.index #access .imgbk {
  margin-bottom: 90px;
}
.index #access .casebk {
  justify-content: space-between;
  flex-wrap: wrap;
}
.index #access .caseit {
  font-size: 16px;
  text-align: left;
  width: calc((100% - 20px) / 2);
  padding-left: 85px;
}
.index #access .caseit .cacettl {
  font-size: 20px;
  position: relative;
}
.index #access .caseit .cacettl .access-icon {
  width: 72px;
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index #access .caseit ul li:before {
  content: "\025cb";
}

/*足跡*/
.foot_icon {
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 2;
}
.foot_icon.icon1 {
  width: 16.3%;
  max-width: 235px;
  min-width: 150px;
  top: -10%;
  left: 15%;
}
.foot_icon.icon2 {
  width: 21.3%;
  max-width: 306px;
  min-width: 196px;
  bottom: -2%;
  left: 30%;
}
.foot_icon.icon3 {
  width: 16.3%;
  max-width: 235px;
  min-width: 150px;
  top: -8%;
  left: 45%;
}
.foot_icon.icon4 {
  width: 17.8%;
  max-width: 258px;
  min-width: 164px;
  top: 3%;
  left: 55%;
}
.foot_icon.icon5 {
  width: 17.8%;
  max-width: 258px;
  min-width: 164px;
  bottom: -17%;
  left: 78%;
}
.foot_icon.icon6 {
  width: 17.8%;
  max-width: 258px;
  min-width: 164px;
  bottom: 5%;
  left: 8.5%;
}

@media screen and (max-width: 1060px) {
  /* === catch === */

  .index #catch .txtbk {
    letter-spacing: 0;
  }

  /* === access === */
  .index #access .caseit {
    padding-left: 75px;
  }
  .index #access .caseit .cacettl .access-icon {
    width: 62px;
    left: -75px;
  }
}

@media screen and (max-width: 980px) {
  /* === 共通 === */

  .index .secttl .jp.sml {
    font-size: clamp(20px, 2.75vw, 27px);
  }
  .index .secttl .jp.rtxt {
    font-size: clamp(26px, 4.69vw, 46px);
  }
  .index section .flex .txtbk {
    width: 55%;
  }
  .index section .flex .imgbk {
    width: 45%;
  }

  /* === catch === */

  .index #catch .secttl {
    margin-bottom: 14.7%;
  }
  .index #catch .secttl img {
    width: 58%;
    min-width: 275px;
  }
  .index #catch .secttl span {
    font-size: clamp(20px, 2.75vw, 27px);
    line-height: 1.4;
  }

  .index #catch .txtbk {
    letter-spacing: 0;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
  }
  .index #catch .txtbk p {
    line-height: 2;
  }

  .index #catch .flex .imgbk {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .index #catch .flex .imgbk img {
    width: 100%;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  /* === support === */
  .index #support .imgbk img {
    right: 0;
  }

  /* === future === */
  .index #future .flex .txtbk {
    max-width: 410px;
    padding-bottom: 13%;
  }
  .index #future .imgbk img {
    left: 0;
  }

  .index #access .caseit {
    font-size: clamp(14px, 1.63vw, 16px);
    letter-spacing: 0;
    padding-left: 65px;
  }
  .index #access .caseit .cacettl {
    font-size: clamp(18px, 2vw, 20px);
  }
  .index #access .caseit .cacettl .access-icon {
    width: 52px;
    left: -65px;
  }
}

@media screen and (max-width: 768px) {
  .index #catch {
    padding-top: 15%;
  }
  .index #catch .secttl {
    margin-bottom: 10%;
  }
  .index #future .img_copy {
    transform: initial;
  }
  .index #access .casebk {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .index #access .caseit {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .foot_icon {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
  }
  .foot_icon.icon1 {
    left: 2%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .foot_icon.icon2 {
    bottom: -7%;
    left: 20%;
  }
  .foot_icon.icon3 {
    left: 25%;
  }
  .foot_icon.icon4 {
    top: 0;
    left: 75%;
  }
  .foot_icon.icon5 {
    bottom: -5%;
  }
  .foot_icon.icon6 {
    bottom: -5%;
    left: 8.5%;
  }
  .index #mainimg .btn.b_red {
    bottom: 170px;
  }
}

@media screen and (max-width: 600px) {
  /* === 共通 === */
  .index section .flex,
  .index section .flex.rgt {
    flex-direction: column-reverse;
  }
  .index section .flex .txtbk {
    text-align: center !important;
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto;
    padding-top: 25px;
    position: static !important;
  }
  .index .btn {
    width: 200px;
    margin: auto;
  }
  .index section .flex .imgbk {
    width: 100%;
    /*max-width:400px;*/
    margin: 0 auto;
    padding-top: 0;
  }
  .index section .flex .imgbk img {
    width: 100% !important;
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  /* === catch === */

  .index section #catch .flex {
    display: block;
  }
  .index #catch .txtbk {
    width: 100%;
    max-width: 375px;
  }

  /* === point === */
  .index #point .secttl .jp.rtxt img {
    max-width: 240px;
  }
  /* === future === */
  .index #future .flex .txtbk {
    padding-top: 30%;
    position: relative !important;
  }
  .index #future .img_copy {
    right: 45%;
    bottom: 0;
  }
  .index #future .imgbk2 {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 70%;
    transform: translateY(80%);
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -o-transform: translateY(80%);
  }
  .index #future .imgbk3 {
    bottom: 0;
    left: 60%;
  }

  /* === news === */
  .index #news .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .foot_icon.icon1 {
    top: -15%;
    left: -5%;
  }
  .foot_icon.icon4 {
    top: -5%;
    left: 85%;
  }
  .foot_icon.icon5 {
    bottom: -2%;
    left: 90%;
  }
  .foot_icon.icon6 {
    bottom: -15%;
    left: 0%;
  }
}

@media screen and (max-width: 400px) {
  /* === voice === */
  .index #voice .imgbk img {
    width: 49%;
  }
  .index #voice .imgbk {
    padding-bottom: 65%;
  }
}

@media screen and (max-width: 360px) {
  /* === voice === */
  .index #voice .imgbk {
    max-width: 180px;
    display: block;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .index #voice .imgbk img {
    width: 100%;
    margin-bottom: 30px;
  }
  .index #voice .imgbk img.voice2 {
    position: static;
    margin: 0 auto 30px;
  }
}
