.p-mv {
  background: url(../img/top/bg_mv.jpg) no-repeat center center/cover;
  padding: 5rem 0 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/top/bg_mv_sp.jpg) no-repeat center center/cover;
    padding: 2.5rem 0 9.7rem;
  }
}
.p-mv__inner {
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-left: 0;
  }
}
.p-mv .sub-title p {
  display: inline-block;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  color: #005C9C;
  font-weight: 600;
  transform: rotate(-2.55deg);
}
@media screen and (max-width: 767px) {
  .p-mv .sub-title p {
    font-size: 1.1rem;
    transform: rotate(0);
    padding-left: 1rem;
  }
}
.p-mv .sub-title p span {
  font-size: 2.424rem;
}
@media screen and (max-width: 767px) {
  .p-mv .sub-title p span {
    font-size: 1.41rem;
  }
}
.p-mv .sub-title:last-child {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv .sub-title:last-child {
    transform: rotate(-2.55deg);
  }
}
.p-mv .title {
  margin-top: 1rem;
  max-width: 60.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv .title {
    transform: rotate(-4deg);
    padding: 0 1.4rem;
  }
}
@media screen and (min-width: 1500px) {
  .p-mv .title {
    max-width: 43vw;
  }
  .p-mv .title img {
    width: 100%;
  }
}
.p-mv .list {
  margin-top: 3.2rem;
  max-width: 35.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv .list {
    margin: 2rem auto 0;
    max-width: 29.2rem;
  }
}
.p-mv .list__item {
  width: 11rem;
  height: 11rem;
  background-color: #EFC452;
  border-radius: 50%;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-mv .list__item {
    width: 9rem;
    height: 9rem;
    font-size: 1.4rem;
  }
}
.p-mv .list__item span {
  font-size: 1.23rem;
}
@media screen and (max-width: 767px) {
  .p-mv .list__item span {
    font-size: 1rem;
  }
}

.p-sim {
  background: url(../img/top/bg_sim.png) no-repeat center center/cover;
  padding: 6.8rem 0 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-sim {
    padding: 2rem 1rem;
  }
}
.p-sim__inner {
  background-color: #fff;
  padding: 1.8rem 2rem 2.8rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-sim__inner {
    padding: 2.9rem 2rem 2.4rem;
  }
}
.p-sim__inner .sub-title {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-sim__inner .sub-title span {
  font-size: 1.9rem;
}
.p-sim__inner .title {
  margin-top: 0.5rem;
  font-size: 3.1rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #005C9C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .title {
    font-size: 2.8rem;
    margin-top: 0;
  }
}
.p-sim__inner .title span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .title span {
    font-size: 2.2rem;
  }
}
.p-sim__inner .form {
  margin-top: 0.81rem;
}
.p-sim__inner .form .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .flex {
    flex-direction: column;
  }
}
.p-sim__inner .form .notes {
  color: red;
  white-space: nowrap;
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .notes {
    text-align: center;
  }
}
.p-sim__inner .form .input-box, .p-sim__inner .form .select-box {
  width: 13.6rem;
  margin-right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .input-box, .p-sim__inner .form .select-box {
    width: 26.1rem;
    margin-inline-end: 0;
    margin-top: 0.8rem;
  }
  .p-sim__inner .form .input-box:first-child, .p-sim__inner .form .select-box:first-child {
    margin-top: 0;
  }
}
.p-sim__inner .form .input-box input, .p-sim__inner .form .input-box select, .p-sim__inner .form .select-box input, .p-sim__inner .form .select-box select {
  width: 100%;
  height: 4rem;
  border: 1px solid #A3A3A3;
  border-radius: 0.42rem;
  padding: 0 1.25rem;
  color: #000000;
}
.p-sim__inner .form .input-box input option, .p-sim__inner .form .input-box select option, .p-sim__inner .form .select-box input option, .p-sim__inner .form .select-box select option {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .input-box input option, .p-sim__inner .form .input-box select option, .p-sim__inner .form .select-box input option, .p-sim__inner .form .select-box select option {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .input-box input, .p-sim__inner .form .input-box select, .p-sim__inner .form .select-box input, .p-sim__inner .form .select-box select {
    text-align: center;
    text-align-last: center;
  }
}
.p-sim__inner .form .select-box {
  position: relative;
}
.p-sim__inner .form .select-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.3rem;
  width: 1.275rem;
  height: 0.946rem;
  background: url(../img/common/icon-arrow-sim.svg) no-repeat center center/contain;
}
.p-sim__inner .form .select-box select {
  padding: 0 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .select-box select {
    padding: 0;
  }
}
.p-sim__inner .form p {
  font-size: 1.68rem;
  margin-right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form p {
    margin: 1.7rem 0 0.9rem;
  }
}
.p-sim__inner .form .button {
  margin-top: 2rem;
}
.p-sim__inner .form .button button {
  width: 25.5rem;
  height: 4.5rem;
  background-color: #EFC452;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sim__inner .form .button button {
    width: 100%;
  }
}

