@charset "UTF-8";

.container {
  padding: 0 133px;
}

.top .common-ttl-blk .pc {
  display: inline-block;
}

/* sec-mv */
.top .sec-mv {
  display: flex;
  position: relative;
  margin-bottom: 100px;
  padding: 6.6% 0 30% 2.2%;
  background-image: url('/img/img_mv_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.top .sec-mv .mv-slider {
  position: absolute;
  top: 50px;
  right: 0;
  width: 75.4%;
  padding: 18.3% 0;
  background-image: url('/img/img_mv_bg_02.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top .sec-mv .dots {
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 2.2%;
}

.top .sec-mv .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #eaeaea;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
}

.top .sec-mv .dot:first-child {
  margin-left: 0;
}

.top .sec-mv .dot:last-child {
  margin-right: 0;
}

.top .sec-mv .active {
  background-color: #048851;
}

.top .sec-mv .mv-txt {
  position: absolute;
  /* top: 20%; */
  top: 15%;
  z-index: 2;
  text-align: left;
}

/* sec-notice */
.top .sec-notice {
  display: none;
  margin-bottom: 100px;
}

.top .sec-notice .notice-content {
  display: flex;
  padding: 30px;
  background-color: #f8f8f8;
  border-radius: 5px;
}

.top .notice-ttl {
  width: 30%;
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 208px;
}

html[lang="en"] .top .notice-ttl {
  width: 33%;
  max-width: 250px;
}

.top .notice-ttl span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.top .notice-ttl span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  line-height: 1.5;
  padding: 0.8px 0;
  background-color: #048851;
  color: #ffffff;
  font-size: 0.813rem;
  text-align: center;
  letter-spacing: 0;
  content: "!";
  transform: translateY(-50%);
  border-radius: 50%;
}

.top .notice-list {
  width: 90%;
  padding-left: 1%;
  overflow-y: scroll;
}

.top .notice-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  margin: 5px;
}

.top .notice-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(244, 244, 244);
}

.top .notice-list::-webkit-scrollbar-thumb {
  width: 5px;
  height: 5px;
  background-color: #048851;
  border-radius: 100px;
}

.top .notice-item {
  width: 98%;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}

.top .notice-item a {
  display: block;
  padding: 4px 0;
}

.top .notice-date {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 0.875rem;
}

.top .notice-date::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #048851;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
}

