@charset "UTF-8";

/* modal */

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

.model-area iframe {
  width: 100%;
  height: 520px;
}

.model {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #0052c0;
  padding: 65px 0 10px;
}

.model__close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 66px;
  height: 66px;
  cursor: pointer;
}

.model__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.model__arrow--left {
  left: -22px;
}

.model__arrow--right {
  right: -22px;
}

.model__name {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0052c0;
  padding: 0 0 2px 100px;
  border-bottom: 1px solid #0052c0;
}

.model__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  margin-top: 10px;
}

.model__logo {
  flex-shrink: 0;
  width: 254px;
}

.model__logo img {
  width: 100%;
}

.model__txt-wrap {
  flex-shrink: 0;
  width: 490px;
}

.model__txt01 {
  font-size: 32px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 600;
  color: #0052c0;
}

.model__txt02 {
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 600;
  line-height: 2.2;
  color: #0052c0;
  margin-top: 10px;
}

.model__txt02 ._border {
  position: relative;
}

.model__txt02 ._border::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(130, 189, 229, 0.52) 0%, rgba(130, 189, 229, 0) 97.12%);
}

.model__txt-box-wrap {
  padding: 0 100px;
  margin-top: 70px;
}

.model__txt-box {
  background-image: url(../images/modal_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  min-height: 188px;
  padding: 65px;
  box-sizing: border-box;
  position: relative;
}

.model__text03 {
  position: absolute;
  top: 2px;
  left: 65px;
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-weight: 600;
  color: #0052c0;
  border: 1px solid;
  border-image: linear-gradient(133.86deg, #57abe7 15.13%, #96ecdc 86.39%) 1;
  padding: 7px 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.model__text04 {
  font-size: 16px;
  font-weight: 400;
  color: #0052c0;
  line-height: 2;
  letter-spacing: 0.1em;
}

.model__txt-box-item01 {
  position: absolute;
  top: 348px;
  left: 26px;
  width: 160px;
}

.model__txt-box-item02 {
  position: absolute;
  top: 234px;
  right: 73px;
  width: 125px;
}

.model__bg {
  position: absolute;
  top: 60px;
  right: 0;
  width: 608px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  /* modal */
  .model-area {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 50%);
    z-index: 99;
    /* display: none; */
  }

  .model-area iframe {
    width: 100%;
    height: 60dvh;
  }

  .model {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 375px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #0052c0;
    padding: 25px 0 30px;
  }

  .model__close {
    position: absolute;
    top: auto;
    bottom: -33px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 66px;
    cursor: pointer;
  }

  .model__arrow {
    position: absolute;
    top: auto;
    bottom: -22px;
    transform: translateY(0);
    width: 45px;
    height: 45px;
    cursor: pointer;
  }

  .model__arrow--left {
    left: 14px;
  }

  .model__arrow--right {
    right: 14px;
  }

  .model__name {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #0052c0;
    padding: 0 0 2px 15px;
    border-bottom: 1px solid #0052c0;
  }

  .model__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
    margin-top: 50px;
  }

  .model__logo {
    flex-shrink: 0;
    width: 254px;
  }

  .model__logo img {
    width: 100%;
  }

  .model__txt-wrap {
    flex-shrink: 0;
    width: 100%;
    margin-top: 55px;
  }

  .model__txt01 {
    font-size: 24px;
    font-family: "Noto Serif JP", sans-serif !important;
    font-weight: 600;
    color: #0052c0;
  }

  .model__txt02 {
    font-size: 16px;
    font-family: "Noto Serif JP", sans-serif !important;
    font-weight: 600;
    line-height: 2.2;
    color: #0052c0;
    margin-top: 10px;
  }

  .model__txt02 ._border {
    position: relative;
  }

  .model__txt02 ._border::before {
    content: none;
  }

  .model__txt-box-wrap {
    padding: 0 30px;
    margin-top: 50px;
    position: relative;
  }

  .model__txt-box {
    background-image: url(../images/modal_01_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 380px;
    min-height: auto;
    padding: 75px 30px 0;
    box-sizing: border-box;
    position: relative;
  }

  .model__text03 {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    font-size: 20px;
    font-family: "Noto Serif JP", sans-serif !important;
    font-weight: 600;
    color: #0052c0;
    border: 1px solid;
    border-image: linear-gradient(133.86deg, #57abe7 15.13%, #96ecdc 86.39%) 1;
    padding: 10px 15px;
    background-color: #fff;
    box-sizing: border-box;
  }

  .model__text04 {
    font-size: 16px;
    font-weight: 400;
    color: #0052c0;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .model__txt-box-item01 {
    top: -48px;
    left: 221px;
    width: 107px;
  }

  .model__txt-box-item02 {
    display: none;
  }

  .model__bg {
    position: absolute;
    top: 223px;
    right: 0;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (max-width: 440px) {
  /* modal */
  .model-area iframe {
    width: 100%;
    height: 105vw;
  }

  .model {
    top: 50%;
    max-width: 85.2vw;
    border: 0.4vw solid #0052c0;
    padding: 5.6vw 0 13.4vw;
  }

  .model__close {
    bottom: -7.5vw;
    width: 15vw;
    height: 15vw;
  }

  .model__arrow {
    bottom: -5vw;
    width: 10.2vw;
    height: 10.2vw;
  }

  .model__arrow--left {
    left: 3.1vw;
  }

  .model__arrow--right {
    right: 3.1vw;
  }

  .model__name {
    font-size: 3.1vw;
    padding: 0 0 4vw 3.4vw;
  }

  .model__info {
    padding: 0 6.8vw;
    margin-top: 11.3vw;
  }

  .model__logo {
    width: 57.7vw;
  }

  .model__txt-wrap {
    margin-top: 10vw;
  }

  .model__txt01 {
    font-size: 6.4vw;
  }

  .model__txt02 {
    font-size: 4.2vw;
    margin-top: 2.2vw;
  }

  .model__txt02 ._border::before {
    content: none;
  }

  .model__txt-box-wrap {
    padding: 0 6.8vw;
    margin-top: 16.3vw;
  }

  .model__txt-box {
    height: 105vw;
    padding: 20vw 6.8vw 0;
  }

  .model__text03 {
    top: 0;
    font-size: 5.5vw;
    padding: 2.2vw 3.4vw;
  }

  .model__text04 {
    font-size: 4.2vw;
  }

  .model__txt-box-item01 {
    top: -10.9vw;
    left: 56.5vw;
    width: 30.3vw;
  }

  .model__bg {
    top: 33.6vw;
  }
}

/*20250805追記*/

.model__info_stage{
  padding: 0 100px;
  margin-top: 10px;
}

.stage_company{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.model__txt-wrap.stage{
  width: 100%;
}

.model__txt01.stage{
  font-size: 28px;
  text-decoration:underline;
}
 
.model__text_stage{
  background: linear-gradient(45deg, #FCF6FF, #F6E8FF);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  padding: 15px 30px;
  border-radius: 6px;
  margin: 30px auto;
}

.program_modal{
  padding-left: 0;
}
 
.program_modal li{
  list-style:none;
  display: flex;
  font-size: 18px;
  color: #0052c0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

span.right{
  margin-top: 5px;
}

.program_modal li span:nth-child(1){
  width: 150px;
  height: 27px;
  font-family: "Noto Serif JP", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: #0052c0;
  padding: 5px 5px 5px 18px;
  border: solid 1px #0052c0;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 0 20px 50px 0;
}
 

.program_modal li dl{
  margin-top: 5px;
}

.program_modal li dl dt{
  width: 180px;
  float: left ;
  clear: left ;
  margin-bottom: 25px;
}

.program_modal li dl dd{
  float: left ;
  margin-bottom: 30px;
  max-width: 485px;
  width: 407px;
}
 
.small{
  font-size: 12px;
}

.medium{
  font-size: 14px;
}
 
.caution{
  width: auto !important;
  font-size: 12px;
}
 
.model__bg.stage{
  width: 450px;
  top:200px;
  opacity: 0.3;
}
 

@media screen and (max-width: 668px) {
.model__info_stage{
  padding: 0 15px !important;
}
.model__txt01.stage{
  font-size: 22px !important;
}
.model__txt-wrap{
  margin-top: 5vw !important;
}
.model__text_stage{
  font-size: 0.9em !important;
  padding: 15px 20px !important;
}

.program_modal li{
  display: inline-grid !important;
  font-size: 14px !important;
} 

.program_modal li span:nth-child(1){
  width: 88px !important;
  font-size: 14px !important;
  height: auto !important;
  padding: 1px 0 1px 1px !important;
  letter-spacing: 0.1em !important;
  margin: 0 0 6px 0 !important;
}
span.right{
  margin: 5px auto 30px !important;
}
.program_modal li dl dt{
  width: 90px;
}
 
.program_modal li dl dd{
  max-width: 59vw !important;
  line-height: 1.8;
  margin-top: -5px;
  margin-bottom: 12px;
}

.caution{
  width: auto !important;
  font-size: 10px !important;
}
}


@media screen and (max-width: 325px) {
.program_modal li dl dd{
  max-width: 52vw !important;
}
}

.border{
  width: 100% !important;
  border: solid 0.1px #0052c0;
}


.iopenlink{
  margin-top: 10px;
}

 
.iopenlink a{
  color: #616161;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.5s;
  text-decoration: none;
}
 
.iopenlink a:hover{
  opacity: 0.6;
}
 

.iopenlink a span{
  font-size: 0.8rem;
}
 

.iopenlink::after{
  content: "";
  background-image: url('../images/ico_link_bl.png');
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 16px;
}
 
.sp{
  display: none;
}



@media screen and (max-width: 668px) {
.iopenlink a{
  font-size: 0.8rem;
}
.iopenlink a span{
  font-size: 0.7rem;
}
}

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

@media screen and (min-width: 981px) {
.another_p{
  width: 168px !important;
}
}