@charset "UTF-8";
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  font-family: "Noto Sans", "noto-sans-cjk-jp";
  font-size: 16px;
  /*フォントデフォルト */
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.header {
  position: fixed;
  /*追従ナビのためpositionをfixedにする*/
  top: 0;
  /*ポジション設定topを0*/
  background-color: #00325d;
  height: 60px;
  width: 100%;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  z-index: 99;
}
@media screen and (max-width: 1319px) {
  .header {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    padding: 0 20px;
  }
}
.header-left img {
  width: 287px;
  padding: 11px 0;
  transition: 0.3s;
}
.header-left img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .header-left img {
    width: 200px;
  }
}
@media screen and (max-width: 374px) {
  .header-left img {
    width: 175px;
  }
}
.header-close {
  opacity: 0.5;
}
.header-close:hover {
  opacity: 1;
}
.header-close-2 {
  opacity: 0.5;
}
.header-mid {
  position: relative;
  gap: 15px;
  color: #fff;
  display: flex;
  font-weight: bold;
  transition: 0.3s;
  align-items: center;
}
.header-mid-text:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1319px) {
  .header-mid {
    display: none;
  }
}
.header-mid .lang {
  display: flex;
}
.header-mail {
  margin-left: 30px;
  width: 51px;
  padding: 12px 13px;
  border-radius: 50%;
  transition: 0.3s;
  position: relative;
  background-image: linear-gradient(90deg, #31a1b7, #6b8ef1);
}
.header-mail img {
  width: 27.5px;
}
.header-mail:hover {
  opacity: 0.6;
}
@media screen and (max-width: 374px) {
  .header-mail {
    margin-left: 0;
  }
}
.header .otoiawase {
  position: absolute;
  right: 1px;
  transform: translateY(15px);
}
.header .otoiawase img {
  width: inherit !important;
}
@media screen and (max-width: 767px) {
  .header .otoiawase {
    display: none;
  }
}
.header-right {
  align-items: center;
  display: flex;
}
.header-list-inner {
  max-width: 1166px;
  margin: 0 auto;
  display: flex;
  gap: 180px;
  align-items: center;
  height: 210px;
}
.header-list-mega {
  padding: 18px 0;
  cursor: default;
}
.header-list-mega:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header-list-mega-window {
  width: 100vw;
  position: fixed;
  visibility: hidden;
  background: linear-gradient(45deg, #31A1B7, #6B8EF1);
  left: 0;
  z-index: 1;
  top: 60px;
  max-height: 210px;
  height: 0%;
}
.header-list-mega:hover .header-list-mega-window {
  width: 100vw;
  position: fixed;
  visibility: visible;
  background: linear-gradient(45deg, #31A1B7, #6B8EF1);
  left: 0;
  z-index: 1;
  top: 60px;
  max-height: 210px;
  height: 100%;
  transition: 1s;
}
.header-list-mega:hover .header-list-mega-right {
  transition: 1.1s;
  opacity: 1;
}
.header-list-mega-left {
  display: flex;
  align-items: center;
}
.header-list-mega-left p {
  font-size: 1.25rem;
  color: #fff;
}
.header-list-mega-left p:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.header-list-mega-right {
  opacity: 0;
}
.header-list-mega-right-1 {
  position: relative;
  width: 320px;
  height: 100%;
}
.header-list-mega-right-2 {
  visibility: hidden;
  background: linear-gradient(45deg, #62A2DA, #6E9EE6);
  position: absolute;
  height: 210px;
  left: 320px;
  top: -25px;
  width: 320px;
  opacity: 0;
}
.header-list-mega-right-3 {
  visibility: hidden;
  background: linear-gradient(45deg, #7DA8E8, #89A6F4);
  display: block;
  position: absolute;
  left: 320px;
  top: 0;
  width: 100vw;
  opacity: 0;
  height: 210px;
}
.header-list-mega-right-4 {
  visibility: hidden;
  background: linear-gradient(45deg, #62A2DA, #6E9EE6);
  position: absolute;
  height: 210px;
  left: 320px;
  top: -25px;
  width: 100vw;
  opacity: 0;
}
.header-list-mega-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
.header-list-mega-menu-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
}
.header-list-mega-menu-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
}
.header-list-mega-menu-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 4px 0 4px 16px;
}
.header-list-mega-menu-text:hover {
  background-color: rgba(255, 255, 255, 0.1);
  width: 320px;
  transition: 0.5s;
}
.header-list-mega-menu-text:after {
  position: absolute;
  content: url(../img/megaaroow.svg);
  right: 16px;
  width: 10px;
}
.header-list-mega-menu-text:hover .header-list-mega-right-2 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.header-list-mega-menu-text:hover .header-list-mega-right-4 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.header-list-mega-menu-text-2:hover .header-list-mega-right-3 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.header-list-mega-menu-text-2 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 4px 0 4px 16px;
}
.header-list-mega-menu-text-2:hover {
  background-color: rgba(255, 255, 255, 0.1);
  width: 320px;
  transition: 0.5s;
}
.header-list-mega-menu-text-2:after {
  position: absolute;
  content: url(../img/megaaroow.svg);
  right: 16px;
}
.header-list-mega-menu-text-3 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 4px 0 4px 16px;
  padding: 4px 0 4px 16px;
}
.header-list-mega-menu-text-3:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}

.fv-pc {
  position: absolute;
  background-color: #fff;
  top: 25%;
  right: 17%;
  max-width: 219px;
  max-height: 219px;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.73);
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .fv-pc {
    right: 25%;
  }
}
@media screen and (max-width: 1081px) {
  .fv-pc {
    right: 13%;
  }
}
.fv-pc img {
  margin: 60px auto 0 auto;
  max-width: 119px;
  width: 90%;
}
@media screen and (max-width: 1081px) {
  .fv-pc img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1081px) {
  .fv-pc {
    max-width: 180px;
    max-height: 180px;
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .fv-pc {
    display: none;
  }
}

.lang-hum {
  margin-top: 40px;
  justify-content: center;
  display: flex;
}
.lang-hum li {
  list-style: none;
}
.lang-hum-close {
  opacity: 0.3;
  display: block;
}
.lang-hum-close:hover {
  opacity: 1;
}
.lang-hum-close-2 {
  opacity: 0.3;
  pointer-events: none;
}

.input-hidden {
  display: none;
}

/* label */
.hamburger-menu-switch {
  cursor: pointer;
  position: relative;
  top: 0;
  /* ハンバーガーアイコンの位置（上から） */
  z-index: 9999;
  width: 4em;
  /* アイコン（クリック可能領域）の幅 */
  height: 4em;
  /* アイコン（クリック可能領域の）高さ */
  display: none;
  width: 26px;
  margin-left: 20px;
}
@media screen and (max-width: 1319px) {
  .hamburger-menu-switch {
    display: block;
  }
}

/* メニュー展開時にハンバーガーアイコンを固定 */
.hamburger-switch-line1,
.hamburger-switch-line1-before,
.hamburger-switch-line1-after {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
}

.hamburger-switch-line1 {
  transform: translate(-50%, -50%);
}

.hamburger-switch-line1-before {
  transform: translate(-50%, -300%);
}

.hamburger-switch-line1-after {
  transform: translate(-50%, 200%);
}

/* ハンバーガーアイコン･アニメーション */
#hamburger-menu1:checked ~ .hamburger-menu-switch .hamburger-switch-line1 {
  width: 0;
}

#hamburger-menu1:checked ~ .hamburger-menu-switch .hamburger-switch-line1-before {
  transform: rotate(45deg) translate(-40%, 325%);
}

#hamburger-menu1:checked ~ .hamburger-menu-switch .hamburger-switch-line1-after {
  transform: rotate(-45deg) translate(-40%, -325%);
}

