/* p-intro
-----------------------------------------*/
.p-intro {
  margin-bottom: 70px;
}
@media (max-width: 766px) {
  .p-intro {
    margin-bottom: calc(180 / 900 * 100vw);
  }
}
.p-intro .u-inner {
  position: relative;
}
.p-intro__desc {
  margin-bottom: 30px;
  color: #37383e;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 766px) {
  .p-intro__desc {
    margin-bottom: calc(30 / 900 * 100vw);
    font-size: calc(38 / 900 * 100vw);
    text-align: left;
    line-height: 1.8;
  }
}

/* p-account
-----------------------------------------*/
.p-account {
  padding-bottom: 70px;
  background-size: cover;
}
@media (max-width: 766px) {
  .p-account {
    padding-bottom: calc(120 / 900 * 100vw);
  }
}
.p-account__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px 0;
}
@media (max-width: 766px) {
  .p-account__list {
    gap: calc(40 / 900 * 100vw) 0;
  }
}
.p-account__list .item {
  position: relative;
  gap: 0 40px;
  padding: 30px 50px 40px 50px;
  background-color: #fff;
  border: 6px solid #67c6d4;
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 766px) {
  .p-account__list .item {
    align-items: center;
    flex-direction: column;
    gap: calc(50 / 900 * 100vw);
    padding: calc(50 / 900 * 100vw);
    border-width: 3px;
    border-radius: calc(30 / 900 * 100vw);
  }
}
.p-account__list .sbj {
  margin-bottom: 30px;
  color: #005480;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 766px) {
  .p-account__list .sbj {
    margin-bottom: calc(30 / 900 * 100vw);
    font-size: calc(50 / 900 * 100vw);
  }
}
.p-account__list .text {
  color: #37383e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-account__list .text {
    font-size: calc(32 / 900 * 100vw);
    text-align: justify;
    line-height: 1.6;
  }
}
.p-account__list .text sup {
  font-size: 0.625rem;
}
@media (max-width: 766px) {
  .p-account__list .text sup {
    font-size: calc(20 / 900 * 100vw);
  }
}
.p-account__list .note {
  margin-top: 20px;
  color: #37383e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-account__list .note {
    font-size: calc(28 / 900 * 100vw);
  }
}
.p-account__list .img {
  position: absolute;
  right: -26px;
  top: -86px;
}

/* p-apply
-----------------------------------------*/
.p-apply {
  padding-bottom: 70px;
}
@media (max-width: 766px) {
  .p-apply {
    padding-bottom: calc(120 / 900 * 100vw);
  }
}
.p-apply__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 70px;
}
@media (max-width: 766px) {
  .p-apply__list {
    margin-bottom: calc(80 / 900 * 100vw);
    flex-direction: column;
    gap: calc(100 / 900 * 100vw) 0;
  }
}
.p-apply__list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  width: 100%;
  margin-bottom: 70px;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .p-apply__list h3 {
    gap: 0 calc(30 / 900 * 100vw);
    margin-bottom: calc(30 / 900 * 100vw);
    font-size: calc(60 / 900 * 100vw);
    line-height: 1.2;
  }
}
.p-apply__list h3 img {
  width: 33px;
}
@media (max-width: 766px) {
  .p-apply__list h3 img {
    width: calc(66 / 900 * 100vw);
  }
}
.p-apply__list .item {
  position: relative;
  width: 520px;
  padding: 56px 40px 40px 40px;
  background-color: #fff;
  border: 6px solid #67c6d4;
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 766px) {
  .p-apply__list .item {
    width: 100%;
    padding: calc(100 / 900 * 100vw) calc(30 / 900 * 100vw) calc(50 / 900 * 100vw) calc(30 / 900 * 100vw);
    border: 3px solid #67c6d4;
    border-radius: calc(30 / 900 * 100vw);
  }
}
.p-apply__list .item--mail {
  border-color: #f6a6b9;
}
.p-apply__list .item--mail .sbj {
  background-color: #e34d71;
}
.p-apply__list .item--mail .text {
  background-color: #ffe1e8;
}
.p-apply__list .item--mail dl dt {
  color: #e34d71;
}
.p-apply__list .item--mail dl dt::before {
  background-color: #e34d71;
}
.p-apply__list .item--mail dl dd:not(:last-child) {
  border-color: #e34d71;
}
.p-apply__list .item--online {
  border-color: #a2d78f;
}
.p-apply__list .item--online .sbj {
  background-color: #5cb03f;
}
.p-apply__list .item--online .text {
  background-color: #d4efc3;
}
.p-apply__list .item--online dl dt {
  color: #5cb03f;
}
.p-apply__list .item--online dl dt::before {
  background-color: #5cb03f;
}
.p-apply__list .item--online dl dd:not(:last-child) {
  border-color: #5cb03f;
}
.p-apply__list .sbj {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 80px);
  height: 66px;
  left: 40px;
  top: -33px;
  background-color: #ccc;
  border-radius: 32px;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .p-apply__list .sbj {
    width: calc(100% - 100 / 900 * 100vw);
    height: 50px;
    left: calc(50 / 900 * 100vw);
    top: -25px;
    font-size: calc(50 / 900 * 100vw);
  }
}
.p-apply__list .text {
  padding: 25px;
  background-color: #ccc;
  border-radius: 20px;
  color: #37383e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 766px) {
  .p-apply__list .text {
    padding: calc(30 / 900 * 100vw) calc(50 / 900 * 100vw);
    border-radius: calc(20 / 900 * 100vw);
  }
}
.p-apply__list dl {
  text-align: left;
}
.p-apply__list dl dt {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
  counter-increment: number 1;
}
@media (max-width: 766px) {
  .p-apply__list dl dt {
    font-size: calc(40 / 900 * 100vw);
  }
}
.p-apply__list dl dt::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(number);
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 30px;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 766px) {
  .p-apply__list dl dt::before {
    width: calc(60 / 900 * 100vw);
    height: calc(60 / 900 * 100vw);
    border-radius: calc(60 / 900 * 100vw);
    font-size: calc(40 / 900 * 100vw);
  }
}
.p-apply__list dl dd {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 12px;
  padding-left: 28px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 766px) {
  .p-apply__list dl dd {
    margin-top: calc(20 / 900 * 100vw);
    margin-bottom: calc(20 / 900 * 100vw);
    margin-left: calc(26 / 900 * 100vw);
    padding-left: calc(60 / 900 * 100vw);
    font-size: calc(32 / 900 * 100vw);
  }
}
.p-apply__list dl dd:not(:last-child) {
  font-size: 1rem;
  padding-left: 22px;
  border-left: 6px dotted #ccc;
}
@media (max-width: 766px) {
  .p-apply__list dl dd:not(:last-child) {
    padding-left: calc(52 / 900 * 100vw);
    font-size: calc(32 / 900 * 100vw);
    border-left: 3px dotted #ccc;
  }
}
.p-apply__list dl dd ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececee;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 766px) {
  .p-apply__list dl dd ul li {
    margin-bottom: calc(40 / 900 * 100vw);
    padding-bottom: calc(40 / 900 * 100vw);
  }
}
.p-apply__list .img {
  margin: 20px auto;
}
@media (max-width: 766px) {
  .p-apply__list .img {
    margin: calc(40 / 900 * 100vw) auto;
  }
}
.p-apply__list .img figcaption {
  padding-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 766px) {
  .p-apply__list .img figcaption {
    padding-bottom: calc(30 / 900 * 100vw);
    font-size: calc(36 / 900 * 100vw);
    line-height: 1.4;
  }
}
/*# sourceMappingURL=gbiz.css.map */