.top .notice-desc {
  display: -webkit-box;
  overflow: hidden;
  color: #048851;
  font-size: 1rem;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top .sec-mv .mv-txt h1 {
  line-height: 1.2;
  color: #048851;
  font-size: 2.813rem;
  font-weight: 700;
  letter-spacing: 1px;
}

html[lang="en"] .top .sec-mv .mv-txt h1 {
  font-size: 1.875rem;
}

.top .sec-mv .mv-txt h1 span {
  display: block;
  margin-bottom: 8px;
  padding: 3px 2px 10px 10px;
  background-color: #ffffff;
  letter-spacing: 0px;
  border-radius: 4px;
}

html[lang="en"] .top .sec-mv .mv-txt h1 span:first-child {
  width: fit-content;
  padding: 3px 10px 10px;
}

.top .sec-mv .mv-txt p {
  line-height: 1.7;
  margin-top: 27px;
  color: #ffffff;
  font-size: 1.525rem;
  font-weight: 700;
}

html[lang="en"] .top .sec-mv .mv-txt p {
  font-size: 1.25rem;
  letter-spacing: 0.8px;
}

/* sec-news */
.top .sec-news {
  margin-bottom: 130px;
}

.top .sec-news .container {
  margin: 0 auto;
  max-width: 1920px;
}

.top .sec-news .news-ttl {
  align-items: flex-end;
}

.top .sec-news .news-ttl {
  margin-bottom: 61px;
}

.top .sec-news .news-ttl h3 {
  line-height: 1.1;
}

.top .sec-news .news-ttl h3 span {
  letter-spacing: 1px;
}

.top .sec-news .news-ttl .common-button {
  width: 100%;
  max-width: 340px;
}

.top .common-ttl-blk .common-button {
  position: relative;
  justify-content: flex-start;
  padding: 13px 30px;
}

.top .common-ttl-blk .common-button .arrow {
  right: 5.5%;
  margin-left: 0;
}

.top .sec-news .tab-list .tab-left {
  width: 23.7%;
}

.top .sec-news .tab-list .tab-left li:last-child .common-button {
  border-bottom: 1px solid #e6e6e6;
}

.top .sec-news .tab-list .tab-left li:first-child .common-button {
  border-top: 1px solid #e6e6e6;
}

.top .sec-news .tab-list .tab-left .common-button {
  width: 100%;
  line-height: 1.6;
  padding: 23px 45px 22px 27px;
  border: none;
  background-color: transparent;
  color: #000;
  text-align: left;
  letter-spacing: 3.8px;
  word-break: break-all;
  border-radius: 0px;
  border-bottom: 1px solid #e6e6e6;
}


.top .sec-news .tab-list .tab-left .common-button .arrow,
.top .sec-vision ul .common-button span {
  right: 20px;
}

.top .sec-news .tab-list .tab-left .common-button:hover,
.top .sec-news .tab-list .tab-left .common-button:active,
.top .sec-news .tab-list .tab-left .common-button.active {
  background-color: #048851;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  border-radius: 5px;
}

.top .sec-news .tab-list .tab-right {
  width: 68.2%;
}

.new-common .new-common-list {
  border-top: 1px solid #e6e6e6;
}

.new-common .new-common-list:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.new-common .new-common-list a {
  display: block;
  padding: 22px 0 22px;
}

.new-common .new-common-list .cat-blk {
  display: flex;
}

.new-common .new-common-list ul {
  display: flex;
  align-items: center;
}

.new-common .new-common-list ul li {
  line-height: 1;
  padding: 0 14px;
  color: #048851;
  border-right: 1px solid #D6eADe;
}

.new-common .new-common-list .date {
  line-height: 1.7;
  padding: 0;
  color: #000;
  border-right: none;
}

.new-common .new-common-list .pdf {
  font-weight: 700;
}

.new-common .new-common-list ul li:last-child {
  padding-right: 0;
  border-right: none;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

/* sec-topics */
.top .sec-topics {
  margin-bottom: 130px;
}

.top .sec-topics .container {
  margin: 0 auto;
  padding: 0 0 0 133px;
  max-width: 1920px;
}

.top .sec-topics .topics-ttl {
  align-items: center;
  margin-bottom: 62px;
  padding-right: 133px;
}

.top .sec-topics .topics-ttl .common-button {
  width: 100%;
  max-width: 357px;
}

.top .sec-topics .topics-ttl h3 {
  line-height: 1.3;
  letter-spacing: 3.6px;
}

.topics-slider-gp {
  position: relative;
  overflow: hidden;
}

.topics-slider-box {
  position: relative;
}

.top .sec-topics .topics-slider {
  display: flex;
  margin: 0 -12px;
  transition: all 0.3s ease;
}

.top .sec-topics .topics-slider .topics-item {
  flex: 0 0 364px;
  padding: 0 12px;
}

.top .sec-topics .topics-slider .topics-box {
  display: block;
  box-shadow: 0 0 15px rgba(234, 234, 234, 1);
  border-radius: 5px;
}

.top .sec-topics .topics-slider .d-flex {
  justify-content: flex-start;
  margin-top: 17px;
}

.top .sec-topics .topics-slider .topics-txt {
  padding: 25px 25px;
}

.top .sec-topics .topics-slider .topics-txt .text-02 {
  line-height: 1.5;
}

.top .sec-topics .topics-slider .topics-txt .category {
  display: inline-block;
  padding: 0px 8px;
  background-color: #048851;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 5px;
}

.top .sec-topics .progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80.9%;
  margin-top: 39px;
  margin-bottom: 5px;
  background-color: #e8e8e8;
}

.top .sec-topics .progress {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: #048851;
  background-repeat: no-repeat;
  transition: width 0.4s ease-in-out;
  border-radius: 10px;
}

.top .sec-topics .prev-btn,
.top .sec-topics .next-btn {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  background: transparent;
  color: transparent;
  content: "";
  outline: none;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 2px solid #048851;
  border-left: 2px solid #048851;
}

.top .sec-topics .prev-btn {
  right: 13.4%;
  left: unset;
  transform: rotate(-45deg);
}

.top .sec-topics .next-btn {
  right: 10.8%;
  transform: rotate(135deg);
}


/* sec-vision */
.top .sec-vision {
  margin-bottom: 150px;
}

.top .sec-vision .container {
  padding: 0 0 0 133px;
}

.top .sec-vision .d-flex {
  flex-wrap: nowrap;
}

.top .sec-vision .vision-ttl {
  align-items: center;
  margin-bottom: 51px;
}

.top .sec-vision .vision-ttl .common-button {
  width: 100%;
  max-width: 218px;
}

.top .sec-vision .vision-ttl h3 {
  letter-spacing: 3.6px;
}

.top .sec-vision .vision-txt {
  width: 40.56%;
}

.top .sec-vision .vision-txt p {
  line-height: 1.9;
  margin-bottom: 35px;
  font-size: 1.625rem;
  letter-spacing: 2.6px;
}

.top .sec-vision .vision-img {
  position: relative;
  width: 54.3%;
  margin-top: 21px;
}

.top .sec-vision .vision-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('/img/img_vision.jpg') no-repeat center/cover;
  content: "";
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.top .sec-vision ul li {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid transparent;
}

.top .sec-vision ul li:hover {
  border-top: 1px solid transparent;
}

.top .sec-vision ul li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.top .sec-vision ul .common-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 1.9;
  padding: 23px 45px 22px 27px;
  border: none;
  border-radius: 5px;
}

/* slider section */
.sec-image-slider {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.sec-image-slider .slider-image {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.sec-image-slider .slides-list {
  display: flex;
  width: calc(430px * 16);
  animation: slidermove 40s linear infinite;
}

.sec-image-slider .slide-item {
  display: flex;
  align-items: center;
  width: 430px;
  padding: 15px;
}

/* sec-number-area */
.sec-number-area {
  position: relative;
  z-index: 2;
  margin-top: -83px;
  padding: 182px 0 133px 0;
  background: url('/img/img_gp_number.jpg') no-repeat center/cover;
}

.sec-number-area::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 136, 81, 1);
  content: "";
}

.sec-number-area .number-gp-blk {
  position: relative;
  z-index: 2;
}

.number-gp-ttl,
.update-time,
.num-desc-ttl,
.gp-circle-caption {
  color: #ffffff;
  text-align: center;
}

.number-gp-ttl {
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.8px;
}

.update-time {
  display: block;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 16px;
}

.number-gp-blk .pharmacy-gp-blk {
  margin-top: 38px;
}

.pharmacy-gp-blk .pharmacy-gp-tablist {
  display: flex;
}

.pharmacy-gp-blk .pharmacy-gp-tablist li {
  width: 23.64%;
  margin-right: 1.8%;
}

.pharmacy-gp-blk .pharmacy-gp-tablist li:last-child {
  margin-right: 0;
}

.pharmacy-gp-blk .pharmacy-gp-tablist li a:hover,
.pharmacy-gp-blk .pharmacy-gp-tablist li a.active {
  background-color: #fff;
  color: #048851;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pharmacy-gp-blk .pharmacy-gp-tablist li a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
}

.number-gp-circle {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 760px;
}

.gp-circle-item {
  position: relative;
  z-index: 11;
  width: 33%;
  margin-right: 2.6%;
  margin-bottom: 33px;
  max-width: 240px;
  min-height: 240px;
}

.gp-circle-item:nth-child(3n),
.gp-circle-item:last-child {
  margin-right: 0;
}

