@charset "UTF-8";
/* 共通パーツ（調整）
---------------------------------------------------------------------------- */
/*------------- .m-ttl-jpen-group .m-ttl-jpen-jp -------------*/
.m-ttl-jpen-group .m-ttl-jpen-jp {
  word-break: normal;
}

/*------------- .m-child-mv -------------*/
@media screen and (max-width: 767px) {
  .m-child-mv {
    height: 53.3333333333vw;
  }
}
/*------------- ..m-ttl-border-left -------------*/
.m-ttl-border-left {
  word-break: normal;
}

/*------------- .m-ttl-border-bottom -------------*/
.m-ttl-border-bottom {
  word-break: normal;
}

/* p-plan
---------------------------------------------------------------------------- */
.p-plan {
  padding-block: 8rem 10rem;
}

.p-plan-doc {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  width: max-content;
  padding-block: 1.4rem;
  padding-inline: 3rem;
  background-color: #fff;
  border: 1px solid #BEBEBE;
}

.p-plan-doc-txt {
  word-break: normal;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #073190;
  border-right: 1px solid #BEBEBE;
  padding-right: 3rem;
  margin-right: 3rem;
}
.p-plan-doc-txt::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background-image: url(/assets/images/common/icn_document02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-plan-doc-link {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  word-break: normal;
  color: #1A1A1A;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
}

.p-plan-doc-link[href$=".pdf"] span {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-image: url(/assets/images/common/icn_pdf03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-plan-doc-link:not(:last-child) {
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .p-plan {
    padding-block: 13.3333333333vw;
  }
  .p-plan-doc {
    grid-template-columns: auto;
    gap: initial;
    width: 100%;
    padding-block: 4.8vw 4.2666666667vw;
    padding-inline: 4vw;
  }
  .p-plan-doc-txt {
    column-gap: 1.3333333333vw;
    font-size: 5.3333333333vw;
    margin-right: 0;
    border-right: none;
    padding-right: initial;
    margin-right: initial;
    margin-bottom: 2.6666666667vw;
  }
  .p-plan-doc-txt::before {
    width: 6.4vw;
  }
  .p-plan-doc-link {
    font-size: 4.2666666667vw;
    column-gap: 2.6666666667vw;
  }
  .p-plan-doc-link[href$=".pdf"] span {
    width: 5.3333333333vw;
  }
  .p-plan-doc-link:not(:last-child) {
    margin-right: initial;
    margin-bottom: 2.6666666667vw;
  }
}
/* p-plan-sec01
---------------------------------------------------------------------------- */
.p-plan-sec01 {
  margin-top: 5.7rem;
}

.p-plan-sec01-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  padding-top: 0.7rem;
  word-break: normal;
}
.p-plan-sec01-txt a {
  color: #073190;
  text-decoration: underline;
}

.p-plan-sec01-items {
  padding-inline: 5rem;
  margin-block: 2.5rem 5rem;
}

.p-plan-sec01-item {
  display: flex;
  min-height: 10.2rem;
  border: 0.2rem solid #073190;
}

.p-plan-sec01-item:not(:first-child) {
  border-top: none;
}

.p-plan-sec01-item-ttl {
  width: 28rem;
  background-color: #073190;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  align-content: center;
  position: relative;
  word-break: normal;
  padding-block: 1rem;
  padding-inline: 2rem;
}

.p-plan-sec01-item:not(:last-child) .p-plan-sec01-item-ttl::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
}

.p-plan-sec01-item-txt {
  flex: 1;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  align-content: center;
  word-break: normal;
  padding-block: 1rem;
  padding-inline: 2rem;
}

.p-plan-sec01-img {
  width: 100%;
  aspect-ratio: 1200/689;
}
.p-plan-sec01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-plan-sec01 {
    margin-top: 13.3333333333vw;
  }
  .p-plan-sec01-txt {
    font-size: 4.2666666667vw;
    padding-top: initial;
  }
  .p-plan-sec01-items {
    padding-inline: initial;
    margin-block: 4vw 13.3333333333vw;
  }
  .p-plan-sec01-item {
    flex-direction: column;
    min-height: initial;
    border-width: 0.5333333333vw;
  }
  .p-plan-sec01-item-ttl {
    width: 100%;
    padding-block: 5.3333333333vw;
    padding-inline: 4.8vw;
    font-size: 4.8vw;
  }
  .p-plan-sec01-item-ttl::after {
    content: none;
  }
  .p-plan-sec01-item-txt {
    padding-block: 4.2666666667vw;
    padding-inline: 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    text-align: left;
  }
}
/* p-plan-sec02
---------------------------------------------------------------------------- */
.p-plan-sec02 {
  margin-top: 10.7rem;
}