/* メニューエリア */
.hamburger-menu-menuwrap {
  position: fixed;
  height: 100%;
  background: #fff;
  /* メニューエリアの背景色 */
  padding-top: 40px;
  z-index: 9998;
  transition: 0.3s;
  top: 60px;
  left: 100%;
  width: 79%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu-menuwrap {
    top: 80px;
  }
}

/* メニューリスト */
.hamburger-menu-menulist {
  list-style: none;
}

.hamburger-menu-menulist li {
  cursor: pointer;
  text-decoration: none;
  padding: 0.75em 0 0.75rem 20px;
  transition: 0.3s;
}

.hamburger-list:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a1b7, #6b8ef1);
}

.first {
  border-top: 1px solid #c9c9c9;
}

/* メニューエリア･アニメーション */
/* 右から */
#hamburger-menu1:checked ~ .hamburger-menu-menuwrap {
  left: 21%;
}

/* コンテンツカバー */
#hamburger-menu1:checked ~ .hamburger-menu-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

.hamburger-mega {
  color: #00325d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  font-weight: bold;
}
.hamburger-mega-window {
  visibility: hidden;
}
.hamburger-mega-list-1 {
  background: linear-gradient(#33A1B9, #6B8EF1);
}
.hamburger-mega-list-2 {
  margin-left: 30px;
}
.hamburger-mega-list-3 {
  margin-left: 60px;
}
.hamburger-mega-list-4 {
  margin-left: 30px;
}
.hamburger-mega-list-5 {
  margin-left: 30px;
}
.hamburger-mega-list-6 {
  margin-left: 30px;
}
.hamburger-mega-text-0 {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.hamburger-mega-text-0:after {
  border-bottom: none;
}
.hamburger-mega-text-0:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
}
.hamburger-mega-text-1 {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.hamburger-mega-text-1:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0;
  left: 20px;
  width: 100%;
}
.hamburger-mega-text-1-last {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.hamburger-mega-text-1-last:after {
  border-bottom: none;
}
.hamburger-mega-text-1-en {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.hamburger-mega-text-1-en:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0;
  left: 20px;
  width: 100%;
}
.hamburger-mega-text-1-last-en {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}
.hamburger-mega-text-1-last-en:after {
  border-bottom: none;
}
.hamburger-mega-text-2 {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .hamburger-mega-text-2 {
    font-size: 0.625rem;
  }
}
.hamburger-mega-text-2:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0;
  left: 0px;
  width: 100%;
}
.hamburger-mega-text-3 {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
.hamburger-mega-text-3 span {
  display: none;
}
@media screen and (max-width: 374px) {
  .hamburger-mega-text-3 span {
    display: block;
  }
}
.hamburger-mega-text-3:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger-mega-text-3:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 374px) {
  .hamburger-mega-text-3 {
    font-size: 0.625rem;
  }
}
.hamburger-mega-text-3-last {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
}
.hamburger-mega-text-3-last:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger-mega-text-3-last:hover {
    background-color: rgba(255, 255, 255, 0);
  }
}
.hamburger-mega-text-3-last:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0;
  left: 0px;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .hamburger-mega-text-3-last {
    font-size: 0.625rem;
  }
}
.hamburger-mega-text-4 {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
.hamburger-mega-text-4:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 374px) {
  .hamburger-mega-text-4 {
    font-size: 0.625rem;
  }
}
.hamburger-mega-text-4-last {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
.hamburger-mega-text-4-last:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 374px) {
  .hamburger-mega-text-4-last {
    font-size: 0.625rem;
  }
}
.hamburger-mega-text-4-last:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0;
  left: 0px;
  width: 100%;
}
.hamburger-list {
  font-weight: bold;
  color: #00325d;
  border-bottom: 1px solid #c9c9c9;
}
.hamburger-list:hover {
  cursor: pointer;
}
.hamburger-list-close {
  font-weight: bold;
  color: #00325d;
  border-bottom: 1px solid #c9c9c9;
  display: block;
}
.hamburger-list-close a {
  pointer-events: none;
  opacity: 0.3;
}

.item {
  display: none;
}
.item-1 {
  display: none;
}
.item-2 {
  display: none;
}
.item-3 {
  display: none;
}
.item-4 {
  display: none;
}
.item-5 {
  display: none;
}
.item-6 {
  display: none;
}

.hamburger-mega::before {
  /* 閉じている時 */
  content: url(../img/hum-arrow.svg);
  position: absolute;
  right: 20px;
  top: 13.5px;
  width: 9px;
  transform: rotate(180deg);
  transition: 0.3s;
}

.hamburger-mega.active::before {
  /* 開いている時 */
  transform: rotate(360deg);
  transition: 0.3s;
}

.hamburger-mega-text-1::before {
  /* 閉じている時 */
  content: url(../img/hum-arrow-w.svg);
  position: absolute;
  width: 9px;
  transform: rotate(180deg);
  transition: 0.3s;
  right: 20px;
  top: 11.5px;
}

.hamburger-mega-text-1-last::before {
  /* 閉じている時 */
  content: url(../img/hum-arrow-w.svg);
  position: absolute;
  width: 9px;
  transform: rotate(180deg);
  transition: 0.3s;
  right: 20px;
  top: 11.5px;
}

.hamburger-mega-text-2::before {
  /* 閉じている時 */
  content: url(../img/hum-arrow-w.svg);
  position: absolute;
  width: 9px;
  transform: rotate(180deg);
  transition: 0.3s;
  right: 20px;
  top: 11.5px;
}

.hamburger-mega-text-2-last::before {
  /* 閉じている時 */
  content: url(../img/hum-arrow-w.svg);
  position: absolute;
  width: 9px;
  transform: rotate(180deg);
  transition: 0.3s;
  right: 20px;
  top: 11.5px;
}

.hamburger-mega-text-1.active::before {
  /* 開いている時 */
  transform: rotate(360deg);
  transition: 0.3s;
}

.hamburger-mega-text-1-last.active::before {
  /* 開いている時 */
  transform: rotate(360deg);
  transition: 0.3s;
}

.hamburger-mega-text-2.active::before {
  /* 開いている時 */
  transform: rotate(360deg);
  transition: 0.3s;
}

.hamburger-mega-text-2-last.active::before {
  /* 開いている時 */
  transform: rotate(360deg);
  transition: 0.3s;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}

/*　背景画像設定　*/
.slider-item01 {
  background: url(../img/top-bg.png);
}
@media screen and (max-width: 767px) {
  .slider-item01 {
    background: url(../img/top-bg-sp.png);
  }
}

.slider-item02 {
  background: url(../img/mv1.jpg);
}
@media screen and (max-width: 767px) {
  .slider-item02 {
    background: url(../img/mv1sp.jpg);
  }
}

.slider-item02_en {
  position: relative;
  background: url(../img/mv1_en.jpg);
}
@media screen and (max-width: 767px) {
  .slider-item02_en {
    background: url(../img/mv1sp_en.jpg);
  }
}

.slider-item03 {
  background: url(../img/top-bg.png);
}
@media screen and (max-width: 767px) {
  .slider-item03 {
    background: url(../img/top-bg-sp.png);
  }
}

.slider-item04 {
  background: url(../img/top-bg.png);
}
@media screen and (max-width: 767px) {
  .slider-item04 {
    background: url(../img/top-bg-sp.png);
  }
}