.cmm-gp-cirle {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.gp-circle-cnt {
  padding: 13.5% 0 35.5%;
}

.point-number-item .point-number {
  margin-bottom: 0;
}

.top .icon-common {
  width: 25%;
  margin: 9.3% auto 3.2%;
  max-width: 61px;
}

.point-number {
  margin: 0 auto;
  margin-bottom: 8px;
}

.num-desc-ttl {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.num-desc-ttl span {
  display: inline-block;
  padding: 3.1px 10.8px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

html[lang="en"] .gp-circle-cnt {
  padding: 13.5% 0 38.5%;
}

html[lang="en"] .num-desc-ttl {
  min-height: 50px;
}

html[lang="en"] .num-desc-ttl span {
  width: min-content;
  line-height: 1.4;
}

html[lang="en"] .top .icon-common {
  margin: 1% auto 3.2%;
}

.gp-circle {
  position: relative;
  margin-top: -36%;
  padding-bottom: 50%;
}

.gp-circle-caption {
  display: block;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
}

.count-data {  
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.count-txtblk {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  line-height: 1.5;
  color: #ffffff;
  font-size: 2.838rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

html[lang="en"] .gp-circle {
  margin-top: -40%;
}

html[lang="en"] .count-txtblk {
  line-height: 1.7;
}

.count-txtblk span {
  font-size: 0.875rem;
}

.btn-link-gp {
  width: 100%;
  margin: 0 auto;
  padding: 0 11px 11px 11px;
  max-width: 655px;
}

.btn-link-gp .common-button {
  display: flex;
  align-items: center;
  padding: 16px 50px 16px 20px;
  border: unset;
}


.number-link {
  width: 322px;
}


.store-link {
  width: 293px;
}


/* sustainablility section */

.sec-sustainable {
  padding: 134px 0 127px 0;
  background: url('/img/img_sustainability.jpg') no-repeat center/cover;
}

.sustainable-blk {
  margin: 0 auto;
  padding: 0 133px;
  max-width: 1920px;
}

.top-sustain-blk {
  align-items: center;
}

.common-top-ttl span {
  display: block;
  line-height: 1.2;
  color: #048851;
  font-size: 0.938rem;
  font-weight: 700;
}

.common-top-ttl h3 {
  line-height: 1.2;
  font-family: 'Figtree';
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.sustain-goals-img {
  max-width: 402px;
}


.top-sustain-txtblk {
  align-items: flex-start;
  padding-top: 38px;
}

.sustain-leftblk {
  width: 73.4%;
}

.sustain-linkblk {
  width: 25.5%;
  max-width: 234px;
}

.sustain-link-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 60px;
}

.sustain-link-list li {
  width: 23.7%;
  margin-right: 1.7%;
  margin-bottom: 22px;
}

.sustain-link-list li:nth-child(4n) {
  margin-right: 0;
}

.sustain-link-list .common-button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  padding: 14px 45px 14px 17px;
  min-height: 80px;
  border-radius: 5px;
}

/* sec-image-category */

.cmm-list-item {
  position: relative;
  width: 33.33%;
  overflow: hidden;
}

.cmm-list-item a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.category-list-blk {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.category-list-blk .category-list-detail {
  position: relative;
  margin: 30px;
  padding: 44.4% 0 38.4%;
  border: 1px solid transparent;
}

.category-list-blk:hover .category-list-detail {
  border: 1px solid rgba(224, 224, 224, 0.5);
}

.category-list-item01 a {
  background: url('/img/img_investors.jpg') no-repeat center/cover;
}

.cmm-list-item a {
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.cmm-list-item .category-list-blk:hover {
  transform: scale(1.05, 1.05);
}

.cmm-list-item a:focus {
  border: 2px solid #000;
}

.category-list-item02 a {
  background: url('/img/img_property.jpg') no-repeat center/cover;
}

.category-list-item03 a {
  background: url('/img/img_recruit.jpg') no-repeat center/cover;
}

.category-list-ttl {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-bottom: 23px;
  background-color: #048851;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.4px;
}

.category-list-ttl span {
  display: block;
  position: absolute;
  top: -51px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  color: #fff;
  font-family: 'Figtree';
  font-size: 3.125rem;
  letter-spacing: 2.5px;
  opacity: 0.3;
}

.category-list-btn {
  display: none;
  position: relative;
  bottom: unset;
  left: unset;
  flex-direction: row-reverse;
  margin: 50px 20px;
  padding: 16px 20px;
  text-align: left;
  border-radius: 100px;
  border-width: 2px;
  border: none;
  justify-content: space-between;
  z-index: 3;
  align-items: center;
  background-color: #048851;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.2s ease-in;
}

.category-list-btn .arrow {
  display: inline-block;
  position: relative;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  width: 18px;
  height: 18px;
  margin-right: 0;
  background-color: #fff;
  border-radius: 50%;
}

.category-list-btn .arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  padding: 0px;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/img/common/ico_arrow_green.svg) center center / cover no-repeat;
}

.category-list-btn:hover {
  background-color: #048851;
  color: #fff;
  border-color: #fff;
}

.category-list-btn:hover .arrow {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}

.category-list-btn:hover .arrow::after {
  border-color: #048851;
}

.cmm-list-item .common-button {
  padding: 14px 50px 14px 20px;
  border: unset;
}

.category-list-blk:hover .common-button {
  display: inline-block;
  position: relative;
  background-color: #048851;
  color: #fff;
}

.category-list-blk:hover .common-button .arrow {
  right: 20px;
  width: 24px;
  padding: 12px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.category-list-blk:hover .common-button .arrow::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  background: url('/img/common/ico_arrow.svg') no-repeat center/cover;
  content: '';
  transform: translate(50%, -50%) rotate(90deg);
  border-radius: unset;
}

.cmm-list-item .common-button:hover,
.cmm-list-item .common-button:active,
.cmm-list-item .common-button.active {
  justify-content: space-between;
}

/* Section Group */
.sec-group {
  padding: 150px 0 100px;
}

.sec-group .common-top-ttl {
  text-align: center;
}

.tab-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 97.3%;
  margin: 68px auto 50px;
}

.tab-nav-list ul {
  width: 97.3%;
  text-align: center;
}

.tab-nav-list ul li {
  display: inline-block;
}

.tab-nav {
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 100px;
}

.tab-nav:last-child {
  margin-right: 0;
}

.tab-nav:hover,
.tab-nav.open {
  background-color: #048851;
  color: #fff;
  border-color: #048851;
}

.tab-contents {
  width: 92.7%;
  margin: 0 auto;
}

.tab-content {
  display: none;
}

.tab-content:first-of-type {
  display: block;
}

.content-list>li:not(:last-child) {
  margin-bottom: 50px;
}

.sub-logo {
  width: 26.7%;
}

.sub-logo img {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.sub-content {
  width: 69.5%;
}

.sub-content-ttl {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.link-list li:not(:last-child) {
  margin-right: 28px;
}

.external {
  position: relative;
  padding-right: 22px;
  color: #048851;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.2s ease-in;
}

.external:hover {
  text-decoration: underline;
}

.external::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("/img/common/ico_external.svg") no-repeat center/contain;
  content: '';
  transform: translateY(-50%);
}

.sec-group .common-button {
  display: block;
  margin: 60px auto;
  max-width: 340px;
}

@keyframes slidermove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-430px * 8));
  }
}

