@charset "UTF-8";

.nav_right.appnav {
  display: none;
  animation-name: slideAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.nav_right.appnav.hidden {
  display: block;
}

@keyframes slideAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.c_section h2 {
  font-weight: bold;
  font-weight: 900;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
}

/* art--mv ======== */
.art--mv {
  position: relative;
  width: 100%;
  background: url(../../ja/application/images/bg_art--mv.webp);
  background-size: cover;
  background-position: left center;
}

.art--mv .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.art--mv--text,
.art--mv--key {
  width: 50%;
  padding-top: 25px;
  max-width: 550px;
}

.art--mv--text img,
.art--mv--key img {
  width: 100%;
  display: block;
}

.art--mv--text figure {
  padding-top: 65px;
}

.art--mv--text figure img {
  margin: 30px 0px 0px 0;
}

.art--mv--text figure img:nth-of-type(3) {
  margin: 15px 0px 0px 0;
  width: 31%;
}
/* 
.art--mv--text .c_btn {
  max-width: 100%;
  font-weight: 900;
  font-size: 125%;
  letter-spacing: 0.25em;
}

.en .art--mv--text .c_btn {
  letter-spacing: normal;
  margin-bottom: 50px;
}

.art--mv--text .c_btn.coming {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgb(12, 26, 73, 0.3);
  border: none;
} */
.en .art--mv--text .c_btn.coming {
  letter-spacing: normal;
}
/* 
.art--mv--text .c_btn.coming::after {
  display: none;
}
 */

/* カウントダウン関連のスタイル */
.countdown-container {
  margin-top: 20px;
}

.countdown-text {
  font-size: 1.5em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
}

.en .countdown-text {
  display: flex;
}


.limit-text {
  margin-top: 0.5em;
  font-size: 1.5em;
  padding: 5px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: #b30828;
  text-align: center;
}

.countdown-text #days {
  font-size: 2em;
  font-weight: 900;
  color: var(--pickup);
  display: inline-block;
  min-width: 70px;
  padding: 2px 6px;
}

.countdown-link {
  display: inline-block;
  margin: 15px auto;
  max-width: 280px;
  width: 48%;
  font-weight: bold;
  font-size: 1.2em;
  background-color: var(--ceatecblue);
  color: #fff;
}

.countdown-link.c_btn:first-child::before {
font-size: 26px;
    font-family: "Material Icons Round";
    content: "create";
    display: inline-flex;
    vertical-align: middle;
    font-size: 17px;
    line-height: 0.75;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    left: 13px;
    top: 50%;
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.countdown-link.c_btn:first-child:after {
content: "forward";
font-size: 26px;
}

.countdown-link:hover {
  background-color: var(--pickup);
  border: 1px solid var(--pickup);
}

.countdown-link span{
  font-size: 0.8em;
  padding-right: 0.3em;
}

.countdown-message {
  margin-top: 15px;
}

.countdown-message p {
  font-size: 1.3em;
  line-height: 1.8;
  font-weight: bold;
}

.countdown-message p span {
  font-size: 135%;
  font-weight: 900;
  color: var(--ceatecblue);
  display: inline-block;
  margin-bottom: 5px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
  .countdown-box {
    max-width: 90%;
  }

  .countdown-title {
    font-size: 1.2em;
  }

  .countdown-timer {
    font-size: 2.5em;
  }

  .countdown-link {
    font-size: 1.1em;
    padding: 12px 25px;
  }

  .countdown-message p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .countdown-container {
    padding: 20px 10px;
    margin: 15px 0;
  }

  .countdown-box {
    gap: 12px;
  }

  .countdown-title {
    font-size: 1.1em;
  }

  .countdown-timer {
    font-size: 2em;
  }

  .countdown-timer #days {
    min-width: 50px;
    padding: 3px 10px;
  }

  .countdown-link {
    font-size: 1em;
    padding: 10px 20px;
    max-width: 90%;
  }

  .countdown-message p {
    font-size: 1.1em;
    line-height: 1.6;
  }

  .countdown-message p span {
    font-size: 120%;
  }
}

@media screen and (max-width: 580px) {
.art--mv--text,
.art--mv--key {
  width: 100%;
}
.art--mv--key {
  order: 1;
  padding-top: 50px;
}
.art--mv--text{
  order: 2;
  padding-top: 0px;
}
.art--mv--text figure {
  padding-top: 0px;
}
.art--mv--text figure img:first-of-type {
  margin: 0px 0px 0px 0;
}
.countdown-container {
  padding: 0px 0px;
  margin: 15px 0;
}
}


