@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Barlow-Bold.woff") format("truetype");
}
/*-- utilityフォルダの中の_index.scss --*/
@media screen and (max-width: 767px) {
  .u-br-sp-none {
    display: none;
  }
}

.u-br-sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tb-none {
    display: none;
  }
}

.u-br-tb-block {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-br-tb-block {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .u-br-tbNone-spBlock {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-br-tbNone-spBlock {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .u-br-pcNone {
    display: none;
  }
}

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 1080px) {
  .u-inline-block__tb {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .u-inline-block__spnone {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .u-inline-block__sp {
    display: inline-block;
  }
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-43 {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .u-mt-43 {
    margin-top: 24px;
  }
}

.u-mt-34-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-34-50 {
    margin-top: 34px;
  }
}

.u-mt-30-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt-30-50 {
    margin-top: 30px;
  }
}

.c-lower-ttl {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  padding-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 23px;
  }
}
.c-lower-ttl.--black {
  color: #2d2e31;
}
.c-lower-ttl.--notfound {
  font-weight: 700;
  line-height: 1.5;
}
.c-lower-ttl .u-ib {
  display: inline-block;
}
.c-lower-ttl__cntr {
  display: flex;
  align-items: flex-end;
  padding: 90px 0;
  aspect-ratio: 1800/580;
  position: relative;
  overflow: hidden;
  border-radius: 75px;
}
@media screen and (max-width: 1600px) {
  .c-lower-ttl__cntr {
    padding: 60px 0 40px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__cntr {
    aspect-ratio: 1200/360;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr {
    aspect-ratio: 670/440;
    padding: 32px 0;
    border-radius: 20px;
  }
}
.c-lower-ttl__cntr.--simple {
  aspect-ratio: 1800/360;
  border-radius: 0;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__cntr.--simple {
    aspect-ratio: 300/70;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr.--simple {
    aspect-ratio: 885/330;
    border-radius: 0;
  }
}
.c-lower-ttl__cntr.--notfound {
  aspect-ratio: auto;
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__cntr.--notfound {
    aspect-ratio: auto;
  }
}
.c-lower-ttl__wrap {
  position: relative;
  z-index: 1;
  border-left: solid 10px #39b382;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1080px) {
  .c-lower-ttl__wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__wrap {
    border-width: 5px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.c-lower-ttl__img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: cover;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.c-lower-ttl__en {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-lower-ttl__en {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.c-lower-ttl__en.--black {
  color: #2d2e31;
}

.c-lower-ttl__img {
  background-position: top;
  height: auto;
}

.p-about-ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-ttl {
    font-size: 21px;
    line-height: 1.42;
    margin-top: 12px;
  }
}
.p-about-ttl .green {
  color: #26ab76;
}
.p-about-ttl .u-ib {
  display: inline-block;
}
.p-about-ttl__wrap {
  position: relative;
  padding: 20px 20px 35px;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__wrap {
    padding: 14px 20px 32px;
  }
}
.p-about-ttl__top, .p-about-ttl__bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-about-ttl__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-about-ttl__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: url("../../assets/media/images/about/icon_corner.svg") no-repeat;
  background-size: contain;
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .p-about-ttl__top::before {
    width: 24px;
    height: 24px;
  }
}
.p-about-ttl__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: url("../../assets/media/images/about/icon_corner.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__top::after {
    width: 24px;
    height: 24px;
  }
}
.p-about-ttl__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-about-ttl__bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: url("../../assets/media/images/about/icon_corner.svg") no-repeat;
  transform: rotate(180deg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__bottom::before {
    width: 24px;
    height: 24px;
  }
}
.p-about-ttl__bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: url("../../assets/media/images/about/icon_corner.svg") no-repeat;
  transform: rotateX(180deg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__bottom::after {
    width: 24px;
    height: 24px;
  }
}
.p-about-ttl__sub-ttl {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__sub-ttl {
    font-size: 14px;
  }
}
.p-about-ttl__en {
  color: #26ab76;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-ttl__en {
    font-size: 11px;
  }
}

.p-about-cont__ttl {
  font-weight: 700;
  font-size: 28px;
  color: #39b382;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .p-about-cont__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-cont__ttl {
    font-size: 17px;
  }
}

.p-message {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-top: 24px;
  }
}

.p-message-cont {
  display: flex;
  margin-top: 116px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message-cont {
    flex-direction: column;
    margin-top: 30px;
    gap: 14px;
  }
}
.p-message-cont__logo {
  position: absolute;
  right: -10%;
  bottom: -38%;
}
@media screen and (max-width: 1080px) {
  .p-message-cont__logo {
    width: 212px;
    right: -5%;
    bottom: -13%;
  }
}
.p-message-cont__img-wrap, .p-message-cont__txt-cntr {
  width: 50%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .p-message-cont__img-wrap, .p-message-cont__txt-cntr {
    width: 100%;
  }
}
.p-message-cont__txt-cntr {
  margin-top: 14px;
}
.p-message-cont__img-wrap {
  padding-right: 62px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-message-cont__img-wrap {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-message-cont__img-wrap {
    padding-right: 0;
    max-width: 72%;
    margin: 0 auto 0;
  }
}
.p-message-cont__img {
  width: 100%;
}
.p-message-cont__deco {
  position: absolute;
  bottom: -10px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .p-message-cont__deco {
    max-width: 158px;
    bottom: -5px;
    right: 9px;
  }
}
.p-message-cont__txt {
  line-height: 1.875;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-message-cont__txt {
    font-size: 13px;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}
.p-message-cont__txt.--right {
  text-align: right;
}
.p-message-cont__txt + .p-message-cont__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-message-cont__txt + .p-message-cont__txt {
    margin-top: 20px;
  }
}
.p-message-cont__txt + .p-message-cont__txt.--right {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-message-cont__txt + .p-message-cont__txt.--right {
    margin-top: 24px;
  }
}

.p-company {
  margin-top: 128px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin-top: 38px;
  }
}

.p-company-list {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-company-list {
    margin-top: 0;
  }
}
.p-company-list__dl {
  display: flex;
  border-bottom: 1px solid #d8e6e1;
}
.p-company-list__dt, .p-company-list__dd {
  padding-top: 26px;
  padding-bottom: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-list__dt, .p-company-list__dd {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
.p-company-list__dt {
  max-width: 222px;
  width: 100%;
  padding-right: 40px;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-list__dt {
    max-width: 85px;
    padding-right: 20px;
  }
}
.p-philosophy {
  margin-top: 110px;
  padding-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    margin-top: 60px;
    padding-bottom: 44px;
  }
}
.p-philosophy__img-wrap {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__img-wrap {
    margin-top: 30px;
  }
}
.p-philosophy__img {
  width: 100%;
}
.p-philosophy__txt {
  font-size: 20px;
  line-height: 2.3;
  text-align: center;
  margin-top: 54px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__txt {
    font-size: 14px;
    margin-top: 26px;
    line-height: 2.2;
  }
}
.p-philosophy__txt .u-ib {
  display: inline-block;
}
.p-philosophy__txt .pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy__txt .pc_none {
    display: block;
  }
}

.p-mission {
  background-color: #f0f4f5;
}
.p-mission__inr {
  padding-top: 80px;
  padding-bottom: 125px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mission__inr {
    padding-top: 27px;
    padding-bottom: 52px;
  }
}

.p-mission-cont {
  display: flex;
  align-items: center;
  margin-top: 95px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-mission-cont {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-mission-cont {
    flex-direction: column;
    margin-top: 25px;
    gap: 28px;
  }
}
.p-mission-cont__logo {
  position: absolute;
  left: 49%;
  top: 56%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  .p-mission-cont__logo {
    width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .p-mission-cont__logo {
    left: 49%;
    top: 29%;
  }
}
.p-mission-cont__txt-cntr, .p-mission-cont__img-wrap {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mission-cont__txt-cntr, .p-mission-cont__img-wrap {
    width: 100%;
  }
}
.p-mission-cont__img-wrap {
  padding-left: 5%;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-mission-cont__img-wrap {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.p-mission-cont__img-wrap span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mission-cont__img-wrap span {
    width: 87%;
    margin: 0 auto;
  }
}
.p-mission-cont__img-wrap span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #26ab76;
  border-radius: 100%;
  right: -13px;
  bottom: -4px;
}
@media screen and (max-width: 767px) {
  .p-mission-cont__img-wrap span::before {
    right: -4px;
    bottom: 0px;
  }
}
.p-mission-cont__img {
  position: relative;
}
.p-mission-cont__txt-cntr {
  padding-left: 8%;
  padding-bottom: 5.9%;
}
@media screen and (max-width: 1080px) {
  .p-mission-cont__txt-cntr {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mission-cont__txt-cntr {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mission-cont__txt {
    font-size: 13px;
  }
}
.p-mission-cont__txt + .p-mission-cont__txt {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-mission-cont__txt + .p-mission-cont__txt {
    margin-top: 28px;
  }
}

.p-vision {
  position: relative;
  background-color: #fff;
}
.p-vision::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0f4f5;
  z-index: -1;
}
.p-vision__inr {
  padding-top: 78px;
  padding-bottom: 164px;
}
@media screen and (max-width: 767px) {
  .p-vision__inr {
    padding-top: 30px;
    padding-bottom: 52px;
  }
}

.p-vision-cont {
  display: flex;
  align-items: center;
  margin-top: 62px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-vision-cont {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-vision-cont {
    gap: 13px;
    margin-top: 26px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.p-vision-cont__logo {
  position: absolute;
  left: 49%;
  top: 70%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  .p-vision-cont__logo {
    width: 212px;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-vision-cont__logo {
    top: 40%;
    width: 62%;
  }
}
.p-vision-cont__txt-cntr, .p-vision-cont__img-wrap {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-vision-cont__txt-cntr, .p-vision-cont__img-wrap {
    width: 100%;
  }
}
.p-vision-cont__img-wrap {
  padding-right: 5%;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-vision-cont__img-wrap {
    padding-right: 0;
    padding-left: 0;
    width: 88%;
  }
}
.p-vision-cont__img-wrap span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.p-vision-cont__img-wrap span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #26ab76;
  border-radius: 100%;
  left: -13px;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .p-vision-cont__img-wrap span::before {
    left: -10px;
    bottom: -5px;
  }
}
.p-vision-cont__img {
  position: relative;
}
.p-vision-cont__txt-cntr {
  padding-right: 8%;
}
@media screen and (max-width: 1080px) {
  .p-vision-cont__txt-cntr {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-vision-cont__txt {
    font-size: 13px;
  }
}
.p-vision-cont__txt + .p-vision-cont__txt {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-vision-cont__txt + .p-vision-cont__txt {
    margin-top: 28px;
  }
}

.p-value {
  position: relative;
  background-color: #f0f4f5;
}
.p-value::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.p-value__inr {
  padding-top: 74px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-value__inr {
    padding-top: 32px;
    padding-bottom: 50px;
  }
}

.p-value-cont {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 28px;
  padding: 80px 40px 65px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-value-cont {
    border-radius: 10px;
    margin-top: 16px;
    padding: 34px 20px 36px;
  }
}
.p-value-cont__item {
  position: relative;
  padding-top: 57px;
  padding-bottom: 56px;
  border-top: 2px solid #f0f4f5;
  border-bottom: 2px solid #f0f4f5;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-value-cont__item {
    padding-top: 26px;
    padding-bottom: 17px;
  }
}
.p-value-cont__item + .p-value-cont__item {
  border-top: 0;
}
.p-value-cont__item::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #26ab76;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-value-cont__item::before {
    width: 30px;
  }
}
.p-value-cont__num {
  color: #f0f4f5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-value-cont__num {
    font-size: 55px;
  }
}
.p-value-cont__ttl-wrap {
  position: relative;
}
.p-value-cont__ttl {
  font-size: 28px;
  font-weight: 700;
  color: #26ab76;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-value-cont__ttl {
    font-size: 17px;
  }
}
.p-value-cont__txt {
  margin-top: 10px;
  text-align: center;
  z-index: 2;
  position: relative;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-value-cont__txt {
    margin-top: 0;
    font-size: 13px;
  }
}
.p-value-cont__txt .u-ib {
  display: inline-block;
}

.p-core__inr {
  padding-top: 161px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-core__inr {
    padding-top: 50px;
    padding-bottom: 41px;
  }
}

.p-core-cont {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-core-cont {
    margin-top: 42px;
  }
}
.p-core-cont__img-wrap {
  text-align: center;
}
.p-core-cont__txt-cntr {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-core-cont__txt-cntr {
    margin-top: 24px;
  }
}
.p-core-cont__txt {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-core-cont__txt {
    font-size: 13px;
    line-height: 1.846;
  }
}
.p-core-cont__txt + .p-core-cont__txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-core-cont__txt + .p-core-cont__txt {
    margin-top: 23px;
  }
}
.p-core-cont__btn-cntr {
  display: flex;
  gap: 40px;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .p-core-cont__btn-cntr {
    flex-direction: column;
    margin-top: 55px;
    gap: 20px;
  }
}
.p-core-cont__btn {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  display: flex;
  align-items: center;
  padding-left: 6.5%;
  padding-top: 1%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  aspect-ratio: 52/28;
  width: calc((100% - 40px) / 2);
  transition: 0.5s;
  border: 10px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-core-cont__btn {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 16px;
    font-size: 16px;
    aspect-ratio: 67/28;
  }
}
.p-core-cont__btn::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 53%;
  transform: translateY(-50%);
  right: 25px;
  background: url(../../assets/media/images/common/icon_arrow_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-core-cont__btn::after {
    width: 24px;
    height: 24px;
    top: 53%;
    right: 18px;
  }
}
@media only screen and (min-width: 1081px) {
  .p-core-cont__btn:hover {
    opacity: 0.7;
  }
}
.p-core-cont__btn-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=about.css.map */