.slider-item05 {
  background: url(../img/top-bg.png);
}
@media screen and (max-width: 767px) {
  .slider-item05 {
    background: url(../img/top-bg-sp.png);
  }
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 47.5841874085vw;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (max-width: 767px) {
  .slider-item {
    height: 680px;
  }
}
@media screen and (max-width: 374px) {
  .slider-item {
    height: 520px;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: calc(23.7920937042vw - 41px);
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  height: 82px;
  width: 82px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  background: url(../img/arrow_left.svg);
  left: 21px;
}
@media screen and (max-width: 1023px) {
  .slick-prev {
    background-image: none;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  background: url(../img/arrow_right.svg);
  right: 21px;
}
@media screen and (max-width: 1023px) {
  .slick-next {
    background-image: none;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 15px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 7.5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 13px;
  /*ドットボタンのサイズ*/
  height: 13px;
  /*ドットボタンのサイズ*/
  display: block;
  background: #d4d4d4;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #34a0ba;
  /*ドットボタンの現在地表示の色*/
}

.top {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top {
    margin-top: 80px;
  }
}
.top-title {
  max-width: 642px;
  width: 100%;
  margin: calc(23.7920937042vw - 157px) auto 0 auto;
}
@media screen and (max-width: 767px) {
  .top-title {
    margin: 148px auto 0 auto;
  }
}
.top-button {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-button {
    margin-top: 33.7px;
    display: grid;
    gap: 20px;
  }
}
.top-button-2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-button-2 {
    text-align: center;
    display: block;
  }
}

.irexmaintitle {
  max-width: 642px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .button-sp {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
  }
}
@media screen and (max-width: 374px) {
  .button-sp {
    padding: 3px 0;
  }
}
.button-indigo {
  background-color: #00325d;
  border-radius: 27px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.3s;
  max-width: 308px;
  width: 100%;
  text-align: center;
  padding: 11px 0;
}
.button-indigo:hover {
  background-color: #499ee7;
}
@media screen and (max-width: 767px) {
  .button-indigo {
    padding: 11px 80px;
  }
}
.button-indigo2 {
  position: relative;
  background-color: #00325d;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 11px 15px 11px 0;
}
.button-indigo2:hover {
  background-color: #499ee7;
}
@media screen and (max-width: 767px) {
  .button-indigo2 {
    display: inline-block;
    max-width: 375px;
    width: 100%;
    padding: 11px 65px 11px 55px;
  }
}
.button-indigo2:after {
  position: absolute;
  content: url(../img/buttonarrow.svg);
  top: 15px;
  margin-left: 10px;
}
.button-indigo3 {
  position: relative;
  background-color: #00325d;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 11px 15px 11px 0;
}
.button-indigo3:hover {
  background-color: #499ee7;
}
@media screen and (max-width: 767px) {
  .button-indigo3 {
    display: inline-block;
    max-width: 375px;
    width: 100%;
    padding: 11px 20px 11px 11px;
  }
}
.button-indigo3:after {
  position: absolute;
  content: url(../img/buttonarrow.svg);
  top: 15px;
  margin-left: 10px;
}
.button-purple {
  position: relative;
  background-color: #A24D9D;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 11px 15px 11px 0;
}
.button-purple:hover {
  background-color: #F074E9;
}
@media screen and (max-width: 767px) {
  .button-purple {
    display: inline-block;
    max-width: 375px;
    width: 100%;
    padding: 11px 55px 11px 45px;
  }
}
.button-purple:after {
  position: absolute;
  content: url(../img/buttonarrow.svg);
  top: 15px;
  margin-left: 10px;
}
.button-purple2 {
  position: relative;
  background-color: #A24D9D;
  border-radius: 30px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 11px 15px 11px 0;
}
.button-purple2:hover {
  background-color: #F074E9;
}
@media screen and (max-width: 767px) {
  .button-purple2 {
    display: inline-block;
    max-width: 375px;
    width: 100%;
    padding: 11px 55px 11px 45px;
  }
}
@media screen and (max-width: 374px) {
  .button-purple2 {
    padding: 11px 35px 11px 25px;
  }
}
.button-purple2:after {
  position: absolute;
  content: url(../img/buttonarrow.svg);
  top: 15px;
  margin-left: 10px;
}
.button-under {
  text-align: center;
  background-color: #fff;
  border: #00325d 2px solid;
  border-radius: 25px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #00325d;
  padding: 5px 48px;
  transition: 0.3s;
  max-width: fit-content;
  margin: 0 auto;
}
.button-under:hover {
  background-color: #00325d;
  color: #fff;
}

.inner {
  max-width: 965px;
  width: 90%;
  margin: 0 auto;
}

#news {
  padding-bottom: 83px;
}
#news li:first-child {
  margin-top: 34px;
}
#news li:last-child {
  margin-bottom: 35px;
}
#news li {
  align-items: center;
  margin: 12px 0;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #news li {
    display: block;
  }
}
#news-under {
  text-align: center;
}
#news h2 {
  margin-top: 72px;
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  text-align: center;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 3.75rem;
  }
}
#news h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #news h3 {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.news-date {
  font-size: 0.875rem;
}

/* ボタン本体の装飾 */
.button-gra {
  position: relative;
  /* static以外を指定 */
  z-index: 0;
  /* グラデーションよりも上に配置 */
  display: inline-block;
  /* inline以外にする */
  background: transparent;
  /* 背景を透明にする */
  border-radius: 27px;
  /* 角の丸み */
  overflow: hidden;
  /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer;
  /* カーソルをポインターにする */
  /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .button-gra {
    padding: 11px 20px;
  }
}

.button-gra2 {
  position: relative;
  z-index: 0;
  /* グラデーションよりも上に配置 */
  display: inline-block;
  /* inline以外にする */
  background: transparent;
  /* 背景を透明にする */
  border-radius: 27px;
  /* 角の丸み */
  overflow: hidden;
  /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer;
  /* カーソルをポインターにする */
  /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  text-align: center;
  padding: 11px 0;
  width: 90%;
  margin-top: 16px;
}
@media screen and (max-width: 1081px) {
  .button-gra2 {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .button-gra2 {
    display: none;
  }
}

.button-gra span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .button-gra span {
    display: block;
  }
}

/* ::before, ::afterで2種類のグラデーションを用意 */
.button-gra::before,
.button-gra::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.button-gra2::before,
.button-gra2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* グラデーション1 */
.button-gra::before {
  transition: all 0.6s;
  /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(90deg, #31a1b7 0%, #6b8ef1 100%);
}

.button-gra2::before {
  transition: all 0.6s;
  /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(90deg, #31a1b7 0%, #6b8ef1 100%);
}

/* グラデーション2 */
.button-gra::after {
  z-index: -2;
  background: linear-gradient(90deg, #9cf1d4 0%, #6fcefd 100%);
}

.button-gra2::after {
  z-index: -2;
  background: linear-gradient(90deg, #9cf1d4 0%, #6fcefd 100%);
}

/* ホバー時にグラデーション1を透明にする */
.button-gra:hover::before {
  opacity: 0;
}

.button-gra2:hover::before {
  opacity: 0;
}

#overview {
  background-image: url(../img/開催概要.png);
  background-size: cover;
  color: #fff;
  padding-bottom: 80px;
}
#overview h2 {
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #overview h2 {
    font-size: 3.75rem;
  }
}
#overview h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #overview h3 {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
#overview h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 14px;
}
#overview h6 {
  font-size: 1.125rem;
}
#overview h6 span {
  display: block;
  font-size: 0.825rem;
}

