@charset "UTF-8";
:root {
  --units-content: 1200px;
  --units-padding: 80px;
  --units-color-accent: 228, 95, 77;
  --units-color-navy: 9, 59, 74;
  --units-color-blue: 30, 136, 184;
  --units-color-blue2: 26, 100, 134;
  --units-color-bg: 229, 244, 243;
  --units-color-grey: 244, 244, 244;
  --units-color-bright: 255, 255, 255;
}
@media (max-width: 1800px) {
  :root {
    --units-padding: calc(80vw * 100 / 1800);
  }
}

.p-units-header {
  width: 100%;
  max-width: var(--units-content);
  height: 100px;
  margin-inline: auto;
  padding-top: 22px;
  padding-inline: 18px;
}
@media (max-width: 600px) {
  .p-units-header {
    height: max(16.6666666667vw, 80px);
  }
  .p-units-header__logo {
    width: max(30.6666666667vw, 136px);
  }
}

.p-units-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background: rgb(var(--units-color-blue), 1);
  color: rgb(var(--units-color-bright), 1);
  text-align: center;
  font-size: 1rem;
}

.p-units-visual {
  padding-inline: var(--units-padding);
  background: url(/assets/img/units/visual_bg.webp) no-repeat center top;
}
.p-units-visual__inner {
  max-width: var(--units-content);
  margin-inline: auto;
  padding-top: 120px;
  padding-bottom: 50px;
}
.p-units-visual__text01 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: rgb(var(--units-color-navy), 1);
}
.p-units-visual__text02 {
  margin-top: 9px;
  padding-left: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 4.4rem;
  line-height: 1.5909090909;
  color: rgb(var(--units-color-navy), 1);
  font-feature-settings: "palt";
}
.p-units-visual__lead {
  margin-top: 65px;
  padding: 52px 50px 40px;
  background: rgb(var(--units-color-bright), 0.8);
  border-radius: 4px;
}
.p-units-visual__text03 {
  max-width: 990px;
  margin-inline: auto;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: rgb(var(--units-color-navy), 1);
  line-height: 2.15;
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .p-units-visual {
    background-size: max(153.3333333333vw, 1300px) auto;
  }
  .p-units-visual__inner {
    padding-top: 10vw;
    padding-bottom: 4.1666666667vw;
  }
  .p-units-visual__text01 {
    font-size: max(1.5vw, 1.5rem);
  }
  .p-units-visual__text02 {
    margin-top: 9px;
    font-size: max(3.6666666667vw, 3rem);
  }
  .p-units-visual__lead {
    margin-top: max(5.4166666667vw, 30px);
    background: rgb(var(--units-color-bright), 0.8);
  }
  .p-units-visual__text03 {
    font-size: max(1.6666666667vw, 1.6rem);
  }
}
@media (max-width: 1000px) {
  .p-units-visual__lead {
    padding: max(5.2vw, 30px) max(5vw, 20px) max(4vw, 20px);
  }
}

.p-units-merit {
  padding-inline: var(--units-padding);
  background: rgb(var(--units-color-bg), 1);
}
.p-units-merit__inner {
  max-width: var(--units-content);
  margin-inline: auto;
  padding-top: 43px;
  padding-bottom: 85px;
}
.p-units-merit__icon {
  text-align: center;
}
.p-units-merit__heading {
  margin-top: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: rgb(var(--units-color-blue2), 1);
  line-height: 1.625;
}
@media (max-width: 1200px) {
  .p-units-merit__heading {
    margin-top: 18px;
    font-size: max(2vw, 2rem);
  }
}
@media (max-width: 767px) {
  .p-units-merit__heading {
    margin-top: max(2.3468057366vw, 10px);
    font-size: max(2.6075619296vw, 1.8rem);
  }
  .p-units-merit__inner {
    padding-bottom: max(11.0821382008vw, 40px);
  }
}
@media (max-width: 600px) {
  .p-units-merit__heading br {
    display: none;
  }
}

.p-units-merit-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 54px;
}
.p-units-merit-list__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 27.4166666667%;
  aspect-ratio: 329/201;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: rgb(var(--units-color-navy), 1);
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.619047619;
  z-index: 1;
}
.p-units-merit-list__item::before, .p-units-merit-list__item::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 32.2188449848%;
  z-index: -1;
}
.p-units-merit-list__item::before {
  left: 0;
  background: url(/assets/img/units/decoration_l.webp) no-repeat;
  background-size: cover;
}
.p-units-merit-list__item::after {
  right: 0;
  background: url(/assets/img/units/decoration_r.webp) no-repeat;
  background-size: cover;
}
.p-units-merit-list__text {
  width: 100%;
  padding-inline: 15.1975683891%;
}
@media (max-width: 1200px) {
  .p-units-merit-list__item {
    font-size: max(1.75vw, 1.7rem);
    text-shadow: 0 0 5px rgb(var(--units-color-bg), 1);
  }
}
@media (max-width: 767px) {
  .p-units-merit-list {
    flex-direction: column;
    align-items: center;
    margin-top: max(4.5vw, 30px);
  }
  .p-units-merit-list__item {
    width: 90%;
    max-width: 260px;
  }
}

