@charset "UTF-8";
/* ABOUT US */
.aboutIndex {
  position: relative;
}
.aboutIndex__main {
  background: url("../../img/bg-gray.png") no-repeat left top;
  background-size: cover;
  border-radius: 15px;
  padding: 80px 60px;
  position: relative;
  width: calc(100% - 30px);
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__main {
    flex-direction: column;
    border-radius: 10px;
    gap: 40px;
    padding: 30px 20px;
    width: 100%;
  }
}
.aboutIndex__description {
  width: calc((100% - 60px) / 2);
  flex-grow: 1;
  margin: 0;
  color: #000;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
.aboutIndex__description p {
  margin-bottom: 1.5em;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__description p {
    -webkit-text-stroke-width: 0.4px;
  }
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__description {
    width: auto;
  }
}
.aboutIndex__title {
  font-family: "yu-mincho-pr6n", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "serif";
  font-size: 54px;
  margin-bottom: 30px !important;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}
.aboutIndex__title .under-line {
  border-bottom: 1px solid #B51E23;
  padding-bottom: 10px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__title .under-line {
    padding-bottom: 4px;
  }
}
.aboutIndex__title .under-line span {
  display: inline-block;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__title {
    font-size: 28px;
  }
}
.aboutIndex__image {
  width: calc((100% - 60px) / 2);
  margin-top: 20px;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__image {
    margin-top: 0;
    width: auto;
  }
}
.aboutIndex__features-wrapper {
  background-color: #E6ECF7;
  padding: 80px 60px;
  width: calc(100% - 30px);
  max-width: 1420px;
  border-radius: 15px;
  margin: 20px auto;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper {
    width: 100%;
    padding: 30px 20px;
    margin: 10px auto;
    border-radius: 10px;
  }
}
.aboutIndex__features-wrapper .title {
  color: #0D3486;
  font-size: 24px;
  border-bottom: 1px solid #0D3486;
  padding-bottom: 4px;
  margin-bottom: 60px;
  width: fit-content;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #0D3486);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.aboutIndex__features-wrapper .en {
  font-size: 56px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .en {
    font-size: 30px;
  }
}
.aboutIndex__features-wrapper .sub-title {
  font-family: "yu-mincho-pr6n", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "serif";
  font-size: 32px;
  font-weight: 500;
  margin-top: 60px;
  line-height: 1;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .sub-title {
    line-height: 1.5;
    font-size: 24px;
    margin-top: 40px;
  }
}
.aboutIndex__features-wrapper .our-features {
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 40px 60px 40px;
  margin-block: 60px;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .our-features {
    margin-block: 40px;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.aboutIndex__features-wrapper .our-features .our-features__list {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
.aboutIndex__features-wrapper .our-features .our-features__list.-last {
  margin-bottom: 0;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .our-features .our-features__list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1144px) and (max-width: 1144px) {
  .aboutIndex__features-wrapper .our-features .our-features__list {
    gap: 30px;
    margin-bottom: 60px;
  }
}
.aboutIndex__features-wrapper .our-features .our-features__list dt, .aboutIndex__features-wrapper .our-features .our-features__list dd {
  width: calc((100% - 60px) / 2);
  flex-grow: 1;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .our-features .our-features__list dt, .aboutIndex__features-wrapper .our-features .our-features__list dd {
    width: auto;
  }
}
.aboutIndex__features-wrapper .our-features .our-features__list dt {
  font-size: 20px;
  letter-spacing: 0.05em;
  display: flex;
  gap: 10px;
  align-items: first baseline;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .our-features .our-features__list dt {
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    text-align: center;
    align-items: center;
  }
}
.aboutIndex__features-wrapper .our-features .our-features__list dd {
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .our-features .our-features__list dd {
    -webkit-text-stroke-width: 0.4px;
  }
}
.aboutIndex__features-wrapper h3 {
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper h3 {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__features-wrapper .flow-img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .aboutIndex__features-wrapper .flow-img img {
    display: inline;
  }
}
.aboutIndex__point {
  max-width: 1420px;
  margin: 20px auto;
  padding: 100px 60px;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__point {
    margin: 10px auto;
    padding: 40px 0;
  }
}
.aboutIndex__point .title {
  color: #0D3486;
  font-size: 24px;
  border-bottom: 1px solid #0D3486;
  padding-bottom: 4px;
  margin-bottom: 60px;
  width: fit-content;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #0D3486);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__point .title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.aboutIndex__point ul li {
  background-color: #ddd;
  border-radius: 15px;
  padding: 40px 100px 40px 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__point ul li {
    display: block;
    padding: 30px 25px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
.aboutIndex__point ul li:last-child {
  margin-bottom: 0;
}
.aboutIndex__point ul li h3 {
  width: 30%;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__point ul li h3 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 0 0 30px;
  }
}
.aboutIndex__point ul li p {
  width: 70%;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__point ul li p {
    width: 100%;
    -webkit-text-stroke-width: 0.4px;
  }
}
.aboutIndex__value-wrapper {
  background: url("../../img/about/bg.png") no-repeat left top;
  background-size: cover;
  border-radius: 15px;
  padding: 80px 60px;
  position: relative;
  width: calc(100% - 30px);
  max-width: 1420px;
  margin: 0 auto;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper {
    background: url("../../img/about/bg-sp.png") no-repeat left top;
    background-size: cover;
    border-radius: 10px;
    padding: 30px 20px 0;
    width: 100%;
  }
}
.aboutIndex__value-wrapper h2 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.aboutIndex__value-wrapper .en {
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper .en {
    font-size: 30px;
  }
}
.aboutIndex__value-wrapper .en span {
  font-size: 16px;
  margin-left: 30px;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper .en span {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.01em;
  }
}
.aboutIndex__value-wrapper h3 {
  color: #0D3486;
  font-weight: 500;
  font-size: 80px;
  margin: 70px 0 60px;
  letter-spacing: -0.01em;
  line-height: 1;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--Black, #0D3486);
}
.aboutIndex__value-wrapper h3.-first {
  margin: 60px 0;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper h3.-first {
    margin: 45px 0 30px;
  }
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper h3 {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
.aboutIndex__value-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.aboutIndex__value-wrapper ul li {
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper ul li {
    margin: 0 0 30px;
    width: 100%;
  }
}
.aboutIndex__value-wrapper ul li h4 {
  display: flex;
  background-color: #fff;
  align-items: center;
  font-size: 40px;
  padding: 10px 60px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper ul li h4 {
    font-size: 20px !important;
    padding: 15px;
    display: block;
    width: 100%;
  }
}
.aboutIndex__value-wrapper ul li h4 span {
  font-size: 16px;
  margin: 0 0 0 10px;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper ul li h4 span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: 6.6px 0 0 0 !important;
    letter-spacing: -0.01em;
  }
}
.aboutIndex__value-wrapper ul li p {
  text-align: left;
  margin: 11px 0 0 60px;
  letter-spacing: -0.01em;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__value-wrapper ul li p {
    text-align: left;
    margin: 11px 15px 0;
    font-size: 12px;
  }
}
.aboutIndex__company {
  max-width: 1420px;
  margin: 100px auto 0;
  padding: 0 60px;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company {
    margin: 60px auto 0;
    padding: 0;
  }
}
.aboutIndex__company .en {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company .en {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.aboutIndex__company .en span {
  font-size: 16px;
  margin-left: 10px;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company .en span {
    font-size: 12px;
  }
}
.aboutIndex__company-block {
  display: flex;
  align-items: start;
  padding: 60px 0;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block {
    padding: 0 0 0;
    display: block;
    margin: 40px 10px;
  }
}
.aboutIndex__company-block dl {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -0.01em;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: var(--Black, #000);
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block dl {
    width: 100%;
  }
}
.aboutIndex__company-block dl dt {
  width: 20%;
  padding-bottom: 54px;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block dl dt {
    line-height: 1;
    width: 100%;
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.aboutIndex__company-block dl dt:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block dl dt:last-child {
    padding-bottom: 20px;
  }
}
.aboutIndex__company-block dl dd {
  width: 80%;
  padding-bottom: 54px;
  line-height: 1.8;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block dl dd {
    width: 100%;
    padding-bottom: 40px;
    line-height: 1.6;
    -webkit-text-stroke-width: 0.4px;
  }
}
.aboutIndex__company-block dl dd:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block dl dd:last-child {
    padding-bottom: 60px;
  }
}
.aboutIndex__company-block iframe {
  width: 50%;
}
@media only screen and (max-width: 1144px) {
  .aboutIndex__company-block iframe {
    width: 100%;
  }
}
/*# sourceMappingURL=sourcemaps/about.css.map */
