@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

/* each solution */
.p-top--employee-engagement {
    background-image: url("../employee-engagement/images/mv.png");
}
.p-top--team-building-culture {
    background-image: url("../team-building-culture/images/mv.png");
}
.p-top--talent-development {
    background-image: url("../talent-development/images/mv.png");
}
.p-top--global-business-expansion {
    background-image: url("../global-business-expansion/images/mv.png");
}
.p-top--operational-efficiency-cost-reduction {
    background-image: url("../operational-efficiency-cost-reduction/images/mv.png");
}
.p-top--digital-transformation {
    background-image: url("../digital-transformation/images/mv.png");
}
.p-top--sustainability-sdgs {
    background-image: url("../sustainability-sdgs/images/mv.png");
}
.p-top--promotion {
    background-image: url("../promotion/images/mv.png");
}

.SP {
  display: none;
}
.l-main p {
  font-size: 16px;
}
.section_head {
  margin-bottom: 80px;
}
.solution_head .p-top__heading {
  color: #333;
  font-weight: bold;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: center;
}
.solution_head .p-top__text {
  color: #333;
  font-weight: normal;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in 0.8s;
  animation: fadeIn 1s ease-in 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  text-align: center;
}
.inner_section {
  padding: 80px 0;
}
.bkg_color {
  background-color: #E1ECEF;
}
.item_flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.item_flex li {
  width: calc(97%/2);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}
.item_flex li a {
  display: flex;
  gap: 15px;
  align-items: center;
  transition: .3s;
}
.item_flex li a:hover {
  opacity: .65;
}
.item_flex li div {
  max-width: 77%;
}
.item_flex li p:first-of-type {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.faq_item {
  background-color: #F1F3F3;
  padding: 40px;
  cursor: pointer;
  margin-bottom: 15px;
}
.q_item {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a_item {
  margin-top: 20px;
}
.faq_item_next.is-opened .a_item {
  display: none;
}
.border_block {
  background-color: #fff;
  padding: 40px;
  border: solid 10px #E2E5E5;
}
/*.border_block p:first-of-type {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}*/
.border_block h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.border_block p {
  font-size: 16px;
}
.issue_point_flex dt p {
  font-size: 30px;
  text-align: center;
  border-left: solid 2px #E2E5E5;
  border-right: solid 2px #E2E5E5;
  width: fit-content;
  padding: 0 10px;
  margin: 0 auto;
  font-weight: 900;
}
.issue_point_flex dl {
  width: calc(90%/3);
  display: flex;
  flex-direction: column;
}
.issue_point_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
  align-items: stretch;
}
.issue_point_flex dd {
  margin-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}
.issue_point_flex dd p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.issue_point_flex dd img {
  display: block;
  /*margin: 20px auto 0 auto;*/
  margin-right: auto;
  margin-left: auto;
  margin-top: auto; 
}
.issue_point_about_inner {
  background-color: #F1F3F3;
  padding: 40px;
  border-radius: 10px;
}
.issue_point_about_inner h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  display: flex;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 10px;
}
.issue_point_about_inner h3 span:first-of-type {
  font-size: 40px;
  font-weight: 900;
}
.issue_point_about_inner h3 span:nth-of-type(2) {
  display: inline-block;
  height: 25px;
  background-color: #707070;
  width: 1px;
  margin: 0 10px;
}
.issue_image_cont {
  display: flex;
  gap: 30px;
  padding: 40px;
}
.issue_image_cont_reverse {
  flex-direction: row-reverse;
}
.issue_image_cont p {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.borders {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  background-color: inherit;
  width: 100%;
}
.borders::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #707070 transparent transparent;
  translate: -50% 100%;
}
.borders::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 18.1px 11.3px 0 11.3px;
  border-color: #F1F3F3 transparent transparent;
  translate: -50% 100%;
}
.round_image_flex .badge {
  display: block;
  background-color: #60B8D9;
  border-radius: 5px;
  width: fit-content;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}