.p-request {
  margin: 13.4rem auto 0;
  max-width: 1922px;
}
@media screen and (max-width: 767px) {
  .p-request {
    margin: 4.9rem 1.4rem 0;
  }
}
.p-request .list {
  margin-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  .p-request .list {
    margin-top: 4.1rem;
  }
}
.p-request .list__item {
  margin-top: 11.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-request .list__item {
    margin-top: 4.8rem;
  }
}
.p-request .list__item__left {
  position: absolute;
  top: -3rem;
  left: 0;
  max-width: 46%;
}
.p-request .list__item__left .img img {
  aspect-ratio: 80/29;
}
@media screen and (max-width: 1280px) {
  .p-request .list__item__left {
    max-width: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .p-request .list__item__left {
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .p-request .list__item__left {
    max-width: 41%;
  }
}
.p-request .list__item__left .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  max-width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-request .list__item__left .num {
    max-width: none;
    width: 80%;
    top: auto;
    bottom: -2rem;
    right: auto;
    left: 1rem;
    transform: translate(0);
  }
}
.p-request .list__item__right {
  width: 70%;
  margin-left: auto;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  background-color: rgba(78, 181, 239, 0.1);
  padding: 4.5rem 10rem 4.5rem 21.6rem;
}
@media screen and (max-width: 767px) {
  .p-request .list__item__right {
    width: 100%;
    clip-path: none;
    padding: 16.6rem 2.7rem 2.7rem;
  }
}
.p-request .list__item__right .title {
  font-size: 3rem;
  color: #025D9B;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-request .list__item__right .title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-request .list__item__right .title span {
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-request .list__item__right .title span {
    font-size: 2.4rem;
  }
}
.p-request .list__item__right .text {
  margin-top: 0.9rem;
  max-width: 58.1rem;
}
@media screen and (max-width: 767px) {
  .p-request .list__item__right .text {
    margin-top: 1.2rem;
  }
}
.p-request .list__item__right .text span {
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #005C9C;
  font-weight: 600;
  background-color: #FCFF75;
  padding: 0 0.5rem;
  line-height: 1.7;
}

.p-trouble {
  text-align: center;
  margin-top: 12.7rem;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    margin-top: 9.4rem;
    overflow: hidden;
  }
}
.p-trouble .img {
  margin: 5.6rem auto 0;
  max-width: 82.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble .img {
    width: calc(100% + 10rem);
    margin: 2.3rem -5rem 0 -5rem;
  }
}
.p-trouble .title {
  margin-top: 3.8rem;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #005C9C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trouble .title {
    margin-top: 4.7rem;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.p-trouble .logo {
  margin: 5.2rem auto 0;
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-trouble .logo {
    margin: 3rem auto 0;
    width: 23.7rem;
  }
}
.p-trouble .logo img {
  width: 100%;
}

.p-point__inner {
  padding: 9.1rem 0 8.4rem;
  background-color: #D9F0FC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point__inner {
    padding: 9.1rem 0 2.6rem;
  }
}
.p-point__inner::before {
  content: "";
  position: absolute;
  top: -6.1rem;
  transform: translateX(-50%);
  left: 50%;
  width: 52.2rem;
  height: 12.2rem;
  background: url(../img/common/icon-arrow-triangle.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-point__inner::before {
    width: 31.1rem;
    height: 6.1rem;
    top: -3rem;
  }
}
.p-point .c-secttl-box {
  position: relative;
}
.p-point__content {
  margin-top: -3.6rem;
  border: 4px solid #fff;
  border-radius: 2px;
  padding: 10.25rem 5.8rem 5.7rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-point__content {
    margin-top: -4rem;
    padding: 12.2rem 3.4rem 6.5rem;
  }
}
.p-point__content .list__item {
  margin-top: 5.8rem;
  display: grid;
  grid-template-columns: 19% 26% 55%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-point__content .list__item {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
  }
}
.p-point__content .list__item:first-child {
  margin-top: 0;
}
.p-point__content .list__item__num {
  margin-right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-point__content .list__item__num {
    margin: 0 auto;
    max-width: 8.6rem;
  }
}
.p-point__content .list__item__img {
  margin-right: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-point__content .list__item__img {
    max-width: 13rem;
    margin: 1.1rem auto 0;
  }
}
.p-point__content .list__item__text-box .text {
  margin-top: 0.9rem;
  letter-spacing: 0.03em;
}
.p-point__content .list__item .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #005C9C;
}
@media screen and (max-width: 767px) {
  .p-point__content .list__item .title {
    margin-top: 1.7rem;
    text-align: center;
  }
}

