@charset "utf-8";
/*共通*/
.pagevisual {
  background: url("../../img/mv.png")no-repeat center;
  background-size: cover;
}

/*description*/
.description {
  width: 100%;
  max-width: 1024px;
  margin: 48px auto 80px;
  background: url("../img/description.png")no-repeat center;
  background-size: cover;
  padding: 32px 0;
}
.description h2 {
  width: 100%;
  max-width: 94%;
  margin: 0 auto 32px;
  background: #000;
  height: 88px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3.2px;
}
.description div {
  width: 100%;
  max-width: 640px;
  margin: auto;
  margin-left: 3%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.description p {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 32px;
  line-height: 1.8;
}
.description p:last-child {
  margin-bottom: 0;
}

/*flow*/
.flow {
  background: #81B0DA;
  padding: 48px 0 240px;
  line-height: 1.8;
}
.flow::after {
  content: '';
  position: absolute;
  background: url("../img/flow.png")no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 1023px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.flow_inner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 48px auto 80px;
}
.flow_inner::before {
  content: '';
  position: absolute;
  background: url("../img/flow_human.png")no-repeat bottom;
  background-size: contain;
  width: 440px;
  height: 480px;
  bottom: -20em;
  right: -15em;
  margin: auto;
  z-index: 10;
}
.flow_inner h2 {
  width: 100%;
  margin-bottom: 48px;
  background: #000;
  height: 88px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3.2px;
}

.flow_parts {
  margin: 48px auto;
  background: #fff;
  padding-bottom: 64px;
  position: relative;
  margin-bottom: 110px;
  z-index: 3;
}
.flow_parts::before {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  background: #F10215;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
}
.flow_parts::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -66px;
  margin: auto;
}
.flow_parts h3 {
  font-size: 2.8rem;
  font-weight: bold;
  border-top: 3px solid #F10215;
  display: flex;
  align-items: center;
  gap: 1em;
  height: 70px;
}
.flow_parts span {
  background: #F10215;
  color: #fff;
  font-size: 3rem;
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_flex {
  width: 100%;
  max-width: 844px;
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flow_flex li:first-child p {
  width: 100%;
  max-width: 490px;
  margin: auto;
  margin-bottom: 32px;
}
.flow_flex li:first-child p:last-child {
  margin-bottom: 0;
}
.movie_btn {
  position: relative;
  width: 100%;
  max-width: 328px;
  margin: auto;
  margin-top: 16px;
  height: 40px;
  background: #0073BD;
}
.movie_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.2s ease;
  padding-left: 2em;
}
.movie_btn a::before {
  content: '';
  position: absolute;
  background: url("../img/icon.svg")no-repeat center;
  background-size: cover;
  width: 25px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 8em;
}
.light-box {
  display: none;
}

.message {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  padding: 48px 0;
}
.message h3 {
  font-weight: bold;
  font-size: 2.8rem;
}
.message p {
  width: 100%;
  max-width: 659px;
  margin: 32px auto 0;
}

@media screen and (max-width: 1500px) {
  .flow_inner::before {
    right: 0;
    width: 358px;
    height: 391px;
    background-size: cover;
  }
}

@media screen and (max-width: 1200px) {}

/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and ( max-width: 767px ){
  /*description*/
  .description h2 {
    height: 56px;
    line-height: 1.2;
    font-size: 2rem;
    padding: 0 3%;
    max-width: 90%;
  }
  .description div {
    max-width: 90%;
    margin-left: auto;
  }

  /*flow*/
  .flow {
    padding-top: 24px;
  }
  .flow::after {
    background: url(../img/flow.png)no-repeat right;
    background-size: cover;
  }
  .flow_inner::before {
    width: 80%;
    background-size: contain;
  }
  .flow_inner h2 {
    max-width: 90%;
    margin: auto;
    height: 48px;
    font-size: 2.4rem;
  }
  .flow_parts {
    width: 100%;
    max-width: 90%;
    padding-bottom: 40px;
  }
  .flow_parts.first {
    margin-top: 32px;
  }
  .flow_parts::before {
    width: 40px;
    height: 40px;
    bottom: -77px;
  }
  .flow_parts::after {
    border-width: 15px 12px 0 12px;
  }
  .flow_parts div {
    max-width: 90%;
    padding-bottom: 40px;
  }
  .flow_parts h3 {
    font-size: 2rem;
    line-height: 1.2;
    gap: 1em;
    height: 64px;
    padding-right: 1em;
  }
  .flow_parts span {
    font-size: 2.4rem;
    width: 56px;
  }
  .flow_flex {
    max-width: 90%;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .flow_flex li:first-child p {
    margin-bottom: 24px;
  }
  
  .light-box video {
    width: 100%;
  }
  
  .message {
    max-width: 90%;
    padding: 40px 5%;
  }
  .message h3 {
    font-size: 2rem;
  }
  .message p {
    margin-top: 16px;
  }
}

/* 印刷用設定 */
@media print {
  .flow_inner::before {
    right: -5em;
  }
}