@media screen and (min-width: 768px) {
  .parts-bdrtitle02 {
    font-size: 3rem;
  }
}

/*************************************************

ipo-schedule

*************************************************/
.ipo-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .ipo-schedule {
    display: block;
    margin-bottom: 7rem;
  }
}

.ipo-schedule-letters {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 53.3333333333%;
  margin-top: 4rem;
  padding: 0 8rem 10rem 6em;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-letters {
    width: auto;
    margin-right: -2rem;
    padding: 0 2rem 4rem 2em;
  }
}
.ipo-schedule-letters > * {
  position: relative;
  z-index: 5;
}
.ipo-schedule-letters::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5rem);
  display: block;
  content: "";
  background-color: #F2F8FF;
  border-top-left-radius: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-letters::before {
    height: calc(100% - 2.3rem);
    border-top-left-radius: 2rem;
  }
}

.ipo-schedule-en {
  margin-bottom: 4rem;
  color: rgba(3, 120, 210, 0.1);
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-en {
    margin-bottom: 3rem;
    font-size: 4.6rem;
  }
}

.ipo-schedule-text01 {
  margin-bottom: 1rem;
  color: #004292;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-text01 {
    margin-bottom: 0.7rem;
    font-size: 1.8rem;
  }
}

.ipo-schedule-text02 {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-text02 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.ipo-schedule-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(50rem, 100%);
  border: #D9D9D9 solid 0.1rem;
  background-color: #fff;
}
.ipo-schedule-table th, .ipo-schedule-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem 2rem;
  font-weight: 500;
  border: #D9D9D9 solid 0.1rem;
}
.ipo-schedule-table th {
  color: #fff;
  text-align: center;
  background-color: #004292;
}
.ipo-schedule-table .in-bg {
  width: 13.5rem;
  text-align: center;
  font-weight: 400;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-table .in-bg {
    width: 9rem;
  }
}

.ipo-schedule-img {
  overflow: hidden;
  width: 46.6666666667%;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ipo-schedule-img {
    width: 100%;
    margin-top: 2rem;
  }
}

/*************************************************

ipo-area01

*************************************************/
.ipo-area01-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ipo-area01-imgs img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ipo-area01-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.ipo-area01-imgs .in-01 {
  width: 70.2rem;
}
@media screen and (max-width: 767px) {
  .ipo-area01-imgs .in-01 {
    width: 100%;
  }
}
.ipo-area01-imgs .in-02 {
  width: 39.5rem;
}
@media screen and (max-width: 767px) {
  .ipo-area01-imgs .in-02 {
    width: 100%;
  }
}

/*************************************************

ipo-area02

*************************************************/
.ipo-area02-imgs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ipo-area02-imgs01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.ipo-area02-imgs01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ipo-area02-imgs01 .in-img {
  overflow: hidden;
  width: calc(33.3333333333% - 1.6rem);
  border-radius: 1rem;
  aspect-ratio: 354/260;
}
@media screen and (max-width: 767px) {
  .ipo-area02-imgs01 .in-img {
    width: 100%;
  }
}

.ipo-area02-imgs02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ipo-area02-imgs02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.ipo-area02-imgs02 img {
  width: 100%;
}
.ipo-area02-imgs02 .in-img {
  width: 36.4rem;
}
@media screen and (max-width: 767px) {
  .ipo-area02-imgs02 .in-img {
    width: 100%;
  }
}

/*************************************************

ipo-area03

*************************************************/
.ipo-area03-imgs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .ipo-area03-imgs01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.ipo-area03-imgs01 img {
  width: 100%;
}
.ipo-area03-imgs01 .in-img {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .ipo-area03-imgs01 .in-img {
    width: 100%;
  }
}
.ipo-area03-imgs01 .in-youtube {
  line-height: 0;
}
.ipo-area03-imgs01 .in-youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*************************************************

ipo-area04

*************************************************/
.ipo-area04-imgs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .ipo-area04-imgs01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.ipo-area04-imgs01 img {
  width: 100%;
}
.ipo-area04-imgs01 .in-img {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .ipo-area04-imgs01 .in-img {
    width: 100%;
  }
}

.ipo-area04-imgs02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .ipo-area04-imgs02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.ipo-area04-imgs02 img {
  width: 100%;
}
.ipo-area04-imgs02 .in-box {
  overflow: hidden;
  width: calc(33.3333333333% - 1.6rem);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ipo-area04-imgs02 .in-box {
    width: 100%;
  }
}

.ipo-area04-imgs03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .ipo-area04-imgs03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.ipo-area04-imgs03 img {
  width: 100%;
}
.ipo-area04-imgs03 .in-box {
  overflow: hidden;
  width: calc(50% - 1.2rem);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ipo-area04-imgs03 .in-box {
    width: 100%;
  }
}