/* =========================================================
font setting
========================================================= */
/* =========================================================
font class
========================================================= */
.font-main-en {
  font-size: 65px;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-en {
    font-size: 100px;
  }
}

.font-main-jp {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-main-jp {
    font-size: 54px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-title {
    font-size: 32px;
  }
}

.font-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-subtitle {
    font-size: 24px;
  }
}

.font-lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-lead {
    font-size: 20px;
  }
}

.font-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.08em;
  }
}

.font-text-small {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .font-text-small {
    font-size: 12px;
  }
}

/* =========================================================
about
========================================================= */
.p-about-list {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .p-about-list {
    padding: 60px 0;
  }
}
.p-about-list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .p-about-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
  }
}
.p-about-list li {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-about-list li {
    min-width: 0;
  }
}
.p-about-list--photo {
  position: relative;
  width: 90%;
  max-width: 379px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 992px) {
  .p-about-list--photo {
    width: 100%;
    max-width: none;
    margin-bottom: 22px;
  }
}
.p-about-list--photo::before {
  content: "";
  position: absolute;
  width: 92%;
  aspect-ratio: 1/1;
  background: #bceefa;
  border-radius: 50%;
  right: -8%;
  bottom: -8%;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-about-list--photo::before {
    width: 88%;
    right: -5%;
    bottom: -7%;
  }
}
.p-about-list--photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.p-about-list--title {
  margin-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .p-about-list--title {
    margin-bottom: 16px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-list--text {
    padding-left: 20px;
  }
}

.p-about-box {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-about-box {
    margin-top: 50px;
  }
}
.p-about-box:nth-child(even) {
  position: relative;
}
.p-about-box:nth-child(even)::before {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left center;
  background-size: contain;
  display: block;
  width: 120%;
  height: 50%;
  position: absolute;
  top: 10%;
  right: -50%;
}
@media screen and (min-width: 992px) {
  .p-about-box:nth-child(even)::before {
    width: 100%;
    height: 75%;
    top: 10%;
    right: -60%;
  }
}
@media screen and (min-width: 992px) {
  .p-about-box:nth-child(even) .l-cord-col2 {
    flex-direction: row-reverse;
  }
}

.p-about-table {
  margin-top: 70px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-about-table {
    margin-top: 100px;
  }
}
.p-about-table::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-about-table::before {
    top: 700px;
    left: -73%;
    background-position: right;
    height: 500px;
  }
}
.p-about-table::after {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-about-table::after {
    background-position: right bottom;
    height: 50vh;
    top: 0;
    right: -520px;
  }
}
.p-about-table .l-container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-about-table .l-container {
    padding: 0 25px;
  }
}
.p-about-table--wrap {
  background: #fff;
  border-radius: 0;
  padding: 20px 25px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-about-table--wrap {
    border-radius: 10px;
    padding: 30px 50px;
  }
}
.p-about-table .c-title-step p.blue {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .p-about-table .c-title-step p.blue {
    font-size: 20px;
  }
}
.p-about-table ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  margin: 30px auto 0;
  max-width: 500px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-about-table ul {
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
}
.p-about-job {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-about-job {
    background: none;
    margin-top: 100px;
  }
}
.p-about-job::before {
  content: "";
  background: url(../images/common/wing01.svg) no-repeat left top;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60%;
}
@media screen and (min-width: 992px) {
  .p-about-job::before {
    top: 700px;
    left: -73%;
    background-position: right;
    height: 500px;
  }
}
.p-about-job::after {
  content: "";
  background: url(../images/common/wing03.svg) no-repeat left bottom;
  background-size: contain;
  display: block;
  width: 170%;
  height: 60vh;
  position: absolute;
  top: 0;
  right: -110%;
}
@media screen and (min-width: 992px) {
  .p-about-job::after {
    background-position: right bottom;
    height: 50vh;
    top: 0;
    right: -520px;
  }
}
.p-about-job .l-container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-about-job .l-container {
    padding: 0 25px;
  }
}
.p-about-job--wrap {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 25px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .p-about-job--wrap {
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-job--wrap .job-list {
    display: flex;
    gap: 20px;
    padding-top: 40px;
  }
}
.p-about-job ul {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-about-job ul {
    width: 50%;
  }
}
.p-about-job ul li {
  background: url(../images/about/icon-comment.svg) no-repeat center left;
  background-size: 20px 20px;
  padding: 13px 0 15px 30px;
  border-bottom: 1px solid #8AE1FF;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  .p-about-job ul li {
    background-size: 40px 40px;
    font-size: 16px;
    padding: 34px 0 34px 60px;
  }
}
.p-about-job ul li:last-of-type {
  border-bottom: none;
}

/*# sourceMappingURL=style-about.css.map */