.overview-con {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1081px) {
  .overview-con {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .overview-con {
    display: block;
  }
}
.overview-box-left {
  background-color: #fff;
  color: #000000;
  margin-top: 30px;
  padding: 25px;
  width: 460px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .overview-box-left {
    width: 100%;
  }
}
.overview-box-right {
  background-color: #fff;
  color: #000000;
  padding: 25px;
  box-shadow: 0 0 8px rgb(255, 255, 255);
  margin-top: 30px;
  width: 460px;
}
@media screen and (max-width: 1081px) {
  .overview-box-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .overview-box-right {
    width: 100%;
    padding: 25px;
  }
}
.overview-subtitle {
  background-image: linear-gradient(90deg, #31a1b7, #6b8ef1);
  padding: 0 10px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
}
.overview-text p {
  margin-top: 24px;
  font-size: 1.125rem;
}
.overview-title {
  margin-top: 41px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.overview-title p {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .overview-title {
    text-align: left;
  }
}
.overview-under {
  margin-top: 14px;
}
.overview-dl {
  font-size: 0.75rem;
  color: #fff;
}
.overview-dl br {
  display: none;
}
@media screen and (max-width: 767px) {
  .overview-dl br {
    display: block;
  }
}

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

.dl-link {
  margin: 0 auto;
  padding: 7px;
  padding-right: 20px;
  text-align: center;
  background-color: #00325d;
  width: 348px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .dl-link {
    max-width: 100%;
  }
}

.dl-down {
  display: block;
  font-size: 1rem;
}
.dl-down::after {
  content: "";
  background-image: url(../img/icon_dl.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  transform: translate(13px, -5px);
  margin: -5px -20px 0 0;
}

.dl-link:hover {
  background-color: #499ee7;
}

#about {
  background-image: url(../img/cyborg-hand.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #about {
    background-image: none;
  }
}
#about h2 {
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  text-align: center;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #about h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
  #about h2 span {
    display: block;
  }
}
#about h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #about h3 {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
#about img {
  margin-top: 32px;
  position: relative;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  #about img {
    background-size: cover;
    width: 100%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  }
}

.about-main {
  margin-bottom: 148px;
  position: relative;
}
@media screen and (max-width: 1319px) {
  .about-main {
    margin-bottom: 32px;
  }
}
.about-main img {
  position: absolute;
  width: 584px;
}
.about-main h5 {
  position: absolute;
  line-height: 2;
  background-color: #fff;
  padding: 38px 40px 30px 40px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  width: 682px;
  top: 249px;
  left: 282px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1319px) {
  .about-main h5 {
    margin-top: 32px;
    position: static;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
}
.about-main_en {
  margin-bottom: 148px;
  position: relative;
}
@media screen and (max-width: 1319px) {
  .about-main_en {
    margin-bottom: 32px;
  }
}
.about-main_en img {
  position: absolute;
  width: 584px;
}
.about-main_en h5 {
  position: absolute;
  line-height: 2;
  background-color: #fff;
  padding: 38px 40px 30px 40px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  width: 895px;
  top: 249px;
  left: 195px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1319px) {
  .about-main_en h5 {
    margin-top: 32px;
    position: static;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
}

#archive {
  padding-bottom: 80px;
  background-image: url(../img/bcg.png);
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  #archive {
    background-image: url(../img/bcg-sp.png);
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #archive {
    background-image: url(../img/bcg-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 0px;
  }
}
#archive h2 {
  padding-top: 80px;
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  text-align: center;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #archive h2 {
    font-size: 3.75rem;
  }
}
#archive h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #archive h3 {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.archive-main {
  margin: 35px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26.5px;
}
@media screen and (max-width: 1023px) {
  .archive-main {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .archive-main {
    display: block;
  }
}
.archive-main img {
  max-width: 456px;
}
@media screen and (max-width: 767px) {
  .archive-main img {
    margin-top: 32px;
  }
}
.archive-right {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .archive-right {
    width: 100%;
  }
}
.archive-title {
  margin-top: 20.5px;
  font-size: 1.375rem;
  font-weight: bold;
}
.archive-text {
  line-height: 2;
  margin-top: 21px;
}
.youtube {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .youtube-sp {
    display: block;
  }
}

#organizer h2 {
  padding-top: 80px;
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  text-align: center;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #organizer h2 {
    font-size: 3.75rem;
    padding-top: 80px;
  }
}
#organizer h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
  color: #00325d;
}
@media screen and (max-width: 767px) {
  #organizer h3 {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
#organizer img {
  width: 285px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #organizer img {
    max-width: 335px;
  }
}

.organaizer-in {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin: 0 auto;
  width: 90%;
  max-width: 817px;
  padding: 68px 0 130px 0;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .organaizer-in {
    display: grid;
    gap: 51px;
    justify-content: center;
  }
}

.rennraku {
  max-width: 965px;
  border: 1px solid #00325d;
  padding: 32px;
  text-align: center;
  margin: 0 auto 160px auto;
  width: 90%;
}
.rennraku h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
.rennraku h5 {
  line-height: 2;
}
.rennraku h5 span {
  margin-top: 12.9px;
  font-size: 1.125rem;
  display: block;
}

.ren-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .ren-br {
    display: block;
  }
}
.ren-mail a {
  border-bottom: #00325d solid 1px;
  transition: 0.3s;
}
.ren-mail a:hover {
  opacity: 0.6;
}

.footer-sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    display: block;
  }
}
.footer-sns a {
  display: block;
}
.footer-sns li {
  width: 33.3333333333%;
  text-align: center;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .footer-sns li {
    width: 100%;
  }
}
.footer-fb {
  background-color: #235ba4;
  transition: 0.3s;
}
.footer-fb:hover {
  background-color: #043d86;
}
.footer-fb img {
  width: 31.45px;
}
.footer-twitter {
  background-color: #5cb6ee;
  transition: 0.3s;
}
.footer-twitter:hover {
  background-color: #1c81c0;
}
.footer-twitter img {
  width: 31.45px;
}
.footer-insta {
  background-color: #c44892;
  transition: 0.3s;
}
.footer-insta:hover {
  background-color: #b81d79;
}
.footer-insta img {
  width: 31.45px;
}
.footer-under {
  background: linear-gradient(90deg, #31A1B7, #6B8EF1);
  text-align: center;
}
.footer-under-pc {
  max-width: 488px;
  text-align: center;
  padding-top: 57px;
}
@media screen and (max-width: 767px) {
  .footer-under-pc {
    display: none;
  }
}
.footer-under-sp {
  display: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-under-sp {
    padding-top: 60px;
    display: block;
    width: 100%;
  }
}
.footer-list {
  font-weight: bold;
  color: #fff;
  margin-top: 63px;
  justify-content: space-between;
  display: flex;
}
.footer-list li:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer-list {
    display: inline-grid;
    gap: 40px;
  }
}
.footer-banner {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 2;
}
.footer-banner-pc {
  display: inline-block;
  max-width: 207px;
}
@media screen and (max-width: 767px) {
  .footer-banner-pc {
    display: none;
  }
}
.footer-banner-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-banner-sp {
    display: inline-block;
    max-width: 150px;
  }
}
.footer-banner-sp-en {
  max-width: 210px;
}
.footer .button-gra {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 999px;
  width: 160px;
  height: 160px;
  z-index: 1;
  padding-top: 50px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .footer .button-gra {
    bottom: 15px;
    right: 15px;
    width: 120px;
    height: 120px;
    padding-top: 37px;
    font-size: 18px;
  }
}
.footer .close {
  pointer-events: none;
  opacity: 0.3;
  display: block;
}
.footer-c {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 63px;
  padding-bottom: 21px;
  line-height: 1;
}
.footer-c a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.footer p {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .footer-pc {
    display: none;
  }
}
.footer-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-sp {
    display: block;
  }
}

.topicpath {
  max-width: 1166px;
  width: 90%;
  margin: 0 auto;
  font-size: 0.75rem;
}

.index {
  margin-top: 102px;
}
.index-inner {
  max-width: 1166px;
  width: 90%;
  margin: 0 auto;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .index {
    margin-top: 110px;
  }
}