/* Integrated Report */
.report-btn {
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 0;
  align-items: center;
  z-index: 9;
  padding: 18px 43px 18px 20px;
  border: solid #fff;
  background-color: #048851;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.2s ease-in;
  border-radius: 0 8px 8px 0;
  border-width: 2px 2px 2px 0;
}

.report-btn .arrow {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.report-btn .arrow::after {
  position: absolute;
  top: 50%;
  left: 11px;
  padding: 3px;
  border: solid #048851;
  content: '';
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease-in;
  border-width: 0 3px 3px 0;
}

.report-btn:hover {
  background-color: #fff;
  color: #048851;
  border-color: #048851;
}

.report-btn:hover .arrow {
  background-color: #048851;
}

.report-btn:hover .arrow::after {
  border-color: #fff;
}


@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .container {
    padding: 3%;
  }

  .sustainable-blk {
    padding: 0 3%;
    max-width: 100%;
  }

  .cmm-mission-blk {
    padding: 0 3% 0 0;
  }

  .cmm-mission-blk:nth-child(2n) {
    padding: 0 0 0 3%;
  }

  .top .sec-topics .container {
    padding: 0 0 0 3%;
  }

  .top .sec-vision .container {
    padding: 0 0 0 3%;
  }

  .top .sec-vision .vision-ttl .common-button {
    padding: 13px 25px;
  }

  .top .common-ttl-blk .common-button .arrow {
    right: 5%;
  }

  .top .sec-mv .mv-txt {
    top: 30%;
  }

  .top .sec-mv .mv-txt h1 {
    font-size: 1.8rem;
  }

  .top .sec-mv .mv-txt p {
    margin-top: 15px;
    font-size: 1.1rem;
  }

  html[lang="en"] .top .sec-mv .mv-txt h1 {
    font-size: 1.25rem;
  }

  html[lang="en"] .top .sec-mv .mv-txt p {
    font-size: 1rem;
    letter-spacing: 0;
  }

}