@media screen and (max-width: 480px) {
  .countdown-container {
    padding: 15px 8px;
  }

  .countdown-title {
    font-size: 1em;
  }

  .countdown-timer {
    font-size: 1.8em;
  }

  .countdown-message p {
    font-size: 1em;
  }

  .countdown-link {
    padding: 8px 15px;
  }
}

.experience_intro {
  margin-bottom: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.experience_intro .sub--tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.experience_intro .sub--tit span{
  font-size: 125%;
  color: var(--pickup);
}

.experience_intro_list {
  list-style-type: none;
  padding-left: 20px;
  text-align: left;
}

.experience_intro_list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.experience_intro_list li::before {
  font-family: "Material Icons Round";
  content: "campaign";
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 20px;
  color: var(--ceatecblue);
  line-height: 1;
}

.experience_intro_list li span{
  font-size: 118%;
  font-weight: 700;
  color: var(--ad);
}




.start--day {
  font-weight: 900;
  text-align: center;
  font-size: 93%;
}

.en .start--day {
  padding-top: 0.25em;
}

.start--day span {
  font-size: 83%;
}
.art--mv--text .font-bold span {
  font-size: 135%;
  font-weight: 900;
  color: var(--ceatecblue);
}

.art--mv--text .font-bold {
  font-size: 118%;
}

.art--mv--text .font-bold span.color-blue{
  color: var(--ai);
  padding-right: 5px;
}

/* art--main ======== */
.art--main {
  color: #fff;
  background: url(../../ja/application/images/bg_art--main.webp);
  background-size: cover;
}

.art--main--nav {
  position: relative;
  min-height: 3em;
}

.art--main--nav .art--main--nav_tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1.5em;
  width: 100%;
}

.art--main--nav .art--main--nav_tab li {
  width: calc(25% - 8px);
  position: relative;
  font-size: 1.3vw;
}

.art--main .art--main--nav .art--main--nav_tab li.c_btn {
  display: flex;
  align-items: center;
  border: none;
  color: #ffffff;
  transition: background-color 0.3s;
  cursor: pointer;
  transition: transform 0.5s ease;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}
.en .art--main .art--main--nav .art--main--nav_tab li.c_btn {
  min-height: 3.5em;
}
.art--main--nav .tab-content#tab1,
.art--main--nav_tab li.art--main--nav_tab01 {
  background-color: #15b7ee;
}

.art--main--nav .tab-content#tab2,
.art--main--nav_tab li.art--main--nav_tab02 {
  background-color: #58298c;
}

.art--main--nav .tab-content#tab3,
.art--main--nav_tab li.art--main--nav_tab03 {
  background-color: #e51083;
}

.art--main--nav .tab-content#tab4,
.art--main--nav_tab li.art--main--nav_tab04 {
  background-color: #93654e;
}

.art--main .art--main--nav .art--main--nav_tab li:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.art--main .art--main--nav .art--main--nav_tab li.active {
  padding: 10px 20px 20px 10px;
}
.en .art--main .art--main--nav .art--main--nav_tab li.active {
  min-height: 4em;
}

/* タブのコンテンツ部分のスタイル */
.tab-content {
  display: none;
  /* 初期状態では非表示 */
  padding: 20px;
  width: calc(100% - 8px);
  margin-left: 3px;
}

.tab--inner--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-content .tab--inner--list > .item {
  position: relative;
}
.tab-content .tab--inner--list > .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-color: var(--ceatecblue);
  transition: all 0.5s;
}

.tab-content .tab--inner--list > .item a h4 {
  font-weight: 900;
  font-size: 1.6vw;
  text-align: center;
  margin-bottom: 1em;
}
.tab-content .tab--inner--list > .item a h4 span {
  display: block;
  font-size: 1.1vw;
}

.tab-content .tab--inner--list > li a .c_btn {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  margin-top: auto;
  text-align: left;
}

.art--main--nav .tab-content#tab1 .list_about > .item {
  width: calc((100% / 3) - 10px);
}

.art--main--nav .tab-content#tab2 .list_outline > .item {
  width: calc((100% / 3) - 10px);
}