.access-inner {
  max-width: 1166px;
  width: 90%;
  margin: 0 auto;
  font-size: 0.75rem;
}
.access-title {
  text-align: left;
}
.access-title h2 {
  padding-top: 40px;
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  text-align: center;
  color: #00325d;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .access-title h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.access-title h1 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: -10px;
  font-weight: 500;
  font-size: 1rem;
  color: #00325d;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .access-title h1 {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
.access-title-top {
  margin-top: 80px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access-title-top {
    margin-top: 32px;
    font-size: 1.25rem;
  }
}
.access-main {
  display: grid;
  grid-template-columns: 0.43fr 0.57fr;
  margin-top: 31px;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .access-main {
    display: block;
  }
}
.access-right-title {
  font-size: 1rem;
  background-color: #00325d;
  font-weight: bold;
  color: #fff;
  padding: 3px 13px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .access-right-title {
    margin: 0px -20px 0 -20px;
  }
}
.access-right-subtitle {
  margin-top: 11px;
  font-size: 0.875rem;
}
.access-right-subtitle span {
  font-weight: bold;
  display: block;
}
.access-right-box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .access-right-box {
    margin-bottom: 24px;
  }
}
.access-right-box :last-child {
  margin-bottom: 0;
}
.access-left {
  height: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access-left {
    margin-bottom: 32px;
    height: 393px;
  }
}
.access-left iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access-bigsight {
  font-weight: 700;
  transition: 0.3s;
}
.access-bigsight:hover {
  opacity: 0.6;
}

.exihibit-inner {
  max-width: 1166px;
  width: 90%;
  margin: 0 auto;
}
.exihibit-container:last-child {
  margin-bottom: 120px;
}
.exihibit-title {
  display: flex;
  background-color: #00325d;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 13px;
  text-align: left;
  margin-top: 80px;
  align-items: center;
  font-family: "noto-sans-cjk-jp";
}
@media screen and (max-width: 1023px) {
  .exihibit-title span {
    display: block;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .exihibit-title {
    font-size: 1rem;
    display: block;
    margin: 60px -20px 0 -20px;
  }
}
.exihibit-subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .exihibit-subtitle {
    display: block;
    margin-left: 0;
    font-size: 0.625rem;
  }
}
.exihibit-block {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .exihibit-block {
    display: block;
  }
}
.exihibit-dl {
  max-width: 262px;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .exihibit-dl {
    max-width: 100%;
  }
}
.exihibit-image {
  background-color: #f1f1f1;
}
.exihibit-image img {
  max-height: 193px;
}
@media screen and (max-width: 767px) {
  .exihibit-image img {
    max-height: 100%;
  }
}
.exihibit-text {
  padding: 12px 10px 16px 10px;
  font-size: 0.75rem;
}
.exihibit-text-down {
  margin-top: 6px;
}
.exihibit-bold {
  min-height: 72px;
  font-size: 1rem;
  font-weight: bold;
}
.exihibit-bold span {
  display: block;
  font-size: 0.75rem;
}
.exihibit-button {
  margin-top: 7px;
  position: relative;
  /* static以外を指定 */
  z-index: 0;
  /* グラデーションよりも上に配置 */
  display: inline-block;
  /* inline以外にする */
  background: transparent;
  /* 背景を透明にする */
  border-radius: 27px;
  /* 角の丸み */
  overflow: hidden;
  /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer;
  /* カーソルをポインターにする */
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
  width: 243px;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .exihibit-button {
    width: 100%;
  }
}
.exihibit-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(90deg, #31a1b7 0%, #6b8ef1 100%);
}
.exihibit-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(90deg, #9cf1d4 0%, #6fcefd 100%);
}
.exihibit-button:hover::before {
  opacity: 0;
}
.exihibit-button img {
  width: 12px;
  margin-left: 20px;
  transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
  .exihibit-button img {
    width: 14px;
  }
}
.exihibit-button-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exihibit-button {
    font-size: 1rem;
    padding: 11px;
  }
}

.dropdown {
  position: relative;
  max-width: 1240px;
  width: 90%;
  height: 214px;
  color: #fff;
  margin: 60px auto 0 auto;
  display: flex;
  align-items: center;
}
.dropdown::before {
  content: "";
  background: linear-gradient(30deg, #32A1B8, #4F97D5);
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  width: 200vw;
  height: 100%;
}
.dropdown h1 {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 162px;
}

.dropmenu {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  width: 70%;
  gap: 16px;
}
.dropmenu-1 {
  position: relative;
  width: 320px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dropmenu-1:before {
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: -16px;
  z-index: -1;
  width: 0%;
  height: 130%;
  background-color: #fff;
  opacity: 0.1;
  transition: 0.1s;
}
.dropmenu-1:hover::before {
  width: 104%;
}
.dropmenu-1:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin-right: 16px;
}
.dropmenu-1 ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  padding-left: 16px;
  background: linear-gradient(#62A2DA, #6E9EE6);
  z-index: 2;
}
.dropmenu-1 ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: 0.2s;
}
.dropmenu-1 ul li ul {
  background: linear-gradient(#7DA8E8, #89A6F4);
  z-index: 3;
}
.dropmenu a {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li ul li a {
  text-align: left;
  font-size: 0.875rem;
  font-weight: normal;
}

.dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}

#area-1 {
  padding: 37px 0 50px 0;
}
@media screen and (max-width: 767px) {
  #area-1 {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 48px;
  }
}
#area-1 h2 {
  max-width: 1166px;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  width: 90%;
}
#area-1 h2::after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 100vw;
  height: 2px;
  background: linear-gradient(to left, #31A1B7, #6B8EF1);
  transform: translateX(-100vw);
}
@media screen and (max-width: 767px) {
  #area-1 h2 {
    font-size: 1.5rem;
  }
}
#area-2 {
  background-color: #F0F8FF;
  padding: 80px 0;
}
#area-2 h2 {
  max-width: 1166px;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 0 30px 0 0;
}
#area-2 h2::after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 100vw;
  height: 2px;
  background: linear-gradient(to left, #31A1B7, #6B8EF1);
  transform: translateX(-100vw);
}
@media screen and (max-width: 767px) {
  #area-2 h2 {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  #area-2 h2 {
    font-size: 1.2rem;
  }
}
#area-3 {
  background-color: #F3E9F9;
  padding: 80px 0;
}
#area-3 h2 {
  max-width: 1166px;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin: 0 30px 0 0;
}
#area-3 h2::after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 100vw;
  height: 2px;
  background: linear-gradient(to left, #688FEE, #A34B9A);
  transform: translateX(-100vw);
}
@media screen and (max-width: 767px) {
  #area-3 h2 {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  #area-3 h2 {
    font-size: 1.2rem;
  }
}
#area-4 {
  background-color: #000000;
  padding: 0 0 80px;
  background-size: cover;
}
#area-4 h2 {
  max-width: 1166px;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #fff;
  width: 90%;
}
#area-4 h2::after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 100vw;
  height: 2px;
  background: linear-gradient(to left, #688FEE, #A34B9A);
  transform: translateX(-100vw);
}
@media screen and (max-width: 767px) {
  #area-4 h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  #area-4 h2 {
    font-size: 1.2rem;
  }
}
#area-5 {
  background: linear-gradient(155deg, #F0F8FF, #F3E9F9);
  padding: 80px 0;
}
#area-5 h2 {
  max-width: 1166px;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #000;
  width: 90%;
}
#area-5 h2::after {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 100vw;
  height: 2px;
  background: linear-gradient(to left, #688FEE, #A34B9A);
  transform: translateX(-100vw);
}
@media screen and (max-width: 767px) {
  #area-5 h2 {
    font-size: 1.5rem;
  }
}

.guidance-topmenu {
  margin-top: 40px;
}
.guidance-topmenu ul {
  justify-content: right;
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  gap: 42px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul {
    margin: auto;
    gap: 5px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 374px) {
  .guidance-topmenu ul {
    gap: 5px;
  }
}
.guidance-topmenu ul li {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul li {
    width: 25%;
  }
}
.guidance-topmenu ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.guidance-topmenu ul li a::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-image: linear-gradient(-45deg, #31A1B7 0%, #6B8EF1 100%);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul li a span {
    display: none;
  }
}
.guidance-topmenu ul li img {
  display: none;
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul li img {
    display: block;
    width: 9px;
    text-align: center;
  }
}
.guidance-topmenu ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul li a:hover::after {
    display: none;
  }
}
@media screen and (max-width: 1081px) {
  .guidance-topmenu ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul li {
    font-size: 0.875rem;
    text-align: center;
  }
  .guidance-topmenu ul li::after {
    position: absolute;
    content: url(../img/downaroow.png);
    top: 60px;
    right: 45%;
  }
}
@media screen and (max-width: 374px) {
  .guidance-topmenu ul li {
    font-size: 0.75rem;
  }
}
.guidance-topmenu ul li br {
  display: none;
}
@media screen and (max-width: 767px) {
  .guidance-topmenu ul li br {
    display: block;
  }
}

