@charset "UTF-8";
.firstrequest_page {
  font-size: min(3.6vw, 14px);
  /*PC*/
}
.firstrequest_page .inner {
  padding: 0 20px;
}
.firstrequest_page .sub_title {
  font-family: "Noto Serif JP", serif;
  color: #0060AB;
  font-size: 180%;
  letter-spacing: 0.1rem;
  text-align: center;
  display: inline-block;
  margin: 0 auto 2rem;
  position: relative;
  width: 90%;
  text-align: left;
  line-height: 1.5;
}
.firstrequest_page .sub_title b {
  position: relative;
  z-index: 2;
}
.firstrequest_page .sub_title:after {
  content: "";
  width: 2rem;
  padding-top: 2rem;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  background-color: #E1F0FC;
  transform: translateY(-50%) rotate(45deg);
}
.firstrequest_page .anchor {
  display: block;
  height: 65px;
  margin-top: -65px;
}
.firstrequest_page .breadcrumbs {
  overflow: hidden;
  overflow-x: overlay; /*横にはみ出した要素をスクロールする*/
  white-space: nowrap; /*自動改行しないようにする*/
  padding: 0.5rem 0;
  background-color: #f6f6f6;
  font-size: 80%;
}
.firstrequest_page .breadcrumbs span {
  padding: 0 0.5rem;
}
.firstrequest_page .breadcrumbs span a {
  transition: 0.3s;
}
.firstrequest_page .breadcrumbs span a:hover {
  opacity: 0.8;
}
.firstrequest_page .mv_area {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.firstrequest_page .mv_area .img {
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.firstrequest_page .mv_area .mv_inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.firstrequest_page .mv_area .mv_inner .squea {
  width: 100%;
  padding-top: inherit;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.firstrequest_page .mv_area .mv_inner .squea:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  padding-top: 70%;
  transform-origin: center center center;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) rotate(45deg);
}
.firstrequest_page .mv_area .mv_inner .squea h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  color: #0060AB;
  font-size: 200%;
  letter-spacing: 0.2rem;
  width: 200%;
  text-align: center;
}
.firstrequest_page .flex_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.firstrequest_page .flex_block .text, .firstrequest_page .flex_block .image {
  padding: 2rem 0 0;
  width: 100%;
}
.firstrequest_page .yellow_block {
  max-width: 1044px;
  border: 3px solid #F6D326;
  margin: auto;
}
.firstrequest_page .yellow_block h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  padding: 1rem;
  background-color: #F6D326;
}
.firstrequest_page .yellow_block .text {
  padding: 2rem 1rem;
  text-align: left;
  line-height: 1.5;
  word-break: auto-phrase;
}
.firstrequest_page .request_top_block {
  padding: 3rem 0 2rem;
  text-align: center;
}
.firstrequest_page .request_top_block h3.sub_title {
  word-break: auto-phrase;
}
.firstrequest_page .request_top_block .text {
  text-align: left;
}
.firstrequest_page .request_top_block .text p {
  line-height: 1.5;
}
.firstrequest_page .request_top_block .flex_block {
  padding: 1rem 0 0;
}
.firstrequest_page .chousa_three {
  text-align: center;
}
.firstrequest_page .chousa_three h3.sub_title {
  word-break: auto-phrase;
}
.firstrequest_page .chousa_three .three_box {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.firstrequest_page .chousa_three .three_box .block {
  background: #0060AB;
  background: linear-gradient(140deg, rgb(0, 96, 171) 42%, rgb(133, 174, 255) 100%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  padding: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 1rem;
}
.firstrequest_page .chousa_three .three_box .block h4 {
  padding: 1rem 0;
  font-size: 150%;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.firstrequest_page .chousa_three .three_box .block .image, .firstrequest_page .chousa_three .three_box .block .text {
  padding: 0;
  margin: 0;
}
.firstrequest_page .chousa_three .three_box .block .image {
  max-width: 50%;
}
.firstrequest_page .chousa_three .three_box .block .text {
  line-height: 2;
}
.firstrequest_page .chousa_three .three_box .block .text p {
  word-break: auto-phrase;
}
.firstrequest_page .flow_block {
  padding: 3rem 0;
}
.firstrequest_page .flow_block .flow_title {
  width: 100%;
  text-align: center;
}
.firstrequest_page .flow_block .flow_title h2 {
  margin: 5rem auto;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 180%;
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
}
.firstrequest_page .flow_block .flow_title h2 b {
  font-size: 150%;
}
.firstrequest_page .flow_block .flow_title h2:after {
  content: "";
  background-image: url("../img/firstrequest/flow_text.webp");
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 100%;
  padding-top: 28%;
  transform: translateX(-50%);
}
.firstrequest_page .flow_block .flow_list {
  padding: 4rem 0 0;
}
.firstrequest_page .flow_block .flow_list ol {
  list-style: none;
  list-style-type: decimal-leading-zero;
  padding-left: 6rem;
}
.firstrequest_page .flow_block .flow_list ol li {
  counter-increment: zero-pad-counter;
  position: relative;
  padding: 0;
  min-height: 3rem;
}
.firstrequest_page .flow_block .flow_list ol li:before {
  content: counter(zero-pad-counter, decimal-leading-zero);
  position: absolute;
  font-weight: bold;
  left: -5.25rem;
  top: 0.25rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
  font-size: 150%;
  font-family: "Noto Serif JP", serif;
}
.firstrequest_page .flow_block .flow_list ol li:after {
  content: "";
  background-color: #85AEFF;
  position: absolute;
  left: -5.25rem;
  top: 0.25rem;
  width: 3.5rem;
  padding-top: 3.5rem;
  transform: rotate(45deg);
}
.firstrequest_page .flow_block .flow_list ol li:last-child .flow_box {
  padding-bottom: 0;
}
.firstrequest_page .flow_block .flow_list ol li:last-child .flow_box:after {
  display: none;
}
.firstrequest_page .flow_block .flow_list ol li .flow_box {
  position: relative;
  padding-bottom: 4rem;
}
.firstrequest_page .flow_block .flow_list ol li .flow_box:after {
  content: "";
  width: 1px;
  height: calc(100% - 3.5rem);
  border-left: 2px dashed #C2D6FF;
  position: absolute;
  left: -3.55rem;
  bottom: 0;
}
.firstrequest_page .flow_block .flow_list ol li .flow_box .image {
  text-align: center;
}
.firstrequest_page .flow_block .flow_list ol li .flow_box .image img {
  width: 30%;
}
.firstrequest_page .flow_block .flow_list ol li .flow_box .image h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 110%;
  padding: 0.5rem 0;
  letter-spacing: 0.2rem;
}
.firstrequest_page .flow_block .flow_list ol li .flow_box .text {
  padding: 1rem 0;
  line-height: 1.5;
}
.firstrequest_page .jouhou_block {
  background-color: #E1F0FC;
  padding: 3rem 0;
  text-align: center;
}
.firstrequest_page .jouhou_block h3.sub_title:after {
  background-color: #B3DCFC;
}
.firstrequest_page .jouhou_block .jouhou_boxs {
  padding: 3rem 0;
}
.firstrequest_page .jouhou_block .jouhou_box {
  background-color: white;
  border: 1px solid #D9D9D9;
  position: relative;
  padding: 30px 1rem;
  margin: auto;
  margin-bottom: 3rem;
  max-width: 750px;
}
.firstrequest_page .jouhou_block .jouhou_box h4 {
  font-family: "Noto Serif JP", serif;
  color: #0060AB;
  position: absolute;
  top: -11px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
}
.firstrequest_page .jouhou_block .jouhou_box h4 b {
  position: relative;
  z-index: 2;
}
.firstrequest_page .jouhou_block .jouhou_box h4:after {
  content: "";
  width: 130%;
  height: 50%;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.firstrequest_page .jouhou_block .jouhou_box p {
  text-align: center;
  line-height: 1.8;
}
.firstrequest_page .jittai_block {
  text-align: center;
  padding: 5rem 0;
}
.firstrequest_page .jittai_block .jittai_flex .text, .firstrequest_page .jittai_block .jittai_flex .image {
  padding: 1rem 0;
}
.firstrequest_page .jittai_block .jittai_flex .text p {
  text-align: left;
  line-height: 1.5;
  word-break: auto-phrase;
}
.firstrequest_page .num_blocks {
  padding: 5rem 0;
}
.firstrequest_page .num_blocks ol {
  list-style: none;
  list-style-type: decimal-leading-zero;
  padding-left: 6rem;
}
.firstrequest_page .num_blocks ol li {
  counter-increment: zero-pad-counter;
  position: relative;
  padding: 0;
  text-align: left;
  min-height: 3rem;
  padding-bottom: 4rem;
}
.firstrequest_page .num_blocks ol li:last-child {
  padding-bottom: 0;
}
.firstrequest_page .num_blocks ol li:before {
  content: counter(zero-pad-counter, decimal-leading-zero);
  position: absolute;
  font-weight: bold;
  left: -5.25rem;
  top: 0.25rem;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: white;
  font-size: 150%;
  font-family: "Noto Serif JP", serif;
}
.firstrequest_page .num_blocks ol li:after {
  content: "";
  background-color: #85AEFF;
  position: absolute;
  left: -5.25rem;
  top: 0.25rem;
  width: 3.5rem;
  padding-top: 3.5rem;
  transform: rotate(45deg);
}
.firstrequest_page .num_blocks ol li:last-child .flow_box {
  padding-bottom: 0;
}
.firstrequest_page .num_blocks ol li:last-child .flow_box:after {
  display: none;
}
.firstrequest_page .num_blocks ol li h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 4rem;
  color: #0060AB;
  font-size: 150%;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
}
.firstrequest_page .num_blocks ol li p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (min-width: 650px) {
  .firstrequest_page {
    font-size: min(1.5vw, 14px);
  }
}
@media screen and (min-width: 750px) {
  .firstrequest_page .mv_area {
    position: relative;
  }
  .firstrequest_page .mv_area .mv_img .img {
    padding-top: 25%;
    background-position: center;
  }
  .firstrequest_page .mv_area .mv_inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .firstrequest_page .mv_area .mv_inner .squea {
    width: 30%;
    padding-top: 30%;
    position: absolute;
    left: 20%;
    top: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transform: translateY(-50%);
  }
  .firstrequest_page .mv_area .mv_inner .squea:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding-top: inherit;
    height: 100%;
    transform-origin: center center center;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .firstrequest_page .mv_area .mv_inner .squea h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "Noto Serif JP", serif;
    color: #0060AB;
    font-size: min(3.3vw, 50px);
    letter-spacing: 0.2rem;
    width: 200%;
    text-align: center;
  }
  .firstrequest_page .flex_block {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 1rem;
  }
  .firstrequest_page .flex_block .text, .firstrequest_page .flex_block .image {
    width: 100%;
  }
  .firstrequest_page .yellow_block .text {
    padding: 2rem 8rem;
  }
  .firstrequest_page .request_top_block {
    padding: 7rem 0 5rem;
  }
  .firstrequest_page .request_top_block h3.sub_title {
    text-align: center;
    display: inline;
  }
  .firstrequest_page .request_top_block .flex_block {
    padding-top: 2rem;
    flex-direction: row-reverse;
  }
  .firstrequest_page .request_top_block .flex_block .image img {
    max-width: 500px;
    width: 100%;
  }
  .firstrequest_page .request_top_block .flex_block .text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .firstrequest_page .request_top_block .flex_block .text p {
    line-height: 1.8;
  }
  .firstrequest_page .chousa_three {
    padding: 5rem 0;
  }
  .firstrequest_page .chousa_three h3.sub_title {
    text-align: center;
    display: inline;
  }
  .firstrequest_page .chousa_three .three_box {
    padding: 5rem 0;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .firstrequest_page .chousa_three .three_box .block {
    width: 100%;
    justify-content: flex-start;
  }
  .firstrequest_page .flow_block .flow_title h2:after {
    padding-top: 29.0909090909%;
    max-width: 550px;
    bottom: -7rem;
  }
  .firstrequest_page .flow_block .flow_list ol li .flow_box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 6rem;
  }
  .firstrequest_page .flow_block .flow_list ol li .flow_box .image {
    width: 8rem;
  }
  .firstrequest_page .flow_block .flow_list ol li .flow_box .image img {
    width: 60%;
  }
  .firstrequest_page .flow_block .flow_list ol li .flow_box .text {
    width: calc(100% - 10rem);
    padding-left: 1rem;
  }
  .firstrequest_page .jouhou_block h3.sub_title {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    width: auto;
  }
  .firstrequest_page .jouhou_block .jouhou_boxs .jouhou_box {
    margin-bottom: 5rem;
  }
  .firstrequest_page .jouhou_block .jouhou_boxs .jouhou_box h4 {
    font-size: 25px;
    top: -14px;
  }
  .firstrequest_page .jittai_block {
    text-align: center;
    padding: 7rem 0 0;
  }
  .firstrequest_page .jittai_block .jittai_flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    padding-top: 2rem;
  }
  .firstrequest_page .jittai_block .jittai_flex .image, .firstrequest_page .jittai_block .jittai_flex .text {
    width: 100%;
  }
  .firstrequest_page .jittai_block .jittai_flex .image img {
    max-width: 500px;
    width: 100%;
  }
  .firstrequest_page .jittai_block .jittai_flex .text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .firstrequest_page .jittai_block .jittai_flex .text p {
    line-height: 1.8;
  }
  .firstrequest_page .num_blocks {
    width: 80%;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .firstrequest_page {
    font-size: min(1.2vw, 18px);
  }
  .firstrequest_page .inner {
    max-width: 1240px;
    margin: auto;
  }
  .firstrequest_page .breadcrumbs {
    padding-left: 5%;
  }
}
/*# sourceMappingURL=firstrequest.css.map */