.p-units-structure {
  padding-top: 80px;
  padding-bottom: 130px;
  padding-inline: var(--units-padding);
}
.p-units-structure__inner {
  max-width: var(--units-content);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-units-structure {
    padding-top: max(10.4302477184vw, 40px);
    padding-bottom: max(16.9491525424vw, 40px);
  }
}

.p-units-structure01 {
  display: flex;
  justify-content: space-between;
}
.p-units-structure01__item {
  width: 48.3333333333%;
  padding: 40px 55px 50px;
  border: 1px solid #4F9CAF;
}
.p-units-structure01__icon {
  text-align: center;
}
.p-units-structure01__title {
  margin-top: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  color: rgb(var(--units-color-navy), 1);
}
.p-units-structure01__text {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 1200px) {
  .p-units-structure01__title {
    font-size: max(2.1666666667vw, 2rem);
  }
  .p-units-structure01__text {
    margin-top: max(2.5vw, 20px);
    font-weight: bold;
    font-size: max(1.5vw, 1.6rem);
  }
}
@media (max-width: 1000px) {
  .p-units-structure01__item {
    padding: 40px max(5.5vw, 20px) 50px;
  }
}
@media (max-width: 767px) {
  .p-units-structure01 {
    flex-direction: column;
    gap: 30px;
  }
  .p-units-structure01__item {
    width: 100%;
    padding: max(5.2151238592vw, 20px) max(2.6075619296vw, 15px) max(6.518904824vw, 20px);
  }
}

