﻿
.p-points {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
}
.p-points__item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30rem;
  padding: 3rem 4rem;
  border-style: solid;
  border-width: 0.3rem;
  border-color: #ededed;
  border-radius: 0.5rem;
}
@media (max-width:48em) {
  .p-points__item {
    padding: 2rem;
  }
}
.p-points__balloon {
  display: block;
  position: relative;
  margin: 0rem auto 2rem;
  width: 12ch;
  padding: 0.5rem 1.2rem;
  background-color: var(--c-primary);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #FFFFFF;
}
.p-points__balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 100%;
  margin: auto;
  width: 0.5rem;
  height: 0.4rem;
  background-color: var(--c-primary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width:48em) {
  .p-points__balloon {
    font-size: 1.2rem;
  }
}
.p-points__lead {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.9rem;
  word-break: keep-all;
}
@media (max-width:48em) {
  .p-points__lead {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.p-points__text {
  margin-top: 1.6rem;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3rem;
  color: var(--c-text-dark);
}
@media (max-width:48em) {
  .p-points__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
@media (min-width:48em) {
  .p-examples {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4rem;
  }
}
.p-examples__item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 24rem;
  padding: 3rem 2rem 2rem;
  border-style: solid;
  border-width: 0.3rem;
  border-color: #ededed;
  border-radius: 0.5rem;
}
@media (max-width:48em) {
  .p-examples__item + .p-examples__item {
    margin-top: 4rem;
  }
}
.p-examples__item.is-item-primary {
  -webkit-box-flex: 2;
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 40rem;
}
@media (max-width:48em) {
  .p-examples__item {
    padding: 2rem;
  }
}
@media (min-width:48em) {
  .p-examples__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width:48em) {
  .p-examples__item-icon, .p-examples__item-spacer {
    height: 5rem;
  }
}
.p-examples__item-icon-balloon {
  display: block;
  position: relative;
  margin: 0rem auto 2rem;
  width: 8ch;
  padding: 0.5rem 1.2rem;
  background-color: var(--c-primary);
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #FFFFFF;
}
.p-examples__item-icon-balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 100%;
  margin: auto;
  width: 0.5rem;
  height: 0.4rem;
  background-color: var(--c-primary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (max-width:48em) {
  .p-examples__item-icon-balloon {
    font-size: 1.2rem;
  }
}
.p-examples__item-lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width:48em) {
  .p-examples__item-lead {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
}
.p-examples__item-caption {
  margin-top: 1em;
  font-size: 1.4rem;
}
.p-examples__item-image {
  display: block;
  max-width: 40rem;
  width: 100%;
  height: auto;
  margin: 0.8rem auto 0rem;
}
.p-present {
  padding: 2rem;
  border-style: solid;
  border-width: 0.3rem;
  border-color: #ededed;
  border-radius: 0.5rem;
}
@media (min-width:48em) {
  .p-present {
    padding: 2rem 4rem;
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 38rem;
    grid-template-columns: 1fr 38rem;
    grid-gap: 1.2rem 3.2rem;
  }
}
@media (min-width:48em) {
  .p-present__header {
    grid-column: span 2;
  }
}
.p-present__header-lead {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-present__header-text {
  max-width: 90rem;
  width: auto;
}
.p-present__contents-list {
  margin-bottom: 2rem;
}
.p-present__contents-list .p-rtf-ul {
  margin: 0rem;
}
@media (min-width:48em) {
  .p-present__contents-list {
    padding-left: 4rem;
  }
}
.p-present__column {
  padding: 2rem;
  border-style: solid;
  border-width: 0.3rem;
  border-color: #ededed;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.p-present__column-images {
  padding: 0.8rem;
}
.p-present__column-images-img {
  display: block;
  max-width: 13rem;
  width: 100%;
  height: auto;
  margin: auto;
}
.p-present__column-lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width:48em) {
  .p-present__column {
    padding: 2rem 1.2rem;
    margin-top: 2rem;
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10rem 1fr;
    grid-template-columns: 10rem 1fr;
    grid-gap: 2.4rem 0rem;
  }
  .p-present__column-images {
    order: 1;
  }
  .p-present__column-lead {
    order: 2;
    text-align: left;
    font-size: 2rem;
    word-break: break-all;
  }
  .p-present__column-button {
    order: 3;
    grid-column: span 2;
  }
}
.p-lead {
  text-align: center;
  font-size: 2.2rem;
}
.p-apply {
  padding: 0.8rem;
  border-style: solid;
  border-width: thin;
  border-color: var(--c-primary);
  border-radius: 0.5rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.15);
}
@media (min-width:48em) {
  .p-apply {
    padding: 3rem 4rem;
    display: -webkit-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50rem, 1fr));
    grid-gap: 4rem 8rem;
  }
}
.p-apply__item {
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1.2rem;
  border-bottom-style: dashed;
  border-bottom-width: 0.1rem;
  border-bottom-color: #d9d9d9;
}
.p-apply__item-image {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 14rem;
}
@media (max-width:48em) {
  .p-apply__item-image {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 12rem;
  }
}
.p-apply__item-image-img {
  display: block;
  width: 100%;
  height: auto;
}
.p-apply__item-text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30rem;
}
.p-apply__item-text-lead {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.p-apply__item-text-text {
  text-align: center;
}
@media (max-width:48em) {
  .p-apply__item-text-text {
    font-size: 1.4rem;
  }
}
.p-confirmimage {
  padding: 3.2rem 0rem;
}
.p-spectable {
  width: 100%;
  margin: 3.2rem auto;
  border-collapse: collapse;
  border-spacing: 0px;
}
.p-spectable__thead-tr-th, .p-spectable__thead-tr-td, .p-spectable__tbody-tr-th, .p-spectable__tbody-tr-td {
  padding: 1.2rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9d9d9;
}
.p-spectable__thead-tr-th {
  background-color: #FFF2E6;
  font-weight: 500;
  word-break: keep-all;
}
@media (min-width:48em) {
  .p-spectable__thead-tr-th {
    padding: 1.2rem 4rem;
  }
}
.p-spectable__thead-tr-th.is-divided-cell {
  position: relative;
}
.p-spectable__thead-tr-th.is-divided-cell .p-spectable__thead-tr-th-label {
  display: block;
  position: absolute;
}
@media (max-width:48em) {
  .p-spectable__thead-tr-th.is-divided-cell .p-spectable__thead-tr-th-label {
    font-size: 1.2rem;
  }
}
.p-spectable__thead-tr-th.is-divided-cell .p-spectable__thead-tr-th-label.is-label-for-row {
  top: 0.8rem;
  right: 0.4rem;
}
@media (min-width:48em) {
  .p-spectable__thead-tr-th.is-divided-cell .p-spectable__thead-tr-th-label.is-label-for-row {
    top: 3.2rem;
    right: 3rem;
  }
}
.p-spectable__thead-tr-th.is-divided-cell .p-spectable__thead-tr-th-label.is-label-for-col {
  bottom: 0.8rem;
  left: 0.4rem;
}
@media (min-width:48em) {
  .p-spectable__thead-tr-th.is-divided-cell .p-spectable__thead-tr-th-label.is-label-for-col {
    bottom: 3.2rem;
    left: 3rem;
  }
}
.p-spectable__thead-tr-th.is-divided-cell::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  clip-path: polygon(0% 0%, 100% 99.5%, 100% 100%, 0% 0.5%);
}
@media (min-width:48em) {
  .p-spectable__tbody-tr-td {
    padding: 2.4rem 3rem;
  }
}
.p-spectable__tbody-tr-td.has-boder-bottom-none {
  border-bottom-style: none;
}
.p-spectable__tbody-tr-td.has-boder-top-none {
  border-top-style: none;
}
.p-spectable__tbody-tr-td.is-spacer {
  padding: 0rem;
}
.p-spectable__tbody-tr-td.has-icon {
  position: relative;
  padding-left: 6rem;
}
@media (min-width:48em) {
  .p-spectable__tbody-tr-td.has-icon {
    min-width: 50rem;
    width: auto;
  }
}
.p-spectable__tbody-tr-td.has-icon > img {
  display: block;
  position: absolute;
  left: 0.8rem;
  top: 1.6rem;
  width: 4rem;
  height: 4rem;
}
.p-spectable.is-table1 .p-spectable__colgroup-col.is-col-1 {
  width: 1rem;
}
@media (min-width:48em) {
  .p-spectable.is-table1 .p-spectable__colgroup-col.is-col-1 {
    width: 4rem;
  }
}
.p-spectable.is-table1 .p-spectable__colgroup-col.is-col-3 {
  width: 8rem;
}
@media (min-width:48em) {
  .p-spectable.is-table1 .p-spectable__colgroup-col.is-col-3 {
    width: 20rem;
  }
}
.p-spectable.is-table1 .p-spectable__colgroup-col.is-col-4 {
  width: 10rem;
}
@media (min-width:48em) {
  .p-spectable.is-table1 .p-spectable__colgroup-col.is-col-4 {
    width: 40%;
  }
}
@media (max-width:48em) {
  .p-spectable.is-table1 .p-spectable__tbody-tr-td.is-col-3 {
    text-align: center;
  }
}
.p-spectable.is-table1 .p-spectable__tbody-tr-td.is-col-4 {
  text-align: center;
}
.p-spectable.is-table2 .p-spectable__tbody-tr-td.is-col-2, .p-spectable.is-table3 .p-spectable__tbody-tr-td.is-col-2 {
  width: 30%;
  text-align: center;
}
@media (min-width:48em) {
  .p-spectable.is-table2 .p-spectable__tbody-tr-td.is-col-2, .p-spectable.is-table3 .p-spectable__tbody-tr-td.is-col-2 {
    width: 40%;
  }
}
.p-spectable.is-table4 .p-spectable__thead-tr-th.is-col-2, .p-spectable.is-table4 .p-spectable__thead-tr-th.is-col-3, .p-spectable.is-table4 .p-spectable__thead-tr-th.is-col-4, .p-spectable.is-table4 .p-spectable__thead-tr-th.is-col-5, .p-spectable.is-table4 .p-spectable__thead-tr-th.is-col-6, .p-spectable.is-table4 .p-spectable__thead-tr-th.is-col-7 {
  padding: 1.2rem 0.4rem;
  font-size: 1.4rem;
  word-break: keep-all;
}
.p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-1 {
  width: 16rem;
  padding: 2.4rem;
}
@media (max-width:960px) {
  .p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-1 {
    width: 12rem;
    padding: 2.4rem 0.8rem;
  }
}
.p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-2, .p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-3, .p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-4, .p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-5, .p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-6, .p-spectable.is-table4 .p-spectable__tbody-tr-td.is-col-7 {
  width: 4.8rem;
  padding: 2.4rem 0rem;
  text-align: center;
  word-break: keep-all;
}
.p-caution {
  border-style: solid;
  border-width: 0.3rem;
  border-color: #d9d9d9;
  border-radius: 0.5rem;
}
.p-caution.is-strong {
  border-width: 0.1rem;
  border-color: var(--c-primary);
}
.p-caution__header {
  position: relative;
  padding: 2.4rem 4.8rem 2.4rem 8rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--c-primary);
  word-break: keep-all;
}
.p-caution.is-strong > .p-caution__header {
  border-bottom-width: 0.05rem;
  border-bottom-color: var(--c-primary);
}
@media (max-width:48em) {
  .p-caution__header {
    padding: 1.8rem 4.8rem 1.8rem 6.4rem;
    font-size: 1.7rem;
  }
}
.p-caution__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.8rem;
  left: 2.4rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5em;
  background-image: url("../image/icon_caution.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: -0.25em;
}
@media (min-width:48em) {
  .p-caution__header::before {
    top: 2.4rem;
    left: 3.2rem;
  }
}
.p-caution__header-cross {
  display: block;
  position: absolute;
  top: 2.4rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width:48em) {
  .p-caution__header-cross {
    top: 2rem;
    right: 1.6rem;
  }
}
.p-caution__header-cross::before, .p-caution__header-cross::after {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  background-color: var(--c-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-caution__header-cross::before {
  transform: -webkit- rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.p-caution__header[aria-expanded="true"] > .p-caution__header-cross::before {
  transform: -webkit- rotateZ(0deg);
  transform: rotateZ(0deg);
}
.p-caution__body {
  padding: 1.2rem 4.8rem;
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #d9d9d9;
}
.p-caution__body:not([aria-hidden="true"]):not([data-animating]) {
  display: none;
}
@media (max-width:48em) {
  .p-caution__body {
    padding: 1.2rem;
    font-size: 1.7rem;
  }
}
.p-caution-item {
  display: block;
  position: relative;
  margin: auto;
  padding: 0.4rem 0rem;
  font-size: 1.6rem;
  color: var(--c-text-dark);
}
.p-caution-item.is-heading {
  padding: 1em 0rem;
  font-weight: 700;
}
.p-caution-item:not(.is-heading) {
  border-bottom-style: dashed;
  border-bottom-width: 0.1rem;
  border-bottom-color: #d9d9d9;
}
.p-caution-item::before {
  display: block;
  position: absolute;
  left: 0rem;
  top: 1.2rem;
  width: 3ch;
  text-align: right;
}
@media (max-width:48em) {
  .p-caution-item::before {
    top: 1.2rem;
  }
}
.p-rtf-annotation {
  display: block;
  position: relative;
  padding-left: 1.5em;
  margin: 0.5em 0rem;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
@media (max-width:48em) {
  .p-rtf-annotation {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
.p-rtf-annotation::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.p-rtf-ul {
  margin: 1.6rem 0rem;
}
.p-rtf-ul__li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
.p-rtf-ul__li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0.6em;
  left: 0rem;
  border-radius: 50%;
  background-color: var(--c-primary);
}
.p-rtf-ol {
  counter-reset: list;
}
.p-rtf-ol__li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  word-break: break-all;
}
.p-rtf-ol__li::before {
  counter-increment: list;
  content: counter(list,decimal) ".";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.p-rtf-dl {
  margin: 1.6rem 0rem;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0rem 0.8rem;
}
.p-rtf-notes {
  margin: 1em auto;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0rem 0.5em;
  font-size: 0.8em;
}
.p-rtf-listed {
  margin: 1em auto;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 0rem 0.5em;
}
.p-rtf-link {
  text-decoration-line: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.p-rtf-link:hover {
  color: var(--c-primary);
}
.p-rtf-em {
  color: var(--c-primary);
}
.p-rtf-stronger {
  font-weight: 700;
  color: var(--c-primary);
}
.p-rtf-small {
  font-size: 0.8em;
}
.p-rtf-image {
  display: inline-block;
  width: auto;
  height: 1.25em;
  margin: 0rem 0.1em;
  vertical-align: -0.2em;
}
.p-rtf-link {
  text-decoration-line: underline;
}
.c-button-link--wd {
  display: grid;
  padding: 1.6rem 1.2rem;
  gap: 0.5em;
}
.c-button-link--wd .c-button-link__text {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width:480px) {
  .c-contact__btns .c-contact__btn:only-child {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 26rem;
  }
}
.u-mxw-900 {
  max-width: 90rem;
  width: auto;
}
/*# sourceMappingURL=./style.css.map */