.round_image_flex {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.round_image_flex_reverse {
  flex-direction: row-reverse;
}
.round_image_flex h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
.round_image_flex div {
  max-width: 55%;
}
.round_image_flex img {
    transition: transform 0.5s;
    border-radius: 50%;
}
.round_image_flex div:last-of-type {
  max-width: 350px;
}
.issue_point_about .item_flex ul {
  gap: 15px;
}
.issue_point_about .item_flex li {
  width: calc(98%/2);
}
.issue_point_about_2 {
  margin-bottom: 40px;
}
@media screen and (max-width:1160px) {
  .issue_point_flex dl {
    width: calc(98%/3);
  }
  .issue_point_flex dd p {
    font-size: 18px;
  }
  .issue_point_flex dd p br {
    display: none;
  }
  .issue_point_about_inner h3 {
    font-size: 25px;
  }
  .round_image_flex h4 {
    font-size: 22px;
  }
  .issue_point_about_inner h3 span:first-of-type {
    font-size: 30px;
  }
  .border_block {
    max-width: 95%;
    margin: 0 auto;
  }
  /*.border_block p:first-of-type {
    font-size: 22px;
  }*/
}
@media screen and (max-width:1130px) {
  .inner_section .l-contents__inner {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1060px) {
  .item_flex li {
    /*width: calc(96%/2);*/
  }
  .item_flex ul {
    gap: 20px;
  }
}
@media screen and (max-width:875px) {
  .issue_point_about .item_flex li {
    width: calc(97% / 2);
  }
}
@media screen and (max-width:768px) {
  p {
    font-size: 14px;
  }
  .round_image_flex h4 br {
    display: none;
  }
  .issue_image_cont {
    align-items: center;
  }
  .issue_image_cont img {
    width: 80px;
  }
  .issue_image_cont {
    padding: 40px 0;
  }
  .issue_image_cont p {
    max-width: 80%;
  }
  .p-contetns-contact {
    padding: 3rem 1.5rem;
  }
  .p-contetns-contact .SP {
    display: block;
  }
  .round_image_flex {
    display: block;
    margin-top: 20px;
  }
  .round_image_flex div {
    max-width: 100%;
  }
  .round_image_flex div:last-of-type {
    margin: 30px auto 0 auto;
  }
  .l-contents__inner {
    padding: 0;
  }
}
@media screen and (max-width:700px) {
  .issue_point_about .item_flex li {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .issue_point_flex {
    display: block;
  }
  .issue_point_flex dl {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  .issue_image_cont {
    display: block;
  }
  .issue_image_cont img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .issue_image_cont p {
    max-width: 100%;
  }
  .faq_item {
    padding: 25px;
  }
  .inner_section {
    padding: 50px 0;
  }
  .p-contetns-contact {
    padding: 2rem 1.5rem;
  }
  .issue_point_about_inner {
    padding: 25px;
  }
  .issue_image_cont p {
    padding: 20px;
  }
  .issue_point_about_inner h3 {
    display: block;
  }
  .issue_point_about_inner h3 span {
    display: block;
    text-align: center;
  }
  .issue_point_about_inner h3 span:nth-of-type(2) {
    height: 2px;
    width: 10%;
    display: block;
    margin: 0 auto 20px auto;
  }
  .p-page-heading {
    margin-top: 0;
  }
  .border_block {
    padding: 25px;
  }
  .inner_section .l-contents__inner {
    max-width: 90%;
  }
}
@media screen and (max-width:530px) {
  .item_flex li {
   width: auto;
  }
  .item_flex li p:first-of-type {
    font-size: 18px;
  }
  .item_flex li a {
    display: flex;
  }
  .item_flex li div {
    max-width: 100%;
  }
  .p-contetns-contact__text {
    font-size: 15px;
  }
  .issue_point_about_inner h3 {
    font-size: 22px;
  }
  .round_image_flex h4 {
    font-size: 18px;
  }
}


/* icon */
.item_flex .incentive a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\efb6';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .award a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e7af';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .benefit a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e89a';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .company a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f233';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .anniversary a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\ea65';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .group a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f233';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .conference a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f299';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .promotional-trip a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e7af';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .training a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e64c';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .inspection a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e2db';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .ceremony a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\eb90';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .event a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e878';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .expansion a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f728';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .domestic-expansion a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f283';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .dx a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e30c';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .btm a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f51b';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .businesstrip a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\eb3f';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .sdgs a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\e761';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

.item_flex .shin-companytrip a::before {
    display: block;
    font-family: Material Symbols Outlined;
    content: '\f27b';
    font-weight: 200;
    font-size: 4rem;
    background-image: none;
    padding: 10px;
}

/* 吹き出しのメイン部分 */
.point-bubble {
    position: relative;
    display: flex;
    align-items: flex-start;
    background-color: #e6f0ff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 5px;
}

/* 吹き出しの三角形 */
.point-bubble::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10%; 
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e6f0ff transparent; 
}

/* POINTアイコンのスタイル */
.check {
    flex-shrink: 0; 
    margin-right: 5px; 
    font-size: 10px;
    height: 1.7rem;
    line-height: 1.2rem;
    background: linear-gradient(to right, #4a90e2, #1d6edc);
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
}

/* テキスト部分のスタイル */
.features {
    font-size: 0.8rem;
    color: #003366;
    line-height: 1.4rem;
    margin: 0;
}


/* Article */
.solution_list {
  font-size: 1rem;
  margin-bottom: 1rem
}

.solution_list dt {
  font-weight: bold;
  margin-top: 1em; 
}

.solution_list dd {
  margin-left: 0; 
}