@charset "UTF-8";

@media screen and (min-width: 769px) and (max-width: 980px) {
  html {
    width: 130vw;
  }
}

.content-wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}
.numbers a{
  transition: 0.3s;
}

.f-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.f-serif {
  font-family: "Noto Serif JP", sans-serif !important;
}

.f-eb {
  font-family: "EB Garamond", serif !important;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1079px) {
  .pc {
    display: none;
  }

  .tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .tb {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .hover {
    transition: opacity 0.3s;
  }

  .hover:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}

.common-inner {
  max-width: 1325px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .common-inner {
    box-sizing: border-box;
    padding: 0 35px;
  }
}

@media screen and (max-width: 440px) {
  .common-inner {
    padding: 0 7.9vw;
  }
}

/* pagetop
/* --------------------------------------------------- */

.pagetop {
  position: fixed;
  opacity: 0;
  z-index: 5;
}

.pagetop.active {
  opacity: 1;
  transition: 0.5s;
}

.pagetop a {
  width: 122px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
}

.pagetop a img {
  width: 100%;
}

/* ttl
/* --------------------------------------------------- */
.ttl {
  font-size: 66px;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  color: #0052c0;
  text-align: center;
}

.ttl.sml {
  font-size: 60px;
}

.ttl--left {
  text-align: left;
}

.ttl--border {
  position: relative;
}

.ttl--border::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 553px;
  height: 5px;
  background: linear-gradient(90deg, rgba(130, 189, 229, 0) 0%, rgba(130, 189, 229, 0.52) 50.48%, rgba(130, 189, 229, 0) 100%);
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 36px;
  }

  .ttl.sml {
    font-size: 36px;
  }

  .ttl--border::before {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .ttl {
    font-size: 8.1vw;
  }

  .ttl.sml {
    font-size: 8.1vw;
  }
}

/* ftg
/* --------------------------------------------------- */

.ftg {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 8;
}

.ftg.is-fixed {
  position: fixed;
  top: -15px;
}

.ftg img {
  width: 100%;
}

.ftg__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #0052c0;
  border-radius: 48px;
  padding: 3px 30px 3px 45px;
}

.ftg__txt01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1752a4;
}

.ftg__txt01 span {
  font-size: 24px;
}

.ftg__copy img {
  width: 220px;
}

.ftg__items {
  display: flex;
  align-items: center;
}

.ftg__x {
  display: inline-block;
  width: 80px;
}

.ftg__ticket {
  display: inline-block;
  width: 334px;
  margin-left: 10px;
}

.burger-btn {
  display: none;
}

.g-nav-wrap {
  display: none;
}

img.g-nav__ob {
  display: none;
}