.art--main--nav .tab-content#tab3 .list_guide {
  counter-reset: item;
}
.art--main--nav .tab-content#tab3 .list_guide > .item {
  width: calc((100% / 4) - 10px);
  counter-increment: item;
}
.art--main--nav .tab-content#tab3 .list_guide > .item::before,
.art--main--nav .tab-content#tab3 .list_guide > .item::after {
  content: "";
  width: 2.5em;
  height: 3em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
}
.art--main--nav .tab-content#tab3 .list_guide > .item::before {
  display: inline-block; /* または block */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 45px solid #fff; /* 下向き三角形の色 */
  z-index: 1;
}
.art--main--nav .tab-content#tab3 .list_guide > .item::after {
  content: counter(item);
  z-index: 2;
  font-weight: 900;
  font-size: 1.7vw;
  text-align: center;
}
.art--main--nav .tab-content#tab3 .list_guide > .item a {
  background-color: var(--general);
  padding-top: 50px;
}

.art--main--nav .tab-content#tab3 .list_guide > .item a .text,
.art--main--nav .tab-content#tab3 .list_guide > .item a .listdod {
  padding-bottom: 1em;
}

.art--main--nav .tab-content .list_guide > .item a p,
.art--main--nav .tab-content .list_guide > .item a .listdod li {
  font-size: 92%;
}

.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(2) a {
  background-color: var(--special);
}
.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(3) a {
  background-color: var(--conf);
}
.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(4) a {
  background-color: var(--ad);
}

.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(1)::after {
  color: var(--general);
}
.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(2)::after {
  color: var(--special);
}
.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(3)::after {
  color: var(--conf);
}
.art--main--nav .tab-content#tab3 .list_guide > .item:nth-of-type(4)::after {
  color: var(--ad);
}

.art--main--nav .tab-content#tab4 .list_schedule > .item {
  width: calc((100% / 4) - 10px);
}

.art--main--nav .tab-content.active {
  display: block;
  /* activeなタブのみ表示 */
}
@media screen and (min-width: 1450px) {
  .art--main .art--main--nav .art--main--nav_tab li.c_btn {
    font-size: 1.1rem;
  }
  .art--main--nav .tab-content#tab3 .list_guide > .item::after {
    font-size: 1.3rem;
  }
  .tab-content .tab--inner--list > .item a h4 {
    font-size: 1.4rem;
  }
  .tab-content .tab--inner--list > .item a h4 span {
    display: block;
    font-size: 1rem;
  }
}
@media screen and (max-width: 840px) {
  .art--main--nav .tab-content .tab--inner--list > .item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .art--main--nav .tab-content#tab3 .list_guide > .item::after {
    font-size: 1.4rem;
  }
  .art--main--nav .tab-content#tab1 .list_about > .item,
  .art--main--nav .tab-content#tab2 .list_outline > .item,
  .art--main--nav .tab-content#tab3 .list_guide > .item,
  .art--main--nav .tab-content#tab4 .list_schedule > .item {
    width: calc((100% / 2) - 10px);
  }
  .tab-content .tab--inner--list > .item a h4 {
    font-size: 1.4rem;
  }

  .tab-content .tab--inner--list > .item a h4 span {
    font-size: 1rem;
  }

  .art--main--nav .art--main--nav_tab li {
    font-size: 0.8rem;
    width: calc(25% - 8px);
    height: 4em;
    text-align: left;
    padding: 10px 20px 10px 10px;
  }
}

@media screen and (max-width: 600px) {
  .art--main--nav .tab-content#tab1 .list_about > .item,
  .art--main--nav .tab-content#tab2 .list_outline > .item,
  .art--main--nav .tab-content#tab3 .list_guide > .item,
  .art--main--nav .tab-content#tab4 .list_schedule > .item {
    width: 100%;
  }
  .art--main--nav .tab-content .tab--inner--list > .item:nth-child(n + 2) {
    margin-top: 15px;
  }

  .art--main--nav .art--main--nav_tab li {
    font-size: 0.75rem;
  }
}

.art--main--text01 {
  font-weight: 700;
  line-height: 2.3;
  font-size: 1.2vw;
  margin: 50px auto 0;
  width: 80%;
  max-width: 1000px;
  letter-spacing: 0.15em;
}

.en .art--main--text01 {
  letter-spacing: normal;
}

.art--main--text01 .text--theme {
  font-weight: 900;
  font-size: 1.6vw;
}

.art--main--text01 .text--theme-bg {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 5px;
  line-height: 1.2;
}

.art--main--text01 .text--emphasis01 {
  font-size: 1.5vw;
  color: #efed4e;
  font-weight: 900;
}

.art--main--text01 .text--emphasis02 {
  font-size: 1.5vw;
  font-weight: 900;
}

