.goals__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.goals__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.goals__item {
  position: relative;
  width: 100%;
  max-width: 450px;
  z-index: 1;
}

.goals__item_inner {
  padding: 30px 20px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.goals__item_number {
  position: absolute;
  left: calc(50% + 2px);
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #738196;
  letter-spacing: 0.1em;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
}

.goals__item_number_unit {
  font-size: 1.75rem;
}

.goals__item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.goals__item_icon.icon01 {
  margin-right: 15px;
  width: 60px;
}

.goals__item_icon.icon02 {
  margin-right: 17px;
  width: 65px;
}

.goals__item_percent {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.goals__item_percent_number {
  font-size: 3.125rem;
}

.welfare__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.welfare__item {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: clamp(17.5rem, 8.3333333333vw + 15.8333333333rem, 18.75rem);
}

.welfare__item_ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}

.welfare__item_img {
  margin: 0 auto;
}

.welfare__item_sub {
  color: #738196;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  gap: 3px;
  letter-spacing: 0.04em;
}

.welfare__item_icon.icon01 {
  width: 60px;
}

.welfare__item_icon.icon02 {
  width: 45px;
}

.welfare__item_icon.icon03 {
  width: 80px;
}

.welfare__item_icon.icon04 {
  width: 70px;
}

.welfare__item_icon.icon05 {
  width: 85px;
}

.frame {
  width: 100%;
  margin-bottom: 90px;
  background: url(../../assets/images/female/bg_female.png) no-repeat center;
  background-size: cover;
}

.frame__txt {
  width: 100%;
  max-width: 1040px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 40px 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .goals__sub {
    text-align: center;
    font-size: 1.5rem;
  }
  .goals__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .goals__item_inner {
    min-height: 260px;
  }
  .goals__item_number {
    top: -60px;
    font-size: 3.75rem;
  }
  .goals__item_number_unit {
    font-size: 2.8125rem;
  }
  .goals__item_icon.icon01 {
    -webkit-transform: translate(-4px, -7px);
            transform: translate(-4px, -7px);
    width: 80px;
  }
  .goals__item_icon.icon02 {
    -webkit-transform: translate(-7px, -9px);
            transform: translate(-7px, -9px);
    width: 85px;
  }
  .goals__item_percent {
    font-size: 3.125rem;
  }
  .goals__item_percent_number {
    font-size: 6.875rem;
  }
  .welfare__content {
    gap: 40px 20px;
    margin-top: 55px;
  }
  .welfare__item {
    max-width: unset;
    padding: 39px 15px 16px;
    max-width: 320px;
    min-height: 320px;
  }
  .welfare__item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 125px;
  }
  .welfare__item_icon.icon01 {
    width: clamp(3.75rem, 3.9351851852vw + 1.8611111111rem, 4.8125rem);
  }
  .welfare__item_icon.icon02 {
    width: clamp(2.8125rem, 4.1666666667vw + 0.8125rem, 3.9375rem);
  }
  .welfare__item_icon.icon03 {
    width: clamp(5rem, 7.8703703704vw + 1.2222222222rem, 7.125rem);
  }
  .welfare__item_icon.icon04 {
    width: clamp(4.375rem, 5.0925925926vw + 1.9305555556rem, 5.75rem);
  }
  .welfare__item_icon.icon05 {
    width: clamp(5.3125rem, 8.3333333333vw + 1.3125rem, 7.5625rem);
  }
  .frame {
    margin-bottom: clamp(5.775rem, 7.4038461538vw + 2.2211538462rem, 9.625rem);
  }
  .frame__txt {
    max-width: 1080px;
    padding: clamp(2.5rem, 7.9326923077vw - 1.3076923077rem, 6.625rem) clamp(2.5rem, 0vw + 2.5rem, 2.5rem) clamp(2.5rem, 6.9711538462vw - 0.8461538462rem, 6.125rem);
    font-size: 1.125rem;
  }
}
.sdgs01_desc .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.sdgs02_content .item {
  margin-bottom: 60px;
}