.p-attention {
  margin-top: 5.8rem;
  margin-bottom: 16.5rem;
}
@media screen and (max-width: 767px) {
  .p-attention {
    margin-top: 0.5rem;
    margin-bottom: 13.8rem;
  }
}
.p-attention__inner .list {
  margin-top: 5.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-attention__inner .list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.4rem;
  }
}
.p-attention__inner .list__item {
  border: 1.84px solid #0B7FBD;
  border-radius: 1.84rem 1.84rem 0 0;
}
.p-attention__inner .list__item__title {
  margin-left: -0.9px;
  width: calc(100% + 1.84px);
  border-radius: 1.84rem 1.84rem 0 0;
  background-color: #0B7FBD;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-attention__inner .list__item__title {
    font-size: 2.1rem;
    height: 5.3rem;
  }
}
.p-attention__inner .list__item__body {
  padding: 3.5rem 0.5rem 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-attention__inner .list__item__body {
    padding: 3.1rem 0.5rem 1.9rem;
  }
}
.p-attention__inner .list__item__img {
  margin-top: 1rem;
}
.p-attention__inner .list__item__text {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.444;
}
@media screen and (max-width: 767px) {
  .p-attention__inner .list__item__text {
    font-size: 1.6rem;
  }
}
.p-attention__inner .list__item__text span {
  font-size: 2.3rem;
  color: #0B7FBD;
}
@media screen and (max-width: 767px) {
  .p-attention__inner .list__item__text span {
    font-size: 2rem;
  }
}
.p-attention__inner .list__item:nth-child(2) .list__item__body {
  padding: 2.5rem 0.5rem 2.1rem;
}
.p-attention__inner .list__item:nth-child(2) .list__item__img {
  margin-top: -3rem;
}

.p-about {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: -1.4rem;
  }
}
.p-about__text {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1.6rem;
    font-size: 1.5rem;
  }
}
.p-about .block01 {
  margin: 5rem 0 0;
  background-color: rgba(128, 204, 245, 0.2);
  padding: 5.7rem 7rem 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-about .block01 {
    margin-top: 4.2rem;
    padding: 6.6rem 2.5rem 4.3rem;
  }
}
.p-about .block01 .title {
  text-align: center;
  color: #0B7FBD;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .title {
    font-size: 3.1rem;
  }
}
.p-about .block01 .text {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #0B7FBD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .text {
    font-size: 2.7rem;
    line-height: 1.3;
  }
}
.p-about .block01 .text span {
  font-size: 5.9rem;
  letter-spacing: -0.01em;
  margin-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .text span {
    font-size: 5.6rem;
  }
}
.p-about .block01 .box01 {
  border-bottom: 4px solid #fff;
  padding-bottom: 2.6rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .box01 {
    padding-bottom: 4.7rem;
    margin-bottom: 3.8rem;
  }
}
.p-about .block01 .box01 .flex {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .box01 .flex {
    display: block;
    margin: 0;
  }
}
.p-about .block01 .box01 .img01 {
  position: absolute;
  top: -10rem;
  left: -2rem;
  max-width: 16.1rem;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .box01 .img01 {
    position: relative;
    top: 0;
    left: 0;
    margin: 3.5rem auto 1.7rem;
  }
}
.p-about .block01 .box02 {
  position: relative;
}
.p-about .block01 .box02 .img02 {
  position: absolute;
  right: 1rem;
  bottom: -8rem;
  max-width: 17.6rem;
}
@media screen and (max-width: 767px) {
  .p-about .block01 .box02 .img02 {
    position: relative;
    top: 0;
    left: 0;
    margin: 2rem auto 1.7rem;
  }
}
.p-about .block02 {
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-about .block02 {
    margin-top: 5.9rem;
  }
}
.p-about .block02 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-about .block02 .wrap {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.4rem;
  }
}
.p-about .block02 .wrap .item {
  position: relative;
  height: 26.2rem;
}
.p-about .block02 .wrap .item .img {
  height: 100%;
}
.p-about .block02 .wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .block02 .wrap .item .title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-style: italic;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.73);
}
.p-about .block02 .wrap .item .title span {
  font-size: 3.41rem;
  display: block;
}