.art--main--number {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.art--main--number h3 {
  font-weight: 900;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  letter-spacing: 0.2em;
}

.art--main--number h3::before,
.art--main--number h3::after {
  content: "";
  display: block;
  position: relative;
  width: 35%;
  height: 1px;
  background-color: #fff;
  position: relative;
}

.art--main--number h3::after {
  position: relative;
}

.art--main--list--number {
  display: flex;
  justify-content: space-between;
}

.art--main--list--number .sub_title {
  margin-top: 30px;
  font-weight: 900;
}

.art--main--list--number .number {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.2;
}

.art--main--text02 {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
  line-height: 2;
  font-size: 1.3vw;
  letter-spacing: 0.15em;
  padding-bottom: 50px;
}

.art--main--text02 [class^="point"] {
  display: inline-block;
  font-weight: 900;
  line-height: 2.2;
  position: relative;
  z-index: 2;
  font-size: 2.2vw;
  letter-spacing: 0.35em;
}

.art--main--text02 [class^="point"]::after {
  content: "";
  display: flex;
  z-index: -1;
  align-items: center;
  justify-content: center;
  width: 4vw;
  height: 4vw;
  border-radius: 60px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.art--main--text02 .point01::after {
  background-color: #15b7ee;
}

.art--main--text02 .point02::after {
  background-color: #58298c;
}

.art--main--text02 .point03::after {
  background-color: #e51083;
}

.art--main--text02 .point04::after {
  background-color: #93654e;
}

.en .art--main--text01,
.en .art--main--text02 {
  letter-spacing: normal;
}

.en .art--main--text02 [class^="point"] {
  letter-spacing: 0.04em;
}

@media screen and (min-width: 1450px) {
  .art--main--text01 {
    font-size: 1.1rem;
    max-width: 1200px;
  }

  .art--main--text01 .text--theme {
    font-size: 1.4rem;
  }

  .art--main--text01 .text--emphasis01,
  .art--main--text01 .text--emphasis02 {
    font-size: 1.3rem;
  }
  .art--main--list--number .number {
    font-size: 60px;
  }

  .art--main--text02 {
    font-size: 1.1rem;
  }

  .art--main--text02 [class^="point"] {
    font-size: 2rem;
  }

  .art--main--text02 [class^="point"]::after {
    width: 75px;
    height: 75px;
    border-radius: 75px;
  }
}

@media screen and (max-width: 1140px) {
  .art--main--text01 {
    font-size: 1rem;
    width: 80%;
  }

  .art--main--text01 .text--theme {
    font-size: 1.5rem;
  }

  .art--main--text01 .text--emphasis01,
  .art--main--text01 .text--emphasis02 {
    font-size: 1.3rem;
  }

  .art--main--text02 {
    font-size: 1.2rem;
  }

  .art--main--text02 [class^="point"] {
    font-size: 1.6rem;
  }

  .art--main--text02 [class^="point"]::after {
    width: 8vw;
    height: 8vw;
    border-radius: 60px;
  }
}

@media screen and (max-width: 940px) {
  .art--main--list--number {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .art--main--list--number li {
    width: 50%;
  }
}

@media screen and (max-width: 680px) {
  .art--main--list--number .number {
    font-size: 8vw;
  }
}

/* notice ======== */
.notice {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-color: #15b7ee;
}

.media {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
  padding: 30px;
  background-color: #f5f6f5;
}

.media .media_text_area {
  flex: 1;
}

.media .media_title {
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: 700;
}

.media .media_text {
  margin-bottom: 1em;
}

.media .media_img_area {
  flex: 0 0 40%;
  position: relative;
}

.media .media_img_area::before {
  font-family: "Material Icons Round";
  content: "play_circle";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

.media .media_img_area img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .media {
    flex-direction: column-reverse;
  }

  .media .media_text_area {
    margin-top: 1em;
  }
}

.twin .media {
  flex-direction: row;
  align-items: stretch;
}

.twin .media .media_text_area,
.twin .media .media_img_area {
  flex: none;
}
.twin .media .media_text_area,
.twin .media .art--exp_listpage {
  width: calc(100% / 2 - 1%);
  align-self: stretch;
}
.twin .media .media_img_area,
.twin .media .exp_listpage_img_area {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.twin .media .media_img_area .c_btn,
.twin .media .exp_listpage_img_area .c_btn {
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .twin .media {
    display: block;
  }
  .twin .media .media_text_area {
    width: 100%;
  }
  .twin .media .media_text_area:first-child {
    padding-bottom: 25px;
  }
}

/* experience ========= */
.experience {
  padding: 30px 0px 30px;
  overflow: hidden;
  position: relative;
  background-color: #f5f6f5;
}

.experience h3 {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.experience .txt-center {
  padding-top: 0.5em;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 115%;
}

.experience_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.experience_grid .item {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.experience_grid .item.new {
  position: relative;
}
.experience_grid .item.new::before,
.experience_grid .item.new::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4em;
  height: 1.4em;
  font-size: 11px;
  line-height: 1;
  z-index: 2;
  text-align: center;
}
.experience_grid .item.new::before {
  background-color: #ffe100;
}
.experience_grid .item.new::after {
  content: "NEW";
  font-weight: 700;
  line-height: 1.4em;
}

.experience_grid .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.experience_grid .item figure {
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
}

.experience_grid .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience_grid .item .description {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  flex-grow: 1;
}

.experience_grid .item .linktext {
  padding: 0 15px 15px;
  margin: 0;
  color: #0066cc;
  font-size: 12px;
}

@media screen and (max-width: 940px) {
  .experience_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .experience_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
}

/* art--schedule  ======== */
.art--schedule {
  padding: 50px 0;
  background: url(../../ja/application/images/bg_art--schedule.webp);
  background-size: cover;
}

.art--schedule h2 {
  color: var(--ceatecblue);
}

.art--schedule .flex_unit {
  align-items: flex-start;
}

.art--schedule .flex_unit img {
  width: calc(100% - 50%);
}

@media screen and (max-width: 640px) {
  .art--schedule .flex_unit img {
    width: 100%;
  }
}

/* document_request  ======= */

.document_request {
  padding: 50px 0;
  background-color: #09143a;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.document_request::after {
  content: "";
  opacity: 0.8;
  background-image: url(../../ja/application/images/bg_document_request.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-attachment: fixed;
}

@media screen and (max-width: 1140px) {
  .document_request .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.document_request .container {
  position: relative;
}

.document_request .container::after {
  content: "";
  background-image: url(../../ja/application/images/img_document_request.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% - 850px);
  height: 100%;
}
.en .document_request .container::after {
  background-image: url(../../en/application/images/img_document_request.webp);
  width: calc(100% - 950px);
}

.document_request h2 {
  color: #fff;
  text-align: center;
}

.required_txt {
  text-align: center;
  color: #fff;
  margin-bottom: 2em;
}

.document_request #form {
  margin-bottom: 2em;
}

.document_request #form .required {
  display: inline-block;
  background-color: red;
  font-size: 11px;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 50px;
}

.document_request #form .flex_unit_tb {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
/*   margin-left: auto;
 */  margin-right: auto;
}

.en .document_request #form .flex_unit_tb {
  max-width: 900px;
}

.document_request #form .flex_unit_tb dt {
  color: #fff;
  width: 200px;
  font-weight: 700;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.en .document_request #form .flex_unit_tb dt {
  width: 300px;
}

.document_request #form .flex_unit_tb dd {
  width: calc(100% - 200px);
  padding-bottom: 20px;
}

.en .document_request #form .flex_unit_tb dd {
  width: calc(100% - 300px);
}