@media screen and (max-width: 1380px) {
  .ftg {
    top: 0;
    max-width: calc((1300 / 1380) * 100vw);
    padding: 0 calc((20 / 1380) * 100vw);
  }

  .ftg.is-fixed {
    top: 0;
  }

  .ftg__copy {
    border-radius: calc((48 / 1380) * 100vw);
    padding: 3px 30px 3px 45px;
  }

  .ftg__txt01 {
    font-size: calc((16 / 1380) * 100vw);
  }

  .ftg__txt01 span {
    font-size: calc((24 / 1380) * 100vw);
  }

  .ftg__copy img {
    width: calc((220 / 1380) * 100vw);
  }

  .ftg__x {
    width: calc((80 / 1380) * 100vw);
  }

  .ftg__ticket {
    width: calc((334 / 1380) * 100vw);
    margin-left: calc((10 / 1380) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .ftg {
    top: 20px;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }

  .ftg.is-fixed {
    position: fixed;
    top: 20px;
  }

  .ftg__copy {
    border-radius: 33px;
    padding: 3px 20px 3px;
  }

  .ftg__txt01 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .ftg__txt01 span {
    display: none;
  }

  .ftg__copy img {
    width: 163px;
  }

  .ftg__items {
    display: none;
  }

  .burger-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
    width: 71px;
    height: 71px;
    opacity: 1;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #0052c0;
    z-index: 10;
  }

  .bar {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background-color: #0052c0;
    transition: all 0.3s;
  }

  .bar-top {
    margin-bottom: 10px;
  }

  .bar.bar-top.is-open {
    transform: translateY(6px) rotate(45deg);
  }

  .bar.bar-bot.is-open {
    transform: translateY(-6px) rotate(-45deg);
  }

  .g-nav-wrap {
    display: block;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .g-nav-wrap.is-open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
  }

  .g-nav-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 50%);
    z-index: -1;
  }

  .g-nav {
    width: 83%;
    margin: 0 auto;
    background-color: #0052c0;
    border: 2px solid #fff;
    padding: 80px 30px 45px;
    box-sizing: border-box;
    position: relative;
  }

  .g-nav__items {
    list-style: none;
  }

  .g-nav__top {
    display: block;
    width: 193px;
    margin: 0 auto;
  }

  .g-nav__top img {
    width: 100%;
  }

  .g-nav__items {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .g-nav__item {
    margin-top: 40px;
  }

  .g-nav__item:last-of-type {
    margin-bottom: 40px;
  }

  a.g-nav__link {
    font-size: 21px;
    font-weight: 600;
    font-family: "Noto Serif JP", sans-serif;
    color: #fff;
    text-decoration: none;
  }

  .g-nav__x {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: inline-block;
    width: 73px;
    height: 73px;
    padding-right: 5px;
    background-color: #0052c0 !important;
    box-sizing: border-box;
    z-index: 1;
  }

  .g-nav__x img {
    width: 63px;
    height: 63px;
  }

  img.g-nav__ob {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  img.g-nav__ob.is-open {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s;
  }

  img.g-nav__ob01 {
    position: absolute;
    top: 177px;
    left: 0;
    width: 43.4vw;
    z-index: 11;
  }

  img.g-nav__ob02 {
    position: absolute;
    top: 467px;
    right: 0;
    width: 37vw;
    z-index: 11;
  }
}

@media screen and (max-width: 440px) {
  .ftg {
    top: 4.5vw;
    padding: 0 3.4vw;
  }

  .ftg.is-fixed {
    top: 4.5vw;
  }

  .ftg__copy {
    border-radius: 7.5vw;
    padding: 0.6vw 4.5vw;
  }

  .ftg__txt01 {
    font-size: 3.1vw;
  }

  .ftg__copy img {
    width: 37vw;
  }

  .burger-btn {
    width: 16.1vw;
    height: 16.1vw;
  }

  .bar {
    width: 6.8vw;
    height: 2px;
  }

  .bar-top {
    margin-bottom: 2.2vw;
  }

  .bar.bar-top.is-open {
    transform: translateY(1.3vw) rotate(45deg);
  }

  .bar.bar-bot.is-open {
    transform: translateY(-1.3vw) rotate(-45deg);
  }

  .g-nav-wrap {
    top: 7.2vw;
  }

  .g-nav {
    padding: 18.1vw 6.8vw 10.2vw;
  }

  .g-nav__top {
    width: 43.8vw;
  }

  .g-nav__items {
    margin-top: 5.6vw;
  }

  .g-nav__item {
    margin-top: 9vw;
  }

  .g-nav__item:last-of-type {
    margin-bottom: 9vw;
  }

  .g-nav__link {
    font-size: 4.7vw;
  }

  .g-nav__x {
    bottom: 2.2vw;
    left: 4.5vw;
    width: 16.5vw;
    height: 16.5vw;
    padding-right: 1.1vw;
  }

  .g-nav__x img {
    width: 63px;
    height: 63px;
  }

  img.g-nav__ob01 {
    top: 40.2vw;
  }

  img.g-nav__ob02 {
    top: 106vw;
  }
}

/* fv
/* --------------------------------------------------- */

.fv {
  width: 100%;
}

.fv img {
  width: 100%;
}

.fv__wrap {
  position: relative;
}

.fv__txt-wrap {
  position: absolute;
  top: 37vw;
  left: 50%;
  transform: translateX(-50%);
}

.fv__txt01 {
  display: none;
}

.fv__txt02 {
  width: 84vw;
  margin: 0 auto;
}

.fv__txt03 {
  width: 68vw;
  margin: 0 auto;
  max-width: 720px;
}

.fv__txt04 {
  width: 68vw;
  margin: 10px auto;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .fv__txt-wrap {
    top: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .fv__txt-wrap {
    top: 82vw;
    width: 100%;
  }

  .fv__txt01 {
    display: block;
    position: absolute;
    top: 25vw;
    left: 12vw;
    width: 16.1vw;
  }

  .fv__txt02 {
    width: 100%;
    margin: 0 auto;
  }

  .fv__txt03 {
    width: 91.8vw;
    margin: 150px auto 0;
  }

  .fv__txt04 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fv__txt03 {
    margin: 7vw auto;
  }
}

/* new-step
/* --------------------------------------------------- */

.new-step {
  margin-top: -24vw;
  position: relative;
  z-index: 1;
}

.new-step__cloud01 {
  position: absolute;
  top: 900px;
  right: 0;
  width: 540px;
  z-index: -1;
}

.new-step__inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.new-step__txt {
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 2.2;
  color: #0052c0;
  margin-top: 100px;
}

.new-step__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  color: #0052c0;
  text-decoration: none;
  border: 1px solid #0052c0;
  margin-top: 50px;
  padding: 11px 25px 16px;
}

.new-step__btn::after {
  content: "";
  background-image: url(../images/arrow_blue_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 46px;
  height: 7px;
  margin-top: 3px;
  transition: all 0.3s;
}

.new-step__btn:hover::after {
  transform: translateX(10px);
  transition: all 0.3s;
}

@media screen and (max-width: 1380px) {
  .new-step {
    margin-top: -22vw;
    position: relative;
  }
}

@media screen and (max-width: 980px) {
  .new-step {
    margin-top: -36vw;

  }
}

@media screen and (max-width: 768px) {
  .new-step {
    margin-top: -22vw;
  }

  .new-step__cloud01 {
    top: 80px;
    width: 200px;
  }

  .new-step .ttl {
    font-size: 48px;
  }

  .new-step__inner {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .new-step .ttl {
    display: flex;
    justify-content: center;
  }

  .new-step__txt {
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 2.5;
    margin-top: 50px;
  }

  .new-step__btn {
    width: 340px;
    font-size: 30px;
    margin: 30px auto 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .new-step {
    margin-top: -31vw;
  }
}

@media screen and (max-width: 440px) {
  .new-step .ttl {
    font-size: 10.9vw;
  }

  .new-step__cloud01 {
    top: 18.1vw;
    width: 45.4vw;
  }

  .new-step__inner {
    padding: 0 4.5vw;
  }

  .new-step__txt {
    font-size: 4.5vw;
    margin-top: 11.3vw;
  }

  .new-step__btn {
    width: 77.2vw;
    font-size: 6.8vw;
    margin: 6.8vw auto 0;
  }
}

/* top-about
/* --------------------------------------------------- */

.top-about {
  margin-top: 280px;
  position: relative;
  z-index: 1;
}

.top-about__cloud01 {
  display: none;
}

.top-about__cloud02 {
  position: absolute;
  top: 12px;
  right: 0;
  width: 539px;
  z-index: -1;
}

.top-about__cloud03 {
  position: absolute;
  top: 300px;
  left: 0;
  width: 554px;
  z-index: -1;
}

.top-about__txt {
  font-size: 34px;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 2.2;
  color: #0052c0;
  margin-top: 60px;
}

.top-about__box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  position: relative;
}

.top-about__circle {
  flex-shrink: 0;
  width: 656px;
  height: 659px;
  text-align: center;
  position: relative;
}

.top-about__circle-ob {
  position: absolute;
  width: 180px;
}

.top-about__circle-ob--01 {
  top: 50%;
  left: 50%;
  width: 510px;
  transform: translate(-50%, -50%);
}

.top-about__circle-ob--02 {
  top: 10px;
  left: 238px;
  animation-name: circle2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

@keyframes circle2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px) rotate(5deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--03 {
  top: 106px;
  right: 52px;
  animation-name: circle3;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

@keyframes circle3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(7px) translateX(-4px) rotate(-10deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--04 {
  top: 307px;
  right: 7px;
  animation-name: circle4;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 9s;
}

@keyframes circle4 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px) translateX(5px) rotate(3deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--05 {
  top: 484px;
  right: 140px;
  animation-name: circle5;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 11s;
}

@keyframes circle5 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px) translateX(-6px) rotate(-5deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--06 {
  top: 484px;
  left: 134px;
  animation-name: circle6;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 7.5s;
}

@keyframes circle6 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px) translateX(3px) rotate(2deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--07 {
  top: 307px;
  left: 7px;
  animation-name: circle7;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 9.5s;
}

@keyframes circle7 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px) rotate(6deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--08 {
  top: 106px;
  left: 52px;
  animation-name: circle8;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

@keyframes circle8 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px) translateX(4px) rotate(-4deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--09 {
  width: 65px;
  top: 252px;
  left: 405px;
  animation-name: circle9;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}

@keyframes circle9 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(9px) rotate(8deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--10 {
  width: 48px;
  top: 306px;
  left: 318px;
  animation-name: circle10;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 9.2s;
}

@keyframes circle10 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px) translateX(-3px) rotate(-6deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--11 {
  width: 93px;
  top: 210px;
  left: 204px;
  animation-name: circle11;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 10.5s;
}

@keyframes circle11 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px) rotate(3deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--12 {
  width: 93px;
  top: 346px;
  left: 388px;
  animation-name: circle12;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8.6s;
}

@keyframes circle12 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px) translateX(2px) rotate(4deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__circle-ob--13 {
  width: 233px;
  top: 316px;
  left: 162px;
  animation-name: circle13;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 9.7s;
}

@keyframes circle13 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(-5px) rotate(-7deg);
  }

  100% {
    transform: translateY(0);
  }
}

.top-about__items {
  list-style: none;
  margin-left: 70px;
}

.top-about__item {
  display: flex;
}

.top-about__item:nth-of-type(n + 2) {
  margin-top: 45px;
}

.top-about__pic {
  position: relative;
}

.top-about__pic--01 {
  width: 186px;
}

.top-about__item01 {
  width: 100%;
  transition: all 0.4s;
}

.top-about__item02 {
  position: absolute;
  top: -2px;
  left: 41px;
  width: 137px;
  transform-origin: left;
  transition: all 0.4s;
}

@media screen and (min-width: 769px) {
  .top-about__item--01:hover .top-about__item01 {
    transform: translate(10px, 10px) rotate(-5deg);
    transition: all 0.4s;
  }

  .top-about__item--01:hover .top-about__item02 {
    transform: rotate(-15deg);
    transition: all 0.4s;
  }
}

.top-about__pic--02 {
  width: 174px;
}

.top-about__item03 {
  width: 100%;
  transition: all 0.4s;
  transform-origin: right;
}

.top-about__item04 {
  position: absolute;
  top: -16px;
  left: 50px;
  width: 101px;
  transition: all 0.4s;
  transform-origin: left;
}

@media screen and (min-width: 769px) {
  .top-about__item--02:hover .top-about__item03 {
    transform: rotate(-8deg);
    transition: all 0.4s;
  }

  .top-about__item--02:hover .top-about__item04 {
    transform: translate(10px, -20px) rotate(15deg);
    transition: all 0.4s;
  }
}

.top-about__pic--03 {
  width: 187px;
}

.top-about__item05 {
  width: 100%;
  transition: all 0.4s;
  transform-origin: right;
}

.top-about__item06 {
  position: absolute;
  top: 1px;
  left: 25px;
  width: 128px;
  transition: all 0.4s;
  transform-origin: left;
}

@media screen and (min-width: 769px) {
  .top-about__item--03:hover .top-about__item05 {
    transform: rotate(-8deg);
    transition: all 0.4s;
  }

  .top-about__item--03:hover .top-about__item06 {
    transform: translate(-6px, -6px) rotate(-10deg);
    transition: all 0.4s;
  }
}

.top-about__info {
  position: relative;
  width: 245px;
  margin-left: 30px;
  text-align: center;
}

.top-about__info::before {
  content: "";
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #0052c0;
}

.top-about__item-ttl {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  margin-top: 43px;
  transition: all 0.4s;
}

@media screen and (min-width: 769px) {
  .top-about__item:hover .top-about__item-ttl {
    transform: translateY(-23px);
    transition: all 0.4s;
  }
}

.top-about__detail {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  line-height: 1.3;
  padding: 13px 15px;
  border: 1px solid #0052c0;
  opacity: 0;
  transition: all 0.4s;
  position: relative;
}

.top-about__item--01 .top-about__detail {
  background-color: #e3f5fb;
}

.top-about__item--02 .top-about__detail {
  background-color: #ffe6e7;
}

.top-about__item--03 .top-about__detail {
  background-color: #fbe3f6;
}

@media screen and (min-width: 769px) {
  .top-about__item:hover .top-about__detail {
    opacity: 1;
    transition: all 0.4s;
  }
}

.about-modal {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1190px) {
  .top-about__box {
    flex-direction: column;
  }

  .top-about__items {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 180px;
  }

  .top-about__cloud01 {
    display: block;
    position: absolute;
    top: -199px;
    left: 0;
    width: 310px;
  }

  .top-about__cloud02 {
    position: absolute;
    top: 1331px;
    right: 0;
    width: 291px;
    z-index: -1;
  }

  .top-about__cloud03 {
    position: absolute;
    top: 805px;
    left: 0;
    width: 280px;
    z-index: -1;
  }

  .top-about__txt {
    font-size: 22px;
    line-height: 2.1;
    text-align: left;
    margin-top: 7vw;
  }

  .top-about__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 70px;
  }

  .top-about__circle {
    width: 390px;
    height: 391px;
  }

  .top-about__circle-ob {
    width: 115px;
  }

  .top-about__circle-ob--01 {
    width: 350px;
  }

  .top-about__circle-ob--02 {
    top: -26px;
    left: 142px;
  }

  .top-about__circle-ob--03 {
    top: 32px;
    right: 18px;
  }

  .top-about__circle-ob--04 {
    top: 170px;
    right: -11px;
  }

  .top-about__circle-ob--05 {
    top: 275px;
    right: 70px;
  }

  .top-about__circle-ob--06 {
    top: 275px;
    left: 69px;
  }

  .top-about__circle-ob--07 {
    top: 170px;
    left: -12px;
  }

  .top-about__circle-ob--08 {
    top: 32px;
    left: 13px;
  }

  .top-about__circle-ob--09 {
    width: 38px;
    top: 121px;
    left: 249px;
  }

  .top-about__circle-ob--10 {
    width: 28px;
    top: 183px;
    left: 186px;
  }

  .top-about__circle-ob--11 {
    width: 55px;
    top: 108px;
    left: 107px;
  }

  .top-about__circle-ob--12 {
    width: 55px;
    top: 206px;
    left: 239px;
  }

  .top-about__circle-ob--13 {
    width: 138px;
    top: 177px;
    left: 89px;
  }

  .top-about__items {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .top-about__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
  }

  .top-about__item--01 {
    width: 100%;
  }

  .top-about__item--02,
  .top-about__item--03 {
    width: 50%;
  }

  .top-about__item:nth-of-type(n + 2) {
    margin-top: 40px;
  }

  .top-about__item.top-about__item--02 {
    padding-right: 10px;
  }

  .top-about__item.top-about__item--03 {
    padding-left: 10px;
  }

  .top-about__pic {
    position: relative;
  }

  .top-about__pic--01 {
    width: 165px;
  }

  .top-about__item02 {
    position: absolute;
    top: -4px;
    left: 36px;
    width: 123px;
  }

  .top-about__pic--02 {
    width: 165px;
  }

  .top-about__item04 {
    position: absolute;
    top: -16px;
    left: 44px;
    width: 97px;
  }

  .top-about__pic--03 {
    width: 168px;
  }

  .top-about__item05 {
    width: 100%;
  }

  .top-about__item06 {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 113px;
  }

  .top-about__info {
    position: relative;
    width: auto;
    margin-left: 0;
    text-align: center;
  }

  .top-about__info::before {
    content: none;
  }

  .top-about__item-ttl {
    font-size: 22px;
    margin-top: 0;
    transform: translateY(-16px);
  }

  .top-about__detail {
    display: none;
  }

  .about-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 50%);
    z-index: 9999;
  }

  .about-modal__area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    border: 2px solid #0052c0;
    background-color: #fff;
    padding: 50px 67px 70px;
    text-align: center;
    box-sizing: border-box;
  }

  .about-modal__pic {
    position: relative;
    margin: 0 auto;
  }

  .about-modal__pic--01 {
    width: 165px;
  }

  .about-modal__item01 {
    width: 100%;
  }

  .about-modal__item02 {
    position: absolute;
    top: -4px;
    left: 36px;
    width: 123px;
  }

  .about-modal__pic--02 {
    width: 165px;
  }

  .about-modal__item03 {
    width: 100%;
  }

  .about-modal__item04 {
    position: absolute;
    top: -16px;
    left: 44px;
    width: 97px;
  }

  .about-modal__pic--03 {
    width: 168px;
  }

  .about-modal__item05 {
    width: 100%;
  }

  .about-modal__item06 {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 113px;
  }

  .about-modal__ttl {
    font-size: 22px;
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif !important;
    color: #0052c0;
    margin-top: -27px;
    position: relative;
  }

  .about-modal__detail {
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif !important;
    color: #0052c0;
    line-height: 1.3;
    width: 100%;
    padding: 13px 0;
    border: 1px solid #0052c0;
    margin-top: 20px;
  }

  .about-modal--01 .about-modal__detail {
    background-color: #e3f5fb;
  }

  .about-modal--02 .about-modal__detail {
    background-color: #ffe6e7;
  }

  .about-modal--03 .about-modal__detail {
    background-color: #fbe3f6;
  }

  .about-modal__close {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 62px;
  }
}

@media screen and (max-width: 440px) {
  .top-about {
    margin-top: 40.9vw;
  }

  .top-about__cloud01 {
    top: -45.2vw;
    left: 0;
    width: 70.4vw;
  }

  .top-about__cloud02 {
    top: 302vw;
    width: 66.1vw;
  }

  .top-about__cloud03 {
    top: 182.9vw;
    width: 63.6vw;
  }

  .top-about__txt {
    font-size: 4vw;
  }

  .top-about__box {
    margin-top: 16vw;
  }

  .top-about__circle {
    width: 88.6vw;
    height: 88.8vw;
  }

  .top-about__circle-ob {
    width: 26.1vw;
  }

  .top-about__circle-ob--01 {
    width: 79.5vw;
  }

  .top-about__circle-ob--02 {
    top: -5.9vw;
    left: 32.2vw;
  }

  .top-about__circle-ob--03 {
    top: 7.2vw;
    right: 4vw;
  }

  .top-about__circle-ob--04 {
    top: 38.6vw;
    right: -2.5vw;
  }

  .top-about__circle-ob--05 {
    top: 62.5vw;
    right: 15.9vw;
  }

  .top-about__circle-ob--06 {
    top: 62.5vw;
    left: 15.6vw;
  }

  .top-about__circle-ob--07 {
    top: 38.6vw;
    left: -2.7vw;
  }

  .top-about__circle-ob--08 {
    top: 7.2vw;
    left: 2.9vw;
  }

  .top-about__circle-ob--09 {
    width: 8.6vw;
    top: 27.5vw;
    left: 56.5vw;
  }

  .top-about__circle-ob--10 {
    width: 6.3vw;
    top: 41.5vw;
    left: 42.2vw;
  }

  .top-about__circle-ob--11 {
    width: 12.5vw;
    top: 24.5vw;
    left: 24.3vw;
  }

  .top-about__circle-ob--12 {
    width: 12.5vw;
    top: 46.8vw;
    left: 54.3vw;
  }

  .top-about__circle-ob--13 {
    width: 31.3vw;
    top: 40.2vw;
    left: 20.2vw;
  }

  .top-about__items {
    margin-top: 13.6vw;
  }

  .top-about__item:nth-of-type(n + 2) {
    margin-top: 9vw;
  }

  .top-about__item:nth-of-type(2) {
    transform: translateX(-2.7vw);
  }

  .top-about__item:nth-of-type(3) {
    transform: translateX(2.7vw);
  }

  .top-about__item:nth-of-type(1) .top-about__pic {
    width: 38.4vw;
  }

  .top-about__item:nth-of-type(2) .top-about__pic {
    width: 39.7vw;
  }

  .top-about__item:nth-of-type(3) .top-about__pic {
    width: 39.7vw;
  }

  .top-about__item-txt {
    font-size: 5vw;
    transform: translateY(-4.5vw);
  }

  .top-about__items {
    margin-top: 13.6vw;
  }

  .top-about__item:nth-of-type(n + 2) {
    margin-top: 9vw;
  }

  .top-about__item.top-about__item--02 {
    padding-right: 2.2vw;
  }

  .top-about__item.top-about__item--03 {
    padding-left: 2.2vw;
  }

  .top-about__pic--01 {
    width: 37.5vw;
  }

  .top-about__item02 {
    top: -0.09vw;
    left: 8.1vw;
    width: 27.9vw;
  }

  .top-about__pic--02 {
    width: 37.5vw;
  }

  .top-about__item04 {
    top: -3.6vw;
    left: 10vw;
    width: 22vw;
  }

  .top-about__pic--03 {
    width: 38.1vw;
  }

  .top-about__item06 {
    left: 9vw;
    width: 25.6vw;
  }

  .top-about__item-ttl {
    font-size: 5vw;
    transform: translateY(-3.6vw);
  }

  .about-modal__area {
    width: 85.2vw;
    padding: 11.3vw 15.2vw 15.9vw;
  }

  .about-modal__pic--01 {
    width: 37.5vw;
  }

  .about-modal__item02 {
    top: -0.9vw;
    left: 8.1vw;
    width: 27.9vw;
  }

  .about-modal__pic--02 {
    width: 37.5vw;
  }

  .about-modal__item04 {
    position: absolute;
    top: -3.6vw;
    left: 10vw;
    width: 22vw;
  }

  .about-modal__pic--03 {
    width: 38.1vw;
  }

  .about-modal__item06 {
    left: 10vw;
    width: 25.6vw;
  }

  .about-modal__ttl {
    font-size: 5vw;
    margin-top: -6.1vw;
  }

  .about-modal__detail {
    font-size: 4vw;
    padding: 2.9vw 0;
    margin-top: 4.5vw;
  }

  .about-modal__close {
    bottom: -7vw;
    width: 14vw;
    height: 14vw;
  }
}

/* overview
/* --------------------------------------------------- */

.bg-wrap {
  background: linear-gradient(to bottom, #fff, #c4f0ff 50%, #6fbcef);
}

.overview {
  padding-top: 430px;
  position: relative;
}

.overview__cloud {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}

.overview__box {
  padding: 140px 0 110px;
  clip-path: polygon(9% 0, 91% 0, 100% 3%, 100% 97%, 91% 100%, 9% 100%, 0 97%, 0 3%);
  background-color: rgba(255, 255, 255, 70%);
  position: relative;
  z-index: 3;
}

.overview__head {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  color: #0052c0;
  margin-top: 80px;
}

.overview__txt {
  font-size: 26px;
  line-height: 1.8;
  font-weight: 500;
  color: #0052c0;
  text-align: center;
  margin-top: 60px;
}

.overview__guide-wrap {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.overview__guide-pic {
  width: 100%;
  height: 746px;
}

.overview__guide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.overview__guide {
  position: absolute;
  padding: 20px 20px 7px;
  cursor: pointer;
}

.overview__guide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #0052c0;
  z-index: 2;
}

.overview__guide::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -9px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overview__guide--01 {
  top: 582px;
  left: 110px;
}

.overview__guide--01::after {
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #fdc0c0 86.39%);
}

.overview__guide--02 {
  top: 351px;
  left: 568px;
}

.overview__guide--02::after {
  background: linear-gradient(133.86deg, #b1e2fe 15.13%, #bcfff2 86.39%);
}

.overview__guide--03 {
  top: 159px;
  left: 68px;
}

.overview__guide--03::after {
  background: linear-gradient(115.98deg, #ffe3e3 39.65%, #e8c0fd 87.46%);
}

.overview__guide--04 {
  top: 183px;
  left: 704px;
  padding: 13px 20px 7px;
}

.overview__guide--05 {
  top: 263px;
  left: 102px;
  padding: 13px 20px 7px;
}

.overview__guide--04::before {
  background: linear-gradient(133.86deg, #0052c0 15.13%, #738ec3 86.39%);
  border: 2px solid #fff;
}

.overview__guide--04::after {
  content: none;
}

.overview__guide--04 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.overview__guide-num {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  font-size: 20px;
  font-weight: 600;
  color: #0052c0;
  border-radius: 50%;
  border: 2px solid #0052c0;
  z-index: 2;
}

.overview__guide--01 .overview__guide-num {
  top: -127px;
  left: 331px;
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #fdc0c0 86.39%);
}

.overview__guide--02 .overview__guide-num {
  top: 59px;
  left: -217px;
  background: linear-gradient(133.86deg, #b1e2fe 15.13%, #bcfff2 86.39%);
}

.overview__guide--03 .overview__guide-num {
  top: -120px;
  left: 259px;
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #e8c0fd 86.39%);
}

.overview__guide--04 .overview__guide-num {
  top: 74px;
  left: -112px;
  background: linear-gradient(133.86deg, #0052c0 15.13%, #738ec3 86.39%);
  border: 2px solid #fff;
}

.overview__guide--05 .overview__guide-num {
  top: -54px;
  left: -100px;
}

.overview__guide--04 .overview__guide-num img {
  width: 22px;
  height: 22px;
}

.overview__guide-line {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: 1;
}

.overview__guide--01 .overview__guide-line {
  top: -49px;
  left: 182px;
  transform: rotate(-34deg);
  width: 190px;
  height: 3px;
}

.overview__guide--02 .overview__guide-line {
  top: 55px;
  left: -175px;
  transform: rotate(-14deg);
  width: 190px;
  height: 3px;
}

.overview__guide--03 .overview__guide-line {
  top: -44px;
  left: 179px;
  transform: rotate(-52deg);
  width: 153px;
  height: 3px;
}

.overview__guide--04 .overview__guide-line {
  top: 49px;
  left: -81px;
  transform: rotate(-39deg);
  width: 117px;
  height: 3px;
}

.overview__guide--05 .overview__guide-line {
  top: 19px;
  left: -81px;
  transform: rotate(39deg);
  width: 117px;
  height: 3px;
}

.overview__guide-head {
  position: absolute;
  top: -19px;
  left: 20px;
  font-size: 24px;
  line-height: 1;
  padding: 1px 13px 4px;
  border-radius: 18px;
  color: #0052c0;
  border: 2px solid #0052c0;
  z-index: 2;
}

.overview__guide--01 .overview__guide-head {
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #fdc0c0 86.39%);
}

.overview__guide--02 .overview__guide-head {
  background: linear-gradient(133.86deg, #b1e2fe 15.13%, #bcfff2 86.39%);
}

.overview__guide--03 .overview__guide-head {
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #e8c0fd 86.39%);
}

.overview__guide-head ._txt {
  display: inline-block;
  font-size: 19px;
  color: #0052c0;
  margin-left: 10px;
}

.overview__guide--txt {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 700;
  color: #0052c0;
  position: relative;
  z-index: 2;
}

.overview__guide--txt ._sml {
  font-size: 20px;
}

.overview__guide--04 .overview__guide--txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.overview__guide--04 .overview__guide--txt ._sml {
  font-size: 13px;
}

.overview__guide--txt ._circle {
  width: 38px;
  height: 38px;
  margin-left: 5px;
  border-radius: 50%;
  position: relative;
}

.overview__guide--01 .overview__guide--txt ._circle {
  background: linear-gradient(133.86deg, #f1bdbd 15.13%, #ed8b8b 86.39%);
}

.overview__guide--02 .overview__guide--txt ._circle {
  background: linear-gradient(133.86deg, #57abe7 15.13%, #96ecdc 86.39%);
}

.overview__guide--03 .overview__guide--txt ._circle {
  background: linear-gradient(133.86deg, #f6cae1 15.13%, #c694e0 86.39%);
}

.overview__guide--04 .overview__guide--txt ._circle {
  background: #fff;
  margin-left: 10px;
}

.overview__guide--txt ._circle::before,
.overview__guide--txt ._circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 2px;
  background-color: #fff;
}

.overview__guide--txt ._circle::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}

.overview__guide.is-active ._circle::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(0);
}

.overview__guide--04 .overview__guide--txt ._circle::before,
.overview__guide--04 .overview__guide--txt ._circle::after {
  background-color: #0052c0;
}

.guide-modal {
  display: none;
}

/* .overview__nav */
.overview__nav {
  max-width: 1025px;
  width: 100%;
  margin: 65px auto 0;
  background-color: #fff;
  position: relative;
}

.overview__nav:nth-last-of-type(n + 2) {
  margin-top: 50px;
}

.overview__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #0052c0;
  z-index: 1;
}

.overview__nav::after {
  content: "";
  position: absolute;
  bottom: -9px;
  right: -9px;
  width: 100%;
  height: 100%;
}

.overview__nav--01::after {
  background: linear-gradient(90deg, #ffe3e3 0%, #fdc6c6 100%);
}

.overview__nav--02::after {
  background: linear-gradient(90deg, #b1e2fe 0%, #abf0e3 100%);
}

.overview__nav--03::after {
  background: linear-gradient(90deg, #ffe3ee 0%, #e8c0fd 100%);
}

.overview__nav--04::after {
  background: linear-gradient(90deg, #738EC3 0%, #0052C0 100%);
}

.overview__nav-close {
  display: none;
}

.overview__nav-ct {
  display: none;
  position: relative;
}

.overview__nav-cloud {
  position: absolute;
  bottom: 148px;
  right: -2px;
  width: 961px;
}

.overview__bg {
  position: absolute;
  top: 517px;
  left: 2px;
  width: 610px;
}

.overview__nav-wrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.overview__nav-num {
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  line-height: 1.2;
  border: 1px solid #0052c0;
  z-index: 3;
}

.overview__nav-num .f-eb {
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 22px;
}

.overview__nav--04 .overview__nav-num .f-eb {
  font-size: 14px;
  color: #fff;
}

.overview__nav--01 .overview__nav-num {
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #fdc0c0 86.39%);
}

.overview__nav--02 .overview__nav-num {
  background: linear-gradient(133.86deg, #b1e2fe 15.13%, #bcfff2 86.39%);
}

.overview__nav--03 .overview__nav-num {
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #e8c0fd 86.39%);
}

.overview__nav--04 .overview__nav-num {
  background: linear-gradient(133.86deg, #0052C0 15.13%, #738EC3 86.39%);
}

.overview__nav-ttl {
  width: 100%;
  font-size: 27px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  position: relative;
  z-index: 3;
  padding: 15px 30px 15px 65px;
}

.overview__nav-ttl ._sml {
  font-size: 20px;
}

.overview__nav-circle {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 3;
}

.overview__nav--01 .overview__nav-circle {
  background: linear-gradient(133.86deg, #f1bdbd 15.13%, #ed8b8b 86.39%);
}

.overview__nav--02 .overview__nav-circle {
  background: linear-gradient(133.86deg, #57abe7 15.13%, #96ecdc 86.39%);
}

.overview__nav--03 .overview__nav-circle {
  background: linear-gradient(133.86deg, #f6cae1 15.13%, #c694e0 86.39%);
}

.overview__nav--04 .overview__nav-circle {
  background: linear-gradient(133.86deg, #0052C0 15.13%, #738EC3 86.39%);
}

.overview__nav-circle::before,
.overview__nav-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.overview__nav-circle::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
}

.overview__nav-circle.is-active::after {
  transition: all 0.3s;
  transform: translate(-50%, -50%) rotate(0deg);
}

.overview__nav-ct {
  margin-top: 80px;
  position: relative;
  z-index: 3;
}

.overview__nav--04 .overview__nav-ct {
  margin-top: 10px;
}

.overview__nav--03 .overview__nav-ct {
  padding-bottom: 12px;
}

.overview__nav-info-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 47px;
}

.overview__nav-info {
  flex-shrink: 0;
  width: 460px;
  position: relative;
}

.overview__nav--04 .overview__nav-info {
  width: 100%;
}


.overview__nav-info-ttl {
  font-size: 34px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
}

.overview__nav-info-ttl ._sml {
  font-size: 24px;
}

.overview__nav-pic {
  position: absolute;
}

.overview__nav--01 .overview__nav-pic {
  top: -30px;
  right: 50px;
  width: 151px;
}

.overview__nav--02 .overview__nav-pic {
  top: -37px;
  right: 109px;
  width: 151px;
}

.enpic {
  right: 19px !important;
}

.overview__nav--03 .overview__nav-pic {
  top: -5px;
  right: 37px;
  width: 110px;
}

.overview__nav-info-txt {
  font-size: 18px;
  font-weight: 400;
  color: #0052c0;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}

.overview__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 397px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #0052c0;
  text-decoration: none;
  border: 1px solid #0052c0;
  margin-top: 40px;
  padding: 17px 21px;
  box-sizing: border-box;
}

.overview__link::after {
  content: "";
  background-image: url(../images/arrow_blue_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 46px;
  height: 7px;
  margin-top: 3px;
  transition: all 0.3s;
}

.overview__link:hover::after {
  transform: translateX(10px);
  transition: all 0.3s;
}

.overview__coming-soon {
  width: 98%;
  font-size: 18px;
  font-weight: 500;
  transform: translateX(2px);
  letter-spacing: 0.1em;
  color: #0052c0;
  padding: 22px 0;
  margin: 47px auto 0;
  text-align: center;
  background: linear-gradient(133.86deg, #ffe3e3 15.13%, #e8c0fd 86.39%);
}

.overview__nav-img {
  width: 380px;
}

.overview__nav-img img {
  width: 100%;
}

.overview__company-ttl-wrap {
  text-align: center;
  position: relative;
  margin: 50px 47px 0;
  z-index: 1;
}

.overview__company-ttl-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #0052c0;
  z-index: -1;
}

.overview__company-ttl {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #0052c0;
  padding: 0 33px;
  background-color: #fff;
}

.overview__company-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 40px;
  padding: 0 47px 30px;
}

.overview__company-items::after {
  content: "";
  display: block;
  width: 300px;
}

.overview__company-item {
  background-image: url(../images/overview_company_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 300px;
  height: 204px;
  padding: 0 37px 40px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.en_item {
  background-image: url(../images/overview_company_bg_en.png) !important;
  height: 234px !important;
}

.overview__company-item.pb {
  padding-bottom: 15px;
}

.overview__company-item:nth-of-type(n + 4) {
  margin-top: 30px;
}

.overview__company-logo {
  width: 189px;
  margin: 0 auto;
}

.overview__company-logo--11 {
  width: 80px !important;
}

.overview__company-logo--12 {
  width: 88px;
}

.overview__company-logo--13 {
  width: 190px;
}

.overview__company-logo--15 {
  width: 132px;
}

.overview__company-logo--16 {
  width: 242px;
}

.overview__company-logo--17 {
  width: 138px;
}

.overview__company-logo--18 {
  width: 130px;
}

.overview__company-logo--19 {
  width: 73px;
}

.overview__company-logo img {
  width: 100%;
}

.overview__company-name {
  font-size: 10px;
  font-weight: 500;
  color: #0052c0;
  margin-top: 23px;
}

.overview__company-txt {
  font-size: 16px;
  font-weight: 500;
  color: #0052c0;
  line-height: 1.6;
  margin-top: 5px;
}

.overview__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 38px;
  height: 38px;
  background: linear-gradient(133.86deg, #0052c0 15.13%, #738ec3 86.39%);
  border-radius: 50%;
}

.overview__btn::before,
.overview__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}

.overview__btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.overview__company-items--experience .overview__company-item {
  padding: 0 20px 50px;
  text-align: center;
}

.overview__company-items--experience .overview__company-name {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 17px;
}

@media screen and (max-width: 1380px) {
  .overview__guide--01 {
    left: 110px;
  }

  .overview__guide--02 {
    left: 550px;
  }

  .overview__guide--03 {
    left: 150px;
  }

  .overview__guide--04 {
    left: 660px;
  }

  .overview__guide--05 {
    left: 110px;
  }

  .overview__nav {
    max-width: 880px;
  }

  .overview__nav-cloud {
    max-width: 750px;
  }

  .overview__bg {
    width: 610px;
  }

  .overview__company-items {
    justify-content: space-around;
  }

  .overview__company-item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .overview__company-items--experience::after {
    width: 225px;
  }

  .overview__company-items--experience .overview__company-item {
    width: 225px;
    height: 153px;
    padding: 0 20px 30px;
    margin-top: 0;
    text-align: center;
  }

  .overview__company-items--experience .overview__company-name {
    font-size: 13px;
    line-height: 1.3;
    margin-top: 15px;
  }

  .overview__company-items--experience .overview__company-item:nth-of-type(n + 4) {
    margin-top: 30px;
  }

  .overview__company-logo--15 {
    width: 120px;
  }

  .overview__company-logo--16 {
    width: 180px;
  }

  .overview__company-logo--17 {
    width: 118px;
  }

  .overview__company-logo--18 {
    width: 110px;
  }

  .overview__company-logo--19 {
    width: 65px;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  .overview__guide--01 {
    left: 105px;
  }

  .overview__guide--02 {
    left: 520px;
  }

  .overview__guide--03 {
    left: 9vw;
  }

  .overview__guide--04 {
    left: 645px;
    margin-right: 22%;
    top: 155px;
  }

  .overview__guide--04 .overview__guide--txt {
    font-size: 12px;
  }

  .overview__guide--05 {
    left: 110px;
    top: 270px;
  }
}

@media screen and (max-width: 768px) {
  .bg-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #c4f0ff 5%, #b2fef5 65.38%, #6fbcef 100%);
  }

  .overview {
    padding-top: 75px;
  }

  .overview .ttl--border::before {
    width: 200px;
  }

  .overview__cloud {
    display: none;
  }

  .overview__box {
    padding: 70px 0 60px;
    clip-path: polygon(9% 0, 91% 0, 100% 1%, 100% 99%, 91% 100%, 9% 100%, 0 99%, 0 1%);
  }

  .overview__head {
    font-size: 26px;
    margin-top: 35px;
  }

  .overview__txt {
    font-size: 18px;
    line-height: 1.9;
    margin-top: 30px;
    padding: 0 25px;
    text-align: left;
  }

  .overview__guide-wrap {
    margin-top: 40px;
    width: 100vw;
  }

  .overview__guide-pic {
    width: 100%;
    height: auto;
  }

  .overview__guide {
    position: absolute;
    padding: 0;
    cursor: pointer;
  }

  .overview__guide::before {
    content: none;
  }

  .overview__guide::after {
    content: none;
  }

  .overview__guide--01 {
    top: 37vw;
    left: 25vw;
  }

  .overview__guide--02 {
    top: 19vw;
    left: 12vw;
  }

  .overview__guide--03 {
    top: 6vw;
    left: 21vw;
  }

  .overview__guide--04 {
    top: 18vw;
    left: 47vw;
    padding: 0;
  }

  .overview__guide--05 {
    top: 10vw;
    left: 2vw;
    padding: 0;
  }

  .overview__guide-num {
    width: 10.6vw;
    height: 10.6vw;
    font-size: 5vw;
  }

  .overview__guide--01 .overview__guide-num {
    top: 40px;
    left: 15vw;
  }

  .overview__guide--02 .overview__guide-num {
    top: 14vw;
    left: 14vw;
  }

  .overview__guide--03 .overview__guide-num {
    top: 0;
    left: 60px;
  }

  .overview__guide--04 .overview__guide-num {
    top: 20px;
    left: 26px;
    border: 2px solid #fff;
  }

  .overview__guide--05 .overview__guide-num {
    top: 8vw;
    left: -2vw;
  }

  .overview__guide--04 .overview__guide-num img {
    width: 5vw;
    height: 5vw;
  }

  .overview__guide-line {
    display: none;
  }

  .overview__guide-head {
    display: none;
  }

  .overview__guide--txt {
    display: none;
  }

  .guide-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 50%);
    z-index: 999;
  }

  .guide-modal__area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .guide-modal__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    font-size: 16px;
    line-height: 1.6;
    background: linear-gradient(133.86deg, #0052c0 15.13%, #738ec3 86.39%) !important;
    color: #fff !important;
    font-family: "Noto Serif JP", sans-serif !important;
    border: 2px solid #fff;
    text-decoration: none;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
  }

  .guide-modal__link ._sml {
    font-size: 12px;
  }

  .guide-modal__link ._circle {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin-left: 5px;
    border-radius: 50%;
    position: relative;
  }

  .guide-modal__link ._circle {
    background: #fff;
    margin-left: 10px;
  }

  .guide-modal__link ._circle::before,
  .guide-modal__link ._circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 2px;
    background-color: #0052c0;
  }

  .guide-modal__link ._circle::after {
    transition: all 0.3s;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .guide-modal__close {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
  }

  /* .overview__nav */
  .overview__nav {
    max-width: 100%;
    width: 88%;
    margin: 45px auto 0;
  }

  .overview__nav:nth-last-of-type(n + 2) {
    margin-top: 50px;
  }

  .overview__nav::after {
    bottom: -8px;
    right: -8px;
  }

  .overview__nav-close {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    z-index: 5;
  }

  .overview__nav-cloud {
    display: none;
  }

  .overview__bg {
    display: none;
  }

  .overview__nav-num {
    position: absolute;
    top: -18px;
    left: 0;
    transform: translateY(0);
    flex-direction: row;
    width: 100px;
    height: 36px;
    border-radius: 26px;
    font-size: 18px;
    line-height: 1;
  }

  .overview__nav-num .f-eb {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
  }

  .overview__nav-ttl {
    font-size: 21px;
    padding: 28px 15px 13px;
  }

  .overview__nav-ttl ._sml {
    font-size: 16px;
  }

  .overview__nav-circle {
    right: 20px;
    width: 27px;
    height: 27px;
  }

  .overview__nav-circle::before,
  .overview__nav-circle::after {
    width: 13px;
    height: 2px;
  }

  .overview__nav-ct {
    margin-top: 20px;
  }

  .overview__nav--03 .overview__nav-ct {
    padding-bottom: 50px;
  }

  .overview__nav-info-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .overview__nav-info {
    width: 100%;
  }

  .overview__nav-info-ttl {
    display: none;
  }

  .overview__nav-pic {
    display: none;
  }

  .overview__nav-info-txt {
    font-size: 17px;
    line-height: 2;
    margin-top: 15px;
  }

  .overview__link {
    font-size: 14px;
    margin-top: 30px;
    padding: 18px 15px;
    width: 100%;
  }

  .overview__link::after {
    content: "";
    background-image: url(../images/arrow_blue_right.png);
    width: 26px;
    height: 5px;
    margin-top: 0;
  }

  .overview__link:hover::after {
    transform: translateX(10px);
    transition: all 0.3s;
  }

  .overview__coming-soon {
    width: 90%;
    font-size: 14px;
    transform: translateX(2px);
    padding: 22px 0;
    margin: 16px auto 0;
  }

  .overview__nav-img {
    width: 100%;
  }

  .overview__nav-img img {
    width: 100%;
  }

  .overview__company-ttl-wrap {
    margin: 35px 20px 0;
  }

  .overview__company-ttl {
    font-size: 21px;
    padding: 0 17px;
  }

  .overview__company-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
    padding: 0 20px 30px;
  }

  .overview__company-items::after {
    content: none;
  }

  .overview__company-items--experience::after {
    content: none;
  }

  .overview__company-item {
    justify-content: center;
    width: 286px;
    height: 204px;
    padding: 10px 30px 0;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .overview__company-item.pb {
    padding-bottom: 0;
  }

  .overview__company-item:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .overview__company-items--experience .overview__company-item {
    width: 286px;
    height: 204px;
    padding: 10px 30px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .overview__company-items--experience .overview__company-name {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 15px;
  }

  .overview__company-items--experience .overview__company-item:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .overview__company-logo {
    width: 185px;
    margin: 0 auto;
  }

  .overview__company-logo--12 {
    width: 80px;
  }

  .overview__company-logo--13 {
    width: 150px;
  }

  .overview__company-logo--14 {
    width: 166px;
  }

  .overview__company-logo--15 {
    width: 132px;
  }

  .overview__company-logo--16 {
    width: 152px;
  }

  .overview__company-logo--17 {
    width: 118px;
  }

  .overview__company-logo--18 {
    width: 141px;
  }

  .overview__company-logo--19 {
    width: 93px;
  }

  .overview__company-logo img {
    width: 100%;
  }

  .overview__company-name {
    margin-top: 20px;
    line-height: 1.4;
  }

  .overview__company-txt {
    font-size: 16px;
    margin-top: 5px;
  }

  .overview__btn {
    padding: 0;
    position: absolute;
    bottom: -2px;
    right: 0px;
    width: 38px;
    height: 38px;
  }

  .overview__btn::before,
  .overview__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 2px;
    background-color: #fff;
    z-index: 1;
  }

  .overview__btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media screen and (max-width: 440px) {
  .overview {
    padding-top: 17vw;
  }

  .overview .ttl--border::before {
    width: 45.4vw;
  }

  .overview__box {
    padding: 15.9vw 0 13.6vw;
  }

  .overview__head {
    font-size: 5.9vw;
    margin-top: 7.9vw;
  }

  .overview__txt {
    font-size: 4vw;
    margin-top: 6.8vw;
    padding: 0 5.6vw;
  }

  .overview__guide-wrap {
    margin-top: 9vw;
  }

  .overview__guide--01 {
    top: 37vw;
    left: 25vw;
  }

  .overview__guide--02 {
    top: 19vw;
    left: 12vw;
  }

  .overview__guide--03 {
    top: 6vw;
    left: 21vw;
  }

  .overview__guide--04 {
    top: 18vw;
    left: 47vw;
    padding: 0;
  }

  .overview__guide--05 {
    top: 8vw;
    left: 2vw;
    padding: 0;
  }

  .overview__guide-num {
    width: 10.6vw;
    height: 10.6vw;
    font-size: 5vw;
  }

  .overview__guide--04 .overview__guide-num img {
    width: 5vw;
    height: 5vw;
  }

  .guide-modal__link {
    width: 81.8vw;
    font-size: 3.6vw;
    padding: 3.4vw 4.5vw;
  }

  .guide-modal__link ._sml {
    font-size: 2.7vw;
  }

  .guide-modal__link ._circle {
    width: 8.6vw;
    height: 8.6vw;
  }

  .guide-modal__link ._circle {
    margin-left: 2.2vw;
  }

  .guide-modal__link ._circle::before,
  .guide-modal__link ._circle::after {
    width: 4.3vw;
    height: 0.4vw;
  }

  .guide-modal__close {
    position: absolute;
    width: 13.6vw;
    height: 13.6vw;
  }

  /* .overview__nav */
  .overview__nav {
    margin: 10.2vw auto 0;
  }

  .overview__nav:nth-last-of-type(n + 2) {
    margin-top: 11.3vw;
  }

  .overview__nav::after {
    bottom: -1.8vw;
    right: -1.8vw;
  }

  .overview__nav-close {
    bottom: -5.6vw;
    width: 11.3vw;
    height: 11.3vw;
  }

  .overview__nav-num {
    top: -4vw;
    width: 22.7vw;
    height: 8.1vw;
    border-radius: 5.9vw;
    font-size: 4vw;
  }

  .overview__nav-num .f-eb {
    font-size: 4.5vw;
    margin-right: 1.1vw;
  }

  .overview__nav-ttl {
    font-size: 4.7vw;
    padding: 6.3vw 3.4vw 2.9vw;
  }

  .overview__nav-ttl ._sml {
    font-size: 3.6vw;
  }

  .overview__nav-circle {
    right: 4.5vw;
    width: 6.1vw;
    height: 6.1vw;
  }

  .overview__nav-circle::before,
  .overview__nav-circle::after {
    width: 2.9vw;
    height: 0.4vw;
  }

  .overview__nav-ct {
    margin-top: 4.5vw;
  }

  .overview__nav--03 .overview__nav-ct {
    padding-bottom: 11.3vw;
  }

  .overview__nav-info-wrap {
    padding: 0 4.5vw;
  }

  .overview__nav-info-txt {
    font-size: 3.8vw;
    margin-top: 3.4vw;
  }

  .overview__link {
    font-size: 3.1vw;
    margin-top: 6.8vw;
    padding: 4vw 3.4vw;
  }

  .overview__link::after {
    width: 5.9vw;
    height: 1.1vw;
  }

  .overview__coming-soon {
    font-size: 3.1vw;
    transform: translateX(0.4vw);
    padding: 5vw 0;
    margin: 3.6vw auto 0;
  }

  .overview__company-ttl-wrap {
    margin: 7.9vw 4.5vw 0;
  }

  .overview__company-ttl {
    font-size: 4.7vw;
    padding: 0 3.8vw;
  }

  .overview__company-items {
    margin-top: 4.5vw;
    padding: 0 4.5vw 6.8vw;
  }

  .overview__company-items::after {
    content: none;
  }

  .overview__company-item {
    width: 65vw;
    height: 46.3vw;
    padding: 2.2vw 6.8vw 0;
  }

  .overview__company-item:nth-of-type(n + 2) {
    margin-top: 4.5vw;
  }

  .overview__company-items--experience .overview__company-item {
    width: 65vw;
    height: 46.3vw;
    padding: 2.2vw 6.8vw 0;
  }

  .overview__company-items--experience .overview__company-name {
    font-size: 3.1vw;
    margin-top: 3.4vw;
  }

  .overview__company-items--experience .overview__company-item:nth-of-type(n + 2) {
    margin-top: 4.5vw;
  }

  .overview__company-logo {
    width: 42vw;
  }

  .overview__company-logo--11 {
    width: 14.7vw;
  }

  .overview__company-logo--12 {
    width: 20.7vw;
  }

  .overview__company-logo--13 {
    width: 26.4vw;
  }

  .overview__company-logo--14 {
    width: 37.7vw;
  }

  .overview__company-logo--15 {
    width: 30vw;
  }

  .overview__company-logo--16 {
    width: 34.5vw;
  }

  .overview__company-logo--17 {
    width: 26.8vw;
  }

  .overview__company-logo--18 {
    width: 30.2vw;
  }

  .overview__company-logo--19 {
    width: 12.1vw;
  }

  .overview__company-name {
    margin-top: 4.5vw;
  }

  .overview__company-txt {
    font-size: 3.6vw;
    margin-top: 1.1vw;
  }

  .overview__btn {
    bottom: -0.4vw;
    width: 8.6vw;
    height: 8.6vw;
  }

  .overview__btn::before,
  .overview__btn::after {
    width: 3.6vw;
    height: 0.4vw;
  }
}

/* reservation
/* --------------------------------------------------- */

.reservation {
  margin-top: 220px;
  position: relative;
  z-index: 1;
}

.reservation__cloud01 {
  position: absolute;
  top: -78px;
  right: 0;
  width: 480px;
  z-index: 2;
}

.reservation__cloud02 {
  position: absolute;
  top: 785px;
  left: 0;
  width: 470px;
  z-index: 2;
}

.reservation__box {
  clip-path: polygon(9% 0, 91% 0, 100% 6%, 100% 93%, 91% 100%, 9% 100%, 0 94%, 0 6%);
  background-color: rgba(255, 255, 255, 70%);
  padding: 140px 0 110px;
}

.reservation__sample {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 0;
}

.reservation__sample img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reservation {
    margin-top: 60px;
  }

  .reservation__cloud01 {
    top: -95px;
    width: 200px;
    z-index: -1;
  }

  .reservation__cloud02 {
    top: 365px;
    width: 230px;
    z-index: -1;
  }

  .reservation__box {
    clip-path: polygon(9% 0, 91% 0, 100% 6%, 100% 93%, 91% 100%, 9% 100%, 0 94%, 0 6%);
    background-color: rgba(255, 255, 255, 70%);
    padding: 80px 0 50px;
  }

  .reservation__sample {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 440px) {
  .reservation {
    margin-top: 13.6vw;
  }

  .reservation__cloud01 {
    top: -21.5vw;
    width: 45.4vw;
  }

  .reservation__cloud02 {
    top: 82.9vw;
    width: 52.2vw;
  }

  .reservation__box {
    padding: 18.1vw 0 11.3vw;
  }

  .reservation__sample {
    margin: 11.3vw auto 0;
  }
}

/* exhibitor
/* --------------------------------------------------- */

.exhibitor {
  margin-top: 210px;
  position: relative;
  z-index: 1;
}

.exhibitor__box {
  clip-path: polygon(9% 0, 91% 0, 100% 3%, 100% 97%, 91% 100%, 9% 100%, 0 97%, 0 3%);
  background-color: rgba(255, 255, 255, 70%);
  padding: 140px 0 110px;
}

.exhibitor__items {
  width: 870px;
  margin: 70px auto 0;
  list-style: none;
}

.exhibitor__item {
  display: flex;
  align-items: center;
}

.exhibitor__item:nth-of-type(n + 2) {
  margin-top: 50px;
}

.exhibitor__item-ttl {
  flex-shrink: 0;
  width: 230px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  text-align: center;
  background-color: #fff;
  padding: 11px 0;
  margin-right: 60px;
  border: 1px solid #0052c0;
}

.exhibitor__item-ttl.align-self {
  align-self: flex-start;
}

.exhibitor__item-ttl.lg {
  padding: 25px 0;
}

.exhibitor__item-txt {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #0052c0;
}

.exhibitor__item-txt ._sml {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.exhibitor__item-txt ._blank {
  display: none;
}

.exhibitor__item-map {
  width: 100%;
  height: 286px;
}

.exhibitor__item-map iframe {
  width: 100%;
  height: 286px;
}

.exhibitor__txt {
  font-size: 26px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  text-align: center;
  margin-top: 100px;
}

.exhibitor__banner {
  width: 345px;
  margin: 22px auto 0;
}

.exhibitor__banner img {
  width: 100%;
}

.exhibitor__ob {
  position: absolute;
  bottom: -171px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .exhibitor {
    margin-top: 65px;
  }

  .exhibitor .ttl--border::before {
    width: 180px;
  }

  .exhibitor__box {
    padding: 80px 0 30px;
  }

  .exhibitor__items {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 22px;
    box-sizing: border-box;
  }

  .exhibitor__item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .exhibitor__item:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  .exhibitor__item-ttl {
    width: 100%;
    font-size: 19px;
    padding: 8px 0;
    margin-right: 0;
  }

  .exhibitor__item-ttl.align-self {
    align-self: flex-start;
  }

  .exhibitor__item-ttl.lg {
    padding: 8px 0;
  }

  .exhibitor__item-txt {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.6;
  }

  .exhibitor__item:nth-of-type(n + 2) .exhibitor__item-txt {
    text-align: center;
  }

  .exhibitor__item-txt ._sml {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
  }

  .exhibitor__item-txt ._blank {
    display: inline-block;
    margin-left: 80px;
  }

  .exhibitor__item-map {
    width: 100%;
    height: 375px;
    margin-top: 22px;
  }

  .exhibitor__item-map iframe {
    width: 100%;
    height: 375px;
  }

  .exhibitor__txt {
    font-size: 21px;
    margin-top: 30px;
  }

  .exhibitor__banner {
    width: 345px;
    margin: 15px auto 0;
  }

  .exhibitor__ob {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .exhibitor {
    margin-top: 14.7vw;
  }

  .exhibitor .ttl--border::before {
    width: 40.9vw;
  }

  .exhibitor__box {
    padding: 18.1vw 0 6.8vw;
  }

  .exhibitor__items {
    margin: 9vw auto 0;
    padding: 0 5vw;
  }

  .exhibitor__item:nth-of-type(n + 2) {
    margin-top: 6.8vw;
  }

  .exhibitor__item-ttl {
    font-size: 4.3vw;
    padding: 1.8vw 0;
  }

  .exhibitor__item-ttl.lg {
    padding: 1.8vw 0;
  }

  .exhibitor__item-txt {
    font-size: 4vw;
    margin-top: 4.5vw;
  }

  .exhibitor__item-txt ._sml {
    font-size: 3.6vw;
    margin-top: 1.1vw;
  }

  .exhibitor__item-txt ._blank {
    margin-left: 18.1vw;
  }

  .exhibitor__item-map {
    height: 85.2vw;
    margin-top: 5vw;
  }

  .exhibitor__item-map iframe {
    height: 85.2vw;
  }

  .exhibitor__txt {
    font-size: 4.2vw;
    margin-top: 6.8vw;
  }

  .exhibitor__banner {
    width: 74.4vw;
    margin: 3.4vw auto 0;
  }
}

/* top-news
/* --------------------------------------------------- */

.top-news {
  margin-top: 110px;
  padding-bottom: 230px;
  position: relative;
  z-index: 1;
}

.top-news__wrap {
  background-image: url(../images/news_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1240px;
  height: 814px;
  margin: 0 auto;
  padding: 120px 177px 0;
  box-sizing: border-box;
}

.top-news__items {
  margin-top: 60px;
}

.top-news__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.top-news__item:hover {
  opacity: 0.7;
}

.top-news__item:nth-of-type(n + 2) {
  margin-top: 30px;
}

.top-news__time {
  font-size: 22px;
  font-weight: 600;
  font-family: "EB Garamond", serif !important;
  color: #0052c0;
  padding-bottom: 11px;
  border-bottom: 1px solid #82bde5;
}

.top-news__txt {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #0052c0;
  margin-left: 60px;
  padding-bottom: 11px;
  border-bottom: 1px solid #82bde5;
}

@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 80px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
  }

  .top-news__wrap {
    background-image: url(../images/news_bg_sp.png?0917);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 430px;
    height: 923px;
    margin: 0 auto;
    padding: 50px 30px 0;
    box-sizing: border-box;
  }

  .top-news__items {
    margin-top: 50px;
  }

  .top-news__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .top-news__item:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  .top-news__time {
    font-size: 22px;
    font-weight: 600;
    font-family: "EB Garamond", serif !important;
    color: #0052c0;
    padding-bottom: 11px;
    border-bottom: 1px solid #82bde5;
  }

  .top-news__txt {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #0052c0;
    margin-left: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid #82bde5;
    margin-top: 14px;
  }
}

@media screen and (max-width: 440px) {
  .top-news {
    margin-top: 18.1vw;
    padding-bottom: 29.5vw;
  }

  .top-news__wrap {
    width: 98.9vw;
    height: 212vw;
    padding: 11.3vw 6.8vw 0;
    box-sizing: border-box;
  }

  .top-news__items {
    margin-top: 11.3vw;
  }

  .top-news__item:nth-of-type(n + 2) {
    margin-top: 6.8vw;
  }

  .top-news__time {
    font-size: 5vw;
    padding-bottom: 2.5vw;
  }

  .top-news__txt {
    font-size: 3.6vw;
    padding-bottom: 2.5vw;
    margin-top: 3.1vw;
  }
}

/* top-news
/* --------------------------------------------------- */

.others {
  position: relative;
}

.others__cloud1 {
  position: absolute;
  top: -355px;
  left: 0;
  width: 100%;
}

.others__cloud2 {
  display: none;
}

.others__links-top {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  width: 100%;
  padding-top: 60px;
  margin: 25px auto 0;
  position: relative;
  z-index: 2;
}

.others__links-top a {
  width: 237px;
}

.others__links-top a img {
  width: 100%;
}

.others__links-ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #0052c0;
}

.others__link01 img {
  border: 2px solid #0052c0;
  width: 100%;
  box-sizing: border-box;
}

.others__link01-txt {
  font-size: 16px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 700;
  color: #0052c0;
  text-align: right;
}

.others__links-bottom {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 60px auto 0;
  position: relative;
  z-index: 3;
}

.others__links-bnr {
  width: 503px;
}

.others__links-bnr a {
  display: inline-block;
  width: 100%;
  height: 180px;
}

.others__links-bnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1380px) {
  .others__cloud1 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {

  .others__links-top,
  .others__links-bottom {
    max-width: 900px;
  }

  .others__links-top a {
    width: 210px;
  }

  .others__links-bnr {
    width: 427px;
  }

  .others__links-bnr a {
    height: 153px;
  }

  .others__links-ttl {
    font-size: 15px;
  }

  .others__link01 {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .others {
    position: relative;
  }

  .others__cloud1 {
    display: none;
  }

  .others__cloud2 {
    display: block;
    position: absolute;
    top: -180px;
    left: 0;
    width: 350px;
    z-index: 1;
  }

  .others__links-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 440px;
    width: 100%;
    margin: 30px auto 0;
  }

  .others__links-top a {
    width: 186px;
  }

  .others__links-top a img {
    width: 100%;
  }

  .others__links-bottom {
    max-width: 388px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
  }

  .others__links-bnr {
    width: 100%;
  }

  .others__links-bnr:nth-of-type(n + 2) {
    margin-top: 50px;
  }

  .others__links-bnr a {
    height: auto;
  }

  .others__links-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .others__link01 {
    flex-shrink: 0;
    width: 100%;
    margin-top: 0;
  }

  .others__link01 img {
    border: 2px solid #0052c0;
    width: 100%;
  }

  .others__link01-txt {
    width: 375px;
    font-size: 16px;
    text-align: right;
    margin: 3px auto 0;
  }
}

@media screen and (max-width: 440px) {
  .others__cloud2 {
    top: -40.9vw;
    width: 79.5vw;
  }

  .others__links-top {
    gap: 3.6vw;
    margin: 6.8vw auto 0;
  }

  .others__links-top a {
    width: 42.2vw;
  }

  .others__links-bottom {
    max-width: 88.1vw;
    margin: 11.3vw auto 0;
  }

  .others__links-bnr:nth-of-type(n + 2) {
    margin-top: 11.3vw;
  }

  .others__links-ttl {
    font-size: 3.6vw;
    margin-bottom: 4.5vw;
  }

  .others__links {
    margin-top: 11.3vw;
  }

  .others__link01 {
    width: 86.8vw;
  }

  .others__link01-txt {
    width: 85.2vw;
    font-size: 3.6vw;
    margin: 0.6vw auto 0;
  }
}

/* contact
/* --------------------------------------------------- */

.contact {
  margin: 140px 0 150px;
}

.contact__head-wrap {
  text-align: center;
  margin-top: 60px;
}

.contact__head {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 5px 32px 7px;
  background-color: #0052c0;
  border-radius: 40px;
}

.contact__txt01 {
  font-size: 20px;
  color: #0052c0;
  text-align: center;
  margin-top: 18px;
}

.contact__txt01 a {
  display: inline-block;
  margin-right: 20px;
}

.contact__txt01 a::before {
  content: "";
  background-image: url(../images/ico_mail_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 29px;
  height: 23px;
  box-sizing: border-box;
  margin-right: 14px;
  transform: translateY(6px);
}

.contact__box {
  max-width: 686px;
  width: 100%;
  background: linear-gradient(133.86deg, #b1e2fe 15.13%, #bcfff2 86.39%);
  box-sizing: border-box;
  margin: 50px auto 0;
  border-radius: 30px;
  text-align: center;
}

.contact__box-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #0052c0;
  line-height: 1.4;
  padding: 20px 0 15px;
}

.contact__box-ttl ._sml {
  font-size: 14px;
}

.contact__box-bg {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.contact__box-bg::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 682px;
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  z-index: -1;
}

.contact__txt02 {
  font-size: 17px;
  font-weight: 500;
  color: #0052c0;
}

.contact__txt03 {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #0052c0;
  text-decoration: none;
  margin-top: 10px;
}

.contact__txt03::before {
  content: "";
  background-image: url(../images/ico_mail_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 15px;
  box-sizing: border-box;
  margin-right: 8px;
  transform: translateY(2px);
}

.contact__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 266px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: #0052c0;
  text-decoration: none;
  border: 1px solid #0052c0;
  margin: 50px auto 0;
  padding: 15px 20px;
  box-sizing: border-box;
}

.contact__btn::after {
  content: "";
  background-image: url(../images/arrow_blue_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 6px;
  transform: translateY(-2px);
  transition: all 0.3s;
}

.contact__btn:hover::after {
  transform: translateY(-2px) translateX(10px);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .contact {
    margin: 80px 0;
  }

  .contact__head-wrap {
    margin-top: 50px;
  }

  .contact__head {
    font-size: 20px;
    padding: 4px 55px 6px;
    border-radius: 40px;
  }

  .contact__txt01 {
    font-size: 18px;
    margin-top: 30px;
  }

  .contact__txt01 a {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contact__txt01 a::before {
    content: "";
    background-image: url(../images/ico_mail_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 29px;
    height: 23px;
    box-sizing: border-box;
    margin-right: 14px;
    transform: translateY(6px);
  }

  .contact__box {
    max-width: 385px;
    width: 100%;
    background: linear-gradient(133.86deg, #b1e2fe 15.13%, #bcfff2 86.39%);
    box-sizing: border-box;
    margin: 50px auto 0;
    border-radius: 30px;
    text-align: center;
  }

  .contact__box-ttl {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0 25px;
    line-height: 1;
  }

  .contact__box-ttl ._sml {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  .contact__box-bg {
    padding: 25px 0;
    position: relative;
    z-index: 1;
  }

  .contact__box-bg::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 381px;
    height: 100%;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    z-index: -1;
  }

  .contact__txt02 {
    font-size: 17px;
    font-weight: 500;
    color: #0052c0;
  }

  .contact__txt03 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #0052c0;
    text-decoration: none;
    margin-top: 10px;
  }

  .contact__txt03::before {
    content: "";
    background-image: url(../images/ico_mail_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 15px;
    box-sizing: border-box;
    margin-right: 8px;
    transform: translateY(2px);
  }

  /* プロフィール */
  .contact__btn {
    width: 321px;
    font-size: 20px;
    margin: 30px auto 0;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .contact__btn::after {
    width: 44px;
    height: 6px;
    transform: translateY(-1px);
  }
}

@media screen and (max-width: 440px) {
  .contact {
    margin: 18.1vw 0;
  }

  .contact__head-wrap {
    margin-top: 11.3vw;
  }

  .contact__head {
    font-size: 4.5vw;
    padding: 0.9vw 12.5vw 1.3vw;
    border-radius: 9vw;
  }

  .contact__txt01 {
    font-size: 4vw;
    margin-top: 6.8vw;
  }

  .contact__txt01 a {
    margin-bottom: 2.2vw;
  }

  .contact__txt01 a::before {
    width: 6.5vw;
    height: 5.2vw;
    margin-right: 3.1vw;
    transform: translateY(1.3vw);
  }

  .contact__box {
    max-width: 87.5vw;
    margin: 11.3vw auto 0;
    border-radius: 6.8vw;
  }

  .contact__box-ttl {
    font-size: 5vw;
    font-weight: 700;
    padding: 4.5vw 0 5.6vw;
    line-height: 1;
  }

  .contact__box-ttl ._sml {
    margin-top: 2.2vw;
    font-size: 3.1vw;
  }

  .contact__box-bg {
    padding: 5.6vw 0;
  }

  .contact__box-bg::before {
    top: -0.5vw;
    width: 83.1vw;
    border-radius: 0 0 6.8vw 6.8vw;
    z-index: -1;
  }

  .contact__txt02 {
    font-size: 3.8vw;
  }

  .contact__txt03 {
    font-size: 4vw;
    margin-top: 2.2vw;
  }

  .contact__txt03::before {
    width: 4.5vw;
    height: 3.4vw;
    margin-right: 1.8vw;
    transform: translateY(4px);
  }

  .contact__btn {
    width: 72.9vw;
    font-size: 4.5vw;
    margin: 6.8vw auto 0;
    padding: 3.4vw 4.5vw;
  }

  .contact__btn::after {
    width: 10vw;
    height: 1.3vw;
    transform: translateY(-0.2vw);
  }
}

/* =================================================== */
/* page about
/* =================================================== */

/* prologue-movie
/* --------------------------------------------------- */

.prologue-movie {
  max-width: 1280px;
  width: 100%;
  margin: 185px auto 0;
  position: relative;
  z-index: 2;
}

.prologue-movie img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .prologue-movie {
    margin: 130px auto 0;
  }
}

@media screen and (max-width: 440px) {
  .prologue-movie {
    margin: 29.5vw auto 0;
  }
}

/* prologue
/* --------------------------------------------------- */

.prologue {
  margin: 200px 0 370px;
  position: relative;
  z-index: 1;
}

.prologue__cloud1 {
  position: absolute;
  top: -550px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}

.prologue__cloud2 {
  display: none;
}

.prologue__cloud3 {
  display: none;
}

.prologue__txt {
  max-width: 935px;
  width: 100%;
  margin: 90px auto 0;
  box-sizing: border-box;
}

.prologue__txt img {
  width: 100%;
}

.prologue__pic {
  width: 817px;
  margin: 135px auto 0;
}

.prologue__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 284px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  color: #0052c0;
  text-decoration: none;
  border: 1px solid #0052c0;
  margin: 95px auto 0;
  padding: 15px 20px;
  box-sizing: border-box;
}

.prologue__btn::after {
  content: "";
  background-image: url(../images/arrow_blue_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 6px;
  margin-top: 3px;
  transition: all 0.3s;
}

.prologue__btn:hover::after {
  transform: translateX(10px);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .prologue {
    margin: 160px 0 0;
  }

  .prologue__cloud1 {
    display: none;
  }

  .prologue__cloud2 {
    display: block;
    position: absolute;
    top: -133px;
    right: 0;
    width: 220px;
    z-index: -1;
  }

  .prologue__cloud3 {
    display: block;
    position: absolute;
    bottom: 309px;
    left: 0;
    width: 310px;
    z-index: -1;
  }

  .prologue .ttl {
    font-size: 48px;
    text-align: center;
  }

  .prologue__txt {
    margin: 10px auto 0;
  }

  .prologue__pic {
    width: 392px;
    margin: 188px auto 0;
  }

  .prologue__pic img {
    width: 100%;
  }

  .prologue__btn {
    width: 321px;
    font-size: 22px;
    font-weight: 600;
    margin: 45px auto 0;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .prologue__btn::after {
    width: 44px;
    height: 6px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 440px) {
  .prologue {
    margin: 36.3vw 0 19.3vw;
  }

  .prologue__cloud2 {
    top: -30.2vw;
    width: 50vw;
  }

  .prologue__cloud3 {
    bottom: 70.2vw;
    width: 70.4vw;
  }

  .prologue .ttl {
    font-size: 10.9vw;
  }

  .prologue__txt {
    margin: 2.2vw auto 0;
  }

  .prologue__pic {
    width: 89vw;
    margin: 42.7vw auto 0;
  }

  .prologue__btn {
    width: 72.9vw;
    font-size: 5vw;
    margin: 10.2vw auto 0;
    padding: 3.4vw 4.5vw;
    box-sizing: border-box;
  }

  .prologue__btn::after {
    width: 10vw;
    height: 1.3vw;
  }
}


/*250725追加*/

@media screen and (min-width: 769px) {
  .fv__txt-wrap.en {
    top: 28vw;
  }

  .fv__txt03.en {
    margin: -9vw auto 0;
  }

  .en_margin {
    margin: 90px auto 0;
    max-width: 1020px;
    font-size: 1.6em;
  }

  .top-about__item-ttl {
    font-size: 18px;
  }

  .overview__txt.f-serif.en {
    margin: 30px auto 0;
    max-width: 1020px;
    font-size: 1.6em;
  }

  .top-news__time.en {
    font-size: 18px;
    width: 200px;
  }

  .ttl.ttl--border.en_about {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .ttl.ttl--border.en_about:before {
    width: 900px;
    height: 2px;
  }
}

.en_h2 {
  font-size: 44px;
}

.en_h2_2 {
  font-size: 54px;
}

.en_overview {
  font-size: 2.1rem;
}

.overview__guide--txt span.en {
  font-size: 12px;
  max-width: 340px;
}

@media screen and (max-width: 440px) {
  .ftg__txt01.en {
    font-size: 2.8vw;
    max-width: 112px;
  }

  .g-nav__top.en {
    width: 100%;
  }

  .others__cloud2.en {
    top: -21.9vw;
  }
}

@media screen and (max-width: 768px) {
  .ftg__copy.en img {
    width: 35vw;
  }

  .en_h2 {
    font-size: 7.1vw;
  }

  .en_h2_2 {
    font-size: 7.9vw;
  }

  .en_overview {
    font-size: 1.4rem;
  }

  .overview__nav-num.en {
    width: auto;
    padding: 0 10px;
  }

  .top-news__time.en {
    font-size: 4.7vw;
  }

  .ttl.ttl--border.en_about {
    font-size: 1.1rem;
    text-align: left;
    margin-top: 24px;
  }

  .ttl--border::before {
    background: linear-gradient(90deg, rgba(130, 189, 229, 0.5) 0%, rgba(130, 189, 229, 0.52) 50.48%, rgba(130, 189, 229, 0) 100%);
    height: 2px;
  }

  .others__cloud2.en {
    top: -80px;
  }
}

.f12px {
  font-size: 12px;
}

/*250729追加*/
@media screen and (max-width: 768px) {
  #tmp_hnavi_s_search_menu {
    display: none;
  }
}

.f-small {
  font-size: 12px;
}

.m-small {
  margin-top: 10px !important;
}


ul.top-news__items.program {
  padding: 0 47px;
  margin-bottom: 38px;
}

ul.top-news__items.program li {
  align-items: end;
  margin-bottom: 40px;
}

span.top-news__time.program {
  width: 120px !important;
  font-size: 1rem;
  margin-right: 30px;
}

.top-news__item div {
  width: 100%;
}

span.stage_company {
  color: #0052c0;
  font-size: 12px;
  padding: 0 15px;
  border: solid 1px #0052c0;
  border-radius: 50px;
}

.top-news__txt.program {
  line-height: 1.6;
  margin-left: 0 !important;
  display: flex;
}

.overview__btn02 {
  width: 4px;
  height: 4px;
  /*
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  content: "";
  */
  display: inline-block;
  vertical-align: middle;
  margin: auto 7px 11px auto;
}

.overview__btn02 {
  border: none;
  /* ボーダーを削除 */
  background: none;
  /* 背景を削除 */
  padding: 0;
  /* パディングを削除 */
  outline: none;
  /* フォーカス時のアウトラインを削除 */
  cursor: pointer;
  /* カーソルを指マークに */
}

/* フォーカス時のスタイルも削除 */
.overview__btn02:focus {
  outline: none;
}


@media screen and (max-width: 768px) {
  ul.top-news__items.program {
    padding: 0 4.5vw !important;
  }

  ul.top-news__items.program li {
    align-items: unset !important;
    margin-top: 10vw;
  }

  span.top-news__time.program {
    margin-right: 0 !important;
  }

  .top-news__time {
    border-bottom: none !important;
  }

  span.stage_company {
    font-size: 11.2px !important;
  }
}

.no_cursor li {
  cursor: unset !important;
}

.no_cursor li:hover {
  opacity: unset !important;
}

@media screen and (min-width: 769px) {
  .top-news__time {
    width: 160px;
  }
}

/*20250827追記*/
.overview__company-ttl-wrap.guide_tour h4 {
  margin-bottom: 40px;
}

.overview__company-ttl-wrap.guide_tour::before {
  top: 25%;
}

.tour-wrap {
  margin: 0 47px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .tour-wrap {
    margin: 0 20px 30px;
  }
}

.tour-wrap img {
  width: 100%;
}

.tour-access {
  color: #111;
  font-size: 12px;
  transition: all 0.3s;
  margin-left: 30px;
  margin-top: 3px;
}


@media screen and (max-width: 768px) {

  .tour-access {
    margin: 3px 0 0 20px !important;
  }
}

@media screen and (max-width: 480px) {

  .tour-access {
    font-size: 10px;
    font-weight: 400 !important;
    margin: 1px 0 0 10px !important;
  }
}


.tour-access:hover {
  opacity: 0.7;
}


.tour-access::before {
  content: "";
  background-image: url(../images/pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  transition: all 0.3s;
  position: absolute;
  top: 115px;
  left: 14px;
}

@media screen and (max-width: 1380px) {
  .tour-access {
    margin-left: 20px;
  }

  .tour-access::before {
    top: 98px;
    left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .tour-access::before {
    top: 96px;
    left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .tour-access::before {
    top: 11.4vw;
    left: 0.1vw;
    width: 10px;
    height: 10px;
  }
}

.tour-wrap p {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0052c0;
}

@media screen and (max-width: 480px) {
  .tour-wrap p {
    font-size: 14px;
  }
}

.margin_top30 {
  margin-top: 30px;
}

.margin_bottom30 {
  margin-bottom: 30px;
}

.tour-wrap a {
  transition: 0.3s;
  font-weight: 600;
}

.tour-wrap a:hover {
  opacity: 0.7;
}

.tour-wrap a span {
  font-size: 0.7em;
}

.kaisan {
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: 14px !important;
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 480px) {
  .kaisan {
    font-size: 10px !important;
  }
}

.minsp {
  display: none;
}

@media screen and (max-width: 480px) {
  .minsp {
    display: block;
  }

  .tour-wrap_img {
    display: none !important;
  }

  .tour-access {
    display: none !important;
  }
}

.wasse_access {
  text-align: center;
  margin-top: 25px;
}

.map_enjoy {
  text-align: center;
}

.map_enjoy img {
  max-width: 550px;
  margin: 50px auto;
}

@media screen and (max-width: 480px) {
  .map_enjoy img {
    margin: 30px 30px 0 30px;
    width: 90%;
  }
}

.howto_enjoy {
  max-width: 880px;
  margin: 65px auto 0;
}

.howto_enjoy li {
  font-size: 18px;
  background-color: #fff;
  padding: 30px;
  list-style: none;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  border: solid 1px #0052C0;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .howto_enjoy li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .howto_enjoy {
    margin: 65px auto 20px;
  }

  .howto_enjoy li {
    font-size: 14px;
    padding: 15px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .max-width_p p {
    max-width: 380px;
  }
}



.howto_enjoy li p {
  color: #0052C0;
  margin: 0 10px;
}

img.number {
  width: 36px;
}

.ticket_img {
  position: absolute;
  left: 53%;
  margin-top: -100px;
  width: 135px;
}

@media screen and (max-width: 1380px) {
  .ticket_img {
    left: 58%;
  }
}

@media screen and (max-width: 980px) {
  .ticket_img {
    left: 450px;
  }
}

@media screen and (max-width: 768px) {
  .ticket_img {
    left: 459px;
    width: 115px;
  }
}

@media screen and (max-width: 480px) {
  .ticket_img {
    width: 70px;
    left: 80%;
    margin-top: -30px;
  }
}

.sticker_img {
  position: absolute;
  left: 60%;
  width: 135px;
  margin-left: 200px;
  top: 50.5%;
}

@media screen and (max-width: 980px) {
  .sticker_img {
    left: 671px;
    width: 125px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sticker_img {
    left: 480px;
    width: 107px;
    margin-top: -220px;
    top: 52.5%;
  }
}

@media screen and (max-width: 480px) {
  .sticker_img {
    width: 19%;
    left: 80%;
    margin-top: -30px;
  }

  .sm70 {
    width: 70%;
  }
}

.howto_img {
  max-height: 90px;
  margin: -16px 1px;
}

@media screen and (max-width: 480px) {
  .howto_img {
    max-height: 66px;
    margin-top: 20px;
  }
}

.arrow_under {
  margin: 25px 38px;
}

.flex {
  display: flex;
}

.toy_challenge {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.toy_challenge img {
  width: 100%;
  max-width: 880px;
}

.h1ttl {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  color: #0052c0;
  line-height: 1.2;
}

.h1sml {
  font-size: 0.7em;
  font-weight: 500;
}

.h2ttl {
  margin: 12px 0;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  color: #0052c0;
}

.qrimg img {
  width: 100%;
  margin: 20px 0;
  border-radius: 3px;
}

.qrp {
  font-weight: 450;
  line-height: 1.8;
  margin-bottom: 20px;
}

.profile {
  margin-top: 40px;
  padding: 20px;
  border: #0052C0 1px solid;
}

.profile h3 {
  color: #0052c0;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
}


.profile p {
  font-weight: 450;
  line-height: 1.8;
  font-size: 0.9em;
}


@media screen and (min-width: 769px) {
  .pcflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }

  .pcflex ul {
    flex: 1;
  }

  .h1ttl {
    flex: 1.5;
    font-size: 30px;
  }

  .qrimg {
    max-width: 800px;
    margin: 0 auto;
  }

  .qrwrap {
    width: 800px;
    margin: 0 auto;
  }
}

.caution_top {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .caution_top {
    font-size: 10px;
  }
}

.close_caution {
  font-size: 0.34em;
  padding: 5px 0;
}

.close_caution_comp {
  font-size: 1.2em;
  padding: 5px 0;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  margin: 3px 3vw;
}

@media screen and (max-width: 768px) {

  .close_caution_comp {
    font-size: 0.9em;
  }
}

.thmb_youtube {
  width: 100%;
  text-align: center;
}

.thmb_youtube img {
  margin: 6px auto 5px;
  max-width: 640px;
}

p.thmb_youtube {
  font-size: 12px;
}


@media screen and (max-width: 768px) {
  .thmb_youtube img {
    margin: 4px auto 5px;
    max-width: 640px;
    width: 80%;
  }

  p.thmb_youtube {
    margin-bottom: 20px;
    font-size: 10px;
  }
}

/*クローズ後対応*/

.numbers {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif !important;
  color: #0052c0;
  padding: 20px 0;
  width: fit-content;
  margin: 40px auto 250px;
  border-top: solid 1px #0052c0;
  border-bottom: solid 1px #0052c0;
  align-items: center;
}

.numbers p {
  font-size: 40px;
  margin: 0 40px 20px 0;
}

.numbers p span {
  font-size: 90px;
}

.numbers a {
  padding: 11px 25px 11px;
  margin: 6px 10px 0 40px;
  font-size: 1.7em;
  height: 40px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  width: fit-content;
}

@media screen and (max-width: 1000px) {
  .numbers p {
    font-size: 36px;
  }

  .numbers p span {
    font-size: 88px;
  }

  .numbers a {
    font-size: 1.5em;
  }
}


@media screen and (max-width: 768px) {
  .numbers.flex {
    display: block !important;
    max-height: 290px;
    padding: 10px 0;
    margin-bottom: 10vw;
  }

  .numbers a {
    margin: 0 auto;
    height: 90px;
  }
}

a:hover {
  opacity: 0.7;
}

.overview__guide-head.new::after {
  content: "";
  background-image: url(../images/new_ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 46px;
  height: 46px;
  transition: all 0.3s;
  position: absolute;
  top: -7px;
  left: 125px;
}

@media screen and (min-width: 769px) {
  .overview__nav-ttl.new::after {
    content: "";
    background-image: url(../images/new_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 52px;
    height: 52px;
    transition: all 0.3s;
    position: absolute;
    top: 12px;
    left: 385px;
  }

  .overview__nav-ttl.new.n2::after {
    left: 302px;
  }

  .overview__nav-ttl.new.n3::after {
    left: 685px;
  }

  .overview__nav-ttl.new.n4::after {
    left: 587px;
  }
}


@media screen and (max-width: 768px) {
  .overview__guide-num.f-serif.new::after {
    content: "";
    background-image: url(../images/new_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 55%;
    height: 55%;
    transition: all 0.3s;
    position: absolute;
    top: -20%;
    left: 65%;
  }

  .overview__nav-num::after {
    content: "";
    background-image: url(../images/new_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 42px;
    height: 42px;
    transition: all 0.3s;
    position: absolute;
    top: -3px;
    left: 110px;
  }
}

@media screen and (max-width: 414px) {
  .overview__nav-num::after {
    width: 40px;
    height: 40px;
    left: 99px;
  }
}

@media screen and (max-width: 370px) {
  .overview__nav-num::after {
    width: 36px;
    height: 36px;
    left: 88px;
    top: -4px;
  }
}


.afterimg {
  margin-top: 5%;
}

.afterimg img {
  width: 100%;
}

.afterimg .after_left {
  margin-right: 5%;
}

.afterimg .after_right {
  margin-left: 5%;
}


@media screen and (max-width:480px) {
  .flex.afterimg {
    display: block;
    text-align: center;
  }

  .afterimg .after_left {
    margin-right: 0;
  }

  .afterimg .after_right {
    margin-left: 0;
    margin-top: 20px;
  }

  .caution_margin {
    margin-left: 7px !important;
  }
}


@media screen and (min-width:481px) {
  .howto_1_p {
    line-height: 2;
  }

  .caution_margin {
    margin-left: -1% !important;
  }
}

@media screen and (max-width:440px) {
  .close_sp {
    display: block;
  }

  .close_pc {
    display: none;
  }

  .ticket_img {
    position: relative;
    margin: 0 auto;
    left: 0;
  }

  .sm70 {
    width: 100%;
  }

  .howto_img {
    margin: 10px auto;
  }

  .sticker_img {
    position: relative;
    left: 0;
    margin: 10px auto;
    width: 50%;
  }

  .caution_margin {
    margin-left: 0px !important;
  }
}

@media screen and (min-width:441px) {
  .close_pc {
    display: block;
  }

  .close_sp {
    display: none;
  }
}

.after_guide {
  margin: 10px 50px;
}

.after_guide div {
  justify-content: space-around;
  margin-bottom: 20px;
}

.after_guide img {
  width: 47%;
}


@media screen and (max-width:768px) {
  .after_guide {
    margin: 10px 20px;
  }
}

@media screen and (max-width:480px) {
  .after_guide div {
    display: block;
    margin-bottom: 0;
  }

  .after_guide img {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*来場者のお声ページ*/
/*
.voice_box{
  text-align: center;
}
.voice_box p{
  position: relative;
  width: 320px;
  padding: 30px 30px 20px 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #0052C0;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  border: solid 1px #0052C0;
  margin: 0 auto -8px;
  z-index: 999;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
*/
.voiceimg {
  justify-content: center;
  line-height: 1;
}

.voiceimg01 {
  margin: 39px 12px 0 0;
  width: 80px;
  height: fit-content;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.voiceimg02 {
  margin: 56px 0 0 17px;
  width: 80px;
  height: fit-content;
  animation: floating-i 1.4s ease-in-out infinite alternate-reverse;
}

@media screen and (max-width:768px) {
  .voiceimg01 {
    margin: 69px 10px 0 0;
    width: 70px;
  }

  .voiceimg02 {
    margin: 66px 0 0 15px;
    width: 70px;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-2.5%);
  }

  100% {
    transform: translateY(2.5%);
  }
}

@keyframes floating-i {
  0% {
    transform: translateY(-1.9%);
  }

  100% {
    transform: translateY(1.9%);
  }
}

.result {
  width: 88%;
  max-width: 880px;
  margin: 60px auto;

  -webkit-animation: flip-in-diag-1-bl 0.9s 0.7s both;
  animation: flip-in-diag-1-bl 0.9s 0.7s both;
}

.result img {
  width: 100%;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-10-21 22:27:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-in-diag-1-bl
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-diag-1-bl {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 80deg);
    transform: rotate3d(1, 1, 0, 80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}

@keyframes flip-in-diag-1-bl {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 80deg);
    transform: rotate3d(1, 1, 0, 80deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}

.result.flex img {
  margin: -20px 50px;
  width: 42%;
}

@media screen and (max-width:768px) {
  .result.flex img {
    margin: -20px 20px;
  }
}

.flex.afterimg.voise {
  max-width: 880px;
  margin: 100px auto;
}

.flex.afterimg.voise .after_left {
  margin-right: 1%;
}

.flex.afterimg.voise .after_right {
  margin-left: 1%;
}

@media screen and (max-width:480px) {

.flex.afterimg.voise .after_left {
  margin-right: 0;
}

.flex.afterimg.voise .after_right {
  margin-left: 0;
}
  .voiceimg h2 {
    font-size: 8.2vw !important;
  }

  .voiceimg01 {
    width: 10%;
    height: 10.5%;
  }

  .voiceimg02 {
    width: 10%;
    height: 9.5%;
  }

  .result.flex {
    display: block;
  }

  .result.flex img {
    margin: -22px 15px 60px;
    width: 94%;
  }

}



.carousel-container {
  max-width: 2000px;
  height: 310px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
}

.carousel-track {
  display: flex;
  width: fit-content;
  animation: scroll 90s linear infinite;
}

.photo {
  width: 238px;
  height: 317px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 48px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-right: 7px;
  position: relative;
}

.photo img {
  width: 82%;
  opacity: 0.88;
}

/* 各写真に異なる縦位置のオフセットを適用 */
.photo:nth-child(18n+1) {
  top: -15px;
}

.photo:nth-child(18n+2) {
  top: 20px;
}

.photo:nth-child(18n+3) {
  top: -8px;
}

.photo:nth-child(18n+4) {
  top: 12px;
}

.photo:nth-child(18n+5) {
  top: -20px;
}

.photo:nth-child(18n+6) {
  top: 5px;
}

.photo:nth-child(18n+7) {
  top: -12px;
}

.photo:nth-child(18n+8) {
  top: 18px;
}

.photo:nth-child(18n+9) {
  top: -5px;
}

.photo:nth-child(18n+10) {
  top: -15px;
}

.photo:nth-child(18n+11) {
  top: 20px;
}

.photo:nth-child(18n+12) {
  top: -8px;
}

.photo:nth-child(18n+13) {
  top: 12px;
}

.photo:nth-child(18n+14) {
  top: -20px;
}

.photo:nth-child(18n+15) {
  top: 5px;
}

.photo:nth-child(18n+16) {
  top: -12px;
}

.photo:nth-child(18n+17) {
  top: 18px;
}

.photo:nth-child(18n+18) {
  top: -5px;
}

/* 2番目のセットで最後の写真にはマージンを付けない */
.photo:nth-child(18) {
  margin-right: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-2880px);
    /* (300px + 20px margin) × 9枚 = 2880px */
  }
}

/* グラデーションオーバーレイの幅を広げる */
.carousel-container::before,
.carousel-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  /* 150px → 250px に増やす */
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

/* 左側のグラデーション */
.carousel-container::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

/* 右側のグラデーション */
.carousel-container::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}



@media screen and (max-width: 768px) {
  .photo {
    width: 155px;
    height: 206px;
    margin-right: 0px;

  }

  .photo img {
    width: 77%;
  }
}

.numbers .voiceimg01 {
  width: 50px;
  margin: -38px -60px 0 0;
}

.numbers .voiceimg02 {
  margin: 56px 0 0 -37px;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .numbers .voiceimg01 {
    position: relative;
    left: -33%;
    top: 55px;
    width: 58px;
  }

  .numbers .voiceimg02 {
    position: relative;
    left: 30%;
    top: -90px;
    width: 58px;
  }

  .numbers p {
    margin: 0;
  }

  .carousel-container {
    height: 200px;
  }
}

@media screen and (max-width:480px) {
  .close_sp_2 {
    display: block;
  }

  .close_pc_2 {
    display: none;
  }

  .numbers p.close_sp_2 {
    font-size: 6vw;
    margin-bottom: -20px;
  }

  .numbers p span {
    font-size: 17vw;
  }

  .numbers a {
    font-size: 5vw;
    height: 70px;
  }

  .numbers.flex {
    max-height: 60vw;
  }

  .numbers .voiceimg01 {
    left: -63%;
    top: 45px;
    width: 12vw;
    height: 13vw;
  }

  .numbers .voiceimg02 {
    left: 56%;
    top: -22vw;
    width: 12vw;
    height: 11.5vw;
  }
}

@media screen and (min-width:481px) {
  .close_pc_2 {
    display: block;
  }

  .close_sp_2 {
    display: none;
  }
}

.comment_box{
  text-align: center;
  margin: 90px auto 50px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 全体を中央寄せ */
  gap: 0 50px;
  max-width: 1000px;
}
.comment_below{
  margin: 0 5% 50px auto;
}

.comment_box p{
  background-color: rgba(255,255,255,0.9);
  border: solid 1px #0052C0;
  border-radius: 99%;
  padding: 25px 35px;
  color: #0052C0;
  animation: floating-p 1.8s ease-in-out infinite alternate-reverse;
  width: 216px;
  margin: 0 auto;
}

.comment_box img{
  margin: -8px 0 0 -10px;
  z-index: -10;
  position: relative;
  animation: floating-box 1.5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-p {
  0% {
    transform: translateY(-0.75%);
  }

  100% {
    transform: translateY(0.75%);
  }
}

@keyframes floating-box {
  0% {
    transform: translateY(-0.4%);
  }

  100% {
    transform: translateY(0.4%);
  }
}
.comment_detail{
  width: calc((100% - 32px) / 3); /* 3列分の幅 */
  text-align: center;
}

.no2{
  margin: 10px 0 0;
}

.no1 p,
.no4 p{
  animation: floating-p2 1.6s ease-in-out infinite alternate-reverse;
}

.no1 img,
.no4 img{
  animation: floating-box2 1.4s ease-in-out infinite alternate-reverse;
}

@keyframes floating-p2 {
  0% {
    transform: translateY(-0.75%);
  }

  100% {
    transform: translateY(0.75%);
  }
}

@keyframes floating-box2 {
  0% {
    transform: translateY(-0.94%);
  }

  100% {
    transform: translateY(1.4%);
  }
}
.no5{
  margin-top: -20px;
}
@media screen and (max-width:768px){
  .comment_detail{
    width:48%;
  }
  .comment_box img{
    width: 140px;
  }
  .comment_box{
    gap: 10px 0;
  }
}

@media screen and (max-width:480px){
  .comment_box {
        gap: 20px 5px;
        margin-top: -50px;
    }
  .comment_box p{
    font-size: 12px;
    padding: 15px 25px;
  }
  .comment_box img{
    width: 100px;
  }

  .comment_detail{
    width: 100%;
  }
  .comment_detail.no3,
  .comment_detail.no4,
  .comment_detail.no5{
    width: calc((100% - 6px) / 1);
  }
  .comment_detail.no3 p,
  .comment_detail.no4 p,
  .comment_detail.no5 p{
    width: 250px;
  }
}

.overview__nav-num.no_new::after{
  content: none;
}

.furikaeri{
  background-image: url(../images/modal_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 20px 0;
  margin: 10vw auto;
}

@media screen and (max-width:768px){
  .furikaeri{
    background-image: none;
  }
  .add_link a p{
    width: 300px !important;
  }
}

@media screen and (max-width:480px){
  .add_link a p{
    width: 66% !important;
  }
}