.industry-title {
  display: flex;
  background-color: #00325d;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 13px;
  text-align: left;
  margin-top: 80px;
  align-items: center;
  font-family: "noto-sans-cjk-jp";
  background: linear-gradient(90deg, #005C9F 0%, #4496D2 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 50px auto 0 auto;
  padding: 7px 40px;
  max-width: 1240px;
  align-items: baseline;
}
.industry-title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .industry-title br {
    display: block;
  }
}
.industry-title span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .industry-title span {
    display: inline-block;
  }
}
@media screen and (max-width: 1081px) {
  .industry-title {
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .industry-title {
    display: block;
    letter-spacing: -0.01rem;
    margin-top: 30px;
    padding: 12px 5%;
    font-size: 1.125rem;
  }
}
.industry-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #005C9F;
  margin-top: 30px;
  border: #005C9F 2px solid;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .industry-subtitle {
    font-size: 1rem;
    margin-top: 40px;
  }
}
.industry-subinner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.industry-subinner h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #005C9F;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .industry-subinner h3 {
    font-size: 1rem;
    margin-top: 40px;
  }
}
.industry-subinner h4 {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 0px 25px;
  background-color: #005C9F;
  box-shadow: 0 0 0 3px #005C9F;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .industry-subinner h4 {
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    padding: 0px 20px;
  }
}
.industry-subinner p {
  position: relative;
  vertical-align: middle;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp";
}
.industry-subinner p::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .industry-subinner p::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .industry-subinner p {
    font-size: 0.75rem;
  }
}
.industry-subinner p::before {
  background-color: #005C9F;
}
.industry-subinner p span {
  font-size: 0.625rem;
}
.industry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .industry-list {
    gap: 8px 20px;
    margin-top: 12px;
    padding-bottom: 10px;
  }
}
.industry-list-2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 0px 60px;
}
@media screen and (max-width: 767px) {
  .industry-list-2 {
    width: 100%;
  }
}
.industry-list-2-1 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .industry-list-2-1 {
    margin-top: 12px;
    width: 100%;
  }
}
.industry-list-2-3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .industry-list-2-3 {
    width: 100%;
  }
}
.industry-list-2-1-in {
  margin-top: 16px;
  max-width: 524px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
@media screen and (max-width: 767px) {
  .industry-list-2-1-in {
    margin-top: 12px;
  }
}
.industry-list-2-2-in {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.industry-list-2-3-in {
  max-width: 551px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.industry-list-3 {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 0px 60px;
}
.industry-list-3-1 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .industry-list-3-1 {
    width: 100%;
  }
}
.industry-list-3-1-in {
  margin-top: 16px;
  max-width: 551px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
@media screen and (max-width: 767px) {
  .industry-list-3-1-in {
    gap: 8px 20px;
  }
}
.industry-list-4 {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  gap: 20px 60px;
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .industry-list-4 {
    display: block;
    width: 100%;
  }
}
.industry-list-4-1 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .industry-list-4-1 {
    width: 100%;
  }
}
.industry-list-4-2 {
  width: 90%;
}
@media screen and (max-width: 1023px) {
  .industry-list-4-2 {
    width: 100%;
    margin-top: 20px;
  }
}
.industry-list-4-1-in {
  max-width: 440px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  gap: 8px 20px;
}
.industry-list-4-2-in {
  max-width: 339px;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  display: block;
}
.industry-list-4-2-in span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .industry-list-4-2-in span {
    font-size: 0.875rem;
  }
}

.ir-area {
  display: flex;
  align-items: center;
  background-size: cover;
  height: 250px;
  background-image: url(../img/cover1.png);
}
@media screen and (max-width: 767px) {
  .ir-area {
    height: 130px;
  }
}
.ir-area p {
  font-family: "noto-sans-cjk-jp";
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ir-area p {
    font-size: 1.375rem;
  }
}

#sr-zone {
  padding-bottom: 50px;
}

.sr-area {
  display: flex;
  align-items: center;
  background-size: cover;
  height: 250px;
  background-image: url(../img/cover2.png);
}
@media screen and (max-width: 767px) {
  .sr-area {
    height: 130px;
  }
}
.sr-area p {
  font-family: "noto-sans-cjk-jp";
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sr-area p {
    font-size: 1.375rem;
  }
}
.sr-title {
  display: flex;
  background-color: #00325d;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 13px;
  text-align: left;
  margin-top: 80px;
  align-items: center;
  font-family: "noto-sans-cjk-jp";
  background: linear-gradient(90deg, #098861 0%, #34B68E 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 40px auto 0 auto;
  padding: 7px 40px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .sr-title {
    font-size: 1.125rem;
    margin-top: 30px;
    padding: 12px 5%;
  }
}
.sr-subinner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.sr-subinner h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #098861;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sr-subinner h3 {
    margin-top: 40px;
    font-size: 1rem;
  }
}
.sr-subinner h4 {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 0px 25px;
  background-color: #098861;
  box-shadow: 0 0 0 3px #098861;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sr-subinner h4 {
    text-align: left;
    width: 100%;
    font-size: 0.875rem;
    padding: 0px 20px;
  }
}
.sr-subinner p {
  position: relative;
  vertical-align: middle;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp";
}
.sr-subinner p::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .sr-subinner p::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  .sr-subinner p {
    font-size: 0.75rem;
  }
}
.sr-subinner p::before {
  background-color: #098861;
}
.sr-subinner p span {
  font-size: 0.625rem;
}
.sr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
  margin-top: 20px;
}
.sr-list-1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media screen and (max-width: 767px) {
  .sr-list-1 {
    gap: 0;
  }
}
.sr-list-1-1 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sr-list-1-1 {
    width: 100%;
  }
}
.sr-list-1-2 {
  margin-top: 30px;
  width: 90%;
}
.sr-list-1-1-in {
  margin-top: 16px;
  max-width: 543px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
@media screen and (max-width: 767px) {
  .sr-list-1-1-in {
    margin-top: 12px;
    gap: 8px 20px;
  }
}
.sr-list-1-2-in {
  max-width: 551px;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.sr-list-1-3-in {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}

#jointzone {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #jointzone {
    padding-bottom: 50px;
  }
}

.joint {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .joint {
    margin-top: 12px;
    display: block;
  }
}
.joint-left img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .joint-left img {
    width: 100%;
  }
}
.joint-right {
  max-width: 825px;
}
.joint-right h5 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .joint-right h5 {
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.ex-fee-inner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.ex-fee-top {
  display: flex;
  flex-direction: row;
  max-width: 1166px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .ex-fee-top {
    text-align: center;
    display: block;
  }
}
.ex-fee-block {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .ex-fee-block {
    display: block;
  }
}
.ex-fee-left {
  margin-top: 30px;
  max-width: 464px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .ex-fee-left {
    width: 100%;
  }
}
.ex-fee-left h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ex-fee-left h3 {
    font-size: 1rem;
  }
}
.ex-fee-left p {
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ex-fee-left p {
    font-size: 0.625rem;
  }
}
.ex-fee-left p span {
  margin-left: 12px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .ex-fee-left p span {
    margin-left: 0;
    margin-top: 6px;
  }
}
.ex-fee-left-en {
  margin-top: 30px;
  max-width: 1166px;
}
@media screen and (max-width: 767px) {
  .ex-fee-left-en {
    width: 100%;
  }
}
.ex-fee-left-en h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ex-fee-left-en h3 {
    font-size: 1rem;
  }
}
.ex-fee-left-en p {
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ex-fee-left-en p {
    font-size: 0.625rem;
  }
}
.ex-fee-left-en p span {
  margin-left: 12px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 767px) {
  .ex-fee-left-en p span {
    margin-left: 0;
    margin-top: 6px;
  }
}
.ex-fee-right {
  margin-top: 30px;
  max-width: 464px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .ex-fee-right {
    width: 100%;
  }
}
.ex-fee-right h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ex-fee-right h3 {
    font-size: 1rem;
  }
}
.ex-fee-price {
  margin: 18px 0 40px 0;
}
.ex-fee-price-en {
  margin: 18px 0;
}
.ex-fee-price-en-text {
  margin-bottom: 16px;
}
.ex-fee-price-en img {
  width: 511px;
}
@media screen and (max-width: 767px) {
  .ex-fee-price-en img {
    max-width: 464px;
    width: 100%;
  }
}