/* @media screen and (max-width: 840px) {
 */  
 @media screen and (max-width: 1140px) {
  .document_request #form .flex_unit_tb {
     margin-left: auto;
  }
  
  .document_request #form .flex_unit_tb dt {
    width: 100%;
    padding-top: 0.5em;
    padding-right: 0px;
  }

  .en .document_request #form .flex_unit_tb dt {
    width: 100%;
  }

  .document_request #form .flex_unit_tb dd {
    width: 100%;
    padding-bottom: 15px;
  }

  .en .document_request #form .flex_unit_tb dd {
    width: 100%;
  }
  .document_request h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 100px;
  }
  
  .document_request .container::after {
    width: 35%;
    height: 120px;
    top: 50px;
    right: 30%;
    left: 30%;
    background-image: url(../../ja/application/images/img_document_request_sp.webp);
  }
  .en .document_request .container::after {
    width: 35%;
    background-image: url(../../en/application/images/img_document_request_sp.webp);
}

  .required_txt {
    margin-bottom: 0.5em;
  }
}
 @media screen and (max-width: 520px) {
  .en .document_request .container::after {
    top: 80px;
  }
 }

.document_request #form .errors {
  display: inline-block;
  background-color: red;
  font-size: 12px;
  padding: 3px 10px 3px 20px;
  line-height: 1;
  color: #ffffff;
  position: relative;
}