.p-units-structure02 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.3333333333%;
       column-gap: 3.3333333333%;
  row-gap: 40px;
  margin-top: 130px;
}
.p-units-structure02__item {
  width: 48.3333333333%;
  padding: 40px;
  background: rgb(var(--units-color-bg), 1);
}
.p-units-structure02__title {
  margin-top: -40px;
  margin-inline: -40px;
  padding-block: 14px;
  background: rgb(var(--units-color-navy), 1);
  color: rgb(var(--units-color-bright), 1);
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
.p-units-structure02__list {
  margin-top: 35px;
}
.p-units-structure02__note {
  display: block;
  margin-top: -0.25em;
  font-size: 1.6rem;
  color: #444444;
}
@media (max-width: 767px) {
  .p-units-structure02 {
    margin-top: max(16.9491525424vw, 50px);
    flex-direction: column;
    gap: 20px;
  }
  .p-units-structure02__item {
    width: 100%;
    padding: max(5.2151238592vw, 20px);
  }
  .p-units-structure02__title {
    margin-top: min(-5.2151238592vw, -20px);
    margin-inline: min(-5.2151238592vw, -20px);
    padding-block: max(1.8252933507vw, 10px);
    font-size: max(2.6075619296vw, 1.8rem);
  }
  .p-units-structure02__list {
    margin-top: max(4.5632333768vw, 20px);
  }
}

.p-units-plan {
  padding-inline: var(--units-padding);
  background: rgb(var(--units-color-bg), 1);
}
.p-units-plan__inner {
  max-width: var(--units-content);
  margin-inline: auto;
  padding-top: 107px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .p-units-plan__inner {
    max-width: var(--units-content);
    margin-inline: auto;
    padding-top: max(8.9166666667vw, 50px);
    padding-bottom: max(10vw, 100px);
  }
}
@media (max-width: 767px) {
  .p-units-plan__inner {
    padding-bottom: max(13.037809648vw, 50px);
  }
}

.p-units-plan-header__text01 {
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  color: rgb(var(--units-color-blue2), 1);
  line-height: 1.6111111111;
}
.p-units-plan-header__text02 {
  margin-top: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: rgb(var(--units-color-navy), 1);
  line-height: 1.55;
}
@media (max-width: 1200px) {
  .p-units-plan-header__text01 {
    font-size: max(3vw, 2.8rem);
  }
  .p-units-plan-header__text02 {
    margin-top: max(2.6666666667vw, 24px);
    font-size: max(1.6666666667vw, 1.8rem);
  }
}
@media (max-width: 767px) {
  .p-units-plan-header__text01 {
    font-size: max(3.6505867014vw, 2rem);
  }
  .p-units-plan-header__text02 {
    margin-top: max(3.1290743155vw, 16px);
    font-size: max(2.3468057366vw, 1.6rem);
  }
}
@media (max-width: 767px) {
  .p-units-plan-header__text02 br {
    display: none;
  }
}

.p-units-plan-content {
  margin-top: 48px;
  padding: 60px 40px;
  background: rgb(var(--units-color-bright), 1);
}
.p-units-plan-content__header {
  display: flex;
  justify-content: center;
  margin-top: -60px;
  margin-inline: -40px;
  padding-block: 37px;
  background: rgb(var(--units-color-navy), 1);
  color: rgb(var(--units-color-bright), 1);
}
.p-units-plan-content__header-item {
  position: relative;
  width: 50%;
  text-align: center;
}
.p-units-plan-content__header-item:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background: rgb(var(--units-color-bright), 0.6);
}
.p-units-plan-content__heading01 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.0416666667;
}
.p-units-plan-content__heading02 {
  margin-top: 7px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
.p-units-plan-content__list {
  margin-top: 55px;
}
.p-units-plan-content__list-item {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.p-units-plan-content__list-item::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: rgb(var(--units-color-blue2), 1);
  border-radius: 8px;
}
.p-units-plan-content__heading {
  margin-top: 24px;
  padding: 16px;
  background: rgb(var(--units-color-grey), 1);
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.55;
  color: rgb(var(--units-color-blue2), 1);
  text-align: center;
  font-size: 2rem;
}
.p-units-plan-content__image {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-units-plan-content {
    padding: max(7.8226857888vw, 30px) max(5.2151238592vw, 15px);
  }
  .p-units-plan-content__header {
    flex-direction: column;
    align-items: center;
    margin-top: min(-7.8226857888vw, 30px);
    margin-inline: min(-5.2151238592vw, -15px);
    padding-block: 10px;
  }
  .p-units-plan-content__header-item {
    width: 100%;
    padding-block: 10px;
  }
  .p-units-plan-content__header-item:not(:first-child)::before {
    left: 0;
    right: 0;
    height: 1px;
    width: 50%;
    margin-inline: auto;
  }
  .p-units-plan-content__heading01 {
    font-size: max(3.1290743155vw, 2rem);
  }
  .p-units-plan-content__heading02 {
    font-size: max(2.6075619296vw, 1.8rem);
  }
  .p-units-plan-content__heading {
    font-size: max(2.6075619296vw, 1.8rem);
  }
  .p-units-plan-content__list {
    margin-top: max(7.1707953064vw, 30px);
  }
}

.p-units-list__item {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
.p-units-list__item::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: rgb(var(--units-color-blue2), 1);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-units-list__item {
    position: relative;
    padding-left: 24px;
    font-weight: bold;
    font-size: max(2.3468057366vw, 1.6rem);
  }
  .p-units-list__item::before {
    top: 0.5em;
    width: max(2.0860495437vw, 14px);
    height: max(2.0860495437vw, 14px);
  }
}

.p-units-contact {
  position: relative;
  padding: 90px var(--units-padding);
  background: url(/assets/img/units/contact_bg.webp) no-repeat center center;
  background-size: cover;
}
.p-units-contact::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(241, 247, 250, 0.72);
}
.p-units-contact__text {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: rgb(var(--units-color-navy), 1);
  line-height: 1.6153846154;
}
.p-units-contact__link {
  position: relative;
  max-width: 600px;
  margin-top: 36px;
  margin-inline: auto;
}
.p-units-contact__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background: rgb(var(--units-color-accent), 1);
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  color: rgb(var(--units-color-bright), 1);
}
.p-units-contact__button::before {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 4px);
  width: 20px;
  height: 7px;
  border-right: 1px solid rgb(var(--units-color-bright), 1);
  border-bottom: 1px solid rgb(var(--units-color-bright), 1);
  transform: skewX(45deg);
  transition: 0.5s border;
}
@media (max-width: 1200px) {
  .p-units-contact__text {
    font-size: max(2.1666666667vw, 20px);
  }
  .p-units-contact__button {
    height: max(10vw, 100px);
    font-size: max(2vw, 18px);
  }
}

.msg_area {
  margin-top: 0.8547008547%;
  padding: 0.5em;
  background-color: #fdeae7;
  text-align: center;
}

.contact-form {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-bottom: 13.037809648vw;
  }
}

.p-units-form-footer {
  margin-top: 100px;
  padding: 90px var(--units-padding);
  background: rgb(var(--units-color-bg), 1);
}
.p-units-form-footer__link {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
}
.p-units-form-footer__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  background: rgb(var(--units-color-navy), 1);
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  color: rgb(var(--units-color-bright), 1);
}
.p-units-form-footer__button::before {
  content: "";
  position: absolute;
  left: 30px;
  top: calc(50% - 4px);
  width: 20px;
  height: 7px;
  border-left: 1px solid rgb(var(--units-color-bright), 1);
  border-bottom: 1px solid rgb(var(--units-color-bright), 1);
  transform: skewX(-45deg);
  transition: 0.5s border;
}
@media (max-width: 1200px) {
  .p-units-form-footer__button {
    height: max(10vw, 100px);
    font-size: max(2vw, 18px);
  }
}
@media (max-width: 767px) {
  .p-units-form-footer {
    margin-top: 13.037809648vw;
  }
  .p-units-form-footer__button::before {
    left: max(3.9113428944vw, 17px);
  }
}