.booth-inner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .booth-inner {
    width: 90%;
  }
}
.booth-box {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .booth-box {
    display: block;
  }
}
.booth-block {
  max-width: 519px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .booth-block {
    max-width: 768px;
    width: 100%;
  }
}
.booth-block h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
}
.booth-block img {
  margin-top: 8px;
}
.booth-block p {
  margin-top: 16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .booth-block p {
    margin-top: 8px;
    font-size: 0.625rem;
  }
}
.booth-block p span {
  font-weight: 700;
  color: #CB1919;
}
.booth-block2 {
  max-width: 290px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .booth-block2 {
    max-width: 768px;
    width: 100%;
  }
}
.booth-block2 h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .booth-block2 h3 {
    margin-top: 30px;
  }
}
.booth-block2 img {
  margin-top: 8px;
}
.booth-block2 p {
  margin-top: 16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .booth-block2 p {
    font-size: 0.625rem;
  }
}
.booth-block2 p span {
  font-weight: 700;
  color: #CB1919;
}

.package-inner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.package-inner h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
  margin-top: 30px;
}
.package-inner p {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .package-inner p {
    margin-top: 0;
  }
}
.package-box {
  display: flex;
  margin-top: 30px;
}
.package-box img {
  max-width: 950px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .package-box img {
    margin-bottom: 30px;
  }
}

.seminar-inner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.seminar-inner h3 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 30px;
}
.seminar-inner img {
  max-width: 1062px;
  margin-top: 30px;
}

.online-top {
  display: flex;
  flex-direction: row;
  max-width: 1166px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .online-top {
    text-align: center;
    display: block;
    width: 90%;
  }
}
.online-inner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.online-inner p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .online-inner p {
    letter-spacing: 0.05rem;
    font-size: 0.875rem;
  }
}
.online-img {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .online-img {
    margin-bottom: 20px;
  }
}
.online-title {
  display: flex;
  background-color: #00325d;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 13px;
  text-align: left;
  margin-top: 80px;
  align-items: center;
  font-family: "noto-sans-cjk-jp";
  background: linear-gradient(-90deg, #688FEE 0%, #A34B9A 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 40px auto 0 auto;
  padding: 7px 40px;
  max-width: 1240px;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .online-title {
    display: block;
    padding: 12px 5%;
    font-size: 1.125rem;
  }
}
.online-title span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .online-title span {
    display: inline-block;
    line-height: 0;
  }
}
.online-title-brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .online-title-brsp {
    display: block;
  }
}
.online-exhibit-img {
  max-width: 1063px;
  margin-top: 30px;
}
.online-price-img {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .online-price-img {
    margin-bottom: 0;
  }
}
.online-option-img {
  margin-top: 30px;
}

#regulations {
  padding: 60px 0;
}
#regulations p {
  max-width: 1166px;
  color: #fff;
  margin: 30px auto 0 auto;
  width: 90%;
}

.regulations-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  max-width: 1166px;
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .regulations-inner {
    flex-direction: column;
  }
}

.application-inner {
  margin: 0 auto;
  max-width: 1166px;
  width: 90%;
}
.application-inner h4 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .application-inner h4 {
    font-size: 1rem;
    font-weight: 500;
  }
}
.application-inner h5 {
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .application-inner h5 {
    font-size: 0.875rem;
  }
}
.application-inner h5 span {
  font-weight: 700;
  color: #E91C1C;
  margin-top: 16px;
}
.application-title {
  display: flex;
  background-color: #00325d;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 13px;
  text-align: left;
  margin-top: 80px;
  align-items: center;
  font-family: "noto-sans-cjk-jp";
  background: linear-gradient(90deg, #005C9F 0%, #4496D2 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 40px auto 0 auto;
  padding: 7px 40px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .application-title {
    font-size: 1.125rem;
    padding: 12px 5%;
  }
}
.application-title p {
  color: #fff;
}
.application-box {
  display: flex;
  margin-top: 30px;
  margin-bottom: 44.5px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .application-box {
    display: block;
  }
}
.application-left {
  max-width: 583px;
}
.application-left p {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .application-left p {
    font-size: 0.875rem;
  }
}
.application-left-en {
  max-width: 793px;
}
.application-left-en p {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .application-left-en p {
    font-size: 0.875rem;
  }
}
.application-button {
  position: relative;
  color: #fff;
  background-color: #00325d;
  border-radius: 27px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s;
  max-width: 308px;
  width: 100%;
  text-align: center;
  padding: 11px 35px 11px 20px;
  transition: 0.3s;
}
.application-button:hover {
  background-color: #499ee7;
}
@media screen and (max-width: 767px) {
  .application-button {
    display: inline-block;
    max-width: 375px;
    width: 100%;
    padding: 11px 60px;
  }
}
@media screen and (max-width: 374px) {
  .application-button {
    padding: 11px 30px;
  }
}
.application-button:after {
  position: absolute;
  content: url(../img/buttonarrow.svg);
  top: 13px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .application-button:after {
    top: 15px;
  }
}
.application-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .application-right {
    margin-top: 35px;
  }
}
.application-right-1 {
  display: flex;
  align-items: center;
}
.application-right-1 img {
  width: 60px;
}
.application-right-1 p {
  margin-left: 18px;
  font-size: 0.875rem;
  color: #fff;
}
.application-right-1 p:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.application-right-mail {
  border-bottom: #fff solid 1px;
}
.application-info {
  max-width: 965px;
  margin: 0 auto 60px auto;
}
.application-info-2 {
  max-width: 965px;
  margin: 30px auto 0 auto;
  width: 90%;
}
.application-info-text {
  color: #fff;
  margin-bottom: 30px;
}
.application-info-annotation {
  margin-top: 8px;
  color: #fff;
  font-size: 0.825rem;
}
.application-br {
  display: block;
}
.application-br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .application-br-sp {
    display: block;
  }
}

.onsite-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1166px;
  width: 90%;
  margin: 30px auto 0 auto;
  column-gap: 33px;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .onsite-inner {
    row-gap: 20px;
  }
}
.onsite-data h3 {
  font-size: 1.25rem;
  color: #005C9F;
  font-weight: 700;
}
.onsite-1 {
  margin-top: 16px;
  width: 521px;
}
@media screen and (max-width: 767px) {
  .onsite-1 {
    margin-top: 12px;
    width: 100%;
  }
}
.onsite-2 {
  margin-top: 16px;
  width: 519px;
}
@media screen and (max-width: 767px) {
  .onsite-2 {
    margin-top: 12px;
    width: 100%;
  }
}
.onsite-3 {
  margin-top: 7px;
  width: 525px;
}
@media screen and (max-width: 767px) {
  .onsite-3 {
    width: 100%;
  }
}
.onsite-4 {
  margin-top: 33px;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .onsite-4 {
    width: 100%;
  }
}
.onsite-5 {
  width: 523px;
}
@media screen and (max-width: 767px) {
  .onsite-5 {
    width: 100%;
  }
}
.onsite-6 {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .onsite-6 {
    width: 100%;
  }
}