.document_request #form .errors::after {
  font-family: "Material Icons Round";
  content: "warning";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 13px;
}

.document_request #form input {
  height: 2.7em;
  width: 100%;
  padding: 0 16px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.document_request #form input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.document_request #form #submit {
  transition: all 400ms ease;
  border: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #ffffff;
  background: transparent;
}

.document_request #form #submit:hover {
  background-color: #d92681;
}

.document_request #form #submit:focus {
  outline: 0;
  background-color: #000;
}

/* ローダー */
.loader {
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
}

/* モーダル画面 */
.ui-dialog {
  max-width: 500px !important;
}

.ui-dialog-titlebar {
  position: relative;
}

.ui-dialog-title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #efefef;
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  padding: 30px 30px 0;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 15px;
  border: 1px solid #aaa;
  border-radius: 50px;
  background-color: #fff;
  color: transparent;
  font-size: 5px;
}

.ui-dialog-titlebar-close::before {
  font-family: "Material Icons Round";
  content: "close";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  right: 5px;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  color: #aaa;
  transition: all 400ms ease;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.ui-dialog-titlebar-close:hover {
  background-color: #000;
}

.ui-dialog-titlebar-close:hover::before {
  background-color: #000;
}

#dialog-confirm {
  background-color: #efefef;
  padding: 0 30px 30px;
}

#dialog-confirm .material-icons-round {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#dialog-confirm .confi_txt {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}

#dialog-confirm .confirm_det {
  display: flex;
  flex-wrap: wrap;
}

#dialog-confirm .confirm_det .form_title {
  width: 8em;
}

#dialog-confirm .confirm_det .content_confi {
  width: calc(100% - 8em);
  font-weight: 700;
}

.ui-dialog-buttonset {
  width: 100%;
  text-align: center;
  /* display: flex; */
  justify-content: space-around;
  /* padding: 0 30px 30px; */
  padding: 0 30px 60px;
  background-color: #efefef;
}

.ui-dialog-buttonset .ui-button {
  /* width: 48%; */
  width: 100%;
  padding: 15px;
  font-weight: 700;
  background-color: #aaa;
  border: none;
  border-radius: 50px;
  color: #fff;
  transition: all 400ms ease;
}

.ui-dialog-buttonset .ui-button:hover {
  background-color: #d92681;
}

.ui-dialog-buttonset .ui-button:last-of-type {
  background-color: #00b1eb;
  position: relative;
  margin-top: 2%;
}

.ui-dialog-buttonset .ui-button:last-of-type::after {
  position: absolute;
  white-space: pre;
  content: "「送信する」ボタンは1度だけ押してください。\A※画面が切り替わる前に2度3度とボタンを押さないでください。";
  color: #000;
  bottom: -90%;
  left: 0;
  right: 0;
  margin: auto;
}

.en .ui-dialog-buttonset .ui-button:last-of-type::after {
  content: "Please press the 'Submit' button only once.\A Do not press the button twice or thrice before the screen switches! ";
}

.ui-dialog-buttonset .ui-button:last-of-type:hover {
  background-color: #d92681;
}

@media screen and (max-width: 540px) {
  .ui-dialog-buttonset {
    display: block;
  }

  .ui-dialog-buttonset .ui-button:last-of-type::after {
    font-size: 0.7rem;
  }
}

/* information  ======================================== */

.information {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  color: #fff;
  background-color: #010922;
}

@media screen and (max-width: 1140px) {
  .information {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.information h2 {
  color: #fff;
}

.info_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .info_list {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}

.info_list li {
  width: calc(50% - 20px);
  margin-bottom: 13px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .info_list li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}

.info_list a,
.info_list div {
  display: block;
  color: #fff;
  transition: opacity 200ms ease;
  text-decoration: none;
  line-height: 2;
  padding: 5px 25px;
  border-radius: 10px;
}

.info_list p {
  font-weight: bold;
  font-weight: 700;
}

.info_list .top_info_date {
  font-size: 12px;
}

.info_list a p:not(.top_info_date) {
  text-decoration: underline;
}

@media screen and (max-width: 540px) {
  .info_list a {
    padding: 20px;
  }
}

.info_list a:hover {
  opacity: 0.5;
}

.info_list a:hover p:not(.top_info_date) {
  text-decoration: none;
}
