/************
* service
*************/
summary::-webkit-details-marker { display: none }

.service-content {
  width: 100%;
  max-width: 1240px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .service-content {
    max-width: unset;
    min-width: unset;
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 25px;
  }
}

/* service-top */
.service-top .service-content {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .service-top .service-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.service-top .section-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-top .section-text {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.service-top .section_img img {
  width: 362px;
}
@media screen and (max-width: 767px) {
  .service-top .section_img img {
    width: max(50%,166px);
  }
}

.top-detail {
  display: flex;
  gap: 0 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-detail {
    gap: 10px 0;
    flex-wrap: wrap;
  }
}
.service-lead {
  width: calc(55% - 20px);
}
@media screen and (max-width: 767px) {
  .service-lead {
    width: 100%;
  }
}
.service-top__riskList {
  display: flex;
  gap: 0 40px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .service-top__riskList {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .service-top__riskList {
    gap: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-top__riskList {
    gap: 20px 0;
    flex-direction: column;
    width: max(80%,240px);
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-top__riskList {
    gap: 20px 0;
    flex-direction: column;
    width: max(80%,240px);
    margin: 0 auto 30px;
  }
}
.service-top__riskItem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  padding: 40px 0;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .service-top__riskItem {
    width: 100%;
    align-items: center;
    padding: 15px 0;
    gap: 0 10px;
    flex-direction: unset;
    flex-wrap: unset;
    border-radius: unset;
  }
}
.riskList-text {
  color: var(--color-blue-04);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .riskList-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .riskList-icon {
    transform: scale(0.8);
  }
}
.service-movie {
  width: calc(45% - 40px);
}
@media screen and (max-width: 767px) {
  .service-movie {
    width: 100%;
  }
}
.service-movie iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1200px;  
}


/* service-risk */
.service-risk {
  position: relative;
}
.service-risk .section-text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .service-risk .section-text {
    text-align: left;
    font-size: 15px;
  }
}
.service-risk .service-content {
  background: url("/-/media/image/sustainalink/bg_top-risk_001.jpg") center no-repeat;
  background-size: cover;
  color: var(--color-white);
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: unset;
  min-width: unset;
}
@media screen and (max-width: 767px) {
  .service-risk .service-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.risk-detail {
  margin: 0 auto;
}
.risk-detail__list {
  display: flex;
  gap: 0 30px;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .risk-detail__list {
    gap: 30px 0;
    flex-wrap: wrap;
  }
}
.risk-detail__list-item {
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .risk-detail__list-item {
    width: 100%;
    padding: 0 30px;
  }
}
.risk-detail_itemImage {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border: solid 1px var(--color-white);
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  width: 150px;
  height: 150px;
}
.risk-detail_itemImage img {
  width: 56px;
}
.risk-detail_itemImage span {
  color: var(--color-blue-02);
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}
.risk-detail_itemTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  height: 80px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .risk-detail_itemTitle {
    height: auto;
    font-size: 16px;
  }
}
.risk-detail_itemText {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .risk-detail_itemText {
    text-align: left;
    font-size: 15px;
  }
}
.risk-detail_itemList {
  position: relative;
  font-size: 16px;
  list-style: disc;
  margin-left: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .risk-detail_itemList {
    font-size: 15px;
    margin-left: 8px;
    padding-right: 8px;
  }
}
.risk-detail_itemList::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-bottom: solid 3px var(--color-white);
  border-right: solid 3px var(--color-white);
  position: absolute;
  top: -42px;
  left: calc(50% - 8px);
  transform: translateX(-50%) rotate(45deg);
}
.risk-detail_itemList li {
  color: #fff600;
}
.risk-detail_itemList li span {
  color: var(--color-white);
}
/* スライダー */
/* 矢印 */
.sp-slider_01 .slick-prev, .sp-slider_01 .slick-next {
  position: absolute;
  top: calc(18% - 4vw - 24px);
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  opacity: .6;
  outline: none;
}
.sp-slider_01 .slick-prev {
  left: 0;
  padding: 12px 10px 12px 14px;
  z-index: 8;
}
.sp-slider_01 .slick-next {
  right: 0;
  padding: 12px 14px 12px 10px;
  z-index: 9;
}
.sp-slider_01 .slick-prev span, .sp-slider_01 .slick-next span {
  display: block;
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
  height: 16px;
  width: 16px;
}
.sp-slider_01 .slick-prev span {
  transform: rotate(-135deg);
}
.sp-slider_01 .slick-next span {
  transform: rotate(45deg);
}
/* ドットナビゲーションの設定 */
.sp-slider_01 .slick-dots {
  text-align: center;
  margin: 10px 0 20px 0;
}
.sp-slider_01 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.sp-slider_01 .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.sp-slider_01 .slick-dots .slick-active button{
  background: var(--color-blue-04);
}

/* service-approach */
.service-approach .section-detail {
  margin-bottom: 60px;
}
.service-approach .section-text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .service-approach .service-content {
    padding: 80px 0;
  }
  .service-approach .section-title, .service-approach .section-text {
    padding: 0 20px;
  }
}
.service-approach__list {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .service-approach__list {
    gap: 30px 0;
    flex-wrap: wrap;
  }
}
.service-approach__list-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: calc(calc(100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .service-approach__list-item {
    width: 100%;
    padding: 30px 16px;
    margin: 0 10px;
  }
}
.service-approach_itemTitle {
  display: flex;
  gap: 0 12px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .service-approach_itemTitle {
    align-items: center;
    margin-bottom: 10px;
  }
}
.service-approach_itemTitle-text {
  color: var(--color-blue-04);
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service-approach_itemTitle-icon {
    transform: scale(0.8);
  }
  .service-approach_itemTitle-text {
    font-size: 16px;
  }
}
.service-approach_itemText {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .service-approach_itemText {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.service-approach_itemImage {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-approach_itemImage {
    margin-bottom: 15px;
  }
}
.service-approach_itemImage img {
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .service-approach_itemImage img {
    max-height: 48px;
    margin: 0 auto;
  }
}
.service-approach_itemBox {
  background-color: var(--color-white);
  padding: 20px 20px 30px;
  margin-bottom: 10px;
  min-height: 170px;
}
@media screen and (max-width: 767px) {
  .service-approach_itemBox {
    padding: 10px 15px 15px;
    min-height: 80px;
  }
}
.service-approach_itemBox-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service-approach_itemBox-title {
    font-size: 19px;
  }
}
.service-approach_itemBox-title .step {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-blue-04);
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .service-approach_itemBox-title .step {
    font-size: 12px;
  }
}
.service-approach_itemBox-title .step-num {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-blue-04);
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .service-approach_itemBox-title .step-num {
    font-size: 19px;
    margin-right: 10px;
  }
}
.service-approach_itemBox-text {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service-approach_itemBox-text {
    font-size: 14px;
  }
}
.service-approach_link .btn, .service-case_link .btn {
  margin: 0 auto;
}