.online-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1166px;
  width: 90%;
  margin: 30px auto 0 auto;
  column-gap: 33px;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .online-inner {
    row-gap: 20px;
  }
}
.online-under {
  max-width: 1166px;
  margin: 0 auto;
}
.online-under p {
  margin-top: 16px;
  font-size: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .online-under p {
    width: 90%;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .online-under p {
    margin: 0 auto;
  }
}
.online-under a {
  color: #688FEE;
  border-bottom: 1px solid #688FEE;
  transition: 0.3s;
}
.online-under a:hover {
  opacity: 0.7;
}
.online-1 {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .online-1 {
    width: 100%;
  }
}
.online-2 {
  width: 491px;
}
@media screen and (max-width: 767px) {
  .online-2 {
    width: 100%;
  }
}
.online-3 {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .online-3 {
    width: 100%;
  }
}
.online-4 {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .online-4 {
    display: none;
  }
}

.visitor-inner {
  max-width: 1166px;
  width: 90%;
  margin: 0 auto;
}
.visitor-container:last-child {
  margin-bottom: 120px;
}
.visitor-title {
  display: flex;
  background-color: #00325d;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 13px;
  text-align: left;
  margin-top: 80px;
  align-items: center;
  font-family: "noto-sans-cjk-jp";
}
@media screen and (max-width: 1023px) {
  .visitor-title span {
    display: block;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .visitor-title {
    font-size: 1rem;
    display: block;
    margin: 60px -20px 0 -20px;
  }
}
.visitor-subtitle {
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .visitor-subtitle {
    display: block;
    margin-left: 0;
    font-size: 0.625rem;
  }
}
.visitor-block {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .visitor-block {
    display: block;
  }
}
.visitor-text {
  padding: 17.5px 10px 16px 0;
  font-size: 0.875rem;
  font-weight: bold;
}
.visitor-text a {
  color: #688FEE;
  border-bottom: #688FEE 1px solid;
}

#banner-aria {
  margin-bottom: 80.5px;
}
#banner-aria h2 {
  padding: 7.5px;
  margin-bottom: 30.5px;
  background-color: #00325d;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #banner-aria h2 {
    font-size: 1.125rem;
  }
}
#banner-aria ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.1vw;
}
@media screen and (max-width: 767px) {
  #banner-aria ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.46vw;
  }
}

.modal-check p {
  text-align: center;
}
.modal-check ul {
  display: flex;
  justify-content: space-between;
}
.modal-check ul li {
  width: 230px;
}

.modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: 80vh;
  padding: 25px 34px 60px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1081px) {
  .modal-content {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px;
    width: 90%;
  }
}
.modal-inner {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-inner::-webkit-scrollbar {
  display: none;
}
.modal-close {
  position: absolute;
  top: -20px;
  right: -17px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: -21px;
    right: -19px;
  }
}
@media screen and (max-width: 374px) {
  .modal-close {
    right: -10px;
  }
}

#casemodal {
  transition: 0.3s;
}
#casemodal:hover {
  opacity: 0.7;
}
#casemodal2 {
  transition: 0.3s;
}
#casemodal2:hover {
  opacity: 0.7;
}
#casemodal3 {
  transition: 0.3s;
}
#casemodal3:hover {
  opacity: 0.7;
}
#casemodal4 {
  transition: 0.3s;
}
#casemodal4:hover {
  opacity: 0.7;
}
#casemodal5 {
  transition: 0.3s;
}
#casemodal5:hover {
  opacity: 0.7;
}
#casemodal6 {
  transition: 0.3s;
}
#casemodal6:hover {
  opacity: 0.7;
}

.modal .overview {
  display: flex;
  justify-content: space-between;
  column-gap: 38px;
  padding: 10px 0 0 10px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .modal .overview {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
    padding: 10px 0 0;
  }
}
.modal .overview-left {
  position: relative;
  width: 232px;
}
@media screen and (max-width: 767px) {
  .modal .overview-left {
    margin: 0 auto;
  }
}
.modal .overview-left p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}
.modal .overview-left p:first-child img {
  width: 116px;
}
.modal .overview-right {
  width: 655px;
}
@media screen and (max-width: 767px) {
  .modal .overview-right {
    width: auto;
  }
}
.modal .overview-right .categorize {
  margin-bottom: 16px;
  font-weight: bold;
}
.modal .overview-right .categorize p {
  display: inline-block;
}
.modal .overview-right .categorize p a {
  transition: 0.5s;
}
.modal .overview-right .categorize p a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .modal .overview-right .categorize p a:hover {
    opacity: 1;
  }
}
.modal .overview-right .categorize p:after {
  content: "　|　";
}
.modal .overview-right .categorize p:last-child:after {
  content: none;
}
.modal .overview-right .company {
  margin-bottom: 20px;
}
.modal .overview-right .company b {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}
.modal .overview-right .company p {
  font-size: 15px;
  line-height: 1.86;
}
.modal .overview-right .field b {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.modal .overview-right .field ul {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  color: #A2A2A2;
}
@media screen and (max-width: 767px) {
  .modal .overview-right .field ul {
    flex-wrap: wrap;
  }
}
.modal .overview-right .field ul a {
  transition: 0.5s;
}
.modal .overview-right .field ul a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .modal .overview-right .field ul a:hover {
    opacity: 1;
  }
}

.fav-btn {
  background: linear-gradient(130deg, #A377F7 0%, #E98FF0 100%);
  width: 69%;
  padding: 2px;
  /*borderの太さ*/
  border-radius: 30px;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.fav-btn.active .fav-btn-inner {
  background-color: transparent;
  color: #fff;
}
.fav-btn-inner {
  border-radius: 30px;
  background: #fff;
  text-align: center;
  color: #C75AE2;
  font-size: 13px;
  transition: 0.5s;
}
.fav-btn-inner:before {
  content: "★";
  display: inline-block;
  margin-top: 1px;
  font-size: 20px;
}
.fav-btn-inner:hover {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fav-btn-inner:hover {
    background: #fff;
    color: #C75AE2;
  }
}
.fav-btn-inner span {
  vertical-align: 2px;
}

.modal .feature {
  padding: 20px 22px;
  margin-bottom: 33px;
  background-color: #F5F5F5;
}
.modal .feature b {
  display: block;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: bold;
}
.modal .feature-flex {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .modal .feature-flex {
    flex-direction: column;
  }
}
.modal .feature-flex div:first-child {
  width: 619px;
}
@media screen and (max-width: 767px) {
  .modal .feature-flex div:first-child {
    width: auto;
    margin-bottom: 20px;
  }
}
.modal .feature-flex div:first-child p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
}
.modal .feature-flex div:last-child {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .modal .feature-flex div:last-child {
    width: auto;
  }
}

.modal .info {
  margin-bottom: 48.5px;
}
.modal .info table {
  font-size: 15px;
}
.modal .info table tr {
  display: block;
  padding: 18px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .modal .info table tr {
    padding: 18px 0;
  }
}
.modal .info table th {
  width: 231px;
}
@media screen and (max-width: 767px) {
  .modal .info table th {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
}
.modal .info table th span {
  color: #698FEF;
}

.modal .btns {
  display: flex;
  justify-content: center;
  column-gap: 18.5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal .btns {
    flex-direction: column;
    row-gap: 15px;
  }
}
.modal .btns a {
  display: block;
  width: 315px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-image: linear-gradient(135deg, #57C1DE 0%, #3C6CE4 100%);
  border-radius: 35px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .modal .btns a {
    width: auto;
    padding: 15px;
  }
}
.modal .btns a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .modal .btns a:hover {
    opacity: 1;
  }
}