.p-plan-sec02-ttl-border-bottom {
  padding-top: 0.7rem;
}

.p-plan-sec02-lists {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-bottom: 4.4rem;
}

.p-plan-sec02-list {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  word-break: normal;
}

.p-plan-sec02-list span {
  font-family: "Roboto";
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 700;
  color: #073190;
}

.p-plan-sec02-txtSmall {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  margin-block: 1.2rem 5rem;
  word-break: normal;
}

.p-plan-sec02-groups {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-bottom: 5rem;
}

.p-plan-sec02-group {
  display: flex;
  align-items: flex-start;
}

.p-plan-sec02-group-ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  color: #073190;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  width: 27rem;
  word-break: normal;
}

.p-plan-sec02-group-ttl::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  background-color: #073190;
  border-radius: 50%;
}

.p-plan-sec02-group-items {
  width: 35rem;
  padding-inline: 1.5rem;
  border-left: 1px solid #BEBEBE;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.p-plan-sec02-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
}

.p-plan-sec02-group-item-ttl {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  word-break: normal;
}

.p-plan-sec02-group-item-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
  word-break: normal;
}

.p-plan-sec02-group-lists {
  flex: 1;
  padding-inline: 1.5rem;
  border-left: 1px solid #BEBEBE;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.p-plan-sec02-group-list {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  padding-left: 1.8em;
  text-indent: -1.8em;
  word-break: normal;
}

.p-plan-sec02-img {
  width: 100%;
  aspect-ratio: 1200/919;
}
.p-plan-sec02-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-plan-sec02 {
    margin-top: 18.6666666667vw;
  }
  .p-plan-sec02-ttl-border-bottom {
    padding-top: initial;
  }
  .p-plan-sec02-lists {
    gap: 1.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-plan-sec02-list {
    column-gap: 3.2vw;
    font-size: 4.2666666667vw;
  }
  .p-plan-sec02-list span {
    font-size: 4.8vw;
  }
  .p-plan-sec02-txtSmall {
    font-size: 3.7333333333vw;
    margin-block: 3.4666666667vw 7.2vw;
  }
  .p-plan-sec02-groups {
    gap: 7.2vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-plan-sec02-group {
    flex-direction: column;
  }
  .p-plan-sec02-group-ttl {
    font-size: 5.3333333333vw;
    column-gap: 2.6666666667vw;
    width: auto;
  }
  .p-plan-sec02-group-ttl::before {
    width: 2.1333333333vw;
  }
  .p-plan-sec02-group-items {
    width: 100%;
    padding-inline: 4vw;
    gap: 1.3333333333vw;
    margin-top: 3.4666666667vw;
  }
  .p-plan-sec02-group-item {
    gap: 0 2.6666666667vw;
  }
  .p-plan-sec02-group-item-ttl,
  .p-plan-sec02-group-item-txt {
    font-size: 4.2666666667vw;
  }
  .p-plan-sec02-group-lists {
    padding-inline: 4vw 0;
    gap: 1.3333333333vw;
    margin-top: 4vw;
  }
  .p-plan-sec02-group-list {
    font-size: 4.2666666667vw;
  }
}
/* p-table
---------------------------------------------------------------------------- */
.p-table {
  width: 100%;
  overflow: hidden;
}

.p-table th,
.p-table td {
  vertical-align: middle;
  height: 6.5rem;
  word-break: normal;
}

.p-table thead th {
  width: 20%;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #073190;
}

.p-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.p-table tbody td {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
}

.p-table tbody td:last-child {
  border-right: 1px solid #BEBEBE;
}

@media screen and (max-width: 767px) {
  .p-table {
    display: flex;
  }
  .p-table th,
  .p-table td {
    align-content: center;
    height: 20vw;
    padding-inline: 4vw;
  }
  .p-table thead,
  .p-table tbody {
    flex: 1;
  }
  .p-table thead tr,
  .p-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .p-table thead th {
    width: auto;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-table thead th:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .p-table tbody td {
    font-size: 4.2666666667vw;
    border-left: none;
    border-right: 1px solid #BEBEBE;
  }
  .p-table tbody td:first-child {
    border-top: 1px solid #BEBEBE;
  }
}
/* p-modal
---------------------------------------------------------------------------- */
.p-modal {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .p-modal-content {
    display: block;
    width: 95%;
  }
  .p-modal-close {
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    color: #fff;
    font-size: 10.6666666667vw;
    font-weight: 700;
    cursor: pointer;
  }
}
