@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.common-main__ttl {
  top: 41%;
  right: 24cqw;
}
@media (width < 1201px) {
  .common-main__ttl {
    top: 37%;
    right: 22.5cqw;
  }
}
@media screen and (max-width: 767px) {
  .common-main__ttl {
    top: 35%;
    right: 21.5cqw;
  }
}
@media all and (max-width: 480px) {
  .common-main__ttl {
    top: 33%;
    right: 24.5cqw;
  }
}

.entry-link__large {
  margin-top: 50px;
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  padding: 25px 20px 30px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .entry-link__large {
    padding: 20px 15px;
  }
}
.entry-link__txt {
  width: 100%;
  color: #fff;
  font-size: min(5.5vw, 3rem);
  font-weight: 700;
  word-break: keep-all;
}
.entry-ex {
  position: relative;
  max-width: 900px;
  height: 500px;
  margin: 50px auto 0;
  background: url(../../assets/images/entry/bg.jpg) top 30% left/cover no-repeat;
}
@media all and (max-width: 480px) {
  .entry-ex {
    height: 450px;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    background-position: top 30% center;
  }
}
.entry-ex__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29abe2;
  mix-blend-mode: soft-light;
  opacity: 0.4;
}
.entry-ex__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 10px;
  text-align: center;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .entry-ex__copy {
    padding: 40px 10px;
  }
}
.entry-ex__large {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .entry-ex__large {
    font-size: min(6vw, 2rem);
  }
}
.entry-ex__large::before {
  position: absolute;
  content: "";
  border-bottom: 5px solid #0073bc;
  width: 40px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100vmax;
}
@media all and (max-width: 480px) {
  .entry-ex__large::before {
    border-bottom: 4px solid #0073bc;
    width: 30px;
  }
}
.entry-ex__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .entry-ex__txt {
    font-size: min(4.2vw, 1.5rem);
  }
}
.entry-ex__end {
  text-align: center;
  max-width: 900px;
  margin: 30px auto 0;
  line-height: 2;
  font-size: 2rem;
  font-weight: 700;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .entry-ex__end {
    font-size: min(5vw, 1.6rem);
  }
}
.entry-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 100px auto;
}
@media (width < 1001px) {
  .entry-flow {
    grid-template-columns: repeat(1, 1fr);
    max-width: 800px;
    margin: 50px auto 100px;
  }
}
.entry-flow li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 25% 5%;
  display: grid;
  place-content: center;
  border: 3px solid #0073bc;
  font-weight: 700;
  word-break: keep-all;
}
@media (width < 1001px) {
  .entry-flow li {
    padding: 3%;
  }
}
@media all and (max-width: 480px) {
  .entry-flow li {
    border: 2px solid #0073bc;
  }
}
.entry-flow li:first-child::after {
  content: none;
}
.entry-flow li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -12%;
  width: 12px;
  height: 26px;
  background: #1BB8CE;
  background: linear-gradient(45deg, rgb(0, 104, 183) 0%, rgb(27, 184, 206) 100%);
  clip-path: polygon(12px 50%, 0% 0%, 0% 26px);
}
@media (width < 1100px) {
  .entry-flow li::after {
    left: -15%;
  }
}
@media (width < 1001px) {
  .entry-flow li::after {
    top: -24px;
    transform: translateX(-50%);
    left: 50%;
    width: 26px;
    height: 12px;
    clip-path: polygon(50% 12px, 0% 0%, 26px 0%);
  }
}
.entry-flow li a {
  color: #0073bc;
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (width < 1001px) {
  .entry-flow li p {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 480px) {
  .entry-flow li p {
    font-size: min(4.5vw, 1.6rem);
  }
}
.entry-flow li p.small {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (width < 1001px) {
  .entry-flow li p.small {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .entry-flow li p.small {
    font-size: min(3.8vw, 1.4rem);
  }
}

@media all and (max-width: 480px) {
  .common-head + .width {
    width: 100%;
  }
}

.common-txt span.space1 {
  display: inline-block;
  width: 2.1em;
}
.common-txt span.space2 {
  display: inline-block;
  width: 2.7em;
}