.sdgs02_content .item:last-child {
  margin-bottom: 0;
}

.sdgs02_content .item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 16px;
}

.sdgs02_content .item__ttl .sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: block;
}

.sdgs02_content .item__ttl .topic {
  width: 80px;
  border-right: 1px solid #D8DFE8;
  color: #6C798B;
  font-family: "Noto Serif JP", serif;
  padding: 5px 0 12px 7px;
}

.sdgs02_content .item__ttl .topic_txt {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.sdgs02_content .item__ttl .topic_number {
  font-size: 1.75rem;
  line-height: 0.9;
  padding-left: 6px;
}

.sdgs02_content .item__ttl .topic_number .number {
  letter-spacing: 0.1em;
  font-size: 1.875rem;
  padding-left: 6px;
}

.sdgs02_content .item__ttl .name {
  width: calc(100% - 100px);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  padding-left: 15px;
}

.sdgs02_content .item__txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}

.sdgs02_content .item__other_name {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}

.sdgs02_content .item__other_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #373e48;
  border-radius: 100%;
}

.sdgs02_content .item__other_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.sdgs02_content .item__other_img {
  width: 100%;
  max-width: 98px;
}

.sdgs02_content .img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .sdgs01_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sdgs01_desc .txt {
    font-size: 1.125rem;
  }
  .sdgs02_content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: clamp(2.5rem, 4.8076923077vw + 0.1923076923rem, 5rem);
    margin-bottom: 120px;
  }
  .sdgs02_content .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sdgs02_content .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sdgs02_content .item__ttl .sub {
    font-size: clamp(1.125rem, 0.78125vw + 0.75rem, 1.25rem);
  }
  .sdgs02_content .item__ttl .topic {
    width: 101px;
  }
  .sdgs02_content .item__ttl .topic_txt {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
  .sdgs02_content .item__ttl .topic_number {
    font-size: 2.8125rem;
  }
  .sdgs02_content .item__ttl .topic_number .number {
    top: -60px;
    font-size: 3.75rem;
  }
  .sdgs02_content .item__ttl .name {
    width: calc(100% - 109px);
    padding-left: 25px;
    font-size: clamp(1.5rem, 3.125vw + 0rem, 2rem);
  }
  .sdgs02_content .item__txt {
    padding-bottom: 23px;
    font-size: 1.125rem;
  }
  .sdgs02_content .item__other_name {
    font-size: 1.125rem;
  }
  .sdgs02_content .img {
    width: 43.1034482759%;
  }
  .sdgs02_content .desc {
    width: 50%;
  }
}
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_csr__female .welfare__item_sub .unit {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_sub .unit {
    font-size: clamp(0.75rem, 0.1201923077vw + 0.6923076923rem, 0.8125rem);
  }
}

.p_csr__parts_item, .p_csr .sdgs02_content .item__ttl .name small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_csr__parts_item, .p_csr .sdgs02_content .item__ttl .name small {
    font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
  }
}

.p_csr__female .goals__ttl, .p_csr__female .welfare__ttl, .p_csr .sdgs01_ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__ttl, .p_csr__female .welfare__ttl, .p_csr .sdgs01_ttl {
    font-size: clamp(1.25rem, 0.4807692308vw + 1.0192307692rem, 1.5rem);
  }
}

.p_csr__female .welfare__item_ttl {
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_ttl {
    font-size: clamp(1.375rem, 0.6009615385vw + 1.0865384615rem, 1.6875rem);
  }
}

.p_csr__female .goals_heading, .p_csr__female .goals__item_txt, .p_csr .sdgs01_heading {
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals_heading, .p_csr__female .goals__item_txt, .p_csr .sdgs01_heading {
    font-size: clamp(1.4375rem, 3.515625vw + -0.25rem, 2rem);
  }
}

.wrapper::before {
  display: none;
}

