@charset "UTF-8";
/* CSS Document */


/* ---------------------------------------------
*  audio-area
--------------------------------------------- */
.audio-area {
  margin: 40px 0 60px;
}
.audio-area .col {
  display: flex;
  flex-wrap: wrap;
  gap:40px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.audio-area h4 {
  font-size: 22px;
}
.audio-area p {
  margin: 0!important;
}
.audio-area .soundBtn {
  display: block;
  cursor: pointer;
  line-height: 50px;
  padding-left: 60px;
  position: relative;
  transition: opacity .4s;
}
.audio-area .soundBtn span {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
.audio-area .soundBtn:hover {
  opacity: .7;
}
@media screen and (max-width: 750px) {
.audio-area .col {
  gap:20px;
}
.audio-area .col .txt {
  width: 100%;
}
.audio-area .soundBtn {
  line-height: 30px;
  padding-left: 40px;
}
.audio-area .soundBtn span {
  width: 30px;
  height: 30px;
}
}
/* ---------------------------------------------
*  attention
--------------------------------------------- */
.attention {
  margin-top: 20px!important;
  font-size: 14px!important;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75!important;
}
@media screen and (max-width: 750px) {
.attention {
  
}
}
/* ---------------------------------------------
*  link
--------------------------------------------- */
.box .link a {
  position: relative;
  text-decoration: underline;
  color: #0072bc;
}
.box .link a:hover {
  text-decoration: none;
}
.box .link a .icon {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  margin-top: 2px;
}
.box .link a .icon img {
  vertical-align: top;
}
/* ---------------------------------------------
*  bnr
--------------------------------------------- */
.bnr {
  margin: 60px auto 0;
}
.bnr a {
  display: block;
  transition: opacity .4s;
}
.bnr a:hover {
  opacity: .8;
}
@media screen and (max-width: 750px) {
.bnr {
  margin: 40px auto 0;
}
}
/* ---------------------------------------------
*  particles
--------------------------------------------- */
#particles {
  pointer-events: none;
}


/* ---------------------------------------------
*  circle
--------------------------------------------- */
#circle {
  position: absolute;
  top: calc(100% - 60px);
  transform: translate(-50%, 0);
}


/* ---------------------------------------------
*  ttl
--------------------------------------------- */
.ttl {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
}
.ttl h1 {
  width: 100%;
  font-size: 62px;
  text-align: center;
  line-height: 1.5;
}
.ttl h1 span {
  font-size: 32px;
  display: block;
}
.ttl p.note {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 0 20px 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .ttl {
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
  }
  .ttl h1 {
    font-size: 28px;
  }
  .ttl h1 span {
    font-size: 18px;
  }
  .ttl p.note {
    bottom: 5px;
    font-size: 10px;
    padding: 0 15px 5px 15px;
  }
}


/* ---------------------------------------------
*  box
--------------------------------------------- */
.box {
  position: relative;
  background: #fff;
  padding: 100px 40px;
}
.box .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.box h2 {
  font-size: 38px;
  text-align: center;
}
.box h3 {
  font-size: 30px;
  margin-top: 30px;
  color: #0072bc;
}
.box p + h3 {
  margin-top: 60px;
}
.box p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2.3;
  margin-top: 40px;
}
.box h3 + p {
  margin-top: 10px;
}
.box .img {
  position: relative;
  margin-top: 40px;
}
.box .img .note {
  font-size: 12px;
  letter-spacing: -.02em;
  margin-top: 20px;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .box {
    padding: 60px 15px;
  }
  .box h2 {
    font-size: 18px;
  }
  .box h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  .box .img {
    margin-top: 30px;
  }
  .box p {
    font-size: 16px;
    line-height: 2.3;
    margin-top: 30px;
  }
  .box .img .note {
    font-size: 11px;
    margin-top: 10px;
    text-align: left;
  }
}


/* ---------------------------------------------
*  navi
--------------------------------------------- */
.navi {
  padding: 100px 40px 0;
}
.navi .col3 {
  max-width: 1370px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.navi .col3 li a {
  overflow: hidden;
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 36px 0 rgba(49, 49, 147, .15);
}
.navi .col3 li a::before,
.navi .col3 li a::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  background-color: #0072bc;
  height: 2px;
  transform: translateX(-50%);
}
.navi .col3 li a::before {
  right: 50%;
  width: 30px;
}
.navi .col3 li a::after {
  right: 50%;
  transform-origin: right bottom;
  width: 14px;
  transform: rotate(45deg);
}
.navi .col3 li a .img img {
  width: 100%;
}
.navi .col3 li a .txt {
  padding: 25px 40px 70px;
}
.navi .col3 li a .txt h3 {
  font-size: 30px;
  line-height: 1.5;
}
.navi .col3 li a .txt h3 span {
  font-size: 14px;
}
.navi .col3 li a .txt p {
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .navi {
    padding: 40px 15px 0;
  }
  .navi .col3 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
  .navi .col3 li a {
    border-radius: 16px;
  }
  .navi .col3 li a::before,
  .navi .col3 li a::after {
    bottom: 25px;
  }
  .navi .col3 li a .txt {
    padding: 20px 20px 50px;
  }
  .navi .col3 li a .txt h3 {
    font-size: 24px;
  }
  .navi .col3 li a .txt h3 span {
    font-size: 13px;
  }
  .navi .col3 li a .txt p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
  }
}
.box .inner > * {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
.box .inner > *.fade {
  transform: translateY(0);
  opacity: 1;
}
.navi .col3 li {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.navi .col3 li a {
  transform: translateY(60px) rotateX(0deg) rotateY(50deg) rotateZ(0deg);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
.navi .col3 li.fade a {
  transform: translateY(0) rotateX(0) rotateY(0) rotateZ(0);
  opacity: 1;
}
.navi .col3 li {
  transform: scale(1);
  transition: transform .4s cubic-bezier(.210, .60, .350, 1);
}
.navi .col3 li:hover {
  transform: scale(.98);
}


/* ---------------------------------------------
*  pa
--------------------------------------------- */
.box .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
}
.box .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.box .boxTxt {
  border: 2px solid #0072bc;
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 40px;
}
.box .boxTxt p {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #0072bc;
  line-height: 1.5;
}
.imgCol2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 20px;
}
.imgCol2 .col {
  width: calc(50% - 20px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.imgCol2 .col h4 {
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}
.imgCol2 + p.note {
  font-size: 12px;
  letter-spacing: -.02em;
  margin-top: 20px;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .box .video iframe {
    border-radius: 12px;
  }
  .box .boxTxt {
    padding: 15px 0px;
    border-radius: 12px;
    margin-top: 20px;
  }
  .box .boxTxt p {
    font-size: 16px;
  }
  .imgCol2 + p.note {
    font-size: 11px;
    margin-top: 10px;
    text-align: left;
  }
  .imgCol2 {
    gap: 30px;
    margin-top: 20px;
  }
  .imgCol2 .col {
    width: 100%;
  }
  .imgCol2 .col h4 {
    font-size: 14px;
  }
}

.expo_contents .partner_section {
  margin-top: 0;
  border-top: 2px solid #e8eaee;
}