.p-works {
  margin-top: 19.5rem;
  padding: 8.8rem 0 11.7rem;
  background: url(../img/top/bg_works.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-works {
    margin-top: 10.1rem;
    padding: 7.1rem 0 12rem;
  }
  .p-works .c-secttl {
    display: inline-block;
    padding: 0 4rem 1rem;
  }
}
.p-works .list {
  margin-top: 5.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-works .list {
    margin-top: 3.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 1.6rem;
  }
}
.p-works .list__item__title {
  background-color: #0B7FBD;
  border-radius: 1rem 1rem 0 0;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works .list__item__title {
    font-size: 1.1rem;
    height: 2.8rem;
  }
}
.p-works .list__item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  width: 2.2rem;
  height: 2.86rem;
  background: url(../img/common/icon-map.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-works .list__item__title::before {
    width: 1.4rem;
    height: 1.8rem;
    left: 2.7rem;
  }
}
.p-works .list__item__body {
  background-color: #fff;
  padding: 2.3rem 1.7rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-works .list__item__body {
    padding: 1.4rem 1.1rem 1.5rem;
  }
}
.p-works .list__item__body .text {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-works .list__item__body .text {
    font-size: 0.8rem;
  }
}

.p-flow {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 0;
  }
}
.p-flow .list {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow .list {
    margin-top: 15.5rem;
  }
}
.p-flow .list__item {
  background-color: rgba(11, 127, 189, 0.15);
  padding: 3.3rem 8.5rem 2.7rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item {
    padding: 6.4rem 2.8rem 3.4rem;
    display: block;
  }
}
.p-flow .list__item:nth-child(n+2) {
  margin-top: 13rem;
}
.p-flow .list__item::before {
  content: "";
  position: absolute;
  bottom: -4.3rem;
  transform: translateX(-50%);
  left: 50%;
  width: 2.314rem;
  height: 1.2rem;
  background: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item::before {
    width: 4.4rem;
    height: 2.3rem;
    bottom: -5rem;
  }
}
.p-flow .list__item__num {
  position: absolute;
  left: -4.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EFC452;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item__num {
    top: -4.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-flow .list__item__num span {
  display: block;
  font-size: 3.5rem;
}
.p-flow .list__item__img {
  max-width: 12.2rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item__img {
    margin: 0 auto;
  }
}
.p-flow .list__item__text-box {
  flex: 1;
}
.p-flow .list__item__text-box .title {
  font-size: 2.9rem;
  letter-spacing: 0.09em;
  color: #005C9C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item__text-box .title {
    margin-top: 1.6rem;
    font-size: 2.5rem;
    text-align: center;
  }
}
.p-flow .list__item__text-box .text {
  margin-top: 0.8rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item__text-box .text {
    margin-top: 1.5rem;
  }
}
.p-flow .list__item-end {
  margin: 10.1rem auto 0;
  max-width: 45.3rem;
  height: 8.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005C9C;
  font-size: 4.6rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  border: 4px solid #005C9C;
  border-radius: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-flow .list__item-end {
    width: 100%;
    margin: 7.6rem auto 0;
    font-size: 3.3rem;
    height: 6.3rem;
  }
}

.p-faq {
  margin: 15.8rem 0 10.4rem;
  padding: 9.5rem 0 14rem;
  background-color: #F4FCFF;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin: 4.7rem 0 0;
    padding: 7.7rem 0 9.8rem;
  }
}
.p-faq .list {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-faq .list {
    margin-top: 7.9rem;
  }
}
.p-faq .list__item {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq .list__item {
    margin-top: 2.8rem;
  }
}
.p-faq .list__item:first-child {
  margin-top: 0;
}
.p-faq .list__item dt {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.p-faq .list__item dt span {
  width: 4.3rem;
  height: 4.3rem;
  background-color: #005C9C;
  color: #fff;
  border-radius: 50%;
  font-size: 2.55rem;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.p-faq .list__item dt::before, .p-faq .list__item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.8rem;
  height: 1.6px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-faq .list__item dt::before, .p-faq .list__item dt::after {
    width: 2.8rem;
  }
}
.p-faq .list__item dt::after {
  height: 3.8rem;
  width: 1.6px;
  right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-faq .list__item dt::after {
    height: 2.8rem;
    right: 1.3rem;
  }
}
.p-faq .list__item dt.is-open::before, .p-faq .list__item dt.is-open::after {
  transform: translateY(-50%) rotate(135deg);
}
.p-faq .list__item dt .text {
  flex: 1;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq .list__item dt .text {
    padding-right: 5.4rem;
  }
}
.p-faq .list__item dd {
  display: none;
  padding: 3.3rem 10rem 0 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq .list__item dd {
    padding: 2.4rem 2rem 0 0;
  }
}
.p-faq .list__item dd > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq .list__item dd > div {
    align-items: flex-start;
  }
}
.p-faq .list__item dd > div span {
  width: 4.3rem;
  height: 4.3rem;
  background-color: #EDF8FD;
  color: #005C9C;
  border-radius: 50%;
  font-size: 2.55rem;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.p-faq .list__item dd > div .text {
  flex: 1;
}/*# sourceMappingURL=top.css.map */