.p_csr .sdgs01_heading, .p_csr__female .goals_heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
  color: #557290;
  border-bottom: 1px solid #7393b4;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}

.p_csr .sdgs01_ttl, .p_csr__female .welfare__ttl, .p_csr__female .goals__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.25;
  display: table;
  color: #557290;
  border-bottom: 1px solid #7393b4;
  letter-spacing: 0.04em;
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_ttl, .p_csr__female .welfare__ttl, .p_csr__female .goals__ttl {
    text-indent: -4px;
  }
}

.c_btn[target=_blank] .c_btn__icon::before {
  -webkit-mask: url(../../assets/images/common/img_window_w.svg) center/contain no-repeat;
          mask: url(../../assets/images/common/img_window_w.svg) center/contain no-repeat;
  height: 13px;
  width: 13px;
}
@media screen and (min-width: 768px) {
  .c_btn[target=_blank] .c_btn__icon::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c_recruit01__inner {
    margin-top: 160px;
  }
}

.p_csr__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-block: 60px;
}
@media screen and (min-width: 768px) {
  .p_csr__parts {
    gap: 40px;
    margin-block: 96px 139px;
  }
}
.p_csr__parts_item {
  border-bottom: 1px solid #99abc4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: 0.04em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p_csr__parts_item {
    padding-bottom: 2px;
    padding-right: 8px;
  }
}
.p_csr__parts_item::after {
  content: "";
  aspect-ratio: 14/8;
  background: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .p_csr__parts_item::after {
    width: 14px;
  }
}
.p_csr__female {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p_csr__female {
    padding-top: 80px;
  }
}
.p_csr__female::after {
  content: "";
  top: 0;
  bottom: 40px;
  z-index: -2;
  right: 0;
  width: calc(100% - 20px);
  position: absolute;
  background: url(../images/csr/img_bg.jpg) center/cover no-repeat;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_csr__female::after {
    max-width: calc(50% + 700px);
    bottom: 29px;
  }
}
.p_csr__female::before {
  content: "";
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  width: 100%;
  top: 40px;
}
@media screen and (min-width: 768px) {
  .p_csr__female::before {
    max-width: calc(50% + 750px);
    top: 80px;
  }
}
.p_csr__female .is_pattern {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.p_csr__female .is_pattern::after, .p_csr__female .is_pattern::before {
  content: "";
  aspect-ratio: 271/195;
  position: absolute;
  z-index: -1;
  background: url(../images/csr/img_pattern_blue.png) center/contain no-repeat;
  width: 160px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .is_pattern::after, .p_csr__female .is_pattern::before {
    width: 271px;
  }
}
.p_csr__female .is_pattern::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(52.3985239852%, 54.8717948718%) rotate(-256deg);
          transform: translate(52.3985239852%, 54.8717948718%) rotate(-256deg);
  opacity: 0.59;
}
.p_csr__female .is_pattern::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-51.2915129151%, -48.2051282051%) rotate(-256deg);
          transform: translate(-51.2915129151%, -48.2051282051%) rotate(-256deg);
  opacity: 0.42;
}
.p_csr__female .goals {
  padding-block: 80px 50px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals {
    padding-block: 78px 80px;
  }
}
.p_csr__female .goals_heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals_heading {
    margin-bottom: 77px;
  }
}
.p_csr__female .goals__sub + .goals__sub {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__sub + .goals__sub {
    margin-top: 23px;
  }
}
.p_csr__female .goals__ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__ttl {
    margin-bottom: 68px;
  }
}
.p_csr__female .goals__main {
  background-color: #ecf5f7;
  padding-inline: 20px;
  padding-block: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__main {
    margin-top: 76px;
    padding-block: 63px 80px;
    padding-inline: clamp(1.875rem, 7.8703703704vw + -1.9027777778rem, 4rem);
  }
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__content {
    gap: clamp(1.875rem, 16.2037037037vw + -5.9027777778rem, 6.25rem);
  }
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__item.item02 .goals__item_percent {
    left: -6px;
  }
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__item_inner {
    padding-block: 51px 35px;
  }
}
.p_csr__female .goals__item_txt {
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .goals__item_txt {
    padding-bottom: 15px;
  }
}
.p_csr__female .goals__item_txt img {
  width: auto;
  height: 0.9375em;
}
.p_csr__female .goals__item_percent {
  color: #6c798b;
  position: relative;
}
.p_csr__female .welfare__inner {
  background-color: #ecf5f7;
  padding-inline: 20px;
  padding-block: 30px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__inner {
    padding-block: 63px 80px;
    padding-inline: clamp(1.875rem, 7.8703703704vw + -1.9027777778rem, 4rem);
  }
}
.p_csr__female .welfare__item::before {
  -webkit-transform: translate(-42.9752066116%, -28.5714285714%) rotate(-256deg);
          transform: translate(-42.9752066116%, -28.5714285714%) rotate(-256deg);
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item::before {
    width: 242px;
  }
}
.p_csr__female .welfare__item::after {
  -webkit-transform: translate(57.8947368421%, 43.75%) rotate(-256deg);
          transform: translate(57.8947368421%, 43.75%) rotate(-256deg);
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item::after {
    width: 266px;
  }
}
.p_csr__female .welfare__item_ttl {
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_ttl {
    margin-bottom: 18px;
  }
}
.p_csr__female .welfare__item_ttl img {
  height: 0.962962963em;
  width: auto;
}
.p_csr__female .welfare__item_txt {
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_txt {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_img {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_img.icon03 {
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_img.icon04 {
    top: 4px;
  }
}
.p_csr__female .welfare__item_sub .unit {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_csr__female .welfare__item_sub .unit {
    top: 3px;
  }
}
.p_csr .sdgs01 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01 {
    margin-top: 122px;
  }
}
.p_csr .sdgs01::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 50px;
  background: url(../images/csr/img_decor.jpg) center/cover no-repeat;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01::before {
    width: calc(100% - 40px);
    height: 80px;
    max-width: calc(50% + 700px);
    margin-bottom: 122px;
  }
}
.p_csr .sdgs01_heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_heading {
    margin-bottom: 80px;
  }
}
.p_csr .sdgs01_ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_ttl {
    margin-bottom: 40px;
  }
}
.p_csr .sdgs01_inner {
  background-color: #ecf5f7;
  padding-block: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_inner {
    padding-block: 63px 77px;
    padding-inline: clamp(1.875rem, 7.8703703704vw + -1.9027777778rem, 4rem) clamp(1.875rem, 6.9444444444vw + -1.4583333333rem, 3.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_content {
    gap: clamp(1.875rem, 9.2592592593vw + -2.5694444444rem, 4.375rem);
    padding-inline: clamp(0rem, 8.5227272727vw + -5.4545454545rem, 0.9375rem) 0;
  }
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 30px);
    max-width: 450px;
  }
}
.p_csr .sdgs01_desc {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_desc {
    margin-top: -3px;
  }
}
.p_csr .sdgs01_more {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs01_more {
    margin-top: 57px;
  }
}
.p_csr .sdgs02 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs02 {
    margin-top: 120px;
  }
}
.p_csr .sdgs02_content .item__ttl .topic_txt {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs02_content .item__ttl .topic_txt {
    left: 11px;
  }
}
.p_csr .sdgs02_content .item__ttl .name {
  color: #557290;
}
.p_csr .sdgs02_content .item__ttl .name small {
  line-height: 1.5;
  display: block;
  letter-spacing: 0.04em;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs02_content .item__ttl .name small {
    top: 3px;
  }
}
.p_csr .sdgs02_content .desc {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs02_content .desc {
    margin-top: 0;
    padding-top: clamp(0rem, 10.1851851852vw + -4.8888888889rem, 2.75rem);
  }
}
@media screen and (min-width: 768px) {
  .p_csr .sdgs02_content .item02 .item__txt {
    padding-bottom: 32px;
  }
}