/*I-pad*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 2.3%;
  }

  .sustainable-blk {
    padding: 0 2.3%;
    max-width: 100%;
  }

  .cmm-mission-blk {
    padding: 0 2.3% 0 0;
  }

  .cmm-mission-blk:nth-child(2n) {
    padding: 0 0 0 2.3%;
  }

  .top .sec-news .container {
    max-width: 100%;
  }

  /* sec-topics */
  .top .sec-topics .container {
    padding: 0 0 0 2.3%;
    max-width: 100%;
  }

  .top .sec-vision .container {
    padding: 0 0 0 2.3%;
  }

  .top .common-ttl-blk .common-button {
    justify-content: center;
    padding: 13px 17px;
    letter-spacing: 0px;
  }

    /* top */
  .top .sec-mv {
    margin-bottom: 57px;
    padding: 0 0 120px 0;
    background-image: url('/img/img_mv_bg_sp.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .top .sec-mv .mv-slider {
    position: relative;
    top: 0;
    width: 100%;
    padding: 40.2% 0 8.2%;
  }

  .top .sec-mv .dots {
    bottom: -9.2%;
    left: 8%;
  }

  .top .sec-mv .mv-txt {
    display: flex;
    position: absolute;
    top: unset;
    bottom: 49px;
    align-items: flex-end;
    width: 100%;
    min-width: auto;
  }

  html[lang="en"] .top .sec-mv .mv-txt {
    display: block;
    bottom: 60px;
  }

  html[lang="en"] .top .sec-mv .mv-txt h1 span {
    width: fit-content;
    padding: 3px 10px 10px;
  }

  .top .sec-mv .mv-txt h1 {
    margin-left: 5.3%;
    font-size: 1.563rem;
    letter-spacing: 0.7px;
  }


  html[lang="en"] .top .sec-mv .mv-txt h1 {
    font-size: 1.4rem;
  }

  html[lang="en"] .top .sec-mv .mv-txt p {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }

  .top .sec-mv .mv-txt h1 span {
    margin-bottom: 6px;
    padding: 8px 0px 8px 10px;
  }

  .top .sec-mv .mv-txt p {
    width: 35.6%;
    margin-left: 4.8%;
    font-size: 1rem;
    letter-spacing: 1.5px;
  }

  html[lang="en"] .top .sec-mv .mv-txt p {
    width: auto;
    margin-top: 0;
  }

  .top .sec-mv .mv-img {
    flex-direction: column-reverse;
  }

  /* sec-notice */

  .top .sec-notice {
    margin-bottom: 50px;
  }

  html[lang="en"] .top .notice-ttl {
    width: 50%;
  }

  .top .notice-list {
    width: 70%;
  }

  /* sec-news */
  .top .sec-news .tab-list .tab-left .common-button:hover {
    background-color: transparent;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
  }

  .top .sec-news .tab-list .tab-left .common-button.active:hover {
    background-color: #048851;
    color: #ffffff;
    border-bottom: 1px solid transparent;
  }

  .top .sec-news .tab-list .tab-left .common-button:active .arrow,
  .top .sec-news .tab-list .tab-left .common-button.active .arrow {
    background-color: #fff;
  }

  .top .sec-news .tab-list .tab-left .common-button.active .arrow::after {
    filter: unset;
  }

  /* sec-topics */
  .top .sec-topics .topics-slider .topics-item {
    flex: 0 0 260px;
  }

  .top .sec-topics .topics-ttl {
    padding-right: 2.3%;
  }

  /* sec-vision */
  .top .sec-vision .vision-txt p {
    font-size: 1.25rem;
  }

  .top .sec-vision .common-top-ttl {
    margin-right: 5%;
  }

  .top .sec-vision .vision-txt {
    width: 45.56%;
  }

  .top .sec-vision .vision-img {
    width: 49.3%;
    margin-top: 21px;
  }

  .top .sec-vision .vision-img:before {
    background: url('/img/img_vision.jpg') no-repeat center/100% 100%;
  }

  .top .sec-vision ul li:hover {
    border-top: 1px solid #e6e6e6;
  }

  /* sec-number-area */
  .sec-number-area {
    padding: 150px 0 120px 0;
  }

  .gp-circle-item {
    width: 31.5%;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist li a:hover {
    background-color: transparent;
    color: #fff;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist li a.active:hover {
    background-color: #fff;
    color: #048851;
  }

  /*sustainablility section*/

  .sec-sustainable {
    padding: 100px 0 110px 0;
  }

  .common-top-ttl {
    width: 45%;
  }

  .common-top-ttl h3 {
    font-size: 3.125rem;
  }

  .sustain-goals-img {
    width: 45%;
  }


  .sustain-leftblk {
    width: 66.4%;
  }

  .sustain-linkblk {
    width: 32%;
    padding: 18px 12px 18px 12px;
    font-size: 0.75rem;
  }

  .sustain-link-list li {
    width: 23.7%;
    margin-right: 1.7%;
    margin-bottom: 1.7%;
  }

  .sustain-link-list .common-button {
    padding: 15px 38px 15px 15px;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }

  .sustain-link-list .common-button .arrow {
    right: 12px;
  }

  /*sec-image-category*/

  .cmm-list-item {
    height: unset;
  }

  .category-list-ttl {
    padding-bottom: 4px;
  }

  .cmm-list-item .category-list-blk:hover {
    transform: initial;
  }

  .category-list-blk .category-list-detail {
    margin: 0;
  }

  .category-list-blk:hover .category-list-detail {
    border: 1px solid transparent;
  }

  .category-list-blk:hover .common-button {
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #048851;
  }

  .category-list-blk:hover .common-button .arrow {
    right: 20px;
    width: 24px;
    padding: 12px;
    background-color: #048851;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
  }

  .category-list-blk:hover .common-button .arrow {
    width: 20px;
    padding: 10px 0;
  }

  .category-list-blk:hover .common-button .arrow::after {
    right: 50%;
    width: 8px;
    height: 8px;
    background: url(/img/common/ico_arrow_white.svg) no-repeat center/cover;
    transform: translate(50%, -50%);
    border-radius: unset;
    filter: unset;
  }

  .cmm-list-item .common-button .arrow {
    width: 20px;
    padding: 10px 0;
  }

  .category-list-ttl span {
    top: -35px;
    font-size: 2.25rem;
    letter-spacing: 1px;
  }

  /* Section Group */

  .sec-group .common-top-ttl {
    margin: 0 auto;
  }

  /* Integrated Report */
  .report-btn:hover {
    background-color: #048851;
    color: #fff;
    border-color: #fff;
  }

  .report-btn:hover .arrow {
    background-color: #fff;
  }

  .report-btn:hover .arrow::after {
    border-color: #048851;
  }

}

@media only screen and (max-width: 767.9px) {

  @keyframes slidermove {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-152px * 8));
    }
  }

  .container {
    padding: 0 20px;
  }

  .top .common-ttl-blk .pc {
    display: none;
  }

  .common-top-ttl h3 {
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 2.2px;
  }

  .top .common-ttl-blk .common-button .arrow {
    right: 27px;
  }

  /* top */
  .top .sec-mv {
    margin-bottom: 57px;
    padding: 0 0 120px 0;
    background-image: url('/img/img_mv_bg_sp.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .top .sec-mv .mv-slider {
    position: relative;
    top: 0;
    width: 100%;
    padding: 40.2% 0 8.2%;
  }

  .top .sec-mv .dots {
    bottom: -9.2%;
    left: 8%;
  }

  .top .sec-mv .mv-txt {
    display: flex;
    position: absolute;
    top: unset;
    bottom: 49px;
    align-items: flex-end;
    width: 100%;
    min-width: auto;
  }

  html[lang="en"] .top .sec-mv .mv-txt {
    display: block;
    bottom: 60px;
  }

  html[lang="en"] .top .sec-mv .mv-txt h1 span {
    width: fit-content;
    padding: 3px 10px 10px;
  }

  .top .sec-mv .mv-txt h1 {
    margin-left: 5.3%;
    font-size: 1.563rem;
    letter-spacing: 0.7px;
  }


  html[lang="en"] .top .sec-mv .mv-txt h1 {
    font-size: 1.4rem;
  }

  html[lang="en"] .top .sec-mv .mv-txt p {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }

  .top .sec-mv .mv-txt h1 span {
    margin-bottom: 6px;
    padding: 8px 0px 8px 10px;
  }

  .top .sec-mv .mv-txt p {
    width: 35.6%;
    margin-left: 4.8%;
    font-size: 1rem;
    letter-spacing: 1.5px;
  }

  html[lang="en"] .top .sec-mv .mv-txt p {
    width: auto;
    margin-top: 0;
  }

  .top .sec-mv .mv-img {
    flex-direction: column-reverse;
  }

  /* sec-notice */
  .top .sec-notice {
    margin-bottom: 60px;
    background-color: #f8f8f8;
  }

  .top .sec-notice .notice-content {
    display: block;
    padding: 30px 10px 22px;
    background-color: unset;
    border-radius: 0;
  }

  .top .notice-ttl,
  html[lang="en"] .top .notice-ttl {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }

  .top .notice-list {
    width: 100%;
    padding: 10px 0 0;
  }

  .top .notice-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .top .notice-item a {
    padding: 4px 0;
  }

  .top .notice-date {
    font-size: 0.75rem;
  }

  .top .notice-desc {
    font-size: 0.875rem;
  }

  /* sec-news */
  .top .sec-news {
    position: relative;
    margin-bottom: 176px;
  }

  .top .sec-news .news-ttl {
    display: inherit;
    margin-bottom: 24px;
  }

  .top .sec-news .common-top-ttl h3 {
    text-align: center;
  }

  .top .sec-news .common-top-ttl span {
    line-height: 1.4;
  }

  .top .sec-news .news-ttl .common-button {
    max-width: 164px;
  }

  .top .common-ttl-blk .common-button {
    position: absolute;
    right: 0;
    bottom: -90px;
    left: 0;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 16.5px 30px;
  }

  .top .sec-news .tab-list .tab-left {
    width: 100%;
    overflow-x: scroll;
  }

  .top .sec-news .tab-list .tab-left ul {
    display: flex;
    align-items: center;
    width: 858px;
    margin-bottom: 10px;
  }

  .top .sec-news .tab-list .tab-left li {
    display: inline-block;
  }

  .top .sec-news .tab-list .tab-left::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin: 5px;
  }

  .top .sec-news .tab-list .tab-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(244, 244, 244);
  }

  .top .sec-news .tab-list .tab-left::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    background-color: #048851;
    border-radius: 100px;
  }

  .top .sec-news .tab-list .tab-left::-webkit-scrollbar:vertical {
    display: none;
  }

  .top .sec-news .tab-list .tab-left li:last-child .common-button {
    border-bottom: none;
  }

  .top .sec-news .tab-list .tab-left li:first-child .common-button {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
  }

  .top .sec-news .tab-list .tab-left .common-button {
    display: flex;
    line-height: 1.6;
    padding: 12px 29px;
    letter-spacing: 1.9px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #e6e6e6;
    border-radius: unset;
    border-left: 1px solid transparent;
  }

  .top .sec-news .tab-list .tab-left .common-button.active,
  .top .sec-news .tab-list .tab-left li:first-child .common-button.active {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 5px;
  }

  .top .sec-news .tab-list .tab-left .common-button:hover {
    background-color: transparent;
    color: #000;
  }

  .top .sec-news .tab-list .tab-left .common-button.active:hover {
    background-color: #048851;
    color: #ffffff;
  }

  .top .sec-news .tab-list .tab-left .common-button .arrow {
    display: none;
  }

  .top .sec-news .tab-list .tab-right {
    width: 100%;
  }

  .new-common .new-common-list a {
    padding: 19px 0 19px;
  }

  .new-common .new-common-list .cat-blk {
    display: inherit;
  }

  .new-common .new-common-list p {
    letter-spacing: 1.4px;
  }

  .new-common .new-common-list ul li {
    margin: 5px 0 6px;
    letter-spacing: 3.1px;
  }

  .new-common .new-common-list ul li:first-child {
    padding-left: 0;
  }

  .new-common .new-common-list .date {
    line-height: 1.9;
    font-size: 0.75rem;
  }

  /* sec-topics */
  .top .sec-topics {
    position: relative;
    margin-bottom: 178px;
  }

  .top .sec-news .container {
    max-width: 100%;
  }

  .top .sec-topics .container {
    padding: 0 0 0 20px;
    max-width: 100%;
  }

  .top .sec-topics .topics-ttl {
    display: inherit;
    margin-bottom: 32px;
    padding-right: 20px;
  }

  .top .sec-topics .topics-ttl .common-button {
    max-width: 164px;
  }

  .top .sec-topics .topics-ttl h3 {
    line-height: 1.3;
    letter-spacing: 1.9px;
  }

  .top .sec-topics .topics-ttl span {
    line-height: 2;
  }

  .top .sec-topics .topics-slider {
    margin: 0 -10px;
  }

  .top .sec-topics .topics-slider .topics-item {
    flex: 0 0 260px;
    padding: 0 10px;
  }

  .top .sec-topics .topics-slider .d-flex {
    align-items: center;
    margin-top: 13px;
  }

  .top .sec-topics .topics-slider .topics-txt {
    padding: 15px 15px;
  }

  .top .sec-topics .topics-slider .topics-txt .text-02 {
    display: block;
    display: -webkit-box;
    line-height: 1.7;
    overflow: hidden;
    margin: 0 auto;
    letter-spacing: 1.1px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .top .sec-topics .topics-slider .topics-txt .date {
    font-size: 0.75rem;
  }

  .top .sec-topics .topics-slider .topics-txt .category {
    margin-left: 10px;
    padding: 3.5px 8px;
    font-size: 0.625rem;
    font-weight: 700;
    border-radius: 5px;
  }

  .top .sec-topics .progress-bar {
    width: 73%;
    margin-top: 42px;
  }

  .top .sec-topics .progress {
    height: 5px;
    border-radius: 100px;
  }

  .top .sec-topics .prev-btn,
  .top .sec-topics .next-btn {
    width: 13px;
    height: 13px;
  }

  .top .sec-topics .prev-btn {
    right: 53px;
  }

  .top .sec-topics .next-btn {
    right: 24px;
  }

  /* sec-vision */
  .top .sec-vision {
    margin-bottom: 100px;
  }

  .top .sec-vision .container {
    padding: 0;
  }

  .top .sec-vision .vision-ttl {
    margin-bottom: 21px;
  }

  .top .sec-vision .vision-ttl h3 {
    letter-spacing: 1px;
  }

  .top .sec-vision .text-02 {
    line-height: 1.9;
    margin: 20px 0 30px;
    font-size: 1.125rem;
  }

  .top .sec-vision .vision-txt {
    width: 100%;
  }

  .top .sec-vision .vision-txt p {
    line-height: 1.8;
    margin: 15px 0 23px;
    padding: 0 20px;
    font-size: 1.125rem;
    letter-spacing: 0.7px;
  }

  .top .sec-vision .vision-img {
    width: 100%;
    margin-top: 0;
  }

  .top .sec-vision .vision-img::before {
    background: unset;
  }

  .top .sec-vision .vision-img img {
    height: 100%;
    max-width: 100%;
  }

  .top .sec-vision ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
  }

  .top .sec-vision ul li {
    width: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e6e6e6;
  }

  .top .sec-vision ul li:nth-child(1),
  .top .sec-vision ul li:nth-child(3) {
    border-right: 1px solid #e6e6e6;
  }

  .top .sec-vision ul .common-button {
    justify-content: space-between;
    width: auto;
    line-height: 1.9;
    padding: 17px 45px 17px 20px;
    border: none;
    border-radius: 5px;
  }

  .top .sec-vision ul .common-button .arrow {
    right: 14px;
  }

  .sec-image-slider .slider-image {
    width: 100%;
    max-width: 100%;
  }

  .sec-image-slider .slides-list {
    width: calc(152px * 16);
  }

  .sec-image-slider .slide-item {
    display: flex;
    align-items: center;
    width: 152px;
    margin: 8px;
    padding: 0;
    box-sizing: content-box;
  }


  /* sec-number-area */
  .sec-number-area {
    margin-top: -41px;
    padding: 112px 0 58px 0;
  }

  .number-gp-ttl {
    line-height: 1.4;
    font-size: 1.875rem;
    letter-spacing: 1.1px;
  }

  .update-time {
    font-size: 0.75rem;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 335px;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist li {
    width: 47.7%;
    margin-right: 4.5%;
    margin-bottom: 4.5%;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist li a:hover {
    background-color: transparent;
    color: #fff;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist li a.active {
    background-color: #ffffff;
    color: #048851;
  }

  .pharmacy-gp-blk .pharmacy-gp-tablist li:nth-child(2n) {
    margin-right: 0;
  }

  .number-gp-circle {
    justify-content: center;
    width: 100%;
    max-width: 335px;
  }

  .gp-circle-item {
    width: 47.8%;
    margin-right: 4.4%;
    margin-bottom: 20px;
    max-width: 160px;
    min-height: 160px;
  }

  .gp-circle-item:nth-child(2n) {
    margin-right: 0;
  }

  .gp-circle-item:nth-child(3n) {
    margin-right: 4.4%;
  }

  .gp-circle-item:nth-child(odd):last-child .update-time,
  .gp-circle-item:nth-child(odd):last-child .count-txtblk{
    white-space: nowrap;
  }

  .top .icon-common {
    width: 28%;
    margin: 5.7% auto 9%;
    max-width: 47px;
  }

  .gp-circle-cnt {
    padding: 15% 0 22.7%;
  }

  .solar-circle-item .gp-circle-cnt .gp-circle-caption {
    margin-top: 8px;
  }

  .cmm-gp-cirle {
    margin: 0 auto;
  }

  .num-desc-ttl {
    font-size: 0.75rem;
  }

  .num-desc-ttl span {
    padding: 3.1px 10.8px;
    border-radius: 4px;
  }

  html[lang="en"] .gp-circle {
    margin-top: -28%;
  }

  html[lang="en"] .gp-circle-cnt {
    padding: 15% 0 19%;
  }

  html[lang="en"] .num-desc-ttl {
    min-height: 40px;
  }

  html[lang="en"] .top .icon-common {
    margin: 1% auto 9%;
  }

  html[lang="en"] .count-txtblk {
    line-height: 1.3;
  }

  .gp-circle {
    margin-top: -26%;
    padding-bottom: 0;
  }

  .gp-circle-caption {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 0.875rem;
    font-size: 0.875rem;
  }

  .count-data {
    position: unset;
  }

  .count-txtblk {
    line-height: 1.1;
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .count-txtblk span {
    font-size: 0.75rem;
  }

  /* sustainablility section */
  .sec-sustainable {
    padding: 90px 20px 91px 20px;
    background: url('/img/img_sustainability_sp.png') no-repeat bottom/contain;
  }

  .sustainable-blk {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }

  .top-sustain-blk {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .common-top-ttl span {
    line-height: 2.5;
    font-size: 0.938rem;
    text-align: center;
  }

  .common-top-ttl h3 {
    font-size: 3.125rem;
    letter-spacing: 2.2px;
  }

  .sustain-goals-img {
    max-width: 100%;
  }

  .btn-link-gp {
    flex-wrap: wrap;
    width: 88.6%;
    margin-bottom: 20px;
    padding: 4px;
    max-width: 375px;
  }

  .btn-link-gp .common-button {
    margin-bottom: 20px;
    border: unset;
  }

  .number-link {
    width: 100%;
    margin: 0 auto;
    max-width: 286px;
  }

  .store-link {
    width: 100%;
    margin: 0 auto;
    max-width: 260px;
  }

  .top-sustain-txtblk {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 39px;
    padding-bottom: 39px;
    letter-spacing: 1.4px;
    border-bottom: 1px solid #E0E0E0;
  }

  .sustain-leftblk {
    width: 100%;
  }

  .sustain-linkblk {
    width: 100%;
    margin: 0 auto;
    padding: 15px 28px 15px 29px;
    max-width: 209px;
  }

  .sustain-linkblk .arrow {
    width: 18px;
  }

  .sustain-link-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 40px;
  }

  .sustain-link-list li {
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sustain-link-list .common-button {
    padding: 18px 40px 17px 17px;
  }

  /* sec-image-category */
  .three-category-blk {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cmm-list-item {
    width: 100%;
  }

  .category-list-blk .category-list-detail {
    margin: 0;
    padding: 9.1% 0px;
    border: none;
  }

  .category-list-blk:hover .category-list-detail {
    border: none;
  }

  .cmm-list-item .category-list-blk:hover {
    transform: initial;
  }

  .category-list-blk:hover .common-button {
    display: inline-block;
    position: unset;
    background-color: #fff;
    color: #048851;
  }

  .category-list-blk:hover .common-button .arrow {
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 0;
    background: #ffffff;
    transform: translateY(-50%);
  }

  .category-list-blk:hover .common-button .arrow::after {
    right: 50%;
    width: 8px;
    height: 8px;
    background: url(/img/common/ico_arrow_white.svg) no-repeat center/cover;
    transform: translate(50%, -50%);
    border-radius: unset;
  }

  .cmm-list-item .common-button {
    position: unset;
    padding: 0;
    padding: 0;
    background-color: transparent;
    max-width: 100%;
  }

  .cmm-list-item .common-button .arrow {
    display: none;
  }

  .cmm-list-item .common-button .arrow:after {
    filter: invert(65%) sepia(70%) saturate(4384%) hue-rotate(139deg) brightness(83%) contrast(100%);
  }

  .category-list-item01 a {
    background: url('/img/img_investors_sp.jpg') no-repeat center/cover;
  }

  .category-list-item02 a {
    background: url('/img/img_property_sp.jpg') no-repeat center/cover;
  }

  .category-list-item03 a {
    background: url('/img/img_recruit_sp.jpg') no-repeat center/cover;
  }

  .category-list-ttl {
    padding-bottom: 0;
    font-size: 1.125rem;
    text-align: left;
    letter-spacing: 1.8px;
  }

  .category-list-ttl span {
    top: -37px;
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .category-list-btn {
    display: flex;
  }

  /* Section Group */
  .sec-group {
    padding: 100px 0 5px;
    border-bottom: 1px dashed #048851;
  }

  .tab-select {
    position: relative;
  }

  .tab-nav-list {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    background-color: #048851;
    transition: height 0.5s;
  }

  .tab-nav-list ul {
    width: 100%;
    text-align: left;
  }
  
  .tab-nav-list ul li {
    display: block;
  }

  .tab-nav,
  .tab-nav:hover,
  .tab-nav.open {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    text-align: left;
    border-radius: 0;
    border-color: #fff;
    border-width: 0 0 1px 0;
  }

  .tab-nav-list ul li:last-child {
    border: none;
  }

  .tab-contents {
    margin-top: 30px;
  }

  .content-list>li:not(:last-child) {
    margin-bottom: 33px;
  }

  .tab-contents,
  .sub-logo,
  .sub-content {
    width: 100%;
  }

  .sub-logo {
    margin-bottom: 5px;
  }

  .sub-content-ttl {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
  }

  .sub-content-txt {
    font-size: 0.875rem;
  }

  .link-list {
    margin-top: 20px;
  }

  .sec-group .select {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 17px 20px;
    border: 1px solid #dddddd;
    color: #048851;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 5px;
  }

  .sec-group .select p {
    width: 85%;
  }

  .sec-group .select .arrow-icon {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #048851;
    cursor: pointer;
    transition: all 0.2s ease-in;
    border-radius: 3px;
  }

  .sec-group .select .arrow-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 6px;
    background: url("/img/common/ico_bnr_dwnarrow.png") no-repeat center/contain;
    content: '';
    transform: translate(-50%, -50%);
  }

  .sec-group .select.open .arrow-icon::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .sec-group .common-button {
    text-align: center;
    max-width: 209px;
  }
  
  /* Integrated Report */
  .report-btn {
    position: relative;
    bottom: unset;
    left: unset;
    flex-direction: row-reverse;
    margin: 50px 20px;
    padding: 16px 20px;
    text-align: left;
    border-radius: 100px;
    border-width: 2px;
    border: none;
    justify-content: space-between;
    z-index: 3;
  }

  .report-btn .arrow {
    padding-left: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    width: 18px;
    height: 18px;
    margin-right: 0;
  }

  .report-btn .arrow::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url('/img/common/ico_arrow_green.svg') no-repeat center/cover;
    border: none;
    padding: 0;
  }

  .report-btn:hover {
    background-color: #048851;
    color: #fff;   
  }

  .report-btn:hover .arrow {
    background-color: #fff;
  }
}


@media only screen and (max-width: 374.9px) {

  /* sec-mv */
  .top .sec-mv .mv-txt h1 {
    margin-left: 2.5%;
    font-size: 1.375rem;
  }

  html[lang="en"] .top .sec-mv .mv-txt h1 {
    font-size: 1.25rem;
  }

  .top .sec-mv .mv-txt p {
    width: 36%;
    margin-left: 3.5%;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
  }

  .count-txtblk {
    line-height: 1;
    font-size: 2.3rem;
    letter-spacing: 0;
  }

  .gp-circle-caption {
    font-size: 0.875rem;
    letter-spacing: 0;
  }

  html[lang="en"] .gp-circle-cnt {
    padding: 15% 0 21%;
  }

  html[lang="en"] .num-desc-ttl {
    line-height: 1.2;
    font-size: 0.65rem;
    min-height: 30px;
  }

  html[lang="en"] .num-desc-ttl span {
    padding: 3px 5px;
  }

  .top .icon-common {
    margin: 2% auto 8%;
  }

  .gp-circle-cnt {
    padding: 15% 0 25%;
  }

  .gp-circle {
    margin-top: -27%;
  }

  /* sustainablility section */

  .common-top-ttl h3 {
    font-size: 2.425rem;
    letter-spacing: 2.2px;
  }

}