/* スライダー */
/* 矢印 */
.sp-slider_02 .slick-prev, .sp-slider_02 .slick-next {
  position: absolute;
  top: calc(48% - 4vw - 24px);
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  opacity: .6;
  outline: none;
}
.sp-slider_02 .slick-prev {
  left: 3%;
  padding: 12px 10px 12px 14px;
  z-index: 8;
}
.sp-slider_02 .slick-next {
  right: 3%;
  padding: 12px 14px 12px 10px;
  z-index: 9;
}
.sp-slider_02 .slick-prev span, .sp-slider_02 .slick-next span {
  display: block;
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
  height: 16px;
  width: 16px;
}
.sp-slider_02 .slick-prev span {
  transform: rotate(-135deg);
}
.sp-slider_02 .slick-next span {
  transform: rotate(45deg);
}


/* service-service */
.service-service .service-detail {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .service-service .service-detail {
    margin-top: 10px;
  }
}
.service-service_box {
  display: flex;
  gap: 0 80px;
  justify-content: center;
  margin-bottom: 80px;
}
.service-service_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .service-service_box {
    gap: 15px 0;
    flex-wrap: wrap;
    width: 100%;
  }
}
.service-service_itemImage, .service-service_box-item {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .service-service_itemImage, .service-service_box-item {
    width: 100%;
  }
  .service-service_itemImage {
    order: 1;
  }
  .service-service_box-item {
    order: 2;
  }
}
.service-service_itemImage img {
  width: 100%;
}
.service-service_itemTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-service_itemTitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.service-service_itemText {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-service_itemText {
    margin-bottom: 20px;
  }
}
.service-service_itemLink .btn {
  width: min(100%, 300px);
}
@media screen and (max-width: 767px) {
  .service-service_itemLink .btn {
    margin: 0 auto;
  }
}

/* service-faq */
.service-faq .setion-title {
  margin-bottom: 30px;
}
.service-faq_item {
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 2px solid #d6dde3;
}
.service-faq_item:first-child {
  border-top: 2px solid #d6dde3;
}
.service-faq_item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 40px 20px 84px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .service-faq_item summary {
    padding: 10px 8px 15px 40px;
    font-size: 15px;
  }
}
.service-faq_item summary::before,
.service-faq_item p::before {
  position: absolute;
  left: 20px;
  font-weight: 700;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .service-faq_item summary::before,
  .service-faq_item p::before {
    left: 0;
    font-size: 16px;
  }
}
.service-faq_item summary::before {
  background-color: #333333;
  border-radius: 50%;
  color: var(--color-white);
  content: "Q";
  padding: 0px 15px 4px;
}
@media screen and (max-width: 767px) {
  .service-faq_item summary::before {
    padding: 0 8px 4px;
    top: 10px;
  }
}
.service-faq_item summary::after {
  content: '＋';
  transition: transform .5s;
  font-size: 30px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .service-faq_item summary::after {
    font-size: 20px;
  }
}
.service-faq_item[open] summary::after {
  content: '－';
}
.service-faq_item p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 8px 60px 26px 84px;
  transition: transform .5s, opacity .5s;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .service-faq_item p {
    padding: 8px 32px 15px 40px;
    font-size: 15px;
  }
}
.service-faq_item[open] p {
  transform: none;
  opacity: 1;
}
.service-faq_item p::before {
  background-color: var(--color-blue-04);
  border-radius: 50%;
  color: var(--color-white);
  content: "A";
  padding: 2px 17px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .service-faq_item p::before {
    padding: 0 9px 4px;
    top: 10px;
  }
}

/* service-case